/*.contact-area {
    background: url(/assets/theme/images/contact-1.jpg) center center / cover no-repeat local !important;
}*/



#mobile-fix-bottom .fixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #2C3454;
    width: 100%;
    text-align: center;
    padding: 6px;
    display: none;
    z-index: 100000;
}

#mobile-fix-bottom a{
    color:#fff;
}

@media (max-width: 500px){ 
    #mobile-fix-bottom .fixed {
        display: block;
    }
 }

#mobile-fix-bottom .white-bg a{
     background: #fff;
    color: #2C3454;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 10px;
}

.nav-item.active a{
  color: #FF6527 !important;
  transform:scale(1.0);
  font-weight:700;
  display:inline-block;
}

.submenu .nav-item.active a{
  color: #fff !important;
}

.page-header{
  padding: 175px 0 75px;
}

.service-single-content p{
  font-size:18px !important;
  text-align: justify;
}

.main-header .bg-section,
.current_home{
  background:#13110D;
}

.home-intro{
  margin-top:80px;
}

.navbar-brand img{
    width: 120px;
    transform: scale(2.3) translateY(2px) translateX(5px);
}

.footer-logo img{
  transform: scale(2.3);
    margin-left: 20px;
}