.site_footer {
  background: #c30e59;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}

.site_footer ul {
  list-style: none;
}

.site_footer p {
  color: #fff;
}

.site_footer li {
  color: #fff;
}

.site_footer .container {
  position: relative;
}

.site_footer .upper_footer {
  padding: 30px 120px;
  position: relative;
  z-index: 1;
}

.site_footer .upper_footer:before {
  position: absolute;
  left: 1%;
  top: 4%;
  border: 1px solid #fff;
  content: "";
  width: 98%;
  height: 92%;
  z-index: -1;
}

.site_footer .widget-title {
  margin-bottom: 30px;
}

.site_footer .widget-title h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}

.site_footer .about-widget .logo {
  max-width: 80px;
  position: relative;
  left: -55px;
}

.site_footer .about-widget {
  padding-right: 45px;
  padding-left: 55px;
}

.site_footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site_footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site_footer .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
}

.site_footer .about-widget ul li {
  font-size: 22px;
  float: left;
}

.site_footer .about-widget ul li a {
  color: #002642;
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

.site_footer .about-widget ul li a:hover {
  background: #c30e59;
  color: #fff;
}

.site_footer .about-widget ul li + li {
  margin-left: 25px;
}

.site_footer .link-widget {
  overflow: hidden;
}

.site_footer .link-widget ul li {
  position: relative;
}

.site_footer .link-widget ul li a {
  color: #fff;
  font-size: 17px;
}

.site_footer .link-widget ul li a:hover {
  text-decoration: underline;
}

.site_footer .link-widget ul li + li {
  padding-top: 15px;
}

.site_footer .contact-ft {
  margin-top: 20px;
  padding-right: 60px;
}

.site_footer .contact-ft ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 16px;
}

.site_footer .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.site_footer .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.site_footer .lower_footer {
  text-align: center;
  position: relative;
  background: #fff;
}

.site_footer .lower_footer .row {
  padding: 2px 0;
  position: relative;
}

.site_footer .lower_footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  color: #c30e59;
}

.site_footer .lower_footer .copyright a {
  color: #c30e59;
  text-decoration: none;
}

.site_footer .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}

.site_footer .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.site_footer .instagram ul li img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .site_footer .about-widget ul li + li {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1500px) {
  .site_footer .link-widget {
    padding-left: 75px;
  }
}


@media screen and (max-width: 980px) {
    .site_footer .about-widget .logo {
        margin-top: 30px;
    }

    .site_footer .widget-title {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}