@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: normal;
	font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
}

a {
	text-decoration: none !important;
}

p {
	font-size: 16px;
}

img{
    max-width: 100%;
    display: block;
}

p.header-offer {
	color: #000;
	padding: 7px;
	margin: 0;
	background: #005aff;
}

.header-top {
	position: relative;
}

p.header-offer a {
	font-weight: 600;
	color: #ffffff;
}

.brand-log img {
	width: 120px;
}

.header-main {
	padding: 20px 0;
}

.brand-log {
	width: 240px;
	padding: 8px;
}

.banner-title h1 {
	font-size: 70px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.banner-title h3 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}

.sec-btn a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	background: #714bdf;
	color: #fff;
	padding: 15px 50px;
	display: inline-block;
	transition: 0.5s all;
	border: 2px solid transparent;
}

.new-btn {
	background: #36c377;
	color: #ffffff;
}

.new-btn:hover {
	color: #ffffff !important;
}

.sec-btn a:hover {
	background: #36c377;
	color: #fff;
}

.px-4.py-7.rounded.hover-translate {
	padding: 20px;
	background: #714bdf;
	color: #fff;
	line-height: 1.8;
	border-radius: 0 !important;
}

.px-4.py-7.rounded.hover-translate svg {
	filter: brightness(0) invert(1)
}

a.border-btn {
	background: #36c377;
	display: inline-block;
	transition: 0.5s all;
	color: #fff;
}

a.border-btn:hover {
	background: #714bdf;
}

.banner-title p {
	font-size: 18px;
	color: #343434;
	line-height: 1.8;
}

.beaget-sec .sec-title h2 {
	font-size: 40px;
	font-weight: 600;
	color: #9d66ff;
	width: 70%;
	margin: 0 auto;
}

.beaget-sec p {
	color: #000;
}

.beaget-sec .lest-sec ul li {
	background: #000;
	color: #fff;
	margin: 20px 20px;
	background: linear-gradient(270deg, rgb(104 80 255) 0%, rgb(141 95 255) 53%, rgb(174 109 255) 100%);
	border-bottom: 3px solid #8747da;
	border-left: 2px solid #814ccd;
}

.lest-sec ul {
	padding: 0;
	margin: 0 auto;
}

.lest-sec ul li {
	font-weight: 500;
	list-style: none;
	display: inline-block;
	margin: 8px 20px 8px 0;
	background: #e4dfff;
	padding: 8px 20px;
	line-height: 29px;
	border-radius: 50px;
	border-bottom: 3px solid #0000002b;
	border-left: 2px solid #0000002b;
}

.main-sec {
	background: url(../images/banner.jpg)no-repeat;
	background-position: left;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
}

.banner-title {}

.api-box {
	padding: 25px;
	background: #714bdf;
}

.right-box {
	background: linear-gradient(314deg, rgb(161 146 241 / 64%) 0%, rgb(86 63 216) 100%);
	height: 73%;
}

.api-title h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 800;

	text-transform: uppercase;


}

.api-title p {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	margin-top: 20px;
	line-height: 1.8;
}

.beaget-sec .api-icon {
	align-items: center;
	display: flex;
	width: 80px;
	border-radius: 50px;
	height: 80px;
	margin-right: 25px;
	background: #fff0;
	justify-content: center;
	margin: 0 auto;

}

.api-icon svg {
	fill: #00b768;
	width: auto;
	height: 33px;
}

.left-box {
	position: relative;
	background: rgb(50, 50, 50);
	background: linear-gradient(314deg, rgb(161 146 241 / 64%) 0%, rgb(86 63 216) 100%);
	height: 73%;


}

.lest-sec ul li i {
	font-size: 22px;
}

p.padding-right {
	padding-right: 10%;
}

.price-table {
	padding: 20px;
	background: #333;
}

.price-table .sec-btn a {
	background: #36c377;
	color: #fff;
}

.price-table .sec-btn a:hover {
	background: transparent;
	border: 2px solid #36c377;
	color: #36c377;
}

.price-list p {
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	padding: 10px;
	color: #fff;
	border: 2px solid #fff;
}

.price-list p i {
	color: #9d66ff;
	font-weight: 700;
	font-size: 16px;
	display: none;
}

