@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
	background: #fff
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width:3px;
 background-color: #ccc;
}
body::-webkit-scrollbar-thumb {
 background-color: #110f33;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.clear {
	clear: both;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header & slider */

.header-slider-main-wrap {
	background: #161616;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 88%, 0 0);
	height: 130vh;
	position: relative
}
.header-slider-main-wrap:before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../images/border.svg) no-repeat top;
	position: absolute;
	top: 0;
	opacity: 0.7;
	background-size: 70%;
}
.header-main-wrap {
	padding: 30px 0;
}
.header-main-wrap .container-fluid {
	padding: 0 45px;
}
.header-main-wrap .navigation-header {
}
.header-main-wrap .navigation-header ul {
	list-style: none;
	padding: 9px 0;
}
.header-main-wrap .navigation-header ul li {
	display: inline-block;
	margin-right: 45px
}
.header-main-wrap .navigation-header ul li a {
	font-size: 14px;
	color: #FAFAFA;
	text-decoration: none;
	font-size: 16px;
}
.logo-wrap {
	text-align: center;
}
.login-signup-btn {
	text-align: right;
	padding: 15px 0;
}
.login-signup-btn a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.login-signup-btn .signup-btn {
	background: #fff;
	border-radius: 6px;
	padding: 12px 35px;
	text-decoration: none;
	font-size: 14px;
	color: #011037;
	margin-left: 30px;
}
.login-signup-btn .signup-btn:hover {
	background: #4bb17e;
	color: #fff
}
.hero-area-wrap {
	padding-top: 30px;
	position: relative;
	z-index: 111
}
.hero-area-wrap h1 {
	font-size: 85px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 78px;
}
.hero-area-wrap p {
	text-align: center;
	font-size: 16px;
	color: #FAFAFA;
	font-weight: 300;
	line-height: 24px;
	padding: 30px 150px
}
/* CSS header & slider */

/* CSS cotent */

