/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
header.fixed_header nav ul li span{
    color: #fff;
}
header.fixed_header.sticky nav ul li span{
    color: #333;
}

.txt-shadow p,.txt-shadow small,.txt-shadow h3{
    text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}

.popup_wrapper .popup_content.newsletter_c figure img {
    margin-left: -260px;
}

.vid-edit-nav{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.phone-list{
	display: flex;
    align-items: center;
}

.phone-whatsapp-num{
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.phone-whatsapp-num a{
	padding: 5px 15px;
}


@media (max-width: 767px){
    p{
        font-size: 16px;
    }
    
    .vid-edit-nav {
        display: block;
    }

    .lead{
        font-size: 16px;
    }

    .hero .wrapper small {
        margin: 0;
        font-size: 12px;
    }

    .hero .wrapper p {
        font-size: 18px;
        margin-bottom:20px;
    }

    .hero .wrapper h3 {
        font-size: 24px;
        margin-bottom:20px;
    }

    .what-we-do h3{
        font-size: 20px;
    }

    .cta-container p{
        font-size: 16px;
    }

    .contact_info {
        padding: 20px;
    }

    .comment{
        font-size: 14px;
    }

    .cta-btn a{
        padding: 10px 15px 10px 15px;
        font-size: 12px;
        width: 140px;
    }

    .testimonial h2{
        font-size: 18px;
    }

    .hero.full-height {
        height: 100vh;
    }

    .row_list_version_3 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px){
    .cta-btn a{
        width: 185px;
    }
}