.footer-sec {
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
  background-color: var(--ih-blackSlat);
  background-image: url(../assets/images/background/footer-bg.png);
  color: var(--ih-white);
  padding: 0px 30px;
  display: flex;
  align-items: center;
  padding-top: 30px;
}

/*-- Footer --*/
.footer-item {
  margin-top: 30px;
}

.footer-item h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  color: var(--ih-white);
}

.footer-item h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--ih-yellow);
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: var(--ih-white);
  font-size: 0.875rem;
}
.footer-item .footer-logo ul {
  margin: 0px;
  padding: 0px;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
}

.footer-item .footer-logo ul li a {
  display: inline-block;
  color: var(--ih-white);
  text-decoration: none;
  font-size: 0.875rem;
}

.f-isoImage {
  margin: 30px 10px;
  max-width: 100px;
  filter: brightness(0) invert(1);
}

.footer-item .footer-logo ul li a:hover {
  color: var(--ih-yellow);
}
.footer-links {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.footer-item .footer-links ul {
  padding: 0px;
}
.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0px;
}

.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-links ul li a {
  color: var(--ih-white);
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.footer-item .footer-links ul li a:hover {
  color: var(--ih-yellow);
  scale: 1.1;
}

.fImg {
  width: 20%;
  padding-bottom: 20px;
}
.mailIcon {
  width: 40px;
  filter: invert(1);
  margin-right: 10px;
}
.footer-item.last {
  margin-bottom: 0px;
}
.privacy {
  cursor: pointer;
}
.privacy a {
  font-size: 0.7rem;
  text-decoration: none;
  color: var(--ih-white);
}
@media (max-width: 700px) {
  .f-isoImage {
    max-width: 80px;
  }
  .footer-sec {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
  .footer-item.last {
    margin-bottom: 0px;
  }
  .fImg {
    width: 30%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 750px) {
  .footer-sec {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
  .footer-item.last {
    margin-bottom: 0px;
  }
  .fImg {
    width: 30%;
  }
}

.page-title-area {
  background-image: url("../img/bg/breadbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.contact-area {
  position: relative;
  background-image: url("../img/bg/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 575.9px) {
  .isoImgCtr {
    justify-content: center;
  }

  .page-title-area {
    height: 200px;
  }
}

.copyRightSec {
  text-align: center;
  background-color: var(--ih-white);
}

.copyRightSec p {
  margin: 0px;
  padding: 5px;
  font-size: 0.7rem;
  font-family: "myfont-light", sans-serif;
  color: var(--ih-primary);
}