.price-name,
.plane-title {
	color: #fff;
}

.price-list {
	color: #f5f5f5;
}

.price-name h2 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
}

.price-name span {
	font-size: 29px;
	font-weight: 200;
	color: #3e3e3e;
}

details {
	background: #000000;
	padding: 30px;
	border-radius: 8px;
	color: #fff;
}

details>summary {
	position: relative;
	list-style: none;
}

details>summary::-webkit-details-marker {
	display: none;
}

.accordion-toggle::after,
.accordion-toggle::before {
	content: "";
	width: var(--wp--custom--accordion-toggle-icon--width, 1em);
	height: 2px;
	display: inline-block !important;
	background: currentcolor;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	transition: all 0.2s ease, opacity 1s ease-in-out;
}

.accordion-toggle {
	bottom: 30%;
	position: relative;
	height: 0.1em;
	width: 2em;
	left: 75%;
}

.accordion-toggle::after {
	transform: rotate(90deg);
}

span.accordion-toggle {
	position: absolute;
	top: 0;
	left: 96%;
}

.accordion-toggle::after,
.accordion-toggle::before {
	content: "";
	width: var(--wp--custom--accordion-toggle-icon--width, 1em);
	height: 2px;
	display: inline-block !important;
	background: currentcolor;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	transition: var(--wp--custom--transition, opacity 1s ease-in-out);
}

.is-style-accordion details[open] summary span::after {
	opacity: 0;
}


.contact-sevice {
	background: #000000;
	padding: 60px;
	border-radius: 50px;
	color: #fff;
	background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(222 211 241 / 82%) 53%, rgb(181 152 233) 100%);
}

.color-2 {
	background: var(--color-2-shade);
}

.color-2 svg {
	fill: var(--color-2);
}

.color-3 {
	background: var(--color-3-shade);
}

.color-3 svg {
	fill: var(--color-3);
}

.color-4 {
	background: var(--color-4-shade);
}

.color-4 svg {
	fill: var(--color-4);
}


.color-5 {
	background: var(--color-5-shade);
}

.color-5 svg {
	fill: var(--color-5);
}


.color-6 {
	background: var(--color-6-shade);
}

.color-6 svg {
	fill: var(--color-6);
}


@media screen and (max-width: 768px) {
	.left-box {
		position: relative;
		right: 0px;
	}

	.brand-log img {
		width: auto;
		height: 37px;
	}

	.main-sec {
		background-position: left;
	}

	header {
		background: #343434;
	}

	.banner-title {
		text-align: center;

	}

	.beg-text {
		width: 100%;
	}

	.beaget-sec .sec-title h2 {
		width: 100%;
	}

	.sec-content {
		text-align: center;
	}
}

footer {
	background: #191919;
	padding: 100px 0 0;
}

.menu-links ul li {
	list-style: none;
	margin: 15px 0;
}

.menu-links ul {
	padding: 0;
}

.menu-links ul li a {
	font-size: 16px;
	color: #ebebeb;
	transition: 0.5s all;
}

.menu-links ul li a:hover {
	color: #36c377;
}


.footer-content h4 {
	font-size: 25px;
	margin-bottom: 30px;
	color: #ebebeb;
}

.contact-info-dec {
	margin-bottom: 20px;
}

.contact-info-dec h3 {
	font-size: 16px;
	color: #ebebeb;
	margin-bottom: 10px;
	width: fit-content;
	padding-bottom: 5px;
	border-bottom: 2px solid #ebebeb;
}

.contact-info-dec a {
	font-size: 16px;
	color: #fff;
	transition: 0.5s all;
}

.contact-info-dec a:hover {
	color: #36c377;
}

.entry-content ul li {
	font-size: 16px;
}

.beaget-sec {
	background: #e4dfff;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
}

.secton-three .lest-sec ul li {
	display: block;
	margin: 10px 0;
}

.secton-three .lest-sec ul {
	padding: 0;
	margin: ;
	margin: initial;
}

header {
	position: relative;
	z-index: 999;
	background: white;
}

.sec-title h2 {

	color: #714bdf;

	text-transform: uppercase;

	font-weight: 800;

	font-size: 3rem;

	margin-bottom: 50px;
}

