/*
  Theme Name: Xconsulta - Business & Starup HTML5 Template
  Support: admin@gmail.com
  Description: Business  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,700,700i,800,800i,900,900i&display=swap');

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
	font-style: normal;
}

main {
	background: #071B1D;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: none;
	box-shadow: none;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: white;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}

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

h1 {
	font-size: 40px;
	font-weight: 900;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: white;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.col-lg-6 {
	position: relative;
}

/* button style */

.btn {
	-moz-user-select: none;
	background: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 0;
	padding: 15px 52px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}

.btn.menu {
	box-shadow: 3px 4px 25px 0px #5D0EB03D;
}

.btn:hover {
	color: #fff;
	background: linear-gradient(270deg, #71C200 0%, #07B9D1 100%);
}

.ml-auto {
	margin-left: auto;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* scrollUp */
#scrollUp {
	background: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 85px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}

#scrollUp:hover {
	background: linear-gradient(270deg, #71C200 0%, #07B9D1 100%);
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: 0;
}

/* header */

.header-top {
	padding-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #71C200;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #71C200;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 32px;
}

.navbar-light .navbar-toggler {
	color: white;
	border-color: transparent;
}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #072124;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0px 2px 13px 3px #00000026;
	padding: 15px 0;
}

.responsive {
	display: none;
}

#mobile-menu {
	display: block;
}

.second-header {
	border: none;
	padding-bottom: 50px;
	background: #f4f4fe;
	padding-top: 10px;
}

.second-menu {
	position: relative;
	z-index: 9;
	padding-top: 38px;
}

.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}

/* slider */
section#parallax::before {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: url(../img/shape/shape-bottom-slider.png) no-repeat center bottom;
	background-size: cover;
}

body .slider-bg2 {
	min-height: 949px;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

body .slider-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body .second-slider-content {
	text-align: center;
	padding-top: 313px;
	padding-bottom: 320px;
	z-index: 999;
	position: relative;
}

body .second-slider-content h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 61px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	color: white;
}

body .second-slider-content h2 {
	position: relative;
	font-size: 96px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 20px;
	background: linear-gradient(269.99deg, #07B9D1 40.02%, #71C200 66.88%);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 50px;
}

body .s-slider-content h2 {
	margin-bottom: 25px;
}

body .slider-shape {
	position: absolute !important;
	z-index: 9;
}

body .ss-one {
	top: 0px !important;
	right: 0px !important;
	width: 100%;
	height: 100% !important;
}

body .ss-two {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100% !important;
	z-index: -1;
}

/*  why */

body .dark-bg {
	background: #153A45;
	margin: -90px 24px 0 24px;
	border-radius: 64px;
	z-index: 1;
	position: relative;
}

body #start .section-title h2 {
	position: relative;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-style: italic;
	margin-bottom: 25px;
}

body #start .section-title h2 span {
	font-weight: 900;
}

body #start .section-title p {
	font-size: 20px;
	font-style: italic;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: right;
	padding-right: 35px;
}

body #start .section-title h2:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 28px;
	left: 45px;
	top: 0;
	background: url(../img/icon/quoteleft.png) no-repeat left;
}

body #start .section-title h2:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 28px;
	right: 45px;
	top: 0;
	background: url(../img/icon/quoteright.png) no-repeat right;
}


body section#why {
	position: relative;
}

body section#why::before {
	content: "";
	position: absolute;
	width: 450px;
	height: 871px;
	right: 0;
	top: 50%;
	bottom: 0;
	background: url(../img/bg/shapegreen.png) no-repeat;
}

body #why .section-title {
	background: url(../img/bg/bgwhy.png) no-repeat center;
	text-align: center;
	height: 100%;
	min-height: 335px;
	background-size: contain;
}

body #why .section-title h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-80%);
	font-size: 56px;
	font-weight: 700;
	line-height: 75px;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 0;
}

body #why .section-title h2 span {
	background: linear-gradient(270deg, #07B9D1 16.73%, #71C200 82.98%);
	-webkit-background-clip: text;
	color: transparent;

}

body #why .why-img img {
	margin: auto;
	display: block;
}

body #why .choose-content p {
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
}

body #why .choose-content p span {
	font-weight: 900;
}

/* pricing */

body #pricing {
	background-image: url(../img/bg/bg-pricing.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

body section#pricing::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1463px;
	left: 0;
	top: 0;
	background: url(../img/bg/shapebleu.png) no-repeat left top;
}

