/* header */
.header-logo {
    width: 100px;
}

.main-nav a.active {
    color: #610303;
}

.main-nav a:hover {
    color: #610303;
}
.sticky-header-logo {
  width: 100px;
  /* height: 100px; */
}

.mobile-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-view.show {
  visibility: visible;
  opacity: 1;
}

/* Backdrop */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile Navigation Panel */
.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  transition: all 500ms ease 0ms;
  overflow-y: auto;
  padding:20px;
}
.mobile-view.show .mobile-nav {
  left: 0;
}

/* Close icon */
.mobile-nav .close-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e7ee;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  color:#84888f;
}

/* Navigation items */
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li {
  border-bottom: 1px solid #ddd;
  position: relative;
  
}

.mobile-nav ul li:last-child {
  border-bottom: none;
}

.mobile-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #282f3b;
  font-size: 16px;
  
}

/* Dropdown styles */
.mobile-nav .mobile-dropdown-content {
  display: none;
  flex-direction: column;
  background:#fff;
}

.mobile-nav .mobile-dropdown-content.show {
  display: flex;
}

.mobile-nav .mobile-dropdown-content li:last-child {
  border-bottom: none;
}

.mobile-nav .mobile-dropdown-content li a {
  /* padding: 12px 30px; */
  font-weight: 400;
  font-size: 15px;
  color: #444;
  margin-left:7px;
  border-top: 1px solid #efe7ee;
}

/* Dropdown button */
.mobile-nav .dropbtn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #e4e7ee;
  font-size: 24px;
}

/* iPad view: mobile nav 30% width with backdrop */
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* Mobile view: full width nav without backdrop */
@media (max-width: 768px) {
  .mobile-nav {
    width: 100%;
    max-width: 100%;
    left: -100%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    display: none;
  }
}
@media only screen 
  and (min-width: 993px) 
  and (max-width: 1200px){

    .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* menu */
.close-modal {
    background-color: #E31E24;
}

.model-submit {
    background-color: #E31E24;
}

.reg-group input, .reg-group textarea{
    margin-bottom: 35px;
}

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

.modal-form {
    height: auto !important;  
    min-height: 400px;         
}
.model-container {
    height: auto !important;   
}

/* footer */
.footer-logo{
    width:100px ;
}
.site-footer {
    background-color: #61656b;
}

.footer-section h3::after {
    background-color: rgb(194, 25, 25);
}

.footer-section a:hover {
    color: red;
}

.footer-section p,
.footer-section a {
    color: whitesmoke;
}

/* home */

.about-banner .overlay {
  background-color: rgba(40, 47, 59, 0.8);
}

.hero {
    background-color: #fbf1f3;
}

.hero h3 {
    color: #E31E24;
}

.enroll-btn {
    background-color: #282F3B;
}

.enroll-btn:hover {
    color: #E31E24;
}

.benefits h4 {
    color: #e31e24;
}

.arrow-btn {
    background-color: #E31E24;
}

.feature img {
    width: 40%;
}

.feature ul li::before {
    background-color: #E31E24;
}

.section-subtitle {
    color: #E31E24;
}

.icon-circle {
    color: #E31E24;
}

.memberships-section {
    background-color: #fbf1f3;
}

.icon-circle img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);
}

/* about page */

.about-img{
    height: 100px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);

}
.about-section {
    background-color: #fbf1f3;
}

.about-icon {
    color: #E31E24;
}

.about-title {
    color: #282f3b;
}

.tagline {
    color: #e31e24;
}

.abourt-org-name-p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    margin-top: 15px;
    padding: 0px 59px;
}

/* Student Membership */

.line-img {
    padding-top: 5px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.student-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

}
.membership-sections {
    background-color: #282f3b;
}

.membership-sections h3 {
    color: white;
}

.membership-sections h1 {
    color: white;
}

.membership-sections p {
    color: white;
}

.student-bar {
    background-color: #E31E24;
    margin-top: auto;
}

.form-container {
    width: 85%;
}

.button {
    background-color: #E31E24;
}

.button:hover {
    background-color: #08054c;
}

/* Individual css  */
.individual-bar {
    background-color: #E31E24;
    margin-top: auto;
}

/* Institutional */
.institutional-nav {
    background-color: #E31E24;
    margin-top: auto;

}

.add-member-btn {
    background-color: #E31E24;
}

.add-member-btn:hover {
    background-color: #08054c;
}

/* membership benfits */
.padai-icon {
    color: #e31e24;
}

.padai-hover-content {
    background-color: #e31e24;
}

.padai-membership-benefits-container::before {
    top: 318px;
    bottom: -1340px;
}

.arrow-img {
    height: 120px;
    margin-left: -20px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);
}

/* contact-us */

.contact-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);

}

.contact-imgs {
    height: 40px;
    filter: brightness(0) invert(1);

}
.contact-form{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.button-submit {
    background-color: #282f3b;
}

.button-submit:hover {
    background-color: #282f3b;

}

.input-group .contact-icon {
    color: #E31E24;
}

.contact-subtitle {
    color: #E31E24;
}

.info-img {
    background-color: #E31E24;
}

.error {
    margin-top: -30px;
    margin-bottom: 30px;
    color: red;
}

/* Honer wall */
.search:focus {
  outline: none;
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
}

@media (min-width: 320px) and (max-width: 480px) {
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }
}

.honor-wall-header-text p {
    font-size: 14px;
}

.contact-title {
    font-size: 26px;
    color: black;
}


@media (max-width: 768px) {

    .student-img {
        height: 30px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    }
    .top-bar{
        background-color: #282f3b;
    }
       .header-logo{
        width: 100px;
        padding-left: 10px;
    }

    .sticky-header-logo {
  width: 100px;
}
    .contact-btn {
        background-color: #E31E24;
    }

    .logo img {
        width: 100px;
        height: 100px;
    }

    .feature img {
        width: 40%;
        height: 100px;
    }

     .form-container h2 {
        font-size: 18px;
    }
    .abourt-org-name-p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    margin-top: 15px;
    padding: 0px 10px;
}
  .contact-img {
        height: 30px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);

    }

    .contact-imgs {
        height: 30px;
        filter: brightness(0) invert(1);

    }
}



@media only screen and (min-width: 768px) and (max-width: 992px) {

     .student-img {
        height: 35px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    }
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }
    .header-logo {
        width: 100px;
        height: 100px;
        margin-left: 27px;
    }
       .sticky-header-logo {
  width: 80px;
      height: 80px;
}

    .logo img {
        width: 90px;
        height: 90px;
    }

    .form-container {
        width: 90%;
    }

    .contact-btn {
        background-color: #E31E24;
    }
      .contact-img {
        height: 38px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6364%) hue-rotate(352deg) brightness(88%) contrast(95%);

    }

    .contact-imgs {
        height: 38px;
        filter: brightness(0) invert(1);

    }

     .padai-membership-benefits-container::before {
        top: 385px;
        bottom: -1840px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .header-logo {
        width: 100px;
        height: 100px;
    }

    .logo img {
        width: 90px;
        height: 90px;
    }

    .form-container {
        width: 97%;
    }

    .contact-btn {
        background-color: #E31E24;
    }
      .padai-membership-benefits-container::before {
        top: 322px;
        bottom: -845px;
    }

}