/**
 -------------------------------------------------------
 Template Name: Pigeons - Personal Portfolio Template
 Author       : webtech-bd
 Version      : 1.0
 -------------------------------------------------------
 **/
 
 
 /**
 -------------------------------------------------------
	TABLE OF CONTENT
	
	01. General Style
	02. Navbar Style
	03. Home Style
	04. Work Style
	05. Client logo Style
	06. Services Style
	07. About Style
	08. Testimonials Style
	09. Experience Style
	10. Blog Style
	11. Contact Style
	12. Map Style
	13. Footer Style
	
 -------------------------------------------------------
 **/
 
 
/**
 * -------------------------------------------------------
 * 01. GENERALES StyleS
 * -------------------------------------------------------
 **/

body {
	background: #ffffff;
	color: #656565;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
}

h3 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

a {
	color: #000;
	text-decoration: none !important;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

img {
	width: 100%;
}

a:hover {
	color: rgb(251, 113, 88);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
	color: rgb(251, 113, 88);
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #656565;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border: 1px solid rgb(251, 113, 88);
}

.button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 3px;
	font-weight: 600;
	border: 2px solid #fb7158;
	background: #fb7158;
	margin-right: 10px;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
}

.btn-2 {
	background: transparent;
}

.btn-2:hover {
	background: #fb7158 !important;
}

.button:focus {
	outline: 0;
	box-shadow: none;
}

.button:hover {
	background-color: transparent;
	color: #000;
	transition: all 500ms ease;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 85px;
}

.section-title h2 {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.section-title span {
	color: #fb7158;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.back-to-top {
	position: fixed;
	display: none;
	background: rgb(251, 113, 88);
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 5px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid rgb(251, 113, 88);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/**
 * -------------------------------------------------------
 * 01. Navbar Style
 * -------------------------------------------------------
 **/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

.navbar-b.navbar-trans .nav-link:before, .navbar-b.navbar-reduce .nav-link:before {
	content: '';
	position: absolute;
	margin-left: 0px;
	width: 0%;
	bottom: 5px;
	left: 9px;
	height: 2px;
	transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before, .navbar-b.navbar-reduce .nav-link:hover:before {
	width: 10px;
}

.navbar-b.navbar-trans .show > .nav-link:before, .navbar-b.navbar-trans .active > .nav-link:before, .navbar-b.navbar-trans .nav-link.show:before, .navbar-b.navbar-trans .nav-link.active:before, .navbar-b.navbar-reduce .show > .nav-link:before, .navbar-b.navbar-reduce .active > .nav-link:before, .navbar-b.navbar-reduce .nav-link.show:before, .navbar-b.navbar-reduce .nav-link.active:before {
	width: 10px;
}

.navbar-b.navbar-trans .nav-link:before {
	background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000;
}

.navbar-b.navbar-reduce .nav-link:before {
	background-color: rgb(251, 113, 88);
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: rgb(251, 113, 88);
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: rgb(251, 113, 88);
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 18px;
	text-transform: uppercase;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: rgb(251, 113, 88);
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: rgb(251, 113, 88);
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
/**
 * -------------------------------------------------------
 * 03. Home Section Style
 * -------------------------------------------------------
 **/

.intro {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.intro::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background-color: rgba(33, 32, 32, 0.7);
}

.site-btn:hover {
	color: #fff !important;
}

.header-text h1 {
	font-size: 75px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #fff;
}
/*-- animated headline --*/
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.icon-scroll {
	width: 20px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	display: flex;
	margin-left: -2px;
	box-shadow: inset 0 0 0 2px #000;
	border-radius: 25px;
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateY(10px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.icon-scroll:hover {
	opacity: 1;
}

.icon-scroll:before {
	content: '';
	width: 4px;
	height: 5px;
	background: #000;
	margin-left: 8px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: absolute;
}

#home .icon-scroll {
	box-shadow: inset 0 0 0 2px #fff;
}

#home .icon-scroll:before {
	background: #fff;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}


/**
 * -------------------------------------------------------
 * 04. Work Section Style
 * -------------------------------------------------------
 **/
#portfolio {
	position: relative;
	background: #f5f5f5;
	padding-bottom: 50px;
}

#portfolio .portfolio-list {
	margin-bottom: 50px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	background: #f7f7f7;
	display: inline-block;
	margin: 0;
	padding: 20px 20px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.09);
	border-radius: 5px;
}

#portfolio .portfolio-list .nav li {
	margin: 0 10px 0 0;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	color: #858585;
	line-height: 16px;
	cursor: pointer;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: #ffffff;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background: rgb(251, 113, 88);
}

#portfolio .portfolio-container {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}

.portfolio-grid-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.portfolio-grid-item img {
	width: 100%;
}

.portfolio-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.portfolio-item .portfolio-hover-title {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.77);
}

