body {
	background: #fff;
}

h1, h2, h3, h4, h5, h6, em, span, a {
	margin: 0px;
	font-family: 'Noto Sans', sans-serif;
	color: #121212;
}

p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none!important;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

/* -- BUTTONS STYLE -- */

.primary-button a {
	font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	background-color: #121212;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 15px 20px;
}

.border-button a {
	font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	border: 1px solid #121212;
	color: #121212;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 15px 20px;
}

.border-button a:hover {
	color: #fff;
	background-color: #121212;
	transition: all 0.5s;
}

.load-more-button {
	margin-top: 30px;
}

.load-more-button a {
	color: #121212;
	font-size: 18px;
	width: 100%;
	height: 60px;
	background-color: #f7f7f7;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-bottom: 3px solid #ddd;
}

/* -- PRELOADER STYLE -- */

#page-preloader, .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #121212;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ==========================================================================
   Pako - Creative & Minimal HTML5 Template { TorchTemplates }
   ========================================================================== */

/* -- HEADER STYLE -- */

header {
	width: 100%;
	height: 100px;
	line-height: 100px;
}

header .logo a {
	letter-spacing: 1px;
	color: #121212;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	font-size: 24px;
}

.inner-page-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: rgba(250, 250, 250 ,0.5);
}


/* -- PAGE HEADING STYLE -- */

.page-heading {
	background-image: url(http://placehold.it/1170x420);
	width: 100%;
	background-size: cover;
	text-align: center;
}

.page-heading .text-content {
	background-color: rgba(0, 0, 0, 0.75);
	display: inline-block;
	padding: 30px 75px;
	margin: 190px 0px 90px 0px;
	outline-style: double;
  outline-color: #343434;
}

.page-heading .text-content h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.page-heading .text-content span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

@media screen and (max-width: 50em) {
	.page-heading .text-content {
		padding: 30px;
	}
}

/* -- SLIDER STYLE -- */

section.slider .flexslider .slider-caption {
	position: absolute;
	z-index: 100;
	top: 22%;
	margin-left: 125px;
}

section.slider .flexslider .slider-caption h1 {
	line-height: 44px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
}

section.slider .flexslider .slider-caption em {
	font-style: normal;
	color: #fff;
}

section.slider .flexslider .slider-caption .line-dec {
	width: 80px;
	height: 3px;
	background-color: #121212;
	margin: 25px 0px 25px 0px;
}

section.slider .flexslider .slider-caption p {
	color: #121212;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 40px;
}

section.slider .flexslider .flex-control-paging, .flex-direction-nav {
	display: none;
}

section.slider .flexslider .custom-navigation {
	position: absolute;
	width: 100%;
	top: 45%;
	z-index: 99;
}

section.slider .flexslider .flex-next {
	right: 0px;
	position: absolute;
}

section.slider .flexslider i {
	opacity: 0.9;
	color: #121212;
	font-size: 22px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: rgba(250, 250, 250, 0.9);
}

section.slider .flexslider i:hover {
	opacity: 1;
	transition: all 0.5s;
}

section.slider .flexslider .flex-prev {
	float: right;
	margin-right: 36px;
}

section.slider .flexslider i {
	opacity: 0.9;
	color: #121212;
	font-size: 22px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: rgba(250, 250, 250, 0.9);
}

section.slider .flexslider i:hover {
	opacity: 1;
	transition: all 0.5s;
}

@media screen and (max-width: 50em) {
	section.slider .flexslider .slider-caption h1 {
		line-height: 22px;
		font-size: 18px;
		letter-spacing: 2px;
	}
	section.slider .flexslider .slider-caption {
		top: 30%;
		margin-left: 25px;
	}
	section.slider .flexslider .slider-caption .line-dec {
		display: none;
	}
	section.slider .flexslider .slider-caption .primary-button {
		display: none;
	}
	section.slider .flexslider .custom-navigation {
		display: none;
	}
}

	
/* -- SERVICES STYLE -- */

section.services {
	background-color: #f7f7f7;
	margin-top: -265px;
	padding-top: 350px;
	padding-bottom: 70px;
}

section.services .service-item h4 {
	padding-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	float: left;
	margin-bottom: 0px;
	margin-right: 15px;
}

section.services .service-item .line-dec {
	margin-top: -5px;
	width: 30px;
	height: 2px;
	background-color: #121212;
}

section.services .service-item p {
	margin-top: 20px;
}

@media screen and (max-width: 50em) {
	section.services {
		background-color: #f7f7f7;
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 70px;
	}
	section.services .service-item {
		margin-bottom: 45px;
		padding: 0px 10px;
	}
	section.services .last-service {
		margin-bottom: 0px;
	}
}

/* -- FOOTER STYLE -- */

section.footer {
	background-color: #f7f7f7;
	margin-top: 80px;
	padding: 70px 0px 60px 0px;
	text-align: center;
}

section.footer .footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

section.footer .footer-menu ul li {
	display: inline-block;
	margin: 0px 20px;
}

section.footer .footer-menu ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #7a7a7a;
	letter-spacing: 0.5px;
}

