/* ------------------------------------------------------------------------------
@name: Custom Style
@description: If want custom style in here
--------------------------------------------------------------------------------- */

.family-tree .owl-carousel .owl-item:nth-child(8n-1) .family-tree__item img {
    width: auto!important;
}
.family-tree .owl-carousel .owl-item:nth-child(8n-4) .family-tree__item img {
    width: auto!important;
    -o-object-position: unset!important;
    object-position: unset!important; 
}

.font-bold{
    font-weight: bold;
}

.hide{
    display:none;
}

.success_notif{
    color:green;
}

.header__sosmed__item {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.header__sosmed__link {
    display: block;
    font-size: 2.6rem;
    text-decoration: none;
    color: #f4d44b;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.header__sosmed__link::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    background-color: #f4d44b;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.header__sosmed__link i {
    position: relative;
    z-index: 2;
}

.header__sosmed__link:hover {
    -webkit-transform: translateY(-2px);
       -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
         -o-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  .header__sosmed__link:hover::before {
    opacity: 1;
    background-color: #fff;
  }

  
.header__sosmed__link--facebook:hover {
    color: #1877f2;
}
  .header__sosmed__link--twitter:hover {
    color: #1da1f2;
}
  .header__sosmed__link--instagram:hover {
    color: #833ab4;
}
  .header__sosmed__link--whatsapp:hover {
    color: #25d366;
  }
  .header__sosmed__link--youtube:hover {
    color: #ff0000;
  }
  .header__sosmed__link--tiktok:hover {
    color: #000;
  }

  .works .load_more_btn.disabled{
    color:#9d9d9d;
    background-color:#505152;
  }
  .works .load_more_btn.disabled:hover{
    color:#9d9d9d;
    background-color:#505152;
    -webkit-box-shadow: -4px -4px 0 0 #7d7979;
    -moz-box-shadow: -4px -4px 0 0 #7d7979;
    box-shadow: -4px -4px 0 0 #7d7979;
  }
  .main-banner__gravity {
    width: 100%;
}
  .main-banner__gravity__el {
      display:flex;
      width:100%;
  }
  .main-banner__gravity__title {
    font-size: 10rem!important;
 }
 
 .main-banner__list.owl-carousel .owl-dots {
    margin-top: 0px!important;
 }
 
 .work-gallery {
    padding-bottom: 25px!important;
}

.widget-share {
    background-color: #f4d44b;
    padding-bottom: 1rem;
    }
.work-gallery__gravity {
    font-size: 10rem!important;
}