/* scrollbar css  */

/* width */
::-webkit-scrollbar {
    width: 6px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background:#000;    
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1099F9;
    border-radius:6px;
  }

/* scrllbar css */

html, body{
    padding:0;
    margin:0;
}
.show {
    display: block;
}
.hide {
    display:none;
}
.wrapper{
    box-sizing: border-box;
    overflow:hidden;    
}
.top-header{
    background:#242424;
    color:#999;
    padding:2px;    
    box-sizing: border-box;
    width:100%;
    margin:0;
}
.top-header > section > p{
    font-size:13px;
    padding:1;
    line-height: 1;
    margin-bottom:1px;
    vertical-align: middle;
}
.top-header > section > p > span {
    padding:0;
    margin:0;
    line-height: 2;  
    vertical-align: initial;  
}
.main-header{
    background: #000000;
    margin:0 auto;
    text-transform: uppercase;
    padding:10px;
}
.logo{
    text-transform: uppercase;
    padding:10px;
    color:#1099F9;
    /* border:1px solid white; */
}
.logo:hover{
    color:#1099F9;
    text-decoration: none;
}
.menu{
    /* border:1px solid white; */
    display:flex;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 2px;
}
.menu li {
     list-style:none;
    /*display: inline-block;
    border:1px solid orange; */
}
.menu li a {
    display:block;
    padding:10px;
    font-size:13px;
    color:#999;
}
.menu li > a > i {
    font-size:10px;
}
.menu li a:hover {
    color:#1099F9;
    text-decoration: none;
}
.subnav {
    position:relative;
}
.submenu{
    position:absolute;
    top:46px;
    right: 5px;
    border: 1px solid #333;
    z-index:999;
    background: #000000;
    padding:10px 5px;
    margin:0;
    border-radius:8px;
}
.submenu li {
    margin:0;    
    min-width:140px;
}
.top__section{
    background: url('../images/6.jpg'), #000000;
    background-position: center right;
    background-size:contain;
    background-repeat:no-repeat;
    border:1px solid black;
    width:100%;
    height:500px;  
    margin:0;
      
}
.display__text{
    padding:10px;
    margin-left:10%;
    margin-top:80px;
    color:#fff;
    text-transform: uppercase;
}
.display__text h1 {
    font-family: 'Roboto Slab', serif;
}
.special__words{
    color:#1099F9;
}
.display__text p {
    font-family: 'Roboto', serif;
    font-size:14px;
    text-transform: capitalize;
    margin:20px 0;
    border-left: 5px solid #1099F9;
    padding:0;
    padding-left:5px;
}

.display__text button {
    font-family: "Roboto", sans-serif;
}

.experience__section{
    width: 100%;
    color: #fff;
    padding: 20px;
    padding-left:0;
    margin: 0;
    background: url(../images/21.png),#191a1e;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80%;
}
.experience__wrapper{
    padding:40px 0;
    padding-left:0;
    margin-left:10%;
    text-align:justify;
}
.h2__Label--special{
    font-family: "Roboto Slab", sans-serif;
    font-size:35px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    margin-top:25px;
}
.summary{
    font-family: 'Lato', sans-serif;
    font-size:17px;
    font-weight: 400;
    line-height: 1.4;
    word-spacing: 2px;
    color:#c5c2c2;
    margin-top:5px;
    text-align:left;
}
.detail{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    word-spacing: 1px;
    color:#868686;
    text-align: left;
}

.programes_and_offers{
    padding:0;
    margin:0;
    background:#20232c;
    color:#fff;
}
.programes_detail_sections{
    padding:60px 30px;
    padding-left:10%;
    max-height:700px;
    overflow-y: auto;
    overflow-x:hidden;
}
.offers{
    margin:40px 0;
}
.offers > h5 {
    font-family: 'Roboto Slab', sans-serif;
    font-size:25px;
    color:#1099F9;
}
.offers > p {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    word-spacing: 1px;
}
.membership_btn{
    background-color: transparent;
    color:#1099F9;
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    border:none;
    padding:10px;
    float:right;
}
.membership_btn i {    
    vertical-align: middle;
    line-height: 1.5;
    margin-left:5px;
    font-size: 18px;
}
.membership_btn:hover {
    color:#fff;
    transition:color 1s;    
}
.membership_btn:focus {
    border:none;
    outline:none;
}
.programes_display_img{
    padding:0;
    margin:0;
}
.programes_display_img > img {
    width:100%;
    height:100%;
}
.membership_container{
    background-color:#191a1e;
    color:#fff;
    padding:40px 0;
}
.membership_container h2 {
    text-align: center;    
}
.membership_card--wrapper{
    margin: 5% 10%;
}

