@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.footer {
  background: #F0F0F0;
  padding: 40px 0 0;
  color: #333;
}
@media (max-width: 1679px) {
  .footer {
    padding: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 20px 0 0;
  }
}
@media (min-width: 1600px) {
  .footer .container.custom-container {
    max-width: 1200px;
  }
}
@media (max-width: 579px) {
  .footer .container.custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .ftr-logo-wrap {
  border-bottom: 1px solid #D1D5DC;
  padding-bottom: 40px;
}
@media (max-width: 1679px) {
  .footer .ftr-logo-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .ftr-logo-wrap {
    padding-bottom: 20px;
  }
}
.footer .ftr-logo-wrap .logo {
  width: 69px;
}
@media (max-width: 1679px) {
  .footer .ftr-logo-wrap .logo {
    width: 50px;
  }
}
@media (max-width: 1481px) {
  .footer .ftr-logo-wrap .logo {
    width: 45px;
  }
}
@media (max-width: 1199px) {
  .footer .ftr-logo-wrap .logo {
    width: 40px;
  }
}
.footer .ftr-logo-wrap .logo img {
  max-width: 100%;
  display: block;
}
.footer h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: #101828;
}
@media (max-width: 991px) {
  .footer h4 {
    margin-bottom: 16px;
  }
}
.footer .ftr-link {
  text-decoration: none;
  color: #364153;
}
.footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}
@media (max-width: 1679px) {
  .footer .footer-top {
    margin-top: 40px;
    gap: 40px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-top {
    margin-top: 30px;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-top {
    margin-top: 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer-top {
    grid-template-columns: 1fr;
  }
}
.footer .footer-top .footer-col .post {
  display: flex;
  margin-bottom: 12px;
}
.footer .footer-top .footer-col .post .thumb {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  margin-right: 12px;
}
.footer .footer-top .footer-col .post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-top .footer-col .post p {
  font-size: 13px;
  line-height: 17px;
  color: #364153;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .footer-top .footer-col .post p {
    font-size: 12px;
  }
}
.footer .footer-top .footer-col.category ul {
  list-style: none;
  padding: 0;
}
.footer .footer-top .footer-col.category ul li {
  display: flex;
  font-size: 14px;
  padding: 6px 0;
  color: #364153;
}
.footer .footer-top .footer-col.category ul li .ftr-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-top .footer-col.category ul li span {
  color: #444;
}
.footer .footer-top .footer-col.category ul li b {
  font-weight: 500;
  color: #6A7282;
  margin-left: auto;
  font-size: 12px;
}
.footer hr {
  margin: 20px 0 30px;
  border: none;
  border-top: 1px solid #ddd;
}
@media (max-width: 1679px) {
  .footer hr {
    margin: 10px 0 20px;
  }
}
.footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1679px) {
  .footer .footer-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 1481px) {
  .footer .footer-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 25px;
  }
}
.footer .footer-bottom .blks h4 {
  margin-bottom: 12px;
}
.footer .footer-bottom .blks .icon {
  margin-right: 8px;
}
.footer .footer-bottom .blks .icon img {
  width: 15px;
}
.footer .footer-bottom .blks.contact h4 {
  margin-bottom: 7px;
}
.footer .footer-bottom p, .footer .footer-bottom .link {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
}
.footer .footer-bottom .follow .icons {
  display: flex;
  gap: 10px;
}
.footer .footer-bottom .follow .icons span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}
.footer .footer-bottom .follow .icons span:hover {
  background: #000;
}
.footer .footer-copy {
  text-align: center;
  background-color: #fff;
  padding: 17px 0;
}
.footer .footer-copy p {
  font-size: 12px;
  color: #4A5565;
  margin-bottom: 0;
}/*# sourceMappingURL=footer.css.map */