/*

Les Entreprises Laurentien Électrique Inc.

https://le1950.com

*/


section, article, aside, footer{
  display: block;
}

* {
  box-sizing: border-box;
}
html, body {width: auto!important; overflow-x: hidden!important; } 
html, body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  background-color:  #FAFCFE;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
	color:#4C76AD;
	font-size:20px;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #101D2D;
}

h1 {
  color: #FAFCFE;
  font-size: 58px;
  font-weight: 700;
  line-height: 72px;
  text-shadow: 2px 2px 2px #101D2D;
  letter-spacing:-0.5px;	
}

h1 em, h2 em {
  font-style: normal;
  color: #007BFF;
}

h2{
	font-size:48px;
	font-weight:600;
	letter-spacing: -0.2px;
}

h3{
	font-size:30px;
	line-height:140%;
	font-weight:600;
}

p {
  font-family: 'Nunito Sans', sans-serif;	
  font-size: 19px;
  line-height: 140%;
  color: #263647;
	padding-bottom:20px;
}

img {
  width: 100%;
  overflow: hidden;
}

/*---------------------------------------
  BUTTONS               
-----------------------------------------*/
.buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.big-border-button a {
  font-size: 20px;
  color: #FAFCFE;
  text-shadow: 1px 1px 1px #000000;
  background-color: transparent;
  border: 1px solid #FAFCFE;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;	
  transition: all .3s;
}

.big-border-button a:hover {
  background-color: #FAFCFE;	
  color: #4C76AD;
  font-weight: 600;
  text-shadow: none;	
}

/****** CAll menu button *******/
.call-button a {
	margin-top: 15px;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;	
  color: #101D2D;
  background-color: transparent;
  border-left: 1px solid #D3D3D3;
  text-align:right!important;
  padding-left:20px;
  padding-right:10px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.3px;
    width: 145px !important;	
  transition: all .3s;
}

.call-button a:hover {
  background-color: transparent;
  color: #101D2D;
}

.call-button a i{
	padding-right:5px;
}

.main-button a {
  font-size: 20px;
  color: #FAFCFE;
  background-color:#4C76AD;
  border: 1px solid #4C76AD;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: transparent;
  border: 1px solid #4C76AD;	
  color: #4C76AD;
}

section {
  margin-top: 100px;
}

.section-heading {
  position: relative;
  font-family: 'Montserrat', sans-serif!important;	
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 30px;
}

