/*-----------------------------------------------------------------------------------

    Theme Name: Hada Ana
    Theme URI: http://asebbane.com
    Description: Hada Ana Portfolio Template
    Author: Said Asebbane
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

TABLE OF CONTENTS

	01 Global
	02 Navbar
	03 Header
	04 Hero
	05 Timeline
	06 Services
	07 Portfolio
	09 Numbers
	11 Contact
	12 Responsive
		
---------------------------------------------------------------- */
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
@import url(main.css);
body {
	font-family: 'Cairo', sans-serif;
	color: #343434;
	font-weight: 400;
}
.section-padding {
	padding: 100px 0;
}
.section-head {
	margin-bottom: 80px;
	text-align: center;
}
.home3-sec-title {
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}
.home3-sec-title:before {
	content: " ";
	position: relative;
	display: table;
	margin: auto;
	width: 60%;
	top: 22px;
	border-bottom: 1px solid #cccccc;
}
.home3-sec-title:after {
	content: " ";
	position: relative;
	bottom: 22px;
	display: table;
	margin: auto;
	width: 80%;
	border-bottom: 1px solid #cccccc;
	z-index: 0;
}
.home3-sec-title .ttwrap {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 12px 45px;
	background: #000;
	z-index: 2;
}
.home3-sec-title .ttwrap:before {
	content: " ";
	width: 20px;
	left: -20px;
	height: 100%;
	top: 0;
	position: absolute;
	background: linear-gradient(to bottom right, transparent 0%, transparent 47%, #000 52%, #000 100%);
}
.home3-sec-title .ttwrap:after {
	content: " ";
	width: 20px;
	right: -20px;
	height: 100%;
	top: 0;
	position: absolute;
	background: linear-gradient(to top left, transparent 0%, transparent 47%, #000 52%, #000 100%);
}
.home3-sec-title .ttc {
	color: #000;
	background: #fff;
}
.home3-sec-title .ttc:before {
	background: linear-gradient(to bottom right, transparent 0%, transparent 47%, #fff 52%, #fff 100%);
}
.home3-sec-title .ttc:after {
	background: linear-gradient(to top left, transparent 0%, transparent 47%, #fff 52%, #fff 100%);
}
.bg-gray {
	background: #f7f7f7;
}
h1, h2, h3, h4, h5, h6, .logo {
	font-family: 'Cairo', sans-serif;
	letter-spacing: -1px;
}
p {
	line-height: 1.6;
	margin: 0;
	font-size: 15px;
	color: #748182;
}
.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
.cd-headline {
	font-size: 4.4rem;
	font-weight: 300;
}
}

@media only screen and (min-width: 1170px) {
.cd-headline {
	font-size: 6rem;
}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: right;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	right: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
/* xclip */
.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 2px;
	height: 70%;
	background-color: #aebcb9;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline b.is-visible {
	opacity: 1;
}
.buton {
	padding: 10px 30px;
	border: 1px solid #1c1c1c;
	border-radius: 5px;
	font-size: 13px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.buton:hover {
	background: #1c1c1c;
	color: #eee;
}
.buton-bg {
	background: #1c1c1c;
	color: #eee;
}
.buton-bg:hover {
	background: transparent !important;
	color: #343434 !important;
}
/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
	padding: 20px 0 30px;
	background: none;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navbar-default .navbar-nav > li > a {
	margin: 0 !important;
	color: #fff !important;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
.navbar-default .navbar-nav > li > a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav > li {
	font-size: 14px;
	margin: 25px 20px 0;
	padding: 5 10px;
	background: none;
	cursor: pointer;
	position: relative;
}
.navbar-default .navbar-nav > li .active {
	background: none;
}
.navbar-default .navbar-nav > li .active:after {
	width: 100%;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
	min-height: 60px;
	line-height: 60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav-scroll .logo {
	padding-top: 2px;
	color: #1c1c1c;
}
.nav-scroll .logo:hover, .nav-scroll .logo:focus {
	color: #1c1c1c;
}
.nav-scroll .navbar-nav > li > a {
	color: #111 !important;
}
.nav-scroll .navbar-nav > li > a:after {
	background: #222;
}
.logo {
	float: left;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}
.logo:hover, .logo:focus {
	color: #fff;
}
/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
	height: 100vh;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.header:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .65;
	z-index: 2;
}
.header .v-middle {
	z-index: 11;
}
.header .caption {
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
.header .caption h4 {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 10px auto;
}
.header .caption h4 img {
	border-radius: 50%;
	border: solid 3px #dfdfdf;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
}
.header .caption h5 {
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 10px;
	font-family: 'Tajawal', sans-serif;
}
.header .caption h1 {
	font-weight: 200;
	font-family: 'Tajawal', sans-serif;
}
.header .caption h1 b {
	font-weight: 300;
}
.header .caption .social-icon {
	margin-top: 30px;
}
.header .caption .social-icon span {
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
}
.header .caption .social-icon span:hover {
	background: rgba(0, 0, 0, 0.3);
}
.header .svg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 22;
}
.header .svg svg {
	fill: #fff;
	width: 101%;
}
#particles-js {
	z-index: 9;
	position: relative;
}
/*===Creative Page===*/
#home-svg {
	height: 150px;
	width: 100vw;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 3;
}
#home-svg .p-curve {
	fill: #fff;
}
/*===Center Banner Captions===*/
.arrow {
	position: absolute;
	bottom: 10vh;
	width: 100vw;
	z-index: 20;
}
.arrow a {
	color: #fff;
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.header .banner-caption {
	text-align: center;
}
.header .arrow {
	text-align: center;
}
/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero .hero-img {
	padding: 0 0 0 30px;
	position: relative;
}
.hero .hero-img:after {
	content: '';
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0px;
	bottom: -30px;
	background-image: url(../img/dots.png);
	background-repeat: repeat;
	z-index: -1;
}
.hero .content h3 {
	font-weight: 800;
	margin-bottom: 5px;
}
.hero .content .sub-title {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 5px;
}
.hero .skills {
	margin-top: 30px;
}
.hero .skills .item {
	margin-bottom: 30px;
}
.hero .skills h6 {
	font-size: 13px;
	text-align: right;
	color: #fff;
	position: relative;
	z-index: 2;
}
.hero .skills .skills-progress {
	width: 100%;
	padding: 5px 10px;
	border-radius: 20px;
	background: #dfdfdf;
	position: relative;
}
.hero .skills .skills-progress span {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10%;
	border-radius: 20px;
	background-color: #1c1c1c;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.hero .skills .skills-progress span:after {
	content: attr(data-value);
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 11px;
	color: #fff;
}
.hero .buton {
	margin-top: 20px;
}
/* -------------------------------------------------------
                     Timeline 
-------------------------------------------------------- */
#cd-timeline {
	position: relative;
	padding: 2em 0;
	background: #152735;
}
#cd-timeline>div>div {
	position: relative
}
#cd-timeline>div>div::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 160px;
	left: 18px;
	height: calc(100% - 160px);
	width: 4px;
	background: rgba(255,255,255,.1);
}

