/*Custom*/
.header-title {
    width: 98%;
}
.header-cancel {
    width: 2%;
}

        /* start mainheader css */

.mainheader{
    background-image: url(../images/top_back.webp);
    padding: 0px;
    height:36px;
    padding-right: 5%;
}
@media screen and (max-width: 1122px) {
    .mainheader{
        padding-right: 0%;
    }
}

.mainheader-content a{
    float: right;
    padding: 10px 15px;
    color: #3b4955;
}
.mainheader-content .fa{
    padding-right: 8px;
}


            /* end mainheader css */


            /* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */


            /* START menu css */
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index:5 ;
}

.footer_sticky {
    position: -webkit-sticky;
    position: fixed;
    bottom: 00px;
    z-index:500 ;
}
.topnav {
    overflow: hidden;
    background-image: url('../images/1headerback.webp');
    -webkit-box-shadow: -8px 12px 16px -12px rgba(0,0,0,0.72);
    -moz-box-shadow: -8px 12px 16px -12px rgba(0,0,0,0.72);
    box-shadow: -8px 12px 16px -12px rgba(0,0,0,0.72);;
    
}
.imagemandir{
    position: relative;
    left: 126px;
}
.imagemandir img{
    width: 300px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
@media screen and (max-width: 1122px) {
    .imagemandir{
        position: relative;
        left: 0px;
    }
}
.contentdiv{
    margin-top: 13px;
    padding-right: 5%;
}
.topnav a {
    float: right;
    display: block;
    color: #181818;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
@media screen and (max-width: 1122px) {
    .topnav a {
        float: left;
    }
}
.topnav a:hover{
    color: #636363;
}

@media screen and (max-width: 458px) {
    .logo_link img{
        width: 247px;
        padding-top: 11px;
        padding-left: 8px
    }
}   
    

            /* mobile menu */
            /* Fixed sidenav, full height */
.sidenav_my {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    /* background-color: #111; */
    background-image:url('../images/inside_back.webp');
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /* text-align:center; */
}

.sidenav_my a, .dropdown-btn {
    text-decoration: none;


}
.menu_link{
    padding: 20px 8px 6px 32px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    transition: 0.3s;
    border-bottom: 2px solid #c1c1c1;
    text-align: center;
    margin: 0% 10% 5px 10%;
    cursor: pointer;
}
.dropdown-btn{
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    }
.sidenav_my a:hover, .dropdown-btn:hover {
    color: #5c5c5c;
    }

.sidenav_my .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.dropdown-container {
    display: none;
    /* background-color: #262626; */
    background-image: url('../images/inside_back.webp');
    padding-left: 8px;

}
.dropdown-container a{
    color: #1c364c;
    padding-left: 90px;
}

.active {
    background-color: green;
    color: white;
}

            
            /* end mobile  */
                        /* END menu css */
/* start extra contener */
.extra_border{
    background-image: url("../images/slider_bottom_line.webp");
    background-repeat: repeat-x; 
    height:40px;
    margin:0px 0px 0px 0px;
}
/* END extra contener */

                       /* start welcome */
.welcome{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  padding: 10px;
  background-image: url("../images/headerback.webp");
  text-align: center;
}
/* end welcome */


/* wallpaper */
.wallpaperbox{
    width:80%;
    background-color:#3b4955; 
    margin:auto;
    color:white;
    padding:3% 2% 3% 2%;
}
.icon-contener{
    width: 80%;
    margin:20px auto 40px auto;
    text-align: center;
    /* margin-bottom: 40px; */
}
.desktopicon{
    text-decoration:none;
    color:white;
    background-color: #3b4955; /* Green */
    border: none;
    font-size: 18px;
}
.desktopicon .fa{
    font-size: 30px;
    padding-right:15px;
}
/*end  wallpaper */

/* start mandir_sadguru */
.mandir_sadguru{
    width: 100%;
    background-image: url("../images/mandir_sadguru_back.webp");
    padding: 20px;
}
.mandir_middle{
    width:85%;
    text-align: center;
}
.mandir_middle p{
    color:white;
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .mandir_middle img{
        width:100%;
        text-align: center;
    }
    .mandir_middle{
        width:90%;
    }
}

.mandir_center{
    margin: auto;
}


/* end mandir_sadguru */

/* start footer */
.footer_contener{
    /* background-image: url('../image/1headerback.jpg'); */
    background-image: url("../images/footer_back.webp");
    margin: 0px;
    padding-bottom: 40px;
    color:black;
    /* border:2px solid red; */
}
.footer_border{
    background-image: url("../images/footer_top.webp");
    background-repeat: repeat-x; 
    height:100px;
    margin:0px 0px 0px 0px;
}
.site_links_box {
    margin-top: -30px;

    /* border:2px solid red; */
    padding: 0px 10px;
}
.site_links a{
    display: block;
    text-decoration: none;
    color:#2c2c2c;
    font-size: 16px;
    text-align: left;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 5px;
    transition: ease-in .2s;
}
@media screen and (max-width: 525px) {
    .site_links a{
       padding-left: 0px;

    }
}
.site_links a:hover{
    color:#969696;
}
.address_text{
    display: block;
    text-decoration: none;
    color:#2c2c2c;
    font-size: 16px;
    text-align: left;
    text-align: left;
    padding-left: 33px;
    padding-bottom: 10px;
}
.contact_box{
    margin-top: -30px;
    text-align: center;
    padding: 0px 10px;
}
.icon_box{
    margin: 20px 0px;
    text-align: center;
}
.icon_image_box{
    margin:10px 0px 0px 0px;
}
.icon_box a{
    text-decoration: none;
    color:white;
    margin: 0px 10px px 0px;
    transition: ease-in .2s;
}
.icon_image_box img{
    width: 52px;
    height: 52px;
}
@media screen and (max-width: 372px) {
    .icon_image_box img{
        width: 40px;
        height: 40px;
    }
}
.icon_box a:hover{
    opacity: 0.6;
}

.left_border{
    text-align: center;
    /* border:2px solid red; */
    margin:30px 0px;
}
.address{
    color:#2c2c2c;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.5;
}
.name_fill{
    width: 100%;
    padding: 7px 0;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 7px;
    height: 4rem;
    color:black;
    border-bottom: 1px solid #9e9e9e;
}
.input_submit_box{
    text-align: left;
}
.submit_contact{
    text-align: center;
    padding: 10px;
    background-color:#a2b7c8;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.submit_contact:hover{
    background-color: #80939f;
}
.horigental_line{
    display: none;  
}
.horigental_line2{
    display: none;  
}
.footer_Text{
    text-align: center;
    background-image: url("../images/bottom_copyright.webp");
    padding: 11px 0px 15px 0px;
    margin-bottom: 40px;
}
.footer_Text p {
    font-size: 16px;
    color: black;
}
.footer{
    color: black;
    position: relative;
    z-index: 0;
}
.footer_my_container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 601px) {
    .gallery_my_text{
        font-size: 22px;
    }
    .gallery_my_text::after{
        width: 250px;
    }
}
@media screen and (max-width: 600px) {
    .gallery_my_text{
        font-size: 17px;
    }
    .gallery_my_text::after{
        width: 150px;
    }
}
.gallery_my_text{
    padding: 25px 0px 0px 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.gallery_my_text::after
{
    content: '';
    border-bottom: 2px solid #c0c0c0;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
}
.footer_my_text{
    font-size: 22px;
    padding: 15px 0px 15px 0px;
        padding-bottom: 15px;
    /*width: 260px;*/
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.footer_my_text::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 992px) {
        .footer_responsive{
            margin-bottom: 40px;

        
        }
}

::placeholder{
    color: #2b2b2b !important;
}
                /* footer_vertical slider */
                ul.timeline {
                    list-style-type: none;
                    position: relative;
                    margin-left: -22px;
                }
                ul.timeline:before {
                    content: ' ';
                    background: #d4d9df;
                    display: inline-block;
                    position: absolute;
                    left: 29px;
                    width: 2px;
                    height: 100%;
                    z-index: 400;
                }
                ul.timeline > li {
                    margin: 13px 37px;
                    padding-left: 24px;
                }
                ul.timeline > li:before {
                    content: ' ';
                    background: white;
                    display: inline-block;
                    position: absolute;
                    border-radius: 50%;
                    border: 3px solid #22c0e8;
                    left: 20px;
                    width: 20px;
                    height: 20px;
                    z-index: 400;
                }
                /* footer_vertical slider */
/* end footer */



/* start daily_live_katha.php */
.live_box{
    padding: 20px;
}
.live_box iframe{
    width: 100%;
    height: 400px;
}
.time_box{
    text-align: center;
    padding: 20px;
}

.bottom{
    border-bottom: 2px solid #ddd;
}
.time_box p{
    padding:5px;
}
.recent_video_box{
    margin-top: 0px;
    padding: 5px 0px 0px 0px;
}
.recent_video_back .fas{
    margin-right: 5px;
}
.recent_video_back{
    background-color:#0d2975;
    padding: 12px;
    color: white;
    cursor: pointer;
}
.ifram_recent{
    padding: 0px 20px;
}
.ifram_recent iframe{
    width: 100%;
    height:auto;
    padding: 5px 5px;
}
/* end daily_live_katha.php */
/* start bottom sticky */
.bottom_sticky ul li{
    padding: 2px;
}
.bottom_sticky ul li img{
    width: 35px;
    height: auto;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    top: 5px;
    transition: ease-in 0.2s;
}
.bottom_sticky ul li img:hover{
    opacity: 0.6;
}
.bottom_sticky{
    text-align: center;
    -webkit-box-shadow: -8px 12px 16px -12px rgba(0,0,0,0.72);
    -moz-box-shadow: -8px 12px 16px -12px rgba(0,0,0,0.72);
    box-shadow: -8px -6px 16px -12px rgba(0,0,0,0.72);
}
.bottom_sticky ul li p{
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: -6px;
    display: inline-block;
    color: black;
    transition: ease-in 0.2s;
}
.bottom_sticky ul li p:hover{
    color: gray;
}
@media screen and (max-width: 1200px) {
	.bottom_sticky ul li p{
        display: none;
    
    }
}
.bottom_sticky{
    background-color: white;
    height: 49px;
    z-index: 401;
}
/* end bottom sticky */
/* carousoul start*/
.clear{clear:both !important; float:none !important; margin:0px !important; padding:0px !important; height:0px !important; width:0px !important}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.center{
    width:1100px; margin:0 auto;
}
.wrapper-center{ padding:0 10px;}

@media screen and (max-width: 1000px) {
	.center{ width:100%;}
}

/*---------*/
.carousel{ width:100%;}
.carousel__wrapper{}
.carousel__container{}
.carousel__content{ overflow:hidden; height:auto; width:100%; position:relative;}
.carousel__slider{ position:absolute;}
.carousel__item{ position:absolute;}
carousel__item img{}
.carousel__navigation{}
.carousel__nav{}
.carousel__nav--left{}
.carousel__nav--right{}
/*---------*/

#carousel-2 {position:relative;}
#carousel-2 .carousel__navigation{ position:absolute; z-index:10; width:100%; left:0; top:57%; margin-top:-5px;}
#carousel-2 .carousel__nav--left{ position:absolute; left:0;}
#carousel-2 .carousel__nav--right{ position:absolute; right:0;}
#carousel-2 .carousel__container{ margin:0  20px;}



.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #bbbbbb;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #bbbbbb; 
}

hr{ border:none; height:1px; width:100%; display:block; margin:60px 0; background-color:#CCC;}
.courousal_back{
    width:100%;
}
.seemore_more{
    text-align: center;
}
/* caurousal end */

/* publication */
.contener_publication{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.contener_main_publication{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    background-color: #e7e7e7;
    padding-bottom: 20px;
}
.container_pub{
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
}

.pub_text{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    color: black;
}
.pub_text:hover{
    color: gray;
}
.pub_img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pub_img img{
    transition: ease-in 0.5s;
    cursor: pointer;

}
.pub_img img:hover{
    transform: rotate(5deg);
    color: gray;
}
.pub_branch{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pub_branch img{
    transition: ease-in 0.2s;
    cursor: pointer;
    max-width: 100%;

}
.pub_branch img:hover{
    transform: scale(1,1) ;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.pub_branch p{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    color: black;
    transition: ease-in 0.2s;
}
.pub_branch p:hover{
    color: gray;
}
/* publication */

/* my footer */
.box_content{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer_box{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.input_box{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px;
}
/* my footer end */
/* branch responsive */
.col-image{
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}
@media screen and (max-width: 1200px) {
    .col-image{
        flex: 30%;
        max-width: 30%;
    }
}
@media screen and (max-width: 500px) {
    .col-image{
        flex: 100%;
        max-width: 100%;
        padding: 0 4px;
    }
}

/* daily darshan  */
.contener_recent{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.daily_main{
    width: 80%;
}
/* feedback start */
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.container-contact100 {
    width: 100%;  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .wrap-contact100 {
    max-width: 100%;
    background: none;
    border-radius: 2px;
    padding: 30px 80px 30px 80px;
    position: relative;
    width: 65%;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.75);
    margin-top: 30px;
}
  @media (max-width: 1200px) {
    .wrap-contact100 {
        width: 100%;
      }
  }
  
  
  /*==================================================================
  [ Form ]*/
  
  .contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .contact100-form-title {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 32px;
    margin: 12px;
  }
  
  
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 35px;
  }
  
  .rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
  }
  
  .label-input100 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
  }
 
  .input100 {
    display: block;
    width: 100%;
    background: #cdcdcd;;
    border-radius: 10px;
  
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #686868;
    line-height: 1.2;
    padding: 0 28px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    margin-top: 10px;
  }
  
  
  /*---------------------------------------------*/
  input.input100 {
    height: 62px;
  }
  
  
  textarea.input100 {
    min-height: 162px;
    padding-top: 19px;
    padding-bottom: 13px;
  }
  
  .input100:focus {
    background: #e6e6e6;
  }
  
  /*------------------------------------------------------------------
  [ Button ]*/
  .container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
  }
  
  .wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 2px;
    overflow: hidden;
  }
  
  .contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #df2351;
    background: -webkit-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
    background: -o-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
    background: -moz-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
    background: linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
    top: 0;
    left: -100%;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 62px;
  
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
  }
  
  .wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
  }
  
  
  /*------------------------------------------------------------------
  [ Responsive ]*/
  
  @media (max-width: 992px) {
    .wrap-contact100 {
      padding: 30px 80px 30px 80px;
    }
  }
  
  @media (max-width: 768px) {
    .rs1-wrap-input100 {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .wrap-contact100 {
      padding: 30px 15px 30px 15px;
    }
  }
  
  
  /*------------------------------------------------------------------
  [ Alert validate ]*/
  
  .validate-input {
    position: relative;
  }
  
  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 34px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 10px;
    pointer-events: none;
  
    font-family: 'Roboto', sans-serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  
  .alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 34px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 18px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }
  
  
  /*==================================================================
  [ Contact more ]*/
  
  .contact100-more {
    display: block;
    max-width: 960px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 40px 0 10px 0;
  }
/* feedback ends */
/* wallpaper start */
.middle_main{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}
.loya_wallpaper img{
    width: 100%;
    height: auto;
}
.desktop_active{
    text-align: center;
    font-size: 25px;
    top: 50px;
    padding-top: 50px;
    background-color: #dfdfdf;
    height: 144px;
    color: black;
}
.gallery_margin{
    margin-bottom: 20px;
}
/* wallpaper ends */
/* index page */
.logo_link{
    padding: 0 !important;
}
/* publication */
.publication_title{
    width: 100%;
    height: auto;
}
.book_container a{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.book_container img{
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.book_container div{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.book_container{
    width: 80%;
}
.book_form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.book_lable{
    display: block;
    padding-left: 75px;
    font-size: 100px;
}
.book_image{
    height: auto;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    height: 150px;
}
.book_container{
    width:100%;
    text-align:center;
}
.book_container img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition:ease-in 0.3s;

}
.book_container img:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);


}
.publication_title{
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.publication_title_book{
    width:100%;
    height:auto;
    max-width:100%;

}
.book_title_middle{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.bread_main{
    height: 64px;
    line-height: 64px;
    color: white;
    background-color: #044871;;
    width: 100%;
    text-align:LEFT;
    padding-left:20px;
}
@media only screen and (max-width: 768px) {
    .publication_title_book{
    max-width: 50%;
    }
    .bread_main{
    height: 64px;
    line-height: 64px;
    color: white;
    background-color: #044871;;
    width: 100%;
    text-align:center;
    padding-left:5px;
    font-size: 10px;
}
}
@media only screen and (max-width: 400px) {
    .publication_title_book{
    max-width: 75%;
    
  }
}

.book_image_single{
    width:100%;
    height:auto;
    text-align:center;
}
.single_book_read{
    width: 100%;
    background-color: #c6c6c6;
    margin: 10px 0px;
    padding: 10px;
    color: black;
    text-align: center;
}
.single_book_download{
    width: 100%;
    background-color: #26a69a;
    margin: 10px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.book_discription{
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 20px;
}
.book_image_single img{
    width: 100%;
    height: auto;
}

/* daily darshan start */
.title_date{
    text-align: left;
    color:#22323f ;
    padding:15px;
    font-size: 20px;
}
.title_date p{
    text-align: center;
    color:white ;
    padding:5px;
}
.title_date .dotted_bottom{
    width: 100%;
}
.title_date .go_darshan{
    font-size: 15px;
    margin-top: -40;
    padding: 7px;
    background-color: #ee3d65;
    cursor: pointer;
    color: white;
    text-align: center;
    margin-top: 10px;
    width: 200px;
    margin-bottom: 35px;
}
.title_date .go_darshan:hover{

    background-color: #696d75;
}
.title_date .darshan_download{
    font-size: 30px;
    text-align: right;
    margin-top: 50px;
    
}
.title_date .darshan_download .fa{
    cursor: pointer;
}
.daily_darshan_img{
    width: 350px;
    height: 202px;
    max-width: 300px;
    max-height: 488px;
    border-style: double;
    border-color: gray;
    box-sizing: border-box;
    margin-top: 6px;
}
.darshan_date{
    padding:15px;
    background-color: #ee3d65;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius:20px;
}
.daily_image img{
    width:100%;
    max-width:200px;
    height:auto;
    cursor:pointer;
    border: 3px solid white;
    border-radius:10px;
    transition: ease-in 0.2s;
    
}
.daily_image img:hover{
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    opacity: 0.5;
}
.dotted_bottom{
    margin-top:20px;
}

/* daily darshan new */


.gallery{
    margin: 10px 50px;
    text-align:center;
}
.gallery img{
    max-height: 400px;
    width: auto;
    height: 100%;
    padding: 5px;
    transition: 0.5s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.gallery img:hover{
    box-shadow: 0 0 2px 1px rgba(131, 131, 131, 0.5);
    opacity:0.8;
}
/* daily Darshan */
.date_back{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 10px;
    color: #34424d;
}
.centered{
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
.darshan_gallery{
    margin-left: auto;
    margin-right: auto;
}
.daily_date{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -15px;
}
.date_text{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
}
.daily_dar{
    width: 500px;
    margin-left: auto;
    margin-right: auto;

}
/* daily Darshan */
/* prasadi */
.prasadi_box{
    width: 70%;
    margin-top: 45px;
}
@media screen and (max-width: 1122px) {
    .prasadi_box{
        width: 90%;
    }
    
}
.card-title_prasadi{
    padding: 10px;
    font-size: 15px;
}


/* Our Branches*/
.branch{
    width:70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.main_body{
    background-color: #e1e1e1;
}
.branch h6{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
}
.branch p{
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 17px;
}
.branch p i{
    margin-right: 10px;
}
.middle_branch img{
    padding: 10px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 17px;

}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.middle_branch_img{
    height: auto;
    width: auto;
}
.middle_branch{
    border: .2px solid #afafaf;
    outline-width: thin;
    border-radius: 15px;
    margin-bottom: 20px;
}
.middle_branch span{
    color: red;
}
.contact_map{
    /* padding-left: 20px; */
    padding-bottom: 5px;
    font-size: 17px;
    position: relative;
    z-index: 0;
}
.contact_map .fa{
    margin-right: 10px;

}
.w3-modal{
    z-index: 5000 !important;
}
/* book_page start */
.book_category{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 6px;
}
.book_category_sub{
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    padding-left: 70px;
}
.book_back{
    width: 75%;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
    .book_back{
        width: 100%;
    }
}
.book_left_border{
    border-left: 3px solid #e3e3e3;
    display: block;
}
@media screen and (max-width: 600px) {
    .book_left_border{
        border-left: 0px solid #e3e3e3;

    }
}

/* book_page ends */
/* event_page */
.event_title_back{
    background-color: white;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
}
.event_text_title{
    color: #141414;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.event_year{
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 50px;
}
.event_title i{
    padding-right: 20px;
}
.event_main_title{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    margin-bottom: 25px;
}
.event_main_title i{
    padding-right: 20px;
}
.event_title{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    background-color: #ebebeb;
    padding: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.2);
    transition: ease-in 0.2s;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
    color: black;
}
.event_title:hover{
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    background-color: #344d4a;
    color: #fff;
}
.event_title_active{
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    background-color: white;
}
.event_text_video_title{
    text-align: center;
    padding-bottom: 15px;
}
/* event_page */
/* audio */
.event_title_audio{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    background-color: #ebebeb;
    padding: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.2);
    transition: ease-in 0.2s;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
    color: black;
}
.event_title_audio:hover{
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    background-color: #344d4a;
    color: #fff;
}

.audio_kirtan_active{
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.75);
    background-color: #344d4a;
    color: #fff;
}
.audio_image{
    height: auto;
    cursor: pointer;
    width: 100%;
    height: 261px;
}
.audio_text_title{
    padding-left: 10px;
    font-weight: 10;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
.audio_text_sub{
    padding-left: 10px;
    font-weight: 10;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

/* audio */
/* daily darshan */
.feedback_text{
    color:#454545;
    width:100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    margin-left: 0px;
}
#calender-box{
    background-color: greenyellow;
    width: auto;
    height: 250px;
    text-align: center;

}
/* daily darshan */

/* magazine */
.title_box{
    /*border: 1px solid #c1bfbf;*/
    background-color: #fff;
    padding: 4px !important;
}
.magazine_image{
    height: auto;
    cursor: pointer;
    width: 100%;
    height: 257px;
    text-align: center;
}
.title_box p{
    cursor: pointer;
}
.mag_box{
    margin-bottom: 25px;
}
.gn{
    padding: 10px;
    margin-right: 15px;
    display: inline;
}
.gn-btn{
    padding: 10px;
    display: inline;
}
#gn_bt{
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 60px;
}
/* magazine */
/* prasadi sthan */
.prasadi_t{
    display: inline;
    cursor: pointer;
}
.prasadi_t a{
    color: black;
    font-size: 18px;
}
.prasadi_t a:hover{
    color: gray;
}
.p_active{
    color: gray;
}

#pras{
    padding: 0px 25px;
    color: black;
}
.prasad_main_t{
    margin-left: 180px;
}
@media screen and (max-width: 992px) {
    .prasad_main_t{
        margin: 0px;
        text-align: center;
    }
}
/* kirtan */
#kirtan_filter{
    font-size: 18px;
    color: black;
    padding: 10px;
}
/* wallpaper */
#desk{
    font-size: 18px;
    background-color: f1f1f1;
    padding-left: 219px;
}
#desk li{
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 13px;
    cursor: pointer;
    color: black;
}
#desk li:hover{
    color: #3b3b3b;
}