/* member card style start */
.pricing_card{
    position: relative;
}
.pricing_card:hover {
    border:3px solid #1099F9;
    transition: border 2s;
}
.member__card{
    border-radius: 10px;
    background-color: #20232c;
    color:#999;
    margin: 20px 0;
    padding: 5px 30px;
    border:3px solid transparent;
}

.member__card > h3 {
    color:rgb(15, 107, 173);
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size:30px;
    text-transform: uppercase;
    line-height: 2;
}
.member__card > .title_and_price{
    margin-bottom: 5px;
    font-family: 'Roboto Slab', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.member__card > .title_and_price > .price__title {
    font-size: 60px;
    color: #fff;    
} 
.member__card > .title_and_price > h3{
    font-size: 45px;
    color: #1079a9;    
} 
.member__card > .membership_details {
    font-size:15px;
    color: lightgrey;
    font-family: 'Roboto', sans-serif;
    width: 80%;
    text-align: justify;
}
.member__card > h6 {
    text-transform: uppercase;
    font-size:18px;
    line-height: 1.9;
    color: #1099F9;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.member__card > .listings{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    color:#ddd;
    line-height: 1.8;
    display:flex;    
    flex-wrap: wrap;
    padding: 0;
    margin:0;


}


.member__card > .listings li {
    list-style: none;    
    margin:5px 10px 5px 0px;
    padding:5px 20px 5px 0;
    border-radius:20px;
    color:#f9f9f9;
}
.member__card > .listings li:before {
    content: "\e64c";  
    font-family: 'themify';
    color:green;
    margin-right:10px;
    font-weight: bolder;
}
.signup__btn{
    border:1px solid transparent;
    background:none;
    float:right;
    position: static;
    bottom:30px;
    right:20px;
    margin-bottom:20px;
    font-size:18px;
    color:#1099F9;
    text-transform: uppercase;
    font-weight: 500;    
}
.signup__btn:hover {
    color:#fff;
}
.signup__btn:focus{
    border:none;
    outline:none;
}

/* member card style ends */

/* member pricing blocks style start */

/* popup start */
.popup__container{
    width:100%;
    max-width: 1500px;
    height:100%;
    position:fixed;
    top:0;    
    z-index:999;
    margin:auto;
    /* display:flex;
    justify-content: center;
    align-items: center;     */
    box-sizing: border-box;
    overflow: auto;
    
}
.popup{
    background:#fff;
    border-radius: 10px;
    position: relative;
    display:block;
    color:#333;
    box-sizing: border-box;
    overflow: auto;
    padding:30px 50px;
    margin:auto;
}


/* signup form  */
.close_btn{
    position: absolute;
    right:30px;
    top:30px;
    cursor: pointer;
    color:#666;
}
.close-btn:hover{
    color:#1099F9;
}
.signupForm_popup h3 {
    text-align:center;
    line-height: 3;
    text-transform: uppercase;
    font-size:25px;
}
.signup_me_btn{
    border:2px solid #333;
    background:none;
    text-transform: uppercase;
    font-weight: 700;
    color:#333;
    font-size:18px;
    margin-top:20px;
    float:right;
    border-radius:4px;
    padding:5px 20px;
}
.signup_me_btn:hover{
    color:#1099F9;
    border-color:#1099F9;    
    transition: color 1s ease-in;
}
.signup_me_btn:focus {
    border-color:#1099F9;
    outline:none;
    color:#1099F9;
}
/* popup ends */

/* contact form */
.contact-dialog{
    color:#999; 
    background-color: #191a1e;   
    font-family: 'Lato', sans-serif;
}

.contactinfo{
    background:#20232c;
    padding:40px 5%;

}
.contact-list {
    margin-top:30px;
    margin-bottom: 30px;
}
.contact-list p {
    line-height: 1.5;    
}
.contact-list p > i {
    font-size:20px;
    margin-right:8px;
    color:#1099F9;
    vertical-align: middle;
}
.contact-list p > span, .contact-list p > a{
    color:#999;
    font-size:15px;
}

.contactform_wrapper{
    padding:40px 8%;
}
.contact-form > div > input, .contact-form > div > textarea, .contact-form > div > input:focus, .contact-form > div > textarea:focus {
    background: #252527de;
    outline: none;
    box-shadow: none;
    color:#dedede;
    border: none;
    border-radius: 20px;
    padding: 22px;
    font-size: 15px;
}
.submit_ContactForm {
    background: #0777c3;
    border: none;
    float:right;
    color:#f1f1f1;
    border-radius: 20px;
    padding: 9px 20px;
    font-size: 15px;
}
.submit_ContactForm:hover{
    background:#00528a;
}
.submit_ContactForm:focus{
    outline: none;
    border:none;
}
.err-msgs {
    color: #dc3545;
    font-family: 'Lato';
    text-transform: capitalize;
}
/* contact form */

/* Footer */
.main-footer{
    background: #000;
    padding:0 10%;    
    font-family: 'Roboto', sans-serif;
    /* border:1px solid #fff; */
    
}
.footer-head{
    /* border:1px solid #fff; */
    padding:20px 0px;      
    
}
.footer-logo{
    font-size:20px;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin-left:0;
    padding:0;
    text-decoration:none;
    color:#1099F9;
}
.footer-logo:hover{
    text-decoration:none;
    color:#fff;
}
.social-list{
    text-align:center;
    margin:10px 0;
    padding:10px 0;    
}
.social-list li {
    list-style: none;
    display:inline-block;
    margin:0 5px;
}
.social-list li a {
    display: block;
    padding:0px;
    font-size:20px;
    color:#fff;
    text-decoration: none;
}
.social-list li a:hover {
    color:#1099F9;
}
.vertix-grid{
    /* border:1px solid #fff; */
    text-align: left;
    border-left: 3px solid #1099F9;
    padding-left:20px;
}
.vertix-grid > h5 {
    color:#1099F9;
    font-size:18px;
}
.vertix-grid > p {
    color:rgb(175, 173, 173);
    font-size:14px;
    line-height: 1.5;    
}

.footer-list li {
    list-style:none;    
    margin:10px 0;    
}
.footer-list li a {
    color:#fff;
    font-size:14px;
    /* border:1px solid #fff; */    
    font-weight: 400;
}
.footer-list li a:hover {
    color:#1099F9;
    text-decoration: none;
}
.copyright-div{
    text-align:center;
    color:#999;    
    padding:20px;
    margin:0 20px;
}
.social-contacts, .social-contacts > p{
    
    text-align:center;    
}
.social-contacts > p a {
    color:#999;
    font-size:14px;
}
.social-contacts > p a:hover{
    text-decoration: none;
    color:#1099F9;
}
.social-contacts > p > a i {
    font-size: 20px;
    line-height: .5;
    vertical-align: middle;
    margin-right:10px;
}
/* Footer */


@media (max-width: 950px){
    .top-header{
        display: none;
    }
    .top__section{
        background-position: inherit;
        background-size: cover;
    }
    .experience__section{
        background-position: right;
        background-size: contain;
    }
}
@media (max-width: 767px){
    .menu{
        justify-content: center;
        flex-wrap: wrap;
        margin:10px 0 0 0 !important;
        padding: 0;

    }
    .contactinfo{
        padding: 50px 15%;
    }

    .h2__Label--special{
        font-size: 30px;
    }
    .summary{
        font-size: 15px;
    }
    .detail{
        font-size: 14px;
    }
    .price__title{
        font-size: 40px;
    }
}