header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    width: 0%;
    content: "";
    height: 4px;
}
header .navbar .navbar-nav .active::after {
    width: 40%;
}
/* navbar hover start */
header.navbar .navbar-nav .nav-item {
    position: relative;
  }
  header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff!important;
    width: 0%;
    content: "";
    height: 4px;
}
  
  header .navbar .navbar-nav .nav-item:hover::after {
    width: 40%;
  }
  header .navbar .navbar-nav .nav-item:active::after {
    width: 40%;
  }
  header  .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header.sticky .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header  .navbar .navbar-brand .nav-image {
    width: 13%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}
.bg-light {
    background-color: #f7f7f7!important;
    box-shadow: 13px 0px 12px 0px #d5d5d5;
}
@media screen and (max-width:778px){
    header   .navbar .navbar-brand img {
        width: 60%;
        height: auto; 
        margin-left: 0%;
    }
    header   .navbar .navbar-brand .nav-image {
    width: 60%;
    height: auto;
    background-color: transparent;
    border: 1px solid transparent;
    padding-bottom: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    position: static;
    margin-top: 0%;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 10%);
    }
}
/* navbar hover end */
header {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 18px;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #175955;
    font-weight: bold;
}
header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #175955;
}
header .btn-outline-success {
    color: #ED6B5E;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}
header .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}

@media screen and (max-width:778px){
    header  .navbar .navbar-brand img {
        width: 100%;
    height: auto;
    margin-top: 0px;
}
header {
    position: fixed;
    /* width: 100%; */
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
    height: auto;
}
header.sticky .navbar .navbar-brand img {
    width: 100%;
    height: auto;
    margin-left: 2%;
}
header.sticky .navbar .navbar-brand .nav-image {
    width: 23%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}

}


/* banner start */
.contact-banner{
    /* background-image: url(../images/contact/education-day-assortment-with-copy-space.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; */
    background-image: url(../images/associations/banner.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-banner h1{
    /* margin-top: 65%;
     margin: auto; 
    text-align: center;
    color: #fff;
    font-size: 80px; */
    color: #fff;
    font-size: 80px;
    text-align: left;
    padding-top: 250px;
    padding-right: 0%;
    padding-bottom: 0px;
    font-weight: bold;
    margin-left: 10%;
    margin-bottom: 43%;
    margin-top: 10%;
}
/* banner end */
/* section1 start */
.contact-section1 .image img{
    width: 70%;
    height: auto;
    margin: 10% 10%;
}
.contact-section1 p{
    text-align: center;
    color: #000000;
}
.form-group .border-line-input {
    width: 96%;
    height: 1px;
    border-bottom: 2px solid #d4d4d4;
    display: flex;
    margin-left: 12px;
}
.contact-section1 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #909396;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-section1 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.contact-section1 .btn-light {
    color: #ffffff;
    background-color: #175955;
    border-color: #175955;
    margin-left: 10px;
}
.contact-section1 .btn-light:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 0%);
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 0%);
}
.contact-section1 .btn-dark {
    color: #ffffff;
    background-color: #1f91ec;
    border-color: #2196f3;
    margin: 2% 0;
    padding: 5px 25px;

}
.contact-section1 .btn-dark:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.form-bg{
    background-color: #d2d4cf59;
    padding: 3%;
}

/* section1 end */
@media screen and (max-width:998px){
    .contact-banner {
        background-image: url(../images/contact/banner.png);
        background-size: contain;
        height: auto;
        width: 100%;
        padding-top: 17%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .contact-banner h1 {
        color: #fff;
        font-size: 80px;
        text-align: left;
        padding-top: 131px;
        padding-right: 0%;
        padding-bottom: 0px;
        font-weight: bold;
        margin-left: 10%;
        margin-bottom: 43%;
        margin-top: 10%;
    }

}
@media screen and (max-width:778px){
    .contact-banner h1 {
        /* margin-top: 60%; */
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 28px;
        padding-top: 150px;
        padding-right: 30%;
        padding-bottom: 50px;
        font-weight: bold;
    }
    .contact-banner {
        background-image: url(../images/contact/banner.png);
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 25%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .contact-section1 .image h1{
        font-size: 30px;
    }

}
