html[theme='dark-mode'] {
   filter: invert(1) hue-rotate(180deg);
}
.dark-mode {
  filter: invert(1) hue-rotate(180deg);
}
.invert {
  filter: invert(1) hue-rotate(180deg);
}
button {
  border: 0;
}
 body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 1.5;
  font-family: Helvetica, arial, sans-serif;
  margin: 0;
  scroll-behavior: smooth;
  background-color: #fff
}
nav {
  width: 100%;
  height: 100px;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-color: #3F3D56;
  text-align: right;
  line-height: 100px;
  font-size: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  z-index: 800;
  position: fixed;
  transition: .3s ease-in-out
}
nav .col-2 img {
  width: auto;
  height: 50px;
  margin-top: 5px;
  transition: .3s ease-in-out;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, .3)*/
}
.nav-img {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 13;
  width: 70px;
  height: auto;
  transition: .3s ease-in-out;
  /* margin-top: -60px; */
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, .3)*/
 }
.nav-link {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 18px;
  margin-left: 15px;
  text-align: center;
  background: linear-gradient(to top right, #03858c 20%, #cd7b93);
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* padding: 10px; */
  background-color: #444;
  border-radius: 50%;
}
nav a {
  color: #fff;
  padding: 25px 15px;
  font-size: 15px;
  /*text-transform: uppercase*/
}
nav a:hover {
  background-color: #03858c;
  color: #fff;
}
nav a:last-child {
  background-color: #03858c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
nav a.profile-circle {
  background-color: #000;
  display: inline-block;
  color: #03858c;
  font-size: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
  border-radius: 50%;
}
.force-last {
  background-color: #fff!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  color: #fff!important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%!important;
  border: .5px solid #03858c;
  background-color: #03858c!important;
  padding: 0!important
}
.prompt {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #001a33!important;
  margin-top: 60px;
  z-index: 3;
  padding: 10px 30px!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  background-color: #fff;
  line-height: 1.3;
  animation: fadeIn .3s linear;
  display: none
}
.nav-cluster {
  display: inline-block;
  position: relative;
  z-index: 30
}
.nav-cluster a:first-child {
  position: relative
}
.nav-cluster-elements {
  display: none
}
.ir-sub {
  display: none;
}
.nav-cluster:hover .nav-cluster-elements {
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  line-height: 60px;
  margin-top: 60px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  animation: cluster-animation 0.3s linear;
}
.nav-cluster-elements a:first-of-type:hover + .ir-sub, .ir-sub:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 60px;
  /*margin-top: 60px;*/
  margin-left: 100%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  animation: cluster-animation 0.3s linear;
}
@keyframes cluster-animation {
  from {
    clip-path: inset(0% 0% 100% 0%);
    opacity: 0;
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
.nav-cluster .nav-cluster-elements a {
  display: inline-block;
  color: #111;
  font-size: 13px;
  line-height: 50px;
  margin-top: 0;
  padding: 0!important;
  width: 100%;
  height: 50px
}
.nav-cluster .nav-cluster-elements a:last-child {
  /*background-color: #fff;*/
  /*color: #fff;*/
  box-shadow: unset;
  border-radius: unset
}
.nav-cluster .nav-cluster-elements a:hover {
  background-color: #364f6b;
  color: #fff
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: unset;
  margin-inline-end: unset;
  -o-appearance: none;
  font-size: initial;
  display: inline-block
}
.naved {
  position: fixeed;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
}
.naved-100 {
  position: fixeed;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
}
.naved a, .naved-100 a {
  color: #111
}
.naved span {
  color: #fff
}
a {
  text-decoration: none;
  transition: .3s ease-in-out
}
:focus {
  outline: 0
}
@media (min-width:900px) {
::-webkit-scrollbar {
	width: 5px;
    background-color: #fff
  }
  ::-webkit-scrollbar-Thumb {
      background-color: #373024 !important;
      border-radius: 2px
  }
  ::-moz-scrollbar {
      width: 5px;
      background-color: #fff
  }
  ::-moz-scrollbar-Thumb {
      background-color: #373024 !important;
      border-radius: 4px
  }
  .lg-no-scroll {
      overflow: hidden
  }
  .mobile-only {
      display: none
  }
  .hidden-lg {
      display: none !important
  }
  .col-1 {
      width: calc(100% / 12 * 1);
      position: relative;
      float: left
  }
  .col-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
  }
  .col-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
  }
  .col-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
  }
  .col-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
  }
  .col-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
  }
  .col-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
  }
  .col-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
  }
  .col-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
  }
  .col-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
  }
  .col-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
  }
  .col-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
  }
  .lg-container {
    width: 92%;
    position: relative;
    float: left;
    margin-left: 4%
  }
  .lg-container-96 {
    width: 96%;
    position: relative;
    float: left;
    margin-left: 2%
  }
  .lg-container-98 {
    width: 98%;
    position: relative;
    float: left;
    margin-left: 1%
  }
  .down-1 {
      margin-top: 1%
  }
  .down-2 {
      margin-top: 2%
  }
  .down-3 {
      margin-top: 3%
  }
  .down-4 {
      margin-top: 4%
  }
  .down-5 {
      margin-top: 5%
  }
  .down-7 {
      margin-top: 7%
  }
  .down-10 {
      margin-top: 10%
  }
  .down-12 {
      margin-top: 12%
  }
  .down-15 {
      margin-top: 15%
  }
  .down-20 {
      margin-top: 20%
  }
  .down-23 {
      margin-top: 23%
  }
  .down-25 {
      margin-top: 25%
  }
  .down-30 {
      margin-top: 30%
  }
  .down-35 {
      margin-top: 35%
  }
  .down-40 {
    margin-top: 40%
  }
  .down-50 {
      margin-top: 50%
  }
  .down-70 {
      margin-top: 70%
  }
  .down-90 {
      margin-top: 90%
  }
  .down-120 {
    margin-top: 120%
  }
  .off-1 {
      margin-left: 8.33%
  }
  .off-2 {
      margin-left: 16.667%
  }
  .off-3 {
      margin-left: 25%
  }
  .off-4 {
      margin-left: 33.33%
  }
  .off-5 {
      margin-left: 41.67%
  }
  .off-6 {
      margin-left: 50%
  }
  .off-7 {
      margin-left: 58.33%
  }
  .off-8 {
      margin-left: 66.67%
  }
  .off-10 {
      margin-left: 83.3%
  }
  .bottom-padded {
      padding-bottom: 100px
  }
  .bottom-padded-medium {
      padding-bottom: 50px
  }
  .bottom-padded-light {
      padding-bottom: 30px
  }
  .fl-right-lg {
      float: right
  }
  .slide-out-lg {
      transition: .3s ease-in-out;
      width: 0
  }
  .slide-out-lg * {
      display: none
  }
  .fake-container {
      width: 96%;
      position: relative;
      float: left
  }
  .fake-container-two {
      width: 96%;
      margin-left: 4%;
      position: relative;
      float: left
  }
  .lg-vh-100 {
      height: 100vh
  }
  .lg-sticky {
      position: sticky;
      top: 40px
  }
  .lg-magic {
    height: 100vh;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 3px;
    /* background-color: #fff; */
    /*background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url(../images/grm5.jpg);*/
    background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/vtrack4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
  .footer-content {
    height: 300px !important;
  }
}
@media (min-width:760px) and (max-width:899px) {
    ::-webkit-scrollbar {
      width: 10px;
      background-color: #fff
    }
    ::-webkit-scrollbar-Thumb {
      background-color: #222;
      border-radius: 2px
    }
    .hidden-md {
      display: none !important
    }
    .md-1 {
      width: calc(100% / 12 * 1);
      position: relative;
      float: left
    }
    .md-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
    }
    .md-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
    }
    .md-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
    }
    .md-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
    }
    .md-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
    }
    .md-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
    }
    .md-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
    }
    .md-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
    }
    .md-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
    }
    .md-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
    }
    .md-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
    }
    .md-container {
      width: 92%;
      position: relative;
      float: left;
      margin-left: 4%
    }
    .md-off-1 {
      margin-left: 8.33%
    }
    .md-off-2 {
      margin-left: 16.667%
    }
    .md-off-3 {
      margin-left: 25%
    }
    .md-off-4 {
      margin-left: 33.33%
    }
    .md-off-5 {
      margin-left: 41.67%
    }
    .md-off-6 {
      margin-left: 50%
    }
    .md-down-1 {
      margin-top: 1%
    }
    .md-down-2 {
      margin-top: 2%
    }
    .md-down-3 {
      margin-top: 3%
    }
    .md-down-4 {
      margin-top: 4%
    }
    .md-down-5 {
      margin-top: 5%
    }
    .md-off-8 {
      margin-left: 66.67%
    }
    .md-down-10 {
      margin-top: 10%
    }
    .md-down-15 {
      margin-top: 15%
    }
    .md-down-20 {
      margin-top: 20%
    }
    .md-down-30 {
      margin-top: 30%
    }
    .md-down-40 {
      margin-top: 40%
    }
    .md-down-50 {
      margin-top: 50%
    }
    .md-down-55 {
      margin-top: 55%
    }
    .md-down-70 {
      margin-top: 70%
    }
    .md-down-80 {
      margin-top: 80%
    }
    .md-down-100 {
      margin-top: 100%
    }
    .md-bottom-padded {
      padding-bottom: 100px
    }
    .md-bottom-padded-medium {
      padding-bottom: 50px
    }
    .md-bottom-padded-light {
      padding-bottom: 30px
    }
    .md-inline {
      display: inline-block!important
    }
    .md-block {
      display: block!important
    }
    .md-centered {
      text-align: center
    }
    .md-right {
      text-align: right
    }
    .md-left {
      text-align: left!important
    }
    .md-px50 {
      font-size: 50px!important
    }
    .md-px40 {
      font-size: 40px!important
    }
    .md-px30 {
      font-size: 30px!important
    }
    .md-px20 {
      font-size: 20px!important
    }
    .md-px15 {
      font-size: 15px!important
    }
    .md-px10 {
      font-size: 10px!important
    }
    a {
      cursor: default
    }
    .img-container {
      height: 450px!important
    }
    .md-closed {
      margin-left: -100%
    }
    .md-opened {
      margin-left: 0
    }
    .name-mobile {
      display: inline-block;
    }
    .user-id {
      left: 0;
      margin-left: 70px
    }
    table {
      font-size: 11px!important
    }
    .fake-container {
      width: 96%;
      position: relative;
      float: left
    }
    .fake-container-two {
      width: 96%;
      margin-left: 4%;
      position: relative;
      float: left
    }
    .card-container-inner {
      width: 250%!important 
    }
    .arrow-left, .arrow-right {
      display: none !important;
    }
    .blog-cards {
      width: 45vw!important;
      position: relative;
      float: left
    }
    .lg-magic {
      height: 400px;
      box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
      border-radius: 3px;
      background: linear-gradient(to right, rgba(0, 172, 230, .7), rgba(0, 172, 230, .4)), url(../images/vtrack4.jpg);
      background-size: cover;
      background-position: center
    }
    .md-mother {
      width: 100%!important;
      position: relative;
      float: left;
      margin-left: 0!important
    }
    .card-profile-video-container {
      height: 250px!important
    }
    .profile-video-play-overlay {
      position: absolute;
      width: 100%;
      height: 250px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .profile-video-play-overlay span {
      font-size: 80px!important;
      color: rgba(255, 255, 255, .6);
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      border-radius: 50%;
      margin-top: 20px;
      line-height: 200px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .bg-landing {
      height: 500px!important;
      background-attachment: scroll !important;
      background-position: center !important;
    }
    .arrow-left, .arrow-right {
      margin-left: 0px !important;
      margin-right: 0px !important;
      margin-top: 250px !important;
    }
    .cart-play-icon-container span {
      margin-top: 27% !important;
    }
    .ios-transluscent-bar span {
      display: inline-block;
      width: 120px;
      height: 5px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, .5);
      transition: .3s ease-in-out;
    }
    .ios-transluscent-bar span:hover {
      width: 150px;
      background-color: rgba(0, 0, 0, .2);
    }
    /* Leave it as xs please */
    .xs-fade-in-bottom {
      animation: fadeIn-bottom .5s forwards !important
    }
}
@media (max-width:759px) {
    ::-webkit-scrollbar {
      width: 10px;
      background-color: #fff
    }
    ::-webkit-scrollbar-Thumb {
      background-color: #222;
      border-radius: 2px
    }
    .hidden-xs {
      display: none !important
    }
    .xs-1 {
      width:calc(100% / 12 * 1);
      position: relative;
      float: left
    }
    .xs-2 {
      width: calc(100% / 12 * 2);
      position: relative;
      float: left
    }
    .xs-3 {
      width: calc(100% / 12 * 3);
      position: relative;
      float: left
    }
    .xs-4 {
      width: calc(100% / 12 * 4);
      position: relative;
      float: left
    }
    .xs-5 {
      width: calc(100% / 12 * 5);
      position: relative;
      float: left
    }
    .xs-6 {
      width: calc(100% / 12 * 6);
      position: relative;
      float: left
    }
    .xs-7 {
      width: calc(100% / 12 * 7);
      position: relative;
      float: left
    }
    .xs-8 {
      width: calc(100% / 12 * 8);
      position: relative;
      float: left
    }
    .xs-9 {
      width: calc(100% / 12 * 9);
      position: relative;
      float: left
    }
    .xs-10 {
      width: calc(100% / 12 * 10);
      position: relative;
      float: left
    }
    .xs-11 {
      width: calc(100% / 12 * 11);
      position: relative;
      float: left
    }
    .xs-12 {
      width: calc(100% / 12 * 12);
      position: relative;
      float: left
    }
    .xs-container {
      width: 92%;
      position: relative;
      float: left;
      margin-left: 4%
    }
    .xs-mother {
      width: 100%!important;
      position: relative;
      float: left;
      margin-left: 0!important
    }
    .xs-off-1 {
      margin-left: 8.33%
    }
    .xs-off-2 {
      margin-left: 16.667%
    }
    .xs-off-3 {
      margin-left: 25%
    }
    .xs-off-4 {
      margin-left: 33.33%
    }
    .xs-off-5 {
      margin-left: 41.67%
    }
    .xs-off-6 {
      margin-left: 50%
    }
    .xs-down-3 {
      margin-top: 3%
    }
    .xs-down-4 {
      margin-top: 4%
    }
    .xs-down-5 {
      margin-top: 5%
    }
    .xs-down-8 {
      margin-top: 8%
    }
    .xs-off-8 {
      margin-left: 66.67%
    }
    .xs-down-10 {
      margin-top: 10%
    }
    .xs-down-15 {
      margin-top: 15%
    }
    .xs-down-20 {
      margin-top: 20%
    }
    .xs-down-30 {
      margin-top: 30%
    }
    .xs-down-40 {
      margin-top: 40%
    }
    .xs-down-50 {
      margin-top: 50%
    }
    .xs-down-55 {
      margin-top: 55%
    }
    .xs-down-60 {
      margin-top: 60%
    }
    .xs-down-80 {
      margin-top: 80%
    }
    .xs-down-90 {
      margin-top: 90%
    }
    .xs-down-100 {
      margin-top: 100%
    }
    .xs-down-110 {
      margin-top: 110%
    }
    .xs-down-120 {
      margin-top: 120%
    }
    .xs-push-10 {
      margin-left: 10px !important;
    }
    .xs-bottom-300 {
      padding-bottom: 300px !important
    }
    .xs-bottom-100 {
      padding-bottom: 100px
    }
    .xs-bottom-50 {
      padding-bottom: 50px
    }
    .xs-bottom-30 {
      padding-bottom: 30px
    }
    .xs-inline {
      display: inline-block!important
    }
    .xs-block {
      display: block!important
    }
    .xs-centered {
      text-align: center
    }
    .xs-right {
      text-align: right
    }
    .xs-left {
      text-align: left!important
    }
    .xs-px40 {
      font-size: 40px!important
    }
    .xs-px30 {
      font-size: 30px!important
    }
    .xs-px20 {
      font-size: 20px!important
    }
    .xs-px16 {
      font-size: 16px!important
    }
    .xs-px15 {
      font-size: 15px!important
    }
    .xs-px14 {
      font-size: 14px!important
    }
    .xs-px12 {
      font-size: 12px!important
    }
    .xs-px10 {
      font-size: 10px!important
    }
    .xs-lh-50 {
      line-height: 50px !important;
    }
    a {
      cursor: default
    }
    .bg-landing {
      height: 750px!important;
      background-attachment: scroll !important;
      background-position: center !important;
    }
    .pull-up {
      margin-top: 0!important
    }
    .bg-two {
      /*background-size: 500%!important;*/
      background-attachment: scroll !important;
      height: 400px !important
    }
    .bg-three {
      background-size: cover !important;
      /*background-repeat: repeat !important;*/
    }
    .img-container-home {
      height: 400px!important;
    }
    .xs-closed {
      margin-left: -100%
    }
    .xs-opened {
      margin-left: 0
    }
    .name-mobile {
      display: inline-block;
    }
    .user-id {
      left: 0;
      margin-left: 70px
    }
    table {
      font-size: 11px!important;
      overflow: scroll!important;
      display: table!important
    }
    table th {
      padding: 0 10px
    }
    .card-container-inner {
      width: 560%!important
    }
    .blog-cards {
      width: 80vw!important;
      position: relative;
      float: left
    }
    .feed-vid-container-lg {
      height: 400px!important
    }
    .card-profile-video-container {
      height: 200px!important
    }
    .video-play-overlay {
      height: 250px!important
    }
    .video-play-overlay span {
      font-size: 60px!important;
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      display: inline-block;
      margin-top: 20px;
      line-height: 200px!important
    }
    .profile-video-play-overlay {
      position: absolute;
      width: 100%;
      height: 250px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .profile-video-play-overlay span {
      font-size: 80px!important;
      color: rgba(255, 255, 255, .6);
      width: 200px!important;
      height: 200px!important;
      display: inline-block;
      border-radius: 50%;
      margin-top: 20px;
      line-height: 200px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .modal-play-overlay {
      position: absolute;
      width: 100%;
      height: 200px!important;
      z-index: 2;
      background-color: rgba(0, 0, 0, .5);
      top: 0;
      text-align: center
    }
    .modal-play-overlay span {
      font-size: 60px!important;
      color: rgba(255, 255, 255, .6);
      width: 180px!important;
      height: 180px!important;
      display: inline-block;
      border-radius: 50%;
      line-height: 180px!important;
      background-color: rgba(255, 255, 255, .2);
      border: .5px solid rgba(255, 255, 255, .2)
    }
    .xs-video-magic {
      position: fixed!important;
      width: 100vw!important;
      z-index: 5!important;
      left: 0!important;
      top: 0;
      margin-top: 60px
    }
    .lg-magic {
      height: 100px;
      box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
      border-radius: 3px;
      background: linear-gradient(to right, rgba(0, 172, 230, .7), rgba(0, 172, 230, .4)), url(../images/vtrack4.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      /*background-position: center;*/
      background-position: left !important;
    }
    .no-ward {
      z-index: 10 !important;
      height: 50vh !important;
    }
    .no-ward img {
      margin-left: 0 !important;
    }
    .scarf-21 {
      width: 100% !important;
    }
    .img-container {
      height: 250px!important
    }
    .profile-card {
      height: 500px !important;
    }
    .arrow-left, .arrow-right {
      margin-left: 0px !important;
      margin-right: 0px !important;
      margin-top: 350px !important;
      display: none !important;
    }
    .xs-no-blur {
      backdrop-filter: blur(0) !important;
    }
    .absolute-dark-scarf {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9)) !important;
    }
    .item-creator-avatar {
      width: 60px !important;
      height: 60px !important;      
      margin-top: 5px !important;
    }
    .beside-item-creator-avatar {
      width: calc(100% - 120px) !important;
    }
    .hero-section img {
      margin-left: calc((100% - 300px) / 2) !important;
      width: 300px !important;
      height: 300px !important;
    }
    .home-img-circle-tiny {
      width: 20px !important;
      height: 20px !important;
      margin-top: 10px;
    }
    #textify-1, #textify-2, #textify-3, #textify-4  {
      display: none;
      transition: .6s ease-in-out;
      animation: testify 8s linear infinite  
    }
    .black-curve-below {
      width: 500% !important;
      margin-left: -300% !important;
    }
    .svg-arrow {
      margin-top: 30px !important;
      margin-right: 30px !important;
      width: 60px !important;
      height: 60px !important;
      border-top: 0 !important;
      border-radius: 0 !important;
    }
    .xs-card-100 {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .ios-transluscent-bar span {
      display: inline-block;
      width: 120px;
      height: 5px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, .5);
      transition: .3s ease-in-out;
    }
    .ios-transluscent-bar span:hover {
      width: 150px;
      background-color: rgba(0, 0, 0, .2);
    }
    .xs-fade-in-bottom {
      animation: fadeIn-bottom .5s forwards !important
    }
}
.left-aligned {
    text-align: left
}
.left {
    text-align: left
}
.centered {
    text-align: center
}
.circled {
  border-radius: 50%;
}
.right-aligned {
    text-align: right
}
.right {
    text-align: right
}
.justified {
    text-align: justify
}
.fl-right {
    float: right
}
.fl-left {
    float: left
}
.inline {
    display: inline
}
.inline-block {
  display: inline-block
}
.indented {
  text-indent: 10px;
}
.slight-push {
  margin-left: 10px;
}
/* Align images with text perfectly */
.aligned {
  display: flex;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.push-10 {
  margin-left: 10px;
}
.push-15 {
  margin-left: 15px;
}
.push-30 {
  margin-left: 30px;
}
.right-10 {
  margin-right: 10px;
}
.block {
    display: block
}
.box-shadowed {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.box-shadowed-light {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}
.white {
    color: #fff
}
.off-white {
    color: #aaa
}
.whitish {
    color: #f1f1f1
}
.dark-text {
    color: #222
}
.faded {
    color: #555
}
.color-code-1 {
    color: #03858c
}
.bg-color-code-1 {
    background-color: #03858c
}
.color-code-2 {
    color: #5B4C9F;
}
.bg-color-code-2 {
    background-color: #5B4C9F;
    /* background: linear-gradient(to right, #364f6b, #213c5b); */
}
.bg-color-code-2 {
    background-color: #5B4C9F;
}
.color-code-21 {
    color: #373024;
}
.bg-color-code-21 {
    background-color: #373024;
}
.border-color-code-21 {
    border: 0.5px solid #373024;
}
.color-code-22 {
    color: #A24317;
}
.bg-color-code-22 {
    background-color: #A24317;
}
.border-color-code-22 {
    border: 0.5px solid #A24317;
}
.color-code-23 {
    color: #33aa66;
}
.bg-color-code-23 {
    background-color: #33aa66;
}
.border-color-code-23 {
    border: 0.5px solid #33aa66;
}
.color-code-3 {
    color: #3F3D56;
}
.bg-color-code-3 {
    background-color: #3F3D56;
}
.color-code-4 {
    color: #43dde6;
}
.bg-color-code-4 {
    background-color: #43dde6;
}
/*Mostly found in teacher dashboard*/
.color-code-5 {
    color: #03858c;
}
.bg-color-code-5 {
    background-color: #03858c;
}
.color-code-6 {
    color: #e7b3b3;
}
.bg-color-code-6 {
    background-color: #e7b3b3;
}
.color-code-7 {
    color: #feb062;
}
.bg-color-code-7 {
    background-color: #feb062;
}
.color-code-8 {
    color: #fc85ae;
}
.bg-color-code-8 {
    background-color: #fc85ae;
}
.color-code-9 {
    color: #001a33;
}
.bg-color-code-9 {
    background-color: #001a33;
}
.border-color-code-9 {
    border: 0.5px solid #001a33;
}
.color-code-10 {
    color: #364f6b;
}
.bg-color-code-10 {
    background-color: #364f6b;
}
.t-shadowed {
    text-shadow: 0 2px 2px #333
}
.bg-rating {
    background: linear-gradient(to right, #fff 80%, #f7f7f7)
}
.bg-white {
    background-color: #fff
}
.bg-very-whitish {
  background-color: #f9f9f9
}
.bg-whitish {
    background-color: #f3f3f3
}
.bg-dark {
    background-color: #333
}
.bg-black {
    background-color: #111
}
.bg-blackish {
  background: linear-gradient(to right, #000, #111)
}
.bg-darkish {
    background-color: rgba(0, 0, 0, .3)
}
.bg-plat {
    background-c5lor: #996
}
.bg-play {
    background: linear-gradient(to right, #03858c, #fff)
}
.lh-20 {
    line-height: 20px
}
.lh-25 {
  line-height: 25px
}
.lh-30 {
    line-height: 30px
}
.lh-38 {
    line-height: 38px
}
.lh-40 {
    line-height: 40px
}
.lh-80 {
    line-height: 80px
}
.px8 {
    font-size: 8px
}
.px10 {
    font-size: 10px
}
.px11 {
    font-size: 11px
}
.px12 {
    font-size: 12px
}
.px13 {
  font-size: 13px
}
.px14 {
    font-size: 14px
}
.px16 {
    font-size: 16px
}
.px17 {
    font-size: 17px
}
.px20 {
    font-size: 20px
}
.px25 {
    font-size: 25px
}
.px30 {
    font-size: 30px
}
.px40 {
    font-size: 40px
}
.px50 {
    font-size: 50px
}
.px60 {
  font-size: 60px
}
.px80 {
    font-size: 80px
}
.px100 {
    font-size: 100px
}
.px150 {
    font-size: 150px
}
.px155 {
    font-size: 155px
}
.px200 {
    font-size: 200px
}
.bold {
    font-weight: 700
}
.not-bold {
    font-weight: lighter
}
.italics {
    font-style: italic
}
.dark-underlay {
    width: 100%;
    height: 600px;
    background-color: #222
}
.hero-section {
  width: 90%;
  height: 550px;
  /* background-image: url(../images/bg.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
  border-radius: 15px;
}
.hero-section img {
  width: 100%;
  height: 750px;
  -webkit-object-fit: cover;
  object-fit: cover;
  animation: scale-out 60s linear;
  /* margin-top: 10%; */
  /* border-left: 4px solid #FF8B60; */
  /* border-top: 4px solid #FF8B60; */
  position: relative;
}
.big-play-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 45%;
  border-radius: 50%;
  margin-top: 50%;
  font-size: 100px;
  color: rgba(255, 255, 255, .2);
  z-index: 4;
  display: none;
}
.home-img-circle-tiny {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  float: left;

}
/* .hero-section img {
  width: 400px;
  height: 400px;
  -webkit-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  animation: scale-out 60s;
  margin-left: calc(100% - 500px);
  margin-top: 10%;
  border-left: 4px solid #FF8B60;
  border-top: 4px solid #FF8B60;
  position: relative;
} */
.hero-svg-12 {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-top: 70px;
  margin-left: 50px;
  width: 40px;
  height: 40px;
  background-color: #61f733;
  border-radius: 50%;
  z-index: 34;
}
.bg-landing {
    width: 100%;
    height: 600px;
    background-image: url(../images/fan4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /*background-position: right;*/
    /* animation: slideshow-blue 36s linear infinite */
}
.bg-home {
    width: 100%;
    height: 600px;
    background-image: url(../images/mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 50%;
    /*animation: slideshow-blue 36s linear infinite*/
}
.bg-bdbd {
    width: 100%;
    height: 600px;
    background-image: url(../images/bdbd.png);
    background-size: contain;
    background-repeat: repeat;
    /*background-attachment: fixed;*/
    background-position: -100px 50%;
    /*animation: slideshow-blue 36s linear infinite*/
}
.bg-pay {
    width: 100%;
    height: 400px;
    background: linear-gradient(to left, rgba(0, 172, 230, .3) 20%, rgba(0, 0, 0, .8)), url(../images/grm5.jpg);
    background-size: cover;
    background-repeat: no-repeat
}
@keyframes slideshow-blue {
    0% {
      background: linear-gradient(to left, rgba(0, 72, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm11.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    20% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    23% {
      opacity: 0
    }
    25% {
      opacity: 1;
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    45% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    48% {
      opacity: 0
    }
    50% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    70% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    73% {
      opacity: 0
    }
    75% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    95% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm10.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    98% {
      opacity: 0
    }
    100% {
      background: linear-gradient(to left, rgba(0, 172, 230, 0) 40%, rgba(0, 0, 0, 0)), url(../images/grm10.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
}
.bg-two {
    width: 100%;
    height: 350px;
    /*margin-left: 2%;*/
    background-image: url(../images/grm4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    position: relative;
    float: left
}
.bg-three {
    width: 100%;
    /*height: 70vh;*/
    padding-bottom: 100px;
    /*background-image: url(../images/ylf2.jpg);*/
    background: linear-gradient(to right, rgba(21, 131, 102, .7), rgba(101, 166, 23, .9)), url(../images/hcdnetwork-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    float: left
}
.dark-scarf {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.code-1-scarf {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 84, 70, .8)
}
.code-3-scarf {
    width: 100%;
    /*height: 100%;*/
    /*padding-bottom: 100px;*/
    height: inherit;
    background-color: rgba(184, 31, 176, .6)
}
.scarf-22 {
    width: 40%;
    height: 100%;
    /*margin-left: 40%;*/
    background-color: rgba(254,52,110, 0.7);
    position: relative;
    float: left;
}
.scarf-21 {
    width: 60%;
    height: 100%;
    /*margin-left: 40%;*/
    background-color: rgba(0, 0, 0, .8);
    position: relative;
    float: left;
}
.black-code-1-scarf {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 172, 230, .3))
}
.white-scarf {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6)
}
.absolute-white-scarf {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
    background-color: rgba(255, 255, 255, .6)
}
.absolute-dark-scarf {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .9));
}
.bg-blur {
  backdrop-filter: blur(2px);
}
.bg-blur-slight {
  backdrop-filter: blur(0.5px);
}
.absolute-code-1-scarf {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 600
}
.absolute-new-ride {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}
.img-35 {
  width: 35px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
}
.img-container {
    width: 100%;
    height: 600px;
    overflow: hidden
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.mobile-img-container {
  position: relative;
  width: 100%;
  /* margin-left: 5%; */
}
.mobile-img-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mobile-img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  border-top: 10px solid #ffcc99;
}
.attach-1 {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  /* width: 15%; */
  margin-left: -10%;
  /* height: 50px; */
  margin-top: 80%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
}
.item-creator-avatar {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  border-radius: 50%;
  object-fit: cover;
  display: inline;
  margin-left: 25px;
  margin-top: -5px;
  border: 2px solid #fff;
}
.beside-item-creator-avatar {
  width: calc(100% - 140px);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  float: left;
}
.sign-container {
    width: 60%;
    position: relative;
    float: left;
    height: 50px;
    overflow: hidden
}
.sign-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(3) brightness(4);
}
.img-testimonial-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}
.img-testimonial-container img {
    height: 100%;
    object-fit: contain
}
.member-img-container {
    width: 100%;
    height: 140px;
    text-align: center;
    overflow: hidden;
}
.related-img-container {
    width: 100%;
    height: 150px;
    overflow: hidden
}
.related-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.member-img-container img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: contain;
}
.frame-container {
    width: 100%;
    height: 400px;
    overflow: hidden
}
.frame-container iframe {
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background-color: #eee
}
.footer-logo-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: 10px;
    background-color: #fff;
    overflow: hidden
}
.footer-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*transform: scale(.8)*/
}
.card-feed-img-container-tall {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #fff
}
.card-feed-img-container-tall img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  margin-left: 10%;
  margin-top: 10%;
}
.card-feed-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #fff
}
.card-feed-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-container-news {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #fff
}
.img-container-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tiny-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  z-index: 3;
  background-color: #fff;
  margin-top: -60px;
}
.footer-overlay {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  text-align: right;
  overflow: hidden;
}
.footer-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: #fff;
}
.footer-content {
  position: relative;
  float: left;
  top: 0;
  width: 100%;
  /*height: auto;*/
  padding-bottom: 20px;
  z-index: 2;
  color: #fff;
  background-position: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url(../images/map.png);
  background-size: cover;
  overflow: hidden;
}
.footer-content img {
  height: 80px;
  width: auto;
  object-fit: cover;
  margin-left: -2%;
}

