/**
* Template Name: eNno - v4.10.0
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
font-family:'Open Sans';
font-family:Raleway;
font-family:Poppins;
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #14c871;
  text-decoration: none;
}

a:hover {
  color: #206bfb;
  text-decoration: none;
}
.line-left{
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.uppercase h1, h2, h3{
	text-transform:uppercase;
}
.margin0{margin:0;}
.padding0{padding:0;}
.tofpi a{margin:6px 0;}
.tofpi p{
padding:0;
margin:0;

}
.perso_ul ul li{
	padding:0;
	margin:0;
	line-height:14px;
}

.perso_ul p{
	line-height:14px;
}
.police12px{
	font-size:12px;
}
.police15px{
	font-size:15px;
	padding:20px 0;
}
.police18px{
	font-size:18px;
	padding:20px 0;
}
.police20px{
	font-size:20px;
	padding:20px 0;
}
.police25px{
	font-size:25px;
	padding:20px 0;
}
.lineheight20 p{
	line-height:20px;
}
.callexpertfond{
	height:500px;
	background:url('assets/img/expert.jpg') no-repeat center center;
	background-size: cover;
}
.callexpertfond h1{
color: #FFFFFF;

text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.callexpertfond .margo{
	margin-top:150px;
}
@media (max-width: 768px)
{
	.callexpertfond{
		height:300px;
		background:url('assets/img/expert.jpg') no-repeat left center;
		background-size: cover;
		
	}
	.callexpertfond h1{
		color:#fff;
		
	}
	.callexpertfond .margo{margin-top:120px;}
}


ul li{
  text-align: left;
  line-height:25px;
  padding:0;
  margin:10px 0;
}
.listo li{
  text-align: left;
  line-height:25px;
  padding:0;
  margin:10px 0;
}
.leftmoin10 h3{ margin-left:20px;}
.confort img{
	margin-bottom:10px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #16df7e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.isotop h1{
	font-size:2.4em;
	font-weight:700;
	font-family:Poppins;
}
.isotop p{
	font-size:1.4em;
	font-weight:400;
	font-family:Poppins;
}
@media (max-width: 768px)
{
	.isotop h1{
		margin-top:-100px;
		font-size:2.4em;
		font-weight:700;
		font-family:Poppins;
	}
	.isotop p{
		font-size:1em;
		font-weight:400;
		font-family:Poppins;
	}
	
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #33eb92;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.imagesie{
	width:100%; 
	padding:0; 
	margin:0 auto;
	text-align:center; 	
	border-radius:20px;
}

.borderbottom h3{
	font-size:15px;
	font-weight:700;
	color:#1f415e;
}
.borderbottom p{
	font-size:14px;
	text-align:justify
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parag-p p{
	font-size:16px;
	text-align:justify;
	line-height:25px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #5f687b;
}

#header .logo img {
  max-height: 70px;
}

@media (max-width: 991px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6a7489;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #16df7e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 4px;
  line-height: 1;
  color: #5f687b;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #cdd1d9;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #206bfb;
  color: #fff;
  border-color: #206bfb;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #16df7e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #5f687b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(73, 80, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5f687b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #16df7e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  padding: 10px 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #16df7e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  
  width: 100%;
  margin-top:0px;
  background: #fff;
  padding-top: 20px;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #3e4450;
  padding:10px 0;
  font-family:Poppins;
}

#hero h2 {
  color: #858ea1;
  margin: 10px 0 30px 0;
  font-size: 24px;
 
}


#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #16df7e;
  box-shadow: 0 8px 28px rgba(22, 223, 126, 0.45);
}

#hero .btn-get-started:hover {
  background: #206bfb;
  box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #5f687b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  color: #949cac;
  font-size: 32px;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #16df7e;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#hero p{
	line-height:35px;
}
#hero .hero-img img {
	margin:0 auto;
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 70%;
  }

}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  #footer {
  text-align:center;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f9fa;
}

.section-title {
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.section-title-two {
  text-align: left;
  padding: 10px 0;
  position: relative;
}
.section-title ul li{
  text-align: left;
  line-height:28px;
  padding:0;
  margin:8px 0;
}
.section-title h1{
	font-size:1.6em;
	font-weight:700;
	font-family:Poppins;
	color: #05173d;
	
}
.section-title h2{
	font-size:1.6em;
	font-weight:700;
	font-family:Poppins;
	color: #05173d;
	margin:40px 0;	
}
.section-title h3{
	font-size:1.6em;
	font-weight:700;
	font-family:Poppins;
	color: #05173d;
	margin:20px 0;
	
}

p{
  font-size: 1em;
  font-weight: 500;
  color: #171717;
  text-align:justify;
  line-height:25px;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f0f1f3;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.headtitre{
  padding:50px 0;
}
.headtitre h2{
  font-size: 1.5em;
  font-weight: 700;
  text-transform:uppercase;
  text-align:center;
  color: #062a77;
  font-family:Poppins;
}
.padd{
	padding:0 10px 40px 10px;
}
.lineheadtitre{
	width:30%; 
	margin:0 auto; 
	height:6px; 
	background:#91c33e; 
	margin-top:-5px;
}
@media (max-width: 768px)
{
	.headtitre h2{
		font-size: 1.7em;
	}
	.section-title h1{
	font-size:1.4em;
	text-align:center;
	}
	.section-title h2{
	font-size:1.4em;
	text-align:center;
	letter-spacing: -1px;
	}
	.section-title h3{
	font-size:1.4em;
	text-align:center;
	}
	
  .section-title span {
    font-size: 38px;
  }	
  .lineheadtitre{
	width:60%; 
	margin-top:-10px;
	}
}
.bulimages img{
	width:60%;
}
/*.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}*/
.height-line p{
	line-height:30px;
	margin-top:15px;
}
.img1{
	margin-left:-140px;
}
.img2{
	margin-top:-70px;
	margin-left:130px;
}
.img3{
	margin-top:-80px;
	margin-left:-10px;
}
@media (max-width: 575px) {

  .bulimages img{
	width:100%;
	}
	.img1{
		margin-left:0px;
	}
	.img2{
		margin-left:0px;
	}
	.img3{
		margin-left:0px;
	}
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 0;
}