.section-heading p {
  margin-top: 30px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: #FAFCFE;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.navbar {
  background-color: #FAFCFE;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-brand,
.navbar-brand:hover {
  display: block;
}

.logo img.logo-desktop {
  max-width: 260px;
}

.logo {
  width: 260px;
}
.logo img.logo-mobile {
  display:none;
}

.language{
	color:#007BFF!important;
	font-weight:700!important;
}
.rbq{
	display:block;
	width:150px;
	padding-top:10px;
	margin-left:20px;
}
a.rbq:hover{
	cursor: default;
}

.navbar-expand-lg .navbar-nav .nav-link {
 margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #101D2D;
  padding-top: 20px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: #4C76AD;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #101D2D;/*middle line*/
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #101D2D;/*top and bottom line of hamburger*/
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

@media(max-width:1199px){
	.navbar .container{
		max-width:100%;
	}
	.logo img.logo-mobile {
  	display:block;
	width: 38px;
	}
	.logo img.logo-desktop {
  	display:none;
	}
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url("../images/laurentien-electrique-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 360px;
  text-align: center;
  background-color: #263647;
}
.lg-logo img{
	padding-bottom:30px;
}
.main-banner .buttons {
  position: relative;
  top: 140px;
}

/* 
---------------------------------------------
Top categories
--------------------------------------------- 
*/

.top-categories {
  margin-top: -100px;
}

.top-categories .item {
  text-align: center;
  background-color: #D3D3D3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
  height:350px;
}

.top-categories .item .icon {
  background-color: #007BFF;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
	margin-bottom: 20px;
}

.top-categories .item .icon img {
  max-width: 70px;
  border-radius: 0px;
}

.top-categories .item h4 {
  font-size: 24px;
  font-weight: 500;
	font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-categories .item span {
  font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
  color: #263647;
  display: block;
}

/*
___________________________________________
Home page - about
__________________________________________
*/
.about-le .section-heading{
	margin-bottom: 30px!important;
}

.about-le a{
	border-bottom:1px solid #4C76AD;
}

.about-le a:hover{
	color:#007BFF;
	border-bottom:1px solid #007BFF;
}
.about .thumb {
  position: relative;
  overflow: hidden;
}

.about .thumb span.category {
  font-size: 16px;
  color: #FAFCFE;
  background-color: rgba(16, 29,45,0.7);
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: -60px;
  width:100%;
  padding: 10px 12px 10px 12px;
  opacity: 0;
  transition: all .3s;
}

.about .thumb:hover span.category{
  top: 0px;
  opacity: 1;
}

/*
---------------------------------------------
Home page - service
---------------------------------------------
*/
.service .container {
    max-width: 100%!important;
  }

.service .col-lg-4, .service .col-md-4 {
    margin: 0;
    padding: 0;
  }
.service-thumb{
	max-height:480px;
	height:100%;
}
  .service-thumb img {
    width: 100%;
	cursor: default;
    transition: 0.5s;
  }

.service-thumb:hover img {
    transform: scale(1.15);
  }

  .service .service-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .service-thumb .service-hover {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 10px 30px;
    transition: 0.5s 0.2s;
  }

  .service-hover .service-item {
    float: left;
  }

  .service-thumb .service-hover p {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #FAFCFE;
	  font-weight:600;
    z-index: 2;
    position: relative;
	  margin-top: 0;
  }

  .service-thumb:hover .service-hover p {
    transform: translateY(0px);
    opacity: 1;
  }

  .service-thumb:hover .service-hover {
    background: rgba(0,0,0,0.8);
  }

.service-info{
	padding:40px 20px 0px 20px;
}
.service-info a{
	border-bottom:1px solid #4C76AD;
}
.service-info a:hover{
	border-bottom:1px solid #007BFF;
}
.service-info h3{
	padding-bottom:20px;
}
.service-title{
	border:8px solid #D3D3D3;
	height:420px;
	margin:-225px 20px 0 20px;
	padding: 244px 10px 40px 10px;
	position: relative;
	text-align: center;
	z-index:10;
}

/*
---------------------------------------------
Home page - Customer logos
---------------------------------------------
*/ 

section.customer-logos {
  background: rgb(76,118,173);
  background: radial-gradient(157.00% 100.01% at 18.75% 113.75%, #4C76AD 0%, #101D2D 100%);
  padding: 100px 0px;
}

.customer-item .thumb {
  position: relative;
  overflow: hidden;
}

.customer-logos h2, .customer-logos p{
	color: #FAFCFE;
}

.customer-item .thumb img {
  padding:0 20px 0 20px;
}

.customer-logos .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-35px);
}

.customer-logos .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}

.customer-logos .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.customer-logos .owl-nav .owl-prev span,
.customer-logos .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 40px;
	opacity: 0.5;
  font-size: 32px;
  display: inline-block;
  color: #FAFCFE;
  border: 1px solid #FAFCFE;
  border-radius: 50%;
  transition: all .3s;
}

.customer-logos .owl-nav .owl-prev span:hover,
.customer-logos .owl-nav .owl-next span:hover {
  background-color: #007BFF;
  color: #FAFCFE;
  opacity:1;
  border: 1px solid #007BFF;
}

/*
---------------------------------------------
Home - projects
---------------------------------------------
*/ 

.projects-item {
  text-align: left;
  border: 1px solid #e0e0e0;
  transition: all .5s;
}

.projects-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.projects-item a{
	border-bottom:1px solid #4C76AD;
}
.projects-item a:hover{
	color:#007BFF;
	border-bottom:1px solid #007BFF;
}

.projects-item img {
  max-width: 100%;
padding:0!important;	
}
.projects-bottom{
	padding: 20px;
	height:390px;
}
.projects-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
  transition: all .5s;
}
.projects-item:hover h4 {
  color: #007BFF;
}
.projects-plans .main-button{
	margin-top:30px;
}

.projects-plans .main-button a{
	text-align:center;
}

