/*---------------------------------
        Footer CSS 
-----------------------------------*/
@font-face {
  font-family: "Over-Break";
  src: url(../fonts/Over-Break.ttf);
}

.footer-wrap .footer-top .office-schedule li, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-wrap .footer-top .office-schedule li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.footer-wrap .footer-top .office-schedule li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bg-1 {
  background-image: url(../img/footer/footer-bg-1.jpg);
}

.footer-bg-2 {
  background-image: url(../img/footer/footer-bg-2.jpg);
}

.footer-wrap {
  position: relative;
}

.footer-wrap .footer-top .container {
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-top .footer-logo {
  display: block;
  margin: 0 0 25px;
  position: relative;
}

.footer-wrap .footer-top .comp-desc {
  color: #fff;
  margin: 0 0 18px;
}

.footer-wrap .footer-top .contact-item-wrap {
  margin-bottom: 25px;
}

.footer-wrap .footer-top .contact-item-wrap .contact-item {
  position: relative;
  margin: 0 0 5px;
}

.footer-wrap .footer-top .contact-item-wrap .contact-item:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .contact-item-wrap .contact-item a {
  padding-left: 28px;
  color: #fff;
  font-size: 15px;
}

.footer-wrap .footer-top .contact-item-wrap .contact-item i {
  position: absolute;
  color: #FFA323;
  top: 3px;
  left: 0;
  font-size: 17px;
}

.footer-wrap .footer-top .footer-menu li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .footer-menu li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFA323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li a {
  color: #fff;
  font-size: 15px;
  display: block;
}

.footer-wrap .footer-top .footer-menu li:hover a {
  color: #FFA323;
}

.footer-wrap .footer-top .office-schedule li {
  margin: 0 0 15px;
}

.footer-wrap .footer-top .office-schedule li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .office-schedule li p {
  margin: 0;
  color: #fff;
}

.footer-wrap .footer-top .instagram-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.footer-wrap .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 18px 0;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrap .footer-bottom .copyright {
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.footer-wrap .footer-bottom .copyright a {
  color: #FFA323;
  font-weight: 600;
}

.footer-wrap .footer-bottom .footer-bottom-menu {
  text-align: right;
}

.footer-wrap .footer-bottom .footer-bottom-menu li {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:first-child {
  padding-left: 0;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:last-child {
  padding-right: 0;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:after {
  position: absolute;
  top: 6px;
  right: -1px;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 14px;
  -webkit-transform: skew(-17deg);
  transform: skew(-17deg);
}

.footer-wrap .footer-bottom .footer-bottom-menu li:last-child:after {
  display: none;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a:hover {
  color: #FFA323;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 30%;
  padding-right: 100px;
}

.footer-widget-wrap .footer-widget:nth-child(2) {
  width: 20%;
}

.footer-widget-wrap .footer-widget:nth-child(3) {
  width: 28%;
  padding-right: 100px;
}

.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 22%;
}

.footer-widget {
  margin: 0 0 30px;
}

.footer-widget-title {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    width: 32%;
    padding-right: 70px;
  }
  .footer-widget-wrap .footer-widget:nth-child(2) {
    width: 19%;
  }
  .footer-widget-wrap .footer-widget:nth-child(3) {
    width: 27%;
    padding-right: 65px;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 22%;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-widget-wrap .footer-widget:nth-child(2) {
    width: 22%;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 20%;
  }
  .footer-wrap .footer-top .footer-menu li,
  .footer-wrap .footer-top .office-schedule li {
    margin: 0 0 18px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    padding-right: 0;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 100%;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li {
    display: block;
    padding: 0;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-bottom .copyright,
  .footer-wrap .footer-bottom .footer-bottom-menu {
    text-align: center;
  }
  .footer-wrap .footer-bottom .copyright {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-widget-title {
    margin-top: 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    width: 30%;
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(2) {
    width: 17%;
  }
  .footer-widget-wrap .footer-widget:nth-child(3) {
    width: 28%;
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 25%;
  }
  .footer-widget-title {
    font-size: 20px;
  }
}
/*# sourceMappingURL=footer.css.map */