.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
 }
 
 .carousel-showmanymoveone .carousel-control.left {
	margin-left: 0;
 }
 
 .carousel-showmanymoveone .carousel-control.right {
	margin-right: 0;
 }
 
 .carousel-showmanymoveone .cloneditem-1,
 .carousel-showmanymoveone .cloneditem-2,
 .carousel-showmanymoveone .cloneditem-3 {
	display: none;
 }
 
 .carousel .item .col-xs-12 {
	padding: 0;
 }
 
 
 /* Medium Devices, Desktops */
 
 @media only screen and (max-width: 992px) {
	.carousel .item .col-xs-12:nth-last-child(-n+2) {
	   display: none;
	}
 }
 
 @media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	   left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	   left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	   display: block;
	}
 }
 
 @media all and (min-width: 768px) and (transform-3d),
 all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	   -webkit-transform: translate3d(50%, 0, 0);
	   transform: translate3d(50%, 0, 0);
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	   -webkit-transform: translate3d(-50%, 0, 0);
	   transform: translate3d(-50%, 0, 0);
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	   -webkit-transform: translate3d(0, 0, 0);
	   transform: translate3d(0, 0, 0);
	   left: 0;
	}
 }
 
 @media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
	   left: -16.6%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
	   left: 16.6%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
	   display: block;
	}
 }
 
 @media all and (min-width: 992px) and (transform-3d),
 all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
	   -webkit-transform: translate3d(16.6%, 0, 0);
	   transform: translate3d(16.6%, 0, 0);
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
	   -webkit-transform: translate3d(-16.6%, 0, 0);
	   transform: translate3d(-16.6%, 0, 0);
	   left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
	   -webkit-transform: translate3d(0, 0, 0);
	   transform: translate3d(0, 0, 0);
	   left: 0;
	}
 }
 


 
/******************************/


/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

.partenaire-item .hover-bg {
	height: 130px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}


@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
div[class*=box] {
	height: 20.33%;
	width: 100%; 
 
  justify-content: top;
  align-items: top;
}

.box-1 { background-color: transparent; }


.btn {
	line-height: 40px;
	height: 50px;
	text-align: top;
	width: 50%;
	cursor: pointer;
}

/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
	color: rgb(19, 17, 15);
	margin-top: 0px;
	transition: all 0.3s;
	position: relative;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(138, 103, 74,0.5);
	border-bottom-color: rgba(138, 103, 74,0.5);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(138, 103, 74, 0.226);
}
.btn-one:hover::after {
	opacity: 0.2;	
	transform: scale(0.1, 1);
}



/**********/
.button {
	display: inline-block;
	border-radius: 2px;
	background-color: transparent;
	border: 2px solid;
	color: rgba(49, 43, 30, 0.767);
	text-align: center;
	font-size: 15px;
	padding: 5px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin-left: 350px;
  }
  
  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	
  }
  
  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	
  }
  
  .button:hover span {
	padding-right: 25px;
	
	
  }
  
  .button:hover span:after {
	opacity: 1;
	right: 0;
	
  }