.featured-services .icon-box {
  padding: 10px;
  color: #5f687b;
  background: #f9f9fa;
  border-radius: 4px;
  border: 1px solid #f9f9fa;
  transition: 0.3s;
  height: 100%;
}

.featured-services .icon {
  margin: 0 0 15px 0;
}

.featured-services .icon i {
  color: #16df7e;
  font-size: 36px;
}

.featured-services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #5f687b;
  transition: 0.3s;
}

.featured-services .icon-box:hover {
  border-color: #eaecef;
}

.featured-services .icon-box:hover .title a {
  color: #16df7e;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #5f687b;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #16df7e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #16df7e;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.btno{
	background:#61ce70;
	color:#fff;
	border:0px;
}

.btno:hover{
	background:#fff;
	color:#61ce70;
	border:1px solid #61ce70;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #16df7e;
  font-size: 30px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align:center;
}

.services .icon-box:hover {
  border-color: #eaecef;
}

.services .icon-box:hover h4 a {
  color: #16df7e;
}
.services .icon-box-choix {
  text-align: center;
  border: 1px solid #61ce70;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius:20px;
}
.services .icon-box-choix {
	margin:15px 0;
}
.services .icon-box-choix .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box-choix .icon i {
  color: #16df7e;
  font-size: 35px;
  transition: 0.3s;
}

.services .icon-box-choix h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box-choix h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.services .icon-box-choix p {
  font-size: 15px;
  margin-bottom: 0;
  padding:10px 15px;
  line-height:20px;
  text-align:center;
}
.services .icon-box-choix i {
  font-size: 40px;
}

.services .icon-box-choix:hover {
  border-color: #eaecef;
}

.services .icon-box-choix:hover h4 a {
  color: #16df7e;
}
.pad-ico{
	
}
.icoico{
	height:180px;
	margin-bottom:20px;
	color:#0b2251;

	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
.icoico h1{
	font-size:1.1em;
	font-weight:700;
	font-family:Poppins;
	margin-left:20px;
}
.icoico img{
	margin-left:0px;
}
@media screen and (max-width:767px){
	.icoico{
		height:130px;
		margin-bottom:20px;
		color:#0b2251;

		font-family:Poppins;
		text-align:left;		
	}
	.icoico h1{
		font-size:1.2em;
		font-weight:700;
		margin-top:-25px;
		margin:-65px 0 0 110px;
		
	}
	.icoico img{
		margin-left:20px;
	}
}
/*---------------------------------------------------------*/
/*Sommaire*/
/*---------------------------------------------------------*/
.sommaire h3{
	font-size:20px;
	font-weight:500;
	margin-left:0;
	font-family:'Open Sans';
	/*font-family:Raleway;*/
	/*font-family:Poppins;*/	
}
.sommaire ul li{
	list-style-type: none;
	font-size:20px;
	font-weight:700;
	margin-left:-30px;
	font-family:Poppins;
	color:#000;
}
.sommaire ul li:hover{

	color:#163353;
	border-left:6px solid #163353;
	
}
.sommaire .title{
	margin:0 auto;
	text-align:center;
}
.sommaire .somlinkone li{
	list-style-type: none;
	font-size:17px;
	font-weight:700;
	font-family:Poppins;
	color:#777;
	
	padding:15px 0 0 25px;
}

/*---------------------------------------------------------*/
/*confort*/
/*---------------------------------------------------------*/
.confort p{
	text-align:justify;
	font-size:17px;
	line-height:30px;

}
.confort .soutit{
	font-size:18px;
	font-weight:700;
}

.confort h3{
	font-size:19px;
	font-weight:700;
	font-family:Poppins;
	margin-left:15px;
}
/*.confort ul li{
	padding:0;
	text-align:justify;
	line-height:20px;
	margin-left:-18px;
}*/
.confort ul li{
  text-align: left;
  line-height:28px;
  padding:0;
  margin:8px 0;
}
/*---------------------------------------------------------*/
/*travaux*/
/*---------------------------------------------------------*/
.travaux p{
	text-align:justify;
	font-size:17px;
	line-height:30px;
}
.travaux .soutit{
	font-size:18px;
	font-weight:700;
}

.travaux h3{
	font-size:17px;
	font-weight:700;
	/*font-family:'Open Sans';*/
	/*font-family:Raleway;*/
	font-family:Poppins;	
}
/*.travaux ul li{
	text-align:justify;
	line-height:30px;
	margin-left:-18px;
	list-style: none;
}*/

.blk h5{
	font-size:15px;
	font-weight:700;
	
}
.blk p{
	font-size:13px;
}
.padcol{
	padding:10px;
}
.crd{
	padding:10px;
	border:1px solid #eee;
	height:200px;
	margin:0 0 20px 0;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.4);
box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.4);
}	
.listedeco li{
	list-style-type: none;
}
.sep{
	padding:30px 0 0 0;
	/*margin-left:0px;*/
}
.septitre{
	margin-left:-16px;
}

