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/_service.scss
.inner-banner {
  display: flex;
  height:calc(100vh - 70px);
  position:relative;
  overflow: hidden;
  padding-top: 80px;
  border-bottom: 1px solid #dee2e6 ;
  h1 {
    font-size:20px;
    
  }
  h2 {
    font-size: 50px;    
    
  }
  p {
    color: rgba(0,0,0,0.8);
  }
  
  .banner-logos {
    position: absolute;
    bottom: 80px;
  }
  .list {
   
    li {
      margin-bottom: 10px;
      ion-icon {
        color: $color__primary;
      }
    }
  }
}
.navbar {
  height: 100px;
}
.lightform {
  background-color: rgba(255,255,255,0.2);
  padding: 40px;
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  h3 {
    color: #FFF;
    font-size: 32px;
  }
  .form-control {
    margin-bottom: 20px;

  }
}
.s-overview {
  h2 {
    line-height: 1.3;
    font-size: 34px;
  }
  p {
    font-size: 0.9em;
  }
}
.inner-facts {
  h3 {
    font-size: 62px;
    color: #000;
  }
  span {
    font-size: 0.9em;
  }
}
.s-services {
  .item {
    padding: 50px;
    border:1px solid $color__primary;
    p {
      font-size: 0.9em;
    }
    h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    img {
      margin-bottom: 20px;
    }
  }
}

.s-why {
  h2 {
    font-size: 36px;
    color: #FFF;
  }  
  .list {
    font-size: 0.9em;    
    h3 {
      font-size: 20px;
    }
    li {
      padding-left: 50px;
      margin-bottom: 30px;
      list-style: none;
    }
  }
  .theme-bg-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    &:after {
      height: 350px;
      width: 350px;
      border-radius: 100%;
      position: absolute;
      content: "";
      left: -20%;
      top: -20%;
      background-color: #9C19E0;
      z-index: -1;
    }
    &:before {
      height: 250px;
      width: 250px;
      border-radius: 100%;
      position: absolute;
      content: "";
      right: -20%;
      bottom: -20%;
      background-color: #9C19E0;
      z-index: -1;
    }
    p {
      color: rgba(255,255,255,0.7);
      font-size: 0.9em;
    }
    .btn-primary {
      background: #FFF !important;
      color: $color__primary;
    }
  }
}

.industries {
  .grid {
    position: relative;
    padding: 1em 0 2em;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  /* Common style */
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 280px;
    max-width: 280px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
  }

  .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none;
  }

  .grid figure figcaption,
  .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }

  .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #FFF;
    font-size: 22px;
  }

  .grid figure h2 span {
    font-weight: 800;
  }

  .grid figure h2,
  .grid figure p {
    margin: 0;
  }

  .grid figure p {
    text-transform: none;
    color: #FFF;
    font-size: 68.5%;
  }
  figure.effect-sarah {
    background: $color__primary;
  }
  figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  figure.effect-sarah figcaption {
    text-align: left;
  }

  figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
  }

  figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.swiper-industries {
  padding-bottom: 50px !important;
  .swiper-button-next, .swiper-button-prev {
    top: 40%;
  }
}
.do-approach {
  p {
    font-size: 0.9em;
    color: rgba(0,0,0,0.6);
  }
  .media-heading {
    margin-bottom: 30px;
    color: $color__primary;
    padding-bottom: 10px;
    border-bottom: 2px solid $color__primary;
    font-size: 16px;
  }
}