.bg1 {
/* background-repeat: repeat;
background-size: contain;
background-image: url(/assets/images/subtle_dots.png)!important; */
background-image:url("../images/subtle_dots.png");
background-repeat: repeat;
}

.bg2 {
    background-repeat:no-repeat;
    background-size: cover;
    background-image:url("../images/skylinebg.jpg");
    background-position: center center;
    padding-bottom: 50px;
    }


.bg3 {
  background-repeat:no-repeat;
  background-size: cover;
  background-image:url("../images/optiblend/optiblend-systems-bg.jpg")!important;
  background-position: center center;
  padding-bottom: 50px;
  }

.bg4 {
    background-color: #f6f6f6;
    padding-bottom: 50px;
    }
    
.bg5 {
  background-repeat:no-repeat;
  background-size: cover;
  background-image:url("../images/edencrete/edencretebg.jpg")!important;
  background-position: center center;
  padding-bottom: 50px;
}

.bg6 {
  background-repeat:no-repeat;
  background-size: cover;
  background-image:url("../images/edencrete/oppo-hex-pattern-background.png")!important;
  background-position: center center;
  padding-bottom: 50px;
}

.bg7 {
  background-color: #f9ebea!important;
  padding-bottom: 50px;
  }


.txt-justify {
  text-align: justify;
}

.sponsors {
  padding: 150px 0 0 0;
}

.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  }
  
.trans-header {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    background-color: #ffffff3c;
}

.dark-txt {
    color: #000000!important;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active, .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #96a740!important;
}


.services.home-2 .item-box, .services.home-3 .item-box {
    position: relative;
    padding: 15px 15px;
    border: 1px solid #f9f9f9;
}

.services.home-2 .services-carousel-item .item-box .content-box {
    padding-left: 2px!important;
}


@media (max-width: 575px){
    .about-us .about-us-img-box {
        height: 200px!important;
        margin: 0 0 50px 0;
        padding: 0;
    }

.mob_hidden {
    display:none!important;
}

}
.provide-core-list .provide-core-list-item {
    min-height: 171px!important;
}

.services-included {
    background-image: url(../images/02_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.eden-link {
    color:#004e7d;
}
.eden-link:hover {
    color:#96a740;
    text-decoration: underline;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-info-icon {
  margin-bottom: 15px;
  }
  .contact-info-item {
    background: #004e7d;
    padding: 10px 0px;
    min-height: 250px;
  }
  .contact-page-sec .contact-page-form h2 {
    color: #96a740;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
  }
  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
  }  
  .contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
  }

  .contact-info-text{
    padding: 25px;
}

  .contact-info-text p{
    margin-bottom:0px;
    color: #ffffff;
    text-align: left;
}

.contact-info-text p strong{
    margin-bottom:0px;
    color: #96a740;
    text-align: left;
}

  .contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .contact-info-text h4 {
    color: #96a740;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
  }
  
  .contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
  }
  
  .contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  }
  
  .contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  
  .contact-page-map {
    margin-top: 36px;
  }
  .contact-page-form {
      padding: 20px 15px 0;
  }


  .services.home-3 .item-box .content-box {
    padding-left: 1px!important;
    min-height: 145px;
}


.services.home-3 .item-box i img {
  float: left;
  width: 65px;
  height: auto;
  position: relative;
}

.services.home-3 .item-box .content-box h4 {
  margin-bottom: 5px!important;
}

@mixin aspect-ratio($width, $height) {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: ($height / $width) * 100%;
  }
  > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}
body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.image-reveal {
  position: relative;
  @include aspect-ratio(2,1);
  width: 100%;
  height: auto;
  overflow: hidden;
  .image-reveal__original-image,
  .image-reveal__reveal-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .image-reveal__reveal-image {
    opacity: 0;
  }
}
.reveal-follower {
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  position: absolute;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: -3px 3px 12px #000;
}

.projects-item .hover-box .text-box .tags p {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  margin-right: 5px;
  text-transform: capitalize;
  color: #FFF;
  display: inline-block;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