.hidden {
    display: none
}
.btn-attach-file {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-top: 10px;
  cursor: pointer;
}
.btn-attach-file span:last-child {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 4px 10px;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  background-color: #fff;
  font-size: 12px;
  margin-right: 10px;
  text-align: right;
}
.btn-small {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 3px;
  transition: .3s ease-in-out
}
.btn-tiny {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 3px;
    transition: .3s ease-in-out
}
.btn-table-tiny {
  display: inline-block;
  width: 60px;
  height: 30px;
  padding: 0 !important;
  margin-top: 5px !important;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
  transition: .3s ease-in-out
}
.btn-curved {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    transition: .3s ease-in-out;
    margin-top: 10px
}
.btn-sm {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 12px;
    border-radius: 3px;
    transition: .3s ease-in-out
}
.btn-mobile {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    /*border-radius: 3px;*/
    transition: .3s ease-in-out
}
.btn-sharp {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    transition: .3s ease-in-out
}
.btn-sharp-sm {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 12px;
    transition: .3s ease-in-out;
    margin-top: 10px;
    cursor: pointer
}
.btn-absolute {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 35px;
    width: 80px;
    border: 0;
    font-size: 12px;
    transition: .3s ease-in-out;
    line-height: 35px;
    border-radius: 6px;
    margin-top: 11px;
    text-align: center;
    cursor: pointer
}
.btn-apply {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 0px;
  border-radius: 3px;
}
.btn-card {
    display: inline-block;
    padding: 10px 30px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    font-size: 12px;
    transition: .3s ease-in-out;
    margin-top: 10px;
    cursor: pointer
}
/*Still being tested*/
.btn-ard:hover {
  animation: btn-transition 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes btn-transition {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(100%);
  }
}
.btn-magic, .btn-magic-2, .btn-download {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border: unset;
  border-radius: 30px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 12px;
}
.btn-magic:after, .btn-magic-2:after, .btn-download:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "More About Us";
  background-color: #03858c;
  display: inline-block;
  /*margin-top: 10px;*/
  padding: 10px 20px;
  color: #fff;
  border: unset;
  border-radius: 30px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  /*clip-path: inset(50% 50% 50% 0%);*/
  clip-path: circle(0%);
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.btn-magic-2:after {
  content: "Visit Website" !important; 
}
.btn-download:after {
  content: "Download" !important; 
}
/*.btn-magic-2:hover*/
.btn-magic:hover:after, .btn-magic-2:hover:after, .btn-download:hover:after {
  clip-path: circle(100%);
  /*clip-path: inset(0% 0% 0% 0%);*/
}
.btn-verify {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 0;
    font-size: 10px;
    transition: .3s ease-in-out
}
.btn-sub {
    display: inline-block;
    border: 0;
    padding: 10px 35px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px
}
.btn-pay {
  display: inline-block;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 10px
}
.btn-sub-sm {
    display: inline-block;
    border: 0;
    width: 30px;
    height: 25px;
    border-radius: 3px;
    font-size: 10px
}
.btn-ref {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 11px
}
.border-color-code-1 {
    border: 1px solid #03858c
}
.border-color-code-2 {
    border: 1px solid #364f6b;
}
.border-color-code-3 {
    border: 1px solid #333
}
.white-bordered {
    border: 1px solid #fff
}
.faded-bordered {
    border: 1px solid #f7f7f7
}
.color-to-code-1:hover {
    color: #03858c
}
.to-color-code-1:hover {
    background-color: #03858c;
    color: #fff
}
.to-color-code-11:hover {
    background-color: #132542;
    color: #fff
}
.to-color-code-2:hover {
    background-color: #364f6b;
    color: #fff
}
.to-white:hover {
    color: #03858c;
    background-color: #fff
}
.absolute {
    position: absolute
}
.relative {
    position: relative !important
}
.fixed {
    position: fixed
}
.static {
    position: static
}
.sticky {
    position: sticky
}
@keyframes bg-zoom {
    from {
      background-size: 160%
    }
    to {
      background-size: 100%
    }
}
.container {
    width: 92%;
    position: relative;
    float: left;
    margin-left: 4%
}
.container-94 {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%
}
.container-98 {
  width: 98%;
  position: relative;
  float: left;
  margin-left: 1%
}
.container-10 {
    width: 80%;
    position: relative;
    float: left;
    margin-left: 10%
}
.mother {
    width: 100%;
    position: relative;
    float: left
}
.z-4 {
    z-index: 4
}
.z-1000 {
    z-index: 700
}
.full-screen-wait-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: 10% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .8);
    z-index: 3001;
    overflow-x: hidden
}
.full-screen-wait-modal.white {
  background-color: #fff !important;
}
.full-screen-wait-modal-top {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, .7);
    z-index: 4200;
    overflow-x: hidden
}
.wait-modal-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  animation: ov-pulse 1s linear infinite;
}
.tap-to-close-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .87);
  /* z-index: 2; */
  overflow-x: hidden;
  overflow-y: scroll;
  transition: .3s ease-in-out;
  top: 0;
  cursor: pointer;
  animation: fadeIn .4s linear;
}

