MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/sass/_deven - bk.scss
html, body {
  scroll-behavior: smooth;
}
.text-blur {
  opacity: 0.5;
}
.heading-small {
  font-size: 58px !important;
}
.small-text {
  font-size: .9em;
}
.banner_single_logo {
  img {
    width: 60px;
    margin-right: 50px;
  }
}
.tech-logo-icon {
  background: $color__contrast;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  img {
    width: 30px;
  }
}
.red-text {
  color: $color__contrast
}
.dot-shape {
  background: $color__contrast;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.b-border {
  position: relative;
  &:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: -20px;
    border-bottom: 1px solid #dee2e6;
    width:100%;
  }
}
.requirement_points {
  h6  {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
  }
}
.services_industry_info {
  margin-bottom: 40px;
    .services_industry_icon {
    display: flex;
    align-items: center;
    img {
      width: 50px;
      margin-right: 20px;
    }
    p {
      margin-bottom: 0px;
      font-weight: 500;
      font-size: .9em;
    }
    
  }
}
.technologies_links {
    padding-left: 20px;
    li {
      position: relative;
      list-style: none;
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
      font-size: .9em;
      img {
        width: 32px;
        opacity: 0;
        transition: all ease-out .3s;
        margin-right: 20px;
      }
      p {
        margin-bottom: 0px;
      }
      &:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 16px;
        background: #cf307d;
        width: 8px;
        height: 8px;
        border-radius: 50%;
      }
      &:hover img {
        opacity: 1;
        margin-right: 0px;
      }
    }
}
.card {
  border-left: 1px solid #dee2e6;
  box-shadow: none;
  border-radius: 0px;
}
.services_approach {
  .card {
    border-left: 1px solid #dee2e6;
  box-shadow: none;
  border-radius: 0px;
    p {
      margin-bottom: 0px;
    }
    .card-body {
      padding: 0px;
    }
    .card_number {
      width: 40px;
      height: 40px;
      background: #cf307d;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
    }
  }
}
.services_approach_2 {
  .approach_info {
    img {
      width: 60px;
      margin-bottom: 20px;
    }
  }
  .card-body {
    padding: 0px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.services_technology {
  .tech_box {
    min-height: 300px;
    justify-content: space-between;
    border-radius: 4px;
    img {
      width:50px;
    }
  }
}
.light-bg-1 {
  background-color:#ebdfdf;
}
.sticky-menu {
  z-index: 9999999;
  background: #fff;
  position: sticky;
  top: 0;
  height: 70px;
  display: flex;
  align-items: center;
    .sticky-sub-menu {
    margin-bottom: 0px;
    padding-left: 0px;
    li {
      list-style: none;
      margin-right: 70px;
    }
  }
}