* {
    margin: 0;
}
:root {
    --fs-40: 40px;
}
input, button, textarea, select {
    font: inherit;
}
.universal-banner {
    width: 100%;
    height: 328px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.universal-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}
.banner-box {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.banner-title {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--fs-50);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.breadcrumb ol {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
}
.breadcrumb ol li {
    position: relative;
    color: #FFF;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.198px;
}
.breadcrumb ol li a {
    font-size: inherit;
    color: inherit;
    font-weight: 300;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.breadcrumb ol li a:hover {
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #FFF;
    content: var(--bs-breadcrumb-divider, "/");
}
.flag-service-section {
    position: relative;
    padding: 80px 0;
}
.fs-box {
    position: relative;
    max-width: 860px;
}
.fs-title {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.fs-description {
    color: #777;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
}
.fs-grid {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 60px;
}
.fs-img img {
    width: 100%;
}
.fs-subscribe a {
    margin: 0 auto;
}
.fs-day-name {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-30);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.fs-content {
    margin-top: 20px;
}
.fs-day-detail {
    color: #00214D;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
}
.fs-content p {
    color: #777;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Tabs */
.tabs {
    width: 100%;
    background-color: #FFF;
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #525C64;
    padding: 0;
}   
  #tabs-nav li a {
        text-decoration: none;
        color: #525C64;
        text-align: center;
        font-family: Roboto;
        font-size: var(--fs-18);
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        transition: all .4s ease-in-out;
    }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px;
}

.gallery-grid a {
    width: 100%;
    display: block;
}
.gallery-grid a img {
    width: 100%;
}
.tab-content {
    background-color: #fff;
    margin: 50px 0;
}
.tabs {
    width: 100%;
    background-color: #FFF;
    margin-top: 70px;
}
ul#tabs-nav li:hover a, ul#tabs-nav li.active a {
    color: #7F2826;
    font-weight: 600;
}

.flag-service-section.gallery-section p {
    color: #000;
}
.contact-section {
    position: relative;
    padding: 100px 0;
    max-width: 1082px;
    width: 100%;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-title {
    color: #1B2353;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-box p {
    color: #777;
    text-align: center;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 595px;
    width: 100%;
    margin: 0 auto;
}
.comman-form {
    max-width: 714px;
    width: 100%;
    margin: 50px auto;
}
.input-group {
    margin-bottom: 24px;
}
.input-group input {
    height: 50px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 0.60);
    color: #000;
    font-family: Roboto;
    padding: 12px 24px;
    font-size: 16px;
}
.input-group textarea {
    font-size: 16px;
    height: 140px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 0.60);
    color: #000;
    font-family: Roboto;
    padding: 12px 24px;
}
.input-submit {
    text-align: center;
    margin-top: 50px;
}
.input-submit input[type="submit"] {
    background: var(--Gradiant, linear-gradient(90deg, #00214D 0%, #7F2826 100%));
    max-width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    min-width: 160px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.single-gallery-section {
    position: relative;
    padding: 80px 0;
}
.single-gallery-box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.project-detail {
    margin: 50px 0;
    display: flex;
    gap: 40px;
}
.project-description {
    width: 100%;
}
.project-info {
    max-width: 250px;
    width: 100%;
}
.t-small {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
    margin-bottom: 20px;
}
.project-info-box {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: start;
    gap: 30px;
}
.t-min {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    min-width: 80px;
}
.project-terms a {
    color: #444444;
    display: block;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    margin-bottom: 5px;
}
.project-terms a:hover {
    color: #d00707;
}
.fusion-sharing-box.share-box {
    margin-bottom: 70px;
    background: #f6f6f6;
    padding: 20px;
    display: flex;
    gap: 20px;
    min-height: 70px;
    justify-content: space-between;
    align-items: center;
}
.share-title {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1;
    margin: 0;
}
.fusion-social-networks {
    display: flex;
    gap: 20px;
}
.fusion-social-networks .icon {
    color: #444;
    font-size: 18px;
    margin-right: 10px;
    opacity: .7;
    width: 18px;
    display: flex;
    justify-content: end;
}
.fusion-social-networks .icon:hover {
    color: #d00707;
    opacity: 1;
}
[hover-tooltip] {
    position: relative;
}
[hover-tooltip]:hover::before {
    content: attr(hover-tooltip);
    font-size: 12px;
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    bottom: calc(100% + 10px);
    transform: translate(-50%);
    animation: fade-in 300ms ease;
    background: #272727;
    border-radius: 4px;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
}
[hover-tooltip]:hover::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    bottom: calc(100% + 6px);
    margin-left: -3px;
    border: 1px solid black;
    border-color: #272727 transparent transparent transparent;
    border-width: 4px 6px 0;
    animation: fade-in 300ms ease;
    z-index: 1;
}
.related-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.title-heading-left {
    font-size: var(--fs-18);
    font-weight: 500;
    margin: 0;
    line-height: 1;
    color: #444;
    white-space: nowrap;
}
.title-sep-container {
    width: 100%;
}
.title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background: transparent;
    width: 100%;
    border-style: solid;
    border-color: #e0dede;
    padding: 0;
    border-left: 0;
    border-right: 0;
}
.related-slider {
    margin-top: 40px;
}
.swiper-button-next, .swiper-button-prev {
    background: #999999;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: #FFF;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}
.carousel-img img {
    width: 100%;
}
.carousel-img {
    position: relative;
    margin-bottom: 10px;
}
.fusion-carousel-title {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1;
    margin-bottom: 8px;
}
.carousel-detail span {
    color: #444444;
    display: inline;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    margin-bottom: 5px;
}
.carousel-detail span.divider {
    padding: 0 4px;
}

.foundation-section {
    position: relative;
    padding: 80px 0;
}
.foundation-box {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}
.foundation-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.fd-link {
    color: #00214D;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    display: block;
    text-align: center;
    margin-top: 45px;
}
.fd-details {
    max-width: 730px;
    width: 100%;
}
.sticky-top {
    position: sticky;
    top: 200px;
}
.fd-org {
    margin-bottom: 65px;
}
.fo-title {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.fd-org ul {
    margin-bottom: 20px;
    padding-left: 2rem;
}
.fd-org p, .fd-org ul li {
    color: #000;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
.fd-org ul li {
    margin-bottom: 4px;
}
.fd-org p a {
    color: #00214D;
}
.fssa-img,
.fssa-img img {
    width: 100%;
}
.fsssa-subscription {
    margin-top: 70px;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1600px) {
    :root {
        --fs-40: 30px;
    }
    .tabs {
        margin-top: 50px;
    }
}
@media (max-width: 1400px) {
    :root {
        --fs-40: 25px;
    }
    .flag-service-section {
        padding: 60px 0;
    }
    .fs-day-name {
        margin-bottom: 10px;
    }
    .fs-grid {
        margin: 40px 0;
    }
    .contact-section {
        padding: 60px 0;
    }
    .single-gallery-section {
        padding: 60px 0;
    }    
    .foundation-section {
        padding: 60px 0;
    }
    .fd-details {
        max-width: 580px;
    }
}
@media (max-width: 1200px) {
    :root {
        --fs-40: 22px;
    }
    ul#tabs-nav {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .flag-service-section {
        padding: 40px 0;
    }
    .fs-grid {
        grid-template-columns: 1fr 1fr;
    }
    .fs-grid {
        margin: 30px 0;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .foundation-grid {
        flex-direction: column;
    }
    .sticky-top {
        position: static;
    }
    .fd-link {
        text-align: left;
        font-size: 24px;
    }
    .fd-org {
        margin-bottom: 40px;
    }
    .fsssa-subscription {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .fs-grid {
        gap: 40px 20px;
    }
    .contact-section {
        padding: 40px 0;
    }
    .project-detail {
        margin: 20px 0;
        flex-direction: column;
        gap: 10px;
    }
    .fusion-sharing-box.share-box {
        flex-direction: column;
    }
    .related-slider {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    ul#tabs-nav {
        row-gap: 10px;
    }
    .fs-grid {
        grid-template-columns: 1fr;
    }
    .breadcrumb ol {
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .banner-box {
        margin: 0;
    }
    .universal-banner {
        height: 300px;
    }
    .comman-form {
        margin: 20px auto;
    }
    .input-submit {
        margin-top: 20px;
    }
    .single-gallery-section {
        padding: 50px 0;
    }
    .project-info {
        max-width: 100%;
    }
    .project-info-box {
        gap: 20px;
    }
    .foundation-section {
        padding: 40px 0;
    }
}
@media (max-width: 428px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .tabs {
        margin-top: 30px;
    }
    #tabs-nav li a {
        font-size: 14px;
    }
}