body #pricing .pricing-box {
	float: none;
	width: 100%;
	min-height: 606px;
	position: relative;
	border-radius: 64px;
	background: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	padding: 2px;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

/* Keyframes */
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.05, 1.05);
	}

	100% {
		transform: scale(1, 1);
	}
}

body #pricing .pricing-box-inner {
	background: #0F303C;
	border-radius: 64px;
	z-index: 1;
	position: relative;
	width: 100%;
	min-height: 606px;
	padding: 48px;
}

body #pricing .section-title p {
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

body #pricing .section-title h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 43px;
}

body #pricing .section-title h2 span {
	font-size: 48px;
	line-height: 57px;
	letter-spacing: 0.05em;
	background: linear-gradient(270deg, #07B9D1 13.87%, #71C200 100%);
	-webkit-background-clip: text;
	color: transparent;
}

body #pricing .pricing-head h4 {
	font-size: 48px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 61px;
	letter-spacing: 0.05em;
	padding-bottom: 13px;
	border-bottom: 2px solid #FFFFFF80;
}

body #pricing .pricing-body p {
	font-size: 36px;
	font-weight: 700;
	line-height: 61px;
	margin-bottom: 0;
}

body #pricing .pricing-body p span {
	font-size: 32px;
}

body #pricing .pricing-body .offer {
	font-size: 48px;
	font-weight: 700;
	line-height: 61px;
	background: linear-gradient(270deg, #07B9D1 13.87%, #71C200 100%);
	-webkit-background-clip: text;
	color: transparent;
}

body #pricing .pricing-body .offer span {
	font-size: 36px;
}

body #pricing .pricing-amount p {
	font-weight: 400;
	margin-bottom: 8px;
}

body #pricing .pricing-amount .price {
	position: relative;
	font-size: 64px;
	font-weight: 900;
	line-height: 61px;
}

body #pricing .pricing-amount .price>span {
	position: absolute;
	top: -5px;
	right: -35px;
	font-size: 48px;
	font-weight: 700;
}

body #pricing .pricing-amount .currency {
	font-size: 25px;
	font-weight: 500;
	position: relative;
}

body .pricing-btn .btn {
	font-size: 32px;
	text-transform: uppercase;
	width: 100%;
	padding: 20px 50px;
}

/* Timeline */

body #timeline .section-title h2 {
	font-size: 40px;
	font-style: italic;
	font-weight: 900;
	line-height: 48px;
	letter-spacing: 0.05em;
	background: linear-gradient(270deg, #07B9D1 5.57%, #71C200 93.46%);
	-webkit-background-clip: text;
	color: transparent;
}

body #timeline .tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

body #timeline .tab-button {
	position: relative;
	border-radius: 64px;
	background: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
}

body #timeline .tab-button>span {
	position: relative;
	background-color: #0F303C;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 64px;
}

body #timeline .tab-button.active,
body #timeline .tab-button:hover {
	color: white;
	font-weight: 700;
}

body .tab-content {
	display: none;
	background-color: #223748;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body .tab-content.active {
	display: block;
}

body #timeline .swiper-pagination {
	position: relative;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	width: 100%;
	margin-bottom: 65px;
}

body #timeline .swiper-pagination-bullet {
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #009490;
	border-radius: 64px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 1;
	background-color: #0F303C;
	background-clip: padding-box;
	border: 1px solid transparent;
}

body #timeline .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	opacity: 0;
	border-radius: inherit;
	background: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
}


body #timeline .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: white;
}

body #timeline .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
}

body #timeline .swiper-pagination-bullet:hover {
	color: white;
	font-weight: 700;
}

body #timeline .swiper-pagination-bullet:hover:before {
	opacity: 1;
}

#timeline .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

#timeline .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0px;
}

#timeline .swiper-slide {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 79px;
	padding: 0 25px;
}

#timeline .swiper-slide .content-swiper {
	flex: 50%;
}

#timeline .content-swiper h2.title {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.05em;
	padding-bottom: 16px;
}

/*#timeline .content-swiper h2.title::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, #07B9D1 9.23%, #71C200 100%);
}*/

#timeline .content-swiper .content-top .charging_bar {
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, #07B9D1 9.23%, #71C200 100%);
	animation-name: charging-bar;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: easeout;
}