.shapes {}

section.sec-content {
	overflow: hidden;
	position: relative;
}

.shapes .shape1 {
	position: absolute;
	bottom: -70px;
	right: -50px;
	z-index: -1;
}

.beg-text {
	width: 70%;
	margin: 0 auto;
	color: #000;
}

.app-box {
	background: #fff;
}

.app-box:hover {
	background: #232323;
	transition: all 0.5s ease;
}

.app-box h2 {
	font-size: 30px;
	color: #9d66ff;
}

.app-box p {
	font-size: 16px;
	color: #9d66ff;
}

.secton-three {
	background: url(../images/banner2.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
}

.sec-box {
	background: #ddd;
	height: 250px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
	background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(222 211 241 / 82%) 53%, rgb(181 152 233) 100%);
}

.price-sec {
	background: #ffffff;
}

.plane-title h2 {

	color: #fff;

	font-size: 33px;

	text-transform: uppercase;
}

.inner-head {
	background: #fff;
}

.contact-shape-1 {
	position: absolute;
	bottom: 4px;
	left: 0;
	animation: leftright 3s linear forwards infinite alternate;
}

.contact-shape-2 {
	position: absolute;
	bottom: 45px;
	left: 0;
	animation: leftright 5s linear forwards infinite alternate;
}

.contact-shape-3 {
	position: absolute;
	bottom: 4px;
	left: 125px;
}

.contact-shape-4 {
	position: absolute;
	bottom: 4px;
	left: 165px;
}

.contact-shape-5 {
	position: absolute;
	bottom: -7px;
	right: 10.5%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.contact-shape-5 {
		right: 1.5%;
	}
}

.contact-shape-6 {
	position: absolute;
	bottom: 185px;
	right: 350px;
	animation: hero-shape-anim-2 1s linear forwards infinite alternate;
}

.contact-main-shape-bg {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.contact-main-shape-bg img {
	width: 100%;
}

.contact-content p {

	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.contact-content p br {
		display: none;
	}
}

@media (max-width: 767px) {
	.n1-btn {
		display: none;
	}
}

.block-b {
	position: relative;
}

.contact-title {
	color: var(--tp-common-11);

	font-size: 50px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.contact-title {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.contact-info {
		padding-right: 0;
	}
}

.contact-mail {
	background: #f5f5f5;
	border-radius: 6px;
	font-size: 16px;
	display: block;
	position: relative;
	padding: 20px 30px 18px 30px;
	color: #000;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.contact-mail {
		padding: 20px 15px 18px 15px;
	}
}

.contact-mail:hover i svg {
	color: var(--tp-common-white);
}

.contact-mail span {
	display: inline-block;
	transform: translateY(-1px);
	margin-right: 10px;
}

.contact-mail i {
	text-align: right;
	height: 34px;
	width: 34px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #E7E8EB;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	-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;
}

@media (max-width: 767px) {
	.contact-mail i {
		right: 15px;
	}
}

.contact-mail i svg {
	color: #0E1331;
	-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;
}

.contact-social {
	border-radius: 6px;
	background: var(--tp-common-white);
	display: inline-block;
}

.contact-social a {
	display: inline-block;
	color: #55585B;
	padding: 8px 26.5px;
	position: relative;
}

.contact-social a::before {
	position: absolute;
	content: "";
	right: -6px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #E7E8EB;
}

.contact-social a:last-child::before {
	display: none;
}

.contact-social a:hover {
	color: var(--tp-theme-primary);
}

.contact-social a i {
	font-size: 15px;
}

.contact-bg {
	padding: 50px 0;
}

.contact-form {
	background: var(--tp-common-white);
	box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.1);
	border-radius: 20px;
	padding: 60px 70px 70px 70px;
	margin-bottom: -130px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact-form {
		padding: 60px 30px 70px 30px;
	}
}

@media (max-width: 767px) {
	.contact-form {
		margin-bottom: 50px;
		padding: 60px 20px 70px 20px;
	}
}

.contact-form-title {

	font-weight: 600;
	font-size: 26px;
	color: var(--tp-common-11);
	margin-bottom: 35px;
}

