html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'poppins';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Poppins';
}

html {
	scroll-behavior: smooth;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main Style css Start */

/* Header Start */
.header {
	position: absolute;
	width: 100%;
	top: 30px;
	margin-bottom: 25px;
	z-index: 999999;
}

.logo h2 {
	color: #fff;
	font-family: 'poppins';
	font-size: 46px;
	font-weight: 700;
}

.menu {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .menu-bar ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.menu-bar ul li {
	padding-right: 30px;
}

.menu-bar ul li a {
	color: #fff;
	font-family: 'poppins';
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.menu-bar ul li .btn-red {
	background: #264653;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	border: none;
	margin-right: -15px;
}

.menu-bar ul li .btn-white {
	background: #fff;
	color: #002eb6;
	padding: 15px 30px;
	border-radius: 50px;
	border: none;
}

.menu-bar ul li .btn-white:hover {
	background: #000;
	color: #fff;
}
/* Header End */

/* Hero Banner Start */



#section-banner {
	background-image: url(../images/banner-main.png);
	background-size: cover;
	background-position: bottom;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 50px;
	margin-bottom: 30px;
	height: auto;
}

#section-banner {
	width: 100%;
	overflow: hidden;
}

#section-banner .banner {
	padding: 100px 0px;
}

#section-banner .banner .left-1 h1 {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	line-height: 66px;
}

#section-banner .banner .left-1 p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: normal;
	padding: 10px 0px;
}

#section-banner .banner .right-1 {
	text-align: center;
}

#section-banner .dwn-btn {
	margin-top: 15px;
}

#section-banner .dwn-btn img {
	width: 200px;
}

/* Hero Banner End */


/* Main Points Start */

.feature-eight-section {
	padding: 60px 0px;
}

.position-relative {
	position: relative!important;
}

.feature-eight-section .eight-section-title {
	max-width: 500px;
	position: relative;
}

.eight-section-title {
	margin: 0 auto;
}

.eight-section-title .eg-title-tag {
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}

.eight-section-title .eg-title-tag i:nth-child(1) {
	height: 5px;
	width: 5px;
	background-color: #4ce7f3;
}

.eight-section-title .square-shape {
	width: 40px;
	height: 35px;
	left: -52px;
	top: 0;
	position: absolute;
}

.eight-section-title .square-shape i:nth-child(1) {
	top: -8px;
	width: 5px;
	height: 5px;
	left: 20px;
	background-color: #4ce7f3;
}

.eight-section-title .square-shape i {
	height: 9px;
	width: 9px;
	position: absolute;
	top: 0;
	left: 0;
}

.eight-section-title .square-shape i:nth-child(2) {
	width: 10px;
	left: 28px;
	height: 10px;
	background-color: #4ce7f3;
}

.eight-section-title .square-shape i:nth-child(3) {
	height: 17px;
	width: 17px;
	background-color: #7c0dbe;
}

.eight-section-title .square-shape i:nth-child(4) {
	top: 10px;
	left: 10px;
	width: 12px;
	height: 12px;
	background-color: #ff00d6;
}

.eight-section-title h2 {
	font-size: 36px;
	font-weight: 700;
	padding: 15px 0px 12px;
	line-height: 1.306;
}

.eight-section-title h2 span {
	font-weight: 400;
}

.eight-section-title p {
	font-size: 17px;
	line-height: 1.647;
}

.pera-content p {
	margin-bottom: 0;
}

.feature-eight-section .eight-feature-content {
	padding-top: 70px;
}

