@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
html, body{
    overflow-x: hidden !important;
}
*{
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}
.navbar-brand img{
    width:200px;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar.scrolled {
    background-color: #2b2b2b !important;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler-icon {
    background-color: #fff;
}
li.nav-item.active a {
    color: #737373 !important;
}
.bg-transparent{
    padding-top:20px;
}
.bg-transparent li a{
    color:#fff !important;
    font-weight: 300;
}
.banner{
    height:100vh;
    background: #222222 url('../imgs/study-1.jpg' );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color:#d7d7d7;
    margin:0 auto;
    text-align: center;
}
.banner2 {
    height: auto;
}
.banner2 h2{
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #222121;
    margin-bottom:50px;
}
.banner2 p{
    font-size: 20px;
    font-weight: 300;
    color: #222121;
}
.banner h1{
    font-size:60px;
    font-weight: 700;
    margin-top:45vh;
    color: rgb(225, 225, 225);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.banner p{
    font-size:20px;
    font-weight: 300;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(35 31 32),rgb(35 31 32 / 65%),rgb(0 0 0 / 7%));
}
.overlaylight {
    min-height: fit-content;
    width: 100vw;
    height: 100%;
    background-color: rgba(41, 41, 41, 0.88);
    z-index: -1;
}

.banner2 {
    position: relative;
    background: #222222 url('../imgs/thesg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #d7d7d7;
    margin: 0 auto;
    text-align: center;
}

.overlaylight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 92%);
    z-index: 1;
}
div#navbarNav button {
    background: #232121;
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin-left: -70px;
    box-shadow: -5px 0px 3px 2px #1c1c1c;
}
.banner2 .container{
    position: relative;
    z-index: 10 !important;
    padding: 100px 100px 0px 100px
}

.sectionData{
    background: #fff;
    padding:50px 50px;
}

.sectionData h2 {
    font-size: 8em;
    font-weight: 800;
    color:#757575;
}
.verse-statement{
    background: #e7e7e7;
    padding: 50px 50px;
    color: #fff;
    margin-top: 55px;
    margin-left: 30px;
}
.verse-statement h3{
    font-size: 25px;
    font-weight: 300;
    color: #333333;
    line-height: 1.2;
}
.blogSection{
    background: #f8f9fa;
    padding: 50px 50px;
}
.blogSection h2{
    font-size: 40px;
    font-weight: 700;
    color: #222121;
    margin-bottom: 50px;
}

.blogSection .blog{
    background: #fff;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog .blogContent{
    padding: 20px 15px;
}
.blogContent h3{
    font-size: 20px;
    font-weight: 500;
    color: #222121;
    margin-bottom: 20px;
    min-height: 30px;
}

.blogContent p{
    font-size: 16px;
    font-weight: 300;
    color: #222121;
    margin-bottom: 20px;
}
.blogContent a {
    color: #757575;
    text-decoration: none;
}
.blogImg {
    height: 210x !important;
    max-height: 190px !important;
    width: 100% !important;
    overflow: hidden;
    align-items: center;
    text-align: center;
    background: #000;
}

.footer{
    background: #ffffff;
    padding: 50px 50px;
    color: #fff;
}
.footer a{
    color: #2f2f2f;
    text-decoration: none;
}
.contactSection{
    background: #222222 url('../imgs/page-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 50px;
    color: #fff;
}
.contactSection h2{
    font-size: 40px;
    font-weight: 700;
    color: #828282;
    margin-bottom:20px;
    text-align: center;
}
.contactSection .form{
    background: #222121;
    padding: 50px 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.contactSection p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

h1 {
    font-family: 'Playfair Display',
        serif;
    font-size: 59px;
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
}

p {
    color: #d2d2d2;
}

p,
input,
textarea,
label {
    font-family: 'Poppins',
        sans-serif;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 5%;
}

.alert{
	display: none;
}

form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
}

input,
textarea,
label {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #828282;
}

input,
textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #828282;
}

input[type=submit] {
    background-color: #545557;
    padding: 15px 0;
    color: #828282;
    font-size: 18px;
    border-bottom: none;
    margin-top: 30px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight:bold;
}

input[type=submit]:hover {
    background: #FFF;
    color: #1b1c1e;
}

input,
textarea {
    color: white;
    font-size: 18px;
    padding: 10px;
}

input:focus,
textarea:focus {
    outline: 1px solid #828282;
}

a {
    color: #828282;
    font-style: italic;
}

a:hover {
    color: #fff;
}
.socials{
    text-align: center;
    margin-top:-40px;
}
.socials a{
    color: #fff; 
    font-size: 30px;
    margin-right: 20px;
}
.socials a:hover{
    color: #5f5f5f;
}
.footer p{
    text-align: center;
    font-size: 16px;
    color: #222121;
}
.ScrollUp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #222121;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.btn-primary{
    background: #222121 !important;
    border: none;
}
.btn-primary:hover{
    background: #7d7d7d !important;
    border: none;
}
.bannerblogPage{
    background: #222121 url('../imgs/thanx.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    color:#d7d7d7;
    margin:0 auto;
    text-align: center;
}

