body{
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  width: 100vw;
  height: 100%;
  min-height: 100vh;

  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

}

.construction-v1,
.construction-v2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0 60px 0;
}

.bg-image{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.construction-v2:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 108, 182, 0.25);
  pointer-events: none;
}

.vh-100{
  height: 100%;
  min-height: 100vh;
}

a{
  color: #106cb6;
  text-decoration: none;
  background-color: transparent;
}

a:focus{
  outline: none;
}

.btns{
  display: inline-block;
  vertical-align: middle;
  padding: 13px 35px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

@media only screen and (max-width : 576px) {
  .btns{
    padding: 13px;
    font-size: 0.875rem;
  }
}

.btns i{
  margin-right: 5px;
  font-size: 0.75rem;
  line-height: 1;
}

.btns:hover{
  color: #fff;
  text-decoration: none;
}

.btns.primary{
  background: #555;
}

.btns.primary:hover{
  background: transparent;
  border-color: #999;
}

.btns.secondary{
  background: #106cb6;
}

.btns.secondary:hover{
  background: transparent;
  border-color: #106cb6;
}

.construction-card{
  position: relative;
  padding: 90px 100px;
}

.construction-v1 .construction-card{
  background: rgba(255, 255, 255, 0.15);
}

.construction-v2 .construction-card{
  background: rgba(30, 30, 30, 0.75);
}

.construction-v3 .construction-card{
  background: #106cb6;
}

@media only screen and (max-width : 991px) {
  .construction-card{
    padding: 90px;
  }

  .construction-v3 .construction-card{
    background: rgba(16, 108, 182, 0.85);
  }
}

@media only screen and (max-width : 767px) {
  .construction-card{
    padding: 60px;
  }
}

@media only screen and (max-width : 576px) {
  .construction-card{
    padding: 45px 45px 60px 45px;
  }
}

#copyright{
  position: absolute;
  z-index: 1;
  padding: 15px;
  bottom: 0;
}

#copyright span{
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.75;
}

#copyright a{
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

#copyright a:hover{
  opacity: 1;
}

/* .social-icons{
  display: flex;
  justify-content: center;
}

.social-icons a{
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px;
}

.social-icons a:hover{
  width: 50px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  transition: 0.2s;
  text-decoration: none;
}

.social-icons a:hover i{
  color: #fff;
  transition: 0.2s;
}

.social-icons a i{
  color: #000;
  font-size: 24px;
} */
