@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	margin: 0px;
	padding: 0px;
	color: #535e72;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	font-style: normal;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.container {max-width: 1200px;}
::selection {
	color: #ffffff;
	background: #138afd;
}
img {
	height: auto;
	max-width: 100%;
}
a,
button {
	color: #0d0e25;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button {
	border: none;
	background: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #272d3a;
	font-family: 'Raleway', sans-serif;
}

.image-container {
	overflow: hidden;
	position: relative;
}

.sec-ptb-160 {padding: 160px 0px;}
.mb-15 {margin-bottom: 15px;}
.mb-30 {margin-bottom: 30px;}
.mb-60 {margin-bottom: 60px;}

.section-title .title-text {
	font-size: 36px;
	font-weight: 700;
}

.plus-effect {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plus-effect:before,
.plus-effect:after {
	top: 50%;
	left: 50%;
	content: '';
	border-radius: 6px;
	position: absolute;
	background-color: #128bfd;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.plus-effect:before {
	width: 4px;
	height: 100px;
}
.plus-effect:after {
	height: 4px;
	width: 100px;
}

/* back to top - start */
.thetop {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}
.backtotop {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 40px;
	display: none;
	position: fixed;
	border-radius: 100%;
	background-color: #128bfd;
	box-shadow: 0px 3px 30px 1px rgba(0,0,0,0.3);
}
.backtotop .scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 52px;
	text-align: center;
	position: relative;
}
/* back to top - end */

/* preloader - start */
.preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: #ffffff url('../images/preloader.gif') no-repeat center center;
}
/* preloader - end */



/* header-section - start
================================================== */
.header-section {
	padding: 50px 0px;
}
.header-section .main-menubar {
	padding: 14px 0px;
}
.header-section .main-menubar > ul {
	margin: 0px;
	padding: 0px;
	display: table;
}
.header-section .main-menubar > ul > li {
	float: left;
	margin-right: 40px;
	display: inline-block;
}
.header-section .main-menubar > ul > li:last-child {margin-right: 0px;}
.header-section .main-menubar > ul > li > a {
	padding: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
}
.header-section .main-menubar > ul > li > a:before {
	top: -2px;
	left: -10px;
	content: '';
	width: 30px;
	height: 30px;
	opacity: 0;
	position: absolute;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.2);
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-section .main-menubar > ul > li > a:hover {
	color: #ffffff;
}
.header-section .main-menubar > ul > li >.active {
	color: #ffffff;
}
.header-section .main-menubar > ul > li >.active:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.header-section .btns-group .download-btn {
	height: 55px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 55px;
	padding: 0px 40px;
	border-radius: 3px;
	text-align: center;
	background-color: #138afd;
}
.sticky-header.stuck .btns-group .download-btn {
	background-color: rgba(255,255,255,0.1);
}

.sticky-header {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sticky-header:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	position: absolute;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sticky-header.stuck {
	padding: 30px 0px;
}
.sticky-header.stuck:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background: #128bfd;
	box-shadow: 0 2px 6px 1px rgba(48,48,48,0.1);
}
/* header-section - end
================================================== */



