/*-----------------------------------------------------------------------------
	Name	    : Footer
	Description	: footer setings
	Author		: artibaj
	Author URL	: https://www.artibaj.com/
	Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/
footer p {
  margin: 0 !important;
}
#footer-main {
  padding: 5rem 0 1rem;
  position: relative;
  background: #000000;
  z-index: 3;
}
#footer-main:after {
  position: absolute;
  content: "";
  background: url(../../images/footer-gray.svg) no-repeat;
  background-attachment: inherit;
  background-position: left center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#footer-main:before {
  position: absolute;
  content: "";
  background: url(../../images/footer-shape.svg) no-repeat;
  background-attachment: inherit;
  background-position: right center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#footer-main p, #footer-main a {
  font-size: 0.875rem;
}
#footer-main a {
  font-weight: 400;
}
#footer-main .footer-logo-img {
  max-height: 7rem;
  width: auto;
}
.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: right;
    padding-right: 5rem;
    margin-bottom: 0;
  }
}
/* Footer contact */
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.footer-contact p, .footer-contact a {
  color: #FFF;
}
.footer-contact a {
  margin-bottom: 0.5rem;
}
.footer-contact ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-contact ul li {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
}
.footer-contact ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-contact {}
  .footer-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contact ul li {
    border-right: 1px solid #FFF;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 0 0;
    border-bottom: none;
    padding-bottom: 0;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contact ul li:first-child {
    padding-left: 0;
  }
  .footer-contact ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 4rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}
/* Footer menu */
.footer-menu a {
  color: #FFF;
  text-transform: uppercase;
}
/* Footer author */
#footer-copyright {
  margin-top: 1rem;
}
#footer-copyright p {
  color: #FFF;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-copyright {
    padding-left: 4rem;
  }
  #footer-copyright p {
    text-align: left;
  }
}
.footer-slogan {
  text-align: center;
  margin-bottom: 5rem;
}
.footer-slogan * {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #FFF;
  margin-bottom: 0;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .footer-slogan {
    padding-left: 5rem;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-slogan * {
    font-size: 2.5rem;
  }
}
.img-map {
  max-width: 100%;
  height: auto;
}
/* Goopgle map */
.google-map {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
}
.google-map-container {
  width: 100%;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
}
.google-map {
  height: 400px;
  min-height: 400px;
}
@media (min-width: 992px) {
  .google-map-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .google-map {
    min-height: 100%;
  }
}
/* Google map setings */
.google-map .gmnoprint .gm-style-mtc div {
  font-size: 0.8rem !important;
  height: 30px !important;
  color: #FF0004;
}
.google-map .gm-fullscreen-control {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.google-map .gmnoprint {}
.google-map .gmnoprint.gm-bundled-control div {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.google-map .gmnoprint.gm-bundled-control div button {}
.google-map .gmnoprint.gm-bundled-control div img {}