.feature-eight-section .eight-feature-box {
	border-radius: 20px;
	padding: 40px 30px 53px;
	background-color: #e9ebf7;
	transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 {
	width: 98px;
	z-index: 1;
	height: 98px;
	margin: 0 auto;
	line-height: 98px;
	margin-bottom: 34px;
	border-radius: 25px;
	background-color: #ffffff;
	box-shadow: -0.707px 0.707px 10px 0px rgb(43 1 68 / 10%);
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
	animation: rotate 1.8s linear infinite;
	background: #33f1ff;
}

.feature-eight-section .eight-feature-box .feature-icon8:before, .feature-eight-section .eight-feature-box .feature-icon8:after {
	content: "";
	z-index: -2;
	border-radius: 30%;
	mix-blend-mode: multiply;
	height: 110px;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 110px;
	position: absolute;
	transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
	font-size: 50px;
	font-weight: 500;
}

.feature-eight-section .eight-feature-box .feature-icon8 i, .ei-service-icon-text .ei-service-icon i, .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
	display: block;
	background-image: linear-gradient(
173deg
, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 25px;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
	animation: rotate 1.2s linear reverse infinite;
	background: #e933ff;
}

.feature-eight-section .eight-feature-box .feature-icon8:before, .feature-eight-section .eight-feature-box .feature-icon8:after {
	content: "";
	z-index: -2;
	border-radius: 30%;
	mix-blend-mode: multiply;
	height: 110px;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 110px;
	position: absolute;
	transition: 0.3s all ease-in-out;
}

.feature-eight-section .ei-feature-shape {
	right: 0;
	top: 150px;
	z-index: -1;
	position: absolute;
}

.feature-text8.appeight-headline.pera-content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

/* Main Points End */

/* App Screenshot Start */
#screenshot {
    background: rgb(88, 124, 247);
    padding: 60px 0px;
    background: rgb(233,196,106);
    background: linear-gradient(
90deg
, rgba(233,196,106,1) 0%, rgba(38,70,83,1) 100%);
}

#screenshot h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.swiper-full-mobile {
	position: relative;
	margin: 50px auto;
	padding-bottom: 50px;
}

.swiper-full-mobile:before {
	content: "";
	width: 265px;
	background: url(http://md-aqil.github.io/images/Pixel-3-XL.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: -17px;
	top: 0px;
	height: 565px;
	z-index: 2;
	margin: auto;
}

.swiper-full-mobile .swiper-slide {
	height: 100%;
}

.swiper-full-mobile .swiper-slide img {
	width: auto;
	height: 530px;
	object-fit: cover;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
}

.swiper-slide.swiper-slide-active img {
	border-radius: 40px;
}

.step-section .step-text h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.step-section .step-text h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 5px 0px;
}

.step-section .step-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	margin-top: 8px;
	line-height: normal;
}
.step-row {
	margin-top: 35px;
}
/* App Screenshot End */


/* FAQ Css Start */
.faq {
	min-height: 1198px;
	margin: 0px;
	padding: 389px 0 0;
	position: relative;
}

.faq-main-wrapper {
	position: relative;
	z-index: 2;
}

.main-title {
	padding: 10px 0 30px;
	position: relative;
	font-size: 54px;
	font-family: 'Poppins';
	text-transform: capitalize;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.presentation-block__bg {
	width: 100%;
	height: 900px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/presentation-bg.png) 0 0/100% 100% no-repeat;
	z-index: -1;
	background-size: cover;
	right: 0;
}

.faq-main-wrapper h4 {
	color: #fff;
	font-size: 21px;
	font-family: 'poppins';
	font-weight: 300;
	max-width: 900px;
	margin: 0 auto;
	line-height: 33px;
	text-align: center;
}

.acco {
	padding: 0px 30px 30px 30px;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

#accordion {
	z-index: 999;
}

.card-header {
	height: 50px;
	display: flex;
	align-items: center;
	font-family: 'Poppins';
	margin-bottom: 0px !important;
	border-bottom: none;
	margin-top: 14px;
	cursor: pointer;
	border-radius: 5px !important;
}

.card {
	border: none;
}

.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f077";
	position: absolute;
	right: 22px;
	font-size: 16px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
	content: "\f078";
}