/* ********************************************************** */
/* Economies */
/* ********************************************************** */
.economie p{
	text-align:justify;
	font-size:17px;
	line-height:30px;
}
.economie .soutit{
	font-size:18px;
	font-weight:700;
}

.economie h3{
	font-size:23px;
	font-weight:700;
	/*font-family:'Open Sans';*/
	/*font-family:Raleway;*/
	font-family:Poppins;	
}
.economie h2{
	font-size:20px;
	font-weight:700;

	font-family:Poppins;	
}
.economie h4{
	font-size:18px;
	font-weight:600;
	/*font-family:'Open Sans';*/
	/*font-family:Raleway;*/
	font-family:Poppins;	
}
.economie ul li{
	text-align:justify;
	line-height:30px;
	margin-left:-18px;
}
.textparag p{
	text-align:justify
}
.textparag h3{
	font-size:26px;
	font-weight:700;
	font-family:Poppins;	
}
/*------------------------------ ********************** */
.avantg .icon-box-choix {
  text-align: center;
  border: 1px solid #61ce70;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius:20px;
}
.avantg .icon-box-choix {
	margin:15px 0;
}


.avantg .icon-box-choix p {
  font-size: 14px;
  margin-bottom: 0;
  padding:10px 10px;
  line-height:20px;
  text-align:justify;
  color:#777;
}

.avantg .icon-box-choix:hover {
  border-color: #eaecef;
}

.avantg .icon-box-choix:hover {
  color: #16df7e;
}
.avantg  .icon-box-choix h3{
	padding:20px 0;
	font-size:17px;
	font-weight:700;
	color:#1f415e;
}


.tito .icon-box-choix {
  text-align: center;
  border: 1px solid #61ce70;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius:20px;
}
.tito .icon-box-choix {
	margin:15px 0;
}


.tito .icon-box-choix p {
  font-size: 14px;
  margin-bottom: 0;
  padding:10px 10px;
  line-height:20px;
  text-align:justify;
  color:#000;
}

.tito .icon-box-choix:hover {
  border-color: #eaecef;
}

.tito .icon-box-choix:hover {
  color: #16df7e;
}
.tito  .icon-box-choix h3{
	padding:20px 0;
	font-size:25px;
	font-weight:700;
	color:#1f415e;
	font-family:Poppins;
}
.tito .icon-box-choix:hover{
	background:#effed0;
	border:1px solid #4a9626;
	color:#eee;
}
.listo ul li {
	list-style=""
}
.param h3{
	width:100%;
	padding:15px 0 0 0;
	font-family:'gothamlight';
	font-size:24px;
	text-transform:uppercase;
	color:#4e9438;
	position:relative;
	text-align:left;
}
/*--------------------------------------------------------------
# Avantages
--------------------------------------------------------------*/
.avantages .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.avantages .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.avantages .icon-box .icon i {
  color: #16df7e;
  font-size: 30px;
  transition: 0.3s;
}

.avantages .icon-box h3 {
  font-weight: 700;
  
  font-size: 30px;
}

.avantages .icon-box h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.avantages .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.avantages .icon-box:hover {
  border-color: #eaecef;
}

