/* main css */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --grey: #f7f6f4;
  --white-rgb: 255, 255, 255;
  --black-rgb: 21, 21, 21;
  --color1: #0136fe;
  --color2: #4D4D4F;
  --color3: #ffe926;
  --color4: #FF7DD3;
  --color5: #1d3557;
  --transition: all 0.3s ease-in-out;
  --shadow: 0px 4px 25px 0px #0000000f;
}

html, body {
	overflow-x: hidden;
}
body {
	background-color: var(--white);
    font-family: "Lexend", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Fraunces", serif;*/
    font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	color: var(--black);
}

.bg-overlay {
	position: relative;
}
.bg-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.8
}
.bg-overlay.theme-overlay:before {
	background-color: var(--color5);
}
.bg-overlay.white-overlay:before {
	background-color: #fff;
}
.bg-overlay.black-overlay:before {
	background-color: #000;
}
.bg-overlay .container {
	position: relative;
	z-index: 1;
}

.text-justify { text-align: justify; }

.bg-1 { background-color: var(--color1); }
.bg-2 { background-color: var(--color2); }
.bg-3 { background-color: var(--color3); }
.bg-4 { background-color: var(--color4); }
.bg-5 { background-color: var(--color5); }
.bg-grey { background-color: var(--grey); }

.gradient-text {
    background: linear-gradient(to right, var(--color1), var(--color4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* header */
header { 
	position: relative;
}
.topbar {  }
.topbar .item {
	display: flex;
	align-items: center;
	column-gap: 10px;
    color: var(--white);
}
.topbar .item i {
    text-align: center;
	font-size: 14px;
}
.topbar .item span {
	display: block;
}
.topbar .item a {
	font-size: 16px;
	color: var(--white);
	text-decoration: none;
}
.topbar .social {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 0px;
    padding: 5px 25px;
}
.social li {
	display: block;
	color: var(--white);
}
.social li a {
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(var(--white-rgb), .2);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}
.social li img {
	width: 16px;
	filter: brightness(0) invert(1);
}
.social li a:hover {
	background-color: var(--white);
}
.social li a:hover img {
	filter: none;
}

.navbar {
	position: relative;
	z-index: 10;
	background-color: var(--grey);
	border-bottom: 1px solid rgba(var(--black-rgb), .1);
	/*backdrop-filter: blur(5px);*/
	/* box-shadow: 0 10px 10px rgba(0,0,0,0.2); */
}
.navbar-brand {
	font-size: 36px;
	font-weight: bold;
	color: var(--white);
	padding: 0;
	outline:none;
}
.navbar-brand img { 
	height: 20px; 
}
.nav-item {
	position: relative;
	padding: 0 10px;
}
.nav-link {
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	padding: 30px;
}
.nav-item:hover .nav-link {
	color: var(--color1);
}
.navbar-toggler { border:none;}
.navbar-toggler:focus { box-shadow:none;}
/* .navbar-toggler-icon { filter: brightness(0) invert(1);} */
.nav-item.dropdown li:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.dropdown-item {
	padding: 10px 20px;
	transition: var(--transition);
}
.dropdown-item:hover {
	color: var(--color1);
	background-color: var(--white);
	padding-left: 25px;
}
.dropdown-toggle::after {
	content: '\f107';
	font-family:"FontAwesome";
	border: none;
	vertical-align: bottom;
}
.nav-item.dropdown .dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 300px;
	border: 1px solid #eaecf0;
	border-radius: 0;
	box-shadow: var(--shadow);
	background-color: var(--white);
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
}
.nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.nav-item.dropdown:hover .dropdown-menu li a {
	position: relative;
}
/*********************/
/* slider */
.owl-slide .item {
	position: relative;
}
.owl-slide .item::before {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.owl-slide .item img {
	width: 100%;
	height: calc(100vh - 45px);
	object-fit: cover;
}
.owl-slide .item .desc {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	max-width: 650px;
	padding-left: 60px;
}
.owl-slide .item .desc h1 {
	font-size: 48px;
	font-weight: 900;
	color: var(--white);
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	text-transform: uppercase;
	margin-bottom: 0;
}
.owl-slide .owl-item.active h1,
.owl-slide .owl-item.active .btn1 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.5s;
}
.owl-slide .owl-item.active .btn1 {
	animation-name: fadeInUp;
}
.owl-slide .owl-nav {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.owl-slide .owl-nav > div {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	border: 2px solid var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 0.6;
	transition: var(--transition);
}
.owl-slide .owl-nav > div:hover{ 
	background-color: var(--color1);
	border-color: var(--color1);
	opacity: 1;
}
.owl-slide .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap:10px;
}
/*********************/
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top: 30px;
}
.owl-carousel .owl-dots > div {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: var(--black);
}
.owl-carousel .owl-dots > div.active {
	background-color: var(--color2);
	outline: 1px solid var(--color2);
	outline-offset: 5px;
}
/*********************/
.btn1 {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: var(--white);
	padding:5px 15px;
	transition: all .5s ease-in-out;
	border-radius: 50px;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	border: none;
	background: var(--color1);
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1;
	overflow: hidden;
}
.btn1:before {
	content: "";
	height: 500px;
	width: 500px;
	background:  var(--black);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}
.btn1:hover {
	color: var(--white);
}
.btn1:hover:before {
	transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn2{
	background: var(--white);
	color: var(--black);
}
.btn2:hover{
	color: var(--white);
}
/*********************/
.heading {
    position: relative;
    z-index: 1;
}
.heading span {
    font-size: 11px;
    color: var(--color2);
}
.heading h2 {
    text-transform: capitalize;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 0;
    position: relative;
}
/*********************/
.welcome {
	position: relative;
}
.welcome img {
	height: 80px;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

/*********************/
.custom2 .item {
	display: flex;
	gap:15px;
	color: var(--white);
	margin: 15px 0;
	background-color: rgba(255,255,255,0.1);
	padding: 30px;
}
.custom2 .item .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	color: var(--color1);
	flex-shrink: 0;
	border-radius: 50%;
	font-size: 30px;
}
.custom2 .item h4 {
	color: var(--white);
}
.custom2 .item p {
	color: var(--white);
	font-size: 14px;
	margin: 0;
}
/* home services */
.services .item {
	display: block;
	position: relative;
	background: var(--grey);
	padding: 30px;
	border-radius: 10px;
}
.services .item span {
	display: inline-block;
	font-size: 10px;
	line-height: 1.4em;
	padding: 3px 8px;
	border-radius: 12px;
	background-color: var(--color3);
	margin-bottom: 10px;
}
.services .item h4 {
	font-size: 18px;
	color: var(--black);
}
.services .item img {
	width: auto;
	height: 80px;
	margin: 15px auto;
}
.services .item p {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--color2);
}
/*********************/
/* casestudy */
.casestudy .item {
	position: relative;
	background: var(--white);
	padding: 25px;
	border-radius: 20px;
}
.casestudy .item figure {
	border-radius: 10px;
	overflow: hidden;
}
.casestudy .item figure img {
	width: 100%;
	transition: var(--transition);
}
.casestudy .item:hover figure img {
	transform: scale(1.1);
}
.casestudy .item .star {
	color: var(--color1);
	font-size: 12px;
}
.casestudy .item h4 {
	color: var(--black);
	font-size: 18px;
}
.casestudy .item p {
	color: var(--color2);
	font-size: 12px;
	line-height: 1.4em;
}
.feature {
	display: flex;
	justify-content: space-between;
}
.feature .list-item:nth-child(2) {
	padding: 0 9%;
	border-left: 1px solid rgba(var(--black-rgb), .1);
	border-right: 1px solid rgba(var(--black-rgb), .1);
}
.feature h5 {
	color: var(--black);
	font-size: 18px;
}
.feature span {
	display: inline-block;
	font-size: 10px;
	line-height: 1.4em;
	padding: 3px 8px;
	border-radius: 12px;
	background-color: var(--grey);
	margin-bottom: 10px;
}
/*********************/
.cta {
	border-radius: 15px;
}
.included .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1px;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--color2);
	background-color: rgba(var(--black-rgb), .1);
}
.included .wrap.four {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.included .item {
	background-color: var(--white);
	padding: 30px;
}
.included .item img {
	height: 40px;
	margin-bottom: 10px;
}
.included .item h4 {
	font-size: 18px;
	color: var(--black);
}
/*********************/
/* testimonials */
.testimonials .item {
	position: relative;
	background-color: var(--white);
	padding: 20px;
	border-radius: 15px;
}
.testimonials .item p {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--color2);
}
.testimonials .item img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.testimonials .item .thumb {
	display: flex;
	gap:8px;
}
.testimonials .item .thumb figure {
	margin: 0;
}
.testimonials .item .thumb h6 {
	color: var(--black);
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
}
.testimonials .item .thumb span {
	display: block;
	color: var(--color2);
	font-size: 10px;
	line-height: 1em;
}
.testimonials .item .star {
	background-color: var(--grey);
	display: flex;
	gap: 5px;
	padding: 0 7px;
	font-size: 10px;
	align-items: center;
	border-radius: 20px;
}
.testimonials .item .star i {
	font-size: 7px;
}
/*********************/
/* gallery */
.gallery {}
.gallery .item {
	display: block;
	position: relative;
	outline: 2px solid #fff;
	outline-offset: -10px;
}
.gallery .item:after {
	font-family:'FontAwesome';
	font-size: 30px;
	color: #fff;
	position: absolute;
	text-align: center;
	content: '\f055';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: 1s;
}
.gallery .item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transform: scale(0);
	transition: 0.5s;
}
.gallery .item:hover:after {
	transform: scale(1);
}
.gallery .item:hover:before {
	transform: scale(1);
}
/*********************/
/* form */
.enquiry_wrap {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.form1 {
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.form1 h4 {
	text-align: center;
	color: var(--black);
	font-size: 21px;
	margin-bottom: 15px;
}
.form1 .form-control {
	border-radius: 20px;
	margin-bottom: 10px;
	appearance: auto;
	font-size: 13px;
}

.wrap-input-8 .input {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #F2F3F5;
  border: 1px solid #ddd; 
  padding: 7px 14px 9px; 
  transition: 0.4s;
}
.wrap-input-8 .input:focus {
  outline: none;
}
.wrap-input-8 {
  position: relative;
  margin-bottom: 10px;
}
.wrap-input-8 .input ~ .focus-border:before,
.wrap-input-8 .input ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color2);
  transition: 0.3s;
}
.wrap-input-8 .input ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.wrap-input-8 .input ~ .focus-border i:before,
.wrap-input-8 .input ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: var(--color2);
  transition: 0.4s;
}
.wrap-input-8 .input ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.wrap-input-8 .input:focus ~ .focus-border:before,
.wrap-input-8 .input:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.wrap-input-8 .input:focus ~ .focus-border i:before,
.wrap-input-8 .input:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
/*********************/
/* whyus */
.whyus .item {
	background-color: var(--white);
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.whyus .item .desc {
	padding: 20px;
}
.whyus .item img {
	width: 100%;
	transition: var(--transition);
}
.whyus .item span {
	display: inline-block;
	font-size: 10px;
	line-height: 1.4em;
	padding: 3px 8px;
	border-radius: 12px;
	background-color: var(--color3);
	margin-bottom: 10px;
}
.whyus .item h4 {
	font-size: 18px;
	color: var(--black);
}
.whyus .item p {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--color2);
}
.whyus .item:hover img {
	transform: scale(1.1);
}

