

body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    /* !background: #c1bdba; */
}

/*animationent*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: 300;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
  color: #888 !important;
}
.dropdown>a:hover.nav-menu, .dropdown>a.nav-menu{
  background-image: none !important;
}
footer a, a:hover, a:focus,.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
    color: #FFD34E;
    background-color: transparent;
    text-decoration: none !important ;
}
p {
    color: #888;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #212121;
    overflow: hidden !important;
    z-index: 99999;
}

/*.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 100%;
    height: 100%;
    background: url(../img/louder.png) center center no-repeat;
}*/

.fa-pulse {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 90px;
    z-index: 55555;
    color: firebrick;
}



.navbar-top{
    background-color: #ccc9c2 ;
    height: 32px;
    border-bottom: solid 1px #878787;
    z-index: 30333;
    position: relative;
}

.navbar-top-right{
    display: -webkit-box;
    margin-right: 80px;
    float: right;
    padding: 5px;
}
.navbar-top>.navbar-top-right>div{
    margin-left: 15px;
}
.navbar-top>.navbar-top-right>div, .navbar-top>.navbar-top-right>div>a {
    color: #555 ;
}
.navbar-top>.navbar-top-right>div>a:hover,.navbar-top>.navbar-top-right>div:hover, .dropdown-menu>li>a:hover{
    color: #FFD34E;
    text-decoration: blink;
    background-color: transparent;
}



/*   MEN*/
.navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-brand {
    margin-left: -13px;
    margin-top: -20px;
    height: 60px;
    padding: 0;
}

.navbar-fixed-top {
    padding: 25px 0px 15px 50px;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: #efece5;
    padding: 25px 10px 5px 35px;
    border-bottom: solid 1px #efece5;
    box-shadow: 0px 0px 6px black ;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover
{  background-color: transparent;
   color: #eac875
}

#header ul.nav.navbar-nav{
  position: relative;
  right: 20%;
}
@media(max-width:768px){
  ul.nav.navbar-nav{
    position: relative;
    right: 20%;
  }
}

.navbar-default .navbar-nav> li{
    margin-left: 30px;
}
.navbar-default .navbar-nav .nav-menu  {
    color: #555 ;
    text-shadow: 0px 0px 0px black;
    text-transform: uppercase;
    padding: 0;
    transition: border 0s ease-out;
    background-image: linear-gradient(#555, #555), linear-gradient(rgba(210, 210, 210, 0), rgba(210, 210, 210, 0));
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    transition-duration: 0.5s;
}    
.navbar-default .navbar-nav .nav-menu:hover {
    color: #eac875;
    cursor: pointer;
    outline: none;
    background-image: linear-gradient(#eac875, #eac875), linear-gradient(rgba(210, 210, 210, 0), rgba(210, 210, 210, 0));
    background-size: 100% 2px, 100% 1px;
    transition-duration: 0.5s;
  transition:"all .3s";
    
   
}



.connecter {
    position: absolute;
    float: right;
    left: 75%;
}

.btn.btn-round {
    border-radius: 30px;
}

.navbar-default .btn{
    color: #fff;
    position: relative;
   
}
.navbar-default .btn:hover{
    color: #FFD34E !important;
}

.btn-red{
    background-color: #EE2D45 !important;
    
}
.btn-black{
    background-color: #2E3233 !important;
    
}
.btn {
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  box-shadow:-2px 1px 2px 0 rgba(153, 153, 153, 0.14), 0px -2px 8px -2px rgba(153, 153, 153, 0.2), 3px 1px 5px 0 rgba(153, 153, 153, 0.12)

}
.btn:focus, .btn:active, .btn:hover
{
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}





















.scrollToTop {
  background: url("../storage/img/bootom-top-arrow.png") no-repeat scroll 13px 12px #ffffff;
  border: 3px solid #f0f1f3;
  border-radius: 5px;
  bottom: 20px;
  display: inline-block;
  height: 54px;
  opacity: 5;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 54px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover{
  background-position: 13px -50px;  
  text-decoration: none;
  outline: none;
  background-color: #ee2d45;
}















#connecter> .form{

  max-width: 444px;
}
.formconx> .form {
  background: rgb(243, 243, 243);
  padding: 40px;
  padding-bottom:0;
  margin: auto;
  border-radius: 4px;
  top: 20%;
  float: none !important;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  position: relative;
  top: -40px;
  padding: 0;
  margin: 0 -40px 0px -40px;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background-color: #1ab188;
  background-image: url(../storage/img/download.png);
  background-size: 15%;
  color: #ffffff;
}
#connecter{
    top: 10%;
}
#connecter .tab-content > div:last-child{
  display: block !important;
}
/*  
.tab-content > div:last-child {
  display: none;
} */

.tab-content>div>h1 {
  text-align: center;
  color: #EE2D45 ;
  font-weight: 300;
  margin: 0 0 35px;
}

form label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(47, 46, 46, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: 15px;
}
form  label .req {
  margin: 2px;
  color: #1ab188;
}
form label.active1 {
  -webkit-transform: translateY(-18px) !important;
          transform: translateY(-18px) !important;
  left: 25px !important;
  font-size: 14px !important;
}
form label.active {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
  left: 2px;
  font-size: 14px;
}
form label.active .req {
  opacity: 0;
}

form label.highlight {
  color: #483d3d;
}
textarea {
  resize: none;
}
.tab-content input,  textarea, .tab-content select{
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #483d3d;
  border-radius: 0;

}
.tab-content input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

.tab-content textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #1ab188;
  background-image: url(../storage/img/download.png);
  color: #ffffff;
  background-size: 15%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}








