/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* Global CSS */
*{
    margin: 0;
    padding: 0;
}
.vertical {
    border-left: 1px solid black;
    height: 90vh;
    position:absolute;
    left: 50%;
}
body{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    color: #333;	
}


.no-padding{
    padding: 0;
}
/* Body */
/*.background-section{*/
/*	background: url(../img/Exodus_1.png);*/
/*	background-size: auto;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	background-attachment: fixed;*/
/*	!*background-repeat: no-repeat;*!*/
/*	!*height: 105vh;*!*/
/*	!*min-height: 380px;*!*/
/*	!*position: relative;*!*/
/*	!*height: 500px; !* You must set a specified height *!*!*/
/*}*/

.background-section{
    /*	background: url(../img/Exodus_1.png);
            background-repeat:no-repeat;
            background-size:cover;*/
}
.box{
    /*border: 1px solid #777;*/
    border-radius: 5px;
    background-color: rgba(0,0,0,.7);
    padding: 15px;
    position: relative;
    top: 100%;
    left: 5%;
}
.box p {
    font-size: 25px !important;
}

.black_blk {
    /*position: relative;*/
    /*bottom: 10%;*/
    background-color: rgb(0 0 0 / 66%);
    color: white;
    padding: 25px 25px 0;
    /*top: 100px;*/
    margin-top: 40px;
}

.grp{
    margin-top: 2%;
}
.logo{
    position: absolute;
    left: -15%;
    width: 60%;

}
.logo1{
    position: absolute;
    right: -15%;
    width: 100%;

}
.box h2{
    color: #f2c304;
    font-size: 20px;
}
.box h1 {
    color: #fff;
    font-size: 18px;
    margin: 25px 0 15px;
}
.box p{
    color: #fff;
    font-size: 13px;
}
.box .form-control{
    height: 36px;
    border-radius: 0;
    border: none;
}
.btn-update {
    color: #333;
    background: #f2c304;
    height: 36px;
    border-radius: 0;
    font-weight: 700;
}
.btn-update:hover{
    background: #ffc107;
    color: #fff;
}
.heding{
    font-size: 22px!important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

/*home page*/
.row.content {
    margin-left: 10px;
    margin-right: 10px;
}
.logo-img{
    padding-top: 10px;
    /* display: block; */
    margin: 0 auto;
    width: 190px;
    height: 190px;
}
.back-content{
    font-size: 22px;
}
h1.blk_margin {
    font-size: 35px;
}
.blk_margin {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 100;
    line-height: 27px;
}
img.membership-logo {
    width: 280px;
    height: auto;
    vertical-align: super;
}
.content nav.navbar {
    display: block;
}
.px-15{
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 768px){
    .black_blk{
        margin-top: 50px;
    }
    .background-section{
        background: url(../img/mobile-background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 20% 100%;
        display: block;
        padding: 40px;
        height: initial;
    }
    .logo{
        display: block;
        width: 160px;
        margin: 0 auto 10px;
    }
    .box{
        margin-bottom: 75px;
    }
    .box h2 {
        color: #f2c304;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
    .box h1 {
        color: #fff;
        font-size: 30px;
        margin: 20px 0 15px;
        text-align: center;
        font-weight: 700;
    }
    .box p {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }
    .box .form-control {
        height: 60px;
        border-radius: 10px;
        border: none;
        font-size: 24px;
    }
    .no-padding{
        padding: 0 15px;
    }
    .btn-update {
        color: #333;
        background: #f2c304;
        height: fit-content;
        display: block;
        width: 100%;
        margin-top: 25px;
        border-radius: 10px;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 5px;
        height: 55px;
    }
    img.logo-img {
        padding-top: 0;
        width: 100%;
        height: auto;
    }

    .blk_margin {
        line-height: 30px;
    }

    h1.blk_margin {
        line-height: 41px;
    }

    .slideshow li .content {
        left: 0;
    }
    img.membership-logo {
        width: 100%;
        padding-top: 25px;
    }
}