

.footer ul{
  list-style-type: none;
  padding: 0;
}

.header-area.header-sticky .search-bar
{
    color: #3B566E !important;
}
.header-area .main-nav .nav
{
    margin-top: 0 !important;
}

.footer-img{
  width: 100%;
  left: 0;
  bottom:15%;
  height: 4rem !important;
  border-radius:30px;
}

.footer-rights a, .footer-rights p{
  color: #ffffff94;
  text-decoration: none;
  width: 29ch;
}


.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.divider {
    flex-grow: 1;
    height: 1px;
    background-color: #1A4444;
    opacity: 0.5;
}

.divider-content {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 10px;
}


@media(max-width: 575px)
{
.search-bar
{
    width: 87.5%;
    background: white;

    color: #3B566E;
    border-bottom: 2px solid #3B566E;
}
.search-bar::placeholder
{
    color: #3B566E;
    font-weight: 600;

}
.search-btn
{
    background-color: white;
    border-bottom: 2px solid #3B566E;


}
.search-btn .fa-search
{
    color: #3B566E !important;
    font-weight: 600;

}
.header-area.header-sticky .search-bar
{
    color: #3B566E !important;
    background-color: white;
}
.search-bar:active
{
    background-color: white !important;
}
.search-bar-width
{
    width: 50%;
}
.search-btn
{
    width: 20%;
}
.header-area .main-nav .nav
{
    margin-top: 10px !important;
    margin-left: -105px;
    width: 426px;
}

.footer-img{
  position: relative;
  width: 100% !important;
  left: -0.5rem;
  bottom: 15%;
  height: 4rem !important;
  border-radius:30px;
}

}
@media(min-width: 991px)
{
.nav-links-margin
{
   margin-top: 20px;
}

}


/************* FOOTER ************************/

.footer {
  background: #09282F;
  padding-top: 5ch;
}


.footer .f-images{
 padding-left: 14ch;
}

.footer img:first-child{
  width: 10ch;
  height: 9ch;
  margin: 3ch 0ch 0ch 3ch;
  color: #fff;
}

.footer img:last-child{
  margin: 0ch 0ch 1ch -1ch;
  width: 265px;
  height: 65px;
}

.footer .footer-media{}

.footer .footer-media i{
  width: 2ch;
  border-radius: 50%;
  padding: 0.6ch;
  font-size: larger;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 1s ease;
}

.footer .footer-media i:hover{
  transition: all 0.5s ease;
  background-color: #fff;
  color: #000;
}

.footer .col-md-5 .f-images-p{
  color: #112025;
  margin-top: -4ch;
  margin-left: 16ch;
  font-size: 1.65ch;
}

.footer .col-md-5 p{
  width: 441px;
  font-size: 1.7ch;
  color: #ffffff94;
}

.footer h3{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.footer li{
  font-family: 'Roboto';
  color: #ffffff94;
  font-size: 16px;
}

.footer li a{
  color: #ffffff94;
  text-decoration: none;
}

@media all and (max-width:878px){
  .footer .f-images{
    padding-left: 0ch;
  }

  .footer .col-md-5 .f-images-p{
    margin-left: 8ch;
    width: 278px;
    font-size: 19px;
  }

  .footer .col-md-5 p {
    width: auto;
    margin: 1ch;
}

  .footer img:first-child {
    width: 30ch;
    height: 8ch;
    margin: 3ch 0ch 0ch 1ch;
    color: #fff;
}
}
