/* Extra small devices (phones, 767px and down) */


@media only screen and (max-width: 767px) {
header .custom-logo-link img {
    height: 46px!important;
    width: auto!important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
header .custom-logo-link img {
    height: 96px!important;
    width: auto!important;
}
}*/

@media only screen and (min-width: 768px){
    header .custom-logo-link img {
    height: auto !important;
    width: 100%  !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.n2-ss-slider .n2-ss-slide-background * {
     position: relative; 
}

#staffing-services{
        text-transform: capitalize;
}

.elementor-11 .elementor-element.elementor-element-ffc8d15 > .elementor-background-overlay {
    display: none;
}

.elementor-11 .elementor-element.elementor-element-ffc8d15:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-ffc8d15 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-attachment: fixed;
    background-position: 50% 50%;
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
            }
}

/*@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
*/

#ast-hf-mobile-menu {

    /*transition: all 0.4s ease-in-out;*/
/*  -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode:both;*/
    /*animation: slideIn  300ms ease-in-out forwards*/
}
.sub-menu {
    /*animation: slideIn  .5s ease-in-out forwards*/
}