.tap-to-close-modal-content {
  position: fixed !important;
  min-width: 100px;
  top: 0;
  left: 0;
  z-index: 3010;
  transition: .3s ease-in-out;
  animation: fadeIn .4s linear;
}
.tap-to-close-modal-whitish {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
.tap-to-close-modal-transparent {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 3000;
  overflow-x: hidden;
  transition: .3s ease-in-out;
  top: 0
}
@keyframes ov-pulse {
  from {
    width: 70px;
    height: 70px;
  }
  50% {
    width: 80px;
    height: 80px;
  }
  to {
    width: 70px;
    height: 70px;
  }
}
.full-screen-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    z-index: 3000;
    overflow-x: hidden;
    top: 0
}
.fake-overlay {
    width: 100%;
    height: 100%;
    /*z-index: 30;*/
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    /* overflow: scroll */
}
.social-icons {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  background-color: #000;
  color: #03858c;
  line-height: 35px;
  margin-top: 10px;
  margin-left: 5px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  text-align: center;
  text-indent: 0;
  position: relative;
  z-index: 11;
  transition: 0.3s ease-in-out;
}
.social-icons:after {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  content: "";
  background-color: #03858c;
  display: inline-block;
  color: #fff;
  border: unset;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  /*clip-path: inset(50% 50% 50% 0%);*/
  clip-path: circle(0%);
  transition: 0.5s ease-in-out;
  z-index: -10;
  /*opacity: 0.5;*/
}
.social-icons:hover:after {
  clip-path: circle(100%);
  /*clip-path: inset(0% 0% 0% 0%);*/
}
.social-icons:hover {
  color: #111;
}
.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #03858c;
    line-height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    border: .5px solid #03858c;
    border-radius: 50%;
    text-align: center;
    text-indent: 0
}
.mobile-nav {
    width: 100%;
    height: 100vh;
    line-height: 60px;
    background-color: #3F3D56;
    /* text-align: center; */
    position: fixed;
    z-index: 300;
    transition: .7s ease-in-out;
    /* overflow: scroll; */
}
.mobile-nav img {
    width: auto;
    height: 60px;
    object-fit: contain;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    margin-top: 10px;
    object-fit: contain;
}
.mobile-nav a {
  display: inline-block;
  width: 100%;
  height: 70px;
  /* background-color: inherit; */
  text-indent: 40px;
  /* border-bottom: 0.5px solid #527A2D; */
  color: #fff;
  font-size: 17px;
  transition: .6s ease-in-out;
  margin-left: 0;
}
.mobile-nav a:hover {
    /*background-color: #03858c;*/
    /*color: #fff*/
}
.mobile-nav a:last-child[href="javascript:void(0)"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    width: unset;
    padding: 0 20px;
    z-index: 3;
    border: none;
}
.hamburger-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 5px;
  background-color: #000;
  z-index: 1;
  transition: .3s ease-in-out;
  /* box-shadow: 0px 2px 16px rgba(0, 0, 0, .08); */
}
.mobile-nav a:last-child:hover {
    /*background-color: #fff;*/
    /*color: #03858c*/
}
.mobile-nav a:first-child[href="https://affiliate.iprenure.com"] {
    width: 100%!important;
    margin-top: 100px
}
.mobile-nav.responsive {
    width: 100%;
    height: 85px;
    line-height: 85px;
    padding: 0;
    text-align: center;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .4); */
    position: fixed;
    /* background-color: rgba(0, 0, 0, .0) !important; */
    background-color: #3F3D56;
    overflow: hidden;
}
.mobile-nav.responsive a:not(:last-child) {
    margin-left: -200%;
    display: block;
    z-index: 0
}
.mobile-nav.responsive a:last-child {
    display: inline-block;
    margin-left: 0;
    opacity: 1
}
.mobile-nav.responsive a:first-child {
    line-height: inherit;
    text-indent: 10px;
    margin-top: 0
}
.mobile-cluster {
  position: relative;
  font-size: 14px;
}
.mobile-cluster:hover .mobile-cluster-elements {
  display: inline-block;
}
.mobile-cluster-elements, .m-ir-sub {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  font-size: 12px;
  background-color: #eee;
  display: none;
  animation: cluster-animation 0.3s linear;
}
.m-ir-sub {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 12px;
  /*margin-top: 300px;*/
  background-color: #eee;
  display: none;
  animation: cluster-animation 0.3s linear;
}
.m-ir-sub a:first-child {
  margin-top: 200px;
}
@keyframes cluster-animation {
  from {
    clip-path: inset(0% 0% 100% 0%);
    opacity: 0;
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
a.m-link {
    display: inline-block!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    padding: 10px;
    color: #03858c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fafafa
}
.trans-in {
    animation: trans-in .4s linear
}
@keyframes trans-in {
    from {
      opacity: 0;
      transform: scale(.2)
    }
    to {
      opacity: 1;
      transform: perspective(800px) rotate3d(0, 1, 0, 0deg)
    }
}
.trans-out {
    animation: trans-out .4s linear
}
@keyframes trans-out {
    from {
      opacity: 1
    }
    to {
      opacity: 0;
      transform: scale(.2)
    }
}
.curved {
    border-radius: 10px
}
.curved-10 {
  border-radius: 10px !important
}
.curved-30 {
  border-radius: 30px !important
}
.edge-curved-slightly {
    border-radius: 4px;
    animation: fadeIn .3s ease-in-out;
}
.m-bottom-50 {
    margin-bottom: 50px
}
.bottom-10 {
    padding-bottom: 10px
}
.bottom-30 {
    padding-bottom: 30px
}
.bottom-50 {
    padding-bottom: 50px
}
.bottom-100 {
    padding-bottom: 100px
}
.bottom-200 {
  padding-bottom: 200px
}
.fadeIn {
    animation: fadeIn .6s forwards;
}
.fadeOut {
    animation: fadeOut .6s forwards;
}
.fadeIn-top {
    animation: fadeIn-top .3s linear
}
.fadeOut-bottom {
    animation: fadeOut-bottom .3s linear
}
.delay-2s {
  animation-delay: 2s;
}
.duration-2s {
  animation-duration: 2s;
}
@keyframes fadeIn {
    from {
      opacity: 0
    }
    to {
      opacity: 1
    }
}
@keyframes fadeOut {
    from {
      opacity: 1
    }
    to {
      opacity: 0
    }
}
@keyframes fadeIn-top {
    from {
      margin-top: -500px;
      opacity: 0
    }
    to {
      margin-top: 0;
      opacity: 1
    }
}
@keyframes fadeOut-bottom {
    from {
      margin-top: 0;
      opacity: 1
    }
    to {
      margin-top: 500px;
      opacity: 0
    }
}
::selection {
    background-color: #03858c;
    color: #fff
}
.LI-badge-container.horizontal.light {
    background-color: #fff
}
.ov-bounce {
    display: inline-block;
    animation: 2s bounce linear infinite
}
@keyframes bounce {
    from {
      margin-top: 5px
    }
    50% {
      margin-top: 25px
    }
    to {
      margin-top: 5px
    }
}
.swipe-notification {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #03858c;
    z-index: 3
}
.card-container {
    width: 92%;
    overflow-x: scroll;
    position: relative;
    float: left;
    margin-left: 4%;
    padding-bottom: 50px;
    /* background-color: #F72200 */
}
.card-container::-webkit-scrollbar {
    width: 1px;
    background-color: rgba(0, 0, 0, 0) !important;
}
.card-container::-webkit-scrollbar-Thumb {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 2px
}
.card-container-inner {
    width: 110%;
}
.blog-img-container {
    width: 100%;
    height: 150px;
    overflow: hidden
}
.blog-img-container img {
    min-width: 100%;
    height: 100%;
    object-fit: cover
}
.home-icon-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}
.blog-cards {
    width: 20vw;
    position: relative;
    float: left;
    /* scroll-snap-type: x mandatory; */
    /* scroll-padding: 0 24px; */
    scroll-snap-align: start;
}
.more-card {
    display: inline-block;
    margin-top: 150px;
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    float: left
}
.more-card-inner {
    width: 92%;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    color: #fff;
    position: relative;
    float: left;
    margin-left: 4%
}
.card {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    position: relative;
    float: left;
    height: 400px;
    border-radius: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.card-link {
    position: absolute;
    bottom: 0;
    margin-left: 4%;
    margin-bottom: 20px
}
.cat-links {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: .5px solid #eee;
    font-size: 12px;
    overflow-x: scroll;
    color: #333
}
.cat-card {
    width: 94%;
    margin-left: 3%;
    margin-top: 5%;
    position: relative;
    float: left;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3)
}
.testimonial-card {
    width: 94%;
    margin-left: 3%;
    margin-top: 5%;
    position: relative;
    float: left;
    /* height: 400px; */
    border-radius: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.padded-card {
  width: 92%;
  margin-left: 4%;
  margin-top: 10px;
  position: relative;
  float: left;
  /*background-color: #fff;*/
  padding-bottom: 25px;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
  border-radius: 3px;
}
.padded-card.lefty {
  margin-left: 0%;
  
}
.padded-card.curved {
  border-radius: 10px;
}
.material-card {
  width: 94%;
  margin-left: 3%;
  margin-top: 10px;
  position: relative;
  float: left;
  /*background-color: #fff;*/
  padding-bottom: 15px;
  /* box-shadow: 8px 8px 26px rgba(0, 0, 0, .08); */
  border-radius: 3px;
}
.feed-card {
    width: 92%;
    padding-bottom: 30px;
    overflow-y: hidden;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    height: 300px;
    /*background-color: #fff;*/
    /*padding-bottom: 15px;*/
    box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.capitalise {
  text-transform: capitalize;
}
.news-content {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
}
.lawyer-card {
    width: 92%;
    height: 200px;
    /*overflow-y: scroll;*/
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    /*background-color: #fff;*/
    /*padding-bottom: 15px;*/
    /*box-shadow: 8px 8px 26px rgba(0, 0, 0, .08);*/
    border-radius: 3px;
    text-align: center;
}
.bg-yellow {
  background: linear-gradient(to bottom left, #364f6b, #f9c639);
  border-radius: 10px;
}
.bg-red {
  background: linear-gradient(to bottom left, #ff304f, #ff0026);
  border-radius: 10px;
}
.bg-brown {
  background: linear-gradient(to bottom left, #086972, #07585f);
  border-radius: 10px;
}
.bg-brownie {
  background: linear-gradient(to bottom left, #85203b, #67192e);
  border-radius: 10px;
}
.settings-card {
    width: 92%;
    margin-left: 4%;
    margin-top: 5%;
    position: relative;
    float: left;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.card-home-img-container {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    align-self: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.card-home-img-container img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.card-profile-img-container {
    width: 100%;
    height: 100px;
    overflow: hidden
}
.card-profile-img-container img {
    width: 100%;
    height: 100%;
}
.feed-vid-container-lg {
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-color: #222
}
.feed-vid-container-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: scale-out 16s;
}
.item-vid-container-lg {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #222
}
.item-vid-container-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes scale-out {
  from {
    transform: scale(1)
  }
  to {
    transform: scale(1.5)
  }
}
.card-profile-video-container {
  position: relative;
  width: 100%;
  height: 350px;
  /*min-height: 200px;*/
  overflow: hidden;
  background-color: #fff;
}
.card-profile-video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-img-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.side-img-container img {
    width: auto;
    height: 100%;
    transform: scale(1.3)
}
.card-lecturer-img-container {
    width: 100%;
    height: 300px;
    overflow: hidden
}
.card-lecturer-img-container img {
    width: 100%;
    height: 100%;
}
.profile-img-container-sm {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 10px
}
.profile-img-container-sm img {
    width: auto;
    height: 100%;
    margin-left: -15%
}
.img-container-home {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-container-infographics {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #111;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-infographics img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top-addendum {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 50px;
  line-height: 50px;
  background-color: #03858c;
  color: #fff;
  text-indent: 20px;
  font-size: 14px;
}
.black-curve-below {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 1000px;
  margin-bottom: -850px;
  border-radius: 50%;
  background-color: #111111;
  margin-left: -50%;
  z-index: 4;
}
.vid-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  /* background-color: #fff; */
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.vid-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 10px;
}
.card-head {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-indent: 10px;
    border-radius: 10px 10px 0 0
}
.card-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-bottom: .5px solid #eee;
    color: #333
}
.card-content span:nth-child(odd) {
    background-color: #f6f6f6;
    color: #03858c
}
.rate-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -20px
}
.price {
    right: 0
}
.img-upload {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 11px;
    cursor: pointer;
}
::placeholder {
  /* color: #fff; */
}
.home-form ::placeholder {
  color: #fff;
}
.home-form .form-text-input {
  border: 0.5px solid #fff;
  color: #fff !important;
}
.form-text-input {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: .5px solid #eee;
    text-indent: 6px;
    color: #fff;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
}
.form-text-input.faded {
  color: #555;
}
.form-text-input.black {
  color: #000;
}
.form-text-input.comment-box {
  padding-right: 100px;
  width: calc(100% - 103px);
}
.form-textarea-input {
    width: 98%;
    height: 100px;
    border-radius: 3px;
    border: .5px solid #f1f1f1;
    text-indent: 6px;
    color: #555;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0);
    resize: unset;
}
.form-search-input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0.5px solid #fafafa;
  text-indent: 10px;
  font-size: 14px;
  color: #777;
  background-color: #f7f6f6;
  margin-bottom: 10px;
  text-indent: 45px;
}
.search-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
  border: 0;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 45px;
  margin-top: 15px;
  cursor: pointer;
  color: #999;
  background-color: rgba(0, 0, 0, 0);
}
.form-select-input {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: .5px solid #eee;
    text-indent: 6px;
    color: #555;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0);
}
.form-select-input option {
  background-color: #fff;
}
.form-select-input option:hover {
  background-color: #fff;
}
.form-select-input-color-code-1 {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: .5px solid #fff;
    text-indent: 6px;
    color: #555;
    background-color: #03858c;
    color: #fff!important
}
.form-select-input-multiple {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    border: .5px solid #ccc;
    text-indent: 6px;
    color: #555;
    margin-bottom: 10px
}
.form-select-input-multiple option {
    background-color: #fff!important;
    height: 30px!important;
    line-height: 30px!important;
    text-indent: 5px!important;
    margin-top: 3px;
    border-radius: 3px
}
.form-select-input-multiple option:selected {
    background-color: #03858c!important;
    color: #fff!important
}
.h-38 {
    height: 38px
}
.h-500 {
    height: 500px
}
.heighted {
    height: 350px
}
.heighted-half {
    height: 200px
}
.heighted-half-two {
    height: 150px
}
.padded-10 {
    padding: 10px
}
.padded-5 {
    padding: 5px
}
.btc-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -120px
}
.dollar-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -120px
}
.eth-container {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px
}
.doge-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 40px
}
.btc {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate 4s linear infinite;
    animation-delay: 1.5s
}
.dollar {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate-inverse 3s linear infinite;
    animation-delay: 2s
}
.eth {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate 4s linear infinite;
    animation-delay: 2s
}
.doge {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    animation: rotate-inverse 3s linear infinite;
    animation-delay: 1.5s
}
.rt1 {
    animation: rotate 5s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt2 {
    animation: rotate-inverse 6s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt3 {
    animation: rotate 5.2s linear infinite;
    animation-delay: 2s;
    display: inline-block
}
.rt4 {
    animation: rotate-inverse 4s linear infinite;
    animation-delay: 2.3s;
    display: inline-block
}
@keyframes rotate {
    from {
      transform: 0;
      margin: 0
    }
    25% {
      margin-top: -30px;
      margin-left: 100px
    }
    50% {
      margin-top: 0;
      margin-left: 150px
    }
    75% {
      margin: 0
    }
}
@keyframes rotate-inverse {
    from {
      transform: 0;
      margin: 0
    }
    25% {
      margin-top: -30px;
      margin-left: -100px
    }
    50% {
      margin-top: 0;
      margin-left: -150px
    }
    75% {
      margin: 0
    }
}
.message-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-radius: 4px;
    font-family: 'Poppins';
    background-color: #03858c;
    color: #fff;
    text-align: center;
    animation: .3s fadeIn linear;
    display: none;
    z-index: 4201;
}
.slide-in:hover {
    animation: slide-in 2s
}
.top-bar.admin {
    /* background-color: #222; */
}
.top-bar {
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    position: fixed;
    z-index: 1002;
    width: inherit
}
.a-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #111;
    /*background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 172, 230, .7)), url(../images/grm5.jpg);*/
    z-index: 1004;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .2s ease-in-out
}
.a-side-bar .side-bar-item {
    color: #fff!important
}
.a-side-bar .side-bar-item:hover {
    background-color: #000;
    color: #fff!important
}
.a-side-bar .side-bar-item i {
    color: #03858c!important
}
.a-side-bar .side-bar-item-switch {
    background-color: #03858c!important;
    color: #333!important
}
.a-side-bar .side-bar-top {
    background-color: rgba(0, 0, 0, .1)!important
}
.t-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #03858c;
    /*background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 172, 230, .7)), url(../images/grm5.jpg);*/
    z-index: 1004;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .1s ease-in-out
}
.t-side-bar .side-bar-item {
    color: #fff!important
}
.t-side-bar .side-bar-item:hover {
    background-color: #222;
    color: #e7b3b3!important
}
.t-side-bar .side-bar-item i {
    color: #e7b3b3!important
}
.t-side-bar .side-bar-item-switch {
    background-color: #e7b3b3!important;
    color: #333!important
}
.t-side-bar .side-bar-top {
    background-color: rgba(0, 0, 0, .1)!important
}
.p-side-bar {
    height: 100vh;
    position: fixed;
    background: #3F3D56;
    /* background: #03858c; */
    z-index: 1004;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .4s ease-in-out
}
.p-side-bar .side-bar-item {
    color: #fff!important;
}
.p-side-bar .side-bar-item:hover {
    background-color: #3F3D56;
    color: #03858c!important
}
.p-side-bar .side-bar-item i {
    color: #fff!important
}
.p-side-bar .side-bar-item-switch {
    background-color: #3F3D56!important;
    color: #03858c!important
}
.p-side-bar .side-bar-top {
    background: #3F3D56;
}
.side-bar {
    height: 100vh;
    position: fixed;
    background-color: #333;
    z-index: 1004;
    border-top-right-radius: 3px;
    transition: .5s ease-in-out
}
.side-bar-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #333;
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, .3) */
}
.side-bar-item {
    height: 55px;
    line-height: 55px;
    text-indent: 15px;
    color: #ddd;
    font-size: 13px;
    transition: .3s ease-in-out;
    border-radius: 3px;
    /*text-transform: uppercase*/
}
.side-bar-item:hover {
    background-color: #222;
    color: #03858c
}
.side-bar-item i {
    margin-left: -20px;
    padding-right: 10px
}
.side-bar-item-switch {
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #ddd;
    font-size: 13px;
    background-color: #111;
    transition: .3s ease-in-out;
    border-radius: 3px
}
.side-bar-item-switch:hover {
    background-color: #fff;
    color: #03858c
}
.side-bar-item-switch i {
    margin-left: -20px;
    padding-right: 10px
}
.tap-close {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    content: "";
    z-index: 1003;
    display: none
}
.admin-side-bar {
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 33;
    border-top-right-radius: 3px;
    overflow-y: scroll;
    transition: .1s ease-in-out
}
.admin-side-bar-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2)
}
.admin-side-bar-item {
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #03858c;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    transition: .3s ease-in-out;
    border-radius: 3px
}
.admin-side-bar-item:hover {
    background-color: #03858c;
    color: #fff
}
.link-container:hover .side-bar-item-min {
    display: block;
    animation: fadeIn .5s linear
}
.side-bar-item-min {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, .4);
    border-bottom: 1px transparent;
    transition: all .3s;
    color: #03858c;
    text-indent: 15px;
    display: none
}
.side-bar-item-min:hover {
    color: #eee
}
.profile-footer {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    position: fixed;
    margin-top: 94vh;
    background-color: #333;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-top: 2px solid #eee;
    z-index: 50
}
.admin-profile-footer {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    position: fixed;
    margin-top: 94vh;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-top: 2px solid #eee;
    z-index: 50
}
.profile-img-container {
    /* position: absolute; */
    display: block;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    /* margin: 5px; */
    margin-left: 20px;
    margin-top: 20px;
    background-color: #03858c
}
.profile-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Admin dashboard */
.profile-img-container-admin {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-top: 3px solid #03858c;
  border-bottom: 3px solid #03858c;
  border-right: 3px solid #03858c;
  border-left: 3px solid #fff;
  overflow: hidden;
  margin: 5px;
  margin-top: 20px;
  background-color: #fff;
}
.profile-img-container-admin img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  margin-top: 20%;
  margin-left: 20%;
}