@keyframes charging-bar {
	0% {
		width: 5px;
		background: linear-gradient(270deg, #07B9D1 9.23%, #71C200 100%);
	}

	100% {
		width: 100%;
		background: linear-gradient(270deg, #07B9D1 9.23%, #71C200 100%);
		;
	}
}

#timeline .content-swiper .title-container {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 96px;
	font-weight: 900;
	line-height: 115px;
	color: #009490;
	opacity: 0.2;
	z-index: -1;
}

#timeline .content-swiper .title-container.three,
#timeline .content-swiper .title-container.four,
#timeline .content-swiper .title-container.six {
	top: -15px;
}

#timeline .content-swiper .title-container.five {
	top: -7px;
}

#timeline .content-swiper .description {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.05em;
}

#timeline .content-swiper .subdescription,
#timeline .content-swiper .days {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

#timeline .content-swiper .subdescription img,
#timeline .content-swiper .days img {
	width: 25px;
	height: 25px;
}

#timeline .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Defi */

#screen {
	position: relative;
	overflow: hidden;
}

#screen .swiper-container {
	width: 100%;
	padding: 85px 0 80px 0;
}

#screen .section-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#screen .section-title h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: 0.01em;
}

#screen .section-title h3 {
	font-size: 32px;
	font-style: italic;
	font-weight: 900;
	line-height: 38px;
	margin-bottom: 0;
	letter-spacing: 0.01em;
	text-align: right;
	background: linear-gradient(270deg, #07B9D1 5.57%, #71C200 93.46%);
	-webkit-background-clip: text;
	color: transparent;
}

#screen .section-title .section-title-right p {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.01em;
	font-style: normal;
	text-align: right;
	color: white;
}

#screen .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 230px !important;
	height: auto !important;
}

#screen .swiper-slide img {
	opacity: 0.3;
}

#screen .swiper-slide-active img {
	position: relative;
	padding: 10px;
	border-radius: 22px;
	opacity: 1;
}

#screen .swiper-slide-active::before {
	content: "";
	position: absolute;
	width: 225px;
	height: 444px;
	top: 3px;
	left: 0;
	background: url(../img/bg/iphone-slider.png);
	background-repeat: no-repeat;
	z-index: 99;
}

#screen .swiper-slide-active::after {
	content: "";
	position: absolute;
	width: 285px;
	height: 504px;
	left: -32px;
	top: -25px;
	background: url(../img/bg/shadowphone.png);
	background-repeat: no-repeat;
	z-index: -1;
}

#screen .swiper-container-3d .swiper-slide-shadow-left,
#screen .swiper-container-3d .swiper-slide-shadow-right {
	background-image: none;
}

#screen .swiper-slide.swiper-slide-prev img,
#screen .swiper-slide.swiper-slide-next img {
	opacity: 0.6;
}

/* testimonial */

#testimonios {
	position: relative;
}

#testimonios .section-title h2 {
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.01em;
}

#testimonios .testimonial-active {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#testimonios .single-testimonial {
	background: #0F303C;
	border: 1px solid #0C6070;
	border-radius: 32px 32px 0px 32px;
	min-height: 244px;
	padding: 32px;
	position: relative;
}

#testimonios .single-testimonial:hover {
	transform: scale(1.1);
}

#testimonios .testimonial-author .ta {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

#testimonios .testi-author img {
	width: 32px;
	height: 32px;
}

#testimonios .ta-info {
	display: block;
}

#testimonios .ta-info h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}

#testimonios .ta-info span {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.01em;
	color: #71C200;
}

#testimonios .testi-author {
	position: absolute;
	bottom: 32px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

#testimonios .single-testimonial p {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-align: justify;
}

#testimonios .testimonial-avatar .ta {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

/* faq */

#faq .section-title h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: 0.01em;
}

#faq .faq-btn {
	color: #71C200;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0.01em;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px 24px;
	width: 100%;
	text-align: left;
	background: #0F303C;
	border-radius: 12px;
}

#faq .faq-btn.collapsed {
	color: white;
	font-weight: 400;
}

#faq .card .collapse.show {
	display: block;
}

#faq .faq-wrap {
	width: 100%;
}

#faq .faq-wrap .card-header:first-child {
	border-radius: 0;
}

#faq .faq-wrap .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: none;
}

#faq .faq-wrap .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: unset;
	padding: 15px 10px 5px 24px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-align: justify;
}

#faq .faq-wrap .card-body li {
	list-style: disc;
	margin-left: 25px;
}