section.footer .footer-menu ul li a:hover {
	color: #121212;
	transition: all 0.5s;
}

section.footer .footer-menu .sliding-middle-out:hover:after {
	width: 100%;
	background: #121212;
}

section.footer h4 {
	margin-top: 60px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

section.footer input {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  width: 100%;
  padding: 0px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #aaa;
  height: 40px;
  border-radius: 20px;
  outline: none;
}

section.footer input[class='subscribe'] {
	cursor: pointer;
  background-image: url(../img/message.png);
  background-position: right top;
  background-position: 96% 13px;
  background-repeat: no-repeat;
}

section.footer ul.social-icons {
	margin-top: -5px;
	padding: 0;
	list-style: none;
}

section.footer ul.social-icons li {
	 display: inline-block;
	 margin: 0px 3px;
}

section.footer ul.social-icons li a {
	font-size: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	background-color: #ccc;
	border-radius: 50%;
	color: #fff;
}

section.footer ul.social-icons li a:hover {
	background-color: #121212;
	transition: all 0.5s;
}

section.footer p {
	text-align: center;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	color: #565656;
	letter-spacing: 0.5px;
}

section.footer p a {
	color: #121212;
}

@media screen and (max-width: 50em) {
	section.footer .footer-menu ul li {
		display: none;
	}
}

/* -- ABOUT PAGE STYLE -- */

section.about-me {
	margin-top: 80px;
}

section.about-me .author-image {
	text-align: center;
}

section.about-me .author-image img {
	max-width: 100%;
	overflow: hidden;
}

section.about-me .author-text {
	margin-top: 60px;
}

section.about-me .author-text span {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #121212;
	font-family: 'Noto Sans', sans-serif;
	border-bottom: 1px solid #121212;
	display: inline-block;
	margin-bottom: 20px;
}

section.about-me .author-text h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

section.about-me .author-text h2 em {
	font-style: normal;
	background-color: #121212;
	color: #fff;
	padding: 3px 8px;
	margin-right: 1px;
}

section.about-me .author-text p {
	margin-bottom: 30px;
	margin-top: 30px;
}

section.about-me .author-text .skill-bars h6 {
	font-size: 11px;
	letter-spacing: 1px;
	color: #565656;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	margin-bottom: 7px;
}

section.about-me .author-text .skill-bars span {
	font-size: 11px;
	letter-spacing: 1px;
	color: #565656;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	margin-top: -3px;
}

section.about-me .author-text .skill-bars .progressbar {
  width: 100%;
  height: 3px;
  background-color: #eee;
  clear: both;
  border-radius: 5px;
}

section.about-me .author-text .skill-bars .progress {
  background: #121212;
  height: 3px;
  border-radius: 5px;
  float: left;
}

section.about-me .author-text .skill-bars .photoshop {
	margin-bottom: 30px;
}

section.about-me .author-text .skill-bars .photoshop .progress {
	width: 77%;
}

section.about-me .author-text .skill-bars .html {
	margin-bottom: 30px;
}

section.about-me .author-text .skill-bars .html .progress {
	width: 84%;
}

section.about-me .author-text .skill-bars .wp .progress {
	width: 62%;
}

section.my-services {
	background-color: #f7f7f7;
	padding: 80px 0px;
}

section.my-services .service-item {
	text-align: center;
	cursor: pointer;
	padding: 5px 0px 18px 0px;
}

section.my-services .service-item:hover {
	background-color: #fff;
	transition: all 1s;
}

section.my-services .service-item .icon {
	width: 64px;
	height: 64px;
	display: inline-block;
	text-align: center;
	line-height: 64px;
	background-color: transparent;
}

section.my-services .service-item h4 {
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 700;
}

section.testimonial {
	padding: 80px 0px 50px 0px;
}

section.testimonial .testimonial-item {
	text-align: center;
}

section.testimonial .testimonial-item h6 {
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-bottom: 30px;
}

section.testimonial .testimonial-item h6 em {
	font-style: normal;
	color: #7a7a7a;
	font-weight: 400;
	font-size: 11px;
}

section.testimonial .testimonial-item p {
	font-family: 'Georgia', sans-serif;
	font-size: 15px;
	color: #7a7a7a;
	letter-spacing: 1px;
	margin-top: 25px;
}

section.testimonial .testimonial-item .icon {
	display: inline-block;
	width: 34px;
	height: 26px;
}

section.testimonial .flex-control-paging li {
	margin: 0px 5px;
}

section.testimonial .flex-control-paging li a {
	width: 6px;
	height: 6px;
	background-color: #ddd;
	box-shadow: none;
}

section.testimonial .flex-control-paging li a.flex-active {
	background-color: #121212;
}


@media screen and (max-width: 50em) {
	section.about-me .author-text {
		margin-top: 0px;
		margin-bottom: 15px;
		padding: 30px;
		background-color: #f7f7f7;
	}
	section.my-services .service-item {
		text-align: center;
		cursor: pointer;
		padding: 15px 0px 28px 0px;
	}
}


/* -- SEVICES PAGE -- */

section.services-page {
	padding: 80px 0px 0px 0px;
}
section.services-page .service-item h4 {
	padding-top: 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-right: 15px;
}

section.services-page .service-item .line-dec {
	width: 30px;
	height: 2px;
	background-color: #121212;
}

section.services-page .service-item p {
	margin-top: 15px;
}

section.services-page .service-item .icon {
	margin-left: 30px;
	float: right;
	width: 200px;
	height: 200px;
	display: inline-block;
	text-align: center;
	line-height: 200px;
	background-color: #f7f7f7;
	border-bottom: 5px solid #fff;
}

@media screen and (max-width: 50em) {
	section.services-page .service-item {
		text-align: center;
		margin-bottom: 45px;
	}
	section.services-page .last-service {
		margin-bottom: 0px;
	}
	section.services-page .service-item h4 {
		padding-top: 15px;
	}
	section.services-page .service-item .icon {
		float: none;
	}
	section.services-page .service-item .line-dec {
		margin: 0 auto;
	}
}


/* -- BLOG PAGE STYLE -- */

section.blog-page {
	padding: 80px 0px 0px 0px;
}

section.blog-page .grid-item {
	padding: 0px 15px;
	margin-bottom: 15px;
}

section.blog-page .blog-item {
	width: 370px;
}

@media screen and (max-width: 50em) {
	section.blog-page .blog-item {
		width: auto;
	}
}

section.blog-page .blog-item:hover img {
	transition: all 1s;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
}

section.blog-page .blog-item img {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

section.blog-page .blog-item ul.blog-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

section.blog-page .blog-item ul.blog-info li {
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #aaa;
}
section.blog-page .blog-item ul li a {
	color: #aaa;
}
section.blog-page .blog-item ul li a:hover {
	color: #121212;
	transition: all 0.5s;
}

section.blog-page .blog-item h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 8px;
	line-height: 20px;
}

section.blog-page .blog-item p {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}


/* -- SINGLE POST PAGE STYLE -- */

section.single-blog-page {
	padding: 80px 0px 0px 0px;
	text-align: center;
}


section.single-blog-page .blog-item ul.blog-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

section.single-blog-page .blog-item ul.blog-info li {
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #aaa;
}
section.single-blog-page .blog-item ul li a {
	color: #aaa;
}
section.single-blog-page .blog-item ul li a:hover {
	color: #121212;
	transition: all 0.5s;
}

section.single-blog-page .blog-item h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 8px;
	line-height: 44px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

section.single-blog-page .blog-item img {
	max-width: 100%;
	overflow: hidden;
}

section.single-blog-page .blog-item p {
	text-align: left;
	margin-top: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

section.single-blog-page .blog-item span {
	font-family: 'Georgia', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #7a7a7a;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	background-color: #f7f7f7;
	padding: 15px;
}

section.single-blog-page ul.social-icons {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

section.single-blog-page ul.social-icons li {
	 display: inline-block;
	 margin: 0px 3px;
}

section.single-blog-page ul.social-icons li a {
	font-size: 13px;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	background-color: #121212;
	border-radius: 50%;
	color: #fff;
}

section.single-blog-page ul.social-icons li a:hover {
	color: #121212;
	background-color: #eee;
	transition: all 0.5s;
}


/* -- CONTACT FORM STYLE -- */

#contactForm h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
}

#contactForm span {
	position: relative;
	z-index: 99999999;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 30px;
}

#contactForm .contact-form-content {
	position: relative;
	top: 5%;
}

