








/* @font-face {
	font-family: 'GeosansLight';
	src: url('css/fonts/GeosansLight.eot');
	src: local('GeosansLight'), url('css/fonts/GeosansLight.woff') format('woff'), url('css/fonts/GeosansLight.ttf') format('truetype');
} */

 body{
    margin: 0;
    padding: 0;
    background:#e4e4e4;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
} 

.navSection {
    background: #6d6e72;
}

.imgSec, .imgSecRight {
    display: flex;
    position: relative;
}




.serviceSection{
  background: #231f20;
  padding: 0;
}

.blurImg, .normalImg {
    width: 50%;
    height: auto;
}

    .imgSecRight .blurImg img,  .imgSec .blurImg img,  .imgSecRight .normalImg img,  .imgSec .normalImg img {
        width: 100%;
        -webkit-filter:  grayscale(20%);
        filter:  grayscale(100%);
        -webkit-transition: all 1s; /* Safari */
        transition: all 1s !important;
    }

    .imgSecRight .normalImg img,  .imgSec .normalImg img {
      -webkit-filter: blur(0px) grayscale(100%);
        filter: blur(0px) grayscale(100%);
  }


  /* .imgSecRight .blurImg img:hover,  .imgSec .blurImg img:hover{
      -webkit-filter:grayscale(0);
        filter: grayscale(0);
  } */

  .imgSecRight:hover img,  .imgSec:hover img{
    -webkit-filter:grayscale(0);
    filter: grayscale(0);
  }

  .imgSecRight .normalImg img:hover,  .imgSec .normalImg img:hover{
    -webkit-filter:grayscale(0);
        filter: grayscale(0);
  } 


    
  
   
    

.imgSec .serviceText {
    position: absolute;
    z-index: 99;
    bottom: 52px;
    left: 100px;
    font-size: 40px;
    color: #f7941e;
}

.imgSecRight .serviceText {
    position: absolute;
    z-index: 99;
    bottom: 52px;
    font-size: 40px;
    color: #f7941e;
    right: 30px;
	 max-width: 40%;
}

.residentialPro, .exhibitionPro, .corpPro{
	width:30%;
	
	}
	
	.retailPro{
		width: 21%;
	}
	
	.installPro {width: 35%;}
	.exteriorPro{
		 width: 26%;
		}

.footerSection {
    background: #a7a9ac;
    text-align: center;
    width: 100%;
    
}

    .footerSection .fa {
        font-size: 25px;
        margin: 10px;
        color: #fff;
        font-weight: normal;
    }

    .footerSection a {
        color: darkslategray;
        width: 50px;
        height: 50px;
        border: 1px solid #5e5e5e;
        border-radius: 50%;
        margin: 0 10px;
        float: left;
        transition: width 2s;
    }

        .footerSection a:hover {
            border: 1px solid #fff;
        }

.allright {
    color: #5e5e5e;
}



.menuSec{
    position: absolute;
    z-index: 999;
    top: 43px;
    right: 0;
}
.menuSec, .menuSec .dropDown{
    display: none;
  }
  
  
  .menuSec > ul{
    background-color: rgb(109, 110, 114, 0.5);
    width: 275px;
    padding: 10px;
    color:white;
  }
  
  .menuSec ul li a{
    color:white;
    text-decoration: none;
  }
  
  .menuSec ul li{
   padding: 5px;
    list-style-type: none;
    border-bottom: 1px solid #565656; 
    width: auto;
  }
  
  .menuSec > ul > li a:hover{
    color: #f6931c;
  }

  .menuSec > ul > li a:hover{
    color: #f6931c;
  }

  .menuSec > ul > li:hover{
    color: #f6931c;
  }


  .menuSec .dropDown li a:hover{
    color: #f6931c;
  }

  #nav{
      float: right;
      color: #fff;
  }

  .contactLink{
      color: #e4e4e4;
  }

  .contactLink a{
    color: #fff !important;
    text-decoration: none;
  }
  .contactLink span, .contactLink i {
    color: #f6931c;
  }

  .serviceText span {
    font-family:'Conv_HelveticaNeue-Thin',Sans-Serif;
    font-weight:bolder;
  }

  .mainHeading{
    margin: 50px 0;
  }

  /* #nav span{
      margin-top:5px;
  } */


  .carousel-caption h3 {
    color: #f6931c;
    font-weight: bold;
    
  }

  .carousel-caption span {
    font-weight: normal;
    
  }

  .carousel-caption {
    right: 10%;
    bottom: 0;
    top: 50px;
    left: 10%;
    font-weight: bolder;
}


.headingBottomLeft {
  top: 143px;
  position: absolute;
  right: -78px;
}

.headingmid{
  bottom: 52px;
position: absolute;
left: 1px;
}

.headingmid {color: #f6931c;
    font-weight: bolder;
    bottom: 180px;
    left: -70px;
}

.dropDown li a{
  text-transform: lowercase;
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
 }

 .aboutImgSec{
  margin: 0 auto;
 }
.aboutHeading{
    margin: 15px 0 !important;
}




@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
