/**
 *	01. General
 *	02. Header
 *	03. About
 *	04. Projects
 *	05. Testimonials
 *	06. Services
 *	07. Latest News
 *	08. Counter
 *	09. Team
 *	10. Contact Us
 *	11. Footer
 *	12. Blog
 *	13. Sidebar
 *	14. Markup Format
 *	15. Related Posts
 *	16. Comments
 *  17. Responsive
 *	18. Gallery
 */
/* 01. General */
html,
body {
	width: 100%;
	height: 100%;
	display: block;
}

body {
	line-height: 1.5;
	background-color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #888;
}

textarea,
input {
	-webkit-appearance: none;
	border-radius: 0;
}

.front-page-section {
	width: 100%;
}

.front-page-section .section-header {
	width: 100%;
}

.front-page-section .section-header h3 {
	margin: 0 0 30px 0;
	line-height: 0.6;
	font-weight: 900;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.front-page-section .section-header p {
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 15px;
	color: #888;
}

.front-page-section .section-content {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
	margin: 0;
}

.open-responsive-menu {
	display: none;
}

.responsive-menu {
	display: none;
}

.customizer-display-none {
	display: none;
}

.customizer-display-block {
	display: block;
}

/* 02. Header */
#header {
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header .top-header {
	width: 100%;
	padding-top: 40px;
}

#header .top-header .header-logo {
	display: block;
	font-size: 38px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}

#header .top-header .header-logo:hover {
	color: #f1d204;
	text-decoration: none;
}

#header .top-header .header-navigation {
	float: right;
}

#header .top-header .header-navigation ul {
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#header .top-header .header-navigation ul li {
	margin-left: 40px;
	line-height: 1.375;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	float: left;
}

#header .top-header .header-navigation ul li:first-child {
	margin-left: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children a {
	padding-right: 16px;
	position: relative;
}

#header .top-header .header-navigation ul li.menu-item-has-children a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	width: 250px;
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	left: 0;
	display: none;
	z-index: 10;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child a {
	padding-top: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child a {
	padding-bottom: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 5px 10px;
	line-height: 1.6;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	text-transform: none;
	display: block;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover {
	color: #f1d204;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after {
	display: none;
}

#header .top-header .header-navigation ul li a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .top-header .header-navigation ul li a:hover {
	color: #ffde00;
	text-decoration: none;
}

#header .bottom-header {
	width: 100%;
	padding-top: 240px;
	padding-bottom: 280px;
	text-align: center;
}

#header .bottom-header.blog {
	padding: 130px 0;
}

#header .bottom-header.blog p {
	margin-bottom: 0;
}

#header .bottom-header h2 {
	margin: 0 0 50px 0;
	line-height: 0.74;
	font-weight: 900;
	font-size: 81px;
	color: #fff;
	text-transform: uppercase;
}

#header .bottom-header span.span-dot {
	color: #ffde00;
}

#header .bottom-header p {
	line-height: 1.6;
	margin-bottom: 60px;
	font-size: 15px;
	color: #fff;
}

#header .bottom-header .header-button-one {
	width: auto;
	height: 63px;
	line-height: 57px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .bottom-header .header-button-one:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

#header .bottom-header .header-button-two {
	width: auto;
	height: 63px;
	line-height: 63px;
	background: #f1d204;
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .bottom-header .header-button-two:hover {
	background: rgba(241, 210, 4, 0.9);
	text-decoration: none;
}

/* 03. About */
#about,
#static-page-content {
	width: 100%;
	background: #fff;
	padding: 65px 0 85px 0;
	text-align: center;
}

#about .section-header {
	margin-bottom: 110px;
}

#about .skill {
	width: 100%;
}

#about .skill .skill-top {
	width: 100%;
	margin-bottom: 25px;
}

#about .skill .skill-top .skill-progress-bar {
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	position: relative;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value {
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
}

#about .skill .skill-top .skill