/* FOOTER */
footer {
  --color-1: #142B3C;
}
footer .inner {
  --textColor: #fff;
  text-align: center;
  background: var(--color-1);
  padding: 0 0 10px;
}
footer .inner .grid-footer {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  grid-gap: 30px;
  max-width: 900px;
  margin: auto;
}
footer .inner .grid-footer .middle-box {
  width: 100%;
  height: 100%;
  background-color: #162f53;
}
@media (max-width: 559px) {
  footer .inner .grid-footer .middle-box {
    height: 1px;
  }
}
footer .inner .grid-footer .footer-box h2 {
  color: #fff;
}
footer .inner .grid-footer .footer-box ul.style-2 li p {
  color: var(--textColor) !important;
  font-weight: 500;
}
footer .inner .grid-footer .footer-box ul.style-2 li .fa {
  color: var(--textColor);
  display: none;
}
footer .inner .grid-footer .footer-box h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--textColor);
}
footer .inner .grid-footer .footer-box h4 + p {
  font-size: 14px;
  color: var(--textColor);
}
footer .inner .grid-footer .footer-box h5 {
  text-transform: uppercase;
  color: #fff;
}
footer .inner .grid-footer .footer-box h4.big {
  font-weight: bold;
  font-size: 28px;
}
footer .inner .grid-footer .footer-box .logo {
  width: 180px;
  margin-bottom: 15px;
}
footer .inner .grid-footer .footer-box ul li a {
  display: block;
  color: var(--textColor);
  font-weight: 500;
}
@media (max-width: 559px) {
  footer .inner .grid-footer {
    grid-template-columns: 1fr;
  }
}
footer .inner .copyright {
  position: relative;
  text-align: center;
  padding: 25px 20px 12px;
  border-top: 1px solid #162f53;
}
footer .inner .copyright .links {
  margin: 0px 0 15px;
}
footer .inner .copyright .links a {
  color: #bbb;
  font-size: 14px;
}
footer .inner .copyright .links span {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
footer .inner .copyright p {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--textColor);
}

/* SIDE SOCIALS */
.side-socials {
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 10;
}
.side-socials button {
  padding: 10px;
  font-size: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color-1);
  right: 10px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  color: #fff;
  line-height: 22px;
  border: 1px solid #fff;
  margin-bottom: 1px;
}
.side-socials button:focus {
  box-shadow: none;
}
.side-socials button:hover img {
  transform: rotate(360deg);
}
.side-socials .dropdown-menu {
  min-width: 50px;
  width: 50px;
  border-radius: 0;
  padding: 0;
  bottom: 65px !important;
  background-color: transparent;
  border: none;
}
.side-socials .dropdown-menu .dropdown-item {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 0;
  position: relative;
  right: 0px;
  padding: 0;
  cursor: pointer;
}
.side-socials .dropdown-menu .circle-item {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 37px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: #03A4EC;
  color: #fff;
  right: -6px;
  margin: 0 0 5px;
}
.side-socials .dropdown-menu .circle-item.in {
  background-color: #DE3095;
}
.side-socials .dropdown-menu .circle-item.yt {
  background-color: #FF251C;
}
.side-socials .dropdown-menu .circle-item:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .side-socials {
    bottom: 80px;
    right: 10px;
  }
}

.circle-item-outer {
  position: fixed;
  right: 20px;
  bottom: 110px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border-radius: 40px;
  line-height: 53px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: #2CCF47;
  color: #fff;
  z-index: 10;
  font-size: 26px;
}
.circle-item-outer:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .circle-item-outer {
    right: 10px;
    bottom: 150px;
  }
}/*# sourceMappingURL=footer.css.map */