#faq .faq-wrap .card {
	border: none;
	background-color: transparent;
	border-radius: 10px;
	margin-bottom: 16px;
}

#faq .faq-wrap .card:last-child {
	margin-bottom: 0;
}

#faq .faq-wrap .card-header h2 button::after {
	position: absolute;
	content: "\f077";
	top: 19px;
	right: 30px;
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: #71C200;
}

#faq .faq-wrap .card-header h2 button.collapsed::after {
	content: "\f078";
	color: white;
}

/* contact */

#contact {
	position: relative;
}

#contact::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/bg/shapeleft.png) no-repeat left bottom;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
}

#contact .section-title h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 67px;
	letter-spacing: 0.01em;
	text-align: left;
}

#contact .contact-img2 {
	margin-left: 0px;
}

#contact .contact-field {
	position: relative;
}

.contact-field textarea {
	border: 0;
	color: #FFFFFF99;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	height: 200px;
	width: 100%;
	transition: .3s;
	background: #f4f4fe;
	padding: 30px 40px;
}

.contact-field textarea::-moz-placeholder {
	color: #FFFFFF99;
	font-size: 12px;
}

.contact-field textarea::placeholder {
	color: #FFFFFF99;
	font-size: 12px;
}

.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #8990b0;
	font-size: 14px;
}

.contact-message.c-icon i {
	top: 30px;
	transform: unset;
}

.contact-field input::-moz-placeholder {
	color: #FFFFFF99;
	font-size: 12px;
}

.contact-field input::placeholder {
	color: #FFFFFF99;
	font-size: 12px;
}

.contact-name {
	position: relative;
}

.contact-field input {
	width: 100%;
	background: transparent;
	padding: 8px 45px;
	transition: .3s;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #FFFFFF99;
	border-bottom: 1px solid #FFFFFF99;
	border-top: none;
	border-left: none;
	border-right: none;
}

.contact-field input:active,
.contact-field input:focus,
.contact-field input:visited {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	border-image-slice: 1;
}

.contact-field textarea:active,
.contact-field textarea:focus,
.contact-field textarea:visited {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	border-image-slice: 1;
}

.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: 300;
	left: 15px;
	color: #FFFFFFCC;
	top: 8px;
}

.contact-field.c-name::after {
	content: url(../img/icon/user.svg);
}

.contact-field.c-email::after {
	content: url(../img/icon/smscontact.svg);
}

.contact-field.c-telephone::after {
	content: url(../img/icon/callcontact.svg);
}

.contact-field.c-sector::after {
	content: url(../img/icon/colorfilter.svg);
}

.contact-field.c-message::after {
	content: url(../img/icon/message.svg);
	font-weight: 300;
	top: 12px;
	bottom: unset;
}

.contact-field textarea {
	width: 100%;
	border: none;
	background: transparent;
	padding: 8px 45px;
	transition: .3s;
	height: 100px;
	border-bottom: 1px solid #FFFFFF99;
	border-top: none;
	border-left: none;
	border-right: none;
}

.contact-btn.btn {
	float: right;
}

img.img-contact {
	animation: vibrationUp 0.3s infinite;
}

@keyframes vibrationUp {
	0% {
		transform: translate(0, 0);
	}

	0% {
		transform: translate(1px, -1px);
	}

	50% {
		transform: translate(-2px, -2px);
	}

	100% {
		transform: translate(0, 0);
	}
}

/* 20. footer */

footer {
	overflow: hidden;
}

img.shape-footer {
	opacity: 0.6;
}

.footer-bg {
	background: linear-gradient(270deg, #071B1D 0%, #072124 100%);
	margin-top: -5px;
}

footer .footer-top {
	position: relative;
	z-index: 1;
}

footer .footer-top .footer-content {
	padding-bottom: 47px;
}

footer .footer-top .footer-text {
	max-width: 321px;
	text-align: justify;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

footer .footer-top .footer-text h6 {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 19px;
}

.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #ff3494;
}

.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}

.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin-right: 20px;
}

.footer-social a {
	font-size: 15px;
	color: #009490;
	margin-right: 16px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: transparent;
	text-align: center;
	line-height: 40px;
	border: 1px solid #009490;
	box-shadow: 3px 4px 15px 0px #00000026;
	border-radius: 50%;
}

.f-widget-title h5 {
	font-size: 19px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position: relative;
}