.contact-form-input input,
.contact-form-input textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E7E8EB;
	box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
	border-radius: 6px;
	height: 54px;
	padding: 5px 22px;
	margin-bottom: 25px;
}

.contact-form-input input::placeholder,
.contact-form-input textarea::placeholder {

	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #84848B;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
	border-color: var(--tp-theme-primary);
}

.contact-form-input input:focus::placeholder,
.contact-form-input textarea:focus::placeholder {
	font-size: 0;
}

.contact-form-input textarea {
	height: 180px;
	resize: none;
	padding: 22px 22px;
	margin-bottom: 14px;
}

.contact-form-check .form-check-input {
	height: 16px;
	width: 16px;
	border: 1px solid #DADADF;
	border-radius: 2px;
	margin-top: 0;
	margin-right: 9px;
	flex: 0 0 auto;
}

.contact-form-check .form-check-input[type=checkbox] {
	border-radius: 0;
}

.contact-form-check .form-check-input:checked {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.contact-form-check .form-check-input:focus {
	border-color: var(--tp-theme-primary);
	outline: 0;
	box-shadow: none;
}

.contact-form-check .contact-form-label {

	font-size: 14px;
	color: #84848B;
	cursor: pointer;
}

.contact-form-btn .tp-btn {
	padding: 14px 46px;
}

.contact-info h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 14px 0;

}

.breadcrumb-area {
	background: #eee;
	padding: 60px 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumb__content-2 .breadcrumb__list span a {
	color: #000;
}

.breadcrumb__content-2 .breadcrumb__list span a:hover {
	color: #888;
}

.breadcrumb__title {
	color: #714bdf;
	font-weight: 800;
	font-size: 56px;
	line-height: normal;
}

.breadcrumb__list span {

	font-weight: 500;
	font-size: 16px;
	color: #68686F;
}

.breadcrumb__content p {
	border-bottom: 1px solid #ddd;
}

.breadcrumb__list .dvdr::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(1px);
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #000;
}

.breadcrumb__content-2 .breadcrumb__list span {
	color: #714bdf;
}

.breadcrumb__list .dvdr {
	position: relative;
	margin-right: 10px;
	margin-left: 4px;
}

.shape-2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


section.position-relative {
	padding: 100px 0;
}

.prod_total {
	width: 100%;
	padding: 10px 15px;
	float: right;
	margin-top: 15px;
}

.prod_total_top {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 14px;
	padding: 0 0 6px;
	color: #ffffff;
	font: 18px/20px "MyriadProSemibold";
}

.prod_total {
	width: 100%;
	padding: 10px 15px;
	float: right;
	margin-top: 15px;
}

.prod_total {
	display: flex;
	justify-content: space-between;
}

.prod_bx {
	margin-right: 30px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.prod_total h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.prod_total h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}

.del-btn {
	position: absolute;
	width: 15px;
	top: 46%;
	transform: translateY(-50%);
	right: 10px;
	cursor: pointer;
}

.del-btn img {
	max-width: 100%;
}

.prod_total {
	padding: 15px;
	background-color: #555555;
	position: relative;
	margin: 0;
	border-top: 0;
	border-bottom: 1px solid #fff;
}

.total_sec h2 {
	font-weight: 400;
	text-align: right;
	font-size: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
}

.prod_total.prod_totaltop {
	background: #714bdf;
	color: #fff;
	padding-top: 10px;
}

