/*header.min.css*/
div#header-topbar .topbar-left .info ul li{
    display:inline-block;
    padding: 9px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
div#header-topbar .topbar-left .info ul li img{
    width:20px;
    height:auto;
}
div#header-topbar .topbar-left .info ul li span{
    color:#fff;
}
.topbar-right ul .topbar-social {
    padding: 10px;
    padding-right: 0;
}
.topbar-right ul .topbar-social a {
    color: #ffffff;
   
    margin-right: 15px;
    
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li:last-child > a{
    padding-right:0;
}
.scrollup {
  
    box-shadow: 0px 5px 20px 0px rgba(0, 113, 240, 0.49);
    background-image: linear-gradient(to top, #e40428, #e40428);
}




/*footer code start here*/

  footer.footer-area1 {
    background: #000;

}

.footer-middle .footer-title,.footer-left .footer-title, .footer-left p,.footer-middle .footer-list li a,.footer-right .footer-title, .footer-contact-details .footer-info-box p , .footer-contact-details .footer-info-box a {
    
    color: #fff;
   
}
            .footer-left:after,.footer-middle:after{
display: none;
            }
            .footer-contact-details .footer-info-box{
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.footer-contact-details .footer-info-box:last-child{
    margin-bottom: 0;
}

.footer-info-box .icon-box{
    position: absolute;
    top: -2px;
    left: 0;
}
.footer-left .footer-social ul li a {
   background-color: #f02926;
   color:#fff;
   font-size:16px;
 }
 .footer-left .footer-social ul li a {
    background-color: #f02926;
    color: #fff;
    border-radius: 50%;
  
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.footer-info-box .icon-box img{
    max-width: 20px;
}
.footer-middle .footer-list li a{
    position:relative;
    padding-left:7px;
}
  .footer-middle .footer-list li a:before  {
     position: absolute;
    content: "";
    top: 50%;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left-color: #fff;
   
}
.footer-bottom {
    padding-block: 10px;
    background: #e40428;
    color: #fff;
}
.footer-top {
    padding-bottom: 40px;
}
.footer-bottom .copyright-area:before , .footer-bottom .copyright-area:after{
    display:none;
}
.footer-left , .footer-right , .footer-middle{
    .footer-title:before, .footer-title:after{
    display:none ;
    
}
   .footer-title{
       margin-bottom:5px;
   }  
} 
@media only screen and (max-width: 600px) {
    
      a.logo-mobile {
    max-width: 120px;
}
 .mean-container .mean-bar .mobile-menu-nav-back{
     height:auto;
 }
 .footer-middle {
        margin-bottom: 25px;
    }
    .footer-right {
        margin-top: 0;
    }
    
.footer-contact-details .footer-info-box {
   
    margin-bottom: 20px;
}
.footer-bottom .copyright-area p {
       
        text-align: center;
    }
        .footer-bottom {
        padding: 10px 0 0 0;
    }


}
