@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@300;400;500;700&family=Rubik:wght@300;400;500&display=swap);
@import url(../css/fonts.css);
@import url(../css/bootstrap.min.css);
@import url(../css/framework.css);
@import url(../css/menu.css);
@import url(../css/slick.css);
@import url(../css/font-awesome.min.css);
@import url(../css/animate.min.css);
@import url(../css/aos.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/flaticon.css);
@import url(../css/custom-animation.css);
@font-face {
	font-family: font-awesome;
	src: url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
	src: url(../fonts/font-awesome/fonts/fontawesome-webfont.eot), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/font-awesome/fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/font-awesome/fonts/fontawesome-webfont.svg) format('svg')
}

.ctn-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: #fff
}

.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
	animation: spinner 1.5s infinite linear;
	border-radius: 50%;
	border: 3px solid rgb(101 92 151 / 6%);
	border-top-color: #655c97;
	border-bottom-color: #655c97;
	height: 170px;
	margin: 0 auto 45px auto;
	width: 170px
}

.ctn-preloader .animation-preloader .txt-loading {
	text-align: center;
	user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: #655c97;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	line-height: 70px;
	position: absolute
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	letter-spacing: 15px;
	display: inline-block;
	color: rgb(101 92 151 / 14%);
	position: relative;
	font-size: 70px;
	line-height: 70px
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	animation-delay: 1.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	animation-delay: 1.4s
}

.ctn-preloader .loader-section {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px)
}

.loaded .animation-preloader {
	opacity: 0;
	transition: .3s ease-out
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg)
	}
}

@keyframes letters-loading {
	0%,
	100%,
	75% {
		opacity: 0;
		transform: rotateY(-90deg)
	}
	25%,
	50% {
		opacity: 1;
		transform: rotateY(0)
	}
}

@media screen and (max-width:767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em
	}
}

@media screen and (max-width:500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em
	}
	.ctn-preloader .animation-preloader .txt-loading .letters-loading {
		font-size: 40px;
		letter-spacing: 10px
	}
}

.scroll-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 99;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	background: #000;
	display: none;
	transition: all .3s ease-in-out
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: var(--blue-dark);
	border-radius: 0
}

:root {
	--text-color: #73737B;
	--text-light: #888888;
	--heading: #101621;
	--blue-dark: #6F55FF;
	--red-light: #FD6A5E;
	--yellow-deep: #FFB840;
	--blue-light: #3BB0D7;
	--purple-blue: #655C97;
	--vin-red: #973C56
}

::selection {
	background-color: #6f55ff;
	color: #fff
}

body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	line-height: 1.7em;
	color: var(--text-color)
}

.main-page-wrapper {
	overflow-x: hidden;
	padding-top: 150px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading);
	font-weight: 400
}

.h1,
h1 {
	font-size: 80px;
	line-height: 1.1em
}

.h2,
h2 {
	font-size: 52px;
	line-height: 1.1em
}

.h3,
h3 {
	font-size: 36px
}

.h4,
h4 {
	font-size: 22px
}

.h5,
h5 {
	font-size: 20px
}

.h6,
h6 {
	font-size: 15px
}

.font-rubik {
	font-family: Rubik, sans-serif!important
}

.font-gilroy-bold {
	font-family: gilroy-bold!important
}

.font-slab {
	font-family: 'Roboto Slab', serif!important
}

.font-gordita {
	font-family: gordita!important
}

.font-recoleta {
	font-family: Recoleta!important
}

::-webkit-input-placeholder {
	color: #acaeb3
}

:-ms-input-placeholder {
	color: #acaeb3
}

::placeholder {
	color: #acaeb3
}

.cs-screen {
	position: absolute
}

.illustration-holder {
	position: relative
}

.shapes {
	position: absolute;
	z-index: -1
}

.dark-style {
	background: #0f1123;
	color: #afafaf
}

.dark-style .h1,
.dark-style .h2,
.dark-style .h3,
.dark-style .h4,
.dark-style .h5,
.dark-style .h6,
.dark-style h1,
.dark-style h2,
.dark-style h3,
.dark-style h4,
.dark-style h5,
.dark-style h6 {
	color: #fff
}

.gr-bg-one {
	background: linear-gradient(90.6deg, #f548a0 2.93%, #f57c35 99.47%)
}

.hover-reverse-gr-bg-one {
	position: relative;
	z-index: 1
}

.hover-reverse-gr-bg-one:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(270.01deg, #f548a0 .01%, #f57c35 100%);
	border-radius: 6px;
	transition: all .6s ease-in-out;
	opacity: 0;
	z-index: -1
}

.hover-reverse-gr-bg-one:hover:before {
	opacity: 1
}

.tran3s {
	transition: all .3s ease-in-out
}

.tran4s {
	transition: all .4s ease-in-out
}

.tran5s {
	transition: all .5s ease-in-out
}

.tran6s {
	transition: all .6s ease-in-out
}

.title-style-one h2 {
	font-family: gilroy-black;
	font-size: 58px;
	line-height: 1.15em
}

.title-style-one h6 {
	font-size: 20px;
	color: #cacaca;
	padding-bottom: 15px
}

.title-style-one p {
	font-size: 22px;
	line-height: 1.58em;
	color: #2a2a2a;
	padding-top: 25px
}

.title-style-two p {
	text-transform: uppercase;
	font-size: 16px;
	color: #adb1b5;
	letter-spacing: 1.12px;
	padding-bottom: 7px
}

.title-style-two h2 {
	font-family: gilroy-black;
	font-size: 35px;
	line-height: 1.15em
}

.title-style-two span {
	position: relative
}

.title-style-two span img {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: -1
}

.title-style-two .sub-text {
	font-size: 24px;
	line-height: 1.5em;
	color: #6d6d6d;
	padding-top: 15px
}

.title-style-three p {
	text-transform: uppercase;
	font-size: 20px;
	color: #adb1b5;
	letter-spacing: 1.12px;
	padding-bottom: 17px
}

.title-style-three h6 {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #adb1b5;
	padding-bottom: 15px
}

.title-style-three h2 {
	font-family: gilroy-black;
	font-size: 54px;
	line-height: 1.18em
}

.title-style-three span {
	position: relative
}

.title-style-three span img {
	position: absolute;
	bottom: -21px;
	left: 0;
	z-index: -1
}

.title-style-four h6 {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	color: rgba(0, 0, 0, .35);
	padding-bottom: 15px
}

.title-style-four h2 {
	font-family: gilroy-black;
	font-size: 58px;
	line-height: 1.15em;
	color: #2a2a2a
}

.title-style-four span {
	position: relative;
	z-index: 1
}

.title-style-four span img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1
}

.title-style-five h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 34px;
	line-height: 1.25em
}

.title-style-five h2 span {
	position: relative;
	z-index: 1
}

.title-style-five h2 span:before {
	content: '';
	width: 100%;
	height: 15px;
	position: absolute;
	background: rgba(241, 193, 83, .45);
	left: 0;
	bottom: 12px;
	z-index: -1
}

.title-style-five h6 {
	font-size: 20px;
	color: rgba(0, 0, 0, .35);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 12px
}

.title-style-six h2 {
	font-family: Recoleta;
	font-weight: 400;
	font-size: 72px;
	line-height: 1.27em;
	color: #000
}

.dark-style .title-style-six h2 {
	color: #fff
}

.title-style-six h2 span {
	color: #ff2759;
	text-decoration: underline;
	text-decoration-thickness: 4px
}

.title-style-six h6 {
	font-size: 18px;
	text-transform: uppercase;
	color: #bfbfbf;
	padding-bottom: 20px;
	letter-spacing: 1.8px
}

.title-style-six .text-xs {
	font-size: 22px;
	line-height: 1.65em;
	padding-top: 30px
}

.dark-style .title-style-six .text-xs {
	color: rgba(255, 255, 255, .4)
}

body .theme-btn-one {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	background: var(--blue-dark);
	padding: 0 42px;
	border-radius: 4px;
	transition: all .3s ease-in-out
}

body .theme-btn-one.btn-lg {
	padding: 0 50px;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 1.14px
}

body .theme-btn-one:hover {
	background: #ffba12
}

body .theme-btn-two {
	font-family: gilroy-semibold;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	border: 2px solid var(--red-light);
	background: var(--red-light);
	padding: 0 42px;
	border-radius: 30px;
	transition: all .3s ease-in-out
}

body .theme-btn-two:hover {
	background: 0 0;
	color: var(--red-light)
}

body .theme-btn-three {
	font-family: gilroy-semibold;
	font-size: 18px;
	color: var(--red-light);
	line-height: 51px;
	border-radius: 30px;
	border: 2px solid var(--red-light);
	padding: 0 32px;
	transition: all .3s ease-in-out
}

body .theme-btn-three:hover {
	background: var(--red-light);
	color: #fff
}

body .theme-btn-four {
	font-size: 17px;
	color: var(--blue-dark);
	border: 2px solid var(--blue-dark);
	border-radius: 5px;
	line-height: 46px;
	padding: 0 35px;
	transition: all .3s ease-in-out
}

body .theme-btn-four:hover {
	background: var(--blue-dark);
	color: #fff
}

body .theme-btn-five {
	font-family: Rubik, sans-serif;
	line-height: 56px;
	padding: 0 35px;
	text-align: center;
	color: #fff;
	background: var(--purple-blue);
	position: relative;
	z-index: 1
}

body .theme-btn-five:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--vin-red);
	z-index: -1;
	transition: all .3s ease-in-out;
	transform: scale(0, 1);
	transform-origin: 0 100%
}

body .theme-btn-five:hover:before {
	transform: scale(1, 1)
}

body .theme-btn-six {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	color: #000;
	transition: all .3s ease-in-out;
	background: #000;
	padding: 0 30px;
	color: #fff
}

body .theme-btn-six.lg {
	padding: 0 45px
}

body .theme-btn-six:hover {
	background: var(--blue-light);
	color: #fff
}

body .theme-btn-seven {
	font-weight: 500;
	text-align: center;
	line-height: 60px;
	color: #fff;
	border-radius: 6px;
	padding: 0 45px;
	background: #000;
	transition: all .3s ease-in-out
}

body .theme-btn-seven:hover {
	background: #ff2759
}

.page-pagination-one li a {
	font-family: Rubik, sans-serif!important;
	background: #fff;
	width: 40px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	color: #515151;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
	transition: all .3s ease-in-out
}

.page-pagination-one li a .fa {
	font-size: 22px
}

.page-pagination-one li:first-child a {
	border-radius: 5px 0 0 5px
}

.page-pagination-one li:last-child a {
	border-radius: 0 5px 5px 0
}

.page-pagination-one li a.active,
.page-pagination-one li a:hover {
	background: var(--blue-dark);
	color: #fff
}

.blog-v3 .page-pagination-one li a.active,
.blog-v3 .page-pagination-one li a:hover {
	background: var(--red-light);
	color: #fff
}

.page-pagination-two ul li {
	font-family: Rubik, sans-serif;
	font-size: 22px;
	color: #bababa;
	margin: 0 11px
}

.page-pagination-two ul li:first-child a {
	transform: rotate(180deg)
}

.page-pagination-two ul li.active a,
.page-pagination-two ul li:hover a {
	color: #000
}

.page-pagination-two ul li.arrow {
	font-size: 35px;
	color: #000
}

.page-pagination-two ul li:nth-child(7) a {
	color: #000
}

.theme-main-menu {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 30px 70px;
	transition: all .4s ease-out
}

.theme-main-menu.bg-none {
	background: 0 0
}

.theme-main-menu.sticky-menu.fixed {
	z-index: 9999;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
	box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .1)
}

.theme-main-menu .logo a {
	display: block
}

.theme-menu-one .logo img {
	max-width: 120px
}

.theme-menu-one .right-button-group a {
	border-radius: 5px;
	font-weight: 500;
	font-size: 13px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	color: var(--heading);
	transition: all .3s ease-in-out
}

.theme-menu-one .right-button-group .signIn-action:hover {
	color: var(--blue-dark)
}

.theme-menu-one .right-button-group .signUp-action {
	width: 155px;
	color: #fff;
	background: var(--blue-dark);
	box-shadow: 0 15px 40px rgba(161, 146, 250, .35);
	margin-left: 35px
}

.theme-menu-one .right-button-group .signUp-action:hover {
	background: #ffba12;
	box-shadow: 0 15px 40px rgba(255, 186, 18, .3)
}

.theme-menu-one .right-button-group {
	margin-left: 100px
}

.hero-banner-one {
	position: relative
}

.hero-banner-one .hero-upper-container {
	position: relative;
	padding: 60px 0 165px;
	text-align: center;
	z-index: 5
}

.hero-banner-one .hero-heading span {
	position: relative;
	color: var(--blue-dark)
}

.hero-banner-one .hero-heading span:before {
	content: '';
	width: 96%;
	height: 12px;
	border-radius: 6px;
	background: var(--blue-dark);
	opacity: .16;
	position: absolute;
	bottom: 12px;
	left: 8px;
	z-index: -1
}

.hero-banner-one .hero-sub-heading {
	font-size: 20px;
	padding: 20px 0 50px
}

.hero-banner-one .subscription-form {
	max-width: 610px;
	margin: 0 auto;
	position: relative
}

.hero-banner-one .subscription-form input {
	width: 100%;
	height: 58px;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	padding: 0 170px 0 30px;
	font-size: 16px
}

.hero-banner-one .subscription-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--blue-dark);
	border-radius: 0 30px 30px 0;
	color: #fff;
	font-size: 17px;
	width: 165px;
	transition: all .3s ease-in-out
}

.hero-banner-one .subscription-form button:hover {
	background: #ffba12
}

.hero-banner-one .sing-in-call {
	font-size: 16px;
	padding-top: 18px
}

.hero-banner-one .sing-in-call a {
	color: var(--blue-dark);
	transition: all .25s ease-in-out
}

.hero-banner-one .sing-in-call a:hover {
	text-decoration: underline
}

.hero-banner-one [class*=icon-box] {
	position: absolute;
	background: #fff;
	border-radius: 50%
}