@media screen and (max-width: 767px) {
#cd-timeline>div {
	margin-right: 15px;
	margin-left: 15px;
}
}

@media only screen and (min-width: 1170px) {
#cd-timeline {
	padding-top: 5em;
	padding-bottom: 5em;
	background: #152735;
}
#cd-timeline>div>div::before {
	left: 50%;
	margin-left: -2px;
}
}
.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
.cd-timeline-block {
	margin: 4em 0;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,.6);
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: -26%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-img i {
	font-size: 15px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
}
.cd-timeline-img.cd-picture {
	background: rgba(0,0,0,.7);
}
.cd-timeline-img.cd-movie {
	background: rgba(0,0,0,.7);
}
.cd-timeline-img.cd-location {
	background: rgba(0,0,0,.7);
}
.cd-timeline-img.cd-mobile {
	background: rgba(0,0,0,.7);
}

@media only screen and (min-width: 1170px) {
.cd-timeline-img {
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.cd-timeline-img i {
	font-size: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 18px;
	right: 17px;
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}
}
 @-webkit-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -moz-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
 -o-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
	float: right;
	direction: rtl;
	width: calc(100% - 60px);
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #303e49;
	font-size: 18px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0 0;
	line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
	float: left;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 5px;
	opacity: .7;
	color: #fff;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
	font-size: 16px;
}
.cd-timeline-content p {
	font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 14px;
	font-size: 0.875rem;
}
}

@media only screen and (min-width: 1170px) {
.cd-timeline-content {
	margin-left: 0;
	padding: 8px 20px;
	width: 45%;
}
.cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: white;
}
.cd-timeline-content .cd-read-more {
	float: left;
}
.cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: auto;
	right: 122%;
	top: 6px;
	font-size: 14px;
	text-align: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: left;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: 100%;
	right: auto;
	border-color: transparent;
	border-left-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: left;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: 122%;
	right: auto;
	text-align: left;
}
.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
}

