@font-face {
    font-family: 'ramabhadra';
    src: url(../fonts/ramabhadra.ttf);
}
@font-face {
    font-family: 'ramabhadraRegular';
    src: url(../fonts/Ramabhadra-Regular.ttf);
}
body{
    font-family: 'lato' !important;
}
.navbar{
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
#navbarNav{
    min-height: 60px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{
    font-weight: bold;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-weight: normal;
}
.bg-light.navbar-light .navbar-nav .active>.nav-link, .bg-light .navbar-light .navbar-nav .nav-link:hover{
    color: #000 ;
}
.bg-light.navbar-light .navbar-nav .nav-link{
    color: #000 ;
}
.display-logo{
    display: block;
}
#logo-section{
    display: none;
}
#logo-section.displayLogo{
    display: flex;
}
a.logo-sec{
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.logo-sec img{
    height: 60px;
}
.logo-sec h4{
    color: #EE1718;
    text-transform: uppercase;
    font-weight: bold;
}
.logo-sec .logo-text{
    padding-left: 10px;
}
.carousel-item img{
    height: auto;
}
.carousel-item .carousel-caption{
    right: 60px;
    width: 550px;
    bottom: 60px;
    height: 300px;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    border-radius: 10px;
}
.carousel-item .carousel-caption h5{
    font-size: 26px;
    color: #ffffff;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    margin-bottom: 14px;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: inline-block;
}
.membership-donation ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.membership-donation ul li a{
    padding: 10px;
    color: orange;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.the-scientific-saint-section{
    padding: 60px 0;
}
.the-scientific-saint-section .title{
    position: relative;
    color: #555656;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 20px 20px 10px;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
}
.the-scientific-saint-section .title .left, .the-scientific-saint-section .title .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.the-scientific-saint-section .title .left{
    left: 0;
}
.the-scientific-saint-section .title .right{
    right: 0;
}
.the-scientific-saint-section .description .scientific-desc{
    opacity: 0.8;
    line-height: 23px;
}
.readmore{
    text-align: right;
    padding: 10px;
    font-size: 16px;
}
.readmore a{
    color: orange;
}
.arrowRight{
    display: inline-block;
    border: solid orange;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.the-scientific-saint-section .description .scientific-author{
    font-weight: 700;
    text-align: right;
    padding-bottom: 15px;
}
.the-scientific-saint-section img.the-scientific-saint-image{
    border-radius: 6px;
    width: 100%;
}
.activities-section{
    text-align: center;
}
.activities-heading{
    max-width: 500px;
    margin: 0 auto;
}
.activities-heading .title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #555656;
    padding-bottom: 15px;
}
.activities-heading .title .left, .activities-heading .title .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.activities-heading .title .left{
    left: 0;
}
.activities-heading .title .right{
    right: 0;
}
.activities-heading .description{
    font-size: 16px;
    margin-bottom: 124px;
    opacity: 0.8;
    line-height: 23px;
}
.activities{
    margin: 25px 0;
}
.activities img{
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.activities img:hover{
    -webkit-box-shadow: 1px -1px 17px -5px rgba(212,210,212,1);
    -moz-box-shadow: 1px -1px 17px -5px rgba(212,210,212,1);
    box-shadow: 1px -1px 17px -5px rgba(212,210,212,1);
}
.activities .col-md-4 h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.activities .col-md-4:nth-child(2) {
    margin-top: -90px;
}
.activities .col-md-4:hover {
    transform: scale(1);
}
.view-all input{
    background-color: orange;
    border: 0;
    padding: 10px 20px;
    border-radius: 20px;
}
.top-carousel-section {
    font-size: 24px;
    line-height: 1.5;
    /* font-family: 'ramabhadra'; */
}
.top-carousel-section p{
    font-family: 'ramabhadra';
}
.gurugi-books-section{
    max-width: 60%;
    margin: 0 auto;
}
.gurugi-books-section .carousel-item img{
    height: auto;
}
.top-carousel-section, .gurugi-books-section .carousel-item p{
    font-size: 24px;
    line-height: 1.5;
    font-family: 'ramabhadra';
}
.gurugi-books-section .carousel-item .col-md-8{
    font-size: 24px;
    line-height: 1.5;
    font-family: 'ramabhadra';
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.gurugi-books-section .carousel-item h5{
    text-align: right;
    color: orange;
}
.gurugi-quotes-section{
    background-image: url(../images/sun-5.png);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "ramabhadra";
}
.gurugi-quotes-section .carousel-item{
    font-size: 26px;
    line-height: 1.4;
}

.gurugi-quotes-section p, .gurugi-quotes-section h5{
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}
.gurugi-quotes-section h5{
    text-align: right;
    color: #ffed00;
}
.membership-section{
    background-image: url(../images/aboutbanner.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
}
.membership-section .container{
    height: 100%;
}
.membership-section .membership-content .title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.membership-section .membership-content .description{
    font-size: 16px;
    margin-bottom: 16px;
}
.membership-section .membership-content a{
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.membership-section .membership-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    height: 100%;
    margin: auto;
    text-align: center;
}
.testimonials-section{
    text-align: center;
    padding: 60px;
}
.testimonials-section h2{
    font-size: 26px;
    margin-bottom: 20px;
}
.testimonials-section .testimonials-item{
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
}
.testimonials-section .testimonials-item h6{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.copyright-section{
    margin: 30px 0;
}
.contact-details{
    margin-top: 25px;
}
.contact-details .contact-us{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px 10px;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

.contact-details .contact-us .left, .contact-details .contact-us .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.contact-details .contact-us .left{
    left: 0;
}
.contact-details .contact-us .right{
    right: 0;
}
.contact-details .trust-name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}
.contact-details .trust-register{
    font-size: 12px;
    padding-bottom: 10px;
}
.contact-details .address{
    padding-bottom: 10px;
}
.contact-details b{
    font-weight: bold;
}
.scientific-saint-banner{
    position: relative;
    text-align: center;
}
.scientific-saint-banner img{
    max-width: 100%;
}
.scientific-saint-banner>img{
    margin-bottom: 20px;
}
.scientific-saint-banner .scientific-saint-caption{
    position: absolute;
    right: 20px;
    max-width: 400px;
    bottom: 25%;
}
.scientific-saint-banner .scientific-saint-caption p:first-child{
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 25px;
}
.scientific-saint-banner .scientific-saint-caption p:last-child{
    font-size: 16px;
    font-weight: 700;
    padding-top: 25px;
    line-height: 25px;
}
.saint-det-wrapper img{
    max-width: 100%;
}
.saint-det-wrapper{
    margin-top: 40px;
}
#divine-wisdom-carousel .carousel-item img{
    height: 400px;
}
.divine-wisdom-content{
    text-align: center;
}
.saint-det-wrapper .saint-det-content .title, .divine-wisdom-content .title,
.scientific-saint-banner .title{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 60px 20px 10px;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
}
.saint-det-wrapper .saint-det-content .title .left, .saint-det-wrapper .saint-det-content .title .right,
.divine-wisdom-content .title .left, .divine-wisdom-content .title .right,
.scientific-saint-banner .title .left, .scientific-saint-banner .title .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.saint-det-wrapper .saint-det-content .title .left, .divine-wisdom-content .title .left,
.scientific-saint-banner .title .left{
    left: 0;
}
.saint-det-wrapper .saint-det-content .title .right, .divine-wisdom-content .title .right,
.scientific-saint-banner .title .right{
    right: 0;
}
.saint-det-wrapper .saint-det-content p{
    margin-bottom: 20px;
    line-height: 1.3;
    color: #6d6d6d;
}
.saint-det-wrapper .saint-det-content .text-inner-content{
    padding: 10px 0px 10px 20px;
    color: dodgerblue;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-style: italic;
    border-left: 5px solid dodgerblue;
    margin-right: 100px;
    margin-top: 50px;
}
.mediumPerformance{
    margin-top: 25px;
}
.mediumPerformance .video, .divine-discourse-video{
    width: 66%;
    margin: 0 auto;
}
.text-inner-quotes-left {
    float: right;
    width: calc(45% - 0px);
    padding: 10px 0px 10px 20px;
    color: dodgerblue;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-style: italic;
    border-left: 5px solid dodgerblue;
    margin-left: 30px;
}
.saint-block-section{
    margin: 50px 0 0;
}
.saint-block-section .title,.saint-block-section  .title-block{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 60px 20px 10px;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
}
.saint-block-section .title .left, .saint-block-section .title .right,.saint-block-section  .title-block .left,.saint-block-section  .title-block .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.saint-block-section .title .left,.saint-block-section  .title-block .left{
    left: 0;
}
.saint-block-section .title .right,.saint-block-section  .title-block .right{
    right: 0;
}
.saint-inner .prt-title{
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.saint-li{
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
}
.saint-li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(109, 109, 109, 0.6);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 9px;
    top: 0.6em;
    left: 0;
}
.guru-text {
    color: dodgerblue;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
}
.saint-content {
    float: left;
    width: calc(50% - 40px);
    padding: 10px 0px 10px 20px;
    color: dodgerblue;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    font-style: italic;
    border-left: 5px solid dodgerblue;
    margin-right: 50px;
    margin-bottom: 20px;
}
.art-block-txt {
    color: #6d6d6d;
    line-height: 26px;
    font-size: 16px;
}
.membership-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    background-color: dodgerblue;
}
.membership-banner img{
    width: 500px;
    margin-top: 50px;
}
.membership-banner .membership-text{
    text-align: center;
}
.membership-banner .membership-text .title{
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
}
.membership-banner .membership-text .membership-cause{
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
    font-family: 'ramabhadra';
    line-height: 1.4;
}
.membership-details{
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.membership-details .join-header{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 15px 30px;
    display: inline-block;
    border-bottom: 2px solid #555656;
    margin-bottom: 15px;
}
.membership-details .join-header .left, .membership-details .join-header .right{
    position: absolute;
    display: inline-block;
    border-radius: 17px;
    height: 6px;
    width: 6px;
    background-color: #555656;
    bottom: -4px;
}
.membership-details .membership-content{
    max-width: 550px;
}
.membership-details .membership-content b{
    font-weight: bold;
}
.membership-details .membership-content .contact-details{
    margin-top: 10px;
    display: inline-block;
}
.membership-details .join-header .left{
    left: 0;
}
.membership-details .join-header .right{
    right: 0;
}
.donate-image{
    background-image: url('../images/sun-5.png');
}
.membership-details .donate-btn{
    border: 0;
    padding: 10px 30px;
    background-color: dodgerblue;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
#carouselEvents .carousel-item img{
    height: 400px;
}
#carouselEvents .carousel-item .col-md-8{
    padding-right: 0;
}
#carouselEvents .carousel-item .col-md-4{
    padding-left: 0;
    background-color: #f9f3e7;
}
#carouselEvents .carousel-item .content-section{
    padding: 60px 20px;
}
#carouselEvents .carousel-item .content-section h4{
    font-size: 24px;
    font-weight: bold;
}
.divine-wisdom-section .divine-wisdom-banner img{
    max-width: 100%;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.navbar-toggler, .navbar-nav {
    display: none;
}
.carousel-item .carousel-caption{
    bottom: 20%;
}
.carousel-caption{
    width: 39% !important;   
}
.the-scientific-saint-section .title{
    font-size: 32px;
}
.the-scientific-saint-section{
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .the-scientific-saint-section{
        padding-bottom: 30px;
    }
    section.the-scientific-saint-section > .container > .row > .col-md-8 {
        order: 2 !important; 
        text-align: center;
    }
    .activities-heading .description{
        margin-bottom: 30px
    }

    .activities.row > .col-md-4{
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .the-scientific-saint-section {
        padding-top: 0;
    }

    img.the-scientific-saint-image {
        margin-bottom: 60px;
    }

    .carousel-item .carousel-caption{
        bottom: -15%;
        line-height: 28px;
        right: 15px;
        font-size: 20px;
        width: 57%;
    }
    section.top-quote.testimonials-section h2 {
        font-size: 23px;
        line-height: 31px !important;
    }
    .testimonials-section{
        padding: 30px !important;
    }
}
@media only screen and (max-width: 550px) {
    .carousel-item .carousel-caption h5{
        font-size: 20px !important;
    }
    .english.q1{line-height: 20px;}
    .english.q2{line-height: 18px;}
    .english.q4{line-height: 20px;}
}


@media only screen and (max-width: 455px) {
    .carousel-item .carousel-caption{
        bottom: -22%;
        line-height: 23px;
    }
    section.the-scientific-saint-section .title {
        font-size: 27px; 
    }
}