.login-bg {
	background: url(../images/log-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-dashboard {
	padding: 30px;
	background: #fff;
	box-shadow: 0px 2px 48px #0000000d;
	position: relative;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.login-bg h3.form-title {
	color: #000000;
	font-weight: 800;
	margin: 15px 0;
}

.site-logo img {
	width: auto;
	height: 50px;
	margin: auto;
}

.back-home {
	width: 40px;
	height: 40px;
	background: #000;
	position: absolute;
	top: 5px;
	right: 6px;
	z-index: 11;
	border-radius: 50px;
	padding: 8px;
}

.back-home img {
	filter: invert(1);
}

.login-form {
	margin: 10px 0 0 0;
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px;
	padding-left: 40px;
	border-radius: 10px;
}

.login-form.password {
	background: url(../images/password.png);
	background-size: 15px;
	background-position: 2% center;
	background-repeat: no-repeat;
}

.login-form.user {
	background: url(../images/user.png);
	background-size: 15px;
	background-position: 2% center;
	background-repeat: no-repeat;
}

.login-bg .sec-btn input {
	color: #fff;
	font-size: 15px;
	padding: 14px 45px;
	background: #714bdf;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.5s all;
}

.login-bg .sec-btn input:hover {
	background-color: #191919;
}

.val-sec .phone-validate h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

#c-code {
	min-height: 60px;
}

.val-sec .sec-btn button {
	color: #fff;
	font-size: 15px;
	padding: 14px 45px;
	background: #714bdf;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	width: 100%;
	transition: 0.5s all;
	margin-top: 20px;
}

.val-sec .sec-btn button:hover {
	background-color: #191919;
}

.phn-val-result-sec {
	display: none;
}

.val-result {
	margin-top: 20px;
}

.intl-tel-input {
	position: relative;
	display: inline-block;
	width: 100%;
}

.val-sec .dropdown-toggle {
	border: 0;
	background-color: transparent;
}

.val-sec .dropdown .dropdown-menu {
	padding: 10px;
}

.frm-btn {
	color: #fff;
	font-size: 15px;
	padding: 14px 45px;
	background: #714bdf;
	border: 0;

	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.5s all;
}

.error_handler_overlay {
	display: none;
}

.btn-grup.sec-btn {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media (max-width:768px) {

	.btn-grup.sec-btn {
		justify-content: center;
	}
}

a.cart i {
	margin-right: 10px;
}

a.cart {
	background-color: #36c377;
}

a.cart:hover {
	background-color: #714bdf;
}

.block-b {
	padding-right: 30px;
}

.block-b h2 {
	font-size: 45px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.block-b p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.new_card {
	padding: 20px;
	box-shadow: 0 0 10px #0003;
	min-height: 300px;
	height: 100%;
	transition: 0.5s all;
	background: #fff;
}

.new_card h3 {
	font-size: 26px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 700;
}

.new_card p {
	font-size: 15px;
	color: #303030;
	line-height: 1.8;
	margin: 0;
}

.lead {
	margin-top: 20px;
	line-height: 1.8;
}

footer p {
	color: #ebebeb;
	line-height: 1.8;
	margin: 0;
}

.footer-logo {
	width: 250px;
	/* filter: brightness(0) invert(1); */
}

.fb-copyright {
	text-align: center;
	padding-bottom: 15px;
}

.fb-copyright a {
	color: #36c377;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: #fff;
	border: 0;
	opacity: .25;
}

.trms-sec {
	padding: 100px 0;
}

.trms-sec h1,
.trms-sec h2 {
	margin: 25px 0;
}

.trms-sec p {
	line-height: 1.8;
}

.trms-sec ul {
	padding: 0;
	list-style: none;
}

.trms-sec li {
	margin: 10px 0;
}

.contact-area {
	padding: 100px 0;
}

.contact-content h4 {
	margin-bottom: 20px;
}

.thankyou_sec {
	padding: 100px 0;
}

.srvc-hd{
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}

.srvc-icon{
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
}

.srvc-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.contact{
    padding: 100px 0;
}

.contact h2{
    margin-bottom: 30px;
}

.contact .form-control{
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 0;
}

.contact .form-control:focus{
    box-shadow: none;
}

.primary-btn{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    background: #714bdf;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    transition: 0.5s all;
    border: 2px solid transparent;
}

#cookiePopup {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #714bdf;
	padding: 15px;
	/* display: flex; */
	flex-wrap: wrap;
	z-index: 999999;
	gap: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: none;
}

#cookiePopup h4 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

#cookiePopup p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	max-width: 850px;
}

#cookiePopup p a {
	color: #fff;
	text-decoration: underline;
}

.cookieBtns {
	display: inline-flex;
	gap: 10px;
}

.cookieBtns button {
	font-size: 15px;
	margin: 10px 0;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #714bdf;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.cookieBtns button:last-child {
	background-color: #fff;
	color: #714bdf;
}