#pr_img img{
    width: 90%;
    height: auto;
}
#pr_img{
    text-align:center;
    margin: 10px
}
.prasadi_matter{
    padding: 0px 20px 25px 10px;
    text-align: justify;
}
#book_lan{
    font-size: 19px;
    COLOR: black;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}
/* Custom */
.event_title1 {
	color: #141414;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
#tsum-tabs p {
  line-height: 1.5;
  text-align: center;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  /* padding: 15px 25px; */
  padding: 10px 10px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/* #tsum-tabs label[for*='1']:before { content: '\f1cb'; } */
/* #tsum-tabs label[for*='2']:before { content: '\f17d'; } */


#tsum-tabs label:hover {
  color: #000;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #000;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2
{
  display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 12px;
  }
  #tsum-tabs label:before {
    margin: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}
#image-box {
	height: auto !important;
}
body {
    font-family: 'Roboto', sans-serif !important;
}
.card-text {
	font-weight: 700;
    text-transform: capitalize;
    color: #044064;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 0.1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

@media screen and (min-width: 1200px) {
    #jssor_1 > div {
		/* left: -1px !important; */
        overflow: hidden;
	}
	/* #jssor_1 > div > div {
		left: 24px !important;
	} */
}
.border {
    border: 1px solid #044064;
    border-radius: 5px;
}