@charset "UTF-8";
/* acquisitions main.less */
/* footer css*/
.footer {
  position: relative;
  background-color: #FFFFFF;
  height: auto;
  padding: 0px!important;
}
.footer h3 {
  border-bottom: 1px solid #14325c;
  padding: 30px 0 20px;
  font-size: 14px;
  color: #00b4dc;
  line-height: 1.14;
}
.footer h4 {
  border-bottom: 1px solid #14325c;
  padding: 30px 0 20px;
  font-size: 14px;
  color: #00b4dc;
  line-height: 1.14;
  margin-bottom: 20px;
}
.footer ul {
  font-size: 14px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #F5F5F5;
}
.footer ul a {
  display: block;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #14325c;
  line-height: 1.5;
  text-align: left;
  font-family: 'Gotham Book' !important;
}
.footer a {
  color: #14325c;
  transition: font-weight 0.3s;
}
.footer a:hover {
  text-decoration: none;
  text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}
.footer-center {
  background-color: #FFFFFF;
  height: 150px;
}
.footer-center .container .vertical-center {
  top: 50%;
  transform: translateY(50%);
}
/*social icons*/
.about-icons ul {
  color: #F5F5F5;
  margin-top: 0;
}
.about-icons ul::after {
  display: block;
  clear: both;
  content: "";
}
.about-icons i {
  padding: 0;
  font-size: 25px;
  color: #000000 !important;
  margin: 0;
}
.about-icons li {
  margin: 0px;
  padding: 0;
  float: right;
}
.about-icons ul a {
  padding: 0 18px 10px;
}
.about-icons li a:hover i {
  transition: transform .4s;
  opacity: 100px;
  transform: rotate(0deg) scale(1.1);
}
.footer-bottom {
  background-color: #FFFFFF;
  height: auto;
}
.footer-bottom .footer-copyright {
  text-align: justify;
}
.footer-bottom .footer-copyright {
  font-size: 10px;
  text-align: left;
  color: #000000;
  padding-bottom: 0!important;
  margin: 10px 0!important;
}
.footer-bottom ul {
  margin-left: 0;
  text-align: left;
  padding: 0;
}
.footer-bottom ul li {
  line-height: 12px;
  font-size: 12px;
  display: block;
  padding-right: 15px;
  display: inline-block;
}
.footer-bottom ul {
  margin-top: 10px;
}
.footer-bottom a {
  color: #b3b3b3;
}
.footer-bottom a:hover {
  text-decoration: none;
  color: #ffffff;
}
/* footer css end*/
@media (min-width: 320px) {
  .about-icons ul a {
    padding: 0 17px 10px 17px;
  }
  .about-icons {
    display: flex;
    justify-content: center!important;
    margin: 20px 0 15px;
    padding-bottom: 20px;
  }
  .footer-center {
    height: 200px;
  }
  .footer-logo-image {
    display: flex;
    justify-content: center!important;
    padding: initial;
  }
  .footer-center .container .vertical-center {
    transform: translateY(30%);
  }
}
@media (min-width: 768px) {
  .about-icons ul a {
    padding: 0 6px 10px;
  }
  .footer-bottom ul {
    text-align: right;
  }
  .footer-bottom ul {
    text-align: right;
  }
  .about-icons {
    display: flex;
    justify-content: center!important;
    margin: 35px 0 5px;
  }
  .footer-center {
    height: 200px;
  }
  .footer-logo-image {
    display: flex;
    justify-content: center!important;
    padding: initial;
  }
  .footer-center .container .vertical-center {
    transform: translateY(30%);
  }
}
@media (min-width: 992px) {
  .about-icons ul a {
    padding: 0 12px 10px;
  }
  .footer-center {
    height: 150px;
  }
  .about-icons {
    display: flex;
    justify-content: right!important;
    float: right;
  }
  .footer-logo-image {
    display: flex;
    justify-content: left!important;
    padding: initial;
  }
}
@media (min-width: 1200px) {
  .about-icons ul a {
    padding: 0 18px 10px;
  }
  .about-icons {
    display: flex;
    justify-content: right!important;
    float: right;
    padding: initial;
  }
  .footer-logo-image {
    display: flex;
    justify-content: left!important;
    padding: initial;
  }
}
footer.fotFix {
  position: fixed;
  bottom: 0;
  width: 100%;
}
