.our-team-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    font-size: 1.5rem;
}

.hero {
    width: 100%;
}

.hero-nav {
    border-bottom: 1px solid #cecece;
}

.hero-inner {
    min-height: 80vh;
    background-image: url(/assets/img/banner-bg.jpg);
    /* background-position: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 5rem;
}

.hero-inner img {
    width: 35%;
}

.hero-desc {
    padding-left: 25%;
    padding-right: 25%;
    font-size: 1.35rem;
    letter-spacing: 0.25px;
}

.hero-icons {
    width: 50%;
}

.contact p,
a {
    font-weight: 300;
}

.contact-card {
    display: flex;
    background-color: var(--primary-fiz-color);
    box-shadow: 0px 4px 20px 1px #888888;
    padding: 5% 5%;
    height: 100%;
    color: #fff;
    border-radius: 15px;
}

.contact-card a {
    color: #fff !important;
}

.contact-card-icon {
    display: inline-block;
    width: 30%;
    font-size: 3.5rem;
    text-align: center;
    margin: auto;
}

.contact-card-body {
    display: inline-block;
    width: 70%;
}

.banner-img {
    border-radius: 15px;
}

.banner-img img {
    border-radius: 15px;
}

.custom-shape-divider-bottom-1679478481 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1679478481 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1679478481 .shape-fill {
    fill: #FFFFFF;
}

.banner-heading {
    margin-top: -5rem;
    display: inline;
    /* background: rgba(255, 255, 255, 0.5); */
    background: rgba(63, 175, 134, 0.85);
    color: #fff;
    border-radius: 5px;
}

.banner-heading::before {
    display: inline-block;
    content: "";
    border-top: .1rem solid #fff;
    width: .75rem;
    margin: 0 0.40rem 0 0;
    transform: translateY(-0.30rem);
}

.banner-links {
    display: flex;
    justify-content: end;
    margin-top: 3rem;
    font-size: 1.5rem;
}

.banner-links .icon-wrapper {
    /* width: 30px;
    height: 30px; */
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 5px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fiz-card {
    min-height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    color: #fff !important;
    /* background-color: rgba(63, 175, 134, 0.66); */
    background-color: #1d2024;
}

footer p {
    font-weight: 300;
}

footer a {
    font-weight: 300;
    color: #fff;
}

.footer-box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 2rem;
}

.footer-box i {
    font-size: 2rem;
    width: 10%;
}

.footer-box p {
    padding: 0;
    margin: 0;
}

.footer-list a:hover {
    color: #dedede;
    transition: 1.3s;
}

.gallery h3 {
    color: #fff;
}

.img-box {
    overflow: hidden;
    position: relative !important;
    transition: 1s all;
    box-shadow: 0px 0px 10px 5px #bdbdbd;
    border-radius: 8px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    background-color: #000;
    text-align: center;
    opacity: 0;
    transition: 1s all;
    overflow: hidden;
}

.overlay a {
    text-decoration: none;
}

.overlay i {
    color: #fff;
    font-size: 6rem;
    text-align: center;
}

.img-box:hover .overlay {
    border-radius: 8px;
    opacity: 0.5;
    left: 0;
}

.contact-card-body {
    display: flex;
    align-items: center;
}

.gmaps-frame iframe {
    width: 100%;
    max-height: 300px;
}

.service-breadcrumb {
    position: relative;
    height: 20rem;
}

.service-breadcrumb * {
    z-index: 15;
    position: relative;
}

.service-breadcrumb p {
    font-weight: 300;
}

.service-h-img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-h-img div {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 22, 69, 0.8);
}

.service-breadcrumb-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.service-desc-box {
    box-shadow: 0px 0px 10px 5px rgba(63, 175, 134, 0.25);
    padding: 3rem;
    border-radius: 15px;
}

@media only screen and (max-width: 768.98px) {
    .service-desc-box {
        padding: 1rem;
        text-align: center;
    }
}

@media only screen and (max-width: 768.98px) {
    .banner-links {
        justify-content: center;
    }
    .banner-row {
        flex-direction: column-reverse;
    }
    .banner-t {
        padding-top: 0;
    }
    .banner-links {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 1299.98px) {
    .hero-inner {
        background-size: contain;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-desc {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 1rem;
    }
    .hero-icons {
        width: 100% !important;
    }
    .collapse:not(.show) {
        display: flex;
    }
    .main-menu ul {
        padding: 1rem;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav {
        flex-direction: row !important;
    }
    .hero {
        padding-top: 0 !important;
    }
    .hero-nav {
        padding-bottom: 0 !important;
    }
    .navbar-toggler {
        display: none;
    }
    .navbar {
        display: block;
    }
    .main-menu {
        display: block;
    }
    .hero-inner {
        background-size: cover;
        min-height: 60vh;
        /* background-position: center; */
        align-items: center;
        padding-top: 0;
    }
    .hero-inner img {
        width: 50%;
    }
    .main-menu .play-button {
        position: static;
        /* margin: 0!important;  */
        margin-left: 0 !important;
        margin-top: 0.3rem !important;
        white-space: nowrap;
        margin: 0 1rem !important;
        transform: none;
    }
}

@media screen and (max-width:576px) {
    .main-menu ul {
        padding: 1rem 0 !important;
    }
    .main-menu ul li {
        margin-right: 1rem !important;
    }
}

@media screen and (max-width:481px) {
    .main-menu ul {
        padding: 1rem 0.5rem;
    }
    .main-menu ul li {
        margin-right: 0.5rem;
        font-size: 0.75rem;
    }
    .main-menu ul:first-child {
        margin-left: 1rem !important;
    }
    .main-menu .play-button {
        margin: 0 !important;
        margin-right: 1rem !important;
    }
}