/* ==========================================
   HERO
   ========================================== */



   section.hero {
	position: relative !important;
	font-size: 15px;
	padding: 0;
  }
  section.hero .sl-slide .sl-slide-inner {
	padding: 150px 0;
	color: #fff;
	background-size: cover;
  }
  section.hero .sl-slide .sl-slide-inner h1,
  section.hero .sl-slide .sl-slide-inner h2 {
	color: #fff;
  }
  section.hero .sl-slide .sl-slide-inner h1 {
	font-size: 6.25em;
  }
  section.hero .sl-slide .sl-slide-inner h2 {
	font-size: 5em;
  }
  section.hero .sl-slide .sl-slide-inner p {
	font-size: 1.5em;
	max-width: 700px;
	line-height: 2.5em;
  }
  section.hero .nav-dots span {
	background: #fff;
  }
  section.hero .nav-dots span.nav-dot-current::after {
	background: #c2642e;
  }
  section.hero #scroll-down {
	width: 30px;
	height: 50px;
	border-radius: 30px;
	border: 2px solid #fff;
	position: absolute;
	bottom: 50px;
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 9999;
	cursor: pointer;
	border-bottom: 2px solid #fff !important;
  }
  section.hero #scroll-down::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	animation: fade 2s infinite;
  }
  section.hero .social {
	width: 20px;
	height: 100vh;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 999;
  }
  section.hero .social .wrapper {
	margin-top: 100px;
  }
  section.hero .social span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	transform: rotate(-90deg);
	min-width: 105px;
	transform-origin: left top;
	margin: 90px 0 0;
  }
  section.hero .social ul {
	display: inline-block;
  }
  section.hero .social ul::after {
	content: '';
	background: #7fb401;
	margin: 25px 10px;
	width: 1px;
	height: 90px;
	display: block;
  }
  section.hero .social ul li {
	padding: 2px 0;
  }
  section.hero .social ul li a {
	color: #fff;
  }
  section.hero .social ul li a:hover {
	color: #7fb401;
	border: none;
  }
  @media (max-width: 1300px) {
	section.hero .social {
	  display: none;
	}
  }
  @media (max-width: 992px) {
	section.hero nav.nav-dots {
	  right: 0;
	}
  }
  @media (max-width: 768px) {
	section.hero .container {
	  width: 100%;
	  padding: 0 20px;
	}
	section.hero .container p {
	  font-size: 1.9em !important;
	}
  }
  @media (max-width: 480px) {
	section.hero {
	  height: 600px;
	  font-size: 7px !important;
	}
  }
  






body, html {
	font-family: 'Lato', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1a1919;
	background: rgba(163, 124, 92, 0.712);
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
a {
	color: #1b1a1a;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #20201f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #5f3b23e0;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding: 6px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 0.404);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #1d1b1b;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #131212;
	font-size: bold 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #684937;
}
.on {
	background-color: #a47d5dbb!important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #533d2f!important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #72462d;
	border-color: #975d3b;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}
/* Services Section */
#services-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;
}
#services-section h4 {
	color: #422e15;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #422e15d7;
	margin-bottom: 6px;
	border-radius: 10%;
	color: rgb(177, 143, 121);
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #5e472ab0;
}

/* Infos Section */
.infos-item {
	margin-bottom: 30px;
}
.infos-item .hover-bg {

	overflow: hidden;
	position: relative;
}

#infos-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;
}
#infos-section h4 {
	color: #070707;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#infos-section i.fa {
	font-size: 20px;
	border: 0;
	
	padding: 22px 25px;
	background: rgba(119, 89, 64, 0.788);
	margin-bottom: 6px;
	border-radius: 10%;
	color: rgb(177, 143, 121);
	transition: all 0.5s;
}
#infos-section .service:hover>i.fa {
	background: #5e472ab0;
}


/* Infos2 Section */

#img{
	-webkit-box-shadow: 21px -8px 26px 0px rgba(0,0,0,1);
	-moz-box-shadow: 21px -8px 26px 0px rgba(0,0,0,1);
	box-shadow: 21px -8px 26px 0px rgba(0,0,0,1);
    border-radius: 3px;
}

#img2{
	-webkit-box-shadow: 33px 46px 77px -8px rgba(0,0,0,0.87);
	-moz-box-shadow: 33px 46px 77px -8px rgba(0,0,0,0.87);
	box-shadow: 33px 46px 77px -8px rgba(0,0,0,0.87);
}

#img3{
	-webkit-box-shadow: 33px 46px 77px -8px rgba(66, 64, 61, 0.87);
	-moz-box-shadow: 33px 46px 77px -8px rgba(66, 64, 61, 0.87);
	box-shadow: 33px 46px 77px -8px rgba(66, 64, 61, 0.87);
}
.infos2-item {
	margin-bottom: 30px;
}
.infos2-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}

#infos2-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;
}
#infos2-section h4 {
	color: #070707;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#infos2-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	
	background: rgba(119, 89, 64, 0.788);
	margin-bottom: 6px;
	border-radius: 10%;
	color: rgb(177, 143, 121);
	transition: all 0.5s;
}
#infos2-section .service:hover>i.fa {
	background: #5e472ab0;
}