/*********************/
.category .heading {
	width: 60%;
	margin: 0 auto;
}
.category .customMarquee {
	position: relative;
}
.category .customMarquee::before,
.category .customMarquee::after {
	content: '';
	inset: 0;
	position: absolute;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	width: 30%;
}
.category .customMarquee::after {
	transform: rotate(180deg);
	left: auto;
}
.category .marquee-item {
	font-size: 12px;
	padding: 3px 15px;
	border: 1px solid var(--color2);
	border-radius: 30px;
}
/*********************/

/* footer */
footer {}
footer h4 {
	color: inherit;
	font-size: 20px;
}
footer h6 {
	color: inherit;
}
footer p {
	font-size: 12px;
	font-weight: 200;
	line-height: 1.4em;
}
footer .btn1 {
	font-size: 10px;
}
.footer-widget1 {
	position: relative;
	height: 100%;
}
.footer-widget1::before {
	display: block;
	content: '';
	position: absolute;
	left: 115%;
	top: 0;
	height: 100%;
	border-right: 1px solid rgba(var(--white-rgb), .1);
}
footer .links {
	padding: 0;
	margin: 0;
}
footer .links li {
	display: block;
}
footer .links li a {
	display: block;
	color: var(--white);
	font-size: 12px;
	font-weight: 200;
}
.footer-bottom {
	border-top: 1px solid rgba(var(--white-rgb), .1);
	padding-bottom:100px !important;
}
.footer-contact li {
	position: relative;
	display: flex;
	justify-content: start;
	color: var(--white);
	font-size: 16px;
	margin-bottom: 15px;
}
.footer-contact li a {
	color: var(--white);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer-contact li i {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 10px 10px 10px 0;
	background: var(--color1);
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--white);
}
.footer-social {
	display: flex;
	gap: 15px;
}
.footer-social li {
	list-style: none;
}
.footer-social li a {
	display: block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 10px 10px 10px 0;
	background: var(--white);
	color: var(--color2);
	transition: 0.3s;
}
.footer-social li a img {
	height: 20px;
	transition: 0.3s;
}
.footer-social li a:hover {
	background: var(--color2);
}
.footer-social li a:hover img {
	filter: brightness(0) invert(1);
}