.profile-pic-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 10px solid #f5f5f5;
    box-shadow: 0 -4px 2px rgba(0, 0, 0, .2)
}
.school-logo-container {
  width: 120px;
  height: 120px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 8px 8px 26px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-block;
}
.school-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-school-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 130px;
  /*margin-top: 40px;*/
}
.profile-pic {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    margin-left: 10%;
    object-fit: contain;
}
#main-window {
  transition: .2s ease-in-out;
  background-color: #f7f7f7;
}
#main-window-2 {
  transition: .4s ease-in-out;
}
.icon-mobile {
    position: relative;
    float: right;
    padding-left: 20px;
    font-size: 15px;
    color: #fff
}
.a-icon-mobile {
    position: relative;
    float: right;
    padding-left: 20px;
    font-size: 15px;
    color: #03858c
}
.profile-item {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #aaa;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    color: #333;
    text-indent: 6px;
    margin-top: 5px;
    transition: .3s ease-in-out;
    cursor: pointer
}
.pointer {
    cursor: pointer
}
.profile-item:hover {
    color: #fff;
    background-color: #333
}
.currency-container {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #333;
    line-height: 37px;
    text-align: center;
    font-size: 10px
}
.table-container {
    overflow-x: auto;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border: 2px solid #f8f8f8;
    border-radius: 4px;
    /*max-height: 300px;*/
    overflow-y: scroll
}
.table-container::-webkit-scrollbar {
    background-color: #fff;
    width: 2px!important;
    color: #f9f9f9
}
.table-container::-webkit-scrollbar-Thumb {
    background-color: #fff !important;
    width: 2px!important;
    border-radius: 4px
}
table {
    width: 100%;
    position: relative;
    float: left;
    display: table;
    object-fit: cover;
    border-collapse: collapse;
    border-spacing: 0;
    color: #555;
    font-family: helvetica, arial, sans-serif;
    background-color: unset;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    animation: fadeIn 0.5s ease-in-out;
}
th {
    background-color: #001A33;
    color: #fff
}
th[colspan] {
  border: 0.5px solid #fff;
}
td,
th {
    border: .5px solid transparent;
    height: 50px;
    font-size: 13px;
    transition: all .3s;
    white-space: nowrap;
    padding: 0 10px
}
tr:nth-child(even) td {
    background-color: #eee;
    color: #666
}
tr:nth-child(odd) td {
    background-color: #f9f9f9;
    color: #03858c
}
td {
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
#terminal td {
  text-align: left;
}
tr:hover td {
    background: #cad4da;
    color: #fff
}
table.px10 td, th {
  font-size: 11px;
  padding: 0px 5px;
  height: 35px; 
}
.profile-card {
    width: 90%;
    position: relative;
    float: left;
    height: 300px;
    background-color: #fff;
    margin-left: 5%;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 2px 16px rgba(200, 200, 200, .4);
    transition: .3s ease-in-out
}
.profile-card:hover {
    box-shadow: 0 4px 32px rgba(200, 200, 200, .4)
}
.profile-card-lg {
    width: 90%;
    position: relative;
    float: left;
    height: 200px;
    background-color: #fff;
    text-align: center;
    margin-left: 5%;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 2px 32px rgba(200, 200, 200, .3);
    transition: .3s ease-in-out
}
.profile-card-lg:hover {
    box-shadow: 0 4px 32px rgba(200, 200, 200, .4)
}
.cover-btn {
    width: 300px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    text-align: center;
    margin-left: -100px
}
.down-50vh {
    margin-top: 50vh
}
.down-51px {
  margin-top: 51px;
}
.wallet-addr {
    background-color: #eee;
    color: #03858c;
    padding: 10px;
    border-radius: 3px;
    font-size: 11px
}
.transparent {
    opacity: 0
}
.down-31px {
    margin-top: 31px
}
#overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    z-index: 3;
    background-color: rgba(0, 0, 0, 0)
}
#err {
    display: none;
    animation: fadeIn-top .3s linear
}
.block-head {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 10px
}
.block-head span {
    padding-left: 10px
}
.block-body {
    width: 100%;
    position: relative;
    float: left;
    background-color: #eee;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 50px
}
.white-card {
    width: 90%;
    position: relative;
    float: left;
    height: 200px;
    background-color: #fff;
    margin-left: 5%;
    margin-top: 20px;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}
