.project-bannerpage,.bannerpage {
    background-image: url('/assets/img/banner/gallery_banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 110px 0;
  }

/*project design*/

  @media (max-width: 480px) {
    .all_services_wrap {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .all_services_wrap .item {
      width: 100%;
      max-width: 100%;
    }

    .all_services_wrap .item .title {
      height: auto;
      padding-bottom: 10px;
    }

    .all_services_wrap .item .image {
      min-height: 150px;
      margin-bottom: 0;
    }
  }

  @media (min-width: 481px) and (max-width: 767px) {
    .all_services_wrap {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .all_services_wrap .item {
      width: 100%;
      max-width: 100%;
    }

    .all_services_wrap .item .title {
      height: auto;
      padding-bottom: 10px;
    }

    .all_services_wrap .item .image {
      min-height: 150px;
      margin-bottom: 0;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .all_services_wrap {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .all_services_wrap .item {
      width: 100%;
      max-width: 100%;
    }

    .all_services_wrap .item .title {
      height: auto;
      padding-bottom: 10px;
    }

    .all_services_wrap .item .image {
      min-height: 150px;
      margin-bottom: 0;
    }
  }

  .all_services_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .all_services_wrap .item {
    text-align: center;
    max-width: 350px;
    margin-bottom: 119px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
  }

  .all_services_wrap .item .image {
    position: relative;
    min-height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .all_services_wrap .item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .all_services_wrap .item .link_box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .all_services_wrap .item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    border: 1px solid #3e54ff;
  }
  
  .imgsection {
    overflow: hidden;
    background-size: 0.75em 100%, 100% 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
  }

  .imgwrapper {
    position: relative;
    flex-grow: 1;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 2vmin;
    justify-items: center;
    align-items: center;
  }

  .imgwrapper img {
    z-index: 1;
    grid-column: span 2;
    max-width: 100%;
    margin-bottom: -52%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: scale(1);
    transition: all 0.25s;
  }

  .imgwrapper img:nth-child(7n+1) {
    grid-column: 2/span 2;
  }

  .imgwrapper img:hover {
    z-index: 2;
    transform: scale(2);
  }

  .rt-container {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rt-row:before,
  .rt-row:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .rt-row:after {
    clear: both;
  }

  [class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
  }


  @media (min-width: 768px) {
    .rt-container {
      width: 750px;
    }

    [class^="col-rt-"] {
      float: left;
      width: 49.9999999999%;
    }

    .col-rt-6,
    .col-rt-12 {
      width: 100%;
    }

  }

  @media (min-width: 1200px) {
    .rt-container {
      width: 1170px;
    }

    .col-rt-1 {
      width: 16.6%;
    }

    .col-rt-2 {
      width: 30.33%;
    }

    .col-rt-3 {
      width: 50%;
    }

    .col-rt-4 {
      width: 67.664%;
    }

    .col-rt-5 {
      width: 83.33%;
    }


  }

  @media only screen and (min-width:240px) and (max-width: 768px) {

    .ScriptTop h1,
    .ScriptTop ul {
      text-align: center;
    }

    .ScriptTop h1 {
      margin-top: 0;
      margin-bottom: 15px;
    }

    .ScriptTop ul {
      margin-top: 12px;
    }

    .ScriptHeader h1,
    .ScriptHeader h2,
    .scriptnav ul {
      text-align: center;
    }

    .scriptnav ul {
      margin-top: 12px;
    }

    #float-right {
      float: none;
    }
  }

  .grid {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-item {
    min-width: 350px;
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
  }

  .grid-item figure {
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  }

  .grid-item figure img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .grid-item figcaption {
    display: block;
    padding: .625rem .5rem;
    background: var(--color-primary);
    border-radius: 5px;
  }

  .grid-item a {
    color: white;
  }

  .grid-item a:hover {
    color: white;
  }

  .grid-item a:active {
    color: white;
  }