body {
  position: relative;
  height: auto !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 30px !important;
  font-size: 1rem;
  font-weight: 400 !important;
  overflow-x: hidden;
}

section {
  padding: 3rem 0;
}

section.content p {
  text-align: justify;
}

header {
  background-image: url("../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 100px;
}
@media (max-width: 767px) {
  header {
    padding: 50px;
  }
}
header .logo-part .logo img {
  width: 230px;
  height: auto;
}
@media (max-width: 575px) {
  header .logo-part .logo img {
    width: 150px;
  }
}
header .logo-part .logo h1 {
  color: #fff;
  text-align: center;
}
@media (max-width: 575px) {
  header .logo-part .logo h1 {
    font-size: 1.6rem;
  }
}

.inner-header {
  padding: 70px;
}
@media (max-width: 991px) {
  .inner-header .head-part {
    flex-direction: column !important;
    gap: 1rem;
  }
}
.inner-header .head-part .logo img {
  width: 150px;
}
@media (max-width: 575px) {
  .inner-header .head-part .logo img {
    width: 100px;
  }
}
.inner-header .head-part .content h1 {
  color: #fff;
}
@media (max-width: 575px) {
  .inner-header .head-part .content h1 {
    font-size: 1.6rem;
  }
}

footer {
  margin-top: auto;
  background-color: #25262f;
  padding: 30px;
  border: 0;
}
footer .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #525252;
  opacity: 1;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  footer .top-part {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .top-part ul.link-part li a {
  color: #929397 !important;
  text-decoration: none;
}
footer .top-part ul.link-part li a:hover {
  color: #6FBB44 !important;
  opacity: 1;
}
footer .top-part .footer-links li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s linear;
  font-size: 1.2rem;
  text-decoration: none;
}
footer .top-part .footer-links li a i {
  font-size: 1.2rem;
}
footer .top-part .footer-links a.facebook {
  color: #3b5998 !important;
}
footer .top-part .footer-links .instagram i {
  color: #E4405F;
  font-size: 1.2rem;
}
footer .top-part .footer-links.twitter i {
  color: #000;
  font-size: 1.2rem;
}
footer .top-part .footer-links .linkedin i {
  color: #0A66C2;
  font-size: 1.2rem;
}
footer .top-part .footer-links .youtube i {
  color: #FF0000;
  font-size: 1.2rem;
}
footer .top-part .footer-links li a:hover {
  /* transform: translateY(-5px); */
  transform: scale(1.1);
}
footer .bottom-part {
  padding-top: 20px;
}
footer .bottom-part p {
  color: #929397 !important;
  text-align: center;
  opacity: 1;
}
footer .bottom-part p a {
  color: #fbc108;
}
footer .bottom-part p a:hover {
  color: #929397;
}
footer .text-white {
  color: #929397 !important;
}

.policy-section h1,
.policy-section h2 {
  font-weight: 600;
  color: #333;
}

.policy-section h1 {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: left;
}

@media (max-width: 575px) {
  .policy-section h1 {
    font-size: 1.3rem;
  }
}
.policy-section h2 {
  margin-top: 30px;
  font-size: 1.25rem;
  border-left: 4px solid #6FBB44;
  padding-left: 10px;
}

@media (max-width: 575px) {
  .policy-section h2 {
    font-size: 1.1rem;
  }
}
.policy-section p,
.policy-section li {
  color: #555;
  text-align: justify;
  margin-bottom: 0.7rem;
}

.policy-section p a {
  color: #6FBB44;
  text-decoration: none;
}

.policy-section p a:hover {
  color: #555;
}

.policy-section .contact-part .icon i {
  color: #6FBB44;
}

.policy-section .contact-part .content a {
  color: #6FBB44;
  text-decoration: none;
}

.policy-section .contact-part .content a:hover {
  color: #555;
}

.policy-section .contact-part .content p {
  color: #555;
}

.policy-section ul {
  margin-left: 20px;
}/*# sourceMappingURL=common.css.map */