/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    /* CSS */

    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 75px;
    }

    .navbar-brand img{
        width: 51%;
        margin-top: 0px;
    }

    .navbar .navbar-nav {
        padding: 0 27px;
        background: #fff;
        /* border: 1px solid red; */
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 35px;
        padding: 4px;
        color: #4c4c4c;
        outline: none;
    }

    .navbar-toggler {
        margin-top: 0px;
        border-color: #7d1418 !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 125, 20, 24, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    /* CSS */
    
    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 75px;
    }

    .navbar-brand img{
        width: 51%;
        margin-top: 0px;
    }

    .navbar .navbar-nav {
        padding: 0 27px;
        background: #fff;
        /* border: 1px solid red; */
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 35px;
        padding: 4px;
        color: #4c4c4c;
        outline: none;
    }

    .navbar-toggler {
        margin-top: -52px;
        border-color: #7d1418 !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 125, 20, 24, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    
  }

/*
    Small (sm)
*/
@media only screen and (min-width: 576px) {

    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 75px;
    }

    .navbar-brand img{
        width: 51%;
        margin-top: 0px;
    }

    .navbar .navbar-nav {
        padding: 0 27px;
        background: #fff;
        /* border: 1px solid red; */
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 35px;
        padding: 4px;
        color: #4c4c4c;
        outline: none;
    }

    .navbar-toggler {
        margin-top: 0px;
        border-color: #7d1418 !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 125, 20, 24, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

}




/*
    Medium (md)
*/
@media only screen and (min-width: 768px) {

    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 75px;
    }

    .navbar-brand img{
        width: 51%;
        margin-top: 0px;
    }

}


/*
    Large (lg)
*/
@media only screen and (min-width: 992px) {

    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 75px;
    }

    .navbar-brand img{
        width: 41%;
        margin-top: 0px;
    }

    .navbar {
        top: 36px;
    }
}


/*
    Extra-large (xl)
*/
@media only screen and (min-width: 1200px) {
    .hero-header, .about-hero-header, .tech-hero-header, .product-hero-header, .jobs-hero-header, .contact-hero-header, .pp-hero-header{
        margin-top: 14px;
    }

    

    .navbar-brand img{
        width: 41%;
        /* margin-top: -61px; */
    }

    .navbar {
        top: 3px;
    }
}


.bg-dark {
    background-color: #292929 !important;
}


.btn-primary {
    color: #fff;
    background-color: #7d1418;
    border-color: #7d1418;
}

.shadow-sm img{
    width: 35%;
    margin-top: -7px;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background:none;
    border-radius: 25px;
    margin-bottom: 15px;
}


.case-overlay {    
    background: none !important;
    top: 16px;
}


.case-overlay small {
    padding: 0;
    color: #FFFFFF;   
    border-bottom: 1px solid;
    border-radius: 0;
}

.service-item:hover {
    background: #7d1418;
}


.fa-brain:before {
    content: "\f5dc";
    color: #7d1418;
}

.fa-robot:before {
    content: "\f544";
    color: #7d1418;
}


.fa-microchip:before {
    content: "\f2db";
    color: #7d1418;
}


.fa-traffic-light:before {
    content: "\f637";
    color: #7d1418;
}



.service-item a.btn {
    position: relative;
    display: flex;
    color: #7d1418;
    transition: .5s;
    z-index: 1;
}


.service-item:hover a.btn {
    color: #7d1418;
}


.fa-check:before {
    content: "\f00c";
    color: #7d1418;
}


.btn-primary:hover {
    color: #fff;
    background-color: #d12127;
    border-color: #d12127;
}

a {
    color: #06D6A0;
    text-decoration: none;
}

a:hover {
    color: #fff;
}



.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem #dc354500;
}



.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #d12127;
    border-color: #d12127;
    box-shadow: 0 0 0 .25rem #dc354500;
}


.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    /* color: rgba(255, 255, 255, 1); */
    color: #7d1418;
}

.job_email{
    color: #06D6A0;
    text-decoration: none;
}


.job_email:hover{
    color: #7d1418;
    text-decoration: none;
}














/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    /* CSS */

        

  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    /* CSS */
    
    

    
  }