.accordion .card-header[aria-expanded="true"] {
	background-image: linear-gradient(#527BF7, #BD70F4);
}

.card-title {
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
}

.card-title img {
	width: 30px;
}

.card-title h4 {
	margin-left: 24px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.card-body p {
	font-size: 16px !important;
	font-family: 'Poppins';
	line-height: 24px;
}
/* FAQ Css End */

/* Testimonial Section Start */

.heading {
	text-align: center;
	color: #454343;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 70px;
	
	text-transform: uppercase;
	z-index: 999;
}

.white-heading {
	color: #ffffff;
}

.heading:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 40px;
	width: 180px;
	border-radius: 4px;
	transform: translateX(-50%);
	background: url(img/heading-line.png);
	background-repeat: no-repeat;
	background-position: center;
}

.white-heading:after {
	background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
	background-repeat: no-repeat;
	background-position: center;
}

.heading span {
	font-size: 18px;
	display: block;
	font-weight: 500;
}

.white-heading span {
	color: #ffffff;
}
/* Testimonial */


.testimonial {
	min-height: 375px;
	position: relative;
	background: rgb(233,196,106);
background: linear-gradient(90deg, rgba(233,196,106,1) 0%, rgba(38,70,83,1) 100%);
	padding: 60px 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: center;
	background-size: cover;
	margin-top: 40px;
}

#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
	overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	margin: 2px 3px;
	background-color: #9dd3af;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
	transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

.testimonial4_control_button .carousel-control.left {
	left: 7%;
	top: 50%;
	right: auto;
}

.testimonial4_control_button .carousel-control.right {
	right: 7%;
	top: 50%;
	left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}

.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}

.testimonial4_header h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}

.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 136px;
	height: 136px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	margin: 40px 0 20px 0;
	font-weight: 300;
}

.testimonial4_slide h4 {
	color: #ffffff;
	font-size: 22px;
}

.testimonial .carousel {
	padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
}

/* Testimonials Section End */

/* Download Section Start */

    
/* Download Css Start */
.download {
	background: #fff;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
	display: flex;
	align-items: center;
	display: -webkit-flex;
}

.text-area h2 {
	font-size: 48px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 700;
}

.text-area h4 {
	color: #fff;
	font-size: 18px;
	font-family: 'poppins';
	font-weight: 300;
	max-width: 900px;
	margin: 0 auto;
	line-height: 30px;
	text-align: justify;
	padding: 18px 0px;
}

.text-area img {
	max-width: 220px;
}

.image-area img {
	max-width: 100%;
}
/* Download Css End */

/* Download Section End */


/* Contact Form Css Start */
.contact {
	background: url('../images/download-image.jpg');
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	background-size: cover;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 70px 0px;
}

.right-contact h2 {
	font-size: 42px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 700;
}

.right-contact h4 {
	font-size: 18px;
	color: #848484;
	font-family: 'Poppins';
	line-height: 37px;
	margin-top: 10px;
}

.form-area {
	margin-top: 40px;
}

.input-boxes {
	margin-bottom: 20px;
}

input, textarea {
	font-family: 'Poppins';
}

.form-control {
	height: 46px;
	border: none;
}

.btn-red {
	background: #264653;
	color: #fff;
	padding: 15px 40px;
	border-radius: 50px;
	border: none;
}

.submit-btn {
	display: flex;
	justify-content: center;
}
/* Contact Form Css End */

/* Footer Css Start */
.footerbg {
	background: #264653 url(../images/dotfull.svg) no-repeat;
	background-position: left 10px;
	background-size: 140%;
	background-blend-mode: screen;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footerbg .content p {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	line-height: 30px;
	max-width: 400px;
}

.quik-links h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.quik-links ul.links {
	margin-top: 30px;
}

.quik-links ul.links li a {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
}

.content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.subscribe {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.subscribe .form-control.custom-field {
	border-radius: 50px 0px 0px 50px;
	border: none;
	outline: none;
}

.subscribe button.sends {
	background: #e9c46a;
	height: 58px;
	border: none;
	outline: none;
	width: 95px;
	border-radius: 0 50px 50px 0px;
	font-size: 30px;
	color: #fff;
}

.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	border-top: rgba(255,255,255,0.2) solid thin;
}

.copyright p {
	color: #fff;
	font-style: 16px;
}

.social-links {
	text-align: center;
}

.social-links ul {
	margin: 0px;
	padding: 0px;
}

.subscribe .form-control.custom-field {
	border-radius: 50px 0px 0px 50px;
	border: none;
	outline: none;
}

.form-control.custom-field {
	height: 58px;
	border-radius: 50px;
}

.social-links ul li {
	list-style: none;
	display: inline-block;
}

.social-links ul li a {
	background: #e9c46a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #264653;
	font-size: 20px;
	margin-right: 8px;
}


/* Footer Css End */
/* Main Style css end */

.quik-links ul.links li {
	width: 49%;
	padding-bottom: 20px;
}