/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #755c3fc9;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #6d5437b6;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #1d1c1b;
	border: 1px solid #755b39;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: rgb(138, 103, 74);
}
ol.type li a:hover {
	background: rgba(138, 103, 74, 0.61);
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(138, 103, 74, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(99, 71, 40);
    margin: 25px 20px;
}

.modal-works span {
	background-color: rgb(138, 103, 74);
    margin-right: 15px;
    padding: 5px 10px;
}
/* About Section */
#blanc{
	-webkit-box-shadow: 33px 46px 77px -8px rgba(255, 255, 255, 0.87);
	-moz-box-shadow: 33px 46px 77px -8px rgba(255, 255, 255, 0.87);
	box-shadow: 33px 46px 77px -8px rgba(255, 255, 255, 0.87);
}

#about-section {
	padding: 80px 0;
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;
}
#about-section h4 {
	color: #422e15;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}
/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(138, 103, 74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 103, 74, 0.877) 0%, rgba(138, 103, 74, 0.849) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.726) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(163, 124, 92, 0.712) 0%, rgba(163, 124, 92, 0.781) 20%, rgba(163, 124, 92, 0.74) 100%, rgba(163, 124, 92, 0.747) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(163, 124, 92, 0.788) 0%, rgba(163, 124, 92,1) 20%, rgba(163, 124, 92, 0.774) 100%, rgba(163, 124, 92, 0.747) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #1d1e1f;}
#team-section hr {
	background: #33261ad0;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #33261ad0;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	
	background-color: #5e4934;
	background-size: cover;
	background-attachment: fixed;

	color: #131111;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: #755c3fc9; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(139, 98, 70, 0.774) 0%, rgba(139, 98, 70, 0.774) 25%, rgb(139, 98, 70, 0.774) 75%, rgba(139, 98, 70, 0.774) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(139, 98, 70, 0.774) 0%, rgba(139, 98, 70, 0.774) 25%, rgb(139, 98, 70, 0.774) 75%, rgba(139, 98, 70, 0.774)  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(139, 98, 70, 0.774) 0%, rgba(139, 98, 70, 0.774) 25%, rgb(139, 98, 70, 0.774) 75%, rgba(139, 98, 70, 0.774)  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #3a260dd2;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #3a260dd2;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #3a260dd2;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #30220fcb;
	padding: 15px 0 10px 0;
	color: #ffffff;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
	margin-bottom: 35px;
  }
  
  .work-filter ul li {
	  display: inline-block;
  }
  
  .work-filter ul li a {
	color: #062033;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 17px;
	border-radius: 6px;
	text-transform: capitalize;
  }
  
  .work-filter ul li a:hover,
  .work-filter ul li a.active {
	background-color: #0eb493;
	border-radius: 6px;
	color: #fff;
	padding: 5px 17px;
  }
  
  .mix {
	  display: none;
  }
  
  .work-item {
	  float: left;
	  width: 25%;
	  position: relative;
  }
  
  .work-item > img {
	display: block;
	height: auto;
	max-width: 100%;
  }
  
  .overlay {
	  background-color: rgba(14,180,147,.9);
	  text-align: center;
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  color: #fff;
	  
	  opacity: 0;
	  filter: alpha(opacity=0);
	  
	  -webkit-transition: all 450ms ease-out 0s;	
		 -moz-transition: all 450ms ease-out 0s;
		   -o-transition: all 450ms ease-out 0s;
			  transition: all 450ms ease-out 0s;
			
	  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
		 -moz-transform: rotateY(180deg) scale(0.5,0.5);
		  -ms-transform: rotateY(180deg) scale(0.5,0.5);
		   -o-transform: rotateY(180deg) scale(0.5,0.5);
			  transform: rotateY(180deg) scale(0.5,0.5);
  }
  
  .work-item:hover .overlay {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  
	  -webkit-transform: rotateY(0deg) scale(1,1);
		 -moz-transform: rotateY(0deg) scale(1,1);
		  -ms-transform: rotateY(0deg) scale(1,1);
		   -o-transform: rotateY(0deg) scale(1,1);
			  transform: rotateY(0deg) scale(1,1);
  }
  
  .work-item .overlay a {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-top: 20%;
	padding: 7px 10px;
  }
  
  .work-item .overlay a:hover {
	color: #fff;
  }
  
  .work-item .overlay h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 25px 0 8px;
  }
  
  .work-item .overlay p {
	font-size: 14px;
	line-height: 24px;
  }
  
  
