Your IP : 18.117.232.108


Current Path : /home/lentoinv/finationglobal.com/scss/sections/
Upload File :
Current File : //home/lentoinv/finationglobal.com/scss/sections/_single_project.scss

/*=================================================*/
/*---------- [_Section_Single_Project] ------------*/
/*=================================================*/
.project-details-page {
  .project-thumb {
    margin-bottom: 40px;
  }
  .project-info {
    background: #fff;
    margin-top: -112px;
    .project-info-title {
      padding: 24px 30px;
      background: var(--gradient-color1);
      .title {
        color: #fff;
        margin-bottom: 0;
      }
    }
    .project-info-body {
      padding: 10px 15px 30px 30px;
      background: var(--bg-silver);
      border: 1px solid #eee;
      .project-info-list {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #ecebec;
        .project-info-icon {
          i {
            height: 42px;
            width: 42px;
            @include text-gradient;
            font-size: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
          }
        }
        .info-details {
          margin-left: 20px;
          .name {
            margin-bottom: 0;
          }
        }
        &:last-child {
          border-bottom: none;
        }
      }
    }
  }
}

?>