@import url('https://fonts.googleapis.com/css?family=Raleway:600,600i,700,700i,800,800i,900,900i|Roboto:400,400i,500,500i,700,700i');
body {
	margin: 0px;
	padding: 0px;
	color: #53585f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	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: #0d0e25;
	background: #f7c605;
}
img {
	height: auto;
	max-width: 100%;
}
a,
button {
	color: #0d0e25;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	-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: #0d0e25;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}

.form-item {
	position: relative;
	margin-bottom: 30px;
}
.form-item input {
	width: 100%;
	height: 50px;
	outline: none;
	box-shadow: none;
	padding: 0px 20px;
	border-radius: 30px;
	border: 1px solid #f0f0f0;
	-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;
}
.form-item input:focus {
	outline: none;
	border-color: #0d0e25;
	box-shadow: 0px 0px 15px 1px rgba(42,23,134,0.5);
}
.form-item input:focus+.form-item-btn {
	color: #ffffff;
	background-color: #0d0e25;
}
.form-item-btn {
	top: 50%;
	z-index: 1;
	right: 8px;
	height: 35px;
	min-width: 35px;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 35px;
	color: #ffffff;
	position: absolute;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	transform: translateY(-50%);
	background-color: #0d0e25;
	-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;
}
.form-textarea {
	position: relative;
	margin-bottom: 30px;
}
.form-textarea textarea {
	width: 100%;
	min-height: 150px;
	border-radius: 5px;
	padding: 15px 20px;
	border: 1px solid #f0f0f0;
	-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;
}
.form-textarea textarea:focus {
	outline: none;
	border-color: #0d0e25;
	box-shadow: 0px 0px 15px 1px rgba(42,23,134,0.5);
}
:-moz-placeholder {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
::-moz-placeholder {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
:-ms-input-placeholder {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
::-webkit-input-placeholder {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.image-container {
	overflow: hidden;
	position: relative;
}

.sec-ptb-140 {padding: 140px 0px;}
.mb-15 {margin-bottom: 15px;}
.mb-30 {margin-bottom: 30px;}
.mb-60 {margin-bottom: 60px;}

.section-title .title-text {
	font-size: 30px;
	font-weight: 700;
}

.plus-effect {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	background-color: rgba(247,198,5,0.9);
	-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: #0d0e25;
	-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;
}
/* social-links - start */
.social-links > ul {
	padding: 0px;
	display: table;
	margin: 0px auto;
}
.social-links > ul > li {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 8px;
	display: inline-block;
}
.social-links > ul > li:last-child {margin-right: 0px;}
.social-links > ul > li > a {
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #0d0e25;
	display: block;
	font-size: 24px;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	position: relative;
	border-radius: 100%;
	background-color: #ffffff;
}
.social-links > ul > li > a:before {
	top: 0px;
	left: 0px;
	opacity: 0;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	content: '';
	position: absolute;
	border-radius: 100%;
	transform: scale(.5);
	background-color: #0d0e25;
	-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;
}
.social-links > ul > li > a:hover {
	color: #ffffff;
	font-size: 18px;
	background-color: transparent;
}
.social-links > ul > li > a:hover:before {
	opacity: 1;
	transform: scale(1);
}
/* social-links - end */

/* 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: #0d0e25;
	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: 36px;
	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: 30px 0px;}
.header-section .main-menubar {padding: 15px 0px;}
.header-section .main-menubar > ul {
	margin: 0px;
	padding: 0px;
	float: right;
	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: 18px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.header-section .main-menubar > ul > li >.active {
	color: #f7c605;
}

.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:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background-color: #0d0e25;
	box-shadow: 0 2px 6px 1px rgba(48,48,48,0.1);
}
/* header-section - end
================================================== */



/* banner-section - start
================================================== */
.banner-section {
	width: 100%;
	padding: 60px 0px;
	padding-top: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-section .banner-content {
	font-size: 18px;
	padding: 72px 0px;
	text-transform: capitalize;
	color: rgba(255,255,255,0.9);
}
.banner-section .banner-content .brand-name {
	color: #ffffff;
	font-size: 90px;
}
.banner-section .banner-content .sub-title {
	width: 100%;
	display: table;
	font-size: 18px;
	word-spacing: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
}
.banner-section .banner-content > p {line-height: 36px;}
.banner-section .banner-content .purchase-btn {
	width: auto;
	height: 60px;
	color: #0d0e25;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 45px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	background-color: #f7c605;
	box-shadow: 0px 3px 30px 1px rgba(0,0,0,0.3);
}
/* banner-section - end
================================================== */



/* preview-section - start
================================================== */
.preview-section .preview-item {
	margin-top: 70px;
}
.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.preview-item-small .image-container {
	height: 210px;
}
.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: #0d0e25;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
/* 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;
	font-weight: 600;
}
/* feature-section - end
================================================== */



/* footer-section - start
================================================== */
.footer-section {
	padding: 30px 0px;
	text-align: center;
	background-color: #eeeeee;
}
.footer-section .copyright-text .author-link {
	color: #ff4d1c;
	font-weight: 500;
}
.footer-section .copyright-text .author-link:hover {text-decoration: underline;}
.footer-section .copyright-text i {font-size: 14px;}
/* footer-section - end
================================================== */



/* responsive css - start
================================================== */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1199px) {
	.header-section .main-menubar > ul > li > a {
		font-size: 16px;
	}
	.header-section .main-menubar > ul > li {
		margin-right: 30px;
	}
	.preview-section .preview-item.preview-item-small .image-container {
		height: auto;
	}
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 480px) {
	.sec-ptb-140 {
		padding: 100px 0px;
	}
	.header-section .main-menubar {
		display: none;
	}
	.header-section .brand-logo {
		text-align: center;
	}
	.header-section .brand-logo .brand-link {
		width: 200px;
	}
	.banner-section .banner-content .brand-name {
		font-size: 60px;
	}
	.banner-section .banner-content .sub-title {
		font-size: 14px;
		word-spacing: 0px;
	}
	.banner-section .banner-content {
		padding: 0px;
		font-size: 14px;
	}
	.banner-section .banner-content > p {
		line-height: 27px;
	}
}

@media screen and (max-width: 320px) {
	.section-title .title-text {
		font-size: 24px;
	}
}
/* responsive css - end
================================================== */