.pull-up {
    margin-top: -210px
}
.top-10 {
  margin-top: 10px;
}
.top-20 {
  margin-top: 20px;
}
.top-150 {
  margin-top: 150px;
}
.up-10 {
  margin-top: -10px;
}
.up-100 {
  margin-top: -100px;
}
.up-50 {
  margin-top: -50px;
}
.slant-one {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 400px;
    background-color: #03858c;
    margin-left: 60%;
    margin-top: 200px;
    transform: skew(-80deg)
}
.slant-two {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 400px;
    border-left: 10px solid #364f6b;
    border-top: 3px solid #364f6b;
    margin-left: 60%;
    margin-top: 200px;
    transform: skew(-80deg) rotate3d(1, 0, 0, 70deg)
}
#test-1, #test-2, #test-3, #test-4, #zestify-1, #zestify-2, #zestify-3, #zestify-4, #zestify-5, #zestify-6, #zestify-7 {
    display: none;
    transition: .6s ease-in-out;
    animation: testify 8s linear infinite
}
@keyframes testify {
    from {
      opacity: 0
    }
    5% {
      opacity: 1
    }
    95% {
      opacity: 1
    }
    100% {
      opacity: 0
    }
}
.new-ride-map {
    height: 85vh;
    width: 100%;
    position: relative
}
.mini-map {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    height: 300px
}
.location-input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    border: .5px solid #eee;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    text-indent: 10px;
    color: #999;
    margin-top: 10px
}
.location-suggestion {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    border: .5px solid #eee;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    text-indent: 10px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    line-height: 35px
}
#description {
    /* font-family: Roboto; */
    /* font-size: 15px; */
    /* font-weight: 300 */
}
#infowindow-content .title {
    font-weight: 700
}
#infowindow-content {
    display: none
}
#map #infowindow-content {
    display: inline
}
.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    font-family: Roboto
}
.pac-controls {
    display: inline-block;
    padding: 5px 11px
}
.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300
}
.pac-container {
  /* position: fixed !important; */
  z-index: 10000000 !important;
  /*padding-bottom: 12px;
  margin-right: 12px;*/
}
#pac-input,
#pac-input-two {
    outline: 0;
    text-overflow: ellipsis;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: .5px solid #ccc;
    text-indent: 6px;
    color: #555;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, .9)
}
#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px
}
.top-desc {
    width: 100%;
    padding: 5px 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    text-indent: 10px;
    background-color: #fff
}
.tooltip-icon {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 8px;
    border-radius: 50%;
    line-height: 15px;
    margin-left: 10px;
    margin-bottom: 2px;
    border: .5px solid #999;
    cursor: help
}
.tool-tip {
    position: fixed;
    z-index: 1000;
    content: "";
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    margin-top: 20vh;
    margin-left: 20vw;
    color: #03858c;
    display: none;
    max-width: 40vh
}
.tool-tip span {
    display: block
}
.tool-tip a {
    padding: 5px 12px;
    background-color: #fff;
    border: .5px solid #03858c;
    color: #03858c;
    display: inline-block;
    font-size: 10px;
    margin-top: 10px
}
.tooltip-new {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32;
  padding: 5px 15px;
  background-color: #222;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  display: none;
  /* transition: .3s ease-in-out; */
 }
