@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

/* fallback */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

a {
	outline: none !important;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'ml-ttgopikabold';
	src: url('../fonts/mlgp0btt-webfont.woff2') format('woff2'), url('../fonts/mlgp0btt-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ml-ttindulekhaheavybold';
	src: url('../fonts/mlih0btt-webfont.woff2') format('woff2'), url('../fonts/mlih0btt-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ml-ttindulekhanormal';
	src: url('../fonts/mlin0ntt-webfont.woff2') format('woff2'), url('../fonts/mlin0ntt-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

a:hover,
a:active {
	text-decoration: none;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/ajax-loader.gif) center no-repeat #fff;
}

body {
	font-family: 'Poppins', sans-serif;
	background: rgba(4, 97, 143, 1);
	background: -moz-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 97, 143, 1)), color-stop(100%, rgba(247, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04618f', endColorstr='#f700ff', GradientType=1);
}

.btn-primary {
	background: rgba(4, 97, 143, 1);
	background: -moz-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 97, 143, 1)), color-stop(100%, rgba(247, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04618f', endColorstr='#f700ff', GradientType=1);
	border: 0;
}

.btn-contact-top {
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: linear;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	border: 0;
}

.btn-contact-top:hover,
.btn-contact-top:focus {
	background-color: #F401FD;
}

.btn-contact-top i {
	color: #fff;
	position: relative;
	top: 5px;
}

header {
	padding: 20px 0;
	color;
	#fff;
}

header ul li {
	margin-left: 20px;
}

header a {
	color;
	#fff !important;
}

header p {
	color;
	#fff !important;
}

a.logo {
	color: #fff;
	font-size: 35px;
	font-family: 'ml-ttindulekhaheavybold';
}

.logo {
	max-width: 100px;
}

.banner {
	background: url('../img/banner-dots.svg') no-repeat center center fixed;
	padding-top: 20px;
}

.banner h1 {
	font-family: 'ml-ttindulekhaheavybold';
	color: #fff;
	font-size: 85px;
}

.banner h4 {
	font-family: 'ml-ttindulekhanormal';
	color: #fff;
	font-size: 35px;
	max-width: 767px;
	width: 100%;
	margin: 0 auto;
}

.btn-download {
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	border: solid 3px #fff;
	padding: 15px 30px;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	border-radius: 100px;
	margin-top: 60px;
	min-width: 300px;
	margin-bottom: 60px;
}

.btn-download-now-top li a:hover,
.btn-download-now-top li a:focus {
	background: url('../img/btn-bg-hover.jpg') center;
	background-repeat: repeat;
	background-repeat: repeat-x;
}

.btn-download img {
	display: inline-block;
	max-width: 30px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.btn-download:hover,
.btn-download:focus {
	opacity: 1;
	color: #fff;
}

.con-section {
	background: #fff;
}

.section-1 {
	background: url('../img/dots-bg.svg') #fff no-repeat top;
	background-size: 70%;
}

.con-section p {
	font-family: 'ml-ttindulekhanormal';
	font-size: 24px;
}

.section-1 .mobile {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: -90px;
	left: 0;
	right: 0;
}

.section-1 .village {
	margin-top: -400px;
}

.man-think,
.man-help {
	max-width: 767px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

p.des {
	margin: 100px 0;
}

.title-2 {
	font-family: 'ml-ttindulekhaheavybold';
	font-size: 65px;
	margin: 100px 0;
	color: #24559E;
}

.title-2 .highlight {
	color: #F707FF;
}

.section-2 {
	padding-bottom: 100px;
	background: #fff url('../img/banner-dots.svg') no-repeat bottom;
}

.section-2 .title-2 {
	color: #fff;
}

.section-2 .card {
	transition-property: box-shadow;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	cursor: pointer;
	border-radius: 30px;
	background: #fff url('../img/card-corner.svg') no-repeat right top;
	background-size: 15%;
	padding: 30px;
	margin-top: 60px;
}

.section-2 .card .title,
.modal-title {
	font-family: 'ml-ttgopikabold';
	font-size: 25px;
}

.btn-download-now-footer {
	display: block !important;
	align-items: inherit !important;
	justify-content: inherit !important;
}

.btn-download-now-footer .list-inline-item {
	display: block;
}

.section-2 .card .desc {
	font-size: 15px;
	color: #333;
	width: 100%;
	overflow: hidden;
	min-height: 80px;
	max-height: 80px;
}

.section-2 .card:hover {
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-webkit-box-shadow: -3px -5px 99px -17px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px -5px 99px -17px rgba(0, 0, 0, 0.75);
	box-shadow: -3px -5px 99px -17px rgba(0, 0, 0, 0.75);
	background: #fff url('../img/card-corner-2.svg') no-repeat right top;
	background-size: 15%;
}

.section-3 {
	background: #fff url('../img/banner-dots.svg') no-repeat bottom;
}

.section-3 .title-a {
	font-family: 'ml-ttindulekhaheavybold';
	font-size: 115px;
	color: #F707FF;
	font-style: italic;
}

.section-3 .title-b {
	font-family: 'ml-ttindulekhaheavybold';
	font-size: 55px;
	color: #24559E;
	font-style: italic;
}

.section-3 .title-c {
	font-family: 'ml-ttindulekhaheavybold';
	font-size: 85px;
	margin-right: 30px;
	color: #F707FF;
	font-style: italic;
}

.section-3 .btn-download {
	border-color: #24559E;
	color: #24559E;
	transition-property: border-color;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}

.section-3 .btn-download:hover,
.section-3 .btn-download:focus {
	border-color: #000;
	color: #000;
}

.section-3 .arrow {
	position: absolute;
	top: 300px;
	right: 550px;
}

footer {
	background: #EEEEEE;
	padding: 0 0 150px 0;
}

footer .title {
	font-family: 'ml-ttindulekhanormal';
	font-size: 45px;
}

.btn-contact {
	color: #fff;
	font-family: 'ml-ttindulekhaheavybold';
	background: rgba(4, 97, 143, 1) !important;
	background: -moz-linear-gradient(-45deg, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(4, 97, 143, 1)), color-stop(100%, rgba(247, 0, 255, 1))) !important;
	background: -webkit-linear-gradient(-45deg, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%) !important;
	background: -o-linear-gradient(-45deg, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%) !important;
	background: -ms-linear-gradient(-45deg, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%) !important;
	background: linear-gradient(135deg, rgba(4, 97, 143, 1) 0%, rgba(247, 0, 255, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04618f', endColorstr='#f700ff', GradientType=1) !important;
	border: 0;
	border-radius: 35px;
	font-size: 34px;
	padding-left: 36px;
	padding-right: 36px;
}

footer .btn-contact {
	margin-top: 60px;
}

footer .btn-contact:hover,
footer .btn-contact:focus {
	transition-property: background;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	color: #000;
	background: #fff !important;
}

.btn-download-now-top {
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}

.btn-download-now-top li a {
	background: url('../img/btn-bg.jpg') center;
	background-repeat: repeat-x;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
	-webkit-box-shadow: 0px 1px 12px 3px rgba(45, 41, 47, 0.1);
	-moz-box-shadow: 0px 1px 12px 3px rgba(45, 41, 47, 0.1);
	box-shadow: 0px 1px 12px 3px rgba(45, 41, 47, 0.1);
}

.download-btn-wrpr {
	margin: 60px 0 100px 0;
}

.download-from {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	opacity: 0.5;
}

.btn-download-android a {
	border-radius: 35px 0 0 35px !important;
}

.btn-download-ios a {
	/*  border-radius: 35px !important;*/
	border-radius: 0 35px 35px 0 !important;
}

.btn-download-now-top .list-inline-item:not(:last-child) {
	margin: 0 !important;
}

.btn-download-now-top li:last-child {
	border: solid thin transparent;
}

.btn-download-now-top li a {
	border: 0 !important;
}

.btn-download-now-top a {
	margin: 0;
}

.copyright {
	margin-top: 100px;
}

.star-bottom {
	position: relative;
}

.mobile-bottom {
	position: relative;
}

.bottom-more {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.footer-top {
	position: relative;
	z-index: 1;
	background: #f2f1f1;
}

.modal-modules .modal-content {
	border-radius: 15px;
	padding: 20px;
	background: #fff url('../img/card-corner.svg') no-repeat;
	background-position: 432px -5px;
	background-size: 15%;
}

.modal-contact .modal-title {
	font-family: 'ml-ttgopikabold';
	font-weight: normal;
}

.modal-contact .modal-content {
	border-radius: 15px;
	padding: 20px;
}

.banner-bottom {
	position: relative;
	top: 1px
}

.clud-info {
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.owl-clouds-wrpr {
	background: #fff url('../img/cloud-bg.svg');
	background-repeat: repeat-x;
	background-size: 50%;
}

.help-dots {
	width: 100%;
	position: relative;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	top: 150px;
}

.include-des {
	margin: 40px 0 0 0 !important;
	;
}

.banner-bottom-help {
	position: relative;
	top: -1px;
	;
}

.download-now {
	display: inline-block;
	position: relative;
	top: 1px;
	text-transform: uppercase;
	padding-left: 5px;
}

.owl-clouds-wrpr .title {
	max-width: 400px;
	margin: 0 auto;
	top: 150px;
	position: absolute;
	left: 0;
	right: 0;
	font-weight: bold;
	color: #F707FF;
	font-size: 26px;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.section-3 .btn-download {
		display: block;
		float: none !important;
	}
	.mobile-bottom {
		max-width: 450px;
	}
	.arrow {
		display: none;
	}
	.banner h1 {
		font-size: 75px;
	}
	.title-2 {
		font-size: 55px;
	}
	.bottom-more {
		display: none !important;
	}
	.section-2 .card .desc {
		overflow: visible;
		min-height: inherit;
		max-height: inherit;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		padding: 20px 0 !important;
	}
	footer .title {
		font-size: 35px;
	}
	.section-3 .title-c {
		font-size: 65px;
	}
	.section-3 .title-a {
		margin-top: 60px;
		font-size: 50px;
	}
	header {
		padding: 10px 0;
		margin-bottom: 0;
	}
	.banner h4 {
		font-size: 28px;
		max-width: 991px;
		padding: 0 30px;
	}
	.banner h1 {
		font-size: 55px;
		line-height: 50px;
	}
	a.logo,
	.logo {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.head-list {
		float: none !important;
		text-align: center;
	}
	.btn-download {
		font-size: 16px;
		padding: 10px 30px;
		max-width: 270px;
		margin-bottom: 100px;
		margin-top: 20px;
		min-width: inherit !important;
	}
	.btn-download img {
		max-width: 16px;
	}
}

.inner {
	background: #fff;
	padding: 100px 0;
}

.list-footer-links .devider {
	color: #999;
	opacity: 0.5;
}

.list-footer-links li a {
	padding-right: 15px;
}

@media screen and (max-width: 500px) {
	.btn-download-now-top {
		display: block !important;
		align-items: normal !important;
		justify-content: normal !important;
		padding: 0;
	}
	.btn-download-now-top .list-inline-item {
		margin: 0 !important;
		float: none !important;
		display: block !important;
		width: 100% !important;
		text-align: center !important;
	}
	.btn-download-now-top li a {
		border: 0 !important;
		margin: 0 auto !important;
		margin-bottom: 0px;
		margin-bottom: 0px !important;
		border-radius: 5px !important;
		margin-bottom: 10px !important;
		min-width: inherit !important;
		max-width: 250px !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 400px) {
	.village {
		display: none !important;
	}
	footer .title {
		font-size: 24px;
		margin: 0 30px;
	}
	.banner h1 {
		font-size: 38px;
		line-height: 36px;
	}
	.banner h4 {
		font-size: 22px;
	}
	p.des {
		margin: 30px 0;
	}
	p.des {
		margin: 30px;
		font-size: 16px;
	}
	.title-2 {
		font-size: 35px;
		line-height: 30px;
		margin: 30px;
	}
	.help-dots {
		top: 50px;
	}
	.section-2 .card {
		margin-top: 30px;
	}
	.btn-contact {
		font-size: 20px;
		margin-top: 20px;
	}
	.copyright {
		margin: 50px;
	}
}

.btn-download-now-footer li a {
	border: 0 !important;
	background: #eee !important;
	border-radius: 35px !important;
	-webkit-box-shadow: 0px 0px 0px rgba(45, 41, 47, 0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(45, 41, 47, 0) !important;
	box-shadow: 0px 0px 0px rgba(45, 41, 47, 0) !important;
	color: #111 !important;
	text-align: center !important;
	margin-bottom: 10px;
}

.download-btn-wrpr-bottom {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.btn-download-now-footer li a:hover,
.btn-download-now-footer li a:focus {
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	background: #111 !important;
	color: #fff !important;
}

.download-btn-wrpr-bottom .download-from {
	color: #222 !important;
	text-align: center;
}

