/**
* Template Name: OnePage - v4.3.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

body {
  font-family: "Open Sans";
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #0f0af9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.heading-yellow {
  color: #aa9100 !important;
}

.heading-pink {
  color: #ff6161 !important;
}

/* video thumbnail play button */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  background: url("../img/play.svg") no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}


/*--------------------------------------------------------------
# mobile bottom navigation bar
--------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .desktop-floating {
    display: none !important;
  }
}


.mobile-bottom-nav {
  background: #2487ce;
  position: fixed;
  bottom: 0;
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #2487ce;
  box-shadow: 0px 0 10px rgba(5, 78, 121, 0.8);
}

.mobile-bottom-nav .bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-bottom-nav .bloc-icon a {
  color: #fff;
}

.mobile-bottom-nav .bloc-icon a:hover {
  color: rgb(211, 211, 211);
}

.mobile-bottom-nav .bloc-icon a img {
  width: 20px;
  height: 20px;
}

/*--------------------------------------------------------------
# call button
--------------------------------------------------------------*/
.call-floating-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 20px;
  background-color: #2487ce;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.call-floating-btn img {
  width: 20px;
}

.call-floating-btn:hover {
  background: #3e9bdd;
  color: #fff;
}

.call-floating-btn.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 65px;
  z-index: 996;
  background-color: #2487ce;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.back-to-top img {
  width: 20px;
}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Floating Instagram Button
--------------------------------------------------------------*/
.instagram-floating-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 65px;
  background-color: #2487ce;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.instagram-floating-btn img {
  width: 25px;
}

.instagram-floating-btn:hover {
  background: #3e9bdd;
  color: #fff;
}

.instagram-floating-btn.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Floating Viber Button
--------------------------------------------------------------*/
.viber-floating-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 110px;
  background-color: #2487ce;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.viber-floating-btn img {
  width: 25px;
}

.viber-floating-btn:hover {
  background: #3e9bdd;
  color: #fff;
}

.viber-floating-btn.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 45px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #173993;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2487ce;
}

/*.navbar .getstarted {*/
/*  background: #173993;*/
/*  padding: 10px 20px;*/
/*  margin-left: 30px;*/
/*  border-radius: 4px;*/
/*  color: white !important;*/
/*}*/
.navbar .getstarted {
  background: #173993;
  padding: 10px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff !important;
}

.navbar .getstarted:hover {
  opacity: 0.95;
  background: #0f2666;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2487ce;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 60px 0;
  position: relative;
  /* background: url("../img/japan-bg.jpg") top center; */
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 0px;
  background-color: #173993;
  display: grid;
}

#hero h1 {
  margin: 0 0 20px 0;
  padding-right: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  color: #ffff;
}

#hero h2 {
  color: #ffff;
  margin-bottom: 15px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid white;
  background: #ff6161;
  margin-bottom: 20px;
}

#hero .btn-get-started:hover {
  opacity: 0.95;
  background: #b84040;
}

#hero .hero-img img {
  width: 100%;
}

@media (min-width: 1281px) {
  #hero h1 {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    height: auto;
  }

  #hero .hero-img img {
    min-height: 520px;
  }

  #hero h1 {
    font-size: 42px;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }

  #hero .btn-get-started {
    margin-bottom: 25px;
  }
}

.banner {
  padding-bottom: 40px !important;
  padding-top: 75px !important;
}

.carousel-control-next,
.carousel-control-prev {
  height: 85%;
}

@media(min-width: 600px) {
  .carousel {
    margin: auto !important;
  }
}

@media(max-width: 600px) {
  .banner {
    padding-top: 85px !important;
    padding-bottom: 0px !important;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-service {
  background-color: #173993;
  padding-top: 0px;
  padding-bottom: 0px;
}

#about-service .content {
  line-height: 24px;
  font-size: 14px;
  color: #ffff;
}

#about-service .head {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500px;
  line-height: 1em;
  color: #ffff;
}

#about-service .content ul {
  list-style: none;
  padding: 0;
}

#about-service .content ul li {
  padding-left: 28px;
  position: relative;
}

#about-service .content ul li+li {
  margin-top: 10px;
}

#about-service .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 24px;
  font-size: 14px;
  color: #ffda00;
}

#about-service .video-box {
  background: url("../img/pension.jpg") right center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (min-width: 1200px) {
  #about-service .video-box {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.about .content {
  line-height: 24px;
  font-size: 14px;
}

.about .head {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500px;
  line-height: 1em;
  color: #173993;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
  margin-bottom: 40px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 24px;
  font-size: 14px;
  color: #2487ce;
}

.about .video-box {
  background: url("../img/estimate.jpg") center center no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
  min-height: 400px;
}

@media (min-width: 1024px) {
  .about .video-box {
    min-height: 420px;
  }
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
#about-video {
  padding-top: 14px;
  padding-bottom: 0px;
}

#about-video .content {
  line-height: 24px;
  font-size: 14px;
  color: #173993;
  margin-bottom: 30px;
}

#about-video .content h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
}

#about-video .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 450px;
}

@media (min-width: 1200px) {
  #about-video .video-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-height: 1366px) {
  #about-video .video-box {
    min-height: 500px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*# Cta
--------------------------------------------------------------*/
.cta {
  background: #ff6161;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.cta p {
  font-size: 18px;
  font-weight: bolder;
  color: #ffda00;
  line-height: 24px;
  padding-top: 10px;
}

.cta .cta-btn {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 15px;
  background-color: #ffbb2c;
  color: #ffff;
}

.cta .cta-btn:hover {
  opacity: 0.95;
  background: rgb(228, 166, 34);
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#cta #get-started input,
#cta #get-started select {
  border-radius: 0;
}

#cta #get-started .btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  font-family: "Prompt", sans-serif;
  color: #fff;
}

#cta #get-started .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list h2 {
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  padding-top: 10px;
  color: #173993;
  margin-bottom: 5px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  color: #173993;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #173993;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0 0 0;
  color: #aa9100;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #173993;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq .faq-list .faq-btn {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #b730d9;
  color: #ffff;
}

.faq .faq-list .faq-btn:hover {
  background: #173993;
  color: #ffff;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background-color: #ffff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.contact h2 {
  font-weight: 600;
  font-size: 32px;
  color: #173993;
  margin-bottom: 5px;
}

.contact p {
  padding-bottom: 60px;
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000103;
}

.contact .email,
.contact .phone {
  margin-top: 40px;
}

.contact .email:hover i,
.contact .address:hover i,
.contact .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #173993;
  border: 0;
  padding: 10px 30px;
  margin-bottom: 50px;
  font-family: "Prompt", sans-serif;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  opacity: 0.95;
  background: #1d48bd;
}

.contact #free-consulting #nenkinsewa-consulting-form .btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  font-family: "Prompt", sans-serif;
  color: #fff;
}

.contact #free-consulting #nenkinsewa-consulting-form .btn:hover {
  background-color: #173993;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #ffff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f8fbfe;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  #footer .footer-newsletter {
    font-size: 15px;
    padding: 0 13px;
  }
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #3194db;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
  padding-bottom: 50px;
}

#footer .social-links a img {
  width: 25px;
  height: 25px;
}

#footer .social-links a {
  position: relative;
  display: inline-block;
  background: #2487ce;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
  top: 0;
  transition: top ease 0.5s;
}

#footer .social-links a:hover {
  top: -10px;
}