@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
    margin: 0;
    padding: 0;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: #555;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #EEE;
    top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #151414;
    font-weight: normal;
}

.navbar-brand {
    color: #151414 !important;
}

.navbar-brand:hover {
    color: #151414 !important;
}

.nav-link {
    display: block;
    padding: 0.8rem 5rem;
}

#header-height {
    display: block;
    height: 50px;
    background: transparent;
}

/* End Header */

/* End Accomodations */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

.btn-menu-list-23 {
    color: #FFF;
    cursor: pointer;
    font-size: 26px;
    display: none;
} 

.navbar-brand {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}

footer {
    width: 100%;
    display: block;
    background: #333;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
}

footer p {
    font-size: 14px;
    color: #CCC;
    margin: 0;
}

.footer-list-s {
    margin: 5px 0;
    padding: 0;
}

.copyright-set {
    font-size: 14px;
    color: #CCC;
}

.footer-list-s a {
    margin: 0 5px;
    padding: 0;
    color: #CCC;
        text-decoration: underline;
        font-size: 14px;
    
}
.footer-list-s a:hover {
    margin: 0 5px;
    padding: 0;
    color: rgba(255,255,255,0.35);
        text-decoration: underline;
}

footer p i {
    margin: 0 5px;
}

.social-media-lista {
    text-align: left;
    display: block;
    padding: 0;
}

.social-media-lista a {
    color: #CCC;
    font-size: 22px;
    margin: 0 10px 0 0;
}
/* End Header */

/* Start Banner  */

#Home {
    width: 100%;
    display: block;
    background-image: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: left;
    padding: 100px 0;
}

.banner-title {
    font-size: 48px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 2px 14px #FFF;
    margin: 0 0 20px 0;
}

.banner-descripaton {
    display: none;
}

.map {
    width: 100%;
    display: block;
}

/* End Banner */


/* Start About  */

#About {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #FFF;
}

.about-Overview {
    font-weight: bold;
    margin: 0 0 20px 0;
}

.about-breaf-descripation {
    font-size: 14px;
    line-height: 24px;
}

.investor-img-about {
    width: 100%;
    display: block;
    margin: 80px 0;
    transition: 0.5s;
}

.investor-img-about:hover {
    transform: scale(1.05);
    transition: 0.5s;
}


/* End investor */

/* Start member  */

#Membership {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #f1f1f1;
}

.about-Overview {
    font-weight: bold;
    margin: 0 0 20px 0;
}

.about-breaf-descripation {
    font-size: 14px;
    line-height: 24px;
}

.investor-img-about {
    width: 100%;
    display: block;
    margin: 80px 0;
}

.member-title-des {
    display: block;
    font-size: 14px;
    padding: 10px;
    background: #FFF;
}

.member-title-des span {
    display: block;
}

.member-head {
    font-weight: bold;
    margin-bottom: 5px;
}


/* End member */

#Events {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #FFF;
}

.event-images {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    transition: 0.5s;
}

.event-images:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.event-descripation {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.events-name {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.time-date {
    font-size: 15px;
    margin: 20px 0;
}

.descripation {
    font-size: 14px;
}

#more {display: none;}

#myBtn {
    background: #007bff;
    display: inline;
    color: #FFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 75px;
    border: none;
    box-shadow: 1px 3px 1px #0b417b;
    cursor: pointer;
}

#dots {
    font-size: 0px;
}

button:focus {
    outline: none;
    outline: none;
    background: #0b417b;
}

/* End Events */

/* Start Contact */

#Contact {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 40px 0;
}

.input-section-main {
    display: block;
    height: 45px;
    padding: 10px;
    font-size: 16px;
    color: #959595;
    width: 100%;
    border: 1px solid #e3e3e3 !important;
}

#main-form-section label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.fa.fa-map-marker {
    position: absolute;
    margin: -120px 0 0 -30px;
    background: #FFF;
    font-size: 90px;
    color: #1ABC9C;
}

.listst-main {
    margin-top: 68px;
    padding: 68px 30px 30px;
    background-color: none;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    text-align: center;
}

#main-form-section {
    width: 100%;
    display: block;
    padding: 40px 20px;
    background: #FFF;
}

.form-control.input-section-main-1 {
    height: 120px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #000;
    margin: 0 0 40px 0;
    width: 100%;
    display: block;
}

.contact-input-submit-section {
    background: #1ABC9C;
    border: none;
    font-size: 20px;
    width: 100%;
    display: block;
    height: 60px;
    border-bottom: none;
    cursor: pointer;
    transition: 0.5s;
}

.contact-input-submit-section:hover {
    background: #1ABC9C;
    border: none;
    font-size: 20px;
    width: 100%;
    display: block;
    height: 60px;
    border-bottom: none;
    cursor: pointer;
    transition: 0.5s;
}

.contact-input-submit-section:focus {
    background: #007bff;
    border: none;
    font-size: 20px;
    width: 100%;
    display: block;
    height: 60px;
    border-bottom: none;
    cursor: pointer;
    transition: 0.5s;
}

.contact-descripation-1 {
    font-size: 14px;
}

.evets-title {
    color: #000;
    font-size: 30px;
}
/* End Contact  */














@media only screen and (max-width: 992px) {
    
.btn-menu-list-23 {
    display: block;
} 

.navbar-collapse {
    display: none;
}

#header-height {
    display: block;
    height: 60px;
    background: transparent;
}

}

@media only screen and (max-width: 769px) {

}


@media only screen and (max-width: 640px) {

    .investor-img-about {
        width: 100%;
        display: block;
        margin: 20px 0;
    }

    #Home {
        width: 100%;
        display: block;
        background-image: url(../img/banner2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        padding: 60px 0;
    }

    .banner-title {
        font-size: 38px;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #FFF;
        text-shadow: 2px 2px 14px #FFF;
        margin: 0 0 20px 0;
    }

}

  
@media only screen and (max-width: 400px) {

    .investor-img-about {
        width: 100%;
        display: block;
        margin: 20px 0;
    }

    #Home {
        width: 100%;
        display: block;
        background-image: url(../img/banner2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        padding: 50px 0;
    }

    .banner-title {
        font-size: 38px;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #FFF;
        text-shadow: 2px 2px 14px #FFF;
        margin: 0 0 20px 0;
    }


}