@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@font-face{
    font-family: 'fontawesome';
    src:url('assets/fonts/FontAwesome.otf') format('opentype'),
    url('assets/fonts/fontawesome-webfont.eot') format('embedded-opentype'),  
    url('assets/fonts/fontawesome-webfont.woff') format('woff'), 
    url('assets/fonts/fontawesome-webfont.ttf')  format('truetype'), 
    url('assets/fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}
@font-face{
    font-family: 'ProximaNova';
    src:url('assets/fonts/proxima/Proxima Nova Regular.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova-Thin';
    src:url('assets/fonts/proxima/Proxima Nova Thin.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova-Light';
    src:url('assets/fonts/proxima/Proxima Nova Light.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova-Semibold';
    src:url('assets/fonts/proxima/Proxima Nova Semibold.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova Extrabold';
    src:url('assets/fonts/proxima/Proxima Nova Extrabold.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova-Bold';
    src:url('assets/fonts/proxima/Proxima Nova Bold.otf') format('opentype');
}
@font-face{
    font-family: 'ProximaNova-Black';
    src:url('assets/fonts/proxima/Proxima Nova Black.otf') format('opentype');
}
body{
    margin:0 auto;
    padding:0;
    width: 100%;
    font-family: 'ProximaNova';
}
*{
    font-family: 'ProximaNova';
    font-size: 16px;
    line-height: 26px;
}
.main-site .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.main-site .container{
	padding-left: 0;
	padding-right: 0;
}
.main-site .row{
	margin-left: 0;
	margin-right: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 0;
    padding-right: 0;
}


.header .navbar {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 1rem;
}
.navbar-nav li.nav-item {
    text-align: center;
    line-height: 40px;
    padding: 0 8px;
}
.header.stickyheader .navbar {
    background-color: #222;
}
.header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.header .navbar .navbar-brand img {
    max-width: 160px;
}
.header .navbar-dark ul.navbar-nav li a {
    color: #fff;
    text-align: center;
}
.header .navbar-dark ul.navbar-nav li.active a {
    background-color: #ff7200;
    border: 1px solid #f2af79;
    padding: 5px 10px;
    display: inline-block;
}

@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
}

@media (max-width: 990px){
    .navbar .navbar-collapse .navbar-nav {
        display: block;
        background-color: #1b1d1f;
        padding: 0;
        border-top: 1px solid #ff7200;
    }
    .header .navbar {
        background-color: rgba(0, 0, 0, 1);
    }
    .navbar .navbar-collapse .navbar-nav > li a i {
        line-height: 40px;
        position: absolute;
        right: 15px;
    }
    .navbar .navbar-collapse .navbar-nav li {
        display: block;
        padding-left: 0;
    }
    .navbar .navbar-collapse .navbar-nav > li a {
        display: block !important;
        line-height: 36px;
        text-align: left !important;
    }
    .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
    }
    .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu a {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 36px;
    }
    .navbar {
        padding: 0 !important;
    }
    .header .navbar-dark ul.navbar-nav li.active a,
    .header .navbar-dark ul.navbar-nav li a{
        padding: 0 15px;
    }
    .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu, 
    .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu a {
        background-color: #1b1d1f;
        border: none;
    }
    .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu a{
        line-height: 32px !important;
        color: #f2af79 !important;
    }
}
.navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu{
    background-color: #ff7200;
}
.navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu a {
    color: #ffffff;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.dropdown-toggle::after{
    display: none;  
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    color: #fff !important;
    box-shadow: none;
    outline: none;
    border: none;
}
.navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu a:hover{
    color: rgba(255,255,255,.5);
    background-color: rgba(255, 255, 255, 0.03);
}
footer {
    background-color: #c0822b;
    padding: 30px 0;
    text-align: center;
}
footer .footer-mneu ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-mneu ul li {
    list-style-type: none;
    display: inline-block;
}
footer .footer-mneu ul li a {
    color: #faf4d9;
    text-transform: capitalize;
    font-size: 15px;
    font-style: italic;
    font-family: 'ProximaNova-Semibold';
    padding: 5px;
    text-decoration: none;
}
footer .footer-mneu ul li a:hover {
    color: #000;
}
footer .footer-mneu ul li:last-child:after{
    content: '';
}
footer .footer-mneu ul li:after {
    content: '|';
    font-style: italic;
    color: #faf4d9;
}
.copyright-text, .copyright-text a {
    color: #faf4d9;
    text-transform: capitalize;
    font-size: 16px;
    font-style: italic;
    font-family: 'ProximaNova';
    padding: 5px;
}
.copyright-text a {
    color: #73160a;
    font-family: 'ProximaNova-SemiBold';
}
/*home page */
.banner {
    background-image: url('assets/images/banner.png');
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.templeList {
    padding: 80px 0;
}
.templeList .col .inner {
    text-align: center;
    padding: 10px;
}
.templeList .col .inner img {
    padding: 15px;
    max-width: 100%;
}
.templeList .col .inner h3 {
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    text-transform: capitalize;
}
section.gayatriMantraBanner img, section.gayatriMandirBanner img {
    width: 100%;
}
section.aboutBramhaGayatri, .activitySection {
    padding: 80px 0;
}
.aboutBramhaGayatri h2 {
    font-family: 'ProximaNova-Bold';
    font-style: italic;
    font-size: 32px;
    margin-bottom: 25px;
}
.aboutBramhaGayatri p {
    font-family: 'ProximaNova';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.aboutBramhaGayatri ul {
    padding-left: 0;
    margin: 0;
}
.aboutBramhaGayatri ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0;
}
.aboutBramhaGayatri ul li:before {
    content: '\#';
    padding-right: 10px;
    font-weight: bold;
    color: #333;
}
.inner.text-center img, .inner.text-left img {
    max-width: 300px;
}
.activitySection .list > div {
    max-width: 270px;
    margin-bottom: 25px;
    text-align: center;
}
.activitySection .list .list-header {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
.activitySection .list .contentList {
    background-color: #73160a;
    border-radius: 0 0 8px 8px;
}
.activitySection .list > div {
    max-width: 290px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 1px 2px #e49d7b;
    border-radius: 8px;
    border: 1px solid #e49d7b;
}
.activitySection .list .list-header h4 {
    margin: 0;
    font-family: 'ProximaNova-Semibold';
    font-size: 18px;
    line-height: 40px;
}
.activitySection .list .contentList span {
    line-height: 36px;
    display: block;
}
.activitySection .list .contentList span a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 36px;
}
.grey-bg{
    background-color: #ebe9e9;
}
section.activitySection.grey-bg > div, section.aboutBramhaGayatri > div {
    max-width: 1024px;
    margin: 0 auto;
}
.content-section {
    padding: 60px 0;
}
.content-section h3 , .content-section h3 span{
    font-family: 'Noto Sans';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #73160a;
    /*border-bottom: 2px solid #e49d7b;*/
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}
.content-section h3 span:before {
    content: '\f111';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    font-family: 'fontawesome';
    font-size: 12px;
    color: #f5b89b;
}
.content-section h4 {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0;
    font-weight: 600;
    color: #d27649;
}
.content-section p {
    font-family: 'Noto Sans';
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.content-section p span.shlok {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #e49d7b;
}
.content-section h3:after {
    content: '';
    width: calc(100% - 50% - 15px);
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #e49d7b;
    bottom: 0;
}
.content-section h3:before {
    content: '';
    width: calc(100% - 50% - 15px);
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #e49d7b;
    bottom: 0;
}
.siddhMantraPage .content-section p span.shlok {
    text-align: left;
}
.content-section ol li, .content-section ul li {
    padding-left: 7px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.content-section p.topic-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #a74313;
}
.donationPage p.topic-title {
    margin-bottom: 0;
}
.content-section .donate-btn {
    margin: 10px 0 20px;
    border: none;
    border-radius: 20px;
    background-color: #ffc439;
    padding: 0;
    line-height: 36px;
    cursor: pointer;
    min-width: 120px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none;
    box-shadow: 0 1px 3px -1px #000;
}
.content-section .donate-btn:hover, .content-section .donate-btn:focus{
    background-color: #000;
    color: #ffffff;
    box-shadow: 0 2px 6px -2px #000;
}
.downloadPage .content-section ol li a {
    color: #a74806;
    text-decoration: none;
    padding-left: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.downloadPage .content-section ol li{
    line-height: 50px;
}
span.email-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #a74313;
    text-transform: capitalize;
}
.contact-section {
    max-width: 580px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffe1d3;
    box-shadow: 0 1px 4px -1px #cc612f;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homePage .banner{
        height: 50vh;
    }
    section.aboutBramhaGayatri .inner {
        padding: 0 10px;
    }
    .activitySection .list > div{
        margin: 0 auto 25px;
    }
    section.templeList, section.aboutBramhaGayatri, .activitySection {
        padding: 30px 0;
    }
}


/************ Admin Style ****************/
.eventPage.adminSection {
    padding: 50px 0;
    min-height: calc(100vh - 180px);
}