/* ================================================================
    Author       : WPxpart
    Template Name: Roland - Personal Portfolio HTML Template
    Tags: One Page portfolio, Creative Template,  professional, landing, HTML 
    Version      : 1.0
=================================================================*/
/*=======================================================
    //Table of content

    1.Global setting
    2.Typhography
    3.Common style
    4.Header section
    5.About section
    6.Service section
    7.Portfolio section
    9.Experience section
    10.Blog section
    10.Contact section
    11.Footer section
    12.Blog page section
    13.Single blog page section
=========================================================*/

body {
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
html,
body {
	width: 100%;
	height: 100%;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a,
a:hover,
a:focus {
	margin: 0px;
	padding: 0px;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea {
	outline: none;
	border: none;
	resize: none;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #333;
	font-family: 'Poppins', sans-serif;
}
/*=================================================
		Start Typhographicy
===================================================*/

h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 7px;
	text-transform: capitalize;
	color: #222;
}
.section-title h2 {
	font-size: 25px;
	position: relative;
}
.section-title > h2::after {
	background:  #985ba5;
	bottom: -12px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	width: 23px;
	-webkit-border-radius: 23%;
	-moz-border-radius: 23%;
	-ms-border-radius: 23%;
	-o-border-radius: 23%;
	border-radius: 23%;
}
.section-title > h2::before {
    background: #985ba5;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 80px;
}
/*===========================================
		common class
=============================================*/

.mgtop50 {
	margin-top: 50px;
}
.bgcolor1 {
	background: #f9f9f9;
}
.bgcolor2 {
	background: #000;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-title-padding {
	padding-bottom: 60px;
}
.section-padding2 {
	padding-top: 100px;
	padding-bottom: 72px;
}
/*========================================
	bootstrap common css customize
==========================================*/

.navbar-nav > li > a {
	line-height: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
	text-decoration: none;
}
.navbar {
	border: 0px solid transparent;
	margin-bottom: 0px;
}
.navbar-collapse {
	border-top: 0px;
	box-shadow: none;
	overflow-x: visible;
}
.navbar-right {
	float: right;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-toggle .icon-bar {
	background: #cb4599 none repeat scroll 0 0;
}
.navbar-toggle {
	margin-top: 17px;
}
/*
    hamburger menu without sticky
*/

div#main-menu {
	margin-right: 38px;
}
.icon {
	position: absolute;
	top: 32px;
	right: 15px;
	cursor: pointer;
	height: 32px;
	width: 42px;
	background: #269947;
}
.hamburger {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #fff;
	top: 14px;
	left: 7px;
}
.hamburger:before,
.hamburger:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	background: #fff;
}
.hamburger:before {
	top: -8px;
}
.hamburger:after {
	top: 8px;
}
ul.nav.navbar-nav.navbar-right {
    margin-right: 12px;
}
.icon.active .hamburger {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.icon.active .hamburger:before {
	top: 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon.active .hamburger:after {
	top: 0px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*=============================================
		cross browser support
===============================================*/
.cv-download a,
.form-submit input[type="submit"],
.comment-submit input[type="submit"] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.service-icon,
.contact-info-icon,
.single-part ul li a:before,
.pagination-area ul li a,
.author-image,
.author-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.cv-download a,
figcaption,
figure.single-effect img,
.form-submit input[type="submit"],
.icon,
.single-item figure::after,
.comment-submit input[type="submit"],
.home-blog-details a h3,
.filter.mixitup-control-active,
.post-details a,
.blog-post-area h3 a  {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.hamburger,
.hamburger:before,
.hamburger:after{
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.section-title > h2::after,
.section-title > h2::before {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single-part ul li a:before {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
figcaption,
.single-item figure::after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.single-item figure:hover figcaption,
.single-item:hover.single-item figure::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.service-wraper,
.single-contact-info,
.blog-post-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.service-icon,
.contact-info-icon,
.single-blog-img {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
}
.hamburger,
.hamburger:before,
.hamburger:after{
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/*===========================================
		Start header area
=============================================*/
.site-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111;
}
#site-navigation .navbar-toggle {
	background-color: #fff;
}
a.logo {
	display: inline-block;
	padding: 14px 0;
	margin-top: 18px;
}
#main-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 16px 12px;
	text-transform: capitalize;
	margin-top: 32px;
	background: #000;
}
.mid-header-area {
	background: url(../images/homebg.jpg);
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mid-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .50);
}
.mid-table {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.mid-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mid-content {
	position: relative;
	z-index: 11;
	position: relative;
	text-align: left;
}
.mid-content h3 {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 3px;
	text-transform: capitalize;
}
.mid-content h1 {
	color: #fff;
	font-size: 45px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: 700;
}
.cv-download {
	margin-top: 30px;
}
.cv-download a {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	padding: 16px 24px;
	border: 1px solid transparent;
	background: #985ba5;
}
.cv-download a:hover {
	border: 1px solid #985ba5;
	color: #fff;
	background: transparent;
}
/*===========================================
		about area
============================================*/
.about-details-area h3 {
	color: #353535;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 14px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
}
.about-details-area h3 span{
	color: #985ba5;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}
/*================================================
		service area
==================================================*/

.service-wraper {
	margin-top: 30px;
	background: #fff;
	padding: 15px 0px;
}
.single-service {
	padding: 50px 10px;
	text-align: center;
	background: #fff;
}
.service-icon {
	height: 60px;
	width: 60px;
	margin-bottom: 13px;
	background: #f8f8f8;
	text-align: center;
	margin-left: 10px;
}
.service-icon i {
	line-height: 60px;
	font-size: 30px;
	color: #985ba5;;
}
.service-details h4 {
	color: #353535;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0px;
	font-weight: 600;
}
.service-details {
	margin-left: 18px;
}
/*=================================================
		portfolio area
===================================================*/

ul.work-filter li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	padding: 6px 12px;
	text-transform: capitalize;
}
.filter.mixitup-control-active {
	background: #fff none repeat scroll 0 0;
	color: #985ba5;
}
.single-item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.single-item figure {
	overflow: hidden;
	position: relative;
}
figcaption {
	bottom: 23px;
	left: 0px;
	max-width: 100%;
	position: absolute;
	text-align: center;
	visibility: hidden;
	z-index: 111;
	padding: 0px 16px;
}
.single-item figure::after {
	background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	visibility: hidden;
}
.single-item:hover.single-item figure::after {
	visibility: visible;
}
figure.single-effect img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: auto;
}
.single-item:hover figure.single-effect img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.single-item figure:hover figcaption {
	visibility: visible;
	bottom: 50px;
}
.single-effect h2 {
	color: #985ba5;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0;
	font-weight: 700;
}
.single-effect p {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
}
/*=============================================
			experience area
===============================================*/
.single-experince {
	margin-bottom: 37px;
	padding-left: 36px;
	position: relative;
}
.single-experince h3 {
	color: #333;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.single-experince h4 {
	text-transform: capitalize;
	font-size: 13px;
	line-height: 27px;
	color: #333;
	font-weight: 600;
}
.single-experince:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	height: 20px;
	width: 20px;
	background: #985ba5;
	-webkit-border-radius: 560%;
	-moz-border-radius: 560%;
	-ms-border-radius: 560%;
	-o-border-radius: 560%;
	border-radius: 560%;
}
.single-experince:after {
	content: "\f00c ";
	position: absolute;
	left: 3px;
	top: 3px;
	color: #fff;
	font-family: fontawesome;
	font-size: 14px;
}
/*===========================================
			home blog
=============================================*/

.home-blog-details a h3 {
	color: #333;
	font-size: 17px;
	text-transform: capitalize;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 7px;
	margin-top: 19px;
	font-weight: 500;
}
.home-blog-details a h3:hover{
	color: #985ba5;
}
.home-blog-details {
	line-height: 26px;
	font-size: 13px;
}
/*============================================
		Start contact area
==============================================*/

.get-touch {
	margin-bottom: 40px;
}
.get-touch h4 {
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	line-height: 30px;
}
.get-touch h5 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 28px;
	font-size: 15px;
}
.single-contact-info {
	margin-top: 28px;
}
.info-details h4 {
	color: #333;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 22px;
}
.contact-info-icon {
	height: 40px;
	width: 40px;
	border: 1px solid #333;
	text-align: center;
}
.contact-info-icon i {
	line-height: 40px;
	font-size: 19px;
	color: #393939;
}
.info-details {
	margin-left: 30px;
}
input.controler {
	font-size: 14px;
	margin-bottom: 12px;
	padding: 14px 15px;
	text-transform: capitalize;
	width: 100%;
	background: #f3f3f3;
}
.single > textarea {
	border: none;
	width: 100%;
	text-transform: capitalize;
	padding: 18px;
	background: #f3f3f3;
	margin-top: 11px;
}
.form-submit input[type="submit"] {
	font-size: 16px;
	text-transform: capitalize;
	padding: 16px 40px;
	margin-top: 17px;
	margin-left: 14px;
	color: #fff;
	background: #985ba5;
	font-weight: 600;
	border:1px solid transparent;
}
.form-submit input[type="submit"]:hover {
	border: 1px solid #985ba5;
	color: #000;
	background: transparent;
}
/*======================================
		footer area
========================================*/

footer.footer-area {
	padding: 60px 0px;
	background: #48164b;
}
.footer-inner-content p {
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}
.footer-social-icon ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer-social-icon ul li:last-child {
	margin-right: 0px;
}
.footer-social-icon ul li a {
	padding: 9px;
	color: #fff;
	font-size: 15px;
}
.footer-social-icon {
	margin: 29px 0px;
}
/*=======================================
		blog page
=========================================*/

.mg50 {
	margin-bottom: 50px;
}
.blog-details {
	overflow: hidden;
}
.blog-banner-area {
	background: #000;
	padding-bottom: 110px;
	padding-top: 110px;
	position: relative;
}
.page-title h2 {
	color: #fff;
	font-size: 21px;
	line-height: 30px;
}
/*
blog post
*/

.single-blog-img {
	height: auto;
	max-width: 100%;
}
.blog-page-pos-info {
	padding: 28px 26px;
}
.blog-post-area h3 a {
	margin-top: 11px;
	text-transform: capitalize;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
}
.blog-post-area h3 a:hover{
	color: #985ba5;
}
.blog-page-meta {
	margin-top: 6px;
	margin-bottom: 15px;
}
.blog-page-meta span {
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
	margin-right: 20px;
	font-size: 12px;
}
.blog-page-meta span a {
	color: #333;
	font-weight: 500;
	font-size: 12px;
}
.blog-page-meta span i {
	padding-right: 5px;
}
.post-details p {
	font-size: 13px;
	line-height: 27px;
}
.post-details a {
	text-transform: capitalize;
	display: inline-block;
	margin-top: 19px;
	color: #333;
	font-weight: 500;
	font-size: 13px;
	#985ba5
}
.post-details a:hover{
	color: #985ba5;
}
/*=======================================
		Right sidebar
=======================================*/

.single-part h3 {
	color: #333;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 21px;
	padding-bottom: 8px;
	position: relative;
}
.single-part h3:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	background: #414141;
	height: 2px;
}
.secarh-fields {
	position: relative;
}
.secarh-fields input[type="text"] {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	color: #333666;
	height: 40px;
	line-height: 28.8px;
	margin: 0;
	outline: medium none;
	padding: 5px 55px 5px 15px;
	transition: all 0.4s ease 0s;
	width: 100%;
}
.secarh-fields button.submit {
	background-color: #464646;
	border: 1px solid #464646;
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}
.single-part ul li {
	margin-bottom: 13px;
}
.single-part ul li a {
	color: #333;
	letter-spacing: 1.5px;
	position: relative;
	padding-left: 14px;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 23px;
}
.single-part ul li a:before {
	content: " ";
	font-size: 18px;
	left: 0px;
	top: 50%;
	position: absolute;
	height: 5px;
	width: 5px;
	background: #333;
}
/*==============================
	pagination area
===============================*/

.pagination-area {
	margin-top: 76px;
	text-align: center;
}
.pagination-area ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ccc;
	color: #333;
}
.pagination-area ul li a:hover {
	background: #985ba5;
	color: #fff;
}
.pagination-area ul li {
	display: inline-block;
	margin-right: 12px;
}
.pagination-area ul li.active a {
	background: #985ba5;
	color: #fff;
}
.pagination-area ul li:last-child {
	margin-right: 0px;
}
/*==========================================
	single blog page area
============================================*/

ul.category-meta {
	display: inline-block;
	margin-left: 16px;
}
ul.category-meta li {
	display: inline-block;
	margin-right: 10px;
}
ul.category-meta li a {
	color: #333;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
}
.single-post-details p {
	margin-bottom: 22px;
}
.single-post-details blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 4px solid #ddd;
}
.single-blog-post-area h3 {
	margin-top: 16px;
	margin-bottom: 11px;
	text-transform: capitalize;
	color: #222;
	font-size: 19px;
	line-height: 21px;
}
.single-post-details blockquote p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.tags-area ul li {
	display: inline-block;
	margin-right: 11px;
}
.tags-area ul li:last-child {
	margin-right: 0px;
}
.tags-area ul li a {
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1.5px;
	font-weight: 500;
}
/*===================================
		comment area
===================================*/

