* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.py-8 {
  margin-top: 60px;
  margin-bottom: 60px; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block; }

::selection {
  color: #FFDB6E; }

.active {
  display: inline-block !important; }

.yellowtext {
  color: #FFBC5E !important; }

body {
  background-color: #121212 !important;
  color: white !important;
  font-family: 'Poppins', sans-serif !important; }

.main aside {
  padding: 30px;
  background-color: #1e1e1f;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.253);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 50px;
  margin-bottom: 30px; }
  .main aside .sidebar-basic-info .avatar-box {
    background-color: #363535;
    border-radius: 30px; }
  .main aside .sidebar-basic-info .sidebar-basic-info-details h3 {
    font-size: 25px;
    margin-bottom: 16px;
    font-weight: 500; }
  .main aside .sidebar-basic-info .sidebar-basic-info-details .badge {
    background-color: #2a2a2b;
    padding: 8px 17px;
    font-weight: 300;
    letter-spacing: 0.5px; }
  .main aside .sidebar-details {
    width: 100%; }
    .main aside .sidebar-details .divider {
      width: 100%;
      border-top: 1px solid #4444449c;
      margin: 32px 0; }
    .main aside .sidebar-details .sidebar-details-info ul {
      padding: 0;
      margin-bottom: 32px; }
    .main aside .sidebar-details .sidebar-details-info .details-info-item {
      margin-bottom: 30px; }
      .main aside .sidebar-details .sidebar-details-info .details-info-item .info-icon {
        box-shadow: -0.7px -0.7px 2px rgba(2, 2, 2, 0.493), -0.5px -0.5px 2px rgba(255, 255, 255, 0.288), 0.7px 0.7px 2px rgba(0, 0, 0, 0.75);
        border-radius: 12px;
        width: 47px;
        height: 47px;
        margin-right: 20px; }
        .main aside .sidebar-details .sidebar-details-info .details-info-item .info-icon i {
          height: 100%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 400;
          color: #FFDB6E; }
      .main aside .sidebar-details .sidebar-details-info .details-info-item .item-details {
        height: 47px; }
        .main aside .sidebar-details .sidebar-details-info .details-info-item .item-details span {
          color: #d6d6d6;
          font-size: 13px;
          font-weight: 400;
          opacity: 0.7;
          letter-spacing: 1px; }
        .main aside .sidebar-details .sidebar-details-info .details-info-item .item-details h3 {
          color: #fcfcfc;
          font-size: 14px;
          font-weight: 300;
          line-height: 15px;
          margin: 0; }
  .main aside .social ul {
    padding: 0; }
    .main aside .social ul a {
      color: #d6d6d6;
      margin: 0px 8px;
      font-size: 20px;
      opacity: 0.7; }
.main .box-outer {
  padding: 30px;
  position: relative;
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.253);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  background-color: #1e1e1f; }
  .main .box-outer .navbar ul li a {
    color: #d6d6d6;
    padding: 0;
    margin-right: 44px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    padding: 18px 10px;
    font-size: 15px; }
  .main .box-outer .navbar ul li:last-child a {
    margin-right: 0; }
  .main .box-outer .navbar ul li:hover a {
    color: #FFDB6E; }
  .main .box-outer .page-heading {
    padding-bottom: 5px; }
    .main .box-outer .page-heading .title {
      font-weight: 600;
      font-size: 32px;
      margin-bottom: 35px;
      letter-spacing: 1px;
      position: relative; }
      .main .box-outer .page-heading .title::before {
        content: '';
        width: 40px;
        height: 5px;
        border-radius: 20px;
        background: linear-gradient(137.84deg, #FFDB6E 26.31%, #FFBC5E 93.75%);
        position: absolute;
        top: 52px; }
    .main .box-outer .page-heading p {
      font-size: 15px;
      font-weight: 300;
      line-height: 25px;
      color: #d6d6d6; }
  .main .box-outer .about-content h2 {
    margin: 20px 0;
    font-size: 25px; }
  .main .box-outer .about-content .about-item .item-inner {
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.445);
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #202021;
    position: relative;
    z-index: 9;
    background: linear-gradient(#1e1e1f, #1e1e1f) padding-box, linear-gradient(110deg, rgba(153, 153, 153, 0.253), rgba(153, 153, 153, 0.103), rgba(153, 153, 153, 0.021)) border-box;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
    .main .box-outer .about-content .about-item .item-inner .inner-content h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #fcfcfc; }
    .main .box-outer .about-content .about-item .item-inner .inner-content p {
      margin-bottom: 0;
      color: #fcfcfc;
      opacity: 0.7;
      font-weight: 300;
      font-size: 15px; }
  .main .box-outer .about-testimonial .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fcfcfc;
    padding: 16px 0 20px; }
  .main .box-outer .about-testimonial .testimonial-item .item {
    padding: 30px 0 0;
    margin-right: 30px; }
  .main .box-outer .about-testimonial .testimonial-item .item-inner {
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.445);
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    background: linear-gradient(#1e1e1f, #1e1e1f) padding-box, linear-gradient(110deg, rgba(153, 153, 153, 0.253), rgba(153, 153, 153, 0.103), rgba(153, 153, 153, 0.021)) border-box;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative; }
    .main .box-outer .about-testimonial .testimonial-item .item-inner .inner-img {
      position: absolute;
      background-color: #363535;
      width: 80px;
      height: 80px;
      border-radius: 20px;
      top: -30px; }
      .main .box-outer .about-testimonial .testimonial-item .item-inner .inner-img img {
        width: 100%;
        height: 100%;
        margin: auto auto; }
    .main .box-outer .about-testimonial .testimonial-item .item-inner h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      margin-left: 100px;
      color: #fcfcfc;
      display: inline-block; }
    .main .box-outer .about-testimonial .testimonial-item .item-inner .inner-content p {
      margin-bottom: 0;
      color: #fcfcfc;
      opacity: 0.7;
      font-weight: 300;
      font-size: 14px; }
  .main .box-outer .about-testimonial .testimonial-item .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background: linear-gradient(137.84deg, #FFDB6E 26.31%, #FFBC5E 93.75%);
    transition: all 0.2s linear; }
  .main .box-outer .about-testimonial .testimonial-item .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background-color: #2a2a2b; }
  .main .box-outer .client .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fcfcfc;
    padding: 16px 0 20px; }
  .main .box-outer .client .client-item .owl-item {
    text-align: center; }
    .main .box-outer .client .client-item .owl-item a {
      width: 160px; }
      .main .box-outer .client .client-item .owl-item a img {
        filter: grayscale(1); }
      .main .box-outer .client .client-item .owl-item a:hover img {
        filter: grayscale(0); }
  .main .box-outer .client .client-item .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background: linear-gradient(137.84deg, #FFDB6E 26.31%, #FFBC5E 93.75%);
    transition: all 0.2s linear; }
  .main .box-outer .client .client-item .owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background-color: #2a2a2b; }

/*# sourceMappingURL=style.css.map */