.user-id {
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 14px
}
.ride-price {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #03858c;
    color: #fff;
    padding: 8px 15px;
    border-bottom-left-radius: 30px;
    font-size: 15px
}
.ride-price-below {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    background-color: #03858c;
    height: 40px;
    min-width: 40px
}
.ride-price-below-two {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 38px;
    border-top-right-radius: 30px;
    background-color: #fff;
    height: 40px;
    min-width: 80px
}
.rating {
    color: #aaa;
    cursor: pointer;
    transition: .3s ease-in-out
}
.rating:hover {
    color: #03858c;
    font-size: 15px
}
.rating-desc {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    text-align: right
}
.ov-bottom-play {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #03858c;
    width: 100px;
    height: 41px;
    border-top-left-radius: 41px;
    border-bottom-right-radius: 10px
}
.ov-bottom-play-two {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #03858c;
    width: 68px;
    height: 100px;
    margin-top: -40px;
    border-bottom-right-radius: 10px
}
.ov-bottom-play-three {
    position: absolute;
    content: "";
    bottom: 40px;
    right: 0;
    background-color: #fff;
    width: 140px;
    height: 70px;
    margin-top: -40px;
    border-bottom-right-radius: 70px
}
.fund-withdraw {
    position: fixed;
    top: 0;
    left: calc(50vw - 80px);
    z-index: 1003;
    animation: fadeIn .3s linear
}
.cancel-friend-input {
    color: #888;
    font-size: 12px;
    display: none;
    top: 10px;
    left: -15px;
    position: absolute;
    animation: fadeIn linear
}
.mylivechat_collapsed {
    background-color: #03858c!important
}
.mylivechat_expanded_text {
    background-color: #03858c!important
}
.mylivechat_prechat_submit_button {
    background-color: #03858c!important
}
.adminned th {
    background-color: #333!important
}
.adminned tr:nth-child(odd) td {
    background-color: #03858c!important;
    color: #fff!important
}
.adminned tr:nth-child(even) td {
    color: #03858c!important;
    background-color: #fff!important
}
.adminned tr td:hover {
    background: #333!important;
    color: #fff
}
.pre {
    white-space: pre-wrap
}
.name {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 45px;
    margin-top: 80px
}
.play-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    z-index: 5;
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    text-align: center
}
.play-overlay span {
    font-size: 40px;
    color: rgba(255, 255, 255, .6);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.profile-play-overlay {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.profile-play-overlay span {
    font-size: 50px;
    color: rgba(255, 255, 255, .6);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.video-play-overlay {
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.video-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 300px;
    height: 300px;
    display: inline-block;
    border-radius: 50%;
    line-height: 300px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.profile-video-play-overlay {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center;
    margin-top: 10px;  
}
.profile-video-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 350px;
    height: 350px;
    display: inline-block;
    border-radius: 50%;
    line-height: 350px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.modal-play-overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.modal-play-overlay span {
    font-size: 80px;
    color: rgba(255, 255, 255, .6);
    width: 250px;
    height: 250px;
    display: inline-block;
    border-radius: 50%;
    line-height: 250px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.side-video-play-overlay {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    text-align: center
}
.side-video-play-overlay span {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-top: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .2);
    border: .5px solid rgba(255, 255, 255, .2)
}
.viewer {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 46px;
  height: 46.5px;
  /* background-color: #1C75BC; */
  top: 0;
  right: 0;
  margin-right: 9%;
  margin-top: 6px;
  line-height: 46.5px;
  color: #aaa;
  cursor: pointer;
 }
.view-course {
    padding: 10px 30px 10px 0
}
.iconic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 300px;
    z-index: 0
}
.iconic img {
    width: 100%;
    height: auto;
    filter: opacity(.1);
    transform: rotate3d(0, 1, 0, 180deg)
}
.tiny {
    width: 60px;
    height: 60px;
    margin-right: 10px
}
.img-section {
    width: 50px;
    height: 50px;
    position: relative;
    float: left
}
.data-section {
    width: 90%;
    height: 50px;
    position: relative;
    float: left;
    margin-left: 60px;
    position: absolute;
    margin-top: 5px;
    top: 0;
    left: 0;
    overflow: scroll
}
.data-section::-webkit-scrollbar {
    background-color: #fff;
    color: #fff
}
.data-section::-webkit-scrollbar-Thumb {
    background-color: #fff
}
.no-scroll {
    overflow: hidden
}
.scroll {
    overflow: scroll;
}
.side-courses {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2%;
    border-bottom: .5px solid #f9f9f9;
    border-top: .5px solid #f9f9f9
}
.step-play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 30%;
    opacity: .7
}
.card-contact {
    width: 94%;
    position: relative;
    float: left;
    margin-left: 3%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.step-form {
    /* display: block; */
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #333;
    border: .5px solid #eee;
    text-indent: 10px;
    margin-top: 10px;
    background-color: #fff;
}
.step-form.dark {
  background-color: #222;
  border: 0;
  color: #aaa;
}
.step-form.dark-text {
  /* color: #111 !important; */
}
.step-form-sm {
  display: block;
  width: 90%;
  height: 45px;
  line-height: 45px;
  color: #333;
  border: .5px solid #eee;
  text-indent: 10px;
  margin-bottom: 12px;
  margin-top: 1px;
  background-color: #fff;
 }
.score-input {
  display: block;
  width: 80%;
  height: 35px;
  line-height: 35px;
  color: #333;
  border: .5px solid #eee;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  text-indent: 10px;
  margin-left: 10px;
  margin-top: 9px
}
.score-input-aux {
  display: block;
  text-align: center;
  width: 80%;
  height: 25px;
  line-height: 25px;
  color: #333;
  border: .5px solid #eee;
  box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.1);
  text-indent: 10px;
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 9px
}
.step-form-mobile {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #999;
    border: .5px solid #888;
    background-color: #333;
    text-indent: 10px;
    font-size: 16px;
    margin-top: 20px
}
.step-date {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    border: .5px solid #eee;
    text-indent: 10px;
    margin-bottom: 10px
}
.iti.iti--allow-dropdown {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    border: .5px solid #eee;
    margin-top: 10px;
    padding-right: 0
}
.step-text-area {
    width: 99.5%;
    height: 100px;
    border: .5px solid #eee;
    text-indent: 10px;
    margin-top: 10px;
    color: #222;
    resize: none;
}
.step-submit {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px
}
.bg-register {
    background: linear-gradient(to top right, rgba(0, 0, 0, .5), rgba(6, 84, 70, .7)), url(../images/darema-logo.jpg);
    /*filter: blur(2px);*/
    background-position: 50%;
    background-size: cover;
}
.home-widget {
    width: 92%;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    float: left;
    background-color: #fff;
    height: 250px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-size: cover
}
.side-card-scroll {
    overflow-y: scroll!important;
    max-height: 300px
}
.side-card-scroll::-webkit-scrollbar {
    background-color: #fff;
    color: #eee;
    width: 5px
}
.side-card-scroll::-webkit-scrollbar-Thumb {
    background-color: #eee;
    border-radius: 10px
}
.cat-links::-webkit-scrollbar {
    background-color: #fff;
    color: #fff;
    width: 0
}
.cat-links::-webkit-scrollbar-Thumb {
    background-color: #fff;
    border-radius: 10px
}
iframe {
    z-index: 100
}
.reorder-list {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: 700
}
.reorder-input {
    width: 40px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border: 0;
    text-indent: 10px;
    color: #777
}
.btn-simple {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 50px 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
}
.btn-simple:after {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 20px;
  content: "";
  width: 15px;
  border-top: 2px solid #3BC2F0;
}
.btn-simple:before {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 13px;
  margin-right: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #3BC2F0;
  border-right: 2px solid #3BC2F0;
  transform: rotate(45deg);
}
.btn-controller {
    display: inline-block;
    width: 32%;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-left: 1%;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .3s ease-in-out
}
.playing:before {
    content: "";
    color: #fff;
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #03858c;
    border-bottom: 5px solid transparent;
    margin-left: -20px;
    margin-top: 15px;
    animation: playing 10s linear infinite
}
@keyframes playing {
    0% {
      border-left: 10px solid #03858c
    }
    20% {
      border-left: 10px solid #3a9
    }
    40% {
      border-left: 10px solid #3a9
    }
    60% {
      border-left: 10px solid #03858c
    }
    80% {
      border-left: 10px solid #333
    }
    100% {
      border-left: 10px solid #03858c
    }
}
.note-container {
    position: fixed;
    background-color: #fff;
    z-index: 300;
    margin-top: 30%;
    width: 45%;
    float: left;
    margin-left: 50%;
    padding-bottom: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.note-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 3
}
.locked {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 10px;
    margin-left: -40px;
    padding: 5px 30px;
    color: #03858c
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}
.StripeElement--invalid {
    border-color: #fa755a
}
.StripeElement--webkit-autofill {
    background-color: #fefde5!important
}
.underlined {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.err-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #03858c;
    color: #fff;
    text-align: center;
    animation: .3s fadeIn linear;
    display: none
}
#loader {
    opacity: 0
}
#loader1 {
  opacity: 0
}
#loader2 {
  opacity: 0
}
.atm1 {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  height: 200px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 172, 230, .4)), url(../images/atm1.jpg);
  background-size: cover;
  background-position: center
}
.atm2 {
  width: 94%;
  position: relative;
  float: left;
  margin-left: 3%;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  height: 200px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 172, 230, .4)), url(../images/atm3.jpg);
  background-size: cover;
  background-position: center
}
.comments-block {
	width: 96%;
	position: relative;
	float: left;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 2%;
	border: 0.5px solid #888;
}
.comment {
	width: 98%;
	position: relative;
	float: left;
	padding: 1%;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 10px;
}
.comment-author {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 70px;
  margin-top: 15px;
}
.comment-body {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 70px;
  margin-top: 35px;

}
.comment-img-container {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
}
.comment-img-container img {
	width: auto;
	height: 100%;
	transform: scale(1.5);
}
.comment span.Salsa.white {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 70px;
	margin-top: 20px;
}
.comment div {
	/* color: #fff; */
	font-size: 12px;
}
.btn-comment {
	width: 80px;
	height: 38px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #03858c;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border: 0.5px solid #eee;
}
.form-text-input-short {
	width: 50%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #eee;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
}
.reg-card {
	width: 90%;
	position: relative;
	float: left;
	height: 100px;
	background-color: #fff;
	text-align: center;
	margin-left: 5%;
	line-height: 100px;
	margin-top: 20px;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.4);
}
.module-container {
	width: 100%;
	max-height: 50vh;
	overflow: scroll;
	padding: 30px 0px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
}
.linked {
  color: blue;
  text-decoration: underline !important;
}
.clip-polygon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #364f6b;
  clip-path: polygon(70% 100%, 100% 60%, 100% 100%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
  z-index: 20;
}
.clip-polygon-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #364f6b;
  clip-path: polygon(60% 100%, 100% 60%, 100% 100%);
  z-index: 20;
}
.clip-circle-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #507586;
  clip-path: circle(15% at 98% 5%);
}
.clip-circle-11 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #406576;
  clip-path: circle(10% at 98% 5%);
}
.clip-circle-12 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #305566;
  clip-path: circle(5% at 98% 5%);
}
.clip-circle-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  clip-path: circle(1% at 2% 5%);
  animation: circle-animation-1 40s linear infinite;
}
.clip-circle-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03858c;
  clip-path: circle(5% at 14% 32%);
  animation: circle-animation-2 40s linear infinite;
  animation-delay: 3s;
}
.ov-blue-floater-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* margin-top: 250px; */
  height: 100%;
  z-index: 3;
  background-color: rgba(37, 99, 235, 0.5);
  /* clip-path: polygon(50% 0%, 55% 40%, 70% 20%); */
  clip-path: circle(5% at 50% 60%);
  border-radius: 20px;
}
.ov-blue-floater-11 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* margin-top: 250px; */
  height: 100%;
  z-index: 3;
  background-color: rgba(37, 99, 235, 0.5);
  /* clip-path: polygon(50% 0%, 55% 40%, 70% 20%); */
  clip-path: circle(5% at 55% 60%);
  border-radius: 20px;
}
.ov-blue-floater-11 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ov-blue-floater-12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  margin-top: 250px;
  height: 100px;
  /* z-index: 3; */
  background-color: rgba(246,211,77, 0.2);
  clip-path: circle(100% at 10% 100%);
  pointer-events: none;
  border-radius: 20px;
  animation: circle-animation-2 200s linear infinite;
}
.h-100 {
  height: 100vh;
}
.h-100p {
  height: 100%;
}
.h-inherit {
  height: inherit;
}
@keyframes circle-animation-1 {
  0% {
    margin: 0;
  }
  10% {
    margin-top: 10%;
  }
  30% {
    margin-top: 14%;
    margin-left: 2%;
  }
  50% {
    margin-top: 17%;
    margin-left: 43%;
  }
  70% {
    margin-top: 8%;
    margin-left: 60%;
  }
  93% {
    margin-top: 20%;
    margin-left: 10%;
  }
  100% {
    margin: 0;
  }
}
@keyframes circle-animation-2 {
  0% {
    margin: 0;
  }
  10% {
    /* margin-top: -20%; */
  }
  30% {
    /* margin-top: 10%; */
    margin-left: -10%;
  }
  70% {
    /* margin-top: 10%; */
    margin-left: 2%;
  }
  100% {
    margin: 0;
  }
}
.plus-beside {
  position: absolute;
  top: 0;
  right: 0;
  /*margin-top: 5px;*/
  font-size: 20px;
  margin-right: 20px;
}
.color-blue { color: rgba(156, 202, 235, 1) !important;}
.color-orange { color: rgba(247, 167, 0, 1) !important;}
.color-green { color: rgba(153, 198, 109, 1) !important;}
.color-yellow { color: rgba(249, 233, 0, 1) !important;}
.absolute-view {
  position: absolute;
  border: 0.5px solid #eee;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
.title-container {
  width: 100vw;
  position: relative;
  float: left;
  overflow-x: scroll;
}
.title-container-inner {
  width: 3000%
}
.big-model {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  font-size: 120px;
  color: #fff;
  opacity: 0.2;
  z-index: 2;
  margin-right: 35px;
}
.top-chip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  clip-path: polygon(70% 0%, 85% 10%, 97% 0%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
  z-index: 20;
  border-radius: 10px;
}
.top-chip:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  clip-path: polygon(20% 0%, 45% 10%, 90% 0%);
  /* clip-path: circle(60% at 50% 50%); */
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
  z-index: 30;
  border-radius: 10px;
}