.author-body-content {
	position: relative;
	padding: 19px 12px;
}
.comment-title h3 {
	color: #6d6d6d;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 28px;
	letter-spacing: 1.5px;
}
.commennts-details {
	margin-bottom: 21px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0px 20px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
	flex-shrink: 0;
}
.author-image {
	height: 80px;
	width: 80px;
	margin-right: 20px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-o-flex-shrink: 0;
}
.author-image img {
	height: auto;
	max-width: 100%;
}
#comment-reply {
	margin-left: 90px;
	padding: 10px 10px;
}
.author-body-content h5 {
	color: #414141;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
}
.author-body-content a {
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.author-body-content a i {
	padding-right: 2px;
	font-size: 12px;
}
/*====================================
		comment form
====================================*/

.comment-form-section {
	margin-top: 40px;
	margin-bottom: 26px;
}
.comment-leave-title h4 {
	color: #6d6d6d;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 25px;
}
.comment-single {
	width: 50%;
	float: left;
	margin-right: 10px;
}
.single-input input {
	font-size: 14px;
	text-transform: capitalize;
	color: #6e6e6e;
	padding: 10px 5px;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	margin-bottom: 19px;
}
.single-input textarea {
	font-size: 14px;
	color: #6e6e6e;
	text-transform: capitalize;
	padding: 10px 5px;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
.comment-submit input[type="submit"] {
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 29px;
	background: #985ba5;
	margin-top: 40px;
	color: #fff;
	font-weight: 500;
	border: 1px solid transparent;
}
.comment-submit input[type="submit"]:hover {
	background: transparent;
	color: #000;
	border: 1px solid #985ba5;
}
/*=================================================
		scroll to top
===================================================*/
.scrolltotop {
	background: #333 none repeat scroll 0 0;
	bottom: 30px;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 40px;
}
.scrolltotop > i {
    color: #fff;
    line-height: 37px;
    font-size: 18px;
}
/*===============================================
		preloader css style
=================================================*/

.preloader {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.status-mes {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 4px solid #222;
	border-right: 4px solid #222;
	border-bottom: 4px solid #222;
	border-left: 4px solid #fff;
	border-radius: 50%;
	-webkit-animation: spinner 1000ms infinite linear;
	animation: spinner 1000ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
    }
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
    }
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}

.header-text .home-arrow-down {
	text-align: center;
	position: absolute;
	bottom: -210px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
	font-size: 60px;
}

.header-text .home-arrow-down .fa {
	color: #1ca488;
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation-name: home-arrow-down;
	animation-name: home-arrow-down;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
		-webkit-transform: translate3d( 0, 0px, 0);
		transform: translate3d( 0, 0px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
		-webkit-transform: translate3d( 0, 5px, 0);
		transform: translate3d( 0, 5px, 0);
		filter: alpha(opacity=100);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
		-webkit-transform: translate3d( 0, 30px, 0);
		transform: translate3d( 0, 30px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
		-webkit-transform: translate3d( 0, 0px, 0);
		transform: translate3d( 0, 0px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
		-webkit-transform: translate3d( 0, 5px, 0);
		transform: translate3d( 0, 5px, 0);
		filter: alpha(opacity=100);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
		-webkit-transform: translate3d( 0, 30px, 0);
		transform: translate3d( 0, 30px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}