/********** Template CSS **********/
:root {
    --primary: #f5821f;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}
.footer h5{
    font-size:16px;
}
.form-control{
        border: 1px solid #dbc7aa;
}
.google-gallery h4{
    color:#fff;
    font-size:17px;
    margin-bottom:20px;
}
.google-gallery a {
    color: #444;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 9px 10px;
    text-decoration: none;
}
.google-gallery .isotope-pager{
    display:none;
}
.google-gallery .overlay {
    height: 100%;
    padding-top:100px;
}
body {
    color: #444;
}

#addSanyasi{
        width: 70%;
    padding: 36px;
    margin: 0 auto;
    background: #fff4f0;
}
#addSanyasi label{
    font-size: 14px;
    margin-bottom: 5px;
}
#addSanyasi input{
    font-size:13px;
}
#addSanyasi .form-control {
    border: 1px solid #dbc7aa;
    padding: 8px;
    font-size: 13px;
}
.sanyas-slide-inr .col-md-6{
    margin:0 auto;
}

.sanyas-slide-inr .col-md-6 h5, .sanyas-slide-inr .col-md-6 p{
    text-align:center;
}
.sanyas-slide-inr h5 span, .sanyas-slide-inr p span{
       text-align: right;
    color: #444;
    font-size: 13px; 
}
.sanyas-slide-inr h5{
    font-size: 16px;
    color: #f5821f;
    line-height: 27px;
    font-weight: 500;
}
.sanyas-slide-inr h4{
    font-size:16px;
}
.sanyas-slide-inr p{
    margin-bottom:22px!important;
    font-size:15px;
}
       .grid-item {
display: inline-block;
    height: 259px;
margin:10px;
    overflow: hidden;
    text-align: center;
    width: 400px;
}
.grid-item img{
	width:100%;
	height:auto;

    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
    padding: 20px 10px;
    margin: 0 40px;
}

.filters li {
	display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
	color: #444;
	text-decoration: none;
}
.filters li a:hover{
	color:#f5722a;
}

.filters li:hover {
	border-radius: 5px;
}

.filters li.active a{
	color: #f5722a;
	border: 1px solid #f5722a;
	border-radius: 15px;
	padding: 10px 25px;
	
}
#container{
    margin:0 auto;
}


.isotope-pager a {
    margin: 6px 1px;
    display: inline-block;
    width: 30px;
    /* height: 60px; */
    line-height: 29px;
    color: #444;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #e9e9e9;
    border: 0.5px solid #e3ca66;
    text-decoration: none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
color: #ffffff !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #FF9800;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}





.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}
.isotope-pager{
    text-align:center;
}
.gneder-slide{
    padding-left:0px!important;
}
.gneder-slide .form-check{
        display: inline-block;
        margin-right:20px;
}
.clear {
    background:#444!important;
}
.form-control:focus {
    color: #777;
    background-color: #fff;
    border:0px!important;
    outline: 0;
 box-shadow: 0 0 0 0.1rem rgb(255 220 169);
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
           background-color: #FF9800;
    border-color: #FF9800;
 box-shadow: 0 0 0 0.25rem rgb(255 220 169);
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.25rem rgb(255 220 169);
}
.form-check-input:focus {
    border-color: #ffd18e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 220 169);
}
.form-check-input:checked {
    background-color: #ffc107;
    border-color: #ff9800;
}
#application_form label, #apply_for_brahmcharay_deeksha label{
font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #444;
}
.bhjan-text h4, .bhjan-texts h4{
    font-size: 20px;
    margin-bottom: 9px;
    color: #ff9800;
    text-align:center;
}
.vedic-gallery-slide .col-md-3{
    padding:10px!important;
}
.bhjan-text .col-md-12{
    margin-right: 20px;
    padding: 20px;
    min-height: 808px;
    border-right: 1px dotted#ffecec;
}
.bhjan-texts .col-md-12{
    margin-right: 20px;
    padding: 20px;
    min-height: 590px;
    border-right: 1px dotted#ffecec;

}
.last-bhajan-text .col-md-12{
    border-right:0px!important;
}
.contact-adress{
       padding: 0px 0px 0px 30px;
}
.form-control:focus{
    border:0px!important;
    outline: 0px solid darkgray;
}
.contact-adress .mb-2{
background: #fffaf3;
    padding: 10px;
    min-height: 90px;
    text-align: center;
}
.contact-adress .mb-2 .fa{
    color:#f5821f;
    font-size:26px;
}
.header .col-md-10 {
    display: flex;
    justify-content: end;
}
.internal-banner{
        padding-top: 63px;
}
.internal-banner img{
    width:100%;
}
.header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(255 255 255 / 8%) !important;
}
.slider .carousel {
    padding-top: 88px;
}
ol, ul {
    padding-left: 2px;
}
.sanaysi-snakal li{
list-style: none;
    text-align: center;
    margin-bottom: 19px;
}
a {
    color:#f5821f;
    text-decoration: none;
}