.call-fixed {
  position: fixed;
  box-shadow: 0px 0px 10px #e0e0e0;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.call-fixed a {
  display: block;
  margin: 10px 0;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--color2);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  /* content: ""; */
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--color1);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--black);
  color: var(--white);
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: var(--black);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 10;
}
.scrollToTop.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/************************/
#google_translate_element select {
    display:inline-block;
    width:auto;
    height:initial;
    padding:5px;
    color:#111;
    background-position: right 10px center;
    border-radius:3px;
    border:1px solid #ddd;
}
.goog-te-gadget { font-size: 0 !important;}
#google_translate_element span { display:none;}

.socialfix {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 5px;
	display: flex;
	gap: 6px;
	flex-direction: column;
	background-color: rgba(var(--white-rgb), .5);
	border: 1px solid var(--white);
	border-radius: 0 8px 8px 0;
	z-index: 1;
}
.socialfix li {
	display: block;
}
.socialfix img {
	height: 28px;
}
/**************/
.whatsappfix {
  position: fixed;
  left: 50px;
  bottom: 90px;
  z-index: 1
}
.whatsappfix .video-btn > span {
  background-color: rgba(37, 211, 102,1);
}

.video-btn {
  text-align: initial;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-style: italic;
  padding: 6px 0 6px 4.125rem;
  font-weight: 600;
}
.video-btn > span {
  position: absolute;
  left: 0;
  text-align: center;
  height: 3.6875rem;
  width: 3.6875rem;
  line-height: 3.6875rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  top: 0;
}
.video-btn:hover, 
.video-btn:focus {color: #fff;}

/*=== Pulse Animation ===*/
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: pluse 2s linear infinite;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: pluse 2s linear infinite;
  animation: pluse 2s linear infinite;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}