.portfolio-item .portfolio-hover-title:hover {
	opacity: 1;
	-webkit-transform: scale(.97);
	-moz-transform: scale(.97);
	-ms-transform: scale(.97);
	-o-transform: scale(.97);
	transform: scale(.97);
}

.portfolio-item .portfolio-hover-title .portfolio-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	margin-top: -27px;
}

.portfolio-item .portfolio-hover-title:hover .portfolio-content {
	opacity: 1;
}

.portfolio-content h3 {
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.portfolio-content h6 {
	color: #000;
	font-size: 13px;
	letter-spacing: 2px;
}
/**
 * -------------------------------------------------------
 * 05. Client-logo Section Style
 * -------------------------------------------------------
 **/
.single-client-logo img {
	width: 130px !important;
	margin: 0 auto;
}

.client-logo.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
	display: none !important;
}

/**
 * -------------------------------------------------------
 * 06. Services Section Style
 * -------------------------------------------------------
 **/
.service-box {
	position: relative;
	padding: 40px 25px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 3px solid #717171;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-webkit-box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.07);
}

.service-box:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
}

.service-box .service-info {
	position: relative;
	z-index: 5;
}

.service-dec span {
	font-size: 50px;
	font-weight: bold;
	color: rgba(188, 188, 188, 0.26);
	text-align: center;
	position: absolute;
	top: 10%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.service-dec p {
	margin: 15px 0;
}

.service-dec h3 {
	padding-left: 50px;
	padding-top: 3px;
	color: #616161;
}

.icon-box {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	color: rgb(251, 113, 88);
}

.service-area {
	background: #f5f5f5;
}

.service-dec a {
	font-size: 14px;
	text-transform: uppercase;
	color: #656565;
}
 
/**
 * -------------------------------------------------------
 * 07. About Section Style
 * -------------------------------------------------------
 **/
.about-area {
}
}

.about-content {
	background: #ffffff;
	box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
}

.about-image img {
}

.my-cv ul li {
	font-size: 13px;
	margin-bottom: 10px;
}

.my-cv p {
	margin-bottom: 15px;
}

.my-cv {
	height: 566px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}

.my-cv h2 {
	color: #fb7158;
	font-size: 30px;
	margin-bottom: 15px;
}

.my-cv ul li span {
	font-weight: 600;
	padding-right: 5px;
}

.my-cv .button {
	margin-top: 15px;
}

/**
 * -------------------------------------------------------
 * 08. Testimonials Section Style
 * -------------------------------------------------------
 **/

.testimonial-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/hire-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding: 100px 0;
}

.testimonial-area:after {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background-color: rgba(33, 32, 32, 0.7);
}

.testimonial-area .section-title h2 {
	color: #fff;
}

.single-testimonials img {
	padding: 2px;
	width: 80px !important;
	border-radius: 50%;
	border: 5px solid #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.06);
}

.single-testimonials {
	margin: 0 auto;
	cursor: e-resize;
	text-align: left;
	padding: 50px 80px 40px;
	background-color: #f5f5f5;
}
.author {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.author .image {
    margin-right: 15px;
}

.single-testimonials blockquote {
    background: #ffffff;
    border-left: 5px solid #e6e6e6;
    padding: 15px 15px;
}


.owl-theme .owl-controls {
	margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgb(251, 113, 88);
	width: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	height: 7px;
	width: 7px;
	background-color: rgb(255, 255, 255);
	margin: 3px;
	transition: all 0.2s linear;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**
 * -------------------------------------------------------
 * 09. Experience Section Style
 * -------------------------------------------------------
 **/
.hexa {
	border: 0px;
	float: left;
	text-align: center;
	height: 35px;
	width: 60px;
	font-size: 22px;
	background: #f0f0f0;
	color: #3c3c3c;
	position: relative;
	margin-top: 15px;
}

.hexa:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #f0f0f0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	top: -15px;
}

.hexa:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #f0f0f0;
	bottom: -15px;
}

.timeline {
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 20px;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: rgb(213,213,213);
	background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
	z-index: 5;
}

.timeline li {
	padding: 2em 0;
}