.f-widget-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(270deg, #07B9D1 0%, #71C200 100%);
	border-image-slice: 1;
}

.footer-link ul li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	text-align: left;

}

.footer-link ul li a:hover {
	padding-left: 5px;
	color: #71C200;
}

.footer-link ul li {
	margin-bottom: 10px;
}

.footer-link ul li:last-child {
	margin-bottom: 0;
}

.copyright-text {
	border-top: 2px solid #FFFFFF3B;
	padding: 16px 0;
}

.copyright-text p {
	margin-bottom: 0;
	color: #FFFFFF99;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.copyright-text a.link-pixi {
	color: white;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}

.copyright-text a.link-pixi:hover {
	color: #71C200;
}

.f-contact li {
	float: left;
	margin-bottom: 25px !important;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
}

.f-contact i {
	font-weight: 300;
	color: white !important;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding-right: 10px;
}

.f-contact .fa-phone:before {
	content: url(../img/icon/call.png);
}

.f-contact span {
	color: #fff;
	width: 77%;
}

.f-contact .phone-number a {
	text-decoration: underline;
}

footer .footer-widget .footer-link.last {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
}

footer .footer-widget .footer-link.last .f-qr-code p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	margin-top: 13px;
}

.contact-icon {
	position: relative;
}

.footer-social i {
	text-align: center;
	color: #009490 !important;
	padding-right: 0;
	font-size: 18px;
	line-height: 18px;
}

.footer-social a:hover {
	color: #71C200;
	border: 1px solid #71C200;
	transform: scale(1.1);
}

.footer-social a:hover i {
	color: #71C200 !important;
}

/* smoke */

.smoke-wrap {
	position: absolute;
	right: 0;
	transform: translateX(-30%);
	bottom: 60px;
	opacity: 0.7;
}

.smoke,
.smoke2 {
	filter: blur(5px);
	transform-origin: 50% 50%;
}

.smoke {
	animation: smoke1 3s linear infinite;
	animation-delay: 0.5s;
}

.smoke2 {
	animation: smoke2 3s linear infinite;
	animation-delay: 1.5s;
}

@keyframes smoke2 {
	0% {
		filter: blur(0px);
		transform: translateY(0px) scale(1);
		opacity: 0;
	}

	25% {
		filter: blur(3px);
		transform: translateY(-10px) scale(1.05);
		opacity: 0.5;
	}

	50% {
		filter: blur(5px);
		transform: translateY(-20px) scale(1.1);
		opacity: 1;
	}

	75% {
		filter: blur(5px);
		transform: translateY(-30px) scale(1.15);
		opacity: 0.5;
	}

	100% {
		filter: blur(7px);
		transform: translateY(-40px) scale(1.2);
		opacity: 0;
	}
}

.rocket-wrap.mobile {
	display: none;
}

.rocket-wrap {
	position: absolute;
	bottom: -310px;
	right: 200px;
	animation: fade-in-to-upper-right 2.5s ease-in-out forwards;
}

@keyframes fade-in-to-upper-right {
	0% {
		opacity: 0.5;
		transform: translate(0, 0) scale(0);
	}

	100% {
		opacity: 1;
		transform: translate(0px, -350px) scale(1);
		bottom: -310px;
	}
}

/* stars*/

.star-field {
	position: absolute;
	width: 100vw;
	height: 120vh;
}

.star {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	transition: transform 0.1s ease;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #6ba7aa;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

/* ModalMail */

#successModal .modal-content {
	background: #EFF9FA;
	border-radius: 64px;
	box-shadow: 1px 0px 21px -1px #00000026;
}

.modal-header {
	border-bottom: none;
	padding: 42px 54px 0px;
}

#successModal .modal-body {
	padding: 0 65px 70px;
}

#successModal .modal-body h5 {
	font-size: 48px;
	font-weight: 700;
	line-height: 57px;
	color: #15484F;
	text-align: center;
	margin-top: 40px;
}

#successModal .modal-body p {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	color: #15484F;
	text-align: center;
}

#successModal .modal-dialog {
	max-width: 780px;
}

#successModal img {
	display: block;
	object-fit: cover;
	margin: auto;
}

.contact-field input:invalid {
	border-color: #FF4545;
}

.contact-field .error-message {
	display: none;
	color: #FF4545;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.contact-field.error input {
	border-bottom: 1px solid #FF4545;
}

/* recaptcha */
.grecaptcha-badge {
	z-index: 1;
}