
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 *                                              H I - R E S    M O N I T O R
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


@media (min-width: 1280px){

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 *                                              M O N I T O R
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 1024px) and (max-width: 1279px){

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 *                                              T A B L E T
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 768px) and (max-width: 1023px){

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 *                                              S M A R T P H O N E
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 767px){

    body.admin-bar header {
        /*top: 46px;*/
    }
    .icons-effect .elementor-widget-container{
        border:0 !important;
    }
    .our-services .elementor-image-box-wrapper{
        text-align:center !important;
    }
    #url-tagline{
        font-size:14px;
    }
    #url-tagline img{
        width:30px;
    }
    .elementor-image-carousel .slick-next {
        right:-15px !important;
    }
    .elementor-image-carousel .slick-prev {
        left:-15px !important;
    }
    .page-title{
        padding:60px 20px;
        font-size:42px;
    }
    .our-customers .elementor-column{
        width:50% !important;
    }
    .flex-items,
    .flex-items > div {
        width:100% !important;
    }
}




@media (max-width: 920px){
    body{
        padding-top:124px;
    }
    header{
        position:fixed;
        top:0 !important;
        opacity:1;
        -webkit-transition: all .5s linear; /* Safari */
        transition: all .5s linear;
    }
    #desktop-menu{
        display:none;
    }
    #mobile-menu{
        display:block;
    }
    header #menu-trigger{
        display: block;
        position: absolute;
        top:40px;
        left:16px;
        -webkit-transition: all .5s linear; /* Safari */
        transition: all .5s linear;
    }
    header img{
        width:258px;
        -webkit-transition: all .5s linear; /* Safari */
        transition: all .5s linear;
    }
    header.scrolled #menu-trigger{
        top:20px;
    }
    header.scrolled img{
        width:140px !important;
    }
    .mega-menu-toggle{
        display:none !important;
    }
    .hamburger .line{
        width: 36px;
        height: 5px;
        background-color: #222;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hamburger:hover{
        cursor: pointer;
    }
    .hamburger.is-active .line:nth-child(1){
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.is-active .line:nth-child(2){
        opacity: 0;
    }
    .hamburger.is-active .line:nth-child(3){
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -o-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }
    #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-mobile-top-menu #mega-menu-mobile-top-menu > li.mega-menu-item > a.mega-menu-link:focus{
        color:rgb(40,110,140) !important;
    }
}