@media (min-width: 992px) {
    .link-icons {
        justify-content: end;
        align-items: end;
    }
    .social-links{
        margin-bottom: 1em;
    }
    .mobile-copyright {
        display: none;
    }
}
@media (max-width: 1041px) {
   h2 {
        font-size: 22px;
   }
}
@media (max-width: 991px) {
    .w-50, .col-30, .col-lg-6 {
        width: 100%;
    }
    .col-20 {
        width: 50%;
    }
    .bg-slant {
        clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    }
    .system-copyright {
        display: none;
    }
    .social-links .image-embed-item {
        margin-bottom: 20px;
    }
    .text-block{
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

@media (max-width: 640px) {
    .container {
        width: 90%;
    }
    .social-links .image-embed-item {
        width: 20px;
        margin-bottom: 20px;
    }
    .powermail_fieldwrap.powermail_fieldwrap_type_input {
        width: 60%;
    }
    .contact-address {
        font-size: 12px;
        padding-top: 25px;
        padding: 20px 0;
    }
    .powermail_field .btn-primary, .btn-link {
        padding: 10px 20px;
    }
  .text-wrap{
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px ;
  }
  .powermail_field_attendance_2_outer {
	margin-top: 45px;
    margin-bottom: 30px;

}
.powermail_fieldset_2.show .powermail_field_attendance_2_outer {
  margin-top: 95px;
}
.powermail_fieldwrap_accompanied_01_outer {
  margin-top: -100px;
}
.powermail_fieldset_2.show .powermail_fieldwrap_accompanied_01_outer {
  margin-top: -150px;
}
.powermail_fieldwrap {
  margin-bottom: 15px;
}

}
@media (max-width: 480px) {
    .logo-default, .footer-logo {
        width: 300px;
    }
    .btn-link {
        padding: 10px 30px;
        font-size: 12px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    .powermail_field .btn-primary, .btn-link {
        width: 250px;
    }
   #logo, .footer-logo{
    width: 280px;
    }
     .powermail_fieldwrap.powermail_fieldwrap_type_input {
    width: 100%;
  }
  .footer-logo-wrap{
        padding-right: 0;
  padding-left: 0;
  }
}
