#home-hero {
  background-image: url('/assets/base/img/content/backgrounds/hero-matchers-peaks.jpg');
  position: relative;
  padding-top: 60px;
} 
.hero {
    background-repeat: no-repeat;
    height: 400px;
} 
@media (min-width: 767px) {
   .hero {
       height: 600px;
   }
   .hero {
       margin-top: 0px;
   }
   #intro h1 {
	  font-size: 25px;  
   }   
}

@media (max-width: 991px) {
	.c-layout-header .c-brand {		
		margin-bottom: 8px;
	}
	
	.c-content-feedback-1 > .row > div > .c-contact {
	   padding-left: 0px;
	   padding-right: 0px;
	}	
}

@media (max-width: 991px) {
   .c-content-feedback-1 > .row > div > .c-contact {
       padding: 40px 0px 0 0px;
       margin: 0;
   }
}

@media (max-width: 767px) {
   .c-content-feature-4 .c-feature-content > .c-content-v-center {
       padding-top: 10px;
   }
   .c-layout-footer.c-layout-footer-4 .c-footer .c-links .c-nav > li > a {    
       padding: 10px 15px;    
   }
}

@media (max-width: 991px) {
   .c-content-product-1 .row .c-media > img {
       width: 90%;
       margin: 0 auto;
       display: block;
   }
}


.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler > .c-line {
    background: #000;
}
.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler:hover {
    background: #fff;
}
.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler { 
    background: #fff;
}
.c-layout-header .c-brand > .c-hor-nav-toggler > .c-line {
    width: 20px;
    height: 2px; 
}

.c-layout-header .c-brand .c-mobile-logo {
      margin-top: -8px;
}

.c-layout-footer.c-layout-footer-4 .c-footer .c-links .c-nav > li > a {
	font-size: 12px;
}

.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form .form-control {
    color: #D1E7F9;
}	

#contact-foot {
   margin-top: 10px;
}
#know-us {
   color: #565e6b;
   font-size: 16px;
}
@media (max-width: 991px) {   
   #know-us {
     color: #a7a9ac;
     font-size: 15px;
   }
}

.background-img {
    background-size: cover;
    background-position: 50% 25%;
} 

@media (min-width: 992px) {
   .c-layout-header.c-layout-header-4 {
       border-bottom: 1px solid #e6eff3;       
   }
   
   .c-layout-header .c-brand {
       margin: 25px 0 5px 0;
   }
   .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
       transition: margin 0.2s;
       margin: 8px 0 19px 0;
   }
   
   
} 

.c-content-ft-service {
   padding-top:20px;
}

@media (max-width: 767px) {
   .c-content-ft-service {
      margin-left: 10px;
   }
}

.c-content-ft-service .c-content-title-3 {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid #666666;
}

.c-content-ft-service .c-content-list-1 {    
    padding-left: 20px;    
}

.c-content-ft-service p {    
    padding-right: 30px;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 40px 20px;
  width: 100%;
  text-align: center;  
}
#intro h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin: 0px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .8);
}

#intro h1::before {
    content: "";
    display: block;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    background-color: #000;
    margin-bottom: 20px;
}
#intro h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    background-color: #000;
    margin-top: 20px;
}
#intro h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-top: 20px;  
  line-height: 1.35;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .8);
}
@media (min-width: 300px) {
  #intro {
     padding-top: 80px;
  }
  #intro h1::before {    
    width: 85%;    
  }
  #intro h1::after {    
    width: 85%;    
  }

}
@media (min-width: 550px) {
  #intro h1 {  
   font-size: 40px;  
	background: rgba(255, 255, 255, 1.0);
  }
  #intro h1::before {    
    width: 80%;    
  }
  #intro h1::after {    
    width: 80%;    
  }
  #intro h2 {  
    font-size: 25px;
	 background: rgba(255, 255, 255, 1.0);
  }
  #home-slogan {
     width:500px;   
  }
}	

#home-slogan {  
   margin: 20px auto;
}
#about-us{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-top: 20px;
  color: #fff;
  line-height: 1.35;
  text-align: center;
}

.work-row {
   margin-bottom: 80px;
   margin-top: 80px;
}


