/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2025 | 13:58:26 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 21:31:34 */
/*
font-size: 16px;

	@include tablet {
		font-size: 18px;
	}

	@include desktop {
		font-size: 20px;
	}

	@include tweakpoint(0, 600px) {
		// some styles
	}
}
*/
#main-footer {
  background: url("/wp-content/uploads/2025/05/bkgr-footer.jpg") center top repeat-x;
  background-color: #053060;
}
#footer-widgets {
  padding: 90px 0 0;
}
@media (max-width: 980px) {
  .footer-widget {
    float: none;
    padding-bottom: 40px !important;
    overflow: hidden;
  }
}
@media (max-width: 980px) {
  .footer-widget:nth-child(n) {
    width: 100% !important;
  }
}
#footer-bottom {
  background-color: transparent !important;
}
#footer-widgets .footer-widget:nth-child(1) {
  margin: 0 !important;
}
.logo-footer {
  display: block;
}
.logo-footer img {
  width: 383px;
  height: auto;
}
@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .logo-footer img {
    width: 100%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1079px) {
  .logo-footer img {
    width: 90%;
  }
}
#footer-widgets .footer-widget li {
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
}
#footer-widgets .footer-widget li::before {
  content: none;
}
.footer-social a:hover {
  opacity: 0.75;
}
.footer-quick {
  margin-bottom: 35px;
  /*@include tablet-down {
		margin-bottom 50px;
	}*/
}
.footer-social ul {
  display: flex;
}
.footer-social a {
  display: block;
  margin-right: 10px;
}
.footer-social a img {
  width: 40px;
  height: 40px;
}
.footer-form form {
  background-color: rgba(255, 255, 255, 0.15);
  width: 175%;
  height: 250px;
}
.footer-form form p {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 235px;
}
#footer-widgets .footer-widget:nth-child(1) {
  width: 40%;
}
#footer-widgets .footer-widget:nth-child(3) {
  width: 27%;
}
#footer-widgets .footer-widget:nth-child(2) {
  position: relative;
}
#footer-widgets .footer-widget:nth-child(2)::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  width: 1px;
  position: absolute;
  right: 6%;
  height: 300px;
}
#footer-widgets .footer-widget:nth-child(2)::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  width: 1px;
  position: absolute;
  left: -18%;
  height: 300px;
}
#footer-bottom {
  background-color: rgba(255, 255, 255, 0.05) !important;
  padding: 0;
}
#footer-info {
  padding: 12px 0;
}
@media (max-width: 980px) {
  #main-footer {
    height: auto;
    text-align: center;
    position: relative;
  }
  #footer-widgets .footer-widget > div {
    width: 100% !important;
  }
  .footer-widget {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  #footer-widgets .footer-widget:nth-child(2)::before, #footer-widgets .footer-widget:nth-child(2)::after {
    content: none;
  }
  .footer-quick li a {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .footer-social ul {
    width: 100%;
    justify-content: center;
  }
  .footer-social a {
    margin: 0 5px;
  }
  .footer-form form {
    width: auto;
    margin-bottom: 40px;
  }
}