.spinner:after {
  -webkit-animation: pluse 2s linear 2.3s infinite;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: pluse 2s linear 2.3s infinite;
  animation: pluse 2s linear 2.3s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
/************************/
/* --- Marquee Styles --- */
.customMarquee {
	overflow: hidden;
	white-space: nowrap;
}
.marqueeInner {
	display: inline-flex;
	align-items: center;
	will-change: transform;
}
.marquee-item {
	display: inline-flex;
	margin-right: 12px;
	white-space: nowrap;
	/* transition: transform 0.3s, background 0.3s; */
}
.marquee-item img {
	width: 180px;
	border-radius: 10px;
}
/********************/
.logos .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 60px;
	background-color: var(--white);
}
.logos .item img {
	max-width: 170px;
	max-height: 60px;
}
/********************/
.perfect p {
	font-size: 10px;
	line-height: 1.4em;
	color: var(--color2);
}
.perfect .circle {
	position: relative;
	display: flex;
	width: 220px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	margin: auto;
	box-shadow: 0 0 100px #ff59244d;
}
.perfect .circle img {
	width: 50%;
}
.perfect .circle::before,
.perfect .circle::after {
	content: '\f164';
	font-family: fontawesome;
	position: absolute;
	right: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--white);
	margin: 30px;
	color: green;
}
.perfect .circle::after {
	transform: rotate(180deg);
	left:100%;
	right: auto;
	color: red;
}
/********************/
.process .imgbox {
	position: relative;
}
.process .imgbox img {
	border: 8px solid var(--white);
	border-radius: 20px;
}
.process .imgbox .btns {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.process .item {
	background-color: var(--white);
	padding: 15px 20px;
	margin: 10px 0;
	border-radius: 15px;
}
.process .item span {
	display: inline-block;
	font-size: 10px;
	line-height: 1.4em;
	padding: 3px 8px;
	border-radius: 12px;
	background-color: var(--color3);
	margin-bottom: 5px;
}
.process .item img {
	height: 40px;
	margin-bottom: 10px;
}
.process .item p {
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 0;
}
/********************/
#faqs {
}
.accordion-item {
	border: none;
	border-radius: 0 !important;
	border-top: 1px solid rgba(var(--black-rgb), .1);
	border-bottom: 1px solid rgba(var(--black-rgb), .1);
}
.accordion-button:focus { box-shadow: none;}
.accordion-item:not(:first-of-type) {
	/* border-top: 1px solid rgba(var(--black-rgb), .1); */
}
.accordion-button:not(.collapsed) {
	background-color: inherit;
	color: inherit;
	box-shadow: none;
}
.accordion-button {
	font-size: 14px;
	padding: 12px 0;
}
.accordion-body {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--color2);
	padding: 0 0 12px 0;
}

.fixcta {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
}
.fixcta .wrap {
    background-color: var(--black);
    border-radius:25px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.fixcta .wrap h4 {
    color: var(--white) !important;
}

.wtfix {
    position:fixed;
    bottom:100px;
    left:10px;
    z-index:10;
    width:40px;
    height:40px;
    border-radius:50%;
    background-color:#25D366;
    color:var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*********************
Responsive CSS
*********************/
@media only screen and (max-width: 480px) {
	.heading h2 { font-size: 28px;}
	.heading p, .welcome p { font-size: 13px;}
	.welcome img { height:45px;}
	.included .wrap,
	.included .wrap.four { grid-template-columns:1fr;}
	.included .item { padding: 20px 0;}
	.included .item h4 { font-size: 16px;}
	.logos .item { width: 150px;}
	.category .heading { width:100%;}
	.perfect .circle { margin:50px auto 70px;}
	.perfect .circle::before { right:auto; bottom:100%;}
	.perfect .circle::after { left:auto; top:100%;}
	.fixcta .wrap h4 { font-size:14px;}
}