.overlayBlog{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(35 31 32),rgb(35 31 32 / 65%),rgb(0 0 0 / 7%));
}

div#overlayBlog {
    background: #00000042;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#overlayBlog .container{
    position: relative;
    z-index: 10 !important;
    padding: 100px 100px 0px 100px
}
.bannerblogPage .container {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.row.commentsBlog p {
    margin-bottom: 0px;
}
.bannerblogPage h1{
    font-size:50px;
    font-weight: 700;
    margin-top:240px;
    color: rgb(225, 225, 225);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-left: 130px;
}
.blogContentpage-context{
    background: #fff;
    padding: 20px 200px !important;
}

.news-sidebar-topic {
    border: 1px solid #f2f2f2;
    margin: 10px 0px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.news-sidebar-topic div h5 {
    font-size: 30px;
    font-weight: 600;
    color: #525252;
    margin-bottom: 0px;
    text-align: center;
}
.news-sidebar-topic a {
    text-decoration: none;
}
.news-sidebar-topic div p {
    font-size: 16px;
    color: #2f2f2f;
    text-align: center;
}
.news-sidebar-topic:hover{
    background: #f2f2f2;
}
.news-sidebar a {
    color: #2f2f2f;
    font-size: 18px;
    text-align: left;
}
.newsContentBOx h1,.newsContentBOx h2,.newsContentBOx h3,.newsContentBOx h4,.newsContentBOx h5,.newsContentBOx h6{
    margin:30px 0px
}
.closePopUp{
    display: none;
}
.policyBanner{
    background: #222222;
    height: 200px;
    color:#d7d7d7;
    margin:0 auto;
    text-align: center;
}
.policyBanner h1{
    margin-top: 100px;
}
.btn-group {
    margin-top: -10px;
}
.comment{
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(112, 112, 112, 0.1);
}
.comment .comment-body{
    padding: 10px 10px;
}
.comment .comment-body p{
    font-size: 16px;
}
.comment .comment-body .dated{
    font-size: 12px;
    color: #757575;
}
@media screen and (min-width:900px) and (max-width:1417px){
    .blogContentpage-context {
        background: #fff;
        padding: 20px 60px !important;
    }
    .news-sidebar-topic div h5 {
        font-size: 19px;
    }
}
@media screen and (max-width:993px) and (min-width:768px){
    .banner2 .container {
        padding: 40px 100px 0px 100px;
    }
    .sectionData h2 {
        font-size: 6em;
    }
    .verse-statement {
        padding: 20px 20px;
    }
    .verse-statement h3 {
        font-size: 20px;
    }
    .contactSection .form {
        padding: 30px 20px;
        margin-bottom: 40px;
        width: 610px;
        margin-left: -100px;
    }
    .blogImg {
        height: 120px !important;
        max-height: 200px !important;
    }
    .row.bannerblogPage .container {
        margin-top: 90px;
    }
    .blogContentpage-context {
        background: #fff;
        padding: 20px 10px !important;
    }
    .news-sidebar-topic {
        padding: 10px 0px;
    }
    .news-sidebar-topic div h5 {
        font-size: 20px;
    }
    .bannerblogPage h1 {
        font-size: 50px;
        font-weight: 700;
        margin-top: 14vh;
        color: rgb(225, 225, 225);
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        margin-left: -130px;
    }
    button.closePopUp {
        position: relative;
        top: 0;
        left: -64px;
        display: block;
    }
    div#navbarNav button {
        margin-left: 0px;
    }
}
@media screen and (max-width:767px){
    .banner2 .container {
        padding: 60px 30px 10px 20px;
    }
    .sectionData {
        padding: 50px 20px;
    }
    .sectionData h2 {
        font-size: 6em;
    }
    .blogSection {
        padding: 50px 20px;
    }
    .contactSection {
        padding: 50px 20px;
    }

    div#navbarNav button {
        margin-left: 0px;
    }
    .banner h1 {
        font-size: 50px;
        margin-top: 35vh;
    }
    .verse-statement {
        padding: 50px 20px;
    }
    .verse-statement h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .navbar-collapse {
        width: 50% !important;
    }
    button.closePopUp {
        position: relative;
        top: 0;
        left: -64px;
        /* z-index: 400000000; */
        display: block;
    }
    .blogContentpage-context {
        padding: 20px 0px !important;
    }
    .bannerblogPage h1 {
        font-size: 30px;
        margin-top: 60vh;
        margin-left: 0px;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 35%;
        background-color: #232121;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
        height: 100%;
    }

    .navbar-collapse.show {
    right: 0;
    }
}