
footer {
  background-color: #393c42;
  border-bottom: 1px solid #4a4c51;
  margin-top: 0px;
  padding: 10px 80px 0px 50px;
  text-align: left;
}

.footer-title {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  padding-bottom: 10px;
}

.footer-address {
  font-family: 'Arial';
  font-size: 14px;
  color: #FFF;

}


.bottom-footer {
  background-color: #2d2f34;
  padding: 30px 10px 30px 10px;
  text-align: center;
  font-size:12px;
  font-family: Verdana;
  color:#aeafb0;
}

.bottom-footer1 {

  background-color: #393c42;
  padding: 30px 10px 30px 10px;
  text-align: center;
  font-size:12px;
  font-family: Verdana;
  color:#aeafb0;
}

/*-- End Footer --*/

header-center{
  background-color: #2e4b90;
  padding-top: 25px; 
  
}

.navigation-login {
  height: 100px;
  background: #2e4b90;
}






/*--- RESPONSIVE ---*/
@media screen and (max-width: 990px) {
  .home-account {
    text-align: center;
    display: block;
  }

 

  .bottom-footer {
    text-align: center;
  }

 
}

@media screen and (max-width: 568px) {

  
  .bottom-footer {
    text-align: center;
  }

 

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}


