@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;
    }


}

 button#btn-reload {
            padding: 10px;
            width: 50px;
            height: 50px;
            position: relative;
            display: inline-block;
            margin-top: -9px;
        }

        .navbar-brand span {
            margin: 0;
            padding: 0;
            letter-spacing: 0;
            color: #34b1c4;
        }

        .main-title-sponser {
            font-weight: bold;
            margin: 20px 0 40px;
        }

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

        div#captcha {
            display: inline-flex;
        }

        .rahat{
            display: flex;
        }


        img.reload {
            width: 100% !important;
        }

        #about-home-section3 {
            width: 100%;
            display: block;
            padding: 40px 0;
            background: #f1f1f1;
        }

        .title-set332 {
            display: block;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #969696;
            padding: 0 0 10px 0;
        }


        /* Start Popup onload */

        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            filter:alpha(opacity=70);
            -moz-opacity:0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
            z-index: 100;
            display: none;
        }

        .popup {
            width: 30%;
            display: none;
            position: fixed;
            z-index: 9999999;
            background: #FFF;
            height: auto;
            bottom: 0px;
            right: 50px;
            box-shadow: 0 0px 4px #e8e8e8;
            opacity: 1;
        }

        [data-aos^=fade][data-aos^=fade] {
            opacity: 1 !important;
            transition-property: opacity,transform !important;
        }

        .cnt223 {
            min-width: 100%;
            width: 100%;
            min-height: auto;
            position: relative;
            z-index: 103;
            padding: 30px 20px;
            border-radius: 5px;
            box-shadow: NONE;
        }

        .popup-form-set {
            width: 100%;
            display: block;
        }

        .group-popup- {
            width: 100%;
            display: block;
            margin: 0 0 0px 0;
        }

        .class-pro-main {
            width: 70px;
            background: #f1f1f1;
            height: 70px;
            border-radius: 75px;
            line-height: 70px;
            font-size: 16px;
            text-align: center;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
        }

        /*@media only screen and (max-width: 1024px) {*/
            
        /*.cnt223 {*/
        /*    min-width: 95%;*/
        /*    width: 94%;*/
        /*    min-height: 150px;*/
        /*    margin: 60px auto;*/
        /*    background: #FFF;*/
        /*    position: relative;*/
        /*    z-index: 103;*/
        /*    padding: 35px;*/
        /*    border-radius: 5px;*/
        /*    box-shadow: 0 2px 5px #000;*/
        /*}*/

        /*}*/

        /* Start Popup onload */
        .mystyle {
          display: none !important;
          transition: 0.5s;
        }

        #main-btn-set3 {
            position: absolute;
            right: 3px;
            top: 1px;
            background: none;
            border: none;
            font-weight: bold;
            font-size: 18px;
        }

        #up-down {
            background: rgba(178,255,249,0.4);
            padding: 4px;
            border-radius: 3px;
            font-size: 14px;
            margin: 0;
        }

        .sub-title-set-3436 {
            font-size: 18px;
            font-weight: 600;
            display: block;
            color: #555555;
            margin: 0 0 10px;
        }

        .class-pro-main span {
            color: #34b1c4;
        }

        .list-contnent-settings-235235613463434 {
            background: rgba(178,255,249,0.4);
            padding: 4px;
            border-radius: 3px;
            font-size: 14px;
        }

        #main-btn-set3:focus {
            border: none;
            background: none;
            box-shadow: none;
        }

        .mystyle {
          display: none;
        }

        .test-list-tuyty {
            display: block;
            margin: 0 0 10px 0;
        }

        .test-list-tuyty small {
            margin: 0 10px 0 0px;
        }

        .test-list-tuyty small i {
            margin: 0 5px 0 0px;
        }

        .read-more-section-settings-3 {
            padding: 17px 30px;
            font-size: 11px;
            line-height: 2px;
            background: #1693A5;
            color: #FFF;
            display: table;
            text-align: center;
            margin: 0 auto 20px;
            border-radius: 5px;
            box-shadow: 1px 1px #0b7d8e;
            text-transform: uppercase;
        }

        a.read-more-section-settings-3:hover {
            padding: 17px 30px;
            font-size: 11px;
            line-height: 2px;
            background: #1693A5;
            color: #FFF;
            display: table;
            text-align: center;
            margin: 0 auto 20px;
            border-radius: 5px;
            box-shadow: 1px 1px #0b7d8e;
            text-decoration: none;
            text-transform: uppercase;
        }


        @media only screen and (max-width: 1024px) {
            .popup {
                width: 50%;
                display: none;
                position: fixed;
                z-index: 9999999;
                background: #FFF;
                height: auto;
                bottom: 0px;
                right: 30px;
                box-shadow: 0 0px 4px #e8e8e8;
            }
          
        }

        @media only screen and (max-width: 550px) {
            .popup {
                width: 85%;
                display: none;
                position: fixed;
                z-index: 9999999;
                background: #FFF;
                height: auto;
                bottom: 0px;
                right: 10px;
                box-shadow: 0 0px 4px #e8e8e8;
            }

        }
    

        #find-pandit-section {
          width: 100%;
          display: block;
          background: #FFF;
          padding: 40px 0;
          margin-top: 69px;
        }

        .pandit-list-section {
          width: 100%;
          display: block;
          border: 1px solid #e3e3e3;
          padding: 10px;
          border-radius: 5px;
          transform: scale(1);
          transition: 0.5s;
          margin: 0 0 30px 0;
        }

        .pandit-list-section:hover {
          transition: 0.5s;
          box-shadow: 0 0 9px 5px #00000012;
          transform: scale(1.05);
        }

        .thumnail-img-list-6314 {
          width: 100%;
          height: 120px;
          display: block;
          margin: 0 0 10px 0;
          overflow: hidden;
        }

        .thumnail-img-list-6314 img {
          width: 100%;
          display: block;
        }

        .video-title-list-home {
          font-weight: 600;
          margin: 10px 0;
          display: block;
          font-size: 12px;
        }

        .class-define-list {
          font-weight: 500;
          margin: 3px 0 0 0;
        }