.btn-turquoise{
  background-color: #2DC4B5;
  color: #fff;
}
.btn-turquoise:hover{
  color: #FAF9F6;
}

:root {
  --primary: #FEA116;
  --light: #F1F8FF;
  --dark: #080808 !important;
}

/*** Hero Header ***/
.hero-header {
    height: 800px !important;
    background: linear-gradient(rgba(57, 57, 57, 0.5), rgba(57, 57, 57, 0.5)), url(../../img/app/settings/bg-hero.jpg) !important;  /*116, 128, 163, 0.851 211,211,211 #D3D3D3*/
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero-header img {
  /*animation: imgRotate 50s linear infinite;*/
}

.contact-form{
  /*background: linear-gradient(rgba(15, 23, 43, .9), rgba(64, 224, 208)) !important; /*#40E0D0, rgb(64, 224, 208)*/
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.footer{
  /* background: linear-gradient(rgba(15, 23, 43, .9), rgba(64, 224, 208)) !important; /*#40E0D0, rgb(64, 224, 208)*/
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}