#contact-form i { 
  margin-top: 30px;
	color: #fff;
	font-size: 14px;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #121212;
}

#contact:hover { background: #666; }
#contact:active { background: #444; }

#contactForm { 
  display: none;
  width: 400px;
  height: 100%;
  padding: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 999999999;
  top:0;
  left:0;

}

#contactForm input, textarea { 
  background-color: rgba(250, 250, 250, 0.2);
	margin-bottom: 15px;
	height: 44px;
	z-index: 10;
	padding: 15px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #fff!important;
	outline: none;
	border: 1px solid transparent;
  display: block; 
  width: 100%; 
  overflow: hidden;
}
#contactForm textarea { height: 140px; max-height: 220px; max-width: 100%; }

.formBtn {
	font-family: 'Noto Sans', sans-serif;
  display: inline-block;
	background-color: #fff;
	color: #121212!important;
	border: none;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 20px;
}

#contactForm button { 
	font-family: 'Noto Sans', sans-serif;
  display: inline-block;
	background-color: #fff;
	color: #121212!important;
	border: none;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 20px;
}

@media screen and (max-width: 50em) {
	#contactForm { 
		width: 90%;
		height: 100vh;
		overflow: scroll;
	}
	#contactForm::-webkit-scrollbar {
	    width: 3px;
	}
	 
	#contactForm::-webkit-scrollbar-track {
	   background-color: transparent;
	}
	 
	#contactForm::-webkit-scrollbar-thumb {
	  background-color: darken(@bg-darker, 8%);
	  outline: 1px solid slategrey;
	}
}