.iconbox .iconbox-icon-container {
  color: #008aff;
}
:root {
  --color-primary: #0687ff;
  --color-gradient-start: #0687ff;
  --color-gradient-stop: #008aff;
}
.navbar-brand {
  padding: 10px 0;
}
a:hover {
  color: #008aff;
}
.bg-ebony-clay {
  background: #268df5 !important;
}
.fancy-box img {
  width: 100%;
  height: 220px;
}
.mainbar-wrap.is-stuck .social-icon a:hover,
.mainbar-wrap.is-stuck .main-nav > li > a:hover {
  color: #268df5 !important;
}
@media (max-width: 600px) {
  .row-bg-wrap,
  .row-bg-inner,
  .row-bg {
    width: 128%;
  }
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 0;
  /* line-height: 9px; */
  padding: 4px;
  text-align: center;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
.wsp {
  background-color: rgb(60, 199, 103) !important;
  border: 1px solid #38f773 !important;
}
.wsp i {
  font-size: 3em;
}
.title-slide {
  color: white;
  position: fixed;
  padding: 20px 20px 20px 73px;
  font-size: 40px !important;
  text-transform: uppercase;
  /* background-color: rgba(36, 48, 97, 0.58); */
  margin-top: 315px;
}
.title-slide2 {
  color: white;
  /*position: fixed;*/
  padding: 20px 20px 20px 73px;
  font-size: 40px !important;
  text-transform: uppercase;
  /* background-color: rgba(36, 48, 97, 0.58); */
  margin-top: 315px;
  position: absolute;
}
.title-slide3 {
  color: white;
  /*position: fixed;*/
  /*padding: 20px 20px 20px 73px;*/
  padding: 40px 30px 40px 73px;
  font-size: 40px !important;
  text-transform: uppercase;
  /* background-color: rgba(36, 48, 97, 0.58); */
  margin-top: 315px;
  position: absolute;
}
p.titles-about {
    line-height: 1.8em;
    font-size: 16px;
    color: #21a9e0;
    font-weight: bold;
}

/* - - - - - - - - - - - - 
     SECTION PRODUCTS
- - - - - - - - - - - - */

.product-block{
  height: 300px;
  width: 300px;
}

.product-title{
    margin-top: -28px !important;
    background-color: #268df5 !important;
    border-radius: 0px 0px 10px 10px !important;
    color: white !important;
    text-align: center !important;
    padding: 0px 9px 0px 9px !important;
}