section {
  display: block;
}

.site-footer {
  color: #aaa;
}

.site-footer .logo-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.site-footer .social-nav {
  text-align: center;
}

.site-footer a {
  color: #7395ae;
  font-weight: 500;
  font-size: 0.95rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none;
}

.site-footer .social-nav a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px !important;
  border-radius: 50%;
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.1);
  color: #aaa;
}

.site-footer .social-nav a:hover,
.site-footer .social-nav a:focus {
  color: #fff;
  box-shadow: 0 20px 60px rgba(86, 88, 219, 0.35);
}


.site-footer a:hover,
.site-footer a:focus{
  color: #6cdaee;
  border-bottom: 3px solid #4a82e4;
}

.site-footer .social-nav a:hover,
.site-footer .social-nav a:focus {
  background-color: #4a82e4;
}

footer.section.site-footer.bg-dark {
  background: #343a4a !important;
  padding: 10px;
}

.footer-bg-dark {
  background-color: hsla(206, 25%, 11%, 0.7);;
}

a.footer-bg-dark:focus,
a.footer-bg-dark:hover,
button.footer-bg-dark:focus,
button.footer-bg-dark:hover {
  background-color: #1d2124 !important;
}

.footer-bg-dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bg-darker {
  background-color: #2f353a !important;
}

.dark-overlay .container,
.parallax .container,
.darker-overlay .container,
.primary-overlay .container {
  position: relative;
  z-index: 10;
}

.logo-img,
.alt-logo-img {
  padding: 20px 0px 0px 0px;
  height: 200px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  font-size: 28px;
  font-weight: 700;
}


.logo-imgs,
.alt-logo-imgs {
  height: 200px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  font-size: 28px;
  font-weight: 700;
}

.logo-img:hover,
.alt-logo-img:hover {
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

.logo-imgs:hover,
.alt-logo-imgs:hover {
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

.alt-logo-img,
.dark-layout .logo-img {
  display: none;
}

.alt-logo-imgs,
.dark-layout .logo-imgs {
  display: none;
}

.dark-layout .sticky .logo-img {
  display: block;
}

.dark-layout .sticky .logo-imgs {
  display: block;
}

.sticky .logo-img {
  height: 25px;
}

.sticky .logo-imgs {
  height: 25px;
}

.site-footer .logo-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.site-footer .logo-imgs {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.logo-img.my-3:hover {
  opacity: 1;
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

img.logo-imgs.my-3:hover {
  opacity: 1;
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

img.logo-img.my-3 {
  color: #484f62;
  height: 50px;
  opacity: 0.4;
}

img.logo-imgs.my-3 {
  color: #484f62;
  height: 50px;
  opacity: 0.4;
}

.text-center {
  text-align: center !important;
}

.title.h4.text-center {
  text-align: -webkit-left !important;
}

p.footer-text {
  font-size: 14px;
  color: #b3d4fc;
  text-align: start;
  margin-top: 25px;
}
