@media only screen and (min-width: 1025px) 
{
    .header-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 20%;
        background-position: center;
    }
	
}

@media only screen and (max-width: 1025px) 
{
    .header-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 3%;
        background-position: 50px;
        
    }
}

@media only screen and (max-width: 768px) 
{
    .header-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position: 50px;
    }
}

@media only screen and (min-width: 1025px) 
{
    .footer-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 20%;
        background-position: center;
    }
	
}

@media only screen and (max-width: 1025px) 
{
    .footer-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 3%;
        background-position: 50px;
        
    }
}

@media only screen and (max-width: 768px) 
{
    .footer-menu ul.elementor-nav-menu > li:nth-child(3)
    {
        background-image:;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position: center;
    }
}

.ct-language__dropdown
{
	left: -42px !important;
}