/* banner-section - start
================================================== */
.banner-section {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-section .overlay-black {
	padding-top: 255px;
	padding-bottom: 215px;
	background-color: rgba(0, 0, 0, 0.85);
}
.banner-section .banner-content {
	color: #ffffff;
}
.banner-section .banner-content .big-title {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 20px;
}
.banner-section .banner-content .sub-title {
	color: #01f5b9;
	font-size: 14px;
	margin-bottom: 80px;
}

.banner-section .banner-content .counter-section .counter-item h3 {
	color: #00ffc0;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.banner-section .banner-content .counter-section .counter-item .title-text {
	color: #00ffc0;
	font-size: 16px;
	font-weight: 500;
}
.banner-section .banner-content .paragraph-text {
	font-size: 16px;
	line-height: 28px;
}
.banner-section .banner-content .paragraph-text span {
	width: 100%;
	display: block;
}
/* banner-section - end
================================================== */



/* preview-section - start
================================================== */
.preview-section .preview-item {
	margin-top: 60px;
}
.preview-section .preview-item .image-container {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 50px 1px rgba(0,0,0,0.1);
}
.preview-section .preview-item.small-preview-item .image-container {
	height: 208px;
}

.preview-section .preview-item:hover .image-container .plus-effect {opacity: 1;}
.preview-section .preview-item:hover .image-container .plus-effect:before {height: 60px;}
.preview-section .preview-item:hover .image-container .plus-effect:after {width: 60px;}
.preview-section .preview-item .title-text {
	color: #222222;
	font-size: 21px;
	text-align: center;
	text-transform: capitalize;
}

.preview-section .preview-tab-nav .nav {
	margin: 0 auto;
	display: table;
	padding: 0px 50px;
	border-bottom: 2px solid #e0e6fe;
}
.preview-section .preview-tab-nav .nav > li {
	float: left;
	margin-right: 30px;
	display: inline-block;
}
.preview-section .preview-tab-nav .nav > li:last-child {
	margin-right: 0px;
}
.preview-section .preview-tab-nav .nav > li > a {
	color: #9fa2b2;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 10px;
	position: relative;
	padding-bottom: 30px;
	text-transform: capitalize;
}
.preview-section .preview-tab-nav .nav > li > a:before {
	left: 10px;
	right: 10px;
	bottom: -2px;
	height: 2px;
	content: '';
	opacity: 0;
	position: absolute;
	background: #138afd;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.preview-section .preview-tab-nav .nav > li > a:hover {
	color: #138afd;
}
.preview-section .preview-tab-nav .nav > li > .active {
	color: #138afd;
}

.preview-section .preview-tab-nav .nav > li > a:hover:before,
.preview-section .preview-tab-nav .nav > li > .active:before {
	opacity: 1;
	left: 0px;
	right: 0px;
}

/* preview-section - end
================================================== */



/* feature-section - start
================================================== */
.feature-section .features-item {
	width: 100%;
	padding: 30px;
	display: table;
	margin-top: 30px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 2px 16px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 16px 1px rgba(0,0,0,0.1);
}
.feature-section .features-item .image-container {
	padding: 5px;
	width: 100px;
	height: 100px;
	display: table;
	margin: 0 auto 30px;
	background-color: #ffffff;
	border: 1px solid #f7f7f7;
}
.feature-section .features-item .image-container span {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: block;
	background-color: #f7f7f7;
}
.feature-section .features-item .title-text {
	width: 100%;
	display: table;
	font-size: 18px;
	text-transform: capitalize;
}
/* feature-section - end
================================================== */



/* footer-section - start
================================================== */
.footer-section .copyright-text {
	padding: 20px 0px;
	background-color: #eeeeee;
}
.footer-section .copyright-text p .author-link {
	color: #128bfd;
	text-transform: capitalize;
}
.footer-section .copyright-text p .author-link:hover {text-decoration: underline;}
.footer-section .copyright-text p i {font-size: 14px;}
/* footer-section - end
================================================== */



/* responsive css - start
================================================== */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1199px) {
	.preview-section .preview-tab-nav .nav > li {
		margin-right: 25px;
	}
	.preview-section .preview-item.small-preview-item .image-container {
		height: 175px;
	}
}

@media screen and (max-width: 991px) {
	.header-section .main-menubar > ul > li {
		margin-right: 30px;
	}
	.banner-section .overlay-black {
		padding-top: 210px;
		padding-bottom: 180px;
	}
	.banner-section .banner-content .big-title {
		font-size: 30px;
		line-height: 42px;
	}
	.banner-section .banner-content .sub-title {
		margin-bottom: 50px;
	}
	.banner-section .banner-content .counter-section {
		margin-bottom: 30px;
	}
	.banner-section .banner-content .counter-section .counter-item {
		margin-bottom: 30px;
	}
	.banner-section .banner-content .paragraph-text span {
		width: auto;
		display: initial;
	}
	.preview-section .preview-tab-nav .nav > li > a {
		padding-bottom: 15px;
	}
	.preview-section .preview-tab-nav .nav > li {
		margin-bottom: 30px;
	}
	.preview-section .preview-tab-nav .nav > li > a:before {
		bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	.header-section {
		display: none;
	}
	.banner-section .overlay-black {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.banner-section .banner-content .brand-logo {
		margin-bottom: 30px;
	}
	.banner-section .banner-content .big-title {
		font-size: 23px;
		line-height: 34px;
	}
	.banner-section .banner-content .paragraph-text {
		font-size: 14px;
		line-height: 26px;
	}
	.sec-ptb-160 {
		padding: 80px 0px;
	}
	.section-title .title-text {
		font-size: 30px;
	}
	.preview-section .preview-tab-nav .nav > li {
		width: 100%;
		display: table;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.preview-section .preview-item .image-container {
		height: 300px;
	}
	.backtotop {
		width: 40px;
		height: 40px;
	}
	.backtotop .scroll {
		font-size: 24px;
		line-height: 42px;
	}
}

@media screen and (max-width: 320px) {
	.banner-section .banner-content .big-title {
		font-size: 20px;
		line-height: 30px;
	}
	.preview-section .preview-item.small-preview-item .image-container {
		height: auto;
	}
}
/* responsive css - end
================================================== */

.comming-soon{
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 70%;
	color: #fff;
}
.comming-soon h3{
	color: #fff;
}