.avantages .icon-box:hover h4 a {
  color: #16df7e;
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #16df7e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #5f687b;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #949cac;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #206bfb;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #16df7e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #16df7e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16df7e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(95, 104, 123, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e4e6ea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: white;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #16df7e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16df7e;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #16df7e;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #206bfb;
  border-color: #206bfb;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #16df7e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.clients .client-logo {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 120px;
}

.clients .client-logo img {
  height: 100%;
  filter: grayscale(100%);
  transition: 0.3s;
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  width: 100%;
  background-color: #f9f9fa;
}

.contact .info i {
  font-size: 20px;
  color: #16df7e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5f687b;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  /*color: #949cac;*/
  color: #000;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #16df7e;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #16df7e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  background-color: #f9f9fa;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #16df7e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #16df7e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #206bfb;
}
/*--------------------------------------------------------------
# CallExpert
--------------------------------------------------------------*/
.callexpert{
	margin-top:0;
	padding:0;
}
.callexpert .callex h2{
	font-size:27px;
	font-weight:700;
	color:#195028;
}
.callexpert .callex p{
	font-size:18px;
	font-weight:500;
	color:#195028;
}

.callexpert .php-email-form {
  width: 100%;
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  background-color: #f9f9fa;
}

.callexpert .php-email-form .form-group {
  padding-bottom: 8px;
}

.callexpert .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.callexpert .php-email-form .error-message br+br {
  margin-top: 25px;
}

.callexpert .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.callexpert .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.callexpert .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.callexpert .php-email-form input,
.callexpert .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.callexpert .php-email-form input:focus,
.callexpert .php-email-form textarea:focus {
  border-color: #16df7e;
}

.callexpert .php-email-form input {
  height: 44px;
}

.callexpert .php-email-form textarea {
  padding: 10px 12px;
}

.callexpert .php-email-form button[type=submit] {
  background: #16df7e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.callexpert .php-email-form button[type=submit]:hover {
  background: #206bfb;
}
.callexpert label{
  font-weight:700;
  font-size:16px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9fa;
  min-height: 40px;
  margin-top: 82px;
}

.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #778196;
  content: "/";
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #142443;
  /*background-color: #fff;*/
  color: #fff;
  font-size: 14px;
  position: relative;
  border-top:1px solid #777;
  padding:30px 0 0 0;
  
}
#footer .listefooter ul li{
	/*list-style: none;*/
	list-style: inside;
	padding:6px;
}
#footer .foot{
	padding:0 30px;
}
#footer p{
	color: #fff;
}
#footer .foot, a{
	color:#fff;
}
#footer .topi{
	/*padding:20px 0 0 0 ;*/
}
#footer .footer-top {
  posdition: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #5f687b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #e4e6ea;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #16df7e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #206bfb;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eaecef;
  color: #5f687b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #16df7e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #d9dce2;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

@media (max-width: 992px) {


}
.colorgreen{
	color:#61ce70;
}
.colorgray{
	color:#44444c;
}
.inter{
	padding:30px 0;
}
.title{
	margin:0 auto;
	text-align:center;
	width:70%;
}
.title h2{
	font-size:2em;
	
	color:#44444c;
}
.title p{
	font-size:1em;
	color:#44444c;
}
.hovertop:hover{
	color:#61ce70;
}
.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .services .icon-box h4 {
  font-size: 20px;
  }
   .bordergray{
		text-align:center;
   }
}
.border0{
	border:1px solid red;
}
.blockiso h1{
	color:#0b2251;
	font-size:1.8em;
	font-weight:700;
	font-family:Poppins;	

}
.bordergray{
	border-botdtom:1px solid #eee;
}
.btn_top{
	color:#fff;
	border:0;
	width:80%; 
	padding:10px 0; 
	font-size:18px; 
	font-weight:400;
	text-align:center;
	margin:0 auto;
}
.btn_top_one{
	color:#fff;
	border:0;
	
	padding:10px 10px; 
	font-size:18px; 
	font-weight:400;
	text-align:center;
	margin:0 auto;
}
.width_100{width:100%;}
.btn_isolation{
	background:#ff7052;
}
.btn_isolation:hover{
	background:#fff;
	color:#ff7052;
	border:2px solid #ff7052;
}
.btn_chauffage{
	background:#61ce70;
}
.btn_chauffage:hover{
	background:#fff;
	color:#61ce70;
	border:2px solid #61ce70;
}
.btn_billan{
	background:#343ab7;
}
.btn_billan:hover{
	background:#fff;
	color:#343ab7;
	border:2px solid #343ab7;
}
/* --------------- Grid Isolation --------------------*/
 .bg-gradient {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
} 
ul li {
  margin-bottom:1.4rem;
}
.pricing-divider {
border-radius: 20px;
background: #fff;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
background: #1AA85C; 
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}


#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-content .item h1 {
    font-size:2.4em;
    font-weight:700;
    font-family:Poppins;
    color:#142443;
    text-align:center;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}