.content-main-wrap {
	position: relative
}
.content-main-wrap:before {
	content: "";
	position: absolute;
	background: url(../images/lines.svg) no-repeat top;
	width: 509px;
	height: 958px;
	background-size: 100%;
	margin: 0 auto;
	left: 0;
	right: -40%;
	top: 5%;
}
.mobile-screen-wrap {
	margin-top: -280px;
	position: relative;
	z-index: 111;
	position: relative
}
.mobile-screen-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../images/circle.svg) no-repeat top;
	background-size: 100%;
	width: 170px;
	height: 380px;
	top: 401px;
}
.mobile-screen-wrap ul {
	list-style: none;
	text-align: center;
}
.mobile-screen-wrap ul:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background: url(../images/arrow.svg) no-repeat top;
	background-size: 100%;
	top: 38%;
	right: 22px;
}
.mobile-screen-wrap ul li {
	display: inline-block;
	width: 30%;
	margin: 0 auto;
}
.mobile-screen-wrap ul li:nth-child(2) {
	position: relative;
	top: -130px;
}
.mobile-screen-wrap ul li:nth-child(3) {
	position: relative;
	top: -230px;
}
.button-app-wrap {
	text-align: center;
	margin-bottom: 150px;
	margin-top: 100px;
}
.button-app-wrap a {
	margin: 0 15px;
	text-decoration: none;
}
.button-app-wrap img {
	box-shadow: 0px 34px 82px 0 #9f9f9f;
	border-radius: 10px;
}
.button-app-wrap a:hover img {
	box-shadow: none;
}
.mobiel-left-right-sections {
}
.mobiel-left-right-sections .section-top-mobile-wrap {
}
.section-top-mobile-wrap ul {
	list-style: none;
}
.section-top-mobile-wrap ul li {
	padding-bottom: 90px;
}
.section-top-mobile-wrap .mobile-image-wrap {
	z-index: 11111
}
.section-top-mobile-wrap .mobile-image-wrap:before {
	content: "";
	background: #388D63;
	height: 354px;
	position: absolute;
	width: 800px;
	left: -300px;
	bottom: 65px;
	border-radius: 10px;
}
.section-top-mobile-wrap ul li:nth-child(2) .mobile-image-wrap:before {
	left: auto;
	right: -300px
}
.section-top-mobile-wrap ul li:nth-child(2) .mobile-image-wrap {
	text-align: center;
}
.section-top-mobile-wrap ul li:nth-child(2) .mobile-text-wrap {
	margin-top: 110px;
}
.section-top-mobile-wrap ul li:nth-child(4) .mobile-image-wrap:before {
	left: auto;
	right: -300px
}
.section-top-mobile-wrap ul li:nth-child(4) .mobile-image-wrap {
	text-align: center;
}
.section-top-mobile-wrap ul li:nth-child(4) .mobile-text-wrap {
	margin-top: 110px;
}
.section-top-mobile-wrap .mobile-image-wrap img {
	position: relative;
	z-index: 111;
}
.mobile-text-wrap {
	margin-top: 30px;
}
.mobile-text-wrap h2 {
	font-size: 43px;
	color: #000F37;
	font-weight: 600;
	margin-bottom: 25px;
}
.mobile-text-wrap p {
	font-size: 18px;
	color: #575757;
	padding-bottom: 45px;
}
.mobile-left-btn {
}
.mobile-left-btn a {
	color: #000F37;
	border: 1px solid #000F37;
	padding: 14px 35px;
	text-decoration: none;
	font-weight: 500;
	border-radius: 4px
}
.mobile-left-btn a:hover {
	background: #000F37;
	color: #fff;
	box-shadow: 0px 34px 42px 0 #ccc;
}
.client-testimonial-wrap {
	padding-bottom: 60px;
	position: relative;
}
.client-testimonial-wrap:before {
	content: "";
	position: absolute;
	background: url(../images/test-line.svg) no-repeat top;
	width: 509px;
	height: 1197px;
	background-size: 100%;
	margin: 0 auto;
	left: 0;
	right: -67%;
	top: -17%;
}
.client-testimonial-wrap h3 {
	font-size: 85px;
	color: #313131;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px
}
.listing-main-testimonial {
}
.listing-main-testimonial ul {
	list-style: none;
}
.listing-main-testimonial ul li {
}
.listing-main-testimonial ul li .listing-testimonial-wrap {
	background: #FAFAFA;
	padding: 35px;
	border: 1px solid #E7EBEE;
	border-radius: 10px;
	margin-bottom: 35px;
}
.listing-main-testimonial ul li .listing-testimonial-wrap p {
	line-height: 24px;
	color: #5F7285;
	font-style: italic;
	padding-bottom: 30px;
}
.carousel-control.left {
	background: none;
	width: 10%
}
.carousel-control.right {
	background: none;
	width: 10%
}
.listing-user-wrap {
}
.listing-user-wrap .listing-user-image {
	width: 50px;
	height: 50px;
	background-size: cover;
	float: left;
}
.listing-text-wrap {
	float: left;
	width: 85%;
	padding-left: 17px;
	margin-top: 10px;
}
.listing-text-wrap h5 {
	font-size: 14px;
	color: #1B263D;
	font-weight: bold;
}
.listing-text-wrap span {
	display: block;
	color: #9C9EA3;
	font-size: 13px;
}
.client-main-wraper {
	padding: 60px 0;
	position: relative
}
.client-main-wraper:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 130px;
	height: 269px;
	left: 0;
	background: url(../images/test-circle.svg) no-repeat top;
	background-size: 100%;
	top: -95px;
}
.client-main-wraper h3 {
	font-size: 85px;
	color: #313131;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.client-main-wraper p {
	font-size: 16px;
	padding: 0 200px;
	text-align: center;
	color: #575757
}
.client-main-wraper ul {
	list-style: none;
	margin-top: 30px;
}
.client-logo img {
	width: 300px;
}
.faq-main-wraper {
	padding: 0 0 60px 0;
}
.faq-main-wraper h2 {
	font-size: 85px;
	color: #313131;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	box-shadow: none;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 25px;
	text-decoration: none;
	border: 1px solid #E7EBEE;
	background: #FAFAFA;
	border-radius: 6px
}
.more-less {
	color: #212121;
	font-size: 32px;
	position: relative;
	top: 5px;
	margin-right: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
.panel-default > .panel-heading {
	margin-bottom: 25px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
/* ----- v CAN BE DELETED v ----- */

.download-app-wraper {
}
.download-app-wraper .download-text-wrap {
	padding-right: 72px;
}
.download-app-wraper .download-text-wrap h4 {
	font-size: 85px;
	color: #313131;
	font-weight: bold;
}
.download-app-wraper .download-text-wrap h4 span {
	color: #388D63
}
.download-app-wraper .download-text-wrap p {
	font-size: 16px;
	color: #575757;
	padding: 40px 0;
}
.bottom-mobile-image {
	width: 672px;
	right: 7px;
	position: relative;
}
.download-app-wraper .container-fluid {
	padding-left: 191px;
}
.download-app-btn {
}
.download-app-btn a {
	text-decoration: none;
	box-shadow: 0px 34px 82px 0 #9f9f9f;
	border-radius: 10px;
	margin-right: 30px
}
.subscribe-btn-wrap {
	padding: 40px 0;
	background: #388D63;
	position: relative;
}
.subscribe-btn-wrap:before {
	background: url(../images/subscribe-cricle.svg) no-repeat top;
	width: 213px;
	height: 106px;
	content: "";
	position: absolute;
	right: 100px;
	background-size: 100%;
	bottom: 0;
}
.subscribe-btn-wrap .text-subscribe-wrap h3 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 25px
}
.subscribe-btn-wrap .text-subscribe-wrap p {
	font-size: 16px;
	color: #fff;
	padding-right: 55px;
	line-height: 26px
}
.subscribe-btn-wrap .btn-subscribe-wrap {
	text-align: center;
	margin-top: 55px
}
.subscribe-btn-wrap .btn-subscribe-wrap a {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 16px 55px;
	border-radius: 6px;
}
/* CSS content */

/* CSS footer */



.footer-wraper {
	padding: 60px 140px
}
.container-fluid {
}
.footer-logo-detail-wrap p {
	padding: 25px 0;
	font-size: 13px;
	line-height: 22px
}
.footer-logo-detail-wrap .footer-form-wrap {
	position: relative;
}
.footer-logo-detail-wrap .form-control {
	height: 40px;
	box-shadow: none;
	border: 1px solid #E7EBEE;
	background: #FAFAFA;
	width: 70%;
	float: left;
	font-size: 11px;
}
.footer-logo-detail-wrap button {
	position: absolute;
	right: -10px;
	font-size: 13px;
	border-radius: 6px;
	float: left;
	width: 30%;
	height: 40px;
	border: none;
	background: none;
	color: #011037;
	border: 1px solid #011037;
}
.footer-nav-wrap {
	margin-left: 30px;
	margin-top: 10px;
}
.footer-nav-wrap h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 25px;
}
.footer-nav-wrap ul {
	list-style: none;
}
.footer-nav-wrap ul li {
	padding-bottom: 10px;
	color: #575757;
	font-size: 14px
}
.footer-nav-wrap ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #575757
}
.copyright-wrap {
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 30px 0;
	background: #000000
}

/* CSS footer */