.top-chip-2 {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #000;
  top: 0;
  right: 0;
  /* clip-path: polygon(0% 0%, 50% 50%, 100% 0%) */
  clip-path: circle(40% at 50% 50%);
}
.wierd-shadow {
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .08);
  /* background: linear-gradient(to top right, #001A33, 60%, #001A33) !important; */
}
.bg-1 {
  background: linear-gradient(to top right, rgba(0, 26, 51, 0.7), 60%, rgba(0, 26, 51, 0.4)), url(../images/vtrack3.jpg) !important;
  background-size: cover !important;
}
.bg-2 {
  background: linear-gradient(to top right, rgba(0, 26, 51, 0.7), 60%, rgba(0, 26, 51, 0.4)), url(../images/vtrack7.jpg) !important;
  background-size: cover !important;
  background-position: 80% !important;
}
.bg-3 {
  background: linear-gradient(to top right, rgba(0, 26, 51, 0.7), 60%, rgba(0, 26, 51, 0.4)), url(../images/vtrack2.jpg) !important;
  background-size: cover !important;
}
.bg-4 {
  background: linear-gradient(to top right, rgba(0, 26, 51, 0.7), 60%, rgba(0, 26, 51, 0.4)), url(../images/vtrack6.jpg) !important;
  background-size: cover !important;
}
.btn-sm.bg-color-code-1 {
  /*box-shadow: 2px 2px 2px #364f6b;*/
}
.pointer.bg-color-code-1 {
  /* box-shadow: 2px 2px 2px #364f6b; */
}
.fa-times {
  display: inline-block;
  content: "";
  width: 36px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-top: -40px;
}
.fa-times:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 12px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
}
.fa-times.white, .fa-times.white:before {
  border-bottom: 3px solid #fff;
}
.fa-close {
  display: inline-block;
  content: "";
  width: 36px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
}
.fa-close:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 12px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
}
.fa-hamburger {
  display: inline-block;
  content: "";
  width: 40px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  /*transform: rotate(45deg);*/
  position: relative;
  margin-top: 10px;
  margin-left: -8px;
}
.fa-hamburger:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 10px;
  height: 30px;
  border-bottom: 2px solid #03858c;
  transition: 0.3s ease-in-out;
  position: absolute;
  /*transform: rotate(270deg);*/
  top: 0;
  right: 0;
  margin-top: -10px;
}
@media print {
  .print {
    display: block !important;
  }
  .unprint {
    display: none;
  }
  table {
    box-shadow: unset;
    display: table;
  }
  td,
  th {
      border: .5px solid #eee;
      height: 20px;
      line-height: 20px;
      font-size: 9px;
      transition: all .3s;
      white-space: nowrap;
      padding: 0;
      text-align: left;
      text-indent: 5px;
  }
  th {
    background-color: #03858c;
  }
  .step-form-sm {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
  }
  .p-down-1 {
    margin-top: 1%;
  }
  .p-down-2 {
    margin-top: 2%;
  }
  .print-6 {
    width: 50%;
    position: relative;
    float: left;
  }
}
.no-ward {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: right;
}
.no-ward img {
  width: 100%;
  height: auto;
  margin-left: 30%;
}
.canvas {
  background-color: #fff;
}
.beta {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 5px;
  background-color: #f5f50f;
  border: 0.5px solid #abab0e;
  color: #222;
  font-size: 7.3px;
}
.request-admission {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  /*width: 80px;*/
  /*height: 30px;*/
  padding: 10px 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background-color: #03858c;
  color: #fff;
  font-size: 13px;
}
.full-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-img-container {
    width: 100%;
    height: 250px;
    text-align: center;
    overflow: hidden;
}
.gallery-img-container img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}
.scroller {
  transition: 0.5s ease-in-out;
}
.load-calculator-container {
  width: 100%;
  position: relative;
  float: left;
  height: 100%;
  min-height: 600px;
}
.load-calculator-container iframe {
  min-height: 600px;
  width: 100%;
}
.black-curved {
  top: 0;
  right: 0;
  position: absolute;
  width: 60%;
  height: 1000px;
  margin-top: -150px;
  /* background-color: rgba(0, 0, 0, .5); */
  /* clip-path: circle(100% at 98% 5%); */
  border-radius: 50% 0 0 50%;
}
.carousel {
  scroll-snap-type: x mandatory;
  scroll-padding: 0 24px;
}
.carousel .item {
  scroll-snap-align: start;
}
.arrow-left {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  margin-top: 230px;
  /* margin-left: 10px; */
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 8px 22px rgba(0, 0, 0, 0.09);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.arrow-right {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  margin-top: 230px;
  /* margin-right: 10px; */
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 8px 22px rgba(0, 0, 0, 0.09);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.feed-play-icon-lg {
  font-size: 80px;
  color: rgba(255, 255, 255, .6);
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 50%;
  line-height: 160px;
  background-color: rgba(0, 0, 0, 0.7);
  border: .5px solid rgba(0, 0, 0, .2)
}
.feed-play-icon-lg i, .feed-play-icon-lg i:after {
  background: linear-gradient(90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.1em transparent;
}
.group-item {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 14px;
  padding: 10px;
}
.group-item.color-code-1 {
  color: #03858c;
}

/* Cart */
@keyframes reveal {
	from {
		clip-path: inset(10% 80% 10% 3%);
	}
	5% {
		clip-path: inset(10% 50% 10% 32%);
	}
	8% {
		clip-path: inset(10% 30% 10% 50%);
	}
	10% {
		clip-path: inset(2% 3% 90% 90%);
	}
	15%, to {
		clip-path: inset(0% 0%);
		visibility: visible;
		z-index: 29;
	}
	58% {
		margin-bottom: 50px;
	}
	60% {
		margin-bottom: 60px;
	}
	62% {
		margin-bottom: 50px;
	}
	70% {
		clip-path: inset(0);
		/*clip-path: circle(100%);*/
	}
	72% {
		clip-path: inset(0% 0% 0% 60%);
		/*clip-path: circle(0%);*/
	}
	74% {
		clip-path: inset(0);
		/*clip-path: circle(100%);*/
	}
}
.cart-float {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: rgb(205,173,105);
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 10px;
	margin-bottom: 50px;
	z-index: 60;
	box-shadow: 8px 8px 36px rgba(0, 0, 0, 0.08);
	text-align: center;
	cursor: pointer;
	animation: reveal 12s linear infinite;
	/*display: none;*/
}
.cart-float-after {
	position: fixed;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	color: #F0CE0C;
	background-color: #000;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 10px;
	margin-bottom: 50px;
	z-index: 60;
	box-shadow: 8px 8px 36px rgba(0, 0, 0, 0.08);
	text-align: center;
	cursor: pointer;
	content: "";
	
	/*clip-path: inset(50% 50% 50% 0%);*/
	clip-path: circle(100%);
	transition: 0.3s ease-in-out;
	z-index: 2;
}
.cart-float:hover:after {
	clip-path: circle(100%);
	/*clip-path: inset(0% 0% 0% 0%);*/
}
.cart-img-container {
	text-align: center;
	width: 100%;
	height: 200px;
  border-radius: 15px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, .08);
	overflow: hidden;
}
.cart-img-container img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.cart-play-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.cart-play-icon-container span {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-color: rgba(247, 34, 0,  0.8);
  color: #fff;
  font-size: 22px;
  margin-top: calc(30% - 40px);
}
.cart-play-icon-container span i {
  display: inline-block;
  line-height: 80px;
}

/* Signup form */
.err-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 14;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.blue-gradient {
  background: linear-gradient(to right, #000 0%, #03858c 70%, #cf289d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.svg-arrow {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 4;
  margin-top: 100px;
  margin-right: 50px;
  transform: rotate(20deg);
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.ov-x {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: relative;
  margin-left: 10px;
  margin-bottom: 5px;
}
.ov-x:before {
  display: inline-block;
  content: "";
  width: 15px;
  margin-right: 8px;
  height: 15px;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-left: 20px;
}
.material-cancel {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #aaa;
  border-radius: 50%;
  cursor: pointer;
}

.material-cancel-absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #aaa;
  margin: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.ios-transluscent-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  margin-top: 5px;
  z-index: 10;
}
/*#723315
#08171e
#e94a47
27176F*/
/*#eecd80*/
/*#5d2017