.hero-banner-one [class*=icon-box] img {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.hero-banner-one .icon-box-one {
	width: 58px;
	height: 58px;
	box-shadow: 0 20px 50px rgba(31, 36, 44, .07);
	top: 9%;
	left: 17%
}

.hero-banner-one .icon-box-one img {
	width: 29px
}

.hero-banner-one .icon-box-two {
	width: 90px;
	height: 90px;
	box-shadow: 10px 20px 50px rgba(31, 36, 44, .07);
	top: 32%;
	left: 5%;
	animation: jumpTwo 4s infinite linear
}

.hero-banner-one .icon-box-two img {
	width: 42px
}

.hero-banner-one .icon-box-three {
	width: 70px;
	height: 70px;
	box-shadow: 10px 25px 70px rgba(31, 36, 44, .07);
	top: 45%;
	left: 20%;
	animation: jumpThree 3.5s infinite linear
}

.hero-banner-one .icon-box-three img {
	width: 30px
}

.hero-banner-one .icon-box-four {
	width: 75px;
	height: 75px;
	box-shadow: 10px 30px 60px rgba(31, 36, 44, .07);
	bottom: 12%;
	left: 10%;
	animation: jumpThree 3s infinite linear
}

.hero-banner-one .icon-box-four img {
	width: 40px
}

.hero-banner-one .icon-box-five {
	width: 58px;
	height: 58px;
	box-shadow: 0 20px 50px rgba(31, 36, 44, .07);
	top: 9%;
	right: 17%;
	animation: jumpTwo 3.5s infinite linear
}

.hero-banner-one .icon-box-five img {
	width: 35px
}

.hero-banner-one .icon-box-six {
	width: 90px;
	height: 90px;
	box-shadow: 10px 20px 50px rgba(31, 36, 44, .07);
	top: 32%;
	right: 5%;
	animation: jumpTwo 4s infinite linear
}

.hero-banner-one .icon-box-six img {
	width: 54px
}

.hero-banner-one .icon-box-seven {
	width: 70px;
	height: 70px;
	box-shadow: 10px 25px 70px rgba(31, 36, 44, .07);
	top: 45%;
	right: 20%;
	animation: jumpThree 3.5s infinite linear
}

.hero-banner-one .icon-box-seven img {
	width: 26px
}

.hero-banner-one .icon-box-eight {
	width: 75px;
	height: 75px;
	box-shadow: 10px 30px 60px rgba(31, 36, 44, .07);
	bottom: 12%;
	right: 10%;
	animation: jumpThree 3s infinite linear
}

.hero-banner-one .icon-box-eight img {
	width: 30px
}

.hero-banner-one [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.hero-banner-one [class*=bubble]:before {
	content: '';
	border-radius: 50%;
	position: absolute
}

.hero-banner-one .bubble-one {
	width: 120px;
	height: 120px;
	left: 4%;
	top: 15%;
	animation: rotated 12s infinite linear
}

.hero-banner-one .bubble-one:before {
	width: 6px;
	height: 6px;
	background: #fac3ff;
	top: 0;
	left: 50%
}

.hero-banner-one .bubble-two {
	width: 160px;
	height: 160px;
	top: 30%;
	left: 15%;
	animation: rotated 17s infinite linear
}

.hero-banner-one .bubble-two:before {
	width: 10px;
	height: 10px;
	background: #8fe9e0;
	top: 50%;
	right: 100%
}

.hero-banner-one .bubble-three {
	width: 120px;
	height: 120px;
	bottom: 33%;
	left: 4%;
	animation: rotated 12s infinite linear
}

.hero-banner-one .bubble-three:before {
	width: 6px;
	height: 6px;
	background: #ffd5ad;
	bottom: 0;
	left: 50%
}

.hero-banner-one .bubble-four {
	width: 120px;
	height: 120px;
	right: 4%;
	top: 15%;
	animation: rotated 12s infinite linear
}

.hero-banner-one .bubble-four:before {
	width: 6px;
	height: 6px;
	background: #8fe9e1;
	top: 0;
	left: 50%
}

.hero-banner-one .bubble-five {
	width: 160px;
	height: 160px;
	top: 30%;
	right: 15%;
	animation: rotated 17s infinite linear
}

.hero-banner-one .bubble-five:before {
	width: 10px;
	height: 10px;
	background: #ffd5ad;
	top: 50%;
	right: 100%
}

.hero-banner-one .bubble-six {
	width: 120px;
	height: 120px;
	bottom: 33%;
	right: 4%;
	animation: rotated 12s infinite linear
}

.hero-banner-one .bubble-six:before {
	width: 6px;
	height: 6px;
	background: #fac3ff;
	bottom: 0;
	left: 50%
}

.fancy-feature-one {
	background-image: url(../images/assets/dot-bg-01.svg);
	background-repeat: no-repeat;
	background-position: center 230px;
	background-size: cover;
	position: relative;
	z-index: 5
}

.fancy-feature-one .feature-img-area {
	display: inline-block;
	position: relative;
	z-index: 5;
	padding-right: 125px
}

.fancy-feature-one .feature-img-area:before {
	content: '';
	position: absolute;
	left: 35px;
	right: 160px;
	background: #fff;
	height: 200px;
	top: -25px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 -3px 21px rgba(0, 0, 0, .04);
	z-index: -1
}

.fancy-feature-one .feature-img-area:after {
	content: '';
	position: absolute;
	left: 80px;
	right: 205px;
	background: #fff;
	height: 200px;
	top: -50px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 -3px 21px rgba(0, 0, 0, .04);
	z-index: -2
}

.fancy-feature-one .feature-img-area .screen-one {
	width: 51%;
	right: -13%;
	bottom: -46%;
	z-index: 1;
	animation: jumpTwo 3s infinite linear
}

.fancy-feature-one .feature-img-area .screen-two {
	width: 38%;
	right: 0;
	top: 33%
}

.fancy-feature-one .feature-img-area .screen-three {
	width: 32%;
	left: 21.5%;
	top: 47%
}

.fancy-feature-one .feature-img-area .screen-four {
	width: 32%;
	left: 35%;
	top: 61%
}

.fancy-feature-one .feature-img-area .screen-five {
	width: 25%;
	right: 19.5%;
	bottom: 16%;
	z-index: 0
}

.fancy-feature-one .block-style-one {
	margin-top: 240px
}

.block-style-one .inner-container {
	position: relative
}

.block-style-one .icon-box {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	border-width: 5px;
	border-style: solid;
	margin: 0 auto;
	cursor: pointer
}

.block-style-one .icon-box:after {
	content: "\f10a";
	font-family: Flaticon;
	position: absolute;
	top: -50px;
	left: 59%;
	transform: translateX(-50%);
	font-size: 26px;
	opacity: 0;
	transition: all .3s ease-in-out
}

.block-style-one .icon-box:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 50%;
	border-width: 10px;
	border-style: solid;
	z-index: -1
}

.block-style-one .block-meta-data:hover .icon-box:before {
	animation: hvr-ripple-out 2.75s infinite linear
}

.block-style-one .block-meta-data:nth-child(1) .icon-box {
	border-color: #ffba12;
	color: #ffba12;
}

.block-style-one .block-meta-data:nth-child(1) .icon-box:before {
	border-color: #ffe0b8;
}

.block-style-one .block-meta-data:nth-child(2) .icon-box {
	border-color: #02e7e8;
	color: #02e7e8
}

.block-style-one .block-meta-data:nth-child(2) .icon-box:before {
	border-color: #c6fff6
}

.block-style-one .block-meta-data:nth-child(3) .icon-box {
	border-color: #936dff;
	color: #936dff
}

.block-style-one .block-meta-data:nth-child(3) .icon-box:before {
	border-color: #e3ddf4
}

.block-style-one .block-meta-data:nth-child(4) .icon-box {
	border-color: #ff6080;
	color: #ff6080;
}

.block-style-one .block-meta-data:nth-child(4) .icon-box:before {
	border-color: #ffd8e2;
}

.block-style-one .icon-box img {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.block-style-one .block-meta-data p {
	font-size: 20px;
	padding: 25px 0 80px;
	position: relative
}

.block-style-one .block-meta-data p:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	background: #fff;
	transform: rotate(45deg);
	left: 45%;
	bottom: 25px;
	z-index: 1;
	opacity: 0;
	transition: all .3s ease-in-out
}

.block-style-one .block-meta-data .hover-content {
	font-size: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.block-style-one .block-meta-data .hover-content span {
	position: relative;
	z-index: 5;
	display: block;
	padding: 3px 20px
}

.block-style-one .block-meta-data:hover .hover-content,
.block-style-one .block-meta-data:hover .icon-box:after,
.block-style-one .block-meta-data:hover p:before {
	opacity: 1;
	visibility: visible
}

.block-style-one .block-meta-data .line-dot-container {
	position: relative
}

.block-style-one .block-meta-data .line-dot-container:before {
	content: '';
	position: absolute;
	right: -187px;
	top: 42px;
	width: 160px;
	height: 1px;
	border: 1px dashed rgba(151, 151, 151, .35)
}

.block-style-one .block-meta-data:last-child .line-dot-container:before {
	display: none
}

.block-style-two .img-holder {
	position: relative
}

.block-style-two {
	margin: 0 -60px
}

.block-style-two>[class*=col-] {
	padding: 0 60px
}

.block-style-two .text-wrapper h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	padding-bottom: 15px
}

.block-style-two .text-wrapper h3 {
	font-size: 36px;
	line-height: 1.25em;
	padding-bottom: 26px
}

.block-style-two .text-wrapper a {
	font-size: 16px;
	color: var(--blue-dark);
	margin-top: 18px
}

.block-style-two .text-wrapper a:hover {
	text-decoration: underline
}

.block-style-two .text-wrapper .quote {
	border-top: 1px solid #ececec;
	margin-top: 22px;
	padding-top: 20px
}

.block-style-two .text-wrapper .quote blockquote {
	font-size: 15px;
	padding-bottom: 22px;
	line-height: 25px
}

.block-style-two .text-wrapper .quote img {
	width: 42px;
	height: 42px;
	border-radius: 50%
}

.block-style-two .text-wrapper .quote .info-meta {
	padding-left: 15px
}

.block-style-two .text-wrapper .quote .info-meta h5 {
	font-size: 16px;
	font-weight: 500
}

.block-style-two .text-wrapper .quote .info-meta span {
	font-size: 16px;
	color: #7034ff;
	display: block
}

.block-style-two .img-holder-one .screen-one {
	z-index: -5;
	top: -19%;
	right: 15%;
	max-width: inherit
}

.block-style-two .img-holder-one .dot-shape {
	z-index: -1;
	top: 32%;
	right: 37%;
	width: 60%
}

.block-style-two [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.block-style-two [class*=bubble]:before {
	content: '';
	border-radius: 50%;
	position: absolute
}

.block-style-two .img-holder-one .bubble-one {
	width: 120px;
	height: 120px;
	left: 23%;
	top: -3%;
	animation: rotated 14s infinite linear
}

.block-style-two .img-holder-one .bubble-one:before {
	width: 8px;
	height: 8px;
	background: #ae78ff;
	top: 0;
	left: 50%
}

.block-style-two .img-holder-one .bubble-two {
	width: 160px;
	height: 160px;
	top: 28%;
	left: -21%;
	animation: rotatedTwo 25s infinite linear
}

.block-style-two .img-holder-one .bubble-two:before {
	width: 17px;
	height: 17px;
	background: #ffb15f;
	top: 50%;
	right: 100%
}

.block-style-two .img-holder-one .bubble-three {
	width: 120px;
	height: 120px;
	bottom: -7%;
	left: -10%;
	animation: rotated 15s infinite linear
}

.block-style-two .img-holder-one .bubble-three:before {
	width: 7px;
	height: 7px;
	background: #ff53b3;
	bottom: 0;
	left: 50%
}

.block-style-two .img-holder-one .bubble-four {
	width: 120px;
	height: 120px;
	right: 27%;
	bottom: -13%;
	animation: rotatedTwo 17s infinite linear
}

.block-style-two .img-holder-one .bubble-four:before {
	width: 12px;
	height: 12px;
	background: #2eeaed;
	bottom: 0;
	left: 50%
}

.block-style-two .img-holder-one .progress-line-one {
	width: 16%;
	height: .95%;
	background: #03c4c6;
	border-radius: 4px;
	right: 28%;
	top: 33.5%
}

.block-style-two .img-holder-one .progress-line-two {
	width: 16%;
	height: .85%;
	background: #ff3793;
	border-radius: 4px;
	left: 10%;
	top: 52.6%
}

.block-style-two .img-holder-two .screen-one {
	top: -6%;
	right: -29%;
	z-index: 1;
	animation: jumpTwo 3s infinite linear
}

.block-style-two .img-holder-two .screen-two {
	bottom: 1%;
	right: -97%;
	z-index: -5;
	max-width: inherit
}

.block-style-two .img-holder-two .dot-shape {
	z-index: -1;
	top: 44%;
	right: 38%;
	width: 69%
}

.block-style-two .img-holder-two .bubble-one {
	width: 120px;
	height: 120px;
	left: 15%;
	top: -8%;
	animation: rotated 14s infinite linear
}

.block-style-two .img-holder-two .bubble-one:before {
	width: 7px;
	height: 7px;
	background: #ffb651;
	top: 0;
	left: 50%
}

.block-style-two .img-holder-two .bubble-two {
	width: 160px;
	height: 160px;
	top: -31%;
	right: -71%;
	animation: rotatedTwo 25s infinite linear
}

.block-style-two .img-holder-two .bubble-two:before {
	width: 17px;
	height: 17px;
	background: #ff6cc4;
	top: 50%;
	right: 100%
}

.block-style-two .img-holder-two .bubble-three {
	width: 100px;
	height: 100px;
	top: 47%;
	right: -58%;
	animation: rotated 17s infinite linear
}

.block-style-two .img-holder-two .bubble-three:before {
	width: 8px;
	height: 8px;
	background: #4be8da;
	bottom: 0;
	left: 50%
}

.block-style-two .img-holder-two .bubble-four {
	width: 130px;
	height: 130px;
	left: 51%;
	bottom: -12%;
	animation: rotatedTwo 15s infinite linear
}

.block-style-two .img-holder-two .bubble-four:before {
	width: 13px;
	height: 13px;
	background: #a49bff;
	bottom: 0;
	left: 50%
}

.block-style-two .img-holder-three .screen-one {
	bottom: -42%;
	left: -30%;
	z-index: 1;
	width: 79%;
	animation: jumpTwo 3s infinite linear
}

.block-style-two .img-holder-three .screen-two {
	top: -26%;
	left: -71%;
	z-index: -5;
	max-width: inherit
}

.block-style-two .img-holder-three .dot-shape {
	z-index: -1;
	top: 44%;
	right: 14%;
	width: 58%
}

.block-style-two .img-holder-three .bubble-one {
	width: 95px;
	height: 95px;
	left: 24%;
	top: -12%;
	animation: rotated 14s infinite linear
}

.block-style-two .img-holder-three .bubble-one:before {
	width: 8px;
	height: 8px;
	background: #6aee90;
	top: 0;
	left: 50%
}

.block-style-two .img-holder-three .bubble-two {
	width: 160px;
	height: 160px;
	top: 9%;
	left: -27%;
	animation: rotatedTwo 25s infinite linear
}

.block-style-two .img-holder-three .bubble-two:before {
	width: 15px;
	height: 15px;
	background: #ff6cc4;
	top: 50%;
	right: 100%
}

.block-style-two .img-holder-three .bubble-three {
	width: 100px;
	height: 100px;
	bottom: -5%;
	left: -42%;
	animation: rotated 17s infinite linear
}

.block-style-two .img-holder-three .bubble-three:before {
	width: 7px;
	height: 7px;
	background: #51fcff;
	bottom: 0;
	left: 50%
}

.block-style-two .img-holder-three .bubble-four {
	width: 130px;
	height: 130px;
	left: 14%;
	bottom: -42%;
	animation: rotatedTwo 15s infinite linear
}

.block-style-two .img-holder-three .bubble-four:before {
	width: 14px;
	height: 14px;
	background: #ffcd8b;
	bottom: 0;
	left: 50%
}

.useable-tools-section.bg-shape {
	position: relative;
	z-index: 5;
	background-image: url(../images/shape/7.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding: 500px 0 350px
}

.useable-tools-section.bg-color {
	background: var(--blue-dark);
	padding: 130px 0 120px
}

.useable-tools-section h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-bottom: 15px;
	color: #fff
}

.useable-tools-section.bg-transparent h6 {
	color: rgba(0, 0, 0, .3)
}

.useable-tools-section.bg-transparent h2 {
	color: #2a2a2a;
	margin: 0
}

.useable-tools-section h2 {
	font-family: gilroy-black;
	font-size: 58px;
	line-height: 1.2em;
	color: #fff;
	margin: 20px 0 120px
}

.useable-tools-section .sub-text {
	text-align: center;
	font-size: 22px;
	line-height: 1.59em;
	color: #000
}

.useable-tools-section .img-box a {
	display: block;
	height: 100%
}

.useable-tools-section .img-box img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto
}

.useable-tools-section .img-box {
	background: #fff;
	border-radius: 50%;
	box-shadow: 15.436px 30.294px 50px 0 rgba(103, 43, 246, .5);
	width: 175px;
	height: 175px;
	margin: 0 auto 25px;
	transition: all .3s ease-in-out
}

.useable-tools-section.bg-transparent .img-box {
	box-shadow: 15px 30px 50px rgba(23, 32, 90, .06)
}

.useable-tools-section .img-box:hover {
	transform: scale(1.1)
}

.useable-tools-section .img-box.bx-b {
	width: 121px;
	height: 121px;
	margin-top: 45px
}

.useable-tools-section .img-box.bx-d {
	width: 151px;
	height: 151px;
	margin-top: 25px
}

.useable-tools-section .img-box.bx-f {
	width: 135px;
	height: 135px;
	margin-top: 20px
}

.useable-tools-section .img-box.bx-g {
	width: 197px;
	height: 197px
}

.useable-tools-section .img-box.bx-h {
	width: 138px;
	height: 138px;
	margin-top: 20px
}

.useable-tools-section [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.useable-tools-section [class*=bubble]:before {
	content: '';
	border-radius: 50%;
	position: absolute;
	background: #9a71ff
}

.useable-tools-section .bubble-one {
	width: 120px;
	height: 120px;
	left: 43%;
	top: 20%;
	animation: rotated 14s infinite linear
}

.useable-tools-section .bubble-one:before {
	width: 6px;
	height: 6px;
	top: 0;
	right: 50%
}

.useable-tools-section .bubble-two {
	width: 140px;
	height: 140px;
	right: 20%;
	top: 14%;
	animation: rotatedTwo 14s infinite linear
}

.useable-tools-section .bubble-two:before {
	width: 12px;
	height: 12px;
	top: 0;
	left: 50%
}

.useable-tools-section .bubble-three {
	width: 95px;
	height: 95px;
	left: 10%;
	top: 44%;
	animation: rotated 14s infinite linear
}

.useable-tools-section .bubble-three:before {
	width: 10px;
	height: 10px;
	top: 100%;
	left: 50%
}

.useable-tools-section .bubble-four {
	width: 95px;
	height: 95px;
	right: 10%;
	top: 48%;
	animation: rotatedTwo 14s infinite linear
}

.useable-tools-section .bubble-four:before {
	width: 8px;
	height: 8px;
	top: 0;
	left: 50%
}

.useable-tools-section .bubble-five {
	width: 95px;
	height: 95px;
	right: 56%;
	bottom: 8%;
	animation: rotated 14s infinite linear
}

.useable-tools-section .bubble-five:before {
	width: 8px;
	height: 8px;
	top: 0;
	left: 50%
}

.counter-info-classic {
	max-width: 445px;
	height: 442px;
	position: relative;
	z-index: 5;
	margin-top: 100px
}

.counter-box-one {
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.counter-box-one.color-one {
	background: rgba(0, 166, 255, .65);
	width: 195px;
	height: 195px;
	top: 40px;
	left: 40px;
	z-index: -2
}

.counter-box-one.color-two {
	background: rgba(140, 39, 255, .55);
	width: 154px;
	height: 154px;
	top: 136px;
	left: 248px;
	z-index: 2
}

.counter-box-one.color-three {
	background: rgba(255, 173, 58, .72);
	width: 212px;
	height: 212px;
	top: 200px;
	left: 110px;
	z-index: 1
}

.counter-box-one .number {
	color: #fff;
	font-size: 52px
}

.counter-box-one p {
	font-size: 20px;
	color: #fff
}

.counter-info-classic [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.counter-info-classic .bubble-one {
	width: 8px;
	height: 8px;
	background: #7dec72;
	top: 0;
	left: 62%;
	animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-two {
	width: 22px;
	height: 22px;
	background: #ffb56a;
	top: 15%;
	left: 63%;
	animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-three {
	width: 8px;
	height: 8px;
	background: #88d9ff;
	top: 16%;
	right: 11%;
	animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-four {
	width: 17px;
	height: 17px;
	background: #ff6cc4;
	bottom: 24%;
	right: 13%;
	animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-five {
	width: 8px;
	height: 8px;
	background: #77f4f5;
	bottom: 20%;
	right: 5%;
	animation: scale-up-three 4s infinite linear
}

.counter-info-classic .bubble-six {
	width: 26px;
	height: 26px;
	background: #a595ff;
	bottom: 32%;
	left: 0;
	animation: scale-up-one 4s infinite linear
}

.counter-info-classic .bubble-seven {
	width: 9px;
	height: 9px;
	background: #66e19e;
	bottom: 40%;
	left: 14%;
	animation: scale-up-three 4s infinite linear
}

.counter-info-classic .dot-shape {
	z-index: -5;
	top: 35px;
	right: 0
}

.clients-feedback-classic {
	position: relative;
	padding: 20px 0 0 90px;
	z-index: 5
}

.clients-feedback-classic:before {
	content: url(../images/shape/9.svg);
	position: absolute;
	top: -120px;
	right: -185px;
	z-index: -1
}

.clients-feedback-classic .feedback-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0 20px 80px rgba(49, 62, 103, .07);
	border-radius: 5px;
	padding: 54px 64px 48px;
	margin-bottom: 108px
}

.clients-feedback-classic .feedback-wrapper:before {
	content: url(../images/icon/05.svg);
	position: absolute;
	bottom: 55px;
	right: 60px
}

.clients-feedback-classic .feedback-wrapper p {
	padding-bottom: 30px
}

.clients-feedback-classic .feedback-wrapper .media-meta {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: 1
}

.clients-feedback-classic .feedback-wrapper .name {
	font-family: gilroy-semibold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.6px
}

.clients-feedback-classic .feedback-wrapper .disg-info {
	display: block;
	font-size: 16px;
	color: #b7b7b7
}

.clients-feedback-classic .feedback-wrapper:last-child {
	margin-bottom: -100px
}

.fancy-short-banner-one {
	position: relative;
	z-index: 3;
	background: linear-gradient(45deg, #fffbf2, #edfffd);
	padding: 235px 0 170px
}

.fancy-short-banner-one.space-fix {
	padding: 170px 0 170px
}

.fancy-short-banner-one:after,
.fancy-short-banner-one:before {
	content: url(../images/shape/10.svg);
	position: absolute;
	opacity: .9
}

.fancy-short-banner-one:before {
	top: -133px;
	left: 0;
	animation: jumpTwo 4s infinite linear
}

.fancy-short-banner-one:after {
	bottom: -133px;
	right: 0;
	animation: jumpThree 4s infinite linear
}

.fancy-short-banner-one .form-wrapper {
	padding-left: 65px
}

.fancy-short-banner-one .form-wrapper form {
	position: relative
}

.fancy-short-banner-one .form-wrapper form input {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	width: calc(100% - 180px);
	border: none;
	border-bottom: 2px solid #545454;
	height: 50px;
	background: 0 0
}

.fancy-short-banner-one .form-wrapper form button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	background: var(--blue-dark);
	box-shadow: 0 15px 30px rgba(139, 110, 209, .3);
	transition: all .3s ease-in-out
}

.fancy-short-banner-one .form-wrapper form button:hover {
	background: #ffba12;
	box-shadow: 0 15px 30px rgba(255, 186, 18, .2)
}

.fancy-short-banner-one .form-wrapper p {
	font-size: 16px;
	padding-top: 10px
}

.fancy-short-banner-one .form-wrapper p a {
	color: var(--blue-dark)
}

.fancy-short-banner-one .form-wrapper p a:hover {
	text-decoration: underline
}

.fancy-short-banner-one [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.fancy-short-banner-one .bubble-one {
	width: 17px;
	height: 17px;
	background: #ff6cc4;
	top: 13%;
	left: 41%;
	animation: scale-up-one 4s infinite linear
}

.fancy-short-banner-one .bubble-two {
	width: 7px;
	height: 7px;
	background: #51fcff;
	top: 29%;
	right: 11%;
	animation: scale-up-three 4s infinite linear
}

.fancy-short-banner-one .bubble-three {
	width: 20px;
	height: 20px;
	background: #ffba65;
	bottom: -10px;
	right: 29%;
	animation: scale-up-one 4s infinite linear
}

.fancy-short-banner-one .bubble-four {
	width: 8px;
	height: 8px;
	background: #6aee90;
	bottom: 22%;
	left: 42%;
	animation: scale-up-three 4s infinite linear
}

.fancy-short-banner-one .bubble-five {
	width: 25px;
	height: 25px;
	background: #b183ff;
	bottom: -12px;
	left: 12%;
	animation: scale-up-one 4s infinite linear
}

.fancy-short-banner-one .bubble-six {
	width: 8px;
	height: 8px;
	background: #ffcd8b;
	top: 32%;
	left: 14%;
	animation: scale-up-three 4s infinite linear
}

.faq-classic.with-bg {
	background: #f7faff;
	padding: 120px 0 250px;
	z-index: 5;
	position: relative
}

.faq-classic.with-bg .shape-one {
	top: 13%;
	right: 4%
}

.faq-classic.with-bg .shape-two {
	top: 36%;
	right: 11%
}

.faq-classic.with-bg .shape-three {
	top: 63%;
	right: 0
}

.faq-classic.with-bg .shape-four {
	top: 63%;
	left: 0
}

.faq-classic.with-bg .shape-five {
	top: 41%;
	left: 5%
}

.faq-classic.with-bg .shape-six {
	top: 14%;
	left: 0
}

.faq-classic .card {
	background: #fff;
	box-shadow: 0 5px 20px 0 rgb(90 111 155 / 5%);
	margin-bottom: 20px;
	border-radius: 0;
	border: none
}

.faq-classic .card .card-header {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	border: none
}

.faq-classic .card .card-header button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 20px 15px 20px 70px;
	font-family: Rubik, sans-serif;
	font-size: 22px;
	border: none;
	border-radius: 0;
	margin: 0;
	color: var(--heading);
	text-decoration: none;
	position: relative
}

.faq-classic .card .card-header button:before {
	content: "+";
	position: absolute;
	font-size: 24px;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out
}

.faq-classic .card .card-body {
	padding: 0 50px 20px 70px
}

.faq-classic .card .card-body p {
	font-size: 17px
}

.faq-classic .card .card-body p a {
	text-decoration: underline;
	color: var(--p-color)
}

.faq-classic .card:last-child .card-body {
	border: none
}

.footer-bg-wrapper {
	position: relative;
	padding-top: 230px
}

.footer-bg-wrapper:before {
	content: url(../images/shape/11.svg);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}

.footer-bg-wrapper [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.footer-bg-wrapper .bubble-one {
	width: 25px;
	height: 25px;
	background: #ff6cc4;
	top: 4%;
	left: 26%;
	animation: scale-up-one 4s infinite linear
}

.footer-bg-wrapper .bubble-two {
	width: 14px;
	height: 14px;
	background: #ffbe50;
	top: 48%;
	left: 10%;
	animation: scale-up-one 4s infinite linear
}

.footer-bg-wrapper .bubble-three {
	width: 7px;
	height: 7px;
	background: #04e8f4;
	bottom: 18%;
	left: 20%;
	animation: scale-up-three 4s infinite linear
}

.fancy-short-banner-two .content-wrapper {
	position: relative
}

.fancy-short-banner-two .content-wrapper:before {
	content: url(../images/shape/12.svg);
	position: absolute;
	top: -117px;
	right: -117px;
	z-index: -1;
	opacity: .9;
	animation: jumpTwo 5s infinite linear
}

.fancy-short-banner-two .bg-wrapper {
	position: relative;
	overflow: hidden;
	background: #7034ff;
	box-shadow: 0 20px 60px 0 rgba(104, 103, 255, .2);
	border-radius: 5px;
	padding: 50px 55px;
	z-index: 1
}

.fancy-short-banner-two h2 {
	font-size: 36px;
	line-height: 1.16em;
	color: #fff;
	max-width: 560px
}

.fancy-short-banner-two a {
	width: 178px;
	line-height: 54px;
	background: #fff;
	border-radius: 5px;
	color: var(--blue-dark);
	font-weight: 500;
	text-align: center;
	transition: all .3s ease-in-out
}

.fancy-short-banner-two a:hover {
	background: #ffba12;
	color: #fff
}

.fancy-short-banner-two [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.fancy-short-banner-two .bubble-one {
	width: 13px;
	height: 13px;
	background: rgba(216, 216, 216, .14);
	top: 27%;
	left: 60%;
	animation: scale-up-one 4s infinite linear
}

.fancy-short-banner-two .bubble-two {
	width: 6px;
	height: 6px;
	background: rgba(216, 216, 216, .14);
	top: 62%;
	right: 28%;
	animation: scale-up-three 4s infinite linear
}

.fancy-short-banner-two .bubble-three {
	width: 5px;
	height: 5px;
	background: rgba(216, 216, 216, .14);
	bottom: 37%;
	right: 51%;
	animation: scale-up-three 4s infinite linear
}

.fancy-short-banner-two .bubble-four {
	width: 245px;
	height: 245px;
	background: rgba(216, 216, 216, .14);
	top: -103px;
	right: -70px;
	animation: jello 3s infinite linear
}

.fancy-short-banner-two .bubble-five {
	width: 68px;
	height: 68px;
	background: rgba(216, 216, 216, .14);
	bottom: -24px;
	left: -28px;
	animation: jello 3s infinite linear
}

.theme-footer-one {
	position: relative
}

.theme-footer-one:before {
	content: url(../images/assets/ils_01.svg);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1
}

.theme-footer-one .top-footer [class*=col-] {
	margin-bottom: 30px
}

.theme-footer-one .top-footer .footer-title {
	font-family: Rubik, sans-serif;
	font-size: 24px;
	padding-bottom: 25px
}

.theme-footer-one .top-footer .footer-list ul li a {
	font-size: 16px;
	line-height: 38px;
	color: #727272;
	transition: all .3s ease-in-out
}

.theme-footer-one .top-footer .footer-list ul li a:hover {
	color: var(--blue-dark)
}

.theme-footer-one .top-footer .address-list ul li a {
	font-size: 16px;
	color: #727272;
	margin-bottom: 10px
}

.theme-footer-one .top-footer .address-list ul li a:hover {
	text-decoration: underline
}

.theme-footer-one .top-footer .address-list ul li a.mobile-num {
	font-size: 20px;
	color: #030303
}

.theme-footer-one .bottom-footer-content ul li {
	display: inline-block
}

.theme-footer-one .bottom-footer-content ul li a {
	font-size: 16px;
	color: #727272;
	margin-left: 20px
}

.theme-footer-one .bottom-footer-content ul li a:hover {
	color: #000
}

.theme-footer-one .bottom-footer-content p {
	font-size: 15px;
	color: #6a6a6a
}

.theme-footer-one .bottom-footer-content {
	padding: 26px 0 30px
}

.theme-footer-one .bottom-footer-content ul {
	padding-right: 97px
}

.fancy-hero-one {
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 75px 0 170px
}

.fancy-hero-one h2 {
	font-size: 80px;
	line-height: 1.1em
}

.fancy-hero-one p {
	font-size: 24px;
	line-height: 1.75em;
	padding: 15px 25px 0
}

.fancy-hero-one .page-title {
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(42, 42, 42, .3);
	letter-spacing: 1.4px
}

.fancy-hero-one .search-form {
	max-width: 720px;
	height: 70px;
	margin: 55px auto 0;
	position: relative
}

.fancy-hero-one .search-form input {
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 0 95px 0 38px
}

.fancy-hero-one .search-form button {
	width: 80px;
	background: var(--blue-dark);
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	z-index: 5;
	border-radius: 5px;
	transition: all .3s ease-in-out
}

.fancy-hero-one .search-form button img {
	margin: 0 auto
}

.fancy-hero-one .search-form button:hover {
	background: var(--yellow-deep)
}

.fancy-hero-one [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.fancy-hero-one [class*=bubble]:before {
	content: '';
	border-radius: 50%;
	position: absolute
}

.fancy-hero-one .bubble-one {
	width: 120px;
	height: 120px;
	left: 4%;
	top: 15%;
	animation: rotated 12s infinite linear
}

.fancy-hero-one .bubble-one:before {
	width: 6px;
	height: 6px;
	background: #fac3ff;
	top: 0;
	left: 50%
}

.fancy-hero-one .bubble-two {
	width: 160px;
	height: 160px;
	top: 30%;
	left: 15%;
	animation: rotated 17s infinite linear
}

.fancy-hero-one .bubble-two:before {
	width: 10px;
	height: 10px;
	background: #8fe9e0;
	top: 50%;
	right: 100%
}

.fancy-hero-one .bubble-three {
	width: 120px;
	height: 120px;
	bottom: 33%;
	left: 4%;
	animation: rotatedTwo 12s infinite linear
}

.fancy-hero-one .bubble-three:before {
	width: 6px;
	height: 6px;
	background: #ffd5ad;
	bottom: 0;
	left: 50%
}

.fancy-hero-one .bubble-four {
	width: 120px;
	height: 120px;
	right: 5%;
	top: 13%;
	animation: rotated 12s infinite linear
}

.fancy-hero-one .bubble-four:before {
	width: 6px;
	height: 6px;
	background: #8fe9e1;
	top: 0;
	left: 50%
}

.fancy-hero-one .bubble-five {
	width: 160px;
	height: 160px;
	top: 30%;
	right: 7%;
	animation: rotated 17s infinite linear
}

.fancy-hero-one .bubble-five:before {
	width: 10px;
	height: 10px;
	background: #ffd5ad;
	top: 50%;
	right: 100%
}

.fancy-hero-one .bubble-six {
	width: 120px;
	height: 120px;
	bottom: 33%;
	right: 4%;
	animation: rotatedTwo 12s infinite linear
}

.fancy-hero-one .bubble-six:before {
	width: 6px;
	height: 6px;
	background: #fac3ff;
	bottom: 0;
	left: 50%
}

.fancy-text-block-one {
	position: relative;
	z-index: 3;
	background: linear-gradient(45deg, #fffbf2, #edfffd);
	padding: 55px 0
}

.fancy-text-block-one:after,
.fancy-text-block-one:before {
	content: url(../images/shape/10.svg);
	position: absolute;
	opacity: .9
}

.fancy-text-block-one:before {
	top: -133px;
	left: 0;
	animation: jumpTwo 4s infinite linear
}

.fancy-text-block-one:after {
	bottom: -133px;
	right: 0;
	animation: jumpThree 4s infinite linear
}

.fancy-text-block-one .quote-wrapper {
	padding-left: 25px
}

.fancy-text-block-one .quote-wrapper p {
	font-family: gilroy-semibold;
	font-size: 20px;
	color: #000;
	padding-bottom: 21px
}

.fancy-text-block-one .quote-wrapper p span {
	color: #ffb147
}

.fancy-text-block-one .quote-wrapper blockquote {
	font-size: 40px;
	line-height: 1.5em;
	color: #181818;
	position: relative;
	margin-bottom: 43px
}

.fancy-text-block-one .quote-wrapper blockquote:before {
	content: url(../images/icon/06.svg);
	position: absolute;
	left: -92px;
	top: 11px
}

.fancy-text-block-one .quote-wrapper h6 {
	font-size: 20px;
	font-weight: 500
}

.fancy-text-block-one .quote-wrapper h6 span {
	font-weight: 400;
	color: #9c9c9c;
	font-size: 18px
}

.fancy-text-block-one [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.fancy-text-block-one .bubble-one {
	width: 17px;
	height: 17px;
	background: #ff6cc4;
	top: 15%;
	left: 42%;
	animation: scale-up-one 4s infinite linear
}

.fancy-text-block-one .bubble-two {
	width: 7px;
	height: 7px;
	background: #51fcff;
	top: 29%;
	right: 8%;
	animation: scale-up-three 4s infinite linear
}

.fancy-text-block-one .bubble-three {
	width: 20px;
	height: 20px;
	background: #ffba65;
	bottom: 7%;
	right: 26%;
	animation: scale-up-one 4s infinite linear
}

.fancy-text-block-one .bubble-four {
	width: 8px;
	height: 8px;
	background: #6aee90;
	bottom: 29%;
	left: 43%;
	animation: scale-up-three 4s infinite linear
}

.fancy-text-block-one .bubble-five {
	width: 25px;
	height: 25px;
	background: #b183ff;
	bottom: 7%;
	left: 9%;
	animation: scale-up-one 4s infinite linear
}

.fancy-text-block-one .bubble-six {
	width: 8px;
	height: 8px;
	background: #ffcd8b;
	top: 31%;
	left: 11%;
	animation: scale-up-three 4s infinite linear
}

.counter-info-standard {
	border-bottom: 1px solid #efefef
}

.counter-box-two {
	text-align: center;
	margin-bottom: 30px
}

.counter-box-two .number {
	font-size: 80px;
	color: var(--blue-dark)
}

.counter-box-two em {
	font-size: 20px;
	display: block;
	color: #9e9e9e;
	font-style: normal
}

.counter-box-two p {
	font-size: 28px;
	line-height: 1.35em;
	color: #212121;
	padding-top: 20px
}

.fancy-text-block-two .fancy_img_media {
	border-radius: 8px;
	margin-left: auto
}

.fancy-text-block-three {
	position: relative;
	z-index: 1;
	padding-bottom: 110px
}

.fancy-text-block-three:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 16%;
	left: 0;
	background: #fafaff;
	z-index: -2
}

.fancy-text-block-three .feature-content {
	padding-bottom: 60px
}

.fancy-text-block-three .feature-content.light-bg {
	background: #5e43f0;
	border-radius: 5px 0 0 5px
}

.fancy-text-block-three .feature-content.dark-bg {
	background: #462ec5;
	border-radius: 0 5px 5px 0;
	height:617px;
}

.fancy-text-block-three .feature-content .header {
	padding: 65px 20px 55px 55px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fancy-text-block-three .feature-content .header h3 {
	font-family: gilroy-semibold;
	color: #fff;
	font-size: 50px
}

.fancy-text-block-three .feature-content .header p {
	font-size: 20px;
	line-height: 1.5em;
	color: #fff;
	padding-top: 18px
}

.fancy-text-block-three .feature-content .feature-list {
	padding: 50px 20px 0 55px
}

.fancy-text-block-three .feature-content .feature-list .icon-box {
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%
}

.fancy-text-block-three .feature-content .feature-list .text-meta {
	padding-left: 20px;
	width: calc(100% - 55px)
}

.fancy-text-block-three .feature-content .feature-list h4 {
	font-family: gilroy-bold;
	font-size: 22px;
	color: #fff
}

.fancy-text-block-three .feature-content .feature-list p {
	color: rgba(255, 255, 255, .8);
	padding-top: 7px
}

.fancy-text-block-three .slogan {
	text-align: center;
	font-size: 40px;
	line-height: 1.38em;
	padding-top: 80px;
	color: #000
}

.fancy-text-block-three [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.fancy-text-block-three .bubble-one {
	width: 15px;
	height: 15px;
	background: #ff6cc4;
	top: 27%;
	right: 10%;
	animation: scale-up-one 4s infinite linear
}

.fancy-text-block-three .bubble-two {
	width: 7px;
	height: 7px;
	background: #f5a623;
	top: 70%;
	right: 10%;
	animation: scale-up-three 4s infinite linear
}

.fancy-text-block-three .bubble-three {
	width: 20px;
	height: 20px;
	background: #b183ff;
	bottom: 16%;
	left: 9%;
	animation: scale-up-one 4s infinite linear
}

.fancy-text-block-three .bubble-four {
	width: 8px;
	height: 8px;
	background: #6aee90;
	top: 40%;
	left: 8%;
	animation: scale-up-three 4s infinite linear
}

.team-section-one .controls {
	border-bottom: 1px solid #e5e5e5;
	text-align: center
}

.team-section-one .controls .control {
	font-family: Rubik, sans-serif;
	font-size: 20px;
	display: inline-block;
	position: relative;
	margin: 0 25px;
	padding-bottom: 20px;
	color: #7f7f7f
}

.team-section-one .controls .control:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--blue-dark);
	left: 0;
	bottom: -1px;
	border-radius: 3px;
	opacity: 0;
	transition: all .3s ease-in-out
}

.team-section-one .controls .control.mixitup-control-active {
	color: var(--blue-dark)
}

.team-section-one .controls .control.mixitup-control-active:before {
	opacity: 1
}

.team-section-one .mixitUp-container {
	text-align: center
}

.team-section-one .team-member img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto
}

.team-section-one .team-member h4 {
	font-family: Roboto, sans-serif;
	font-size: 24px;
	padding: 25px 0 6px
}

.team-section-one .team-member strong {
	color: #a5a5a5;
	font-weight: 400
}

.team-section-one .gap,
.team-section-one .mix {
	width: calc(100%/4 - (((4 - 1) * 1rem)/ 4));
	display: inline-block
}

.team-section-one .mix {
	margin-bottom: 100px
}

.feature-blog-one .header .title-style-one {
	max-width: 560px
}

.feature-blog-one .row [class*=col-] {
	display: flex
}

.feature-blog-one .post-meta {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
	margin-bottom: 50px;
	padding: 20px 20px 80px;
	position: relative;
	width: 100%;
	transition: all .5s ease-in-out
}

.feature-blog-one .post-meta .image-meta {
	width: 100%;
	border-radius: 5px
}

.feature-blog-one .post-meta .tag {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	color: rgba(10, 10, 10, .24);
	padding: 25px 0 3px
}

.feature-blog-one .post-meta .title {
	font-family: gilroy-bold;
	font-size: 30px;
	line-height: 1.2em;
	color: #000;
	transition: all .3s ease-in-out
}

.feature-blog-one .post-meta:hover a.title {
	color: var(--blue-dark)
}

.feature-blog-one .post-meta .read-more {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--blue-dark);
	letter-spacing: 1px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px
}

.feature-blog-one .post-meta .read-more i {
	font-size: 22px
}

.fancy-text-block-four {
	background: #fcf7ef;
	position: relative;
	z-index: 5
}

.fancy-text-block-four:before {
	content: url(../images/shape/13.svg);
	position: absolute;
	top: -48px;
	left: 0;
	animation: jumpTwo 4s infinite linear
}

.fancy-text-block-four:after {
	content: url(../images/shape/14.svg);
	position: absolute;
	bottom: -140px;
	right: 0;
	animation: jumpThree 4s infinite linear
}

.fancy-text-block-four .wrapper {
	position: relative;
	z-index: 1
}

.fancy-text-block-four .wrapper:before {
	content: url(../images/assets/ils_02.svg);
	position: absolute;
	top: -219px;
	right: -253px;
	z-index: -1;
	animation: jumpTwo 10s infinite linear
}

.block-style-three {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .02);
	padding: 25px 40px 70px 50px;
	margin-top: 35px
}

.block-style-three .icon {
	height: 75px
}

.block-style-three h4 {
	font-family: gilroy-bold;
	font-size: 22px;
	padding: 25px 0 20px
}

.block-style-three p {
	font-size: 17px;
	line-height: 1.64em
}

.fancy-text-block-five {
	position: relative;
	z-index: 5
}

.fancy-text-block-five:before {
	content: url(../images/assets/ils_03.svg);
	position: absolute;
	top: 150px;
	left: 7%;
	z-index: -1;
	animation: jumpTwo 10s infinite linear
}

.block-style-four {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 25px 30px 20px 40px;
	margin-top: 35px;
	transition: all .3s ease-in-out
}

.block-style-four:hover {
	box-shadow: 0 25px 60px rgba(12, 28, 65, .05);
	border-color: #fff;
	transform: translateY(-5px)
}

.block-style-four .icon {
	height: 75px
}

.block-style-four h4 {
	font-family: gilroy-bold;
	font-size: 24px;
	padding: 9px 0 20px
}

.block-style-four p {
	font-size: 17px;
	line-height: 1.64em
}

.block-style-four a {
	font-size: 30px;
	color: #303030;
	margin-top: 30px
}

.block-style-four:hover a {
	color: var(--blue-dark)
}

.feature-blog-two {
	background: #f2fbfd
}

.feature-blog-two .header .title-style-one {
	max-width: 560px
}

.feature-blog-two .row [class*=col-] {
	display: flex
}

.feature-blog-two .post-meta {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
	margin-top: 35px;
	padding: 20px 20px 80px;
	position: relative;
	transition: all .5s ease-in-out
}

.feature-blog-two .post-meta:hover {
	transform: translateY(-10px)
}

.feature-blog-two .post-meta .image-meta {
	width: 100%;
	border-radius: 5px
}

.feature-blog-two .post-meta .title {
	font-family: gilroy-bold;
	font-size: 30px;
	line-height: 1.2em;
	color: #000;
	transition: all .3s ease-in-out;
	margin-top: 50px
}

.feature-blog-two .post-meta:hover .title {
	color: var(--blue-dark)
}

.feature-blog-two .post-meta .read-more {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	color: rgba(10, 10, 10, .24);
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	transition: all .2s ease-in-out
}

.feature-blog-two .post-meta .read-more i {
	font-size: 22px;
	color: var(--blue-dark)
}

.feature-blog-two .post-meta .read-more:hover {
	color: var(--blue-dark)
}

.contact-us-light {
	background: linear-gradient(45deg, #fffbf2, #edfffd);
	position: relative;
	z-index: 1
}


.contact-us-light [class*=bubble] {
	position: absolute;
	z-index: -1;
	border-radius: 50%
}

.contact-us-light .bubble-one {
	width: 30px;
	height: 30px;
	background: #ffdfdf;
	left: 39%;
	top: -15px;
	z-index: 2;
	animation: scale-up-one 4s infinite linear
}

.contact-us-light .bubble-two {
	width: 7px;
	height: 7px;
	background: #51fcff;
	top: 14%;
	right: 8%;
	animation: scale-up-three 4s infinite linear
}

.contact-us-light .bubble-three {
	width: 8px;
	height: 8px;
	background: #6aee90;
	top: 32%;
	left: 44%;
	animation: scale-up-three 4s infinite linear
}

.contact-us-light .bubble-four {
	width: 8px;
	height: 8px;
	background: #ffcd8b;
	left: 11%;
	top: 15%;
	animation: scale-up-three 4s infinite linear
}

.contact-us-light .address-info {
	text-align: center;
	margin-bottom: 50px
}

.contact-us-light .address-info .icon {
	height: 82px
}

.contact-us-light .address-info .icon img {
	margin: 0 auto;
	max-height: 100%
}

.contact-us-light .address-info .title {
	font-size: 18px;
	color: #9e9e9e;
	padding: 30px 0 5px
}

.contact-us-light .address-info p {
	font-size: 24px;
	line-height: 1.45em;
	color: #000
}

.contact-us-light .address-info ul li a {
	font-size: 22px;
	margin: 5px 15px;
	color: rgba(0, 0, 0, .2);
	transition: all .2s ease-in-out
}

.contact-us-light .address-info ul li a:hover {
	color: var(--blue-dark)
}

.form-style-light {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(14, 49, 42, .05);
	padding: 100px 100px;
	margin-top: 90px
}

.form-style-light .input-group-meta {
	height: 55px;
	position: relative
}

.form-style-light .input-group-meta.lg {
	height: 220px
}

.form-style-light .input-group-meta input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	font-size: 16px;
	border: solid 1px #d6d6d6;
	padding: 0 52px 0 20px;
	color: var(--heading);
	background: 0 0;
	font-family: Rubik, sans-serif
}

.form-style-light .input-group-meta textarea {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	font-size: 16px;
	color: var(--heading);
	border: solid 1px #d6d6d6;
	resize: none;
	padding: 20px;
	font-family: Rubik, sans-serif
}

.form-style-light .input-group-meta input:focus {
	border-color: var(--blue-dark)
}

.form-style-light .input-group-meta label {
	font-size: 14px;
	padding: 0 6px;
	font-weight: 400;
	color: #cacaca;
	position: absolute;
	left: 20px;
	line-height: 10px;
	top: -5px;
	z-index: 1;
	background: #fff
}

.form-style-light .input-group-meta .placeholder_icon {
	position: absolute;
	line-height: 55px;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	text-align: center;
	z-index: 1;
	color: rgba(0, 0, 0, .45);
	font-size: 17px;
	cursor: pointer
}

.form-style-light .input-group-meta .placeholder_icon img {
	position: relative;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all .2s ease-in-out
}

.form-style-light .input-group-meta .valid-sign {
	opacity: 1;
	visibility: visible
}

.form-style-light .input-group-meta input:valid+.valid-sign {
	opacity: 0;
	visibility: hidden
}

#contact-form .form-group .help-block {
	position: absolute;
	left: 0;
	bottom: -24px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding: 0 15px;
	border-radius: 3px;
	background: #dc3545;
	box-shadow: 0 10px 25px 0 rgba(123, 147, 171, .15)
}

#contact-form .form-group .help-block li {
	position: relative
}

#contact-form .form-group .help-block li:before {
	content: '';
	font-family: font-awesome;
	position: absolute;
	top: -12px;
	left: 0;
	color: #dc3545
}

.theme-main-menu>div {
	position: relative
}

.theme-menu-two .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-two .right-widget {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-two .user-login-button li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 43px;
	color: #000;
	transition: all .3s ease-in-out
}

.theme-menu-two .user-login-button li a:hover {
	color: var(--red-light)
}

.theme-menu-two .user-login-button li .signUp-action {
	border: 1px solid rgba(255, 122, 81, .4);
	background: rgba(255, 104, 40, .07);
	padding: 0 45px;
	border-radius: 22px;
	color: var(--red-light);
	margin-left: 25px
}

.theme-menu-two .user-login-button li .signUp-action:hover {
	background: var(--red-light);
	color: #fff
}

.theme-menu-two .language-button-group li a {
	font-size: 16px;
	font-weight: 500;
	color: #b7b7b7;
	margin: 0 4px
}

.theme-menu-two .language-button-group li a.active {
	color: #000
}

.theme-menu-two .language-button-group {
	margin-right: 80px
}

.hero-banner-two {
	padding: 90px 0 110px;
	position: relative;
	z-index: 1
}

.hero-banner-two .container {
	max-width: 1490px;
	position: relative;
	padding: 0 15px
}

.hero-banner-two .hero-text-wrapper h1 {
	font-family: gilroy-black;
	font-size: 80px;
	line-height: 1.11em
}

.hero-banner-two .hero-text-wrapper h1 span {
	position: relative
}

.hero-banner-two .hero-text-wrapper h1 span img {
	left: 0;
	bottom: -15px;
	width: 100%
}

.hero-banner-two .hero-text-wrapper .sub-text {
	font-size: 28px;
	line-height: 1.5em;
	color: #565657;
	padding: 40px 60px 75px 0
}

.hero-banner-two .hero-text-wrapper form {
	max-width: 550px;
	height: 70px;
	position: relative
}

.hero-banner-two .hero-text-wrapper form input {
	border: 2px solid #040404;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	padding: 0 200px 0 30px
}

.hero-banner-two .hero-text-wrapper form button {
	position: absolute;
	right: 10px;
	top: 8px;
	bottom: 8px;
	background: var(--red-light);
	width: 184px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.hero-banner-two .hero-text-wrapper form button:hover {
	background: var(--yellow-deep)
}

.hero-banner-two .hero-text-wrapper .list-item li {
	font-size: 15px;
	color: #141518;
	position: relative;
	padding-left: 22px;
	margin-right: 13px
}

.hero-banner-two .hero-text-wrapper .list-item.lg li {
	font-size: 19px;
	line-height: 1.57em;
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px
}

.hero-banner-two .hero-text-wrapper .list-item li:before {
	content: url(../images/icon/19.svg);
	position: absolute;
	left: 5px;
	top: -1px
}

.hero-banner-two .illustration_01 {
	max-width: 830px
}

.hero-banner-two .trusted-companies p {
	font-size: 20px;
	color: #000;
	padding-bottom: 50px
}

.hero-banner-two .trusted-companies p span {
	font-size: 1.6em;
	font-weight: 500;
	color: #ff6559;
	text-decoration: underline
}

.fancy-feature-four {
	padding: 0 15px
}

.fancy-feature-four .inner-content {
	position: relative
}

.fancy-feature-four .bg-wrapper {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	background: #fff6ec;
	z-index: 1;
	padding: 100px 0 190px
}

.fancy-feature-four .bg-wrapper:before {
	content: '';
	width: 100%;
	height: 28px;
	background: url(../images/shape/17.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -25px
}

.block-style-five {
	background: #fff;
	transition: all .3s ease-in-out;
	padding: 46px 30px 50px 48px;
	margin-top: 30px;
	border-radius: 5px
}

.block-style-five:hover {
	box-shadow: 0 30px 50px rgba(0, 0, 0, .04);
	transform: translateY(-5px)
}

.block-style-five .icon {
	height: 72px
}

.block-style-five .icon img {
	max-height: 100%
}

.block-style-five .title {
	font-family: gilroy-bold;
	font-size: 20px;
	margin: 24px 0 29px;
	display: inline-block;
	position: relative
}

.block-style-five .title:before {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--yellow-deep);
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -2px
}

.block-style-five p {
	font-size: 24px;
	line-height: 1.45em;
	color: #000
}

.fancy-feature-four .shape-right {
	right: -16px;
	top: 30%
}

.fancy-feature-four .shape-left {
	left: -8px;
	top: 62%
}

.fancy-feature-four .shape-one {
	top: -20px;
	left: -64px;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-four .shape-two {
	bottom: -85px;
	right: -104px;
	animation: rotated 50s infinite linear
}

.fancy-text-block-six {
	position: relative
}

.fancy-text-block-six .illustration-holder .shape-one {
	right: -20%;
	top: 29%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-six .img-meta-container {
	position: absolute;
	right: 0;
	top: 23px;
	max-width: 42%
}

.fancy-text-block-six .img-meta-container .shape-one {
	top: -7%;
	left: -4%;
	animation: rotated 18s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-two {
	top: -11%;
	left: 26%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-three {
	top: -6%;
	right: 31%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-four {
	top: 44%;
	left: -7%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-five {
	bottom: -15%;
	left: -10%;
	animation: rotated 50s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-six {
	bottom: -11%;
	left: 28%;
	animation: rotated 20s infinite linear
}

.fancy-text-block-six .img-meta-container .shape-seven {
	bottom: -12%;
	left: 57%;
	animation: jumpTwo 5s infinite linear
}

.accordion-style-two .card {
	background: #fff;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #000
}

.accordion-style-two .card .card-header {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	border: none
}

.accordion-style-two .card .card-header button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 22px 70px 22px 0;
	font-family: Rubik, sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	border: none;
	border-radius: 0;
	margin: 0;
	color: var(--heading);
	text-decoration: none;
	position: relative
}

.accordion-style-two .card .card-header button:before {
	content: "";
	font-family: font-awesome;
	position: absolute;
	font-size: 28px;
	right: 0;
	top: 30%;
	transition: all .3s ease-in-out
}

.accordion-style-two .card .card-body {
	padding: 0 70px 30px 0
}

.accordion-style-two .card .card-body p {
	font-size: 20px;
	line-height: 1.55em
}

.accordion-style-two .card:last-child {
	border: none
}

.counter-with-icon-one .border-style {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 58px 0 90px
}

.counter-box-three {
	text-align: center;
	margin-top: 40px
}

.counter-box-three .icon {
	height: 62px;
	display: inline-block
}

.counter-box-three .number {
	font-size: 38px;
	padding: 5px 0 3px
}

.counter-box-three p {
	font-weight: 300;
	font-size: 24px;
	color: #000
}

.fancy-text-block-seven .bg-wrapper {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	background: url(../images/shape/bg.svg) no-repeat top center;
	background-size: cover;
	z-index: 1;
	padding: 42px 0 70px
}

.fancy-text-block-seven .bg-wrapper.no-bg {
	background: 0 0
}

.fancy-text-block-seven .img-holder {
	position: relative
}

.fancy-text-block-seven .quote-wrapper blockquote {
	font-size: 32px;
	line-height: 1.35em;
	color: #000;
	padding: 22px 0 30px
}

.fancy-text-block-seven .quote-wrapper h6 {
	font-size: 20px;
	font-weight: 500
}

.fancy-text-block-seven .quote-wrapper h6 span {
	display: block;
	font-size: 18px;
	color: #9eadba;
	font-weight: 400;
	padding-top: 8px
}

.fancy-text-block-seven .shape-one {
	top: 13%;
	left: 5%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-seven .shape-two {
	top: 21%;
	right: 8%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-seven .shape-three {
	bottom: 12%;
	right: 8%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-seven .shape-four {
	bottom: 47%;
	left: 45%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-seven .shape-five {
	bottom: 12%;
	left: 8%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-seven .shape-six {
	top: 14%;
	left: -6%;
	z-index: 1;
	animation: jumpThree 5s infinite linear
}

.block-style-six {
	position: relative
}

.block-style-six:nth-child(even):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	left: 0;
	bottom: 0;
	background: url(../images/shape/line-shape-4.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.block-style-six .text-details .title {
	font-size: 42px;
	line-height: 1.26em;
	padding: 24px 0 34px
}

.block-style-six .text-details .text-meta {
	font-size: 22px;
	line-height: 1.54em;
	padding-bottom: 65px
}

.block-style-six .text-details .quote-wrapper {
	background: #f4f9fc;
	border-radius: 5px;
	padding: 35px 50px 25px 35px;
	position: relative
}

.block-style-six .text-details .quote-wrapper .quote-icon {
	width: 57px;
	height: 57px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 27px;
	top: -29px
}

.block-style-six .text-details .quote-wrapper blockquote {
	font-size: 18px;
	line-height: 1.55em;
	color: #0d0d0d
}

.block-style-six .text-details .name {
	font-size: 16px;
	color: #a8a8a8;
	margin-top: 24px;
	line-height: 1.44em
}

.block-style-six .text-details .name strong {
	font-weight: 500;
	color: #191717
}

.block-style-six .illustration-one .shape-one {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	top: -7%;
	right: 41%;
	animation: jumpThree 5s infinite linear
}

.block-style-six .illustration-one .shape-two {
	width: 14px;
	height: 14px;
	background: #f77a56;
	top: 14%;
	right: -10%;
	animation: jumpTwo 5s infinite linear
}

.block-style-six .illustration-one .shape-three {
	width: 7px;
	height: 7px;
	background: #f2dad5;
	bottom: 29%;
	right: -5%;
	animation: jumpThree 5s infinite linear
}

.block-style-six .illustration-one .shape-four {
	width: 10px;
	height: 10px;
	background: #f77a56;
	bottom: -2%;
	right: 51%;
	animation: jumpTwo 5s infinite linear
}

.block-style-six .illustration-one .shape-five {
	width: 7px;
	height: 7px;
	background: #f2dad5;
	top: 45%;
	left: 5%;
	animation: jumpThree 5s infinite linear
}

.block-style-six .illustration-one .shape-six {
	top: 17%;
	left: 6%;
	animation: jumpTwo 8s infinite linear
}

.block-style-six .illustration-one .shape-seven {
	top: 42%;
	right: -3%;
	animation: rotatedTwo 35s infinite linear
}

.block-style-six .illustration-two .shape-one {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	top: -5%;
	left: 22%;
	animation: jumpThree 5s infinite linear
}

.block-style-six .illustration-two .shape-two {
	width: 8px;
	height: 8px;
	background: #f2dad5;
	top: 63%;
	right: 12%;
	animation: jumpTwo 5s infinite linear
}

.block-style-six .illustration-two .shape-three {
	width: 6px;
	height: 6px;
	background: #f77a56;
	bottom: -11%;
	right: 44%;
	animation: jumpThree 5s infinite linear
}

.block-style-six .illustration-two .shape-four {
	width: 10px;
	height: 10px;
	background: #f77a56;
	bottom: 39%;
	left: -10%;
	animation: jumpTwo 5s infinite linear
}

.block-style-six .illustration-two .shape-five {
	top: 9%;
	left: -3%;
	animation: rotatedTwo 35s infinite linear
}

.block-style-six .illustration-two .shape-six {
	bottom: 3%;
	right: 20%;
	animation: jumpTwo 8s infinite linear
}

.useable-tools-section-two.bg-shape {
	padding: 0 15px
}

.useable-tools-section-two.bg-shape .bg-wrapper {
	max-width: 1460px;
	margin: 0 auto;
	background: #fdf3e7;
	position: relative;
	padding: 108px 0 0;
	z-index: 1
}

.useable-tools-section-two.bg-shape .bg-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background-image: url(../images/37.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -13px;
	left: 0
}

.useable-tools-section-two.bg-shape .bg-wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 24px;
	background-image: url(../images/38.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -23px;
	left: 0
}

.useable-tools-section-two.bg-shape .bg-wrapper .shapes {
	z-index: 1
}

.useable-tools-section-two.bg-shape .bg-wrapper .shape-one {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	top: 6%;
	left: 11%;
	animation: jumpThree 5s infinite linear
}

.useable-tools-section-two.bg-shape .bg-wrapper .shape-two {
	width: 10px;
	height: 10px;
	background: #f77a56;
	top: 10%;
	right: 11%;
	animation: jumpTwo 5s infinite linear
}

.useable-tools-section-two.bg-shape .bg-wrapper .shape-three {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	top: 45%;
	right: 24%;
	animation: jumpThree 5s infinite linear
}

.useable-tools-section-two.bg-shape .bg-wrapper .shape-four {
	width: 8px;
	height: 8px;
	background: #f77a56;
	top: 43%;
	left: 16%;
	animation: jumpTwo 5s infinite linear
}

.useable-tools-section-two .icon-wrapper ul {
	margin: 0 -15px;
	position: relative;
	z-index: 1;
	transform: translateY(58px)
}

.useable-tools-section-two .icon-wrapper ul li {
	padding: 0 15px;
	float: left;
	width: 11.11111%
}

.useable-tools-section-two .icon-wrapper ul li:nth-child(odd) {
	margin-top: 50px
}

.useable-tools-section-two .icon-wrapper ul li:nth-child(4),
.useable-tools-section-two .icon-wrapper ul li:nth-child(6) {
	margin-top: 110px
}

.useable-tools-section-two .icon-wrapper ul li .icon-box {
	background: #fff;
	border-radius: 10px;
	height: 100px;
	margin: 20px 0;
	cursor: pointer
}

.useable-tools-section-two .theme-btn-two {
	border-radius: 5px
}

.client-feedback-slider-one {
	max-width: 1920px;
	margin: 0 auto;
	position: relative
}

.client-feedback-slider-one .shapes-holder {
	position: absolute;
	top: 60px;
	left: -35px;
	width: 40%
}

.client-feedback-slider-one .shapes-holder .title-style-two {
	position: absolute;
	right: 0;
	top: 43%;
	transform: translateY(-50%);
	z-index: 5
}

.client-feedback-slider-one .shapes-holder .shape-one {
	z-index: 1;
	top: -11%;
	right: 21%;
	animation: jumpTwo 8s infinite linear
}

.client-feedback-slider-one .shapes-holder [class*=cp-img] {
	position: absolute;
	z-index: 1;
	border-radius: 50%
}

.client-feedback-slider-one .shapes-holder .cp-img-one {
	width: 60px;
	height: 60px;
	top: 13%;
	left: 26%
}

.client-feedback-slider-one .shapes-holder .cp-img-two {
	width: 75px;
	height: 75px;
	top: 46%;
	left: 13%
}

.client-feedback-slider-one .shapes-holder .cp-img-three {
	width: 50px;
	height: 50px;
	bottom: 7%;
	left: 25%
}

.client-feedback-slider-one .shapes-holder .cp-img-four {
	width: 80px;
	height: 80px;
	bottom: 22%;
	right: 21%
}

.client-feedback-slider-one .feedback-meta {
	position: relative;
	padding-top: 138px
}

.client-feedback-slider-one .feedback-meta .watermark {
	font-size: 160px;
	color: #f9fafc;
	position: absolute;
	top: 0;
	left: 0
}

.client-feedback-slider-one .clientSliderOne p {
	font-size: 24px;
	line-height: 1.87em;
	padding: 52px 0 60px
}

.client-feedback-slider-one .clientSliderOne .c_img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.client-feedback-slider-one .clientSliderOne .info {
	padding-left: 20px
}

.client-feedback-slider-one .clientSliderOne .info strong {
	font-weight: 500;
	font-size: 24px;
	color: #252525;
	display: block
}

.client-feedback-slider-one .clientSliderOne .info span {
	color: #c3c3c3
}

.client-feedback-slider-one .slider-arrow li {
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
	font-size: 24px;
	opacity: .5;
	transition: all .3s ease-in-out;
	transform: scale(.8)
}

.client-feedback-slider-one .slider-arrow li:first-child i {
	transform: rotate(180deg);
	display: inline-block
}

.client-feedback-slider-one .slider-arrow li:hover {
	opacity: 1;
	transform: scale(1)
}

.fancy-short-banner-three .bg-wrapper {
	background: url(../images/bg2.svg) no-repeat;
	background-size: cover;
	border-radius: 40px;
	padding: 82px 50px 89px;
	position: relative
}

.fancy-short-banner-three .bg-wrapper:before {
	content: url(../images/43_1.svg);
	position: absolute;
	top: -124px;
	right: -104px;
	z-index: -1
}

.fancy-short-banner-three .title-style-one h2 {
	font-size: 48px
}

.fancy-short-banner-three .form-wrapper {
	padding-left: 65px
}

.fancy-short-banner-three .form-wrapper form {
	position: relative;
	height: 70px;
	background: #fff;
	border-radius: 7px
}

.fancy-short-banner-three .form-wrapper form input {
	font-style: italic;
	font-size: 18px;
	width: 100%;
	border: none;
	height: 100%;
	padding: 0 150px 0 25px;
	background: 0 0
}

.fancy-short-banner-three .form-wrapper form button {
	position: absolute;
	right: 8px;
	bottom: 8px;
	top: 8px;
	width: 150px;
	border-radius: 6px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	background: var(--red-light);
	transition: all .3s ease-in-out
}

.fancy-short-banner-three .form-wrapper form button:hover {
	background: #ffba12;
	box-shadow: 0 15px 30px rgba(255, 186, 18, .2)
}

.fancy-short-banner-three .form-wrapper p {
	font-size: 16px;
	padding-top: 10px
}

.fancy-short-banner-three .form-wrapper p a {
	color: #000
}

.fancy-short-banner-three .form-wrapper p a:hover {
	text-decoration: underline
}

.theme-footer-two {
	position: relative;
	overflow: hidden
}

.theme-footer-two:before {
	content: url(../images/shape/44.svg);
	position: absolute;
	bottom: -10px;
	left: 11%;
	z-index: -1
}

.theme-footer-two:after {
	content: " ";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f77a56;
	bottom: 19%;
	right: 30%;
	z-index: -1
}

.theme-footer-two .top-footer [class*=col-] {
	margin-bottom: 30px
}

.theme-footer-two .top-footer .footer-title {
	font-family: Rubik, sans-serif;
	font-size: 24px;
	padding-bottom: 25px
}

.theme-footer-two .top-footer .footer-list ul li a {
	font-size: 16px;
	line-height: 38px;
	color: #727272;
	transition: all .3s ease-in-out
}

.theme-footer-two .top-footer .footer-list ul li a:hover {
	color: var(--red-light)
}

.theme-footer-two .top-footer .address-list ul.info li a {
	font-size: 16px;
	color: #727272;
	margin-bottom: 10px
}

.theme-footer-two .top-footer .address-list ul.info li a:hover {
	text-decoration: underline
}

.theme-footer-two .top-footer .address-list ul.info li a.mobile-num {
	font-size: 20px;
	color: #030303
}

.theme-footer-two .top-footer .address-list .social-icon a {
	font-size: 22px;
	margin-right: 20px;
	color: rgba(0, 0, 0, .35)
}

.theme-footer-two .top-footer .address-list .social-icon a:hover {
	color: #000
}

.theme-footer-two .bottom-footer-content ul li {
	display: inline-block
}

.theme-footer-two .bottom-footer-content ul li a {
	font-size: 16px;
	color: #727272;
	margin-left: 20px
}

.theme-footer-two .bottom-footer-content ul li a:hover {
	color: #000
}

.theme-footer-two .bottom-footer-content p {
	font-size: 15px;
	color: #6a6a6a
}

.theme-footer-two .bottom-footer-content {
	padding: 26px 0 30px
}

.theme-footer-two .bottom-footer-content ul {
	padding-right: 97px
}

.fancy-hero-two {
	padding: 0 70px
}

.fancy-hero-two .bg-wrapper {
	background: url(../image/garage.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 108px 0 110px;
	text-align: center
}
.fancy-hero-two .bg-wrapper_1 {
	background: url(../image/auto.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 108px 0 110px;
	text-align: center
}
.fancy-hero-two .bg-wrapper_2 {
	background: url(../image/second_hand.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 108px 0 110px;
	text-align: center
}
.fancy-hero-two .bg-wrapper_3 {
	background: url(../image/spare_part.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 108px 0 110px;
	text-align: center
}
.fancy-hero-two .bg-wrapper_4 {
	background: url(../images/bg3.svg) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	height:600px;
	padding: 108px 0 110px;
	text-align: center
}
.fancy-hero-two .page-title {
	font-size: 24px;
	color: #b1b1b1
}

.fancy-hero-two .heading {
	font-family: gilroy-black;
	font-size: 80px;
	line-height: 1.1em;
	padding: 0 0 38px
}

.fancy-hero-two .sub-heading {
	font-size: 24px;
	line-height: 1.41em;
	color: #2a2a2a
}

.fancy-text-block-nine {
	position: relative
}

.fancy-text-block-nine .text-meta {
	font-size: 24px;
	line-height: 1.66em;
	padding-top: 30px;
	text-align: center;
	color: #515151
}

.fancy-text-block-nine .shape-one {
	width: 10px;
	height: 10px;
	background: #ffdbd0;
	top: 5%;
	right: 13%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-nine .shape-two {
	width: 6px;
	height: 6px;
	background: #f77a56;
	bottom: 9%;
	right: 13%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-nine .shape-three {
	width: 8px;
	height: 8px;
	background: #ffdbd0;
	bottom: 9%;
	left: 13%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-nine .shape-four {
	width: 11px;
	height: 11px;
	background: #ff7052;
	top: 12%;
	left: 13%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-ten .container {
	max-width: 1300px;
	padding: 0 15px
}

.fancy-text-block-ten p {
	font-size: 42px;
	line-height: 1.35em;
	color: #000;
	padding: 25px 0 50px
}

.fancy-text-block-ten .name {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	position: relative;
	padding-left: 28px
}

.fancy-text-block-ten .name span {
	font-size: 18px;
	color: #aeb3b7;
	font-weight: 400
}

.fancy-text-block-ten .name:before {
	content: '';
	width: 15px;
	height: 3px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 14px
}

.fancy-text-block-ten .img-meta {
	border-radius: 5px;
	margin: 0 auto
}

.fancy-text-block-ten .img-gallery {
	position: relative
}

.fancy-text-block-ten .img-gallery:before {
	content: url(../images/shape/45.svg);
	position: absolute;
	top: -14%;
	right: -5%;
	z-index: 1;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-ten .img-gallery:after {
	content: url(../images/shape/46.svg);
	position: absolute;
	bottom: -12%;
	left: -12%;
	z-index: -1;
	animation: rotatedTwo 50s infinite linear
}

.fancy-feature-five {
	padding: 0 70px
}

.fancy-feature-five .bg-wrapper {
	background: #f2f7ff;
	border-radius: 10px;
	padding: 120px 0 140px;
	position: relative;
	z-index: 5
}

.block-style-seven {
	padding: 40px 22px 0;
	text-align: center
}

.block-style-seven .icon {
	height: 80px
}

.block-style-seven .icon img {
	margin: 0 auto;
	max-height: 100%
}

.block-style-seven .feature-info {
	color: rgba(0, 0, 0, .3);
	padding: 30px 0 7px
}

.block-style-seven p {
	font-size: 28px;
	line-height: 1.35em;
	color: #000
}

.fancy-feature-five .shape-one {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	top: 14%;
	right: 15%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-five .shape-two {
	width: 12px;
	height: 12px;
	background: #f77a56;
	top: 58%;
	right: 6%;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-five .shape-three {
	width: 7px;
	height: 7px;
	background: #f2dad5;
	top: 84%;
	left: 7%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-five .shape-four {
	width: 8px;
	height: 8px;
	background: #f77a56;
	top: 27%;
	left: 8%;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-five .shape-five {
	bottom: 0;
	right: 0
}

.team-section-two {
	position: relative
}

.team-section-two .shape-one {
	width: 11px;
	height: 11px;
	background: #f77a56;
	right: 11%;
	top: 42%;
	animation: jumpThree 5s infinite linear
}

.team-section-two .shape-two {
	width: 6px;
	height: 6px;
	background: #f2dad5;
	right: 11%;
	top: 87%;
	animation: jumpThree 5s infinite linear
}

.team-section-two .shape-three {
	width: 10px;
	height: 10px;
	background: #f77a56;
	left: 13%;
	top: 75%;
	animation: jumpTwo 5s infinite linear
}

.team-section-two .shape-four {
	width: 8px;
	height: 8px;
	background: #f2dad5;
	left: 12%;
	top: 24%;
	animation: jumpThree 5s infinite linear
}

.team-section-two .team-member {
	text-align: center;
	margin-top: 50px
}

.team-section-two .team-member img {
	width: 100%;
	border-radius: 10px;
	transition: all .3s ease-in-out
}

.team-section-two .team-member:hover img {
	transform: translateY(8px)
}

.team-section-two .team-member .name {
	font-size: 24px;
	font-weight: 500;
	color: #2a2a2a;
	padding: 35px 0 0
}

.team-section-two .team-member .position {
	font-size: 16px;
	color: rgba(42, 42, 42, .4)
}

.fancy-hero-three {
	background: #ecf6ff;
	background-size: cover;
	position: relative;
	padding: 225px 0 180px;
	z-index: 5;
	text-align: center
}

.fancy-hero-three:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 24px;

	background-size: cover;
	left: 0;
	bottom: -20px
}

.fancy-hero-three.bg-transparent:before {
	display: none
}

.fancy-hero-three .shape-one {
	width: 6px;
	height: 6px;
	background: #f77a56;
	top: 29%;
	right: 27%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-three .shape-two {
	width: 12px;
	height: 12px;
	background: #ffdbd0;
	top: 59%;
	right: 12%;
	animation: jumpTwo 5s infinite linear
}

.fancy-hero-three .shape-three {
	width: 8px;
	height: 8px;
	background: #f77a56;
	top: 84%;
	right: 25%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-three .shape-four {
	width: 10px;
	height: 10px;
	background: #ffdbd0;
	top: 79%;
	left: 21%;
	animation: jumpTwo 5s infinite linear
}

.fancy-hero-three .shape-five {
	width: 6px;
	height: 6px;
	background: #f77a56;
	top: 50%;
	left: 12%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-three .shape-six {
	width: 11px;
	height: 11px;
	background: #ff7052;
	top: 27%;
	left: 21%;
	animation: jumpTwo 5s infinite linear
}

.fancy-hero-three .heading {
	font-family: gilroy-black;
	font-size: 50px;
	line-height: 1.1em;
	padding: 0 0 38px
}

.fancy-hero-three .sub-heading {
	font-size: 24px;
	line-height: 1.41em;
	color: #2a2a2a
}

.fancy-hero-three .trial-button {
	border-radius: 6px
}

.fancy-text-block-eleven .text-wrapper {
	padding: 50px 0 0 65px
}

.fancy-text-block-eleven .text-wrapper p {
	font-size: 22px;
	line-height: 1.81em
}

.fancy-text-block-eleven .img-gallery {
	position: relative;
	display: inline-block
}

.fancy-text-block-eleven .img-gallery .overlay-img {
	position: absolute;
	right: -130px;
	top: -70px;
	z-index: 1
}

.fancy-text-block-eleven .img-gallery .shape-one {
	top: -13%;
	left: -16%
}

.fancy-text-block-eleven .img-gallery .shape-two {
	bottom: -19%;
	right: -21%;
	animation: rotatedTwo 50s infinite linear
}

.fancy-text-block-eleven .img-gallery .shape-three {
	bottom: -9%;
	left: -16%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-six {
	padding: 0 15px
}



.fancy-feature-six .bg-wrapper .shape-one {
	width: 16px;
	height: 16px;
	background: #f96f60;
	z-index: 1;
	top: 5px;
	left: 14%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-six .bg-wrapper .shape-two {
	width: 12px;
	height: 12px;
	background: #f96f60;
	top: 36%;
	right: 4%;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-six .bg-wrapper .shape-three {
	width: 7px;
	height: 7px;
	background: #f96f60;
	top: 68%;
	right: 4%;
	opacity: .25;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-six .bg-wrapper .shape-four {
	width: 10px;
	height: 10px;
	background: #f96f60;
	top: 91%;
	left: 7%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-six .bg-wrapper .shape-five {
	width: 7px;
	height: 7px;
	background: #f96f60;
	top: 31%;
	left: 4%;
	opacity: .25;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-six .bg-wrapper .shape-six {
	top: 78%;
	right: 2%;
	animation: rotatedTwo 50s infinite linear
}

.fancy-text-block-twelve .text-wrapper .sub-text {
	font-size: 22px;
	line-height: 1.81em;
	padding-top: 40px
}

.fancy-text-block-twelve .img-gallery {
	display: inline-block;
	padding: 30px 45px 0 25px;
	position: relative
}

.fancy-text-block-twelve .img-gallery .shape-one {
	top: -7%;
	left: -10%
}

.fancy-text-block-twelve .img-gallery .shape-two {
	bottom: -13%;
	right: -4%;
	animation: jumpTwo 5s infinite linear
}

.block-style-eight {
	background: #fff;
	transition: all .3s ease-in-out;
	padding: 20px 15px 25px 32px;
	margin-top: 30px;
	border: 2px solid #dce4e8;
	border-radius: 5px
}

.block-style-eight:hover {
	border-color: #000
}

.block-style-eight .title {
	font-family: gilroy-bold;
	font-size: 20px;
	margin: 0 0 24px;
	display: inline-block;
	position: relative
}

.block-style-eight .title:before {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--yellow-deep);
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -2px
}

.block-style-eight p {
	line-height: 1.72em;
	color: #000
}

.fancy-feature-seven {
	background: #ecf6ff;
	padding: 170px 0 150px;
	position: relative;
	z-index: 1
}

.fancy-feature-seven:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 45px;
	background-size: cover;
	left: 0;
	top: -42px
}

.fancy-feature-seven:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 23px;
	background: url(../images/59.svg) no-repeat top center;
	background-size: cover;
	left: 0;
	bottom: -20px
}

.block-style-nine {
	position: relative
}

.block-style-nine .text-wrapper h6 {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	color: rgba(0, 0, 0, .3);
	text-transform: uppercase;
	letter-spacing: 1px
}

.block-style-nine .text-wrapper .title {
	font-size: 38px;
	line-height: 1.28em;
	padding: 5px 0 30px
}

.block-style-nine .text-wrapper p {
	font-size: 20px;
	line-height: 1.8em;
	color: rgba(14, 14, 14, .8)
}

.block-style-nine:nth-child(1) {
	padding-bottom: 30px
}

.block-style-nine:nth-child(1):before {
	content: url(../image/55.svg);
	position: absolute;
	left: 33%;
	bottom: -14%
}

.block-style-nine:nth-child(2) {
	padding-bottom: 30px
}

.block-style-nine:nth-child(3) {
	padding-bottom: 60px
}

.block-style-nine:nth-child(3):before {
	content: url(../image/57.svg);
	position: absolute;
	left: 36%;
	bottom: -16%
}

.fancy-text-block-thirteen .text-wrapper p {
	font-size: 24px;
	line-height: 1.7em;
	padding-top: 45px
}

.fancy-text-block-fourteen .text-wrapper .sub-text {
	font-size: 24px;
	line-height: 1.58em;
	color: #0e0e0e;
	padding-top: 40px
}

.fancy-text-block-fourteen .text-wrapper .name {
	font-family: gilroy-bold;
	font-size: 24px;
	color: #000;
	position: relative;
	padding-left: 28px;
	margin-top: 40px
}

.fancy-text-block-fourteen .text-wrapper .name span {
	font-family: gilroy-semibold;
	color: #aeb3b7
}

.fancy-text-block-fourteen .text-wrapper .name:before {
	content: '';
	width: 18px;
	height: 3px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 13px
}

.fancy-text-block-fourteen .img-holder {
	position: relative;
	padding: 0 50px 0 60px
}

.fancy-text-block-fourteen .img-holder .shape-one {
	right: 0;
	top: -10%
}

.fancy-text-block-fourteen .img-holder .shape-two {
	left: -1%;
	top: -12%;
	z-index: 1;
	animation: jumpTwo 5s infinite linear
}

.pricing-nav-one {
	margin: 40px 0 20px;
	border: none
}

.pricing-nav-one .nav-item {
	margin: 0
}

.pricing-nav-one .nav-item .nav-link {
	font-family: Rubik, sans-serif;
	line-height: 50px;
	border: 2px solid var(--blue-dark);
	padding: 0 15px;
	width: 172px;
	text-align: center;
	color: var(--blue-dark);
	transition: all .3s ease-in-out
}

.pricing-nav-one .nav-item:nth-child(1) .nav-link {
	border-right: none;
	border-radius: 3px 0 0 3px
}

.pricing-nav-one .nav-item:nth-child(2) .nav-link {
	border-left: none;
	border-radius: 0 3px 3px 0
}

.pricing-nav-one .nav-item .nav-link.active {
	background: var(--blue-dark);
	color: #fff
}

.pricing-section-one .offer-text {
	text-align: center;
	color: var(--blue-dark)
}

.pricing-section-one .pricing-table-area {
	position: relative;
	margin-top: -40px;
	padding-bottom: 130px
}

.pricing-section-one .pricing-table-area:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 78%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(45deg, #fffbf2, #edfffd)
}

.pricing-section-one .pricing-table-area .shape-one {
	left: 0;
	top: 7%;
	animation: jumpTwo 5s infinite linear
}

.pricing-section-one .pricing-table-area .shape-two {
	right: 0;
	bottom: -140px;
	animation: jumpThree 5s infinite linear
}

.pricing-section-one .pr-table-wrapper {
	background: #fff;
	box-shadow: 0 -10px 40px rgba(60, 67, 113, .05);
	padding: 35px 0 25px;
	text-align: center;
	transition: all .3s ease-in-out
}

.pricing-section-one .pr-table-wrapper:hover {
	transform: translateY(-5px)
}

.pricing-section-one .pr-table-wrapper .pack-name {
	font-family: gilroy-semibold;
	font-size: 18px;
	text-transform: uppercase;
	color: #202020;
	letter-spacing: 2.1px
}

.pricing-section-one .pr-table-wrapper .price {
	font-size: 60px;
	color: #000;
	padding: 20px 0 27px
}

.pricing-section-one .pr-table-wrapper .price sup {
	font-size: 25px;
	top: -21px
}

.pricing-section-one .pr-table-wrapper .icon {
	margin: 28px auto 20px;
	height: 102px
}

.pricing-section-one .pr-table-wrapper .bill-cycle {
	font-size: 17px;
	color: #464646
}

.pricing-section-one .pr-table-wrapper .pr-feature {
	text-align: left;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 46px 0 36px 20px;
	margin: 19px 0 33px
}

.pricing-section-one .pr-table-wrapper .pr-feature li {
	font-family: Rubik, sans-serif;
	font-size: 17px;
	line-height: 42px;
	color: #464646;
	padding-left: 30px;
	position: relative
}

.pricing-section-one .pr-table-wrapper .pr-feature li:before {
	content: url(../images/icon/39.svg);
	position: absolute;
	left: 0;
	top: 2px
}

.pricing-section-one .pr-table-wrapper .trial-text {
	font-size: 16px;
	padding-top: 12px;
	color: rgba(0, 0, 0, .38)
}

.fancy-text-block-fifteen {
	position: relative;
	padding-bottom: 170px
}

.fancy-text-block-fifteen:before {
	content: '';
	width: 100%;
	height: 82%;
	background: #fafaff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.fancy-text-block-fifteen .shape-one {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff6cc4;
	right: 13%;
	top: 28%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-fifteen .shape-two {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f5a623;
	right: 13%;
	bottom: 28%;
	animation: jumpThree 5s infinite linear
}

.fancy-text-block-fifteen .shape-three {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b183ff;
	left: 11%;
	bottom: 16%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-fifteen .shape-four {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #6aee90;
	left: 11%;
	top: 42%;
	animation: jumpTwo 5s infinite linear
}

.fancy-text-block-fifteen .bg-wrapper {
	background: #5e43f0;
	border-radius: 10px;
	padding: 85px 60px 0 15px
}

.fancy-text-block-fifteen .bg-wrapper .main-img {
	margin: 0 auto
}

.fancy-text-block-fifteen .text-wrapper .more-text {
	font-family: gilroy-semibold;
	font-size: 20px;
	color: #fff;
	padding: 28px 0 20px
}

.fancy-text-block-fifteen .text-wrapper .more-text span {
	text-decoration: underline
}

.fancy-text-block-fifteen .text-wrapper p {
	font-size: 40px;
	line-height: 1.5em;
	color: #fff
}

.fancy-text-block-fifteen .text-wrapper h6 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding-top: 37px
}

.fancy-text-block-fifteen .text-wrapper h6 span {
	font-weight: 400;
	font-size: 18px
}

.fancy-text-block-fifteen .contact-banner p {
	font-size: 42px;
	line-height: 1.42em;
	color: #000
}

.fancy-text-block-fifteen .contact-banner .theme-btn-four {
	line-height: 55px;
	width: 220px;
	font-size: 22px;
	text-align: center;
	display: block
}

.fancy-hero-four {
	/*background: #ecf6ff;*/
	position: relative;
	padding: 185px 0 390px;
	z-index: 5;
	text-align: center
}

.fancy-hero-four.bg-event {
	background: #fbf3ec
}

.fancy-hero-four.bg-doc {
	background: #f7faff
}

.fancy-hero-four.space-fix {
	padding: 220px 0 320px
}

.fancy-hero-four h6 {
	font-size: 18px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: rgba(42, 42, 42, .4);
	padding-bottom: 25px
}

.fancy-hero-four h2 {
	font-family: gilroy-black;
	font-size: 80px;
	line-height: 1.1em
}

.fancy-hero-four .sub-heading {
	font-size: 24px;
	line-height: 1.75em;
	padding: 55px 0 15px;
	color: #2a2a2a
}

.fancy-hero-four .shape-one {
	width: 6px;
	height: 6px;
	background: #f77a56;
	top: 29%;
	right: 27%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-four .shape-two {
	width: 12px;
	height: 12px;
	background: #ffdbd0;
	top: 59%;
	right: 12%;
	animation: jumpTwo 5s infinite linear
}

.fancy-hero-four .shape-three {
	width: 8px;
	height: 8px;
	background: #f77a56;
	top: 84%;
	right: 25%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-four .shape-four {
	width: 10px;
	height: 10px;
	background: #ffdbd0;
	top: 79%;
	left: 21%;
	animation: jumpTwo 5s infinite linear
}

.fancy-hero-four .shape-five {
	width: 6px;
	height: 6px;
	background: #f77a56;
	top: 50%;
	left: 12%;
	animation: jumpThree 5s infinite linear
}

.fancy-hero-four .shape-six {
	width: 11px;
	height: 11px;
	background: #ff7052;
	top: 27%;
	left: 21%;
	animation: jumpTwo 5s infinite linear
}

.pricing-nav-two {
	margin: 40px 0 20px;
	border: none
}

.pricing-nav-two .nav-item {
	margin: 0
}

.pricing-nav-two .nav-item .nav-link {
	font-family: Rubik, sans-serif;
	line-height: 50px;
	border: 2px solid var(--red-light);
	padding: 0 15px;
	width: 172px;
	text-align: center;
	color: var(--red-light);
	transition: all .3s ease-in-out
}

.pricing-nav-two .nav-item:nth-child(1) .nav-link {
	border-right: none;
	border-radius: 3px 0 0 3px
}

.pricing-nav-two .nav-item:nth-child(2) .nav-link {
	border-left: none;
	border-radius: 0 3px 3px 0
}

.pricing-nav-two .nav-item .nav-link.active {
	background: var(--red-light);
	color: #fff
}

.pricing-section-two .pricing-table-area {
	position: relative;
	margin-top: -280px;
	z-index: 6;
	border: 1px solid #f1f1f1;
	border-right: none
}

.pricing-section-two .pricing-table-area .tab-content {
	background-color:#F7F6F3;
}

.pricing-section-two .pricing-table-area .pr-bg {
	border-right: 15px solid #fff
}

.pricing-section-two .pr-table-wrapper {
	text-align: center;
	padding: 20px 0 40px;
	width: 100%
}

.pricing-section-two .pr-table-wrapper .pack-name {
	font-family: gilroy-semibold;
	font-size: 18px;
	text-transform: uppercase;
	color: #202020;
	letter-spacing: 2.1px
}

.pricing-section-two .pr-table-wrapper .price {
	font-family: gilroy-semibold;
	font-size: 72px;
	color: #000;
	padding: 44px 0 20px
}

.pricing-section-two .pr-table-wrapper .price sup {
	font-size: 25px;
	top: -45px
}

.pricing-section-two .pr-table-wrapper .bill-cycle {
	font-size: 18px;
	color: #000;
	margin-bottom: 22px
}

.pricing-section-two .pr-table-wrapper .theme-btn-three {
	line-height: 42px;
	padding: 0 40px
}

.pricing-section-two .pr-table-wrapper .pr-feature {
	text-align: left;
	border-top: 1px solid #fff;
	padding: 34px 0 0 26px;
	margin: 35px 0 0
}

.pricing-section-two .pr-table-wrapper .pr-feature li {
	font-size: 17px;
	line-height: 39px;
	color: rgba(0, 0, 0, .7);
	padding-left: 26px;
	position: relative
}

.pricing-section-two .pr-table-wrapper .pr-feature li:before {
	content: url(../images/43_1.svg);
	position: absolute;
	left: 0;
	top: 12px
}

.pricing-section-two .pricing-table-area .shape-one {
	left: -7%;
	top: -7%;
	animation: jumpTwo 5s infinite linear
}

.pricing-section-two .pricing-table-area .shape-two {
	right: -7%;
	bottom: -9%;
	animation: rotatedTwo 50s infinite linear
}

.accordion-style-three .card {
	background: 0 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #000
}

.accordion-style-three .card .card-header {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	border: none
}

.accordion-style-three .card .card-header button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 35px 35px 35px 0;
	font-family: Rubik, sans-serif;
	font-size: 24px;
	border: none;
	border-radius: 0;
	margin: 0;
	color: var(--heading);
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid transparent
}

.accordion-style-three .card:first-child .card-header button {
	border-top: 1px solid #000
}

.accordion-style-three .card .card-header button:before {
	content: "\f107";
	font-family: font-awesome;
	position: absolute;
	right: 10px;
	transform: translateY(-50%)
}

.accordion-style-three .card .card-body {
	border-bottom: 1px solid #000;
	padding: 0 50px 20px 0
}

.accordion-style-three .card .card-body p {
	padding-bottom: 15px
}

.accordion-style-three .card .card-body p a {
	text-decoration: underline;
	color: var(--p-color)
}

.accordion-style-three .card:last-child .card-body {
	border: none;
	padding-bottom: 0
}

.more-faq-meta h3 {
	font-size: 36px
}

.more-faq-meta a {
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
	border: 1px solid rgba(255, 122, 81, .4);
	background: rgba(255, 104, 40, .07);
	padding: 0 45px;
	border-radius: 22px;
	color: var(--red-light);
	transition: all .3s ease-in-out
}

.more-faq-meta a:hover {
	background: var(--red-light);
	color: #fff
}

.contact-style-two .contact-info-wrapper {
	position: relative;
	z-index: 5;
	margin-top: -195px
}

.contact-style-two .contact-info-wrapper .shape-one {
	left: -7%;
	top: -18%;
	animation: jumpTwo 5s infinite linear
}

.contact-style-two .contact-info-wrapper .shape-two {
	right: -8%;
	bottom: -26%;
	animation: rotatedTwo 50s infinite linear
}

.contact-style-two .contact-info-wrapper .address-info {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .04);
	padding: 55px 15px 22px;
	text-align: center;
	margin-bottom: 35px;
	height: 100%;
	width: 100%
}

.contact-style-two .contact-info-wrapper .address-info .icon {
	height: 82px
}

.contact-style-two .contact-info-wrapper .address-info .icon img {
	margin: 0 auto;
	max-height: 100%
}

.contact-style-two .contact-info-wrapper .address-info .title {
	font-size: 20px;
	color: #9e9e9e;
	padding: 17px 0 22px;
	position: relative;
	display: inline-block
}

.contact-style-two .contact-info-wrapper .address-info .title:before {
	content: '';
	width: 100%;
	height: 3px;
	background: #ffb840;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 22px
}

.contact-style-two .contact-info-wrapper .address-info p {
	font-size: 28px;
	line-height: 1.35em;
	color: #000
}

.contact-style-two .contact-info-wrapper .address-info ul li a {
	font-size: 22px;
	margin: 5px 15px;
	color: rgba(0, 0, 0, .2);
	transition: all .2s ease-in-out
}

.contact-style-two .contact-info-wrapper .address-info ul li a:hover {
	color: var(--red-light)
}

.form-style-classic .input-group-meta {
	height: 58px;
	position: relative
}

.form-style-classic .input-group-meta.lg {
	height: 200px
}

.form-style-classic .input-group-meta input {
	width: 100%;
	height: 100%;
	font-size: 23px;
	border: none;
	border-bottom: solid 2px #000;
	color: var(--heading);
	background: 0 0;
	font-family: Rubik, sans-serif
}

.form-style-classic .input-group-meta textarea {
	width: 100%;
	height: 100%;
	font-size: 23px;
	color: var(--heading);
	border: none;
	border-bottom: solid 2px #000;
	resize: none;
	padding: 20px 0;
	font-family: Rubik, sans-serif
}

.form-style-classic .input-group-meta label {
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 1
}

.form-style-classic [class*=theme-btn] {
	border-radius: 5px
}

.faqs-inner-page {
	background: linear-gradient(45deg, #fffbf2, #edfffd);
	padding: 170px 0 185px;
	position: relative;
	z-index: 5
}

.faqs-header .icon {
	height: 55px;
	margin-right: 32px
}

.faqs-header h3 {
	font-family: gilroy-semibold;
	font-size: 36px
}

.faqs-header .collection-preview {
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 25px
}

.faqs-header .avatar {
	margin-top: -7px
}

.faqs-header .avatar img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	position: relative
}

.faqs-header .avatar img:nth-child(n+2) {
	z-index: 1;
	margin-left: -10px
}

.faqs-header .avatar_fallback {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--blue-dark);
	border: 3px solid #fff;
	line-height: 42px;
	color: #fff;
	font-size: 17px;
	z-index: 5;
	margin-left: -10px;
	text-align: center
}

.faqs-header .collection-info {
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px 0 0 0;
	color: #878787
}

.faqs-header .collection-info span {
	color: var(--heading);
	font-weight: 500
}

.all-faqs .faqs-all-qus {
	margin-bottom: 70px
}

.all-faqs .faqs-all-qus .article-preview {
	background: #fff;
	padding: 45px 40px;
	margin-bottom: 18px;
	box-shadow: 0 15px 30px rgba(23, 59, 40, .05)
}

.all-faqs .faqs-all-qus .article-preview[onclick*=location] {
	cursor: pointer
}

.faqs-all-qus .article-preview .avatar-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 22px
}

.faqs-all-qus .article-preview h3 {
	font-size: 24px;
	padding-bottom: 10px
}

.faqs-all-qus .article-preview .avatar-info {
	font-size: 16px;
	line-height: 1.43em;
	color: #606060
}

.faqs-all-qus .article-preview .avatar-info span {
	color: var(--heading)
}

.faqs-all-qus .article-preview .article-details {
	border-top: 1px solid #d8d8d8;
	margin-top: 46px;
	padding: 38px 0 48px;
	color: rgb(0, 0, 0, .8)
}

.faqs-all-qus .article-preview .article-details .list-meta {
	padding: 31px 0 32px 43px
}

.faqs-all-qus .article-preview .article-details .list-meta li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px
}

.faqs-all-qus .article-preview .article-details .list-meta li:before {
	content: url(../images/icon/49.svg);
	position: absolute;
	left: 0;
	top: 0
}

.faqs-all-qus .article-preview .article-details .reaction-wrapper {
	border: 2px solid #979797;
	border-radius: 5px;
	text-align: center;
	padding: 50px 15px;
	margin-top: 68px;
	position: relative;
	z-index: 1
}

.faqs-all-qus .article-preview .article-details .reaction-wrapper h4 {
	font-size: 24px;
	padding-bottom: 24px
}

.faqs-all-qus .article-preview .article-details .reaction-wrapper button {
	margin: 0 11px;
	transition: all .2s ease-in-out
}

.faqs-all-qus .article-preview .article-details .reaction-wrapper button:hover {
	transform: translateY(-3px)
}

.faqs-inner-page .more-faq-ask h3 {
	font-size: 36px
}

.faqs-inner-page .shape-one {
	left: 0;
	bottom: -140px;
	animation: jumpTwo 5s infinite linear
}

.faqs-inner-page .shape-two {
	width: 30px;
	height: 30px;
	background: #ffdfdf;
	border-radius: 50%;
	top: -15px;
	left: 40%
}

.faqs-inner-page .shape-three {
	width: 7px;
	height: 7px;
	background: #51fcff;
	border-radius: 50%;
	top: 190px;
	right: 9%
}

.faqs-inner-page .shape-four {
	width: 8px;
	height: 8px;
	background: #ffcd8b;
	border-radius: 50%;
	top: 211px;
	left: 12%
}

.user-data-page .illustration-wrapper {
	float: left;
	width: 48%;
	padding: 40px 0;
	min-height: 100vh;
	background: #f8fafe;
	text-align: center
}

.user-data-page .illustration-wrapper h3 {
	font-size: 36px;
	line-height: 1.27em;
	padding: 40px 0
}

.user-data-page .illustration-wrapper h3 a {
	text-decoration: underline
}

.user-data-page .illustration-wrapper .illustration-holder {
	width: 100%
}

.user-data-page .illustration-wrapper .illustration-holder .illustration {
	width: 100%
}

.user-data-page .illustration-wrapper .illustration-holder .shape-one {
	bottom: 2%;
	left: 2%;
	z-index: 1;
	width: 60%;
	animation: jumpTwo 5s infinite linear
}

.user-data-page .illustration-wrapper .illustration-holder .shape-two {
	bottom: 2%;
	left: 59%;
	z-index: 1;
	width: 40%;
	animation: jumpThree 5s infinite linear
}

.user-data-page .form-wrapper {
	float: left;
	width: 47%;
	height: 100%;
	padding: 50px 4% 20px;
	position: relative
}

.user-data-page .go-back-button {
	font-size: 15px
}

.user-data-page .go-back-button:hover {
	color: #000;
	text-decoration: underline
}

.user-data-page .form-wrapper h2 {
	font-family: gilroy-bold;
	font-size: 58px;
	line-height: 1.17em
}

.user-data-page .form-wrapper .header-info {
	font-size: 22px;
	color: var(--heading)
}

.user-data-page .form-wrapper .header-info a {
	color: var(--blue-dark);
	text-decoration: underline
}

.user-data-page .form-wrapper .copyright-text {
	font-size: 16px
}

.user-data-form .input-group-meta {
	height: 55px;
	position: relative
}

.user-data-form .input-group-meta input {
	font-family: Rubik, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: none;
	border-bottom: solid 2px #000;
	padding: 0 52px 0 0;
	color: var(--heading);
	background: 0 0
}

.user-data-form .input-group-meta input:focus {
	border-color: var(--blue-dark)
}

.user-data-form .input-group-meta label {
	font-size: 15px;
	font-weight: 400;
	color: #bfbfbf;
	position: absolute;
	left: 0;
	top: -21px
}

.user-data-form .input-group-meta .placeholder_icon {
	position: absolute;
	line-height: 55px;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	text-align: center;
	z-index: 1;
	color: rgba(0, 0, 0, .45);
	font-size: 17px
}

.user-data-form .input-group-meta .valid-sign img {
	opacity: 0;
	transition: all .2s ease-in-out
}

.user-data-form .input-group-meta input:valid+.valid-sign img {
	opacity: 1
}

.user-data-form .input-group-meta .placeholder_icon img {
	position: relative;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%)
}

.user-data-form .input-group-meta .placeholder_icon span {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	position: relative
}

.user-data-form .input-group-meta .placeholder_icon span:before {
	content: '';
	width: 2px;
	height: 26px;
	background: #000;
	position: absolute;
	top: 15px;
	left: 24px;
	transform: rotate(45deg);
	z-index: 5;
	transition: all .2s ease-in-out
}

.user-data-form .input-group-meta .placeholder_icon span.eye-slash:before {
	opacity: 0
}

.user-data-form .agreement-checkbox label {
	position: relative;
	font-size: 15px;
	color: var(--heading);
	cursor: pointer;
	padding-left: 22px;
	line-height: 18px;
	transition: all .1s ease-in-out
}

.user-data-form .agreement-checkbox label a {
	color: var(--p-color);
	text-decoration: underline
}

.user-data-form .agreement-checkbox input[type=checkbox] {
	display: none
}

.user-data-form .agreement-checkbox label:before {
	content: '';
	width: 13px;
	height: 13px;
	line-height: 11px;
	border-radius: 2px;
	border: 2px solid rgba(0, 0, 0, .3);
	font-size: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
	transition: all .1s ease-in-out
}

.user-data-form .agreement-checkbox input[type=checkbox]:checked+label:before {
	content: "";
	font-family: font-awesome;
	background: #000;
	color: #fff;
	border-color: #000
}

.user-data-form .agreement-checkbox a {
	position: relative;
	font-size: 15px;
	color: rgba(30, 30, 30, .55)
}

.user-data-form .agreement-checkbox a:hover {
	text-decoration: underline;
	color: var(--p-color)
}

.user-data-form .theme-btn-one {
	width: 100%
}

.user-data-page .full-height {
	min-height: 100vh;
	padding: 20px 0;
	flex-direction: column;
	text-align: center
}

.full-height .user-data-form .button-solid-one {
	width: 200px;
	margin: 0 auto 30px
}

.blog-page-bg {
	background: linear-gradient(45deg, #fffbf2, #edfffd);
	padding: 180px 0 150px;
	position: relative;
	z-index: 5
}

.blog-page-white-bg {
	padding: 140px 0 0
}

.blog-page-bg .shape-one {
	width: 30px;
	height: 30px;
	background: #b183ff;
	border-radius: 50%;
	top: -15px;
	left: 40%;
	z-index: 1
}

.blog-page-bg .shape-two {
	width: 7px;
	height: 7px;
	background: #51fcff;
	border-radius: 50%;
	top: 190px;
	right: 9%
}

.blog-page-bg .shape-three {
	width: 8px;
	height: 8px;
	background: #ffcd8b;
	border-radius: 50%;
	top: 211px;
	left: 12%
}

.feature-blog-one.width-lg .post-meta {
	padding: 35px 40px 80px
}

.feature-blog-one.width-lg .post-meta .read-more {
	left: 40px;
	right: 40px
}

.feature-blog-one.width-lg .post-meta p {
	font-size: 17px;
	line-height: 1.76em;
	padding-top: 20px
}

.blog-sidebar-one {
	padding-left: 20px
}

.blog-sidebar-one .sidebar-search-form form {
	height: 60px;
	background: #fff;
	box-shadow: 5px 10px 25px rgba(15, 24, 40, .04);
	position: relative
}

.blog-v3 .blog-sidebar-one .sidebar-search-form form {
	box-shadow: none;
	border: 1.5px solid #000;
	border-radius: 4px
}

.blog-sidebar-one .sidebar-search-form form input {
	font-size: 17px;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 45px 0 20px;
	background: 0 0
}

.blog-sidebar-one .sidebar-search-form form button {
	width: 40px;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: 0 0
}

.blog-sidebar-one .sidebar-title {
	font-family: gilroy-bold;
	font-size: 30px;
	padding-bottom: 15px
}

.blog-sidebar-one .sidebar-categories ul li a {
	font-family: Rubik, sans-serif;
	font-size: 18px;
	line-height: 60px;
	color: #000;
	border-bottom: 1px solid #ececec;
	display: block;
	transition: all .3s ease-in-out
}

.blog-sidebar-one .sidebar-categories ul li a span {
	float: right
}

.blog-sidebar-one .sidebar-categories ul li:first-child a {
	border-top: 1px solid #ececec
}

.blog-sidebar-one .sidebar-categories ul li a:hover {
	color: var(--blue-dark)
}

.blog-v3 .blog-sidebar-one .sidebar-categories ul li a:hover {
	color: var(--red-light)
}

.blog-sidebar-one .sidebar-recent-news .title {
	font-family: gilroy-bold;
	font-size: 24px;
	line-height: 1.25em;
	color: #000;
	display: block;
	margin-bottom: 10px;
	transition: all .3s ease-in-out
}

.blog-sidebar-one .sidebar-recent-news ul li a:hover .title {
	color: var(--blue-dark)
}

.blog-v3 .blog-sidebar-one .sidebar-recent-news ul li a:hover .title {
	color: var(--red-light)
}

.blog-sidebar-one .sidebar-recent-news .date {
	color: #a2a2a2
}

.blog-sidebar-one .sidebar-recent-news ul li a {
	border-bottom: 1px solid #ececec;
	padding: 17px 0
}

.blog-sidebar-one .sidebar-recent-news ul li:first-child a {
	border-top: 1px solid #ececec
}

.blog-sidebar-one .sidebar-keyword ul {
	margin: 0 -5px
}

.blog-sidebar-one .sidebar-keyword ul li {
	float: left;
	padding: 0 5px;
	margin-bottom: 18px
}

.blog-sidebar-one .sidebar-keyword ul li a {
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	line-height: 35px;
	border-radius: 4px;
	padding: 0 25px;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	transition: all .3s ease-in-out
}

.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a {
	box-shadow: none;
	border: 1px solid #000;
	border-radius: 4px
}

.blog-sidebar-one .sidebar-keyword ul li a:hover {
	background: var(--blue-dark);
	color: #fff
}

.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a:hover {
	background: var(--red-light);
	border-color: var(--red-light)
}

.blog-sidebar-one .sidebar-keyword .sidebar-title {
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px
}

.feature-blog-three {
	padding-right: 40px
}

.feature-blog-three .post-meta .image-meta {
	border-radius: 5px 5px 0 0
}

.feature-blog-three .post-meta .post {
	border: 1px solid #e4e4e4;
	margin-top: -8px;
	padding: 40px 38px 33px;
	border-radius: 8px
}

.feature-blog-three .post-meta .post .date {
	font-size: 16px;
	color: rgba(0, 0, 0, .3)
}

.feature-blog-three .post-meta .post .title {
	font-family: gilroy-bold;
	font-size: 30px;
	line-height: 1.26em;
	color: #000;
	display: block;
	margin: 5px 0 25px;
	transition: all .3s ease-in-out
}

.feature-blog-three .post-meta:hover .post .title {
	color: var(--red-light)
}

.feature-blog-three .post-meta .post p {
	font-size: 17px;
	line-height: 1.64em
}

.feature-blog-three .post-meta .post .read-more {
	font-size: 16px;
	font-weight: 500;
	color: #2a2a2a;
	margin-top: 30px;
	transition: all .3s ease-in-out
}

.feature-blog-three .post-meta .post .read-more:hover {
	color: var(--red-light)
}

.feature-blog-three .post-meta {
	margin-bottom: 60px
}

.blog-v4 .wrapper {
	max-width: 1000px;
	margin: 0 auto
}

.blog-v4 .post-meta {
	margin-bottom: 80px
}

.blog-v4 .post-meta .post {
	padding: 45px 0 0
}

.blog-v4 .post-meta .post .date {
	font-size: 16px;
	color: rgba(0, 0, 0, .3)
}

.blog-v4 .post-meta .post .title {
	font-family: gilroy-black;
	font-size: 48px;
	line-height: 1.04em;
	color: #000;
	display: block;
	margin: 5px 0 45px;
	transition: all .3s ease-in-out
}

.blog-v4 .post-meta .post p {
	font-size: 20px;
	line-height: 1.7em
}

.blog-v4 .post-meta .post .read-more {
	font-family: gilroy-bold;
	font-size: 18px;
	color: #2a2a2a;
	margin-top: 30px;
	transition: all .3s ease-in-out
}

.blog-v4 .post-meta .post .read-more span {
	text-decoration: underline
}

.blog-v4 .post-meta.text-post {
	border: 2px solid #000;
	border-radius: 5px
}

.blog-v4 .post-meta.text-post .post {
	padding: 45px 40px
}

.blog-details-post-v1 .post-meta .mark-text {
	font-family: gilroy-bold;
	font-size: 23px;
	color: #000;
	line-height: 1.41em;
	padding-top: 35px
}

.blog-details-post-v1 .post-meta h4 {
	font-family: gilroy-black;
	font-size: 36px;
	padding-top: 60px
}

.blog-details-post-v1 .share-area {
	border-top: 1px solid rgba(0, 0, 0, .09);
	padding: 25px 0;
	margin-top: 40px;
	width: 100%
}

.blog-details-post-v1 .share-option li {
	font-size: 15px;
	color: var(--heading);
	font-style: italic;
	margin-left: 10px
}

.blog-details-post-v1 .share-option li:first-child {
	margin-left: 0
}

.blog-details-post-v1 .share-option li a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 20px
}

.blog-details-post-v1 .share-area .tag-feature li:first-child {
	font-family: gilroy-bold;
	color: #000;
	font-size: 15px
}

.blog-details-post-v1 .share-area .tag-feature li a {
	font-size: 15px
}

.feature-blog-one.width-lg.blog-details-post-v1 .post-meta {
	padding-bottom: 0
}

.blog-details-post-v1 .comment-area {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
	margin-bottom: 50px;
	padding: 50px 40px 30px
}

.blog-details-post-v1 .comment-area .title {
	font-family: gilroy-black;
	font-size: 36px;
	padding-bottom: 40px
}

.blog-details-post-v1 .comment-area .single-comment {
	border-top: 1px solid #e5e5e5;
	padding: 35px 0;
	position: relative
}

.blog-details-post-v1 .comment-area .user-img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.blog-details-post-v1 .comment-area .comment {
	padding-left: 20px;
	position: relative
}

.blog-details-post-v1 .comment-area .name {
	font-family: gilroy-semibold;
	font-size: 20px
}

.blog-details-post-v1 .comment-area .time {
	font-size: 16px;
	color: #adadad;
	padding: 5px 0 15px
}

.blog-details-post-v1 .comment-area p {
	font-size: 17px;
	line-height: 1.58em
}

.blog-details-post-v1 .comment-area .reply {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 29px;
	border-radius: 15px;
	background: var(--blue-dark);
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 14px
}

.blog-details-post-v1 .comment-form-section {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
	margin-bottom: 50px;
	padding: 50px 40px 60px
}

.blog-details-post-v1 .comment-form-section .title {
	font-family: gilroy-black;
	font-size: 36px;
	padding-bottom: 15px
}

.blog-details-post-v1 .comment-form-section p {
	font-size: 18px;
	color: #2a2a2a
}

.blog-details-post-v1 .comment-form-section p a {
	font-weight: 500;
	color: #000;
	text-decoration: underline
}

.blog-details-post-v1 .comment-form-section .form-style-light {
	padding: 0;
	box-shadow: none;
	margin-top: 50px
}

.blog-details-post-v1 .comment-form-section .form-style-light [class*=col-] {
	display: block
}

.theme-menu-three .logo {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-three .right-widget {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-three .navbar {
	position: static
}

.theme-menu-three .user-login-button li a {
	font-size: 13px;
	font-weight: 500;
	line-height: 46px;
	color: #000;
	transition: all .3s ease-in-out
}

.theme-menu-three .user-login-button li a:hover {
	color: var(--blue-light)
}

.theme-menu-three .user-login-button .signIn-action img {
	margin-right: 12px;
	margin-top: -3px
}

.theme-menu-three .user-login-button li .signUp-action {
	border: 2px solid #000;
	background: #000;
	padding: 0 20px;
	color: #fff;
	margin-left: 35px
}

.theme-menu-three .user-login-button li .signUp-action img {
	margin-left: 12px
}

.theme-menu-three .user-login-button li .signUp-action:hover {
	background: var(--blue-light);
	border-color: var(--blue-light);
	color: #fff
}

.hero-banner-three {
	padding: 40px 0 0;
	position: relative
}

.hero-banner-three:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 83%;
	background: url(../images/67.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	bottom: 78px;
	z-index: -1
}

.hero-banner-three h1 {
	font-size: 70px;
	line-height: 1.05em;
	text-align: center
}

.hero-banner-three .sub-text {
	font-size: 18px;
	line-height: 1.39em;
	font-weight: 300;
	color: #2a2a2a;
	text-align: center;
	padding: 25px 0 45px
}

.hero-banner-three .sing-in-call {
	font-size: 16px;
	padding-top: 25px;
	color: #2c2c2c;
	text-align: center
}

.hero-banner-three .sing-in-call a {
	color: var(--blue-light);
	transition: all .25s ease-in-out
}

.hero-banner-three .sing-in-call a:hover {
	text-decoration: underline
}

.hero-banner-three .illustration {
	margin: 95px auto 0
}

.search-filter-form form {
	max-width: 750px;
	margin: 0 auto;
	height: 78px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 30px 50px rgba(7, 21, 36, .06)
}

.search-filter-form input {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 260px 0 35px;
	font-size: 16px;
	border-radius: 5px
}

.search-filter-form button {
	width: 85px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	background: #111;
	position: absolute;
	border-radius: 5px;
	transition: all .3s ease-in-out
}

.search-filter-form button img {
	margin: 0 auto
}

.search-filter-form button:hover {
	background: var(--blue-light)
}

.search-filter-form select {
	position: absolute;
	width: 135px;
	height: 35px;
	position: absolute;
	right: 120px;
	top: 21px;
	border: none;
	border-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, .4)!important;
	outline: 0!important;
	box-shadow: none!important
}

.hero-banner-three .shape-one {
	top: 5%;
	right: 15%;
	animation: rotatedTwo 25s infinite linear
}

.hero-banner-three .shape-two {
	top: 11%;
	right: 7%
}

.hero-banner-three .shape-three {
	top: 24%;
	right: 20%
}

.hero-banner-three .shape-four {
	top: 28%;
	right: 11%;
	animation: jumpTwo 5s infinite linear
}

.hero-banner-three .shape-five {
	top: 40%;
	right: 8%
}

.hero-banner-three .shape-six {
	top: 6%;
	left: 9%
}

.hero-banner-three .shape-seven {
	top: 19%;
	left: 7%
}

.hero-banner-three .shape-eight {
	top: 24%;
	left: 16%;
	animation: jumpThree 5s infinite linear
}

.hero-banner-three .shape-nine {
	top: 35%;
	left: 21%
}

.hero-banner-three .shape-ten {
	top: 42%;
	left: 11%;
	animation: rotatedTwo 50s infinite linear
}

.block-style-ten {
	height: 20rem;
	border: 2px solid #eef3f7;
	border-radius: 10px;
	text-align: center;
	padding: 75px 80px 45px;
	margin-top: 40px;
	transition: all .3s ease-in-out
}

.block-style-ten:hover {
	border-color: #000
}

.block-style-ten .icon {
	height: 80px
}

.block-style-ten .icon img {
	margin: 0 auto;
	max-height: 100%
}

.block-style-ten .title {
	font-size: 20px;
	color: #000000;
	padding: 20px 0
}

.block-style-ten p {
	font-size: 24px;
	line-height: 1.45em;
	color: #000;
	padding-bottom: 27px
}

.fancy-text-block-sixteen {
	position: relative;
	padding-bottom: 150px;
	z-index: 5
}

.fancy-text-block-sixteen:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 82%;
	left: 0;
	bottom: 0;
	background: #f7faff;
	z-index: -1
}

.fancy-text-block-sixteen .img-slick-slider {
	box-shadow: 0 30px 100px rgba(8, 17, 40, .05);
	margin-bottom: 90px
}

.fancy-text-block-sixteen .img-slick-slider .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -84px
}

.fancy-text-block-sixteen .img-slick-slider .slick-dots li {
	float: left;
	width: 33.333333%;
	height: 4px;
	background: rgba(216, 216, 216, .35);
	position: relative
}

.fancy-text-block-sixteen .img-slick-slider .slick-dots li button {
	text-indent: -50000px;
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #ffd084;
	border-radius: 4px;
	width: 75%;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: 0 100%;
	transition: all .3s ease-in-out
}

.fancy-text-block-sixteen .img-slick-slider .slick-dots li.slick-active button {
	opacity: 1;
	transform: scale(1, 1)
}

.fancy-text-block-sixteen .img-slick-slider .slick-dots li:last-child button {
	left: auto;
	right: 0
}

.block-style-eleven .num {
	font-size: 30px;
	color: #202020
}

.block-style-eleven .title {
	font-size: 18px;
	color: rgba(0, 0, 0, .5);
	padding: 17px 0 10px
}

.block-style-eleven p {
	font-size: 25px;
	color: #000;
	line-height: 1.35em
}

.block-style-twelve .text-wrapper h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4);
	letter-spacing: 2px
}

.block-style-twelve .text-wrapper .title {
	font-size: 42px;
	line-height: 1.28em;
	padding: 20px 0 30px
}

.block-style-twelve .text-wrapper p {
	font-size: 22px;
	line-height: 1.59em
}

.block-style-twelve {
	padding: 10px 0;
	position: relative
}

.block-style-twelve:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	left: 0;
	bottom: -7px;
	background: url(../images/line-shape-9.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.block-style-twelve:last-child {
	padding-bottom: 0
}

.block-style-twelve:last-child:before {
	display: none
}

.client-feedback-slider-two {
	background: #f7faff;
	position: relative;
	padding: 73px 0 0px;
	z-index: 5
}

.client-feedback-slider-two .slider-content {
	max-width: 1710px;
	padding: 0 15px;
	margin: 0 auto
}

.client-feedback-slider-two .bg-wrapper {
	background: #fff;
	padding: 50px 40px 45px;
	position: relative;
	margin: 0 15px 70px;
	transition: all .3s ease-in-out
}

.client-feedback-slider-two .slick-center .bg-wrapper {
	box-shadow: 0 40px 40px rgba(2, 7, 7, .03)
}

.client-feedback-slider-two .bg-wrapper .logo {
	height: 40px
}

.client-feedback-slider-two .bg-wrapper p {
	font-size: 22px;
	line-height: 1.72em;
	color: #2c2c2c;
	padding: 35px 0 40px
}

.client-feedback-slider-two .bg-wrapper .name {
	font-size: 22px;
	color: #000
}

.client-feedback-slider-two .bg-wrapper .desig {
	font-size: 18px;
	color: #b7b7b7
}

.client-feedback-slider-two .slick-dots {
	text-align: center
}

.client-feedback-slider-two .slick-dots li {
	display: inline-block;
	margin: 0 10px
}

.client-feedback-slider-two .slick-dots button {
	text-indent: -550000px;
	width: 8px;
	height: 38px;
	background: rgba(0, 0, 0, .12);
	border-radius: 50%
}

.client-feedback-slider-two .slick-dots li.slick-active button {
	background: #faaa4b
}

.client-feedback-slider-two .shape-one {
	top: -15px;
	right: 17%
}

.client-feedback-slider-two .shape-two {
	top: 14%;
	right: 7%;
	animation: rotatedTwo 15s infinite linear
}

.client-feedback-slider-two .shape-three {
	bottom: 11%;
	right: 0
}

.client-feedback-slider-two .shape-four {
	bottom: -13px;
	right: 22%
}

.client-feedback-slider-two .shape-five {
	bottom: -15px;
	left: 22%
}

.client-feedback-slider-two .shape-six {
	bottom: 13%;
	left: 8%;
	animation: rotatedTwo 15s infinite linear
}

.client-feedback-slider-two .shape-seven {
	top: 10%;
	left: 0
}

.client-feedback-slider-two .shape-eight {
	top: -13px;
	left: 19%
}

.useable-tools-section-three {
	position: relative
}

.useable-tools-section-three .logo {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 44%
}

.useable-tools-section-three .sub-text {
	font-size: 22px;
	line-height: 1.59em;
	color: #000;
	padding: 50px 50px 40px 0
}

.useable-tools-section-three .all-button {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	transition: all .3s ease-in-out
}

.useable-tools-section-three .all-button i {
	margin-left: 5px
}

.useable-tools-section-three .all-button:hover {
	color: var(--blue-light)
}

.fancy-short-banner-four {
	margin-top: -135px;
	position: relative;
	z-index: 5
}

.fancy-short-banner-four .bg-wrapper {
	background: #1b1b1b;
	border-radius: 3px;
	padding: 65px 50px
}

.fancy-short-banner-four .title h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: silver;
	letter-spacing: 1px;
	padding-bottom: 13px
}

.fancy-short-banner-four .title h2 {
	font-family: gilroy-bold;
	font-size: 52px;
	line-height: 1.15em;
	color: #fff
}

.fancy-short-banner-four .form-wrapper form {
	position: relative;
	height: 70px;
	border-radius: 5px;
	border: 1.5px solid #fff
}

.fancy-short-banner-four .form-wrapper form input {
	font-style: italic;
	color: #fff;
	font-size: 18px;
	width: 100%;
	border: none;
	height: 100%;
	padding: 0 150px 0 25px;
	background: 0 0
}

.fancy-short-banner-four .form-wrapper form button {
	position: absolute;
	right: 7px;
	bottom: 7px;
	top: 7px;
	width: 160px;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	background: #fff;
	transition: all .3s ease-in-out
}

.fancy-short-banner-four .form-wrapper form button:hover {
	background: var(--blue-light);
	color: #fff
}

.fancy-short-banner-four .form-wrapper p {
	font-size: 16px;
	color: #999;
	padding-top: 10px
}

.fancy-short-banner-four .form-wrapper p a {
	color: #fff
}

.fancy-short-banner-four .form-wrapper p a:hover {
	text-decoration: underline
}

.theme-footer-three {
	position: relative
}

.theme-footer-three:before {
	content: url(../images/92.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.theme-footer-three .top-footer [class*=col-] {
	margin-bottom: 30px;
	z-index: 1;
	position: relative
}

.theme-footer-three .top-footer .footer-title {
	font-family: Rubik, sans-serif;
	font-size: 24px;
	padding-bottom: 18px
}

.theme-footer-three .top-footer .footer-list ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #727272;
	transition: all .3s ease-in-out
}

.theme-footer-three .top-footer .footer-list ul li a:hover {
	color: var(--blue-light)
}

.theme-footer-three .top-footer .address-list p {
	font-size: 16px;
	line-height: 25px;
	color: #727272;
	padding-bottom: 15px
}

.theme-footer-three .top-footer .address-list ul.info li a {
	color: #1c1c1c;
	margin-bottom: 10px
}

.theme-footer-three .top-footer .address-list ul.info li a:hover {
	text-decoration: underline
}

.theme-footer-three .top-footer .address-list .social-icon a {
	font-size: 22px;
	margin-right: 20px;
	color: rgba(0, 0, 0, .35)
}

.theme-footer-three .top-footer .address-list .social-icon a:hover {
	color: #000
}

.theme-footer-three .bottom-footer-content ul li {
	display: inline-block
}

.theme-footer-three .bottom-footer-content ul li a {
	font-size: 16px;
	color: #727272;
	margin-left: 20px
}

.theme-footer-three .bottom-footer-content ul li a:hover {
	color: #000
}

.theme-footer-three .bottom-footer-content p {
	font-size: 15px;
	color: #212121;
	padding-left: 35px
}

.theme-footer-three .bottom-footer-content {
	padding: 26px 0 30px
}

.fancy-hero-five {
	background: #f7faff;
	padding: 220px 0 130px;
	position: relative;
	z-index: 5
}

.fancy-hero-five .page-title {
	font-size: 20px;
	color: #b1b1b1;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 10px
}

.fancy-hero-five .heading {
	font-family: gilroy-black;
	font-size: 80px;
	line-height: 1.08em
}

.fancy-hero-five span {
	position: relative;
	z-index: 1
}

.fancy-hero-five span img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1
}

.fancy-hero-five .sub-heading {
	font-size: 24px;
	line-height: 1.58em;
	color: #2a2a2a;
	padding-top: 50px;
	padding-right: 50px
}

.fancy-hero-five .sub-heading.space-xs {
	padding: 15px 0 0
}

.fancy-hero-five .img-meta {
	bottom: -250px;
	right: 33px;
	position: absolute
}

.fancy-hero-five .shape-one {
	right: 0;
	top: 24%
}

.fancy-hero-five .shape-two {
	left: 0;
	top: 28%
}

.fancy-text-block-seventeen .text-meta {
	font-size: 24px;
	line-height: 1.66em;
	color: #2a2a2a;
	padding-bottom: 40px
}

.fancy-text-block-eighteen {
	background: linear-gradient(180deg, #fff, #edf2f9);
	padding-bottom: 425px
}

.fancy-text-block-eighteen .illustration {
	margin: 0 auto
}

.team-section-three {
	position: relative;
	z-index: 1;
	margin-top: -295px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}

.teamSliderOne {
	max-width: 1680px;
	margin-right: -127px;
	margin-left: auto
}

.teamSliderOne .team-member {
	margin: 50px 15px
}

.teamSliderOne .team-member .info {
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 32px 45px
}

.teamSliderOne .team-member .info .desig {
	color: rgba(0, 0, 0, .3)
}

.teamSliderOne .team-member .info .name {
	font-size: 28px;
	font-weight: 500;
	color: #2a2a2a;
	padding-top: 5px
}

.teamSliderOne .team-member .img-meta {
	overflow: hidden
}

.teamSliderOne .team-member .img-meta img {
	width: 100%;
	border-radius: 0 0 10px 10px
}

.team-section-three .slider-arrows li {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 50px;
	color: #2a2a2a;
	font-size: 28px;
	margin-left: 15px;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.team-section-three .slider-arrows li:hover {
	background: var(--blue-light);
	color: #fff
}

.teamSliderOne .slick-current .team-member {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05)
}

.map-area-one {
	height: 700px;
	position: relative
}

.map-area-one .map-canvas {
	height: 100%
}

.map-area-one .si-content {
	background: #fff;
	padding: 35px 30px 35px 50px;
	border-bottom: 5px solid #33d4b8;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 440px;
	height: 240px;
	z-index: 5
}

.map-area-one .si-content h3 {
	font-family: gilroy-black;
	font-size: 42px
}

.map-area-one .si-content p {
	font-size: 18px;
	line-height: 29px;
	color: #2a2a2a;
	padding: 5px 0 25px
}

.map-area-one .si-content span {
	font-size: 18px;
	color: rgba(42, 42, 42, .3)
}

.doc-container.full-width {
	padding: 0 45px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}

.doc-container.top-border {
	border-top: 1px solid rgba(0, 0, 0, .09);
	margin-top: 150px
}

.doc-container.top-border .doc-main-body,
.doc-container.top-border .doc-sideNav,
.doc-container.top-border .doc-sidebar {
	padding-top: 50px
}

.doc-sidebar {
	border-right: 1px solid rgba(0, 0, 0, .09);
	height: 100vh;
	position: sticky;
	top: 90px
}

.doc-sidebar .search-form {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
	padding-bottom: 30px;
	margin-bottom: 30px
}

.doc-sidebar .search-form form {
	position: relative;
	height: 50px
}

.doc-sidebar .search-form form input {
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	font-size: 16px;
	color: #2a2a2a;
	padding: 0 15px 0 50px
}

.doc-sidebar .search-form form button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px
}

.doc-sidebar .search-form form button img {
	margin: 0 auto
}

#doc-sidebar-nav {
	max-height: 100vh;
	overflow-y: auto;
	padding-right: 45px
}

.doc-sidebar .list-item>li {
	border-bottom: 2px solid #000;
	padding: 18px 0
}

.doc-sidebar .list-item>li:first-child {
	padding-top: 0
}

.doc-sidebar .list-item li .sub-menu {
	padding-bottom: 15px
}

.doc-sidebar .list-item li h4 {
	font-family: gilroy-semibold;
	display: block;
	position: relative;
	line-height: 44px;
	font-size: 24px;
	color: #2a2a2a;
	cursor: pointer;
	margin-bottom: 6px
}

.doc-sidebar .list-item li h4 .expander {
	position: absolute;
	background: 0 0;
	line-height: 50px;
	right: 0;
	top: 0;
	color: inherit;
	font-size: 12px
}

.doc-sidebar .list-item li .sub-menu a {
	font-size: 16px;
	line-height: 36px;
	color: #2a2a2a;
	display: block;
	padding: 0 15px;
	transition: all .3s ease-in-out
}

.doc-sidebar .list-item li .sub-menu a.active {
	background: #000;
	color: #fff;
	line-height: 32px;
	text-decoration: none
}

.doc-sidebar .list-item li .sub-menu a.sec-menu {
	position: relative
}

.doc-sidebar .list-item li .sub-menu a.sec-menu:before {
	content: '';
	position: absolute;
	font-family: font-awesome;
	right: 10px;
	top: 0;
	line-height: 32px;
	color: #000
}

.doc-sidebar .list-item li .sub-menu .main-side-nav {
	margin-top: 10px
}

.doc-sidebar .list-item li .sub-menu .main-side-nav a {
	margin-left: 15px
}

.doc-sidebar .list-item li .sub-menu a:hover {
	text-decoration: underline
}

.doc-sidebar ul .sub-menu {
	display: none;
	transition: all .3s ease-in-out
}

.doc-sidebar ul .sub-menu.show {
	display: block
}

.doc-sidebar ul .sub-menu.open {
	display: block
}

.doc-container .doc-main-body {
	padding-left: 50px;
	padding-bottom: 65px
}

.doc-container.full-width .doc-main-body {
	border-right: 1px solid rgba(0, 0, 0, .09);
	padding-right: 50px
}

.doc-container .doc-main-body h2 {
	font-family: gilroy-black;
	font-size: 42px;
	padding-bottom: 25px
}

.doc-container .doc-main-body h3 {
	font-family: gilroy-semibold;
	font-size: 28px;
	padding-bottom: 30px
}

.doc-container .doc-main-body h3:not(:first-child) {
	padding-top: 20px
}

.doc-container .doc-main-body p {
	color: #2a2a2a;
	padding-bottom: 30px
}

.doc-container .doc-main-body p code {
	background: #f0f3f9;
	border-radius: 4px
}

.doc-container .doc-main-body .mark-blue {
	background: #f4fafa;
	border-left: 4px solid #9cdfc9;
	border-radius: 0 8px 8px 0;
	padding: 22px 40px;
	margin-bottom: 45px
}

.doc-container .doc-main-body .mark-blue pre {
	font-size: 16px;
	color: #414141;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap
}

.doc-container .doc-main-body .mark-blue code {
	color: #e83e8c
}

.doc-container .doc-main-body .mark-blue pre .s1 {
	color: #78d0b6
}

.doc-container .doc-main-body .mark-red {
	background: #fcfaf3;
	border-left: 4px solid #fae6bf;
	border-radius: 0 8px 8px 0;
	padding: 22px 40px;
	margin-bottom: 45px
}

.doc-container .doc-main-body .mark-red pre {
	font-size: 16px;
	color: #575858;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap
}

.doc-container .doc-main-body .mark-red pre .s1 {
	color: #78d0b6;
	background: #fff
}

.doc-container .doc-main-body .bg-black {
	background: #2d2d2d;
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 30px 45px 0;
	max-height: 740px;
	white-space: pre-wrap;
	color: inherit;
	font-size: 16px
}

.doc-container .doc-main-body .bg-black code {
	white-space: pre-wrap
}

.doc-container .doc-main-body .bg-black .s1 {
	color: #5e5e5e
}

.doc-container .doc-main-body .bg-black .s2 {
	color: #cacaca
}

.doc-container .doc-main-body .bg-black .s3 {
	color: #21b787
}

.doc-container .doc-main-body .list-item-one li {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px
}

.doc-container .doc-main-body .list-item-one li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 11px
}

.doc-container .doc-main-body .img-meta {
	margin: 40px auto
}

.doc-pagination ul li a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	border: 2px solid #000;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	color: #000;
	transition: all .3s ease-in-out
}

.doc-pagination ul li a:hover {
	background: #000;
	color: #fff
}

.doc-pagination ul li span {
	font-family: gilroy-semibold;
	font-size: 22px;
	color: #000
}

.doc-sideNav .wrapper {
	padding-left: 40px
}

.doc-sideNav .nav-link {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #767676;
	padding: 0 15px;
	transition: all .3s ease-in-out
}

.doc-sideNav .nav-link.active {
	line-height: 32px;
	background: #000;
	color: #fff
}

.doc-sideNav {
	top: 100px;
	position: sticky;
	height: 100%
}

.theme-main-menu.sticky-menu.fixed.theme-menu-four {
	background: #fbf3ec
}

.theme-menu-four .logo img {
	max-width: 120px
}

.theme-menu-four .navbar-nav .nav-item .nav-link {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	margin: 0 24px
}

.theme-menu-four .right-button-group .signIn-action {
	font-weight: 500;
	font-size: 20px;
	line-height: 45px;
	color: var(--heading);
	margin-right: 40px;
	transition: all .3s ease-in-out
}

.theme-menu-four .right-button-group .signIn-action:hover {
	color: var(--vin-red)
}

.theme-menu-four .right-button-group {
	margin-left: 100px
}

.hero-banner-four {
	position: relative;
	background: #fbf3ec;
	padding: 250px 0 110px;
	z-index: 1
}

.hero-banner-four:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 103px;
	left: 0;
	bottom: -100px;
	background: url(../images/shape/99.svg) no-repeat center bottom;
	background-size: cover
}

.hero-banner-four .shape-four {
	top: 1%;
	left: 15%
}

.hero-banner-four .shape-five {
	top: 11%;
	right: 31%
}

.hero-banner-four .shape-six {
	bottom: 5%;
	left: 0
}

.hero-banner-four .shape-seven {
	bottom: 8%;
	right: 0
}

.hero-banner-four h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 85px;
	line-height: 1.14em
}

.hero-banner-four h1 span {
	position: relative;
	z-index: 5
}

.hero-banner-four h1 span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	background: rgba(241, 193, 83, .4);
	left: 0;
	bottom: 12px;
	z-index: -1
}

.hero-banner-four .sub-text {
	font-size: 28px;
	color: #565657;
	line-height: 1.4em;
	padding: 50px 0 65px
}

.hero-banner-four .review-text {
	text-align: right;
	font-size: 20px;
	color: #000;
	padding-top: 30px
}

.hero-banner-four .review-text span {
	font-size: 1.6em;
	color: var(--vin-red);
	text-decoration: underline
}

.hero-banner-four .illustration {
	max-width: 660px
}

.hero-banner-four .illustration-holder .shape-one {
	width: 14%;
	top: 9%;
	right: 8%;
	z-index: 1;
	animation: jump10p 5s infinite linear
}

.hero-banner-four .illustration-holder .shape-two {
	width: 14%;
	top: 0;
	right: 30%;
	z-index: 1;
	animation: jump10pRsv 5s infinite linear
}

.hero-banner-four .illustration-holder .shape-three {
	width: 15%;
	top: 9%;
	right: 51%;
	z-index: 1;
	animation: jump10p 5s infinite linear
}

.fancy-feature-eight .bg-wrapper {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 35px 0 42px
}

.fancy-feature-eight .bg-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 24px;
	background: url(../images/shape/97.svg) no-repeat center top;
	left: 0;
	top: -20px
}

.fancy-feature-eight .bg-wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	background: url(../images/shape/98.svg) no-repeat center bottom;
	left: 0;
	bottom: -10px
}

.block-style-thirteen {
	position: relative;
	text-align: center;
	padding: 32px 40px 20px
}

.block-style-thirteen.style-border {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7
}

.block-style-thirteen .icon {
	height: 70px
}

.block-style-thirteen .icon img {
	margin: 0 auto;
	max-height: 100%
}

.block-style-thirteen .title {
	font-size: 18px;
	color: rgba(0, 0, 0, .3);
	padding: 15px 0 20px
}

.block-style-thirteen p {
	font-size: 24px;
	line-height: 1.45em;
	color: #000
}

.fancy-text-block-nineteen .text-wrapper .client-info {
	font-size: 24px;
	color: #a09a92;
	padding-bottom: 20px
}

.fancy-text-block-nineteen .text-wrapper .client-info span {
	color: #000;
	text-decoration: underline
}

.fancy-text-block-nineteen .text-wrapper p {
	font-size: 24px;
	color: #0e0e0e;
	line-height: 1.58em;
	padding-top: 40px
}

.fancy-text-block-nineteen .text-wrapper .name {
	font-size: 24px;
	color: #000;
	position: relative;
	padding-left: 28px;
	margin-top: 50px
}

.fancy-text-block-nineteen .text-wrapper .name:before {
	content: '';
	width: 18px;
	height: 3px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 13px
}

.fancy-feature-nine {
	position: relative;
	background: #dff1ee;
	padding: 140px 0 135px;
	z-index: 5
}

.fancy-feature-nine:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 52px;
	background: url(../images/shape/105.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -50px
}

.fancy-feature-nine:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 75px;
	background: url(../images/shape/106.svg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	bottom: -70px
}

.fancy-feature-nine .shape-one {
	top: 7%;
	right: 13%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-nine .shape-two {
	top: 45%;
	right: 5%;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-nine .shape-three {
	top: 88%;
	right: 10%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-nine .shape-four {
	top: 89%;
	left: 11%;
	animation: jumpTwo 5s infinite linear
}

.fancy-feature-nine .shape-five {
	top: 43%;
	left: 4%;
	animation: jumpThree 5s infinite linear
}

.fancy-feature-nine .shape-six {
	top: 9%;
	left: 15%;
	animation: jumpTwo 5s infinite linear
}

.block-style-fourteen {
	position: relative;
	padding: 0 25px;
	margin-top: 55px;
	text-align: center
}

.block-style-fourteen .illustration {
	height: 220px
}

.block-style-fourteen .illustration img {
	margin: 0 auto;
	max-height: 100%
}

.block-style-fourteen .title {
	font-size: 20px;
	color: rgba(0, 0, 0, .35);
	padding: 20px 0 15px
}

.block-style-fourteen p {
	font-size: 23px;
	line-height: 1.52em;
	color: #000
}

.block-style-fourteen.arrow-shape:after,
.block-style-fourteen.arrow-shape:before {
	content: url(../images/shape/104.svg);
	position: absolute;
	top: 26%;
	z-index: 1
}

.block-style-fourteen.arrow-shape:before {
	left: -20%
}

.block-style-fourteen.arrow-shape:after {
	right: -20%
}

.pricing-section-three {
	background: #fdecd8;
	position: relative;
	z-index: 1;
	padding: 105px 0 170px
}

.pricing-section-three:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 85px;
	background: url(../images/shape/115.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -84px
}

.pricing-section-three:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 33px;
	background: url(../images/shape/116.svg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	bottom: -32px
}

.pricing-section-three .shape-one {
	top: 7%;
	right: 13%;
	animation: jumpThree 5s infinite linear
}

.pricing-section-three .shape-two {
	top: 45%;
	right: 5%;
	animation: jumpTwo 5s infinite linear
}

.pricing-section-three .shape-three {
	top: 88%;
	right: 10%;
	animation: jumpThree 5s infinite linear
}

.pricing-section-three .shape-four {
	top: 89%;
	left: 11%;
	animation: jumpTwo 5s infinite linear
}

.pricing-section-three .shape-five {
	top: 43%;
	left: 4%;
	animation: jumpThree 5s infinite linear
}

.pricing-section-three .shape-six {
	top: 9%;
	left: 15%;
	animation: jumpTwo 5s infinite linear
}

.pricing-section-three .pricing-table-area-three {
	position: relative
}

.pricing-section-three .pricing-table-area-three:before {
	content: url(../images/shape/117.svg);
	position: absolute;
	left: -5%;
	top: -5%;
	z-index: -1
}

.pricing-table-area-three .pr-table-wrapper {
	background: #fff;
	padding: 40px 20px 40px;
	text-align: center;
	margin-top: 45px;
	position: relative;
	transition: all .3s ease-in-out
}

.pricing-table-area-three .pr-table-wrapper:hover {
	transform: translateY(-10px)
}

.pricing-table-area-three .pr-table-wrapper.skew-right:before {
	content: '';
	position: absolute;
	top: -8px;
	right: 0;
	width: 100%;
	height: 25px;
	background: #fff;
	transform: skewY(2.3deg)
}

.pricing-table-area-three .pr-table-wrapper.skew-left:before {
	content: '';
	position: absolute;
	top: -8px;
	right: 0;
	width: 100%;
	height: 25px;
	background: #fff;
	transform: skewY(-2.3deg)
}

.pricing-table-area-three .pr-table-wrapper .pack-name {
	font-size: 32px;
	color: #000
}

.pricing-table-area-three .pr-table-wrapper .pack-name span {
	position: relative;
	z-index: 1
}

.pricing-table-area-three .pr-table-wrapper .pack-name span:before {
	content: '';
	width: 109%;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	z-index: -1
}

.pricing-table-area-three .pr-table-wrapper .pack-name.pc1 span:before {
	background: #d4fdf1
}

.pricing-table-area-three .pr-table-wrapper .pack-name.pc2 span:before {
	background: #dbf7ff
}

.pricing-table-area-three .pr-table-wrapper .pack-name.pc3 span:before {
	background: #ffe3e3
}

.pricing-table-area-three .pr-table-wrapper .price {
	font-size: 65px;
	color: #000;
	padding: 24px 0 0;
	line-height: initial
}

.pricing-table-area-three .pr-table-wrapper .user-condition {
	font-size: 24px;
	color: #000
}

.pricing-table-area-three .pr-table-wrapper .line {
	width: 100%;
	margin: 25px auto 38px
}

.pricing-table-area-three .pr-table-wrapper ul {
	text-align: left;
	padding-left: 18px
}

.pricing-table-area-three .pr-table-wrapper ul li {
	font-family: Rubik, sans-serif;
	font-size: 17px;
	line-height: 42px;
	color: #464646;
	position: relative;
	padding-left: 30px
}

.pricing-table-area-three .pr-table-wrapper ul li.disable {
	color: #b9b9b9
}

.pricing-table-area-three .pr-table-wrapper ul li:before {
	content: url(../images/icon/63.svg);
	position: absolute;
	left: 0;
	top: 1px
}

.pricing-table-area-three .pr-table-wrapper ul li.disable:before {
	content: url(../images/icon/64.svg);
	top: 5px;
	left: -8px
}

.pricing-table-area-three .pr-table-wrapper .subscribe-btn {
	display: block;
	width: 95%;
	margin: 37px auto 0;
	line-height: 46px;
	border: 2px solid var(--purple-blue);
	text-align: center;
	color: var(--purple-blue);
	transition: all .3s ease-in-out
}

.pricing-table-area-three .pr-table-wrapper .subscribe-btn:hover {
	background: var(--purple-blue);
	color: #fff
}

.pricing-section-three-inner-page {
	background: #fbf3ec;
	position: relative;
	z-index: 1;
	padding: 215px 0 110px
}

.pricing-section-three-inner-page .shape-one {
	left: 0;
	top: 19%
}

.pricing-section-three-inner-page .shape-two {
	right: 0;
	top: 19%
}

.pricing-section-three-inner-page:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 103px;
	left: 0;
	bottom: -100px;
	background: url(../images/shape/99.svg) no-repeat center bottom;
	background-size: cover
}

.client-feedback-slider-three {
	position: relative;
	z-index: 5
}

.client-feedback-slider-three .shape_1 {
	left: 18%;
	top: -3%
}

.client-feedback-slider-three .shape_2 {
	left: 9%;
	top: 38%
}

.client-feedback-slider-three .shape_3 {
	left: 13%;
	top: 85%
}

.client-feedback-slider-three .shape_4 {
	right: 18%;
	top: -4%
}

.client-feedback-slider-three .shape_5 {
	right: 4%;
	top: 33%
}

.client-feedback-slider-three .shape_6 {
	right: 19%;
	top: 87%
}

.clientSliderThree {
	text-align: center
}

.clientSliderThree p {
	font-family: Rubik, sans-serif;
	font-size: 28px;
	line-height: 1.71em;
	color: rgba(0, 0, 0, .8);
	padding: 25px 0 45px
}

.clientSliderThree .name {
	font-weight: 500;
	font-size: 24px;
	color: #000
}

.clientSliderThree .desig {
	color: #a8afae
}

.client-feedback-slider-three .slider-arrow li {
	cursor: pointer;
	margin: 0 10px;
	font-size: 40px;
	color: #5d5d5d;
	transition: all .3s ease-in-out;
	transform: scale(.8)
}

.client-feedback-slider-three .slider-arrow li:first-child i {
	transform: rotate(180deg);
	display: inline-block
}

.client-feedback-slider-three .slider-arrow li:hover {
	transform: scale(1)
}

.faq-section-four {
	background: #dff1ee;
	position: relative;
	z-index: 1;
	padding: 78px 0 150px
}

.faq-section-four.bg-white {
	background: #fff
}

.faq-section-four.bg-white:after,
.faq-section-four.bg-white:before {
	display: none
}

.faq-section-four:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: url(../images/shape/118.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -98px
}

.faq-section-four:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 33px;
	background: url(../images/shape/119.svg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	bottom: -32px
}

.faq-section-four .shape-one {
	left: 0;
	top: 21%
}

.faq-section-four .shape-two {
	right: 0;
	top: 75%
}

.accordion-style-four .card {
	background: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 10px
}

.faq-section-four.bg-white .accordion-style-four .card {
	background: #f7f7f7
}

.accordion-style-four .card .card-header {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	border: none
}

.accordion-style-four .card .card-header button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 27px 35px 27px 45px;
	font-family: Rubik, sans-serif;
	font-size: 24px;
	border: none;
	border-radius: 0;
	margin: 0;
	color: var(--heading);
	text-decoration: none;
	position: relative
}

.accordion-style-four .card .card-header button:before {
	content: "\f107";
	font-family: font-awesome;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.accordion-style-four .card .card-body {
	padding: 0 50px 20px 45px
}

.accordion-style-four .card .card-body p {
	padding-bottom: 15px
}

.accordion-style-four .card .card-body p a {
	text-decoration: underline;
	color: var(--p-color)
}

.fancy-short-banner-five.with-bg {
	position: relative;
	background: #dff1ee;
	z-index: 1
}

.fancy-short-banner-five.with-bg .shape-one {
	right: 5%;
	top: 20%
}

.fancy-short-banner-five.with-bg .shape-two {
	left: 5%;
	top: 20%
}

.fancy-short-banner-five .sub-heading {
	font-size: 28px;
	line-height: 1.32em;
	color: #000;
	text-align: center;
	padding: 40px 0 55px
}

.fancy-short-banner-five form {
	height: 70px;
	position: relative;
	margin-bottom: 17px
}

.fancy-short-banner-five form input {
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	padding: 0 170px 0 40px;
	color: #000
}

.fancy-short-banner-five form ::placeholder {
	color: #000;
	opacity: 1
}

.fancy-short-banner-five form :-ms-input-placeholder {
	color: #000
}

.fancy-short-banner-five form ::-ms-input-placeholder {
	color: #000
}

.fancy-short-banner-five form button {
	position: absolute;
	width: 160px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	background: var(--purple-blue);
	color: #fff;
	font-size: 16px;
	transition: all .3s ease-in-out
}

.fancy-short-banner-five form button:hover {
	background: var(--vin-red)
}

.fancy-short-banner-five .info-text {
	text-align: center;
	font-size: 16px;
	color: #999
}

.fancy-short-banner-five .info-text a {
	color: #000
}

.fancy-short-banner-five .info-text a:hover {
	text-decoration: underline
}

.theme-footer-four {
	background: #fbf3ec;
	padding: 80px 0 70px;
	position: relative;
	z-index: 5
}

.theme-footer-four:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 52px;
	background: url(../images/shape/122.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -50px
}

.theme-footer-four .footer-about-widget ul li a {
	font-size: 20px;
	color: #343434;
	margin-bottom: 5px;
	transition: all .2s ease-in-out
}

.theme-footer-four .footer-about-widget ul li a:hover {
	text-decoration: underline;
	color: var(--purple-blue)
}

.theme-footer-four .footer-title {
	font-size: 28px;
	color: #0e0e0e;
	position: relative;
	margin: 5px 0 21px
}

.theme-footer-four .footer-list ul li a {
	font-family: Rubik, sans-serif;
	color: #343434;
	line-height: 40px;
	transition: all .2s ease-in-out
}

.theme-footer-four .footer-list ul li a:hover {
	color: var(--purple-blue);
	text-decoration: underline
}

.theme-footer-four [class*=col-] {
	margin-bottom: 35px
}

.theme-footer-four .bottom-footer-content p {
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	margin-top: -70px
}

.fancy-text-block-twenty {
	position: relative;
	padding: 215px 0 100px;
	z-index: 5
}

.fancy-text-block-twenty:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 36%;
	background: url(../images/123.svg) no-repeat center bottom;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover
}

.fancy-text-block-twenty .shape-one {
	left: 0;
	top: 19%
}

.fancy-text-block-twenty .shape-two {
	right: 0;
	top: 19%
}

.fancy-text-block-twenty .title {
	text-align: center;
	font-size: 72px;
	padding-bottom: 130px
}

.fancy-video-box-one .main-img {
	width: 100%
}

.fancy-video-box-one {
	position: relative
}

.fancy-video-box-one .video-button {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	padding-left: 8px
}

.fancy-text-block-twenty .client-info {
	font-size: 24px;
	color: #a09a92;
	padding-bottom: 20px
}

.fancy-text-block-twenty .client-info span {
	color: #000;
	text-decoration: underline
}

.fancy-text-block-twenty .nav-tabs {
	border: none
}

.fancy-text-block-twenty .nav-tabs li {
	margin: 0 82px 0 0
}

.fancy-text-block-twenty .nav-tabs li:last-child {
	margin-right: 0
}

.fancy-text-block-twenty .nav-tabs li a {
	font-size: 22px;
	color: #969696;
	padding: 0;
	border: none
}

.fancy-text-block-twenty .nav-tabs li a.active {
	color: #000;
	text-decoration: underline
}

.fancy-text-block-twenty .tab-pane p {
	font-size: 20px;
	line-height: 1.9em;
	color: #000;
	padding-top: 35px
}

.team-section-four {
	background: #dff1ee;
	position: relative;
	padding: 100px 0 60px;
	z-index: 1
}

.team-section-four:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 70px;
	background: url(../images/127.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -58px
}

.team-section-four:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 65px;
	background: url(../images/128.svg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	bottom: -63px
}

.team-section-four .shape-one {
	right: 0;
	top: 5%
}

.team-section-four .shape-two {
	left: 0;
	bottom: -3%
}

.team-section-four .team-wrapper {
	position: relative;
	z-index: 5
}

.team-section-four .team-member {
	margin-bottom: 60px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 30px
}

.team-section-four .team-member .img-holder {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	margin-bottom: 30px
}

.team-section-four .team-member .img-holder img {
	width: 100%;
	transition: all .5s ease-in-out
}

.team-section-four .team-member:hover .img-holder img {
	transform: scale3d(1.1, 1.1, 1)
}

.team-section-four .team-member .name {
	font-size: 24px
}

.team-section-four .team-member .position {
	font-size: 16px;
	color: rgba(42, 42, 42, .4)
}

.team-section-four .team-wrapper .shape-one {
	top: -6%;
	left: -5%
}

.feature-blog-four {
	background: #fdecd8;
	position: relative;
	z-index: 1;
	padding: 100px 0 100px
}

.feature-blog-four:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 85px;
	background: url(../images/shape/115.svg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: -84px
}

.feature-blog-four:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 33px;
	background: url(../images/shape/116.svg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	bottom: -32px
}

.feature-blog-four .feature-article-meta {
	margin-bottom: 35px
}

.feature-blog-four .feature-article-meta .img-meta {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px
}

.feature-blog-four .feature-article-meta .img-meta img {
	transition: all .5s ease-in-out;
	width: 100%
}

.feature-blog-four .feature-article-meta:hover .img-meta img {
	transform: scale3d(1.1, 1.1, 1)
}

.feature-blog-four .feature-article-meta .post-meta a {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 1.3em;
	transition: all .3s ease-in-out
}

.feature-blog-four .feature-article-meta:hover .post-meta a {
	color: var(--vin-red)
}

.feature-blog-four .feature-article-meta .post-meta .author_info {
	font-size: 20px;
	color: var(--heading);
	margin-top: 25px
}

.feature-blog-four .feature-article-meta .post-meta .author_info span {
	color: #b7b7b7
}

.theme-menu-five .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-five .right-widget {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.theme-menu-five .right-widget .demo-button {
	width: 210px;
	font-size: 17px;
	line-height: 56px;
	border: 2px solid #000;
	text-align: center;
	border-radius: 8px;
	font-weight: 500;
	color: #000;
	position: relative;
	transition: all .3s ease-in-out
}

.theme-menu-five .right-widget .demo-button:hover {
	background: #eef3f9;
	border-color: #eef3f9
}

.theme-menu-five .right-widget .demo-button img {
	width: 20px;
	display: none;
	margin: 0 auto
}

.theme-menu-five .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	margin: 0 23px
}

.theme-menu-five .navbar-nav .nav-item .nav-link.active {
	text-decoration: underline
}

.hero-banner-five {
	position: relative;
	text-align: center;
	padding: 56px 0 0
}

.hero-banner-five .hero-heading {
	font-size: 82px;
	line-height: 1.219em
}

.hero-banner-five .hero-heading span {
	position: relative;
	color: #ff2759;
	text-decoration: underline;
	text-decoration-thickness: 4px
}

.hero-banner-five .hero-sub-heading {
	font-size: 24px;
	padding: 20px 0 62px;
	color: #000
}

.hero-banner-five .sing-in-call {
	font-size: 16px;
	padding-top: 20px;
	color: #979797
}

.hero-banner-five .sing-in-call a {
	color: #000;
	transition: all .25s ease-in-out
}

.hero-banner-five .sing-in-call a:hover {
	text-decoration: underline
}

.hero-banner-five .button-group a {
	width: 200px;
	height: 60px;
	padding: 0 5px 0 25px;
	margin: 10px 12px;
	border: 2px solid #111;
	border-radius: 6px;
	color: #000;
	text-align: left;
	transition: all .3s ease-in-out
}

.hero-banner-five .button-group a:hover {
	transform: translateY(-5px);
	box-shadow: -5px 10px 30px rgba(0, 0, 0, .1)
}

.hero-banner-five .button-group a .icon {
	margin-right: 15px
}

.hero-banner-five .button-group a span {
	font-size: 11px;
	color: #737373;
	display: block;
	margin-bottom: -11px;
	margin-top: -5px
}

.hero-banner-five .button-group a strong {
	font-weight: 500;
	font-size: 18px;
	display: block
}

.hero-banner-five .button-group a.ios-button {
	background: #111;
	color: #fff
}

.hero-banner-five .button-group a.ios-button span {
	color: rgba(255, 255, 255, .7)
}

.hero-banner-five .img-gallery {
	border-bottom: 1px solid #eaeaea;
	margin-top: 80px;
	position: relative;
	z-index: 1
}

.hero-banner-five .img-gallery .screen-container {
	border: 4px solid #000;
	border-radius: 45px 45px 0 0;
	border-bottom: none;
	position: relative
}

.hero-banner-five .img-gallery .screen-container .main-screen {
	width: 100%;
	border-radius: 40px 40px 0 0
}

.hero-banner-five .img-gallery .screen-one {
	width: 19%;
	top: 26%;
	right: -10%;
	z-index: 1;
	box-shadow: 0 35px 70px rgba(12, 21, 44, .08);
	animation: jumpTwo 5s infinite linear
}

.hero-banner-five .img-gallery .screen-two {
	width: 31%;
	bottom: -12%;
	left: -16%;
	z-index: 1;
	box-shadow: -10px 40px 80px rgba(25, 42, 70, .05);
	animation: jumpThree 5s infinite linear
}

.hero-banner-five .shape-one {
	left: 0;
	top: 25%
}

.hero-banner-five .shape-two {
	right: 0;
	bottom: 9%
}

.hero-banner-five .shape-three {
	right: 10%;
	top: 27%
}

.hero-banner-five .shape-four {
	left: 11%;
	top: 56%
}

.partner-slider-two p {
	font-size: 20px;
	color: #000;
	padding-bottom: 45px
}

.partner-slider-two p span {
	font-weight: 500
}

.partner-slider-two .img-meta {
	height: 80px
}

.fancy-feature-ten {
	padding-left: 15px;
	padding-right: 15px
}

.fancy-feature-ten .bg-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	background: #f3f8ff;
	border-radius: 40px;
	padding: 130px 0 150px;
	position: relative;
	z-index: 1
}

.fancy-feature-ten .shape-one {
	bottom: -37px;
	right: 10%
}

.fancy-feature-ten .sub-text {
	font-size: 24px;
	line-height: 1.91em;
	color: #000
}

.block-style-fifteen {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 45px 35px 30px 40px;
	color: #000;
	z-index: 1
}

.block-style-fifteen:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #000;
	z-index: -1;
	border-radius: 10px;
	opacity: 0;
	transition: all .3s ease-in-out
}

.block-style-fifteen:hover:before {
	opacity: 1
}

.block-style-fifteen .icon {
	width: 65px;
	height: 65px;
	border-radius: 50%
}

.block-style-fifteen h3 {
	font-weight: 500;
	font-size: 24px;
	text-transform: capitalize;
	padding: 27px 0 22px
}

.fancy-text-block-twentyOne .container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px
}

.fancy-text-block-twentyOne .text-wrapper .client-info {
	font-size: 24px;
	color: #a09a92;
	padding: 36px 0 28px
}

.fancy-text-block-twentyOne .text-wrapper .client-info span {
	color: #000;
	text-decoration: underline
}

.fancy-text-block-twentyOne .text-wrapper p {
	font-size: 48px;
	color: #000;
	line-height: 1.59em;
	padding-bottom: 40px
}

.fancy-text-block-twentyOne .text-wrapper p span {
	color: #ff2759;
	text-decoration: underline
}

.fancy-text-block-twentyOne .text-wrapper .name {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	font-style: italic;
	position: relative;
	padding-left: 30px;
	margin-top: 32px
}

.fancy-text-block-twentyOne .text-wrapper .name:before {
	content: '';
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 13px
}

.fancy-text-block-twentyOne .img-meta {
	position: relative
}

.fancy-text-block-twentyOne .img-meta .shape-one {
	bottom: -123px;
	left: 6px
}

.counter-style-two {
	padding: 0 15px
}

.counter-style-two .border-bottom {
	max-width: 1600px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8!important;
	padding-bottom: 120px
}

.counter-box-four {
	text-align: center;
	margin-top: 40px
}

.counter-box-four .number {
	font-family: Recoleta;
	font-size: 60px;
	color: #000
}

.counter-box-four p {
	color: #000
}

.fancy-feature-eleven {
	position: relative;
	z-index: 1
}

.fancy-feature-eleven .inner-container {
	max-width: 1630px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative
}

.fancy-feature-eleven .shape-one {
	top: 3%;
	left: 7%
}

.fancy-feature-eleven .shape-two {
	bottom: -60px;
	left: 37%;
	z-index: 1
}

.block-style-sixteen {
	margin-top: 120px;
	position: relative;
	border-radius: 40px;
	padding: 125px 0 120px;
	overflow: hidden
}

.block-style-sixteen .icon {
	width: 68px;
	height: 68px;
	border-radius: 50%
}

.block-style-sixteen .title {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.31em;
	padding: 25px 0 40px
}

.block-style-sixteen p {
	font-size: 24px;
	line-height: 1.91em;
	color: #000;
	padding-bottom: 75px
}

.block-style-sixteen .screen-one {
	right: 70px;
	width: 48%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.block-style-sixteen .screen-two {
	left: 10px;
	width: 48%;
	bottom: 0;
	z-index: 1
}

.block-style-sixteen .screen-three {
	right: 0;
	width: 48%;
	bottom: 0;
	z-index: 1
}

.pricing-nav-three {
	margin: 60px 0 100px;
	border: none
}

.pricing-nav-three .nav-item {
	margin: 0
}

.pricing-nav-three .nav-item .nav-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 61px;
	border: 2px solid #000;
	padding: 0 15px;
	width: 150px;
	text-align: center;
	color: #000;
	transition: all .3s ease-in-out
}

.pricing-nav-three .nav-item:nth-child(1) .nav-link {
	border-right: none;
	border-radius: 10px 0 0 10px
}

.pricing-nav-three .nav-item:nth-child(2) .nav-link {
	border-left: none;
	border-radius: 0 10px 10px 0
}

.pricing-nav-three .nav-item .nav-link.active {
	background: #000;
	color: #fff
}

.pricing-table-area-four {
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto
}

.pricing-table-area-four .row {
	margin: 0 -30px
}

.pricing-table-area-four .row [class*=col-] {
	padding: 0 30px
}

.pricing-table-area-four .pr-table-wrapper {
	border: 1px solid #ececec;
	border-radius: 15px;
	transition: all .3s ease-in-out;
	padding: 25px 35px 35px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	text-align: center
}

.pricing-table-area-four .pr-table-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 15px;
	border: 2px solid #000;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out
}

.pricing-table-area-four .pr-table-wrapper.most-popular:after {
	content: url(../images/shape/populer-tag.svg);
	position: absolute;
	top: -97px;
	right: -87px
}

.pricing-table-area-four .pr-table-wrapper .pack-name {
	font-weight: 500;
	font-size: 28px;
	color: #000
}

.pricing-table-area-four .pr-table-wrapper .pack-details {
	color: #878787;
	padding: 5px 0 45px
}

.pricing-table-area-four .pr-table-wrapper .top-banner {
	padding: 9px 5px 15px 22px;
	color: #000;
	text-align: left
}

.pricing-table-area-four .pr-table-wrapper .price {
	font-size: 40px;
	font-weight: 500;
	padding: 25px 20px 0 0
}

.pricing-table-area-four .pr-table-wrapper .price sup {
	font-size: 20px;
	top: -22px
}

.pricing-table-area-four .pr-table-wrapper .top-banner span {
	font-size: 22px
}

.pricing-table-area-four .pr-table-wrapper .top-banner em {
	font-size: 14px;
	font-style: normal;
	display: block;
	margin-top: -7px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature {
	text-align: left;
	padding: 38px 0 60px 20px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li {
	position: relative;
	line-height: 42px;
	color: rgba(0, 0, 0, .7);
	padding-left: 30px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li:before {
	content: url(../images/icon/76.svg);
	position: absolute;
	top: 0;
	left: 0
}

.pricing-table-area-four .pr-table-wrapper .trial-button {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 52px;
	border: 2px solid #000;
	border-radius: 5px;
	transition: all .3s ease-in-out
}

.pricing-table-area-four .pr-table-wrapper .trial-text {
	font-size: 16px;
	padding-top: 20px
}

.pricing-table-area-four .pr-table-wrapper.active:before,
.pricing-table-area-four .pr-table-wrapper:hover:before {
	opacity: 1
}

.pricing-table-area-four .pr-table-wrapper .trial-button:hover,
.pricing-table-area-four .pr-table-wrapper.active .trial-button {
	background: #000;
	color: #fff
}

.client-feedback-slider-four {
	padding: 0 15px
}

.client-feedback-slider-four .shape-one {
	top: -69px;
	left: 11%
}

.client-feedback-slider-four .shape-two {
	bottom: -42px;
	right: 9%
}

.client-feedback-slider-four .inner-container {
	max-width: 1600px;
	margin: 0 auto;
	background: #e7f2f2;
	border-radius: 40px;
	position: relative;
	padding: 140px 0 90px;
	z-index: 1
}

.clientSliderFour {
	max-width: 1435px;
	margin: 100px auto 0
}

.clientSliderFour .item {
	margin: 0 20px
}

.clientSliderFour .feedback-wrapper {
	background: #fff;
	border-radius: 12px;
	padding: 45px 50px 50px 40px
}

.clientSliderFour .feedback-wrapper p {
	font-size: 20px;
	line-height: 1.75em;
	color: #000;
	padding: 20px 0 45px
}

.clientSliderFour .feedback-wrapper .name {
	font-weight: 500;
	font-size: 18px
}

.clientSliderFour .feedback-wrapper .name span {
	font-weight: 400;
	font-size: 16px;
	color: #c1c1c1
}

.clientSliderFour .feedback-wrapper ul li {
	font-size: 15px;
	color: #ffb043;
	margin-right: 9px
}

.clientSliderFour .feedback-wrapper ul li [class*=star-o] {
	color: #000
}

.clientSliderFour .slick-dots {
	text-align: center;
	margin-top: 80px
}

.clientSliderFour .slick-dots li {
	display: inline-block
}

.clientSliderFour .slick-dots li button {
	text-indent: -50000px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 0 5px;
	transition: all .3s ease-in-out
}

.clientSliderFour .slick-dots li.slick-active button {
	background: #ff2759;
	border-color: #ff2759
}

.fancy-short-banner-six {
	position: relative;
	text-align: center
}

.fancy-short-banner-six .shape-one {
	left: 0;
	top: 22%
}

.fancy-short-banner-six p {
	font-size: 24px;
	color: #000;
	padding: 30px 0 75px
}

.theme-footer-five {
	padding: 0 15px
}

.theme-footer-five .inner-container {
	border: 2px solid #151515;
	border-radius: 28px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 15px
}

.theme-footer-five .inner-container [class*=col-] {
	margin-bottom: 40px
}

.theme-footer-five .title {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
	text-align: center
}

.theme-footer-five .social-icon li a {
	width: 36px;
	height: 36px;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	color: #000;
	margin: 0 5px;
	transition: all .3s ease-in-out
}

.theme-footer-five .social-icon li a:hover {
	background: #ff2759;
	border-color: #ff2759;
	color: #fff
}

.theme-footer-five .email {
	color: #000
}

.theme-footer-five .email:hover {
	text-decoration: underline
}

.theme-footer-five .copyright {
	text-align: center;
	font-size: 16px;
	padding: 35px 0
}

.modal-backdrop {
	z-index: 10000
}

.modal {
	z-index: 10001
}

.modal-contact-popup-one .modal-dialog {
	max-width: 1330px;
	padding: 0 15px
}

.modal-contact-popup-one .main-body {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border: none;
	-ms-flex-direction: row;
	flex-direction: row
}

.dark-style .modal-contact-popup-one .main-body {
	background: #2e2b3a
}

.modal-contact-popup-one .main-body .close {
	position: absolute;
	right: 30px;
	top: 27px;
	z-index: 5
}

.modal-contact-popup-one .main-body .left-side {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	background: #fde3c5;
	text-align: center;
	padding: 50px 0 0
}

.dark-style .modal-contact-popup-one .main-body .left-side {
	background: linear-gradient(319.09deg, #f2a530 15.78%, #ed5879 48.89%, #b439ff 81.59%)
}

.dark-style .modal-contact-popup-one .main-body .left-side .bio,
.dark-style .modal-contact-popup-one .main-body .left-side blockquote {
	color: #fff
}

.modal-contact-popup-one .main-body .left-side blockquote {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.31em;
	color: #000;
	padding: 0 15px 15px
}

.modal-contact-popup-one .main-body .left-side .bio {
	font-size: 20px;
	color: #000;
	display: block;
	padding-bottom: 15px
}

.modal-contact-popup-one .main-body .left-side .illustration {
	width: 100%
}

.modal-contact-popup-one .main-body .right-side {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 50px 5% 50px 5%;
	position: relative;
	z-index: 1
}

.modal-contact-popup-one .main-body .right-side .form-title {
	font-size: 40px;
	font-weight: 500;
	color: #000;
	padding-bottom: 30px
}

.dark-style .modal-contact-popup-one .main-body .right-side .form-title {
	color: #fff
}

.modal-contact-popup-one .main-body .input-group-meta {
	position: relative
}

.modal-contact-popup-one .main-body .input-group-meta label {
	font-size: 15px;
	color: rgba(0, 0, 0, .6);
	padding-bottom: 8px;
	font-weight: 400;
	display: block
}

.dark-style .modal-contact-popup-one .main-body .input-group-meta label {
	color: rgba(255, 255, 255, .4)
}

.modal-contact-popup-one .main-body .input-group-meta input {
	width: 100%;
	height: 60px;
	border: 2px solid #000;
	border-radius: 6px;
	padding: 0 20px;
	color: #000;
	font-size: 17px;
	background: 0 0
}

.modal-contact-popup-one .main-body .input-group-meta textarea {
	max-width: 100%;
	width: 100%;
	height: 150px;
	border: 2px solid #000;
	border-radius: 6px;
	padding: 10px 20px;
	color: #000;
	font-size: 17px;
	background: 0 0
}

.dark-style .modal-contact-popup-one .main-body .input-group-meta input,
.dark-style .modal-contact-popup-one .main-body .input-group-meta textarea {
	border-color: #fff;
	color: #fff
}

.modal-contact-popup-one .main-body .input-group-meta ::-webkit-input-placeholder {
	color: #000
}

.modal-contact-popup-one .main-body .input-group-meta :-ms-input-placeholder {
	color: #000
}

.modal-contact-popup-one .main-body .input-group-meta ::placeholder {
	color: #000
}

.dark-style .modal-contact-popup-one .main-body .input-group-meta ::-webkit-input-placeholder {
	color: #fff
}

.dark-style .modal-contact-popup-one .main-body .input-group-meta :-ms-input-placeholder {
	color: #fff
}

.dark-style .modal-contact-popup-one .main-body .input-group-meta ::placeholder {
	color: #fff
}

.dark-style .modal-contact-popup-one .theme-btn-seven {
	background: rgba(255, 255, 255, .25)
}

.dark-style .modal-contact-popup-one .right-side:before {
	content: '';
	position: absolute;
	width: 568px;
	height: 568px;
	border-radius: 50%;
	top: -14%;
	left: 18%;
	background: rgba(89, 156, 255, .12);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -1
}

.dark-style .modal-contact-popup-one .right-side:after {
	content: '';
	position: absolute;
	width: 568px;
	height: 568px;
	border-radius: 50%;
	top: 7%;
	left: 7%;
	background: rgba(255, 4, 64, .16);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.dark-style .theme-main-menu {
	background: 0 0
}

.dark-style .navbar .navbar-toggler {
	background: linear-gradient(90.6deg, #f548a0 2.93%, #f57c35 99.47%)
}

.dark-style .theme-main-menu.sticky-menu.fixed {
	background: #17192b
}

.dark-style .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, .6)
}

.dark-style .theme-menu-five .navbar-nav .nav-item .nav-link.active {
	color: #fff
}

.dark-style .theme-menu-five .right-widget .demo-button {
	color: #fff;
	border-color: #fff
}

.dark-style .theme-menu-five .right-widget .demo-button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90.6deg, #f548a0 2.93%, #f57c35 99.47%);
	border-radius: 8px;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out
}

.dark-style .theme-menu-five .right-widget .demo-button:hover {
	background: 0 0;
	border-color: transparent
}

.dark-style .theme-menu-five .right-widget .demo-button:hover:before {
	opacity: 1
}

.hero-banner-six {
	position: relative;
	z-index: 1;
	padding: 125px 0
}

.hero-banner-six .hero-heading {
	font-size: 100px;
	line-height: 115%;
	color: #fff
}

.hero-banner-six .hero-heading span {
	color: #ff275b;
	text-decoration: underline;
	text-decoration-thickness: 5px
}

.hero-banner-six .hero-sub-heading {
	font-size: 22px;
	padding: 45px 0 90px
}

.hero-banner-six .button-group .ios-button {
	width: 200px;
	height: 65px;
	padding: 0 5px 0 25px;
	border-radius: 6px;
	color: #fff;
	text-align: left;
	transition: all .3s ease-in-out;
	margin-right: 45px
}

.hero-banner-six .button-group .ios-button .icon {
	margin-right: 15px
}

.hero-banner-six .button-group .ios-button span {
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	display: block;
	margin-bottom: -11px;
	margin-top: -5px
}

.hero-banner-six .button-group .ios-button strong {
	font-weight: 500;
	font-size: 18px;
	display: block
}

.hero-banner-six .button-group .video-button span {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	padding-left: 14px;
	transition: all .3s ease
}

.hero-banner-six .button-group .video-button span:hover {
	color: #ff275b
}

.hero-banner-six .illustration-content {
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	padding-right: 2%;
	width: 45%;
	max-width: 861px
}

.hero-banner-six .illustration-content .main-img {
	animation: rotated 10s infinite linear
}

.hero-banner-six .illustration-content .screen-one {
	position: absolute;
	width: 83%;
	top: 10%;
	right: 17%;
	z-index: 1;
	animation: jumpTwo 10s infinite linear
}

.hero-banner-six .illustration-content .screen-two {
	position: absolute;
	width: 35%;
	top: 16%;
	right: 0;
	z-index: 2;
	animation: jumpThree 10s infinite linear
}

.hero-banner-six .illustration-content .screen-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: 8%;
	width: 89%;
	height: 88%;
	transform: rotate(12deg);
	background: rgba(17, 14, 14, .8);
	filter: blur(100px);
	z-index: -1
}

.hero-banner-six .illustration-content .shape-one {
	top: 4%;
	left: 17%;
	z-index: 1;
	animation: rotated 3s infinite linear
}

.hero-banner-six .illustration-content .shape-two {
	top: -7%;
	left: 44%;
	z-index: 1
}

.hero-banner-six .illustration-content .shape-three {
	top: 4%;
	right: 11%;
	z-index: 1
}

.hero-banner-six .illustration-content .shape-four {
	bottom: -1%;
	left: 29%;
	z-index: 1
}

.hero-banner-six .illustration-content .shape-five {
	bottom: -3%;
	left: 13%;
	z-index: 1
}

.hero-banner-six .illustration-content .shape-six {
	bottom: 4%;
	left: 45%;
	z-index: 1;
	width: 18%
}

.hero-banner-six .illustration-content .oval-one {
	position: absolute;
	width: 875px;
	height: 875px;
	border-radius: 50%;
	left: -34%;
	top: -21%;
	background: rgba(255, 255, 255, .1);
	filter: blur(300px)
}

.hero-banner-six .illustration-content .oval-two {
	position: absolute;
	width: 868px;
	height: 868px;
	border-radius: 50%;
	top: -38%;
	left: 23%;
	background: rgba(89, 156, 255, .12);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.hero-banner-six .illustration-content .oval-three {
	position: absolute;
	width: 868px;
	height: 868px;
	border-radius: 50%;
	top: -5%;
	left: 2%;
	background: rgba(255, 4, 64, .2);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -3
}

.fancy-feature-twelve {
	position: relative;
	z-index: 1
}

.fancy-feature-twelve .shape-one {
	top: 3%;
	left: 10%
}

.fancy-feature-twelve .row {
	margin: 0 -30px
}

.fancy-feature-twelve .row [class*=col-] {
	padding: 0 30px
}

.block-style-seventeen {
	padding: 32px 50px 40px 44px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 17px;
	position: relative;
	z-index: 1
}

.block-style-seventeen:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(111.21deg, #b526a6 -2.4%, #e14e66 46.51%, #e38039 93.12%);
	border-radius: 17px;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out
}

.block-style-seventeen:hover:before {
	opacity: 1
}

.block-style-seventeen .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1)
}

.block-style-seventeen h3 {
	font-weight: 500;
	font-size: 24px;
	padding: 26px 0 20px
}

.block-style-seventeen .static-text {
	transition: all .3s ease-in-out
}

.block-style-seventeen .hover-text {
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
	position: absolute;
	left: 44px;
	top: 112px;
	opacity: 0;
	transition: all .3s ease-in-out
}

.block-style-seventeen:hover .static-text {
	opacity: 0
}

.block-style-seventeen:hover .hover-text {
	opacity: 1
}

.block-style-seventeen .js-tilt-glare {
	border-radius: 17px
}

.fancy-feature-thirteen {
	position: relative;
	z-index: 1
}

.fancy-feature-thirteen:before {
	content: '';
	position: absolute;
	width: 890px;
	height: 890px;
	border-radius: 50%;
	top: -27%;
	left: -9%;
	background: rgba(89, 156, 255, .1);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -1
}

.fancy-feature-thirteen:after {
	content: '';
	position: absolute;
	width: 890px;
	height: 890px;
	border-radius: 50%;
	top: 5%;
	left: -8%;
	background: rgba(255, 4, 64, .13);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.fancy-feature-thirteen .carousel-indicators {
	position: relative;
	margin: 0;
	border-top: 5px solid rgba(255, 255, 255, .1)
}

.fancy-feature-thirteen .carousel-indicators li {
	width: 30%;
	margin: 0;
	padding: 0;
	height: auto;
	background: 0 0;
	opacity: 1;
	border: none;
	text-indent: 0;
	position: relative;
	padding-top: 50px
}

.fancy-feature-thirteen .carousel-indicators li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #ffd35b;
	left: 0;
	top: -5px;
	z-index: 1;
	opacity: 0;
	transition: all .3s ease-in-out
}

.fancy-feature-thirteen .carousel-indicators li .icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	margin: 6px 30px 0 0
}

.fancy-feature-thirteen .carousel-indicators li .icon img {
	transition: all .3s ease-in-out;
	opacity: .4
}

.fancy-feature-thirteen .carousel-indicators li p {
	font-size: 24px;
	line-height: 1.41em;
	color: rgba(255, 255, 255, .5);
	transition: all .3s ease-in-out
}

.fancy-feature-thirteen .carousel-indicators li.active:before {
	opacity: 1
}

.fancy-feature-thirteen .carousel-indicators li.active .icon img {
	opacity: 1;
	transform: rotate(90deg)
}

.fancy-feature-thirteen .carousel-indicators li.active p {
	color: #fff
}

.fancy-feature-thirteen .carousel-inner {
	background: rgba(243, 247, 248, .1);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, .15);
	border-radius: 40px;
	padding: 70px 75px;
	margin-top: 85px;
	position: relative;
	overflow: visible
}

#productScreenSlider .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}

#productScreenSlider .carousel-item-next.carousel-item-left,
#productScreenSlider .carousel-item-prev.carousel-item-right,
#productScreenSlider .carousel-item.active {
	opacity: 1
}

#productScreenSlider .active.carousel-item-left,
#productScreenSlider .active.carousel-item-right {
	opacity: 0
}

#productScreenSlider .active.carousel-item-left,
#productScreenSlider .active.carousel-item-prev,
#productScreenSlider .carousel-item-next,
#productScreenSlider .carousel-item-prev,
#productScreenSlider .carousel-item.active {
	transform: translateX(0);
	transform: translate3d(0, 0, 0)
}

.fancy-feature-thirteen .carousel-inner .shape-one {
	top: -57px;
	right: -60px;
	z-index: 1
}

.fancy-feature-thirteen .carousel-inner .shape-two {
	bottom: -116px;
	left: -137px;
	z-index: 1
}

.fancy-feature-fourteen .logo-meta {
	background: rgba(255, 255, 255, .1);
	border-radius: 20px;
	height: 170px;
	margin-bottom: 40px
}

.fancy-feature-fourteen .logo-meta.lg {
	height: 248px
}

.fancy-feature-fourteen .js-tilt-glare {
	border-radius: 20px
}

.fancy-feature-fourteen .right-side {
	position: relative;
	z-index: 1
}

.fancy-feature-fourteen .right-side .shape-one {
	bottom: -29px;
	right: -31px;
	z-index: 1
}

.fancy-feature-fourteen .right-side:before {
	content: '';
	position: absolute;
	width: 590px;
	height: 590px;
	border-radius: 50%;
	top: -8%;
	left: -7%;
	background: rgba(89, 156, 255, .13);
	filter: blur(300px);
	transform: rotate(75deg);
	z-index: -1
}

.fancy-feature-fourteen .right-side:after {
	content: '';
	position: absolute;
	width: 590px;
	height: 590px;
	border-radius: 50%;
	top: 16%;
	left: 21%;
	background: rgba(255, 4, 64, .15);
	filter: blur(300px);
	transform: rotate(75deg);
	z-index: -2
}

.fancy-portfolio-one {
	position: relative;
	z-index: 1
}

.fancy-portfolio-one .img-meta {
	border-radius: 20px;
	overflow: hidden;
	margin: 0 20px
}

.fancy-portfolio-one .img-meta img {
	margin: 0 auto
}

.portfolioSliderOne {
	max-width: 1800px;
	margin: 0 auto
}

.fancy-portfolio-one .slider-arrows>div {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	margin-left: 15px;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.fancy-portfolio-one .slider-arrows>div:hover {
	background: #ff2759
}

.fancy-portfolio-one .slider-arrows {
	position: absolute;
	top: 28px;
	right: 16%
}

.fancy-portfolio-one:before {
	content: '';
	position: absolute;
	width: 890px;
	height: 890px;
	border-radius: 50%;
	top: -27%;
	left: 1%;
	background: rgba(89, 156, 255, .1);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -1
}

.fancy-portfolio-one:after {
	content: '';
	position: absolute;
	width: 890px;
	height: 890px;
	border-radius: 50%;
	top: 5%;
	left: -8%;
	background: rgba(255, 4, 64, .15);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.client-feedback-slider-five {
	position: relative;
	padding: 240px 0;
	z-index: 2
}

.client-feedback-slider-five:before {
	content: '';
	position: absolute;
	width: 1016px;
	height: 1016px;
	border-radius: 50%;
	top: 0;
	left: 32%;
	background: rgba(89, 156, 255, .12);
	filter: blur(300px);
	transform: rotate(-180deg);
	z-index: -1
}

.client-feedback-slider-five:after {
	content: '';
	position: absolute;
	width: 1016px;
	height: 1016px;
	border-radius: 50%;
	top: 19%;
	left: 15%;
	background: rgba(255, 4, 64, .12);
	filter: blur(300px);
	transform: rotate(-180deg);
	z-index: -2
}

.clientSliderFive {
	text-align: center
}

.clientSliderFive p {
	font-size: 28px;
	line-height: 1.85em;
	padding-bottom: 84px;
	color: rgba(255, 255, 255, .7)
}

.clientSliderFive .name {
	font-size: 24px;
	font-weight: 500;
	color: #fff
}

.client-feedback-slider-five .slider-arrow li {
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin: 0 7px;
	font-size: 26px;
	color: #fff;
	transition: all .3s ease-in-out;
	transform: scale(.6)
}

.client-feedback-slider-five .slider-arrow li:first-child i {
	transform: rotate(180deg);
	display: inline-block
}

.client-feedback-slider-five .slider-arrow li:hover {
	opacity: 1;
	transform: scale(1)
}

.client-feedback-slider-five .circle-area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}

.client-feedback-slider-five .circle-area .main-img {
	margin: 0 auto
}

.client-feedback-slider-five .shape-one {
	top: 10%;
	left: -22%
}

.client-feedback-slider-five .shape-two {
	top: -26%;
	right: -23%
}

.client-feedback-slider-five .shape-three {
	top: 97%;
	right: 12%
}

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

.pricing-section-five:before {
	content: '';
	position: absolute;
	width: 860px;
	height: 860px;
	border-radius: 50%;
	top: -32%;
	left: 9%;
	background: rgba(89, 156, 255, .12);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -1
}

.pricing-section-five:after {
	content: '';
	position: absolute;
	width: 860px;
	height: 860px;
	border-radius: 50%;
	bottom: -19%;
	left: 7%;
	background: rgba(255, 4, 64, .15);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.pricing-table-area-five .row {
	margin: 0 -20px
}

.pricing-table-area-five .row [class*=col-] {
	padding: 0 20px
}

.pricing-table-area-five .pr-table-wrapper {
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 15px;
	position: relative;
	padding: 58px 15px 55px 47px
}

.pricing-table-area-five .pr-table-wrapper .pack-name {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	padding: 39px 0 37px
}

.pricing-table-area-five .pr-table-wrapper .pr-feature li {
	line-height: 42px;
	color: rgba(255, 255, 255, .7);
	padding-left: 30px;
	position: relative
}

.pricing-table-area-five .pr-table-wrapper .pr-feature li:before {
	content: url(../images/icon/87.svg);
	position: absolute;
	left: 0;
	top: 0
}

.pricing-table-area-five .pr-table-wrapper .price {
	color: #fff;
	font-size: 28px;
	padding: 45px 0 7px
}

.pricing-table-area-five .pr-table-wrapper .trial-text {
	color: rgba(255, 255, 255, .34)
}

.pricing-table-area-five .pr-table-wrapper .trial-button {
	width: 170px;
	line-height: 50px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: 35px;
	text-align: center
}

.pricing-table-area-five .pr-table-wrapper .trial-button:before {
	border-radius: 24px
}

.pricing-table-area-five .pr-table-wrapper.active {
	background: rgba(255, 255, 255, .03);
	border-color: transparent
}

.pricing-table-area-five .pr-table-wrapper.active .trial-button {
	background: rgba(255, 255, 255, .1)
}

.pricing-table-area-five .shape-one {
	z-index: 1;
	right: -47px;
	top: -76px;
	animation: rotated 35s infinite linear
}

.pricing-table-area-five .shape-two {
	z-index: 1;
	left: -107px;
	bottom: -95px;
	animation: rotated 20s infinite linear
}

.pricing-table-area-five .pr-table-wrapper .popular-badge {
	top: -90px;
	left: -77px;
	position: absolute;
	z-index: 1;
	animation: jumpTwo 10s infinite linear
}

.pricing-table-area-five .js-tilt-glare .js-tilt-glare-inner {
	border-radius: 15px;
	background-image: none!important
}

.fancy-short-banner-seven {
	text-align: center;
	position: relative;
	z-index: 2
}

.fancy-short-banner-seven .ios-button {
	width: 200px;
	height: 65px;
	padding: 0 5px 0 25px;
	border-radius: 6px;
	color: #fff;
	text-align: left;
	transition: all .3s ease-in-out;
	margin: 45px auto 0
}

.fancy-short-banner-seven .ios-button:after {
	content: url(../images/shape/161.svg);
	position: absolute;
	right: -107px;
	bottom: -28px
}

.fancy-short-banner-seven .ios-button .icon {
	margin-right: 15px
}

.fancy-short-banner-seven .ios-button span {
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	display: block;
	margin-bottom: -11px;
	margin-top: -5px
}

.fancy-short-banner-seven .ios-button strong {
	font-weight: 500;
	font-size: 18px;
	display: block
}

.fancy-short-banner-seven .video-button span {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	padding-left: 14px;
	transition: all .3s ease
}

.fancy-short-banner-seven .screen-meta {
	position: relative;
	margin-top: 95px;
	z-index: 1
}

.fancy-short-banner-seven .screen-meta:before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #0f1123 0, rgba(15, 17, 35, .89) 24.08%, rgba(14, 16, 31, 0) 81.75%);
	top: -50px;
	left: 0;
	right: 0;
	bottom: -100px;
	z-index: 2
}

.fancy-short-banner-seven .shape-one {
	left: 15%;
	top: 36%;
	z-index: 3;
	animation: jumpTwo 3s infinite linear
}

.fancy-short-banner-seven .shape-two {
	right: 17%;
	top: 36%;
	z-index: 3;
	animation: jumpThree 3s infinite linear
}

.fancy-short-banner-seven .shape-three {
	left: 29%;
	bottom: -14%;
	z-index: 3;
	animation: jumpTwo 3s infinite linear
}

.fancy-short-banner-seven .shape-four {
	left: 10%;
	top: -7%;
	z-index: 3
}

.fancy-short-banner-seven .shape-five {
	right: -6%;
	bottom: -35%;
	z-index: 3
}

.fancy-short-banner-seven .js-tilt-glare-inner {
	background: 0 0;
	background-image: none!important
}

.theme-footer-six {
	background: url(../images/media/img_77.png) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin-top: 200px
}

.theme-footer-six .shape-one {
	left: 9%;
	bottom: -200px;
	animation: jumpThree 10s infinite linear
}

.theme-footer-six .inner-container {
	background: linear-gradient(180deg, #0f1123 0, rgba(15, 17, 35, .83) 48.7%, #0f1123 100%);
	padding: 100px 0 10px;
	position: relative;
	z-index: 5
}

.theme-footer-six .inner-container:before {
	content: '';
	position: absolute;
	width: 995px;
	height: 995px;
	border-radius: 50%;
	top: -94%;
	left: 24%;
	background: rgba(89, 156, 255, .12);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -1
}

.theme-footer-six .inner-container:after {
	content: '';
	position: absolute;
	width: 860px;
	height: 860px;
	border-radius: 50%;
	bottom: -153%;
	left: 18%;
	background: rgba(255, 4, 64, .15);
	filter: blur(300px);
	transform: rotate(150deg);
	z-index: -2
}

.theme-footer-six .inner-container [class*=col-] {
	margin-bottom: 40px
}

.theme-footer-six .title {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
	text-align: center
}

.theme-footer-six .social-icon li a {
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	transition: all .3s ease-in-out
}

.theme-footer-six .social-icon li a:hover {
	background: #ff2759;
	border-color: #ff2759;
	color: #fff
}

.theme-footer-six .email {
	color: rgba(255, 255, 255, .8)
}

.theme-footer-six .email:hover {
	text-decoration: underline
}

.theme-footer-six .copyright {
	text-align: center;
	font-size: 16px;
	padding: 45px 0 0
}





















	div.comparisontable{
    display: flex;
    flex-direction: column; /* turn children ul elements into stacked rows */
}


div.comparisontable ul.row{
    list-style: none;
    display: flex; /* turn children li elements into flex children */
    flex: 1;
    flex-wrap: wrap;
}

div.comparisontable ul.row li{
    background:#E8E8E8;
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid gray;
}

/* the legend column (first li within each row) */
div.comparisontable ul.row li.legend{
    background: #F5F5F5;
    color: black;
    border: none;
    width: 200px;
    border-bottom: 1px solid white;
}

/* very first row */
div.comparisontable ul.row:first-of-type li{
    text-align: center;
}

/* very last row */
div.comparisontable ul.row:last-of-type li{
    text-align: center;
    border-bottom: none;
    box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}


/* first and last cell within legend column */
div.comparisontable ul.row:first-of-type li.legend.legend,
div.comparisontable ul.row:last-of-type li.legend{
    background: transparent;
    box-shadow: none;
}
@media screen and (max-width:650px){

div.comparisontable ul.row{
    flex-direction: column;
}

div.comparisontable img{
    width: auto;
    height: auto;
}

div.comparisontable ul.row li{
    margin-right: 0;
    width: auto;
    flex: auto;
}

/* first and last cell within legend column */
div.comparisontable ul.row:first-of-type li.legend.legend,
div.comparisontable ul.row:last-of-type li.legend{
    display: none;
}

div.comparisontable ul.row li.legend{
    width: auto;
}
}

.bg-wrapper .testimonial_text
{
	text-align:justify;
}

.comparisontable .row .font1
{
	background-color:#F5F5F5;
	color:black;
}
.comparisontable .row .font_color
{
	background-color:#F5F5F5;
}
.comparisontable .row .font_color1
{
	font-size:25px;padding-top:25px;color:black;
	background-color:#F5F5F5;
}
.compare
{
	border-radius:50px;
}














.contact-clean
{
	margin-top:110px;
}
@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0
    }
}

.contact-clean form {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 40px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

@media (max-width:767px) {
    .contact-clean form {
        padding: 30px
    }
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px
}

.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    height: 42px
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
    resize: none
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important
}

.contact-clean form .btn:hover {
    opacity: 1
}

.contact-clean form .btn:active {
    transform: translateY(1px)
}

.contact-clean form .btn-primary {
    background-color: #000000;
    margin-top: 15px;
    color: #fff
}
.font_align .font-rubik
{
	text-align:justify;
	height: 190px;
}
.row .margin_bottom_remove
{
	margin-bottom:-30px;
	font-size:40px;
	color:black;
	font-family: gilroy-black;
}
.row .heading
{
	margin-top:70px;
}
.para_space
{
	margin-bottom:30px;
	text-align:left;
}
.para_space1
{
	margin-bottom:40px;
}
.footer_font .font_size
{
	font-size:13px;
}
.footer_font .font_size1
{
	font-size:16px;
}
.justify_right
{
	float:right;
}
.illustration-holder .illustration_img_feature
{
	border-radius:40px;
}
.month_year_margin
{
	margin-top:200px;
}

.container .top_border
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-radius:10px;
}
.info_circle_icon
{
	float:right;
	margin-top:10px;
	margin-right:15px;
}
.icon-wrapper1
{
	background-image:url(../image/customers.png);
	background-repeat:no-repeat;
	height:400px;
	width:1200px;
}
.testimonial_text b
{
	float:right;
}
.post-meta1
{
	height:345px;
}
.feature-blog-one .post-meta1 p
{
	text-align:center;
	margin-top:30px;
}
.post-meta1 span{
	margin-left:150px;
}
.post-meta1 h3
{
	font-size:28px;
}
.links_button
{
	background-color:#F2EEEF;
	color:black;
	border-radius:30px;
}
.post-meta2 h3
{
	margin-top:17px;
	font-size:28px;
}
.links_margin
{
	margin-top:20px;
}
/*.pricing_img_div
{
	background-color:#f9f2f8;
	border-radius:15px;
}
.font1
{
	font-size:13px;
}*/
.row .industries_banner_font
{
	color:#FFFFFF;
}

.contactHeading{
    text-align: center;
    padding:10px;
    margin-bottom: 5px;
}
      .g-recaptcha{
                 transform: scale(0.77);
                 -webkit-tranform:scale(0.77);
                 transform-origin: 0 0;
                 -webkit-transform-origin: 0 0
        }
/*add full-width input fields*/
.modal-fields{
    padding:20px;
}
.modal-fields input[type=text],
	input[type=password] {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 2px solid #ccc;
		box-sizing: border-box;
	}
	/* set a style for all buttons*/
	button {
		background-color:#2373d7;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		cursor: pointer;
		width: 100%;
	}
	/*set styles for the cancel button*/
	.cancelbtn {
		padding: 14px 20px;
		background-color:#e3922d;
	}
	/*float cancel and signup buttons and add an equal width*/
	.cancelbtn,
	.signupbtn {
		float: left;
		width: 50%
	}
	/*add padding to container elements*/
	.container {
		padding: 16px;
	}
	/*define the modal’s background*/

	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.4);
		padding-top: 60px;
	}
	/*define the modal-content background*/

	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto;
		border: 1px solid #888;
		width: 80%;
	}
	/*define the close button*/

	.close {
		position: absolute;
		right: 35px;
		top: 15px;
		color: #000;
		font-size: 40px;
		font-weight: bold;
	}
	/*define the close hover and focus effects*/

	.close:hover,
	.close:focus {
		color: red;
		cursor: pointer;
	}

	.clearfix::after {
		content: "";
		clear: both;
		display: table;
	}

	@media screen and (max-width: 300px) {
		.cancelbtn,
		.signupbtn {
			width: 100%;
		}
	}
    .g-recaptcha{
                    transform: scale(0.77);
                    -webkit-tranform:scale(0.77);
                    transform-origin: 0 0;
                    -webkit-transform-origin: 0 0
            }
.testi-img
{
    height:75px;
    width:215px;
}
.modal-header
{
    display:flex;
    justify-content: center;
}
