.logo a {
    font-size: 2.5em;
}

.logo img {
    transform: scale(2.5);
    filter: brightness(20000%);
}

.topnav .container-fluid {
    padding: 0 80px !important;
}

.loading-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: url(frontend/images/logo.png); */
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 20px 29px;
    height: 20vh;
}

.loading-text img {
    width: 100%;
    transform: scale(.8);
}


/* .img img{
    transform: scale(2.5);
} */


/* .coz-nav{
    padding: 0 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;

} */

@media(max-width:500px) {
    .topnav .coz-nav {
        display: flex !important;
        align-items: center !important;
        padding: 0 33px !important;
    }
}


/* .work-carousel.nt-related-post{
    margin-top: 120px;
    margin-bottom: -120px;
    position: relative;
    overflow: hidden;   
}

.nt-related-post .text-bg{
    position: absolute;
    left: -10%;
    top: -10px;
    margin-bottom: 0;
    font-size: 12vw;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #555;
    color: transparent;
    line-height: 1;
    opacity: .2;

}
@media(min-width:1200px){
    .nt-related-post .text-bg{
        top: -40px;
        font-size: 9vw;
    }
}
@media(min-width: 768px){
    .nt-related-post .text-bg{
        top: -30px;
        font-size: 10vw;
    
    }
}
@media(min-width:576px){
    .nt-related-post .text-bg{
        top: -10px;
        font-size: 12vw;
    }
} */

.custom-svc-img {
    height: 230px;
    width: 350px;
}

.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    font-size: 1.50rem;
    /* color: black; */
    margin: 0.5rem;
}

.social-links li:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}

.text-cus {
    font-size: 16px;
    color: white;
}