@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #ccc160;
transition: all 0.8s;}
a:hover,
a:focus{
	text-decoration: none;
	color: #ccc160;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.section-title hr{
	border-color: #ccc160;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.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; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
padding: 8px 15px 15px 15px;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #222222 !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: #ccc160 !important;
	background-color: transparent;
	font-weight: 700;
}
#tf-menu.navbar-default .navbar-nav > li > a.sb {
  text-transform: capitalize;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #ccc160;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 8px;
}
#tf-menu.navbar-default .navbar-nav > li > a.sb:hover {

  color: #ccc160;
  background-color: #FFF;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #ccc160;
	border-color: #ccc160;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

/* Home Style */
#home{
	background: url(../img/home.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}
#home h1{
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -1px;
}
#home h1 span{
	font-size: 34px;
	font-weight: bold;
	display: block;
	font-weight: 300;
	letter-spacing: 0px;
}
#home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}
#particles-js{
  height:100%;

  z-index:1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}


#home p.lead{
	color: #e3e3e3;
	font-size: 18px;
}
.content{
	position: relative;
	padding: 15% 0 0;
}

.color{
	color: #ccc160;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
	z-index: 200;
}
a.fa.fa-angle-down:hover{
	background: #ccc160;
	color: #ffffff;
	border: 2px solid #ccc160;
}
a.fa.fa-angle-double-down {
	padding: 10px 15px;
	color: #fff;
	font-size: 40px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-double-down:hover{
	color: #ccc160;
}
/* About Section */
#tf-about{
	padding: 80px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-team{
	background: url(../img/03.html);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 30px 0;
	text-align: center;
}
.section-title h2,
.section-title.center h2{
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 50px;
	letter-spacing: -2px;
}
.section-title p{
	font-size: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #ccc160;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.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: 0;
	background: #FFFFFF;
	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: #ccc160;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #ccc160;
}

/* Services Section */
#services{
	padding: 60px 0;
	background: url(../img/07.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#services .service{
	padding: 50px 20px;
	position: relative;
	min-height: 250px;
	color: #555;
	text-align: center;
}
#services .service a{
	color: #555;
	display:block;
}
#services .service a:hover{
	color: #ccc160;
}
#services .service .svg{
	margin-bottom: 20px;
	height: 60px;
	width: 60px;
}
#services .service .svg path,#services .service .svg polygon,#services .service .svg rect,#services .service .svg circle {
    fill: #555;
}
#services .service:hover .svg path,#services .service:hover .svg polygon,#services .service:hover .svg rect,#services .service:hover .svg circle {
    fill: #ccc160;
}

#services .service h4{
	font-size: 25px;
 	font-weight: 800;
 	letter-spacing: -2px;
 	margin-bottom: 20px;
}
#services .service p{
	color: #999;
}


/* Contact */
#contact{
	color: #fff;
	position: relative;
}
#contact .contact-card{ 
	width: 100%;
	background-color: #ccc160;
	z-index: 100;
	background:url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contact .contact-card .content{
	padding:60px 40px 30px 60px;
}
#contact .map-con{
	position: relative;
}
#contact .contact-card h2{
	font-weight: 800;
	font-size: 35px;
	letter-spacing: -2px;
}
#map-container {
  height:250px;
  width: 100%;
  position: relative;
}
#contact .contact-card .social a {
	font-size: 20px;
	color: #fff;
}
#contact .contact-card ul.social li{
	display: inline-block;
	margin-right: 10px;
}

/*  Contact form */
.contact-form-container {
	text-align: center;
}
.contact-form-container .thanks-img {
	display: none;
}

.contact-form input,.contact-form textarea,.contact-form button {
	border: 1px solid #fff !important;
	background: transparent !important;
	border-radius: 3px !important;
	color: #fff;
} 
.contact-form button {
	padding: 6px 40px !important;
} 

.contact-form input::-webkit-input-placeholder,.contact-form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.contact-form input:-moz-placeholder,.contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.contact-form input:-ms-input-placeholder,.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

#text {
	background-color: #222222;
	font-size: 30px;
	color: #fff;
	padding: 40px;
	text-align: center;
	letter-spacing: -2px;
}
/* Clients Section */
#new-project{
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#new-project .overlay{
	background: rgba(209,88,68,0.5);
	padding: 120px 0;
	background-attachment: fixed;
}

#new-project .btn{
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
#new-project .btn:hover{
	border: 1px solid #ccc160;
	color: #fff;
	background-color: #ccc160;
}
/* Gallery Section 
==============================*/
#tf-works{
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.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: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	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;
}
.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;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #ccc160;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #ccc160;
}
/* Testimonials Section */
#tf-testimonials{
	background: url(../img/05.html);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 80px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .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;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #ccc160;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #ccc160;
	border-color: #ccc160;
	color: #ffffff;
}

#dvLoading
{
   background:#000;
   height: 100%;
   width:100%;
   position: fixed;
   z-index: 10000;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
}


/* Animations */
.no-touch .to-down {
  -webkit-animation: todown 1.2s infinite linear;
  animation: todown 1.2s infinite linear;
}
@-webkit-keyframes todown {
	0% {
		-webkit-transform: translateY(-15px);
		opacity: 0;
    }
    10% {
		-webkit-transform: translateY(-15px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
	90% {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
	100% {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
@keyframes todown {
	0% {
		transform: translateY(-15px);
		opacity: 0;
    }
    10% {
		transform: translateY(-15px);
		opacity: 0;
    }
	50% {
		transform: translateY(0);
		opacity: 1;
    }
    90% {
		transform: translateY(15px);
		opacity: 0;
    }
	100% {
		transform: translateY(15px);
		opacity: 0;
    }
}
/* --- Réferences --------------------- */
.clients .sectionTitle .sectionHeader {
  color: #21242e;
}
.clientsCarousel {
  position: relative;
}
.singleClient {
  display: block;
  border: 1px solid #cccccc;
  padding: 20px;
  height: 68px;
  text-align: center;
}
.singleClient:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.singleClient img {
  width: 100%;
  display: block;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -khtml-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}
.singleClient img:hover {
  opacity: 1;
}
.clientsCarousel .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0px;
  height: auto;
  opacity: 1;
  z-index: 1000;
}
.clientsCarousel:hover .owl-controls .owl-nav {
  opacity: 1;
}
.clientsCarousel .owl-controls .owl-nav div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #21242e;
  font-size: 16px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.clientsCarousel .owl-controls .owl-nav div:hover {
  background-color: #b1d966;
}
.clientsCarousel .owl-controls .owl-prev {
  right: 101% !important;
  left: auto;
}
.clientsCarousel .owl-controls .owl-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.clientsCarousel .owl-controls .owl-next {
  left: 101% !important;
  right: auto;
}
.clientsCarousel .owl-controls .owl-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.clientsCarousel:hover .owl-controls .owl-nav .owl-prev {
  right: 100%;
}
.clientsCarousel:hover .owl-controls .owl-nav .owl-next {
  left: 100%;
}
.section {
  position: relative;
}
.section .sectionWrapper {
  padding: 80px 0px 80px 0px;
  position: relative;
}
