/* 
==============================
 Sections Style Table
==============================

 1. Global Styles
 */
/*===== Global Style=====*/
/*==== Primary Color #ff5657 ===*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body, html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	line-height: 2;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: bold;
}
.pri-sec h2, .pri-sec h3 {
	color: #232326
}
p {
	margin: 0px;
}
/*======= Appearance ===*/
* {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
::selection {
	color: #000;
	background: #dcdcdc;
}
::-moz-selection {
color:#000;
background:#dcdcdc;
}
input:invalid {
    box-shadow: none !important;
}
::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb {
background:rgba(210,210,210,.8);
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
box-shadow:inset 0 0 6px rgba(0,0,0,.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(210,210,210,.4)
}
.animated {
	-moz-transition-duration: 0s !important;
}
.title {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 44px;
	padding-top: 24px;
	padding-bottom: 44px;
}
.small-title {
	position: relative;
	padding-top: 22px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700
}
.small-title::after {
	content: "";
	width: 2px;
	height: 45px;
	position: absolute;
	left: -8px;
	bottom: 2px;
}
.thumbnail .caption {
	color: inherit
}
.caption h3 {
	font-weight: 700;
	padding: 0px 0px 24px 0px;
	font-size: 30px;
	color: #51a8b1;
}
.skill .thumbnail .fa {
	font-size: 50px
}

@media (min-width:768px) {
	.thumbnail{
		margin-bottom: 0
	}
}
.thumbnail {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	/*! text-align: center; */
	transition: 300ms
}
.skill .thumbnail:hover i, 
.skill .thumbnail:hover h3, 
.skill .thumbnail:hover p{
	color:#FFF
}
.skill .thumbnail:hover {
	background: #232227;
	transform: scale(1.1);
	transition: all .4s ease-in-out;
}
.thumb-inner {
	padding: 25px
}
.pri-bg {
	background: #fedb01;
	color: #232227;
}
.pri-bg .small-title::after {
	background: #232227;
}
.sec-bg .small-title::after {
	background: #fff;
}
.sec-bg {
	background: #ffffff;
	color: #363636;
}
.skill, .portfolio, .blog, .clients, 
.contact, .hire-me, .client-say, footer {
	padding: 0px 0px 0px 0px;
}
.blog a {
	color: #fff;
}
.blog .thumbnail a:hover {
	color: #fedb01;
}
.caption span {
	color: #ff5900;
	padding: 22px 0px 22px 0px;
	display: inline-block;
}

.blog p.verde {color: #51a8b1; font-weight: bold;}

.blog .caption p {
	padding-bottom: 25px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
}
a:hover {
	text-decoration: none
}
.navbar-nav {
	text-transform: uppercase;
}
.navbar-inverse {
	background-color: #ffffff;
	border-color: transparent;
	z-index: 45;
	margin-top: 0px;
	/*! overflow: hidden; */
	height: 153px;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
	color: #7e7e7e;
	font-weight: 400;
	font-size: 18px;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.navbar-inverse .navbar-toggle, .navbar-toggle:hover {
	border-color: transparent;
}
.navbar-toggle {
	border-radius: 0px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.affix-top {
	-webkit-transition: all .5s ease-in;
}

.affix #logo img {width: 250px; height:145px; }

.affix {
	position: fixed;
	z-index: 1001;
	background: #ffffff;
	width: 100%;
	top: 0;
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
	padding: 5px;
	opacity: .97;
	animation: fadeInDown .5s;
	margin-top: 0;
}
.affix .navbar-header {
	display: block !important;
	animation: fadeInDown .7s
}
.affix .active {
	background: transparent;
	color: #ddd!important;
	font-weight: bold;
	animation: fadeIn .7s;
	outline: 0
}
.affix .active:hover {
	color: #FFF !important
}
.affix .navbar {
	margin-bottom: 0px;
}

h1.hero-title, h2.hero-title, h3.hero-title {
	font-size: 40px;
	color: #fff;
}
/*=============== Hero area ============*/
header {
	padding-top: 0px;
}
@media (min-width:768px) {
.navi.container, .collapse.navbar-collapse {
	padding-left: 0
}
}
@media (max-width:768px) {
.navi.container, .affix .collapse.navbar-collapse {
	 /*! background:rgba(35, 34, 39, 0.89); */
    text-align: center;
	 background: #fff;
}
}
   
.hero-area {
	background: #ffffff url("../img/hero.jpg");
	/*! background-size: cover; */
	background-position: top center;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	position: relative;
}

.hero-area p {
	max-width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0 !important;
	padding: 10px 15px;
	color: #000000;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 1px
}
.hero.container {
	position: relative
}
.hero-text {
	transform: translateX(-50%);
	position: absolute;
	top: 42%;
	transform: translateY( 50% );
	left: 35%;
	/*! transform: translateX(-50%); */
	/*! width: 100%; */
}
@media (max-width:767px) {
.hero-text {
	left: 5%;
}
.hero-text .btn{
		display:inline
	}
}

@media (max-width:320px) {
.hero-text .btn{
		display:block
	}
	.hero-text {
		left: 7%;
		top: 38%;
		transform: translateY( 25% );
		/*! width: 99%; */
	}
	.hero-text h1 {
		font-size: 32px !important;
	}
}
.hero-text h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #fedb01;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 55px;
	letter-spacing: 1px;
}
.hero-text h3 {
	color: #51a8b1;
	font-size: 3.125em;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 11px;
	line-height: 58px;
}
h1 span {
	font-weight: 400
}
.btn {
	font-weight: bold
}
.btn {
	margin: 0 auto 2em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: inherit;
}
.view {
	border-radius: 0;
	background-color: #ff5900;
	color: #ffffff;
	padding: 10px 33px;
	margin-right: 20px;
	transition: .7s;
	/* vertical-align: inherit; */
}
.view:hover {
	-webkit-box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	color: #FFF;
	background-color: transparent;
	border: solid 1px #f3f5f7;
	transition: .6s
}
.sign {
	font-size: 13px;
	color: #fff;
	padding: 10px 27px;
	border-radius: 0;
	background-color: transparent;
	border: solid 1px #fedb01;
	transition: .7s;
}
.sign:hover {
	-webkit-box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	box-shadow: -1px 5px 4px -3px rgba(0, 0, 0, 0.4);
	background-color: #fedb01;
	transition: .6s;
}


.btn {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.btn span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.btn::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	
}

.btn:hover::before{
	opacity: 1;	
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	
}
.btn::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.btn:hover::after{
	opacity: 0;	
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}
.hero .btn:hover {
	color: #FFF
}
.hero .sign:hover{
	color:#232326
}
.contact-form .btn {
	border: none;
	margin-bottom: 0;
}
 @media(max-width:767px) {
.view, .sign {
	margin: 5px 5px 0 0;
	display: block;
}
.form .btn{
    display: inline-block;
}
}
.form {
	background: #fff;
	vertical-align: inherit;
	padding: 20px 0px 40px 0px;
}
.hire-me {
	background: #fff;
}
.hire-me h3 {
	display: inline;
	padding-right: 42px;
	font-weight: 700;
	vertical-align: text-bottom;
	line-height: 4px;
}
.hire-me .btn{
	margin-bottom:0;
	box-shadow:unset
}

footer .fa {
	font-size: 32px;
}
/*cor instagram*/
footer a {
	color: #ea0530;
	padding: 0px 5px 0px 0px;
}
footer a:hover {
	color: #000;
	padding: 0px 5px 0px 0px;
}
footer .fa-twitter {
/* color:#000 */
}
footer .fa:hover, footer .fa:focus {
	color: #16aaab
}
footer a:hover {
	color: #16aaab;
}
.hire-me .sign, .hire-me .view:hover {
	border: 1px solid #232326;
	color: #232326
}


/*=========== Input Style ===========*/
.contact-form input {
	margin: 7px;
}
.contact-form {
	display: table
}
.contact-form .view:hover {
	background: #232227;
	box-shadow: unset
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em !important;
	width: calc(100% - 2em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em !important;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none;
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
.input__field--ruri {
	width: 100%;
	background: transparent;
	padding: 0.5em 0;
	margin-bottom: 2em;
}
.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	padding: 10px 0 5px !important;
	pointer-events: none;
}
.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
	top: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}
.input__field--ruri:focus + .input__label--ruri::after, .input--filled .input__label--ruri::after {
	background: #111111;
	-webkit-transform: scale3d(1, 0.25, 1);
	transform: scale3d(1, 0.25, 1);
}
.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri, .input--filled .input__label--ruri .input__label-content--ruri {
	color: #111111;
	-webkit-transform: translate3d(0, 2.5em, 0) scale3d(0.655, 0.655, 1);
	transform: translate3d(0, 2.5em, 0) scale3d(0.655, 0.655, 1);
}
/*========== Scroll Top ============*/
.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #333;
	line-height: 42px;
	font-size: 22px;
	color: #fff;
	border-radius: 2px;
	z-index: 99;
}
.scroll-top:hover i {
	color: rgb(254, 219, 1);
}
/*========== Testimonial ============*/
.testimonial {
	background: #fff;
	padding: 32px 40px 30px 90px;
	margin: 16px 20px 0px 100px;
	color: #232227;
	position: relative;
}
.testimonial .pic {
	width: 190px;
	height: 193px;
	line-height: 200px;
	position: absolute;
	top: 0px;
	left: -95px;
	overflow: hidden;
}
.testimonial .testimonial-title {
	display: inline-block;
	width: 35%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 28px 20px;
	margin: 0;
	border-right: 1px solid #232227;
}
.testimonial .testimonial-title small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.testimonial .description {
	display: inline-block;
	width: 65%;
	font-size: 15px;
	color: #232227;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	padding: 28px 0 28px 28px;
	position: relative;
	line-height: 1.7;
}
.testimonial .description:before {
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 20px;
	color: #232326;
}
.testimonial .description:after {
	content: "\f10e";
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	bottom: 5px;
	color: #232326;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page span {
	width: 7px;
	height: 7px;
	background: #2b9464;
	border: 4px solid #7ccba7;
	box-sizing: content-box;
}
.owl-theme .owl-controls .owl-page span {
	border: 4px solid transparent;
	background: #bcbcbc;
}
@media only screen and (max-width: 767px) {
.testimonial {
	margin: 90px 15px 0;
	padding: 100px 40px 30px 40px;
}
.testimonial .pic {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.testimonial .testimonial-title {
	width: 100%;
	float: none;
	border-right: none;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.testimonial .description {
	width: 100%;
}
.owl-theme .owl-controls {
    left: 34% !important;
}
}
@media only screen and (max-width: 480px) {
.testimonial {
	padding: 100px 30px 30px;
}
}
.owl-theme .owl-dots {
	margin-top: 10px;
	position: absolute;
	left: 44%;
	bottom: -1px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #232326;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 7px;
	margin: 5px 2px;
}
/*========== Start blog-area css ===========*/
.blog h2 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 15px
}
.blog-page .thumbnail .caption {
	text-align: left !important;
	padding: 9px 0px 9px 0px;
}
.blog .btn-default {
	border: 1px solid #232326;
	border-radius: 0;
	color: #232326
}
.blog .btn-default:hover {
	background: #232326
}

.blog-area {
	padding: 115px 0px 105px;
}
.blog-section {
	padding-right: 20px;
	padding-top: 5px;
}
.blog-video iframe {
	border: 0px;
	box-shadow: none;
	width: 100%;
	min-height: 500px;
}
.blog-video1 iframe {
	min-height: 400px;
}
.blog-items {
	margin-bottom: 70px;
}
.blog-items .blog-content {
	background-color: white;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
	padding: 20px 40px;
}
.blog-items .blog-content h2 {
	color: #1a264a;
}
.blog-items .blog-content h2:hover {
	color: #1aabec;
}
.blog-items .blog-content p {
	color: #555555;
	padding: 5px 0px 25px;
}
.post-info {
	padding-top: 5px;
	border-top: 1px solid #f0f0f0;
}
.post-info li {
	color: #9a9a9a;
	display: inline-block;
	font-style: normal;
}
.post-info li a, .post-info li span {
	color: #555555;
	font-style: italic;
}
.post-info li a:hover, .post-info li span:hover {
	color: #1aabec;
}
.post-info li + li {

	margin-left: 10px;
}
.post-info li + li:before {
	content: '';
	width: 1px;
	height: 15px;
	display: inline-block;
	background: #555555;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-pagination li {
	display: inline-block;
	padding-right: 14px;
}
.blog-pagination li a {
	color: #555555;
}
.blog-pagination li a i {
	padding-left: 13px;
	vertical-align: middle;
}
.blog-pagination li a:hover {
	color: #1a264a;
}
.blog-pagination li.active a {
	color: #1a264a;
	font-weight: 500;
}
/*=========== blog-sidebar css ===============*/
.blog-sidebar {
	padding-left: 20px;
}
.blog-sidebar .widget .widget_title {
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.blog-sidebar .widget.categories-widget {
	margin-top: 67px;
}
.blog-sidebar .widget.categories-widget .widget_title {
	margin-bottom: 20px;
}
.blog-sidebar .widget + .widget {
	margin-top: 0px;
}
.widget-search {
	padding-bottom: 5px;
}
.widget-search .search-form {
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
	border-radius: 50px;
	border: 1px solid #ededed;
}
.widget-search .search-form .form-control {
	border: 0px;
	box-shadow: none;
	background: transparent;
	height: 40px;
	font-size: 15px;
	color: #555555;
	padding: 0px 10px 0px 30px;
}
.widget-search .search-form .form-control.placeholder {
	color: #9c9c9c;
}
.widget-search .search-form .form-control:-moz-placeholder {
 color: #9c9c9c;
}
.widget-search .search-form .form-control::-moz-placeholder {
 color: #9c9c9c;
}
.widget-search .search-form .form-control::-webkit-input-placeholder {
 color: #9c9c9c;
}
.widget-search .search-form .input-group-addon {
	padding: 0px;
	background: none;
	border-radius: 0px;
	border: 0px;
}
.widget-search .search-form .input-group-addon button {
	font-size: 15px;
	color: #555555;
	border: 0px;
	background: transparent;
	padding: 0px 30px 0px 0px;
	outline: none;
}
.widget-search .search-form:focus {
	border-color: #1aabec;
}
.post-widget .media {
	margin-top: 21px;
}
.post-widget .media .media-left {
	padding-right: 20px;
}
.post-widget .media .media-body .tn_tittle {
	color: #2A292E;
	transition: all 400ms linear 0s;
}
.post-widget .media .media-body .tn_tittle:hover {
	color: #1aabec;
}
.post-widget .media .media-body ul li {
	display: inline-block;
}
.post-widget .media .media-body ul li a {
	color: #555555;
	transition: all 400ms linear 0s;
}
.post-widget .media .media-body ul li a i {
	color: #9c9c9c;
	padding-right: 7px;
}
.post-widget .media .media-body ul li a:hover {
	color: #1aabec;
}
.post-widget .media .media-body ul li a:hover i {
	color: #1aabec;
}
.post-widget .media .media-body ul li + li {
	margin-left: 10px;
}
.post-widget .media:nth-child(2) {
	margin-top: 0px;
}
.tag-widget .tag {
	margin-left: -7px;
}
.tag-widget .tag li {
	display: inline-block;
	margin: 0px 7px 10px;
}
.tag-widget .tag li a {
	color: #555555;
	border: 1px solid #e0e0e0;
	padding: 0px 20px;
	display: block;
	transition: all 0.1s linear;
}
.tag-widget .tag li a:hover {
	background: #fedb01;
	color: #232326;
	border: 1px solid #232326;
}
.categories-widget .c-list li a {
	color: #555555;
}
.categories-widget .c-list li a i {
	font-size: 9px;
	vertical-align: middle;
	padding-right: 17px;
}
.categories-widget .c-list li a:hover {
	color: #1aabec;
}
.single-blog-area {
	background: #f8fafc;
}
.single-post blockquote {
	font-size: 19px;
	line-height: 28px;
	color: #555555;
	border-color: #1aabec;
	padding: 5px 0px 7px 20px;
	margin-left: 28px;
	font-style: italic;
}
.single-post blockquote p {
	padding-bottom: 0px;
}
.single-post .pagination {
	display: block;
	overflow: hidden;
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
	padding-top: 27px;
}
.single-post .pagination a {
	color: #555555;
	display: inline-block;
	float: left;
}
.single-post .pagination a i {
	vertical-align: middle;
	padding-right: 13px;
}
.single-post .pagination a + a {
	float: right;
}
.single-post .pagination a + a i {
	padding-right: 0px;
	padding-left: 13px;
}

.single-post .pagination a:hover {
	color: #1aabec;
}
.comment-title {
	padding-bottom: 25px;
}
.comments {
	background-color: white;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
	padding: 36px 25px 26px 40px;
	margin: 0px 0px 80px;
}
.comments .comment .media-left {
	padding-right: 20px;
}

.comments .comment .media-body h6 {
	color: #555555;
	font-style: italic;
}
.comments .comment .media-body p {
	color: #555555;
	padding-top: 10px;
}
.comments .comment .media-body .reply-btn {
	line-height: 48px;
	color: #555555;
}
.comments .comment .media-body .reply-btn i {
	padding-left: 10px;
	vertical-align: middle;
}
.comments .comment .media-body .reply-btn:hover {
	color: #1aabec;
}
.comments .comment.reply, .comments .comment + .comment {
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
}
.media.comment .img-circle {
	width: 80px;
	height: 80px;
}
.post-widget .media .media-body ul li {
	display: inline-block;
}
/*========== End blog-area css ===========*/
.blog-page .hire-me {
	background: rgba(202, 202, 202, 0.23);
}
.blog-sidebar h2 {
	font-size: 26px;
}
.blog-page .thumbnail {
	padding-bottom: 50px
}
.blog-sidebar .media-body .list-inline > li > a {
	font-size: 12px
}
.breadcumb {
	padding: 30px 0px 30px 0px;
	margin-bottom: 20px;
	background: #fedb01;
}
.blog-page header {
	padding-top: 0;
	background: #232326;
	/*! margin-top: 0; */
}
.blog-page .navbar-inverse {
	margin-bottom: 0;
	margin-top: 0;
}
.blog-page .navbar-nav {
	display: inline-block;
	float: none;
	text-align: center;
	padding-top: 10px;
}
.comment-title {
	padding-left: 28px
}
.overflow-hidden {
	overflow: hidden !important;
}
.alt-font {
	font-weight:400;
	padding: 0px 18px;
}
.blog-listing .post-date {
	width: 80px;
	height: 80px;
	line-height: 22px;
	background-color: #232326;
	margin-top: 5px;
	color: #FEDB01;
	font-size: 12px;
	padding: 25px 0 !important;
}
.blog-listing .post-date span {
	font-size: 26px;
	display: block;
	font-weight: 500;
}
@media (max-width:360px){
	.xs-margin-lr-auto{
		margin-left:15px
	}
}
/* ===================================
    Portfolio
====================================== */
.portfolio{
    padding: 65px 0px 25px 0px;
}
/* portfolio filter tab */
.portfolio-filter-tab li {
	margin: 0 20px !important;
	display: inline-block;
	float: inherit
}
.portfolio-filter-tab li:last-child {
	margin-right: 0
}
.portfolio-filter-tab li:first-child {
	margin-left: 0
}
.portfolio-filter-tab li a {
	border: none !important;
	padding: 0;
	border-radius: 0;
	padding: 5px 10px 3px 10px
}
.portfolio-filter-tab li a:hover, .portfolio-filter-tab li:active, .portfolio-filter-tab li.active a {
	border: none;
	background-color: #fdd947 !important;
	color: #000 !important
}
.nav-tabs li a {
	margin: 0;
	line-height: 17px
}
/* portfolio filter tab - style 2 */
ul.portfolio-filter-tab-style-2 {
	border-bottom: none;
}
.portfolio-filter-tab-style-2 li {
	margin: 0 25px !important;
	display: inline-block;
	float: inherit;
	position: relative;
	top: 1px;
}
.portfolio-filter-tab-style-2 li:last-child {
	margin-right: 0 !important
}
.portfolio-filter-tab-style-2 li:first-child {
	margin-left: 0 !important
}
.portfolio-filter-tab-style-2 li a {
	border: none !important;
	padding: 0;
	border-radius: 0;
	padding: 5px 0;
	color: #9b9b9b
}
.portfolio-filter-tab-style-2 li a:hover, .portfolio-filter-tab-style-2 li.active a {
	border-bottom: 2px solid #d8b75f !important;
	background-color: transparent !important;
	color: #000 !important
}
/* portfolio filter tab - style 3 */
ul.portfolio-filter-tab-style-3 {
	border-bottom: none;
}
.portfolio-filter-tab-style-3 li {
	margin: 0 15px !important;
	display: inline-block;
	float: inherit;
	position: relative;
	top: 1px;
}
.portfolio-filter-tab-style-3 li:last-child {
	margin-right: 0 !important
}
.portfolio-filter-tab-style-3 li:first-child {
	margin-left: 0 !important
}
.portfolio-filter-tab-style-3 li a {
	border: none !important;
	border-radius: 0;
	padding: 4px 10px;
	color: #9b9b9b
}

.portfolio-filter-tab-style-3 li a:hover, .portfolio-filter-tab-style-3 li:active, .portfolio-filter-tab-style-3 li.active a {
	border-bottom: none;
	background-color: #d66e4a !important;
	color: #fff !important
}
/* portfolio filter tab - style 4 */
ul.portfolio-filter-tab-style-4 {
	border-bottom: none;
}
.portfolio-filter-tab-style-4 li {
	margin: 0 20px !important;
	display: inline-block;
	float: inherit;
	position: relative;
	top: 1px;
}
.portfolio-filter-tab-style-4 li:last-child {
	margin-right: 0 !important
}
.portfolio-filter-tab-style-4 li:first-child {
	margin-left: 0 !important
}
.portfolio-filter-tab-style-4 li a {
	border: none !important;
	background: transparent !important;
	padding: 0;
	border-radius: 0;
	padding: 5px 15px;
	color: #9b9b9b
}
.portfolio-filter-tab-style-4 li.active a:before {
	background: url('../img/arrow.png') right center no-repeat;
	content: "/";
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 5px;
	text-indent: -9999px
}
/* portfolio filter tab - style 5 */
ul.portfolio-filter-tab-style-5 {
	border-bottom: none;
}
.portfolio-filter-tab-style-5 li {
	margin: 0;
	display: table;
	float: inherit;
	position: relative;
	top: 1px;
}
.portfolio-filter-tab-style-5 li:last-child {
	margin: 0 !important
}
.portfolio-filter-tab-style-5 li:first-child {
	margin: 0 !important
}
.portfolio-filter-tab-style-5 li a {
	border: none !important;
	background: transparent !important;
	padding: 10px 21px 10px 0;
	border-radius: 0;
	color: #9b9b9b
}
.portfolio-filter-tab-style-5 li a:hover {
	color: #000
}
.portfolio-filter-tab-style-5 li.active a:before {
	border-bottom: 1px solid #ef106e;
	content: "";
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 18px;
	color: #000
}
.portfolio-filter-tab-style-5 li.active a {
	padding-left: 15px;
	color: #000
}
/* portfolio filter tab - style 6 */
ul.portfolio-filter-tab-style-6 {
	margin: 220px 50px 0 0;
}
.portfolio-filter-tab-style-6 li {
	margin: 0;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.2)
}
.portfolio-filter-tab-style-6 li:last-child {
	margin: 0 !important;
	border-bottom: none
}
.portfolio-filter-tab-style-6 li:first-child {
	margin: 0 !important
}
.portfolio-filter-tab-style-6 li a {
	border: none !important;
	background: transparent !important;
	padding: 17px 0;
	border-radius: 0;
	color: #fff
}
.portfolio-filter-tab-style-6 li a:hover, .portfolio-filter-tab-style-6 li.active a, .portfolio-filter-tab-style-6 li a:focus {
	color: #000 !important
}
/* masonry basic */
.grid li {
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}
.grid img {
	width: 100%
}
.grid-gallery {
	clear: both;
	float: left;
	width: 100%;
}
.gallery-img a {
	position: relative;
	z-index: 2;
	display: block
}
.grid-gallery ul {
	list-style: none;
	padding: 0;
}
.grid-gallery figure {
	margin: 0;
	position: relative
}
.grid-gallery figure img {
	display: block;
	width: 100%;
	opacity: 1;
	cursor: pointer;
}
.grid-gallery figcaption h3 {
	margin: 0 0 8px;
	padding: 0;
	text-transform: uppercase;
}
.grid-gallery figcaption i {
	font-size: 32px;
	color: #aeaeae;
	margin-bottom: 20px
}
.grid {
	margin: 0 auto;
}
.grid li {
	box-sizing: border-box;
	float: left;
	margin: 0;
	display: inline-table;
}
.gallery-img {
	opacity: 1;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.grid figure:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	opacity: 0.15;
	cursor: url("../img/icon-zoom.png"), pointer;
}
.grid figure:hover figcaption {
	opacity: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
/* grid - style 1 */
.grid-style1 .grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.grid-style1 .grid figcaption {
	opacity: 0;
	text-align: center;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	left: 30px;
	top: 30px;
	position: absolute;
	background: #fff
}
.grid-style1 .grid figcaption h3 {
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative
}
.grid-style1 .grid figcaption h3 span {
	margin-top: 5px;
}
.grid-style1-border {
	border: 8px solid #fdd947;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	left: 20px;
	top: 20px;
	position: absolute;
}
/* grid - style 2 */
.grid-style2 .grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background: #999999
}
.grid-style2 .grid figure img {
	position: relative;
	top: 0;
}
.grid-style2 .grid figure:hover img {
	top: -100px;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: .5;
}
.grid-style2 .grid figcaption {
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 100px;
	bottom: -100px;
	position: absolute;
	padding: 25px 0;
	background: #fff
}
.grid-style2 .grid figure:hover figcaption {
	bottom: 0;
	opacity: 1
}
.grid-style2 .grid figcaption h3 {
	margin: 0;
	position: relative;
}
/* grid - style 3 */
.grid-style3 .grid figure img {
	position: relative;
	top: 0;
}
.grid-style3 .grid figure:hover img {
	top: 0;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: .5;
}
.grid-style3 .grid figcaption {
	text-align: center;
	width: 100%;
	height: 100px;
}
.grid-style3 .explore-now {
	position: absolute;
	bottom: -36px;
	width: 100%;
	opacity: 0
}
.grid-style3 .grid figure:hover .explore-now {
	opacity: 1;
	bottom: -37px
}
.grid-style3 .grid li:hover figcaption {
	bottom: 37px !important;
}
.grid-style3 .explore-now a {
	padding: 7px 0;
	display: block;
	width: 100%;
	color: #fff
}
/* grid - style 4 */
.grid-style4 .grid figure img {
	position: relative;
	top: 0;
	opacity: 1;
}
.grid-style4 .grid figure:hover img {
	top: 0;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: .1;
	cursor: url("../img/icon-zoom-white2.png"), pointer;
	box-shadow: none;
	outline: none;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.grid-style4 .grid h3 {
	font-size: 22px;
	position: absolute;
	left: 45px;
	bottom: 0;
	width: 30%;
	z-index: 5;
	line-height: 25px;
	opacity: 0
}
.grid-style4 .grid h3:after {
	border-bottom: 4px solid rgba(0,0,0,1);
	content: "";
	left: 0;
	position: absolute;
	top: -25px;
	width: 60%;
}
.grid-style4 .grid figure:hover h3 {
	opacity: 1;
	bottom: 38px;
	letter-spacing: 10px;
}
.grid-style4 .grid h3 a {
	color: rgba(0,0,0,.9)
}
/* grid - style 5 */
.grid-style5 .grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background: #000
}
.grid-style5 .grid figcaption {
	opacity: 0;
	text-align: center;
	bottom: 60px;
	left: 0;
	right: 0;
	position: absolute;
}
.grid-style5 .grid figure:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	cursor: pointer;
	opacity: .25;
}
.grid-style5 .grid figcaption h3 {
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	width: 100%;
	padding: 30px 15px 10px 15px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	opacity: 1;
	z-index: 2
}
.grid-style5 .grid figcaption h3 a {
	color: #fff
}
.grid-style5 .grid figcaption span {
	text-align: center;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative
}
/* grid - style 6 */
.grid-style6 .grid figure img {
	position: relative;
	top: 0;
	opacity: 1;
}
.grid-style6 .grid figure:hover img {
	top: 0;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: .3;
	cursor: url("../img/icon-zoom-white2.png"), pointer;
	box-shadow: none;
	outline: none;
}
.grid-style6 .grid h3 {
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 5;
	line-height: 25px;
	opacity: 0;
	color: rgba(255,255,255,1)
}
.grid-style6 .grid h3:after {
	border-bottom: 8px solid rgba(255,26,86,1);
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	bottom: -25px;
	width: 40%;
	margin: 0 auto
}
.grid-style6 .grid figure:hover h3 {
	opacity: 1;
	bottom: 70px;
	letter-spacing: 10px;
}
.grid-style6 .grid h3 a {
	color: rgba(255,255,255,1)
}
/* portfolio grid - gutter */
.gutter .grid-gallery ul {
	margin-left: -11px
}
.gutter .grid li {
	padding: 0 0 11px 11px;
}
/* portfolio grid - 5 column  */
.work-5col .grid li {
	width: 20%;
}
/* portfolio grid - 4 column  */
.work-4col .grid li {
	width: 25%;
}
/* portfolio grid - 3 column  */
.work-3col .grid li {
	float: left;
	width: 33.33%;
}
@media (max-width:767px){
.work-3col .grid li {
	width: 100%;
}
}
/* portfolio grid - 2 column  */
.work-2col .grid li {
	float: left;
	width: 50%;
}
/* portfolio grid - gutter */
.gutter .grid-gallery ul {
	margin-left: -11px
}
.gutter .grid li {
	padding: 0 0 11px 11px;
}
/* portfolio grid - gutter wide */
.gutter-wide .grid-gallery ul {
	margin-left: -40px
}
.gutter-wide .grid li {
	padding: 0 0 40px 40px;
}
/* portfolio grid - gutter wide */
.gutter-medium .grid-gallery ul {
	margin-left: -22px
}
.gutter-medium .grid li {
	padding: 0 0 22px 22px;
}
/* portfolio grid - with title */
.work-with-title .grid figcaption {
	opacity: 1;
	position: relative;
	bottom: 0;
	padding: 29px 0 30px 0;
	background: rgba(255,255,255,1);
	z-index: 2;
}
.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {
	color: #888888
}
.work-with-title .grid figcaption h3 a {
	display: block
}
.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a {
	color: #000
}
.work-with-title .grid li:hover figcaption {
	bottom: 50px;
}
/* portfolio grid - with title - transparent figcaption */
.work-with-title.transparent-figcaption .grid figcaption {
	background: rgba(0,0,0,.75);
	bottom: 0;
	position: absolute;
}
.work-with-title.transparent-figcaption .grid figure:hover figcaption {
	background: rgba(0,0,0,.75);
}
.work-with-title.transparent-figcaption .grid li figcaption h3 {
	color: #fff;
	font-size: 13px !important
}
/* onepage portfolio details popup */
.popup-bg .mfp-content {
	height: 100%
}
.popup-info {
	display: none
}
.half-project-bg {
	height: 550px
}
.slider-typographi-text .slider-subtitle {
	line-height: 64px !important
}
.spend-year, .spend-time {
	border-right: 1px solid #e5e5e5;
	float: left;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 47px;
	min-height: 95px;
	text-align: center;
	width: 50%;
}
.spend-year span, .spend-time span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 0;
	margin-top: 35px;
	text-transform: uppercase;
}
.project-img-gallery {
	padding: 15px 0;
}
.bg-fast-blue-green-gradiant {
	background: #00efff;
	background: -moz-linear-gradient(-45deg, #00efff 0%, #5cced8 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00efff), color-stop(100%, #00ff97));
	background: -webkit-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
	background: -o-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
	background: -ms-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
	background: linear-gradient(135deg, #5cced8 0%, #51a8b1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#00ff97', GradientType=1 );
}
/*======= Responsive Class========*/

@media(max-width:360px){
	.no-padding-left{
		padding-left:5px;
	}
}
@media(max-width:767px){
  .hire-me h3 {
    text-align: center;
	display:block;
	margin-bottom:20px;
    font-size: 18px;
}
}
@media (max-width:767px){
	.blog-page .contact-form{
		padding-bottom:50px;
	}
	.form{
		margin-left:10px;
		margin-right:10px
	}

@media (max-width:767px){	
.hero-area {
	background: #ffffff url("../img/hero.jpg");
	/*! background-size: cover; */
	background-position: top left;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	position: relative;
}
	}
	
}
#inner-editor{
	height:300px
}
#logo {float: left !important;}
.hero-text ul li::before {
content: url('../img/check.png');
	padding-right: 10px; 
	vertical-align: middle;
}
.hero-text li {
list-style: none;
font-weight: bold;
font-style: italic;
}

.hero-text ul {	padding: 0;
	margin: 0;
}

.servicos li {
list-style: square;
/*! font-weight: bold; */

font-size: 16px;
}

.servicos ul {padding: 0;
	margin-left: 18px;
}



input,select,textarea {
 font-family:inherit;
 font-size:inherit;
 line-height:inherit;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid#ccc;
  padding: 10px;
}

footer.bg-footer {background: #d8d8d8;padding-bottom: 60px;padding-top: 60px;}
.instagram a {font-size:28px;}
.instagram a i {font-size:38px;}
a.whatsapp:hover {color:#ffffff !important; font-weight: bold;}