@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -moz-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -moz-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
	padding: 50px 20px;
	background: #ffffff;
	margin-bottom: 30px;
	border-radius: 5px;
	min-height: 295px;
}
.services .item:hover .icon {
	background: #1c1c1c;
	color: #eee;
}
.services .item .icon {
	font-size: 30px;
	margin-bottom: 20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #f4f4f4;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.services .item h6 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 18px;
}
.services .item p {
	word-spacing: 2px;
	font-size: 14px;
}
/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
	overflow: hidden;
}
.portfolio .filtering span {
	margin: 0 15px;
	color: #222;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.portfolio .filtering span:before {
	content: "";
	width: 0;
	height: 2px;
	background: #111;
	position: absolute;
	left: 0;
	bottom: -5px;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: -1;
}
.portfolio .filtering .active:before {
	width: 95%;
}
.portfolio .items {
	padding: 0 15px;
	margin-bottom: 30px;
}
.portfolio .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img h6 {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.portfolio .item-img .icon i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 50%;
	border: 1px solid #111;
	background: #111;
	color: #eee;
}
.portfolio .item-img .icon i:hover {
	background: transparent;
	color: #000;
}
.portfolio .item-img-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 2;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
/* -------------------------------------------------------

--------------------------------------------------------*/
.numbers {
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}
.numbers .item, .numbers .item p {
	color: #fff
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers .icon {
	font-size: 30px;
	margin-bottom: 15px;
}
.numbers h3 {
	font-weight: 900;
	margin-bottom: 15px;
}
.numbers p {
	font-weight: 600;
	margin-bottom: 30px;
}
/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact .info .item {
	margin-bottom: 30px;
}
.contact .info .item:hover .icon {
	background: #1c1c1c;
	color: #eee;
}
.contact .info .item .icon {
	font-size: 25px;
	margin-bottom: 15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f4f4f4;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contact .info .item h6 {
	font-weight: 700;
	margin-bottom: 10px;
}
.contact input, .contact textarea {
	width: 100%;
	border: 0;
	border-radius: 5px;
	padding: 10px;
	background: #f4f4f4;
}
.contact textarea {
	height: 160px;
	max-height: 160px;
	max-width: 100%;
}
.contact .buton {
	padding: 10px 40px;
	background: #1c1c1c;
    color: #eee;
	max-width: 110px;
}
.contact .buton:hover {
	border:1px solid #1c1c1c;
}
.wpcf7-form-control-wrap{ width: 100%}
/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
	background: #1c1c1c;
	padding: 30px 0;
}
footer p {
	font-size: 13px;
	word-spacing: 2px;
}
/* -------------------------------------------------------
                     Pages 
-------------------------------------------------------- */
font.error {
	color: red;
	font-size: 11px;
}
.error h2 {
	font-size: 100px;
	font-weight: 800;
	margin-bottom: 15px;
}
.error h5 {
	margin-bottom: 30px;
	font-weight: 300;
}
.error p {
	color: #eee;
	margin-bottom: 10px;
}
.error input {
	padding: 10px;
	width: 500px;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 30px;
}
.navbar-header {
	float: left;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
.navbar-default .logo {
	margin-right: 20px;
	float: right;
}
.navbar-header {
	float: none;
}
.navbar-default .navbar-toggle {
	background: none !important;
	margin-top: 15px !important;
	border: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-nav > li {
	line-height: 0;
}
.navbar-default .navbar-nav > li > a {
	padding-bottom: 0 !important;
	color: #111 !important;
	display: inline-block;
}
.navbar-default .navbar-collapse {
	text-align: center;
	border: none;
	border-top: 1px solid rgba(12, 12, 12, 0.04);
	background: #fff;
	margin-top: 5px;
	padding-bottom: 15px;
}
.nav-scroll .navbar-toggle .icon-bar {
	background: #111;
}
.portfolio .items {
	width: 100%;
}
}

@media screen and (max-width: 991px) {
.navbar-default .navbar-nav > li {
	margin: 25px 15px 0;
	font-size: 13px;
}
.hero .hero-img {
	margin-bottom: 80px !important;
}
.side-bar {
	margin-top: 80px;
}
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */
