
body {
  background: #fff;
  color: #686868;
font-family: 'Montserrat', sans-serif;
}

a {
  color: #686868;
  font-family: 'Montserrat', sans-serif;
  text-align: center;

}


a:hover, a:active, a:focus {
  color: #d4d4d4;
  outline: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/apple-touch-icon.png") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 40px 0 40px 0;
  filter: brightness(1.2);
}

#services img {
  width: 100%;
  text-align:center;
}


/* Call To Action Section
--------------------------------*/
#call-to-action2 {
    padding: 20px 0;
}


@media (min-width: 769px) {
  #call-to-action .cta-btn-container, #call-to-action2 .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action2 .cta-btn{
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  transition: 0.5s;
  margin: 10px;
 color: #686868;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}


#call-to-action2 .cta-btn:hover, .cta-btn:active, .cta-btn:focus {
  color: #c3c3c3;
  outline: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}


#footer a{
  
  color: #fff;
}

#footer .copyright {
  text-align: center;
}