/*
---------------------------------------------
Bottom CTA
---------------------------------------------
*/ 
section.bottom-cta {
  background-image: url("../images/city-montreal.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
}

.bottom-cta h2, .bottom-cta p{
	color: #FAFCFE;
	text-shadow: 2px 2px 2px #101D2D;
}


/*---------------------------------------
     SUB-FOOTER
-----------------------------------------*/

.sub-footer .container {
    max-width: 100%!important;
  }

.sub-footer .col-md-4 {
    margin: 0;
    padding:50px 50px 20px 50px
  }
.sub-footer .col-md-4.footer-title1{
	background: #D3D3D3;
}
.sub-footer .col-md-4.footer-title2{
	background: #Ffffff;
}
 .sub-footer .col-md-4.footer-title3{
	background: #ECF1F4;
}
.footer-title1, .footer-title2, .footer-title3{
	text-align: center;
}
.footer-title1 a i, .footer-title2 a i{
	padding-right:10px!important;
}

.footer-title3 i{
	color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
p.sub-info{
	padding-bottom:0;
	margin-bottom: 0rem;
}
.social-media img{
	 width: 30px;
    height: 30px;
	margin-top:5px;
	text-align: center;
} 
/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding: 120px 0;
    padding-bottom: 20px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info {
    margin-top: 0px;
  }

  .footer-open-hour {
    background: #101d2d;
    background: url("../images/service-truck.png") center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 0 40px 0 40px ;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(16,29,45,0.45);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #fafcfe;
  }

  .footer-open-hour p {
    color: #ECF1F4;
  }


footer .policies{
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
	margin-top:20px;
	font-size:16px;
	color:#263647;
}

footer .terms a{
	text-align: left;
	font-size:16px;
	color:#263647;
}
footer .terms a:hover, footer .terms a.active{
	color:#4C76AD;
}

footer .copyright{
	text-align: right;
}


/*------------------------------------------ABOUT.HTML ---------------------------------------------*/
/* 
---------------------------------------------
About Banner
--------------------------------------------- 
*/

.about-banner {
  background-image: url("../images/team-work-construction-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*height:90vh;*/
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}

.about-banner p {
  color:#fafcfe;
	font-size:24px;
}

/* 
---------------------------------------------
About Us
--------------------------------------------- 
*/

section.about-us img{
	margin-top:-40px;
	margin-bottom:0;
}

/* 
---------------------------------------------
Values
--------------------------------------------- 
*/
section.values{
	margin-top:0;
    padding-top:0;
  }
.values .container {
    max-width: 100%!important;
  }
.values .col-lg-4, .values .col-md-4 {
    margin: 0;
    padding: 0;
	
  }
.value-thumb{
	height:400px;
	padding-top:20%;
	padding-right:20px;
	padding-left:20px;
}

.value-thumb .value-info{
	display:flex;
	justify-content: center;
}

.value-thumb h3{
	padding-top:20px;
	text-align:center!important;
}
.value-thumb img{
	width:140px;
	height:140px;
	position:relative;
	top:20%;
}
.value-thumb-01{
	background-color:#D3D3D3;
	height:400px;
}
.value-thumb-02{
	background-color:#Ffffff;
	height:400px;
}
.value-thumb-03{
	background-color:#ECF1F4;
	height:400px;
}

/*
-------------------------------------------
Mission
--------------------------------------------
*/
.mission {
  background-image: url("../images/mission-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #263647;
   padding: 120px 20px;	
}
.mission .section-heading h2, .mission-text p{
	color:#fafcfe;
}
.mission-text ul li{
  font-family: 'Nunito Sans', sans-serif;	
  font-size: 19px;
  line-height: 140%;
  color: #fafcfe;
  padding-bottom:10px;
}
.mission-text ul {
  list-style: none;
	margin-left:20px;
	padding-bottom:40px;
}

.mission-text ul li::before {
  content: "\2022";
  color: #007BFF;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.mission .top-img{
	padding-bottom:20px;
}

/*
--------------------------------------------
Culture
--------------------------------------------
*/
.image-thumb img {
    width: 100%;
	cursor: default;
    transition: 0.5s;
  }

.image-thumb:hover img {
    transform: scale(1.15);
  }

  .image-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
	margin-left:-15px;
  }

  .image-thumb .image-hover {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 10px 30px;
    transition: 0.5s 0.2s;
  }

  .image-hover .image-item {
    float: left;
	  
  }

  .image-thumb .image-hover p {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #FAFCFE;
	  font-weight:600;
    z-index: 2;
    position: relative;
	  margin-top: 0;
  }

  .image-thumb:hover .image-hover p {
    transform: translateY(0px);
    opacity: 1;
  }

  .image-thumb:hover .image-hover {
    background: rgba(0,0,0,0.8);
  }


/*
---------------------------------------------
Leadership Team
--------------------------------------------
*/
section.team {
  background: rgb(76,118,173);
  background: radial-gradient(157.00% 100.01% at 18.75% 113.75%, #4C76AD 0%, #101D2D 100%);
  padding: 100px 20px 140px 20px;
}
.team h2, .team p{
	color:#fafcfe;
}

.team-categories {
  margin-top: -100px;
}

.team-categories .item {
  text-align: center;
  background-color: #fafcfe;
  padding: 50px;
}

.team-categories .item h4 {
  font-size: 24px;
  font-weight: 500;
	font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
}

.team-categories .item span {
  font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
  color: #263647;
  display: block;
	padding-bottom:10px;
}

img.team-linkedin{
	height:20px;
	width:20px;
	margin-top:-4px;
	margin-right:5px;
}
.team-categories i {
	color:#007BFF;
}

/*
---------------------------------------------
Testimonilas
---------------------------------------------
*/
section.testimonials{
	padding:40px 20px 100px 20px;
}

section.testimonials-bg{
	background-color: #ECF1F4;
	margin-left:20%;
	margin-top:-680px;
	margin-bottom: -100px;
	z-index: -2;
	height:700px;
}
img.quotations{
	height:120px;
	width:auto;
	margin-top:60px;
	margin-left:-20px;
}
.testimonial-text{
	margin-top:-40px;
}
.testimonials span{
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
  color: #263647;
  display: block;
	margin-top:-30px!important;
	padding-bottom:10px;
}

/*------------------------------------------SERVICES.HTML ---------------------------------------------*/
/* 
---------------------------------------------
Service Banner
--------------------------------------------- 
*/

.service-banner {
  background-image: url("../images/electrical-power.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*height:90vh;*/
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}

/*
-------------------------------------------
Electrical Services
--------------------------------------------
*/
.electrical-services {
  background-image: url("../images/services-electrical-construction.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #263647;
   padding: 120px 20px;	
	margin-top:100px;
}
.electrical-services .section-heading h2, .mission-text p{
	color:#fafcfe;
}

.electrical-services .top-img{
	padding-bottom:20px;
}
.electrical-services a{
	color:#fafcfe;
	border-bottom: 1px solid #fafcfe;
}
.electrical-services a:hover{
	color:#007BFF;
	border-bottom: 1px solid #007BFF;
}

.commercial-construction a{
	border-bottom: 1px solid #4C76AD;
}
.commercial-construction a:hover{
	border-bottom: 1px solid #007BFF;
}

/*------------------------------------------PROJECTS.HTML ---------------------------------------------*/
/* 
---------------------------------------------
Project Banner
--------------------------------------------- 
*/

.project-banner {
  background-image: url("../images/advanced-electrical-equipment.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 /* height:90vh;*/
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #101D2D;
}

.project-banner p {
  color:#fafcfe;
	font-size:24px;
}

/*
---------------------------------------------
Projects carousel
---------------------------------------------
*/
.recent-projects .container {
    max-width: 100%!important;
  }

.recent-projects .col-lg-12, .recent-projects .col-md-12 {
    margin: 0;
    padding: 0;
  }

.recent-projects .projects-thumbs{
	max-height:480px;
	height:100%;
}
  .recent-projects .projects-thumbs img {
    width: 100%;
	cursor: default;
    transition: 0.5s;
  }

.recent-projects .projects-thumbs:hover img {
    transform: scale(1.15);
  }

  .recent-projects .projects-thumbs {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 106%;
  }

  .recent-projects .projects-thumbs .projects-hovers {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 10px 30px;
    transition: 0.5s 0.2s;
  }

  .recent-projects .projects-hovers .projects-items {
    float: left;
  }

  .recent-projects .projects-thumbs .projects-hovers p {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #FAFCFE;
	  font-weight:600;
    z-index: 2;
    position: relative;
	  margin-top: 0;
  }

  .recent-projects .projects-thumbs:hover .projects-hovers p {
    transform: translateY(0px);
    opacity: 1;
  }

  .recent-projects .projects-thumbs:hover .projects-hovers {
    background: rgba(0,0,0,0.8);
  }

.project-01 .projects-info{
	background: #D3D3D3!important;
}
.project-02 .projects-info{
	background: #FFFFFF!important;
}
.project-03 .projects-info{
	background: #ECF1F4!important;
}
.project-04 .projects-info{
	background: #FFFFFF!important;
}
.projects-info{
	padding:40px 30px 40px 30px;
	width: 106%;
	height:420px;
}
.projects-info a{
	border-bottom:1px solid #4C76AD;
}
.projects-info a:hover{
	border-bottom:1px solid #007BFF;
}
.projects-info h3{
	padding-bottom:20px;
}
.recent-projects .owl-dots, .project-summary .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 555;
}

.recent-projects .owl-dots .owl-dot, .project-summary .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #4C76AD;
  border-radius: 50%;
  margin: 0px 3px;
}

.recent-projects .owl-dots .active, .project-summary .owl-dots .active {
  background-color: #4C76AD;
  border: 1px solid #4C76AD;
}
/*
---------------------------------------------
Valued Customers
--------------------------------------------
*/

.value-copy{
	margin-top:6%;
}
.valued-customers .thumb{
	padding:10px;
}

/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section{
	padding-bottom:80px;
}
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
	font-size:20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
  color: #101D2D;
}

.faq-section .accordion-item:first-of-type .accordion-button {
	/*background-color: #ECF1F4;*/
}

.faq-section .accordion-button:not(.collapsed) {
	background-color: #ECF1F4;
  box-shadow: none;
	color:#4C76AD;
}

.faq-section .accordion-body {
	font-family: 'Nunito Sans', sans-serif;	
  font-size: 19px;
  line-height: 140%;
  color: #263647;
}
/*******************************************
PROJECT DETAIL
*********************************************/
.royalmount-banner {
  background-image: url("../images/royalmount-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}
.mcgill-banner {
  background-image: url("../images/mcgill-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}
.concordia-banner {
  background-image: url("../images/concordia-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}

.goodleaf-banner {
  background-image: url("../images/goodleaf-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	padding-top:120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  background-color: #263647;
}

.goodleaf-banner p {
  color:#fafcfe;
	font-size:24px;
}

.custom-text-box{
	background:#263647;
	padding:40px 40px 0 40px;
}


/*------------------------------------------CONTACT.HTML ---------------------------------------------*/
/* 
---------------------------------------------
Contact Banner
--------------------------------------------- 
*/

.contact-banner {
  background-image: url("../images/contact-laurentien-electrique.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*height:90vh;*/
	padding-top: 120px;
	padding-bottom:240px;
  text-align: center;
  background-color: #101D2D;
}

/*
-----------------------------------------
MAP
-----------------------------------------
*/
.map .container-fluid {
    max-width: 100%!important;
	margin-bottom:-10px;
  }

.map .col-lg-12{
    margin: 0;
    padding: 0;
  }
/*
-----------------------------------------
FORM
-----------------------------------------
*/

#contact input {
  width: 100%;
  height: 50px;
  background-color: #FAFCFE;
  color: #8691A0;
  border-radius: 0px;
  border: 1px solid #101D2D;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 20px;
  transition: all .3s;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #FAFCFE;
  color: #8691A0;
  border-radius: 0px;
  border: 1px solid #101D2D;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 20px;
  transition: all .3s;
}

#contact input:focus,
#contact textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #fafcfe;
  background-color:#4C76AD;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 0px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: 1px solid #4C76AD;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: transparent;
  border: 1px solid #4C76AD;
  color: #4C76AD;
}

/*------------------------------------------LEGAL.HTML------------------------------------------*/
/* 
---------------------------------------------
Contest Details Page
--------------------------------------------- 
*/
.policy-banner {
  background: rgb(76,118,173);
  background: radial-gradient(157.00% 100.01% at 18.75% 113.75%, #4C76AD 0%, #101D2D 100%);
	padding-top:120px;
	padding-bottom:120px;
  text-align: center;
  background-color: #263647;
}
.policy-details{
	padding-bottom:100px;
}
.policy-details .top-content {
  background-color: #4C76AD;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 45px;
  margin-top: -45px;
}
.top-content h2{
	color:#FAFCFE;
}

.policy-details .main-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 80px 60px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
}

.policy-details .main-content h4 {
  font-size:26px;
	line-height:140%;
	font-weight:700;
  margin-bottom: 25px;
} 

.policy-details .main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.policy-details .main-content p:before {
  width: 7px;
  height: 7px;
  background-color: #007BFF;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.main-content div.info {
  font-family: 'Nunito Sans', sans-serif;	
  font-size: 19px;
  line-height: 140%;
  color: #263647;
	margin-bottom:0px;
	margin-left:40px;
}



/*************************************************
RESPONSIVE STYLES
*************************************************/
@media (max-width: 1200px) {
  .customer-logos .owl-nav .owl-next {
    right: -25px;
  }
  .customer-logos .owl-nav .owl-prev {
    left: -25px;
  }
}
@media (max-width:1199px){
	section.testimonials-bg{
	margin-top:-590px;
	height: 600px;
	}
	.value-copy{
	margin-top:0;
	}
	.service-info{
	height:480px;
	}
	.faq-section{
		padding-bottom:0;
	}
}

@media (max-width:999px){
	.recent-projects .projects-thumbs {
    width: 106%;
  }
	.service-info{
	padding:40px;	
	width: 106%;
	}
}
@media (max-width: 992px) {
  
  .border-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
	.about .thumb {
		margin-top:50px;
	}
	.top-categories .item {
    margin-bottom: 15px;
  }
  .customer-item .thumb img {
	  width:90%!important;
	  margin-left:20px;
  }	

}


@media (max-width:991px){
	.navbar {
    background-color: #FAFCFE;
  }
	
  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0; 
	 padding-left:20px; 
  }
  
	.call-button a {
    border-left: none;
    padding-right:20px;
		padding-left:0px;
		margin-top:0;
	}
	
	.service-title{
		margin-bottom:60px;
	}
	
	.projects-item {
	  margin-bottom: 40px;
	}
	.projects-item.projects-item-3 {
	  margin-bottom: 0px;
	}
	.projects-bottom{
		padding-bottom:40px;
		height:auto;
	}
	.footer-open-hour {
    margin: 0 0px 0 0px ;
    padding: 20px;
	}
	.about-us .row{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
   }
	section.about-us img {
     margin-top: 0px;
	}
	.value-thumb{
	 padding-top:10%;
    }
	.culture .image-thumb{
		margin-bottom:40px;
	}
	section.testimonials {
     padding-top:0;
	}
	section.testimonials-bg{
	margin-left:0!important;
	margin-top:-680px;
	}
	.what-we-do .section-heading, .commercial-construction .section-heading{
		padding-top:40px;
	}
	.image-thumb{
	  margin-left:0px;
	}
	.project-summary .col-lg-6 .image-thumb{
	  margin-bottom:40px;
	}
	.faq-section .row{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
   }
}

@media (max-width:899px){
	.recent-projects .projects-thumbs {
    width: 104%;
  }
	.service-info{
	padding:40px;	
	width: 104%;
	height:400px;
	}
}
@media (max-width: 767px) {
  .customer-logos .owl-nav .owl-next {
    right: -30px !important;
  }
  .customer-logos .owl-nav .owl-prev {
    left: -30px !important;
  }
	footer {
      padding: 60px 0;
    }
	.footer-info{
		margin:10px 20px 30px 20px;
	}

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
	.footer-info-links{
		text-align: center!important;
	}
	footer .terms{
	text-align: center!important;
	margin-bottom:10px;
   }

   footer .copyright{
	text-align: center;
   }
	img.quotations {
    height: 100px;
    width: auto;
    margin-top: 20px;
	}
}

@media (max-width:575px){
	
  .about .thumb{
  	max-height:600px;
	  height:100%;
  }

	.service-info-construction{
		padding-bottom:50px;
	}
	.customer-logos .owl-nav .owl-next {
    right: -10px !important;
  }
  .customer-logos .owl-nav .owl-prev {
    left: -10px !important;
  }
  .customer-item .thumb img {
  	padding:0 40px 0 40px;
  }	
  .value-thumb{
	 padding-top:15%;
    }
	.valued-customers .thumb{
	padding:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.valued-customers .thumb img{
		max-width:100%!important;
		width:260px;
	}
}

@media (max-width:500px){
	h1 {
	  font-size: 42px;
	  font-weight: 600;
	  line-height: 56px;
	}

	h2{
		font-size:32px;
	}

	h3{
		font-size:24px;
	}

	p {
	  font-size: 18px;
	}
  .policy-details .main-content {
   padding: 80px 20px;
  }
	.main-content div.info {
     margin-left:auto;
	 margin-right:auto;
	}
	.sub-footer .col-md-4 {
	  height: 170px;
	}
}
@media (max-width:490px){
	.logo {
  	width: 38px;
	}
}
@media (max-width:375px){

  .top-categories .item {
  	height:auto;
	}
	.policy-details .top-content {
      padding: 30px 20px;
	}
	.service-info{
	padding:30px 20px;
	height:480px;
	}
	
}