.text-primary {
    color:#f5821f!important;
}
.our-inspirtion-slide .col-md-6{
    text-align:justify;
    padding-right:60px;
}
.achry-ji-slide{
      text-align:justify;
    padding-left:60px; 
}
.video-gallery .last-row-video{
  padding-left:100px;
    padding-right:100px;
}
.sanaysi-snaka, .photo-gallery-slide, .our-acharyaji-slide, .vedic-gallery-slide, .diksha-slide{
    background:#fff9e7;
}
.home-video{
 background-image: linear-gradient( 45deg,#f9d8a7,rgb(255 209 141 / 75%) ),url(/img/bg-video.webp);
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}
.home-video .col-lg-7{
  margin: 30px auto;
}
.letter-slide .col-lg-6{
        margin: 0 auto;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 4px;
    background: #e7bf84;
    border-radius:10px;
}
img{
    max-width:100%;
}
.sanyas-slide p{
    text-align:center;
    margin-top:20px!important;
}
p {
    margin-bottom: 10px;
    line-height: 27px;
}
.sanaysi-snakal h3{
font-size: 17px;
    width: 47%;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
}
.photo-gallery-slide, .video-gallery-slide{
    text-align:center;
}
.photo-gallery-slide .btn.btn-primary, .video-gallery-slide .btn.btn-primary{
    margin-top:30px;
}
.sanaysi-snakal h5{
     padding-top:15px;
     text-align: center;
    font-size: 15px;
   font-weight:400;
     line-height: 27px;
}
.sanaysi-snakal h4{
    padding-top:15px;
     text-align: center;
    font-size: 16px;
   font-weight:400;
        line-height: 27px;
     margin:0 auto;
}
.slide-bottom h4 span{
    font-size:20px;
      font-weight:600;
}
.slide-bottom h4{
    padding-top:15px;
     text-align: center;
    font-size: 18px;
   font-weight:600;
     line-height: 35px;
     margin:0 auto;
}
.sanyas-slide h4{
     text-align: center;
    font-size: 16px;
   font-weight:600;
line-height: 30px;
}
h1, .h1 {
  font-size: 2rem;
    line-height: normal;
}
.btn-primary {
    color: #fff;
    background-color:#f5821f;
    border-color:#f5821f;
}
.btn-primary:hover{
    color: #fff;
    background-color:#f5722a;
    border-color:#f5722a;
}
.video-gallery-slide .col-lg-4{
    padding:0px 10px!important;
}
.video-gallery .row{
    margin-bottom:15px;
}

a:hover {
    color:#f5821f;
    text-decoration: none;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #ff9800!important;
}
.footer .fa, .footer .mb-2 a {
   color:#ffe7c5;
}
.copyright{
        padding: 5px;
    font-size: 14px;
    background: #444242;
    color: #fff;
}
.bg-dark {
    background-color:#777 !important;
}
.footer .col-lg-2{
    padding:10px;
     color:#fff;
    font-size:15px;
}
.footer li a{
    color:#ffe7c5!important;
    font-size:15px;
}
.footer p{
    color:#fff;
    font-size:15px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:#ffe7c5!important;
}
.dropdown-item {
    font-size: 14px!important;
    border-top: 1px dotted#ddd;
}
.footer li{
    list-style:none;
    margin-bottom: 6px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar-brand img{
       width: 91px; 
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.header .col-md-10{
    padding:0px 5px;
}
.navbar .navbar-nav .nav-link:last-child{
   margin-right:0px;
}
.navbar .navbar-nav .nav-link {
    margin-right:18px;
    padding: 20px 0;
    color: #444;
    font-weight: 400;
    font-size:15px!important;
    outline: none;
}
.navbar .navbar-nav .nav-link a{
    font-size:15px!important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 5px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

@media only screen and (min-width:300px) and (max-width:767px) {
    .bhjan-text .col-md-12,  .bhjan-texts .col-md-12{
    min-height: 100px;
}
    .header .col-lg-2{
         width: 35%;
    position: absolute;
    }
    .header .col-lg-2 img{
        width:60px;
        margin-top: 4px;
    }
    .bhjan-text .col-md-12 {
    margin-right: 0px;
    padding: 10px;
}
    .header .col-md-10 {
    padding: 8px 5px;
}
    .navbar-toggler {
    padding: 0px 4px;
    }
 .navbar {
    display: block;
 }
    .header .col-md-10{
         width: 100%;
         text-align: right;
    }
    .navbar-nav{
        text-align:left!important;
    }
    .navbar {
    align-items: end;
    }
    .navbar-dark .navbar-toggler {
    color: rgb(255 152 0);
    background: rgb(255 152 0);
    border-color: rgb(207 0 0 / 10%);
}
.sanaysi-snakal h3 {
    width: 100%;
    font-size: 15px;
}
.sanyas-slide h4 {
    font-size: 15px;
}
.sanaysi-snakal h4 {
  font-size: 15px;
}
.slide-bottom h4 {
 font-size: 15px;
    line-height: 31px
}
h1, .h1 {
    font-size: 25px;
    line-height: normal;
}
 .footer h5 {
    font-size: 16px;
    margin-bottom: 7px!important;
}  
.img-border img {
    top: 0px;
    left: 0px;
    width: calc(100% - 0rem);
    height: calc(100% - 0rem);
    object-fit: unset;
}
.img-border {
    min-height: 300px;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.our-inspirtion-slide .col-md-6{
    text-align:justify;
    padding-right:10px;
}
.achry-ji-slide{
      text-align:justify;
    padding-left:10px; 
}
.video-gallery .last-row-video{
  padding-left:0px;
    padding-right:0px;
}
.internal-banner {
    padding-top: 49px;
}
}
