
/******************** 3d Back Effect CSS ********************/

body {
  overflow-x:hidden;
}

.bg-screen {
  position:absolute;
  z-index:0;
  overflow:hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-screen svg {
  height: 100vh;
}

.back_effect_social_icons .icon-list:after {
  border-top: 2px solid #ffffff;
}

.back_effect_title {
  color: #FFC700;
}