@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
*, h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h2 {
    color:#0b6eff;
}
.header .navbar ul li:last-child a {
	background: red;
	padding: 10px 40px;
	border-radius: 45px;
	color: #fff;
}
.header .navbar ul li {
	display: inline-block;
	padding: 0px 35px 0 0;
}
.header .navbar ul {
	float: right;
}
.header .navbar ul li a {
	text-transform: unset;
	color: #2d394e;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
}
.header .navbar ul li:last-child a {
	background: #0b6eff;
	padding: 12px 40px;
	border-radius: 45px;
	color: #fff;
	text-transform: uppercase;
}
.header .col-md-2 img {
	width: 100%;
}
.header .col-md-10 ul li:last-child {
	margin-right: 0;
}
.hero .col-md-6 img {
	width: 100%;
}
.hero-box .col-md-12 img {
	width: 100%;
}
nav.navbar.navbar-dark.bg-dark {
	display: none;
}
.container {
	max-width: 900px;
}
.login-btn {
	text-align: right;
	width: 100%;
	float: left;
	margin-right: 105px;
}
.login-btn a {
	margin-left: 5px;
	text-decoration: none !important;
}
.site-hero .row {
	max-width: 510px;
	margin: 0 auto;
}
.hero-title h2 {
	color: #0b6eff;
	font-weight: normal;
	padding-bottom: 40px;
}
.inner-circle {
	height: 190px;
	width: 190px;
	border-radius: 50%;
	background: #5f54a7;
	display: inline-block;
	position: relative;
}
.hero-circle {
	text-align: left;
	margin-top: -200px;
	margin-left: -103px;
}
.circle-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.circle-content h4 {
	color: #fe8a51;
	font-size: 18px;
}
/*.circle-content p {
    font-size: 14px;
}*/

