/* ========================================
Start Footer Area
==========================================*/
.footer-area {
  background-color: #363636;
}
.footer-area .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-bottom: 83px;
}
.footer-area.footer-three-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: transparent;
  background-attachment: fixed;
  z-index: 1;
}
.footer-area.footer-three-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(12, 19, 27, 0.96);
  width: 100%;
  height: 100%;
}
.footer-area.footer-three-area .footer-widget.footer-widget-link .footer-contact:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.footer-area.footer-three-area .footer-widget.footer-widget-link .footer-contact i {
  background: rgba(255, 255, 255, 0.13);
  color: var(--whiteColor);
}
.footer-area.footer-three-area .footer-widget.footer-widget-link .footer-contact a {
  color: #C5C3C3;
}
.footer-area.footer-three-area .footer-widget.footer-widget-link .footer-contact a:hover {
  color: var(--mainColor);
}
.footer-area.footer-three-area .footer-widget.footer-widget-link .footer-contact p {
  color: #C5C3C3;
}
.footer-area.footer-three-area .footer-widget p {
  color: #C5C3C3;
}
.footer-area.footer-three-area .footer-widget .footer-icon li a {
  background: #2C3239;
}
.footer-area.footer-three-area .footer-widget .footer-icon li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.footer-area.footer-three-area .footer-widget h2 {
  color: var(--whiteColor);
}
.footer-area.footer-three-area .footer-widget .footer-widget-list li a {
  color: #C5C3C3;
}
.footer-area.footer-three-area .footer-widget .footer-widget-list li:hover a {
  color: var(--mainColor);
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control::-moz-placeholder {
  color: #B5B5B5;
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control::placeholder {
  color: #B5B5B5;
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control:focus::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: transparent;
}
.footer-area.footer-three-area .footer-widget.touch-content .newsletter-form .form-control:focus::placeholder {
  transition: var(--transition);
  color: transparent;
}
.footer-area.footer-three-area .copyright-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area.footer-three-area .copyright-content p {
  color: #D8D6D6;
}
.footer-area.footer-three-area .copyright-content p b {
  color: var(--mainColor);
}
.footer-area.footer-three-area .copyright-content p a {
  color: var(--mainColor);
}
.footer-area.footer-three-area .copyright-content p a:hover {
  color: var(--whiteColor);
}

.footer-widget.footer-widget-link2 {
  max-width: 309px;
  position: relative;
  right: 70px;
}
.footer-widget.footer-widget-link {
  max-width: 276px;
}
.footer-widget.footer-widget-link p {
  margin-bottom: 26px;
  color: var(--whiteColor);
}
.footer-widget.footer-widget-link .newsletter-form {
  position: relative;
}
.footer-widget.footer-widget-link .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 60px;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  font-size: 22px;
}
.footer-widget.footer-widget-link .newsletter-form .default-btn img {
  transform: rotate(2deg);
  position: relative;
  top: -3px;
  margin-bottom: 0;
}
.footer-widget.footer-widget-link .newsletter-form .default-btn i {
  position: relative;
  left: 2px;
  top: 2px;
}
.footer-widget.footer-widget-link .newsletter-form .form-control {
  background: #363636;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 15px 60px 15px 30px;
  color: var(--whiteColor);
}
.footer-widget.footer-widget-link .newsletter-form .form-control::-moz-placeholder {
  color: #807D7D;
}
.footer-widget.footer-widget-link .newsletter-form .form-control::placeholder {
  color: #807D7D;
}
.footer-widget.footer-widget-link .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--mainColor);
}
.footer-widget.footer-widget-link .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.footer-widget.footer-widget-link .newsletter-form .form-control:focus::placeholder {
  color: transparent;
  transition: var(--transition);
}
.footer-widget .white-logo {
  margin-bottom: 30px;
}
.footer-widget .footer-content-list {
  padding: 0;
  margin: 0;
}
.footer-widget .footer-content-list li {
  list-style-type: none;
  margin-bottom: 13px;
}
.footer-widget .footer-content-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-content-list li p {
  position: relative;
  padding-left: 30px;
  color: var(--whiteColor);
  max-width: 185px;
}
.footer-widget .footer-content-list li p img {
  position: absolute;
  left: 0;
  top: 8px;
  filter: invert(45%) sepia(44%) saturate(7185%) hue-rotate(3deg) brightness(103%) contrast(106%);
}
.footer-widget .footer-content-list li a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 30px;
}
.footer-widget .footer-content-list li a:hover {
  color: var(--mainColor);
}
.footer-widget .footer-content-list li a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(45%) sepia(44%) saturate(7185%) hue-rotate(3deg) brightness(103%) contrast(106%);
}
.footer-widget .footer-widget-list {
  padding: 0;
  margin: 0;
}
.footer-widget .footer-widget-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 7px;
}
.footer-widget .footer-widget-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-widget-list li a {
  color: var(--whiteColor);
}
.footer-widget .footer-widget-list li a:hover {
  color: var(--mainColor);
}
.footer-widget .footer-widget-list li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-widget h2 {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.footer-widget.touch-content {
  max-width: 270px;
  margin-left: auto;
}
.footer-widget.touch-content h2 {
  margin-bottom: 10px;
}
.footer-widget.touch-content .col-lg-4 {
  padding: 0 8px;
}
.footer-widget.touch-content .instagram-img {
  margin-top: 15px;
}

.copyright-content {
  text-align: center;
  padding-top: 37px;
  padding-bottom: 37px;
}
.copyright-content p {
  font-size: 16px;
  color: var(--whiteColor);
}
.copyright-content p b {
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 500;
  color: var(--mainColor);
}
.copyright-content p a {
  font-size: 16px;
  font-weight: 500;
  color: var(--mainColor);
  font-family: var(--bodyFontFamily);
  transition: var(--transition);
}
.copyright-content p a:hover {
  color: var(--whiteColor);
}

/* ========================================
End Footer Area
==========================================*/
/* ========================================
Start Footer Responsive Css 
==========================================*/
@media only screen and (max-width: 767px) {
  .footer-area .border-bottom {
    padding-bottom: 60px;
  }
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget img {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 26px;
  }
  .footer-widget.footer-widget-link2 {
    right: 0;
    max-width: 100%;
  }
  .footer-widget.footer-widget-link {
    margin-left: 0;
  }
  .footer-widget.footer-widget-link .footer-contact {
    margin-bottom: 10px;
  }
  .footer-widget h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .footer-widget .footer-widget-list li {
    margin-bottom: 5px;
  }
  .footer-widget .footer-widget-list li a {
    font-size: 14px;
    line-height: 28.84px;
  }
  .footer-widget .footer-content-list li {
    margin-bottom: 15px;
  }
  .footer-widget .footer-content-list li p {
    max-width: 100%;
  }
  .footer-widget.footer-widget-link {
    max-width: 100%;
  }
  .footer-widget.footer-widget-link p {
    margin-bottom: 20px;
  }
  .footer-widget.footer-widget-link .newsletter-form .form-control {
    padding: 13px 55px 13px 20px;
    font-size: 14px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn img {
    margin-bottom: 0;
    top: -1px;
  }
  .footer-widget.touch-content {
    margin-bottom: 0;
    max-width: 100%;
  }
  .footer-widget.touch-content .instagram-img img {
    margin-bottom: 0;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .copyright-content p b {
    font-size: 14px;
  }
  .copyright-content p a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget.footer-widget-link {
    margin-bottom: 0;
  }
  .footer-widget.footer-widget-link .footer-contact {
    margin-bottom: 25px;
  }
  .footer-widget.footer-widget-link .footer-contact p {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget img {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 26px;
  }
  .footer-widget.footer-widget-link2 {
    right: 0;
    max-width: 100%;
  }
  .footer-widget.footer-widget-link {
    margin-left: 0;
  }
  .footer-widget.footer-widget-link .footer-contact {
    margin-bottom: 10px;
  }
  .footer-widget h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .footer-widget .footer-widget-list li {
    margin-bottom: 5px;
  }
  .footer-widget .footer-widget-list li a {
    font-size: 14px;
    line-height: 28.84px;
  }
  .footer-widget .footer-content-list li {
    margin-bottom: 15px;
  }
  .footer-widget .footer-content-list li p {
    max-width: 100%;
  }
  .footer-widget.footer-widget-link {
    max-width: 100%;
  }
  .footer-widget.footer-widget-link p {
    margin-bottom: 20px;
  }
  .footer-widget.footer-widget-link .newsletter-form .form-control {
    padding: 13px 55px 13px 20px;
    font-size: 14px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn img {
    margin-bottom: 0;
    top: -1px;
  }
  .footer-widget.touch-content {
    margin-bottom: 0;
    max-width: 100%;
  }
  .footer-widget.touch-content .instagram-img img {
    margin-bottom: 0;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .copyright-content p b {
    font-size: 14px;
  }
  .copyright-content p a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-icon {
    margin-top: 20px;
  }
  .footer-widget .footer-icon li {
    margin-right: 5px;
  }
  .footer-widget .footer-icon li a {
    width: 35px;
    height: 35px;
    line-height: 39px;
    font-size: 14px;
  }
  .footer-widget img {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 10px;
    margin-right: -23px;
    line-height: 28px;
  }
  .footer-widget.footer-widget-link2 {
    padding-left: 0;
    right: 0;
    max-width: unset;
    margin-left: -50px;
    margin-right: 15px;
  }
  .footer-widget.footer-widget-link {
    margin-left: -10px;
    margin-bottom: 0;
  }
  .footer-widget.footer-widget-link .footer-contact {
    margin-bottom: 31px;
  }
  .footer-widget.footer-widget-link .footer-contact p {
    margin-right: 0;
  }
  .footer-widget.footer-widget-link .newsletter-form .form-control {
    padding: 15px 60px 15px 15px;
    font-size: 13px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn {
    width: 52px;
    height: 52px;
    line-height: 44px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn img {
    margin-bottom: 0;
    top: -1px;
  }
  .footer-widget h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .footer-widget .footer-widget-list li {
    margin-bottom: 5px;
  }
  .footer-widget .footer-widget-list li a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-widget.touch-content h2 {
    position: relative;
    left: -5px;
  }
  .footer-widget.touch-content .col-lg-4 {
    padding: 0px 4px;
  }
  .footer-widget .instagram-img {
    margin-top: 5px;
  }
  .footer-widget .instagram-img img {
    margin-bottom: 0;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .copyright-content p b {
    font-size: 14px;
  }
  .copyright-content p a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget .footer-icon {
    margin-top: 20px;
  }
  .footer-widget .footer-icon li {
    margin-right: 5px;
  }
  .footer-widget .footer-icon li a {
    width: 35px;
    height: 35px;
    line-height: 39px;
    font-size: 14px;
  }
  .footer-widget img {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 28px;
    font-size: 14px;
  }
  .footer-widget.footer-widget-link2 {
    padding-left: 0;
    right: 0;
    max-width: unset;
    margin-left: -50px;
    margin-right: 15px;
  }
  .footer-widget.footer-widget-link {
    margin-left: -10px;
    margin-bottom: 0;
  }
  .footer-widget.footer-widget-link .footer-contact {
    margin-bottom: 31px;
  }
  .footer-widget.footer-widget-link .footer-contact p {
    margin-right: 0;
  }
  .footer-widget.footer-widget-link .newsletter-form .form-control {
    padding: 18px 60px 18px 15px;
    font-size: 13px;
  }
  .footer-widget.footer-widget-link .newsletter-form .default-btn img {
    margin-bottom: 0;
    top: -3px;
  }
  .footer-widget h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .footer-widget .footer-widget-list li {
    margin-bottom: 5px;
  }
  .footer-widget .footer-widget-list li a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-widget.touch-content {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-widget.touch-content p {
    margin-bottom: 15px;
  }
  .footer-widget.touch-content .newsletter-form .form-control {
    padding: 15px 55px 15px 15px;
  }
  .footer-widget.touch-content h2 {
    position: relative;
    left: -5px;
  }
  .footer-widget.touch-content .col-lg-4 {
    padding: 0px 4px;
  }
  .footer-widget .instagram-img {
    margin-top: 5px;
  }
  .footer-widget .instagram-img img {
    margin-bottom: 0;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .copyright-content p b {
    font-size: 14px;
  }
  .copyright-content p a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-area .footer-shape-1 {
    max-width: unset;
  }
}/*# sourceMappingURL=footer.css.map */