.top-header {
        background-color: var(--primary-color);
    background-image: url('../images/dark-section-bg-image.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.top-header .top-contact span {
    margin-right: 15px;
}

.top-header i {
   width: 36px;
    height: 36px;
    border: 1px solid #ffffff4a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.top-header i:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--primary-color);
}
.top-social a {
    color: #fff;
    margin-left: 12px;
    transition: 0.3s;
}

.top-social a:hover {
    color: #f39c12;
}

.navbar {
    align-items: center;
    padding: 10px 0px 10px;
}
.logo {
        height: 80px;
}
.main-header{
    background: #fff;
}
header.main-header {
    position: relative;
}

.main-menu ul li a {
    color: var(--primary-color)    ;

}
/* .btn-default.btn-highlighted:hover {
    color: var(--white-color);
    background: var(--primary-color);
} */
 .hero {
    padding: 70px 0 70px;
 }
 @media only screen and (max-width: 1440px) {
    .hero-body {
        margin-top: 0;
    }
}
.about-us-item-list-ultra {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.about-us-counter-box {
    max-width: 160px;
}
.section-title1 p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.service-item {
    min-height: 400px;
}

.gal11 .photo-gallery img {
    aspect-ratio: 3 / 4 !important;
}
.gallery-items .photo-gallery img {
    aspect-ratio: 1 / 1;
}
.gallery-items .cinema img {
    aspect-ratio: 69 / 34;
}
.footer-contact-item-content {
    width: auto;
}
.footer-logo img {
    background: white;
    border-radius: 5px;
}
@media only screen and (max-width: 767px){
    .top-contact{
        display: flex;
    justify-content: center;
    }
}