.btn-googleplus {
	  background: #E93F2E;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #b72213;
	}

.btn-googleplus:hover, .btn-googleplus:focus {
	  background: #b72213;
	  color: #fff;
	}


.btn-fb {
    background-color: #3B5998;
    color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #4264aa;
}

.btn-fb:focus, .btn-fb:hover {
    background-color: #4264aa;
    color: #fff; 
}

.btn:active, .btn:focus{
    outline: none;  
}
.btn{outline:none !important}
.tab-content  .content{
    margin-top: 10%;
    border-top: solid 1px gray;
    padding-top: 5%;
    box-shadow: grey 0px -2px 2px -2px;
}
.tab-content button i{
    border-right: solid 1px gray;
    height: 25px;
    padding: 5px 5px 0px 10px;
}
.tab-content  .content button{
    width: 100px;
    padding: 0px 5px 0px 0px;
    margin-left: 4%;
    margin-bottom: 4%;
    text-align: left;
}
.tab-content  .content h4{
    float: left;
    margin-top: 1%;
}











































.section-padding
{
  padding: 0px 0px;
  margin: 101px 0px 100px 0px;
}

.section-padding .carousel-control span
{
  top: 0%;
  margin: 0;
}
.section-padding .carousel-inner{
height:120px;
}
.section-padding .carousel-indicators{
  bottom: -30px;
  padding-left: 0px;
  text-align: center;
}
@media screen and (max-width: 991px){
  .section-padding .carousel-inner{
    height: 520px;
  }
  .section-padding .carousel-indicators{
    top: 500px;
  }
  #References a.carousel-control.left ,#References a.carousel-control.right{
    top: 35%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 991px){
  .section-padding .carousel-indicators {
    top: 125px;
  }
}
#contact
{
	background-color: #f4f7f9;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
h2.head-title{
    color: #555555 !important;
}
/*h2.head-title:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
    width: 180px;
    z-index: 0;
}*/
.black
{
	color: #000 ;
	font-weight: 600;
}
.btn-submit {
  background: #FFD34E;
  border: 0px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
  border: 2px solid #FFD34E;
}
.btn-send
{
  padding: 5px 30px;
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}
.cont-title
{
	font-size: 24px;
	padding:15px 0px;
}
.cta-info {
  border: 5px solid #FFD34E;
  padding: 40px 0px;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
    display: inline-block;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 5px;
}
.contact-icon-container {
    position: absolute;
    top: -38px;
    right: -25px;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.link-dec, .link-dec:hover{
    color: #000;
}
/*/****/







/****/


#footer
{
	background-color: #191919;
	padding: 20px 0px;
}
.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}







#Services {
  background-color: #f8f8f8;
}

.icon {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 14px;
  margin-bottom: 20px;
}
.icon i {
  font-size: 35px;
}
.icon-text {
  margin-left: 73px;
  padding: 0px 25px 25px 0px;
}








.devider {
    margin-bottom: 30px;
    text-align: center;
}
.devider:before {
    right: 10px;
}
.devider:after {
    left: 10px;
}
.devider:before, .devider:after {
    content: "_____________";
    position: relative;
    bottom: 6px;
}





h2.tm-section-title {
  margin: 0;
  padding: 0;
}
hr { border-top: 1px solid #111010; }
.tm-section-header {
	margin-bottom: 70px;
  overflow: hidden;
}
.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
}


























.cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.cta-txt p {
  color: #fff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}
section {
  padding: 40px 0px;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #cacaca;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}

.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #cacaca;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}

.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}




@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}












.bg-image-2 {
  background: url('../storage/img/cta-banner.jpg') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





#References{
  background: url(../storage/img/04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
}
#References h3{
  top: -75px;
  position: relative;
  text-align: center;
  color: #fcdd44;
  font-family: -webkit-body;
  font-weight: 900;
  text-shadow: -3px -1px 3px black;
}
#References hr{
  border-top: 1px solid #ffffff;
}
#References a.carousel-control.right{
  right: -5%;
}
#References a.carousel-control.left{
  left: -5%;
}
#References .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%);
  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)));
  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%);
  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%);
  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%);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
  padding: 80px 0;
  background-attachment: fixed;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
  float: left;
}
#clients .item {
  padding: 0;
  margin: 35px;
  color: #FFF;
  text-align: center;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.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 span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.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 span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}











































#References{
  background: url(../storage/img/13.png) no-repeat center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

#References hr{
  border-top: 1px solid #ffffff;
}

a.thumbnail {
  background-color: transparent;
  border: none;
}
a.carousel-control.left, a.carousel-control.right {
  background-image: none;
}







































#propos .tm-section-header {
  margin-bottom: 0px;
}
.tm-contact-box-1 {
  background-color: #F4F4F4;
  padding: 30px;
}
.flexslider {
  border: none;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
}
.effect2 {
  position: relative;
}

.flexslider .slides {
  zoom: 1;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, p {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-caption, .flexslider.flexslider .slides img {
  float: left;
  border-radius: 50%;
  width: 70%;
  margin-left: 20%;
}
.flexslider .slides img {
  height: auto;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.contact-image {
  float: left;
  widthh: 100%;
  max-width: 494px;
}
.contact-text {
  float: left;
  margin-left: 40px;
  max-width: 550px;
  width: 100%;
}
.slider-title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.slider-subtitle {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
}
.slider-description {
  color: #B1B1B1;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}
.slider-social {
  text-align: right;
}
.tm-social-icon {
  color: #B1B1B1;
  font-size: 18px;
  padding: 0 10px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 160px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2-contact::before, .effect2-contact::after {
  max-width: 550px;
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media screen and (max-width: 991px){
.contact-text {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
}
}