#site-navigation-mobile {
    display:none!important;
}

.team-style-1 .sigma-teammember-slide .sigma-teammember-image-container img {
    width: 100%;
    transition: 0.5s all;
    transform: scale(1);
    min-height: 360px;
    object-fit:cover;
}

.menu-item a {
    color:#111!important;
}

.menu-item a:hover {
    color:#9ceefc!important;
}

.services-style-1 .single-service {
    min-height: 440px;
}

.single-service .service-link {
    display:none!important;
}

.sigma-footer-widgets-wrapper, .sigma-copyright {
    display:none;
}
/*
.footer-top .row {
    display:block;
}

.footer-top .row .col-sm-4 {
   margin: 0 auto;
}*/



.provacy-f {
    text-align:right!important;
    padding:20px 0;
    font-family: "Oswald", sans-serif;
}
.provacy-f a{
    color:#fff!important;
    
}


@media screen and (max-width:560px) {
    .provacy-f {
    text-align:center!important;
}
    
}