.circle-content a {
	color: #2bc8df;
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
.video-section {
	padding: 130px 0 20px 0;
}
.blue-btn {
	background: #0b6eff;
	padding: 15px 55px;
	border-radius: 45px;
	color: #fff !important;
	text-transform: unset;
	display: inline-block;
	margin-top: 25px;
	text-decoration: none !important;
}
h2.blue-title {
	color: #0b6eff;
	font-size: 24px;
	margin: 0 0 35px;
	font-weight: 700;
}
.site-video iframe {
	width: 100%;
	height: 236px;
	border-radius: 50px !important;
}
.site-video {
	z-index: 999;
	position: relative;
}
.video-right {
	padding-left: 80px;
	position: relative;
}
.video-right:before {
	background-image: url(../image/dot-img-new.png);
	height: 450px;
	width: 450px;
	background-position: center top;
	left: -71px;
	top: -96px;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}
.get-bg img {
	display: none;
}
.set-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.box-image {
	padding: 244px 10px 5px;
	position: relative;
}
/*  .box-content h2 {
    color: #0b6eff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
*/

element.style {
	background-image: url(image/box.png);
}
.box-image:before {
	background-color: rgba(239, 239, 239, 0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	opacity: 0.6;
}
.col-md-4.blog-box {
	width: 31%;
	flex: 31%;
	margin-right: 3%;
	-ms-flex: 32%;
	padding: 0;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
.col-md-4.blog-box:nth-child(4n) {
	margin-right: 0;
}
.hero-box h2.blue-title {
	margin-bottom: 40px;
}
.hero-box {
	padding-top: 110px;
}
.col-md-12.box-content {
	overflow: hidden;
	margin: 10px 0 30px;
	box-shadow: 0 0 70px 60px #fff;
	font-size: 14px;
	font-weight: 300;
}
.blog-box {
	overflow: hidden;
}
.platform-section {
	padding-top: 110px;
    padding-bottom: 110px;
}
.platform-right h6 {
	font-weight: 300;
	color: #00a1f1;
	font-size: 16px;
	margin: 0 0 15px;
}
.menu-btn.py5 {
	padding: 55px 0 110px 0;
	text-align: center;
	position: relative;
	z-index: 999;
}
.menu-btn .blue-btn {
	z-index: 9;
	position: relative;
}
.menu-btn:before {
	background-image: url(../image/blue-dotted-image.png);
	background-size: contain;
	height: 450px;
	width: 450px;
	background-position: center top;
	left: -60px;
	top: -70px;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}
.col-md-6.feature-box {
	float: left;
	display: flex;
	padding: 0 28px;
}
.col-md-1.feature-left .feature-title h2 {
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.col-md-1.feature-left {
	position: relative;
	background: #0b6eff;
	-ms-flex: 0 0 3.6%;
	flex: 0 0 3.6%;
	max-width: 3.6%;
	padding: 0;
}
.feature-section.col-xl .row {
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 99999;
	background-color: #fff;
}
.col-md-11.box-outer {
	padding: 50px 0 30px 0;
}
.col-md-6.feature-box:nth-child(3), .col-md-6.feature-box:last-child {
	margin-top: 80px;
}
.feature-text h2 {
	color: #00a1f1;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: 300;
}
.feature-text {
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
}
.feature-section.col-xl {
	padding-top: 5px;
    margin-bottom: 50px;
}
.press-section.col-xl {
	padding-top: 100px;
}
.press-title h2.blue-title {
	transform: rotate(-90deg);
	margin-top: 50px;
}
.press-main {
	background: #0b6eff;
	padding: 35px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 60px;
	width: 112%;
	z-index: 9;
}
.press-inner-left h6 {
	font-weight: bold;
	margin-bottom: 20px;
}
a.read-more-btn {
	color: #182d8b;
	text-decoration: underline;
}
.date-box {
	margin-bottom: 20px;
}
.date-box:last-child {
	margin-bottom: 0;
}
.date-box span {
	display: block;
}
.press-inner-right h2 {
	font-size: 18px;
	color: #0b6eff;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}
.press-inner-right {
	background-color: #1b1464;
	border-radius: 50px;
	padding: 40px 40px 40px 145px;
	position: relative;
	overflow: hidden;
}
.date-box span, .date-box a {
	color: #fff;
	font-size: 13px;
}
.date-box a {
	font-size: 14px;
	text-decoration: underline;
}
.press-main p {
	font-size: 12px;
}
.press-inner-right:before {
	top: 0px;
	background-image: url(../image/text.png);
	background-size: contain;
	height: 100%;
	width: 100%;
	background-position: center top;
	left: 0;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	opacity: 0.4;
}
.date-box {
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}
.logo-img {
	text-align: center;
	padding: 0;
	border: 1px solid #f7f7f7;
	flex: 22%;
	width: 22%;
	margin-right: 4%;
}
.logo-img:nth-child(4n) {
	margin-right: 0;
}
.logo-img img {
	max-width: 150px;
}
.partner-section.col-xl {
	padding-top: 70px;
    padding-bottom: 70px;
}
.footer.col-xl {
	padding: 15px 0;
}
.footer-left img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.footer-left {
	position: relative;
	background: #0b6eff;
}
.footer-right {
	background: #1b1464;
	padding: 30px 10px;
}
.float-box h4 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer-subscription input[type="submit"] {
	position: absolute;
	right: 0;
	height: 34px;
	background: #fc8b53;
	color: #fff;
	border: 0;
}
.footer-subscription input[type="text"] {
	background: #fff;
	height: 34px;
	padding: 10px 10px;
}
.footer-subscription {
	position: relative;
}
.footer-menu ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #0f56d6;
}
.footer-menu ul li {
	list-style: none;
}
.footer-menu ul {
	padding-left: 2px;
}
.site-hero .row {
	max-width: 100%;
	height: 650px;
}
.hero-title {
	max-width: 680px;
	margin: 0 auto;
	padding-top: 30px;
}
.hero-title h1 {
	font-size: 36px;
	color: #0b6eff;
	padding: 0 0 80px;
	margin: -44px 0 0;
	font-weight: 300;
}
.hero-circle {
	margin: 0;
}
.inner-circle {
	top: 38px;
	left: 84px;
}
.circle-content h4 {
	font-size: 18px;
}
.circle-content {
	font-size: 14px;
	color: #fff;
}
.circle-content a {
	color: #2bc8df;
	font-size: 14px;
}
.video-left {
	color: #24252b;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.video-left em {
	font-weight: 300;
}
.video-left .blue-btn {
	background: #0b6eff;
	padding: 14px 52px;
	margin-top: 10px;
}
.video-left h2 {
	font-size: 24px;
}
.video-img img {
	width: 100%;
	-moz-box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.23);
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}
.box-image h2 {
	color: #0b6eff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	margin: 0 0 2px;
}
.site-image img {
	position: relative;
	z-index: 99999;
	width: auto !important;
	max-width: 573px;
	margin-left: -138px;
	-moz-box-shadow: 0 5px 17px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 5px 17px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 17px 0px rgba(0, 0, 0, 0.18);
}
.platform-right {
	padding-left: 26px;
	font-size: 14px;
	color: #24252b;
	font-weight: 300;
}
.platform-content {
	padding: 0 0 8px;
}
.press-right {
	display: flex;
	position: relative;
	padding: 0;
}
.press-right .press-inner-left {
	align-self: center;
}
.press-title {
	position: absolute;
	top: 0;
	left: -16px;
}
.footer-social ul {
	margin: 15px 0 0;
	padding: 0;
}
.footer-social ul li a {
	color: #0b6eff;
	font-size: 24px;
}
.footer-social ul li {
	float: left;
	margin-right: 18px;
	margin-bottom: 15px;
}
.footer-subscription input[type="submit"] {
	top: 0;
}
/*About CSS*/

.main-hero-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 180px 0 0 0;
}
.page-main-title {
	position: relative;
}
.page-main-title h2.blue-title {
	position: absolute;
	top: 50%;
	transform: translate(0, -45%);
	z-index: 99;
	font-size: 25px;
	text-align: center;
	left: 30px;
}
.page-main-title h1 {
	font-size: 100px;
	color: #bed9ec;
	font-weight: 900;
}
.about .header, .Contact .header, .Invest .header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.testimonial-outer {
	padding: 45px 20px 35px 0px;
    background: rgb(11,110,255);
background: radial-gradient(circle, rgba(11,110,255,1) 0%, rgba(65,55,138,1) 100%);
}
.testimonial-text {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.testimonial-text h3 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 25px;
}
.about-testimonial.col-xl {
	margin-top: 15px;
}
.offer-section.col-xl {
	padding: 80px 0 0 0;
}
.offer-right h2.blue-title {
	font-size: 24px;
	font-weight: 900;
}
.offer-right.float-left {
	margin-top: 30px;
	padding-left: 35px;
	position: relative;
	z-index: 9;
}
.footer-subscription input[type="text"] {
	width: 100%;
}
.footer.col-xl {
	overflow: hidden;
}
.value-section.col-xl {
	padding: 80px 0 0 0;
}
.value-left h2.blue-title {
	font-size: 24px;
	font-weight: 900;
}
.value-image img {
	margin-top: -180px;
}
.account-box h6 {
	color: #00a1f1;
	font-size: 14px;
	font-weight: bold;
}
.account-box:nth-child(2n) {
	margin-right: 0;
}
.account-box {
	padding: 35px 0 0 0;
	width: 45%;
	flex: 45%;
	margin-right: 10%;
}
.company-left, .company-right {
	height: 260px;
	width: 45%;
	flex: 45%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.company-right {
	margin-left: 10%;
}
.company-detail {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 24px;
}
.company-detail h2 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 0;
}
.company-section.col-xl {
	padding: 80px 0 0 0;
}
.company-team.col-xl, .advisor-section.col-xl {
	padding: 80px 0 0 0;
}
.team-company-box h6 {
	color: #0b6eff;
	font-size: 14px;
}
.advisor-section.col-xl .team-company-box h6, .advisor-section .team-company-detail h2 {
	color: #1b1464;
}
.team-company-box {
	color: #40424f;
	font-size: 14px;
}
.team-company-detail h2 {
	font-size: 24px;
	font-weight: 900;
}
.login-btn {
	text-align: right;
	width: 100%;
	float: left;
	margin-right: 0;
	position: absolute;
	top: 50px;
	right: 90px;
}
.header .navbar ul li:last-child a:hover {
	background: #1b1464;
}
.header .navbar {
	display: inline-block;
}
/*Contact Page*/

.Contact .about-hero-right p a {
	text-decoration: underline;
}
.Contact .about-hero-right {
	margin-top: 30px;
}
.Contact .about-hero-right p {
	margin: 0;
}
.testimonial-text h2 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}
.Contact .testimonial-text {
	font-size: 12px;
}
.Contact .testimonial-outer {
	padding: 55px 0 50px 0px;
}
.inquiry-text {
	padding: 55px 55px 0px 55px;
}
.inquiry-text {
	padding: 80px 0px;
}
/*Invest Page*/

.Invest .main-hero-bg {
	padding: 180px 0 110px 0;
}
.inveat-partner.col-xl {
	padding: 0 0 70px 0;
}
.invest-logo:nth-child(2n) {
	text-align: center;
}
.invest-logo:nth-child(3n) {
	text-align: right;
}
.invest-logo img {
	vertical-align: top;
}
/*Platform Page*/

.platform .header, .goverment .header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.platform .page-main-title h1 {
	font-size: 90px;
}
.platform .main-hero-bg, .press .main-hero-bg {
	background-image: none !important;
}
.platform .testimonial-text h2 {
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 0;
}
.platform .testimonial-outer {
	padding: 85px 0 65px 0px;
}
.platform .site-image img {
	max-width: 100%;
	margin-left: 0;
}
.platform .menu-btn:before {
	display: none;
}
.platform .hero-box {
	padding-top: 40px;
	padding-bottom: 70px;
}
/*Press Page*/

.press .main-hero-bg {
	padding: 70px 0 0 0;
}
.site-video-main iframe {
	width: 100%;
	height: 170px;
}
.slider-title h2 {
	font-size: 38px;
	margin-bottom: 20px;
}
.slider-main {
	padding: 20px 0 70px 0;
}
.press-box img {
	margin-right: 20px;
}
.press-box {
	margin-bottom: 50px;
}
.main-press {
	padding: 30px 0 50px 0;
}
.news-title h4 {
	margin-bottom: 35px;
	color: #0b6eff;
	font-size: 18px;
}
.news-link span {
	display: block;
	font-size: 17px;
	color: #bebebe;
}
.news-link a, .press-box a {
	font-size: 14px;
	color: #1b1464;
	text-decoration: underline;
}
.slider-outer {
	float: left;
	width: 100%;
    padding: 50px;
}
.press-box img {
	margin-right: 20px;
	float: left;
}
.news-link {
	margin-bottom: 20px;
}
/*Goverment page*/

.goverment .main-hero-bg {
	padding: 130px 0 110px 0;
}
.goverment .site-image img {
	max-width: 100%;
	margin-left: 0;
}
.goverment .menu-btn:before {
	display: none;
}
.goverment .testimonial-outer {
	padding: 85px 0 65px 0px;
}
.goverment .testimonial-text h2 {
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 0;
}
.goverment-box {
	background: rgba(246, 249, 252, .4);
	padding: 45px 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.goverment-box:nth-child(3n) {
	margin-right: 0;
}
.goverment-text h2 {
	font-size: 18px;
	color: #0b6eff;
	margin-bottom: 25px;
	font-weight: 900;
}
.goverment-box-outer {
	position: relative;
	margin-top: 10px;
	z-index: 9;
}
.goverment .about-testimonial.col-xl {
	margin-top: 55px;
}
.post-item {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 15px 0 50px 64px;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-weight: 300;
}
.author-name {
	padding-left: 77px;
}
.author-name h5 {
	background: #0b6eff;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 18px 10px;
	font-size: 14px;
	font-weight: 700;
}
.post-title h6 {
	font-size: 14px;
	font-weight: 700;
	color: #414350;
	margin: 0 0 7px;
}
.post-title {
	align-self: center;
}
.post-title h2 {
	margin: 0;
}
.post-body {
	padding-top: 40px;
	padding-right: 55px;
}
.modal-backdrop {
	z-index: 9;
}
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
/*Responsive Css*/

@media(max-width:1199px) {
	.site-image img {
		max-width: 100%;
		margin-left: 0;
	}
	.platform .page-main-title h1 {
		font-size: 70px;
	}
}
@media(max-width: 895px) {
	.header .navbar ul li {
		padding: 0px 18px 0 0;
	}
}
@media(max-width: 767px) {
	/*Home start*/
	.video-right:before {
		height: 450px;
		width: 300px;
		background-position: center left;
		left: -50px;
		top: -50px;
	}
	.video-right {
		margin: 50px auto 0;
	}
	.col-md-4.blog-box {
		flex: 100%;
		margin: 0 0 30px;
	}
	.menu-btn:before {
		height: 250px;
		width: 250px;
		background-position: center;
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}
	.platform-section {
		padding-top: 110px;
        padding-bottom:110px;
	}
	.platform-left {
		padding: 0;
	}
	.col-md-1.feature-left {
		height: auto;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		padding: 0;
	}
	.feature-section.col-xl .row {
		flex-direction: column;
	}
	.col-md-1.feature-left .feature-title h2 {
		position: static;
		transform: none;
		text-align: center;
	}
	.platform-content {
		padding: 0 0 30px;
	}
	.col-md-6.feature-box {
		margin: 0 0 30px !important;
	}
	.col-md-6.feature-box:last-child {
		margin-bottom: 0 !important;
	}
	.press-right {
		flex-direction: column;
	}
	.press-main {
		position: relative;
		top: 0;
		transform: translate(0, 0);
		left: 0;
		width: 100%;
		margin: 0 0 -60px;
	}
	.press-inner-right {
		padding: 40px 40px 40px 40px;
		
	}
	.press-title h2.blue-title {
		transform: none;
		margin: 0 0 15px;
	}
	.press-title {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
	}
	.press-section.col-xl {
		padding-top: 40px;
	}
	.partner-logo {
		flex-direction: column;
		display: flex;
	}
	.logo-img {
		margin: 0 auto 30px !important;
		float: none !important;
		display: block;
		width: auto;
	}
	.col-md-1.feature-left .feature-title h2 {
		margin: 0;
		padding: 10px 0;
	}
	/*Home End*/
	.account-box {
		width: 100%;
		flex: auto;
	}
	.offer-section.col-xl, .value-section.col-xl, .company-section.col-xl, .company-team.col-xl, .advisor-section.col-xl {
		padding: 30px 0 0 0;
	}
	.company-left, .company-right {
		width: 100%;
	}
	.company-right {
		margin-left: 0;
		margin-top: 30px;
	}
	.offer-right.float-left {
		padding-left: 0;
	}
	.about .col-md-6, .inner-company-team .col-md-12 {
		padding: 0;
	}
	.footer-left {
		text-align: center;
	}
	.footer-left img {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		text-align: center;
	}
	.float-box {
		margin-bottom: 20px;
	}
	.float-box:last-child {
		margin-bottom: 0;
	}
	.footer-right {
		padding: 30px 10px 10px 10px;
	}
	.footer.col-xl {
		padding: 10px 0;
	}
	nav.navbar.navbar-dark.bg-dark {
		display: block;
		position: absolute;
		right: 20px;
		background: #0b6eff !important;
		padding: 0;
	}
	.header .navbar ul {
		padding-left: 0;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	.navbar {
		background: #0b6eff;
		padding: 0;
		display: none;
	}
	.header .navbar ul li {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		border-bottom: 1px dashed #fff;
	}
	.header .navbar ul li a {
		width: 100%;
		display: block;
		color: #fff;
		text-align: left;
		padding: 10px 10px;
	}
	.header .navbar ul li:last-child a {
		background: transparent;
		text-align: left;
		padding: 0;
		padding: 10px 10px;
	}
	.login-btn {
		text-align: left;
		color: #fff;
		margin-right: 0;
		padding: 10px 10px;
		position: relative;
		top: 0;
		right: auto;
		left: 0;
	}
	.navbar.show {
		display: block;
		position: absolute;
		left: 0;
		top: 80px;
		z-index: 9999;
	}
	.header .col-md-3 a img {
		max-width: 180px;
	}
	.navbar-toggler {
		padding: .15rem .30rem;
	}
	.main-hero-bg {
		padding: 100px 0 0 0;
	}
	.login-btn a {
		color: #fff;
	}
	.page-main-title {
		text-align: center;
	}
	.page-main-title h1 {
		font-size: 70px;
	}
	.page-main-title h2.blue-title {
		transform: translate(-50%, -50%);
		left: 50%;
		width: 100%;
		font-size: 20px;
	}
	.testimonial-outer {
		background-size: 100% 100%;
		background-position: 100% 100%;
	}
	.header .navbar ul li:last-child a:hover {
		background: transparent;
	}
	.about-hero-right {
		text-align: center;
	}
	.Contact .about-hero-right {
		margin-top: 0;
	}
	.Contact .testimonial-outer {
		padding: 40px 0 20px 0px;
	}
	.Invest .main-hero-bg {
		padding: 100px 0 30px 0;
	}
	.inveat-partner.col-xl {
		padding: 0 0 0px 0;
	}
	.invest-logo:last-child {
		margin-bottom: 0;
	}
	.invest-logo {
		text-align: center !important;
		margin-bottom: 25px;
	}
	.hero-title h1 {
		font-size: 26px;
		margin-top: 0px;
	}
	.site-hero .container {
		padding: 0;
	}
	.video-section {
		padding: 30px 0 20px 0;
	}
	.header .navbar {
		display: none;
	}
	.header .navbar.show {
		display: block !important;
	}
	/*platform page*/
	.platform .page-main-title h1 {
		font-size: 70px;
	}
	.news-sec {
		margin-top: 40px;
	}
	.news-link a, .press-box a {
		font-size: 14px;
	}
	.news-title h4 {
		margin-bottom: 20px;
	}
	.slider-title h2 {
		font-size: 24px;
	}
	.press .main-hero-bg {
		padding: 20px 0 0 0;
	}
	.press-box {
		display: inline-block;
	}
	.goverment-box {
		max-width: 49%;
		width: 49%;
	}
	.goverment-box:nth-child(3n) {
		margin-right: 2%;
	}
	.goverment-box:nth-child(2n) {
		margin-right: 0;
	}
	.menu-btn.py5 {
		padding: 30px 0 50px;
	}
	.blog .goverment-box-outer {
		margin-top: 0;
	}
	.author-name {
		padding-left: 50px;
		margin: 20px 0 0;
	}
	.post-item {
		padding: 15px 0 30px 25px;
	}
	.post-body {
		padding-top: 30px;
		padding-right: 30px;
	}
	.blog .footer.col-xl {
		padding-top: 0;
	}
	.blog .page-main-title h2.blue-title {
		font-size: 24px;
	}
}
@media (max-width: 600px) {
	.goverment-box {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
}
@media(max-width: 480px) {
	p {
		font-size: 14px !important;
	}
	.company-detail h2 {
		font-size: 22px;
	}
	.testimonial-text h2 {
		font-size: 20px;
	}
	.page-main-title h1 {
		font-size: 50px;
	}
}
@media(max-width: 270px) {
	.header .col-md-3 a img {
		max-width: 150px;
	}
}