.hFixFabFlex {
  position: fixed;
  bottom: 20px;
  left: 16px;
  z-index: 5566;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}

.hFixFabFlex > a {
  display: block;
}

.hFab {
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: white;
  border-radius: 48px;
  box-shadow: 0px 2px 3px 0px #66666666;
  overflow: hidden;
  transition: 0.2s all;
  margin-top: 12px;
}

.hFab:hover {
  box-shadow: 1px 3px 4px 0px #666666cc;
}

.hFabPhone {
  background-color: #f7932d;
}
.hFabLine {
  background-color: #00c201;
}
.hFabFacebook {
  background-color: #3e5a99;
}
body{
  background: darkred;
  color: #fff;
}
.trainers, .bg-primary {
    color: #ffffff;
}

.sticky-wrapper {
    bottom: 0;
    background: #000;
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #000;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgb(255 255 255 / 70%) !important;
}
.text-right{
  text-align: right;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active,.sticky-wrapper .site-navbar .site-logo a {
    color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: rgb(255, 255, 255) !important;
    padding: 20px 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: red!important;
}
#about{
  background: url(../images/bg2.jpg) left top;
  background-attachment: fixed;
  background-size: cover;
}

.dec{
  position: relative;
}
.dec:after{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 3px;
  height: 100%;
  background:#fff ;
}

.designer{
  width: 100%;
  height: 400px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  object-fit: cover;
}

.work img{
  width: 100%;
  height:125px;
  object-fit: cover;
  border: 2px solid darkred ;
}
.col-3{
  padding-right: 0px; 
  padding-left: 0px;
}
.mt-5, .my-5 {
    margin-top: 5rem !important;
}
.mt-3, .my-3 {
    margin-top: 3rem !important;
}
.site-footer {
    padding: 4em 0;
    background: #000000;
}
#about a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
#about h3{
  color: #ddd !important;
  font-size: 2rem;
  position: relative;
  border-bottom: 2px solid #ddd;
  display: inline;
}
.dec-designer{
  position: absolute;
  top:-100px;
  right: 0px;
  font-size: 5rem;
  font-weight: bold;
  color: rgba(70, 70, 70, 0.529) !important;
  z-index: -1;
}
.dec-designer2{
  position: absolute;
  top:-100px;
  left: 0px;
  font-size: 5rem;
  font-weight: bold;
  color: rgba(70, 70, 70, 0.529) !important;
  z-index: -1;
}
#about a:hover {
    color: darkred;
    text-decoration: none;
    background-color: transparent;
}
@media(max-width:450px){
  .logo{
    width:100%;
  }
}