
  @media (max-width:1399.98px) and (min-width:992px){
    .small-line-height{
      line-height: 24px !important;
    }
    .our-mission .width50{
        width: 58% !important;
      }
    
  }

  .our-mission .card-img-top {
    width: 8%;
  }
  
  .our-mission .card {
    border: 1px solid rgba(33, 212, 150, 0.53);
    border-radius: 12px;
    min-height: 273px;
    cursor: pointer;
  }
  
  .our-mission .card .first-card {
    width: 92%;
  }
  
  .our-mission .card:hover {
    background: linear-gradient(180deg, #FFFFFF 8.93%, #DDF5F0 110.71%);
    box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.43);
  }
  
  
  .bulding-background {
      position: relative;
      background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/about-us/2366\ 1.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .bulding-background::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 77%); 
      z-index: 1; 
  }
  
  .bulding-background .container {
      position: relative;
      z-index: 2; 
  }
  .custom-card {
    border: 1px solid #97969648;
  }
  
  .first-card {
    border-top: none;
    border-left: none;
  }
  
  .remove-top-border {
    border-top: none;
  }
  
  .remove-right-border {
    border-right: none;
  }
  
  .remove-bottom-border {
    border-bottom: none;
  }
  
  .remove-left-border {
    border-left: none;
  }
  .bulding-background .row>* {
     margin-top: 0 !important;
  }
  
  .core-value .small-pragraph {
    width: 55%;
  }
  
  /* .core-value .webdevelop:before {
    background: linear-gradient(82.8deg, #21D496 -95.89%, #054A91 180.46%);
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: rotate(180deg); /* 'rotate' is replaced with 'transform' */
  /* }
  
  .core-value .webdevelop {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0B162E 0%, #0A0B19 12%);
  }  */

  .core-value .webdevelop {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(199.11deg, #21bf89 -26.83%, #054A91 85.96%);
  border: none !important;
}

  .core-value .webdevelop:after{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  z-index: 1;
  }


.core-value .webdevelop .z-index {
  z-index: 2;
}
  
  @keyframes webbanner {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scaleX(0.8);
    }
    100% { 
      transform: scale(1);
    }
  }
  
  .our-clint .reviws-card {
    min-height: 420px !important;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  
  
  .last-card-section .background-last{
      background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/about-us/last-card.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 4rem ;
      padding-bottom: 4rem;
      border-radius: 20px;
    }
    
  
    .our-history .timeline {
        position: relative;
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
        box-sizing: border-box;
      }
      
      .our-history .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: 80%;
        background: #c5c5c53d;
        transition: height 0.5s;
      }
      
      .our-history .timeline ul {
        padding: 0;
        margin: 0;
      }
      
      .our-history .timeline ul li {
        list-style: none;
        position: relative;
        width: 50%;
        padding: 20px 40px;
        box-sizing: border-box;
      }
      
      .our-history .timeline ul li:nth-child(odd) {
        float: left;
        text-align: right;
        clear: both;
      }
      
      .our-history .timeline ul li:nth-child(even) {
        float: right;
        text-align: left;
        clear: both;
      }
      
      .our-history .content {
        padding-bottom: 20px;
      }
      
      .our-history .timeline ul li:nth-child(odd):before {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        top: 0;
        right: -7px;
        background: rgb(233 103 103 / 51%);
        border-radius: 50%;
        border: 1px solid rgba(255, 89, 94, 1);
        box-shadow: 0px 0px 1px 6px rgb(244 244 244 / 30%);
      }
      
      .our-history .timeline ul li:nth-child(even):before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 0;
        left: -4px;
        background: rgb(28 236 111 / 54%);
        border-radius: 50%;
        border: 1px solid rgba(33, 212, 150, 1);
        box-shadow: 0px 0px 1px 6px rgb(244 244 244 / 30%);
      }
      
      .our-history .timeline ul li p {
        margin: 10px 0 0;
        padding: 0;
      }
      
      .our-history .timeline ul li .time h4 {
        margin: 0;
        padding: 0;
        font-size: 20px;
      }
      
      .our-history .timeline ul li:nth-child(odd) .time {
        position: absolute;
        top: 12px;
        right: 20px;
        margin: 0;
        padding: 8px 16px;
        color: #fff;
        border-radius: 18px;
      }
      
      .our-history .timeline ul li:nth-child(even) .time {
        position: absolute;
        top: 12px;
        left: 20px;
        margin: 0;
        padding: 8px 16px;
        color: #fff;
        border-radius: 18px;
      }
      
      .our-history .timeline ul li .time.year-even h4 {
        color: #1cec6f;
      }
      
      .our-history .timeline ul li .time.year-odd h4 {
        color: #ff5a5e;
      }
      
      @media (max-width: 1000px) {
        .our-history .timeline {
          width: 100%;
        }
      }
      
      @media (max-width: 767px) {
        .our-history .timeline {
          width: 100%;
          padding-bottom: 0;
        }
      
        .our-history h1 {
          font-size: 40px;
          text-align: center;
        }
      
        .our-history .timeline:before {
          left: 20px;
          height: 100%;
        }
      
        .our-history .timeline ul li:nth-child(odd),
        .our-history .timeline ul li:nth-child(even) {
          width: 100%;
          text-align: left;
          padding-left: 50px;
          padding-bottom: 50px;
        }
      
        .our-history .timeline ul li:nth-child(odd):before,
        .our-history .timeline ul li:nth-child(even):before {
          top: -18px;
          left: 16px;
        }
      
        .our-history .timeline ul li:nth-child(odd) .time,
        .our-history .timeline ul li:nth-child(even) .time {
          top: -30px;
          left: 50px;
          right: inherit;
        }
      }
      
      .theme-primary-green {
        color: #21D496; 
      }
      
      .theme-primary-red {
        color: #e96767; 
      }
      
  
  @keyframes webbanner{
    0%{
    transform:scale(1)
  }
  
  50%{
    transform:scaleX(.9)
  }
  
  to{
    transform:scale(1)
  }
  }
  
  .webbanner{
    animation: webbanner 5s ease-out infinite;
  }
  .tool-item:not(:first-child) h3 {
    margin-left: 10px;
  }
  .lh-36{
    line-height: 36px;
  }
  .width50{
    width: 50%;
  }
  .width-85{
    width: 89%;
  }
  @media (max-width:992px){
    .width50{
      width: 100%;
    }
    .width-85{
      width: 100%;
    }
    .core-value{
      .small-pragraph{
       width: 100%;
      }
    }
  }
  @media (max-width:1399.98px) and (min-width:992px){
    .our-clint .reviws-card {
        min-height: 464px !important;
      }
    
  }
  @media (max-width:1199.98px) and (min-width:992px){
    .our-clint .reviws-card {
        min-height: 570px !important;
      }
    
    .our-achivemennts-section .card{
        padding: 5px !important;
      }
    
  }
  @media (max-width:768px) and (min-width:576px){
    .our-clint .reviws-card{
        min-height: 507px !important;
      }
    
  }

  @media (max-width: 387.98px) {
    .our-clint .reviws-card{
        min-height: 526px !important;
      }
    
  }
  .lvlup-card{
    border: 1px solid #FFFFFF26;
    background: linear-gradient(180deg, #0B162E 0%, #0A0B19 100%) !important;
  }
  .relavent-carousel .tool-item h3{
        padding: 0px 12px; 
        border-radius: 40px;
  }
  
  .our-clint .owl-item {
    margin-right: 30px !important;
  }

  .owl-nav {
  display: flex !important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: block;
}

.our-clint .second-owl-carousel .owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
}
.second-owl-carousel button.owl-prev {
    padding: 4px 7px !important;
}
.our-clint .second-owl-carousel .owl-nav {
    float: inline-end !important;
    margin-top: 26px !important;
    background-color: transparent !important;
     position: absolute;
    bottom: -25px;
    right: 0;
    display: flex;
  
}


.border {
  width: 100% !important;
  top: 0 !important;
  right: 0 !important;
}

.contact {
color: #ffffff !important;
}

@media (min-width:768px) and (max-width:991.98px) {
  .owl-carousel .owl-stage{
  width: 4434px !important;
}
.our-clint .reviws-card{
    min-height: 507px !important;
    border-radius: 10px;
}
}

@media (max-width: 767.98px) { 
  .our-clint .owl-item {
    margin-right:20px !important;
}
}