.navbar-light {
    display: none;
  }
  
  .navbar-light .navbar-nav .nav-link {
    padding: 25px 10px;
    color: #343a40;
    font-weight: 500;
    outline: none;
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #0BCEAF;
  }
  
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
    }
  }


  .about-img{
    border-radius: 50%;
    margin-left: -100px;
    right: -100px;
   }
   
   .display-1{
     font-size: 160px;
     font-weight: 1000;
   
   }
   
   .position-absolute{
     font-weight: 700;
   
   }
   
   .typed-cursor {
     font-size: 45px;
     color: #ffffff;
   }
   
   .blue{
     background-color: #1c5ce6;
     color: #ffffff;
   }
   .btn{
     border: 2px solid rgb(29, 105, 247);
   } 
   .btn-white{
     background-color: #ffffff;
     border:2px solid #ffffff;
   }
   .btn-blue{
     border: 2.4px solid #ffffff;
     color: #ffffff;
   }
   @media (max-width: 700px) {
     .about-img{
       margin-left: 10px;
       border-radius: 50%;
       right: 0px;
       top: 30px;
      }
   }

   /*===================== Progress Bar ====================*/

.progress {
    border-radius: 10px;
    }
    
    .progress .progress-bar {
    width: 0px;
    border-radius: 10px;
    transition: 2s;
    }

    .ex-me{
        margin-top: 35px;
      }

      .service-h4{
        padding-bottom: 30px;
      }
      
      .service-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 60px;
      }
      
      .service-box{
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);  
        margin-left: 20px;
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
      }
      .service-box:hover{
        box-shadow: 0px 1px 13px rgba(27, 27, 27, 0.705); 
      
      }

      .portfolio-item .portfolio-btn {
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        opacity: 0;
        transition: .5s;
      }
      
      .portfolio-item:hover .portfolio-btn {
        opacity: 1;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        left: 30px;
      }

      /* ========================== Contact Us ========================*/

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    .back-to-top {
        position: fixed;
        display: none;
        width: 30px;
        text-align: center;
        right: 30px;
        bottom: 30px;
        z-index: 11;
        animation: action 1s infinite alternate;
      }
      
      @keyframes action {
        0% {
          transform: translateY(0);
        }
        100% {
          transform: translateY(-15px);
        }
      }

      img {
        border-radius: 50%;
        width:220px;
        height: 300px;
      }

 .ig{
  border-radius: 50%;
  width:150px;
      }