.ux-page-design-process-ul {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .ux-page-design-process-li {
    text-align: center;
    position: relative;
    display: inline;
    width: 140px;
    height: 140px;
    padding: 35px 0;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 5px 15px;
    align-items: center;
    border-color: transparent;
    border-style: solid;
    user-select: none;
    animation: ux-design-process 2s infinite ease-in-out;
  }
  .ux-page-design-process-li img
  {
      text-align: center;
  }

  @keyframes ux-design-process {
    0% {
      border-width: 2px;
      box-shadow: none;
  }
  20% {
      border-width: 6px;
      transform: scale(1.1);
      box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  }
  40% {
      border-width: 2px;
      transform: scale(1.2);
      box-shadow: none;
  }
  100% {
      border-width: 2px;
    }
  }
  .ux-page-design-process-li:nth-child(1) {
      border-color: #1ABC9C;
      animation-delay: 0s;
  }
  .ux-page-design-process-li:nth-child(2) {
      border-color: #3498DB;
      animation-delay: 0.2s;
  }
  .ux-page-design-process-li:nth-child(3) {
      border-color: #9B59B6;
      animation-delay:0.4s;
  }
  .ux-page-design-process-li:nth-child(4) {
      border-color: #F1C40F;
      animation-delay: 0.6s;
  }
  .ux-page-design-process-li:nth-child(5) {
      border-color: #2ECC71;
      animation-delay: 0.8s;
  }
  .ux-page-design-process-li:nth-child(6) {
      border-color: #E74C3C;
      animation-delay: 1s;
  }
  .ux-page-design-process-li img {
      height: 40px;
      width: auto;
  }
  .ux-page-design-process-li p {
      margin-top: 0;
      text-align: center;
  }


/*-------------------------------------
 *  Start side navbar Style
 * ------------------------------------- */
  .sidenav1 {
    height: 100%;   
    width: 350px;   
    position: fixed;   
    z-index: 48;    
    top: 0;
    right: 0;
    background-color: #1c2a39 ;    
    overflow-x: hidden;    
    padding-top: 60px;   
    transition: 0.5s;
    transform: translateX(100%);
    max-width: 100%;  
}


/* The navigation menu links */

.sidenav1 a {
    text-decoration: none;
    font-size: 28px;
    color: #bfbfbf;
    display: block;
    transition: 0.3s
}


/* When you mouse over the navigation links, change their color */

.sidenav1 a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav1 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav1 {
    right: 0;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav1 {
        padding-top: 15px;
    }
    .sidenav1 a {
        font-size: 18px;
    }
}

.sidenav1 {
    right: 0;
}

.social i {
    color: white;
    font-size: 25px;
}

.f-social i {
    color: #3196ce;
    font-size: 33px;
}

.f-social:hover i {
    color: white;
}

.f-social:hover {
    background: linear-gradient(to top right, #178cca, #004790);
}

.nav_scroll1
{
  z-index: 10;
}
  