:root {
    --clr-white: #fff;
    --clr-theme: #eab746;
    --clr-primary: #172541;
}

.header-area .ht-social-networks {
    text-align: right;
}
.header-area .top-message {
    display: flex;
    gap: 20px;
}
.header-area .top-message li i {
    background: var(--clr-theme);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
.header.default-menu-style .header__logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
.header.default-menu-style .header__logo h1 {
    font-size: 42px;
    line-height: normal;
    color: var(--clr-primary);
}
.header.default-menu-style .header__logo span {
    display: block;
    font-size: 16px;
    background: var(--clr-theme);
    padding: 3px 4px;
    border-radius: 5px;
    color: var(--clr-white);
}
.header.default-menu-style .header__logo img {
    height: 70px;
}
.footer-area {
    padding: 70px 0 50px;
}
.footer-copyright-area {
    background: var(--clr-theme);
    padding: 15px 0;
}
.personal-service-area .ht-service-box h3 {
    font-size: 20px;
    color: var(--clr-theme);
}
.personal-service-area .ht-service-box a {
    color: #fff;
}
.header-area--absolute {
    background: rgba(23, 37, 65, 1) !important;
    border-top: 1px solid var(--clr-theme);
}
.feature-images-wrapper h4 {
    font-size: 20px;
}
.hero-slider-wrap .creative-hero h1 {
    color: var(--clr-white);
}
.blog-details-wrap h5 {
    margin-bottom: 20px;
    color: var(--clr-theme);
}
.right-sidebar {
    position: sticky;
    top: 100px;
}
.blog-details-wrap strong {
    font-weight: 700;
}
.square-flip .title--default {
    color: var(--clr-white);
}
.square-flip p {
    color: #eee;
}
.service-area .swiper-nav-button {
    background: var(--clr-primary);
    color: var(--clr-white);
}

.fancybox-gallery-slider .gs-thumb {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.fancybox-gallery-slider .gs-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.fancybox-gallery-slider .item:hover {
    cursor: pointer;
}
.fancybox-gallery-slider .item:hover .gallery-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gallery-overlay {
    background-color: rgba(20, 184, 253, 0.6);
    border: 10px solid #fff;
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 10px;
}
.fancybox-gallery-slider .lbox-caption a {
    border-radius: 0;
    font-size: 30px;
    padding: 6px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fancybox-gallery-slider .lbox-caption a:hover {
    background-color: #111111;
}
.lbox-caption span {
    color: #fff;
}
.fancybox-gallery-slider .item {
    margin: 15px 0;
}
.fancybox-gallery-slider .gallery-overlay,
.ulockd-srvcs-overlay {
    background-color: rgba(109, 55, 149, 0.6);
}
.lbox-caption {
    display: table;
    height: 100%;
    width: 100%;
}
.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .header-area .top-message {
        flex-direction: column;
    }
    .header-area .ht-social-networks {
        text-align: center;
    }
    .blog-details-wrap .lates-blog-post-info-02 {
        padding: 35px 20px;
    }
    .creative-hero .creative-hero-text {
        margin-top: 0;
        padding-right: 110px;
        padding-left: 15px;
    }
    .creative-hero-text h4 {
        font-size: 16px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 32px;
    }
}
.navigation-menu > ul > li {
    margin: 0 10px;
}
.navigation-menu > ul > li > a span {
   font-size: 14px;
}
.lp{
    padding: 70px 0;
}
.lpbox{
    background: #273272;
    padding: 15px;
}
.lpbox p{
    margin-top: 15px;
    color: #fff;
}
.lpbox h2{
    font-size: 18px;
    color: #fff;
}
.imgzoom{
    overflow: hidden;
}
.lpbox:hover img{
    transform: scale(1.2);
}
.lpbox :hover h2{
    color: #eab746;
}