.timeline .hexa {
	width: 16px;
	height: 10px;
	position: absolute;
	background: #00c4f3;
	z-index: 5;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -30px;
	margin-top: 0;
}

.timeline .hexa:before {
	border-bottom: 4px solid #00c4f3;
	border-left-width: 8px;
	border-right-width: 8px;
	top: -4px;
}

.timeline .hexa:after {
	border-left-width: 8px;
	border-right-width: 8px;
	border-top: 4px solid #00c4f3;
	bottom: -4px;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;
	text-align: center;
}

.flag-wrapper {
	text-align: center;
	position: relative;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
	line-height: 1em;
	vertical-align: middle;
	color: #fff;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.time {
	background: #00c4f3;
	display: inline-block;
	padding: 8px;
	color: #fff;
	letter-spacing: 3px;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(254,254,254);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	z-index: 15;
}

.desc .experience-title {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

@media(min-width: 768px) {
	.timeline {
		width: 660px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.timeline li:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.timeline .hexa {
		left: -28px;
		right: auto;
		top: 8px;
	}

	.timeline .direction-l .hexa {
		left: auto;
		right: -28px;
	}

	.direction-l {
		position: relative;
		width: 310px;
		float: left;
		text-align: right;
	}

	.direction-r {
		position: relative;
		width: 310px;
		float: right;
		text-align: left;
	}

	.flag-wrapper {
		display: inline-block;
	}

	.experience-title {
		font-size: 18px;
	}

	.direction-l .experience-title:after {
		left: auto;
		right: -16px;
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-left-color: rgb(254,254,254);
		border-width: 8px;
	}

	.direction-r .experience-title:after {
		top: 50%;
		margin-top: -8px;
		border: solid transparent;
		border-right-color: rgb(254,254,254);
		border-width: 8px;
		left: -8px;
	}

	.time-wrapper {
		display: inline;
		vertical-align: middle;
		margin: 0;
	}

	.direction-l .time-wrapper {
		float: left;
	}

	.direction-r .time-wrapper {
		float: right;
	}

	.time {
		padding: 5px 25px;
	}

	.direction-r .desc {
		margin: 1em 0 0 0.75em;
	}
}

@media(min-width: 992px) {
	.timeline {
		width: 800px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.direction-l {
		position: relative;
		width: 380px;
		float: left;
		text-align: right;
	}

	.direction-r {
		position: relative;
		width: 380px;
		float: right;
		text-align: left;
	}
}
 /**
 * -------------------------------------------------------
 * 10. Blog Section Style
 * -------------------------------------------------------
 **/


.blog-area {
	background: #f5f5f5;
}

.blog-img {
	position: relative;
	overflow: hidden;
}

.blog-item .tag {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 2px 10px;
	color: #ffffff;
	background: #fb7158;
	font-size: 13px;
	z-index: 1;
}

.blog-item .blog-img img {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.blog-item .blog-img img:hover {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.blog-info {
	background: #fff;
	padding: 25px 25px;
}

.date {
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
}

.title-post {
	margin-bottom: 5px;
}

.link {
	font-size: 14px;
	text-transform: uppercase;
	color: #ababab;
}

.post-text {
	margin-bottom: 10px;
}

.title-post h3 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.title-post h3:hover {
	color: rgb(251, 113, 88);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/**
 * -------------------------------------------------------
 * 11. Contact Section Style
 * -------------------------------------------------------
 **/

.contact-area {
	position: relative;
}

.contact-area:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/contact-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.03;
	background-size: 100%;
}

button.button {
	border: 2px solid #fb7158;
	background: #fb7158;
	color: #fff;
}

.form-control {
	height: 43px;
	font-size: 12px;
	border-radius: 0;
}

.form-group {
	margin-bottom: 35px;
}

/**
 * -------------------------------------------------------
 * 12. Map Section Style
 * -------------------------------------------------------
 **/

.map-section {
	width: 100%;
	height: 500px;
}

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#contact-map {
	height: 450px;
	width: 100%;
}

/**
 * -------------------------------------------------------
 * 13. Footer Section Style
 * -------------------------------------------------------
 **/

footer {
	background: #151515;
}

.footer-content {
	text-align: center;
	padding: 70px 0;
}

.footer-content .social-link {
	float: left;
}

.footer-content .social-link li {
	display: inline-block;
	margin-right: 10px;
}

.footer-content .social-link li a {
	color: #fff;
	width: auto;
	border: none;
	font-size: 14px;
}

.footer-content .social-link li a:hover {
	color: #fb7158;
}

.footer-content p {
	color: #fff;
	float: right;
}