.figure,
.figure a {
    z-index: 2;
    display: block
}

.about-banner {
    width: 100%;
    background: url(../images/bgtopn.webp) center center/cover no-repeat;
    padding: 107px 0 100px;
    text-align: center;
    position: relative
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85)
}

.about-banner::after {
    content: '';
    display: block;
    clear: both
}

.about-banner .container {
    position: relative;
    z-index: 1
}

.about-banner .main-title {
    font-size: 50px
}

.about-banner .main-title .city-name {
    color: #e2bd3c;
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    font-weight: 700
}

.about-banner .breadcrumb {
    justify-content: center;
    margin: 1rem 0 2rem;
    background: 0 0
}

.about-banner .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.about-banner .breadcrumb ul li {
    margin-right: 20px;
    padding: 0 10px;
    position: relative;
    color: #fff
}

.about-banner .breadcrumb ul li:after {
    content: "/";
    position: absolute;
    right: -14px;
    color: #fff
}

.about-banner .breadcrumb ul li:last-child::after {
    display: none
}

.about-banner .breadcrumb ul li a {
    color: #fff
}

.about-banner .get-quote {
    background: 0 0;
    border: 3px solid #fff;
    padding: 12px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 40px
}

.about-banner .get-quote:hover {
    background: #e2bd3c;
    text-decoration: none
}

.portfoliobg {
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    overflow: hidden
}

.portfoliobg ul {
    column-count: 3;
    column-gap: 10px
}

.portfoliobg ul li {
    margin: 0 0 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid
}

.figure {
    position: relative;
    width: 100%
}

.figure a {
    position: relative
}

.figure img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    height: auto
}

.gallery-img {
    opacity: 1;
    overflow: hidden;
    transition: .3s
}

.figure .gallery-img {
    background-color: #000
}

.figure:hover img {
    cursor: url(../images/icon-zoom-white.png), pointer;
    opacity: .15;
    transform: scale(1.1, 1.1);
    transition: .3s
}

@media screen and (max-width:767px) {
    .portfoliobg ul {
        column-count: 2;
        column-gap: 10px
    }
}

@media screen and (max-width:575px) {
    .portfoliobg ul {
        column-count: 1;
        column-gap: 10px
    }
}

 .mission-vision-section {
      padding: 60px 0;
    }

    .mission-vision-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .mission-box,
    .vision-box {
      flex: 1;
      min-width: 300px;
      padding: 30px;
      border-radius: 10px;
      background: #f8f8f8;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .mission-box h2,
    .vision-box h2 {
      font-size: 28px;
      margin-bottom: 15px;
      color: #222;
    }

    .mission-box p,
    .vision-box p {
      font-size: 16px;
      color: #555;
    }
    

    