body{
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif !important;
}

/*---- Carousel CSS Starts -----*/
header .item {
  height: 100vh;
  position: relative;
}
header .item .img {
  width: 100%;
  height: 657px;
  object-fit: cover;
  object-position:left;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.2);*/
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: absolute;
  padding: 56px;
  overflow: hidden;
  bottom: 0;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 650px;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 36px;
  font-weight: 600;
  /*margin: 5px 0 20px;*/
  word-spacing: 3px;
  color: #22463c;
  text-shadow: 0 0 20px #f8f9fa2b;
}
header .item .cover .header-content h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: 3px;
  color: #ffffff;
  text-shadow: 0 0 20px #000000;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.8s;
}
header .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
/*header .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.3s;
}*/
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
header .owl-item .btn{
  border:1px solid red;
  color: white;
}
header .owl-item .btn:hover{
  background-color: red;  
  color: white;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: none;
}
/*---- Carousel CSS End -----*/


#about .face {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.8s;
}
.abtus-1{
  background-image: url(../images/about-big.jpg);
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;
  height: 780px;
}
.abtus-2{
  background-image: url(../images/buddha_bg.jpeg);
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;
  height: 780px;
}
.abtus-3{
  
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;
  height: 780px;
}
.abtus-4{
  background-image: url(../images/incense_bg.jpg);
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;
  height: 780px;
}

.abtus1-para{
  color: #fff;
  text-align: justify;
  font-size: 20.5px; 
  width: 100%;
  height: 780px;
}
.abtus2-para{
  color: #fff;
  text-align: justify;
  width: 100%;
  height: 780px;
}
.abtus3-para{
  color: #fff;
  text-align: justify;
  width: 100%;
  height: 780px;
}
.abtus4-para{
  color: #fff;
  text-align: justify; 
  width: 100%;
  height: 780px;
}

.abtus1-grid{
  padding: 250px 50px;
  text-align: justify;
}
.abtus1-grid p{
  letter-spacing: 3px;
  line-height: 30px;
  font-size: 28px;
  /*font-family: 'Quattrocento', serif;*/
  font-family:  'Alex Brush', cursive;
  /*font-family: 'Rochester', cursive;*/
}
.abtus2-grid{
  padding: 100px 30px 0px 30px;
  text-align: justify; 
  margin: 50px 0px;
  margin-left: -100px;
  font-family: 'Poppins', sans-serif;
}
.abtus3-grid{
  padding: 100px 50px;
  text-align: justify; 
  background-color: #000000c7;
  margin: 50px 0px 50px 475px;
  font-family: 'Poppins', sans-serif;
}
.abtus4-grid{
  padding: 100px 50px 80px 50px;
  text-align: justify; 
  margin: 50px 0px 0px 0px;
  margin-left: -100px;
  font-family: 'Poppins', sans-serif;
}

.abtus1-grid h3{
  font-weight: 600;
  letter-spacing: 8px;
}
.abtus2-grid h3{
  font-weight: 600;
  letter-spacing: 8px;
}
.abtus3-grid h3{
  font-weight: 600;
  letter-spacing: 8px;
}
.abtus4-grid h3{
  font-weight: 600;
  letter-spacing: 8px;
}
.opacity-07 {
    opacity: 0.7;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 1560px;
    width: 100%;
    height: 780px;
    opacity: 0.5;
}
.bg-black {
    background-color: #000;
}


 /*Footer*/
 .overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, #00000075 0, transparent 50%, transparent 63%, rgb(0 0 0 / 69%) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
  }
    .bg-grey {
        /*background: #292929;*/
        background-image: url(../images/Footer_image1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  background-attachment: fixed;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-grey:focus{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
}
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color: white;
     }
     footer p{
    font-size: 14px;
    color: #dcf8e9;
    
}
footer h6 {
   
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    float: left;
    width: 167px;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="submit"] {
    border: none;
    background:#232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: px 12px;
}
     .social .fab {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
.social .fab:hover {
    color: white;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: #dcf8e9;
  font-size: 14px;
}
footer ul  li a:hover {
    text-decoration: none;
    color: #fff !important;
    
}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    }
footer .btn{
  border:0px;
}
footer .btn:hover{
  color: grey;
}
    /*End Footer*/

    /*Blog CSS*/
    #blog{
       background-image: url(../images/Footer_image.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding:60px 0px;
    }
    .single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h4 a:hover {
    color: #FFCA00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}


.box-seat {
  position: relative;
  /* video */
}

.box-seat .inner-img {
  height: 100vh;
  overflow: hidden;
}

.box-seat .inner-img img {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.box-seat .pro-text {
  position: absolute;
  background-color: #0d0d0d;
  max-width: 600px;
  padding: 80px;
  right: 80px;
  bottom: -80px;
}

.v-light .box-seat .pro-text {
  background-color: #e6e6e6;
}

.v-light .box-seat .pro-text h3 {
  color: #000;
}

.box-seat .pro-text p {
  margin-left: 70px;
  margin-top: 30px;
}

.v-light .box-seat .pro-text p {
  color: #0009;
}

.box-seat .pro-text p.dsn-active > .dsn-wrapper {
  margin-right: 5px;
}

.box-seat.box-seat-full .pro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(13, 13, 13, 0.7);
  height: 100%;
  top: 0;
}

.v-light .box-seat.box-seat-full .pro-text {
  background-color: rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 991px) {
  .v-light .box-seat.box-seat-full .pro-text {
    background-color: black;
  }
}

.v-light .box-seat.box-seat-full .pro-text h3 {
  color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text .link-custom a {
  color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text .link-custom a:before {
  color: #000;
  background-color: #fff;
}

.v-light .box-seat.box-seat-full .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.box-seat.box-seat-bottom {
  margin-bottom: 0;
}

.v-light .box-seat.box-seat-bottom .pro-text {
  background-color: #e6e6e6;
}

.v-light .box-seat.box-seat-bottom .pro-text h3 {
  color: #000;
}

.v-light .box-seat.box-seat-bottom .pro-text p {
  color: #0009;
}

.box-seat.box-seat-bottom .pro-text {
  position: relative;
  bottom: 150px;
  max-width: inherit;
  width: 80%;
  text-align: center;
  right: auto;
  margin: 0 auto;
  margin-bottom: -150px;
  border-radius: 3px 3px 0 0;
}

.box-seat.box-seat-qute .pro-text:after {
  content: "\201D";
  position: absolute;
  line-height: 1;
  height: 40px;
  opacity: 0.03;
  font-size: 24vw;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-seat.box-seat-under-header {
  overflow: hidden;
  margin-top: -10vh;
}

.box-seat.box-seat-under-header .custom-container {
  width: 120%;
}

.box-seat.box-seat-under-header .inner-img {
  height: 80vh;
}

@media only screen and (max-width: 991px) {
  .box-seat .pro-text, .box-seat.box-seat-full .pro-text, .box-seat.box-seat-bottom .pro-text {
    position: relative;
    width: auto;
    max-width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 50px;
    margin: 0 20px -60px 20px;
    background-color: #0d0d0d;
    text-align: center;
  }
  .box-seat .pro-text p, .box-seat.box-seat-full .pro-text p, .box-seat.box-seat-bottom .pro-text p {
    padding-left: 0;
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .box-seat .pro-text, .box-seat.box-seat-full .pro-text, .box-seat.box-seat-bottom .pro-text {
    padding: 50px 15px;
  }
  .box-seat .pro-text h3, .box-seat.box-seat-full .pro-text h3, .box-seat.box-seat-bottom .pro-text h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .box-seat .pro-text h3.dsn-active > .dsn-wrapper, .box-seat.box-seat-full .pro-text h3.dsn-active > .dsn-wrapper, .box-seat.box-seat-bottom .pro-text h3.dsn-active > .dsn-wrapper {
    margin-right: 6px;
  }
  .box-seat .pro-text p.dsn-active > .dsn-wrapper, .box-seat.box-seat-full .pro-text p.dsn-active > .dsn-wrapper, .box-seat.box-seat-bottom .pro-text p.dsn-active > .dsn-wrapper {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 400px) {
  .box-seat .pro-text, .box-seat.box-seat-full .pro-text, .box-seat.box-seat-bottom .pro-text {
    bottom: 0;
    padding: 30px 20px;
    margin: 0;
  }
  .box-seat .pro-text p, .box-seat.box-seat-full .pro-text p, .box-seat.box-seat-bottom .pro-text p {
    max-width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}

.box-seat .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

.box-seat .play-button i {
  color: #fff;
  font-size: 28px;
  line-height: 80px;
}

.box-seat .dsn-video {
  position: relative;
  overflow: hidden;
}

.box-seat .box-middle-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.box-seat .box-middle-text h3 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .box-seat .box-middle-text h3 {
    font-size: 25px;
  }
}

.box-seat .box-middle-text p {
  color: #fff;
  margin: 0 auto 25px;
  max-width: 460px;
}

.box-seat .box-middle-text .play-button {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  top: auto;
  margin: auto;
}

.box-seat .box-middle-text .play-button i {
  width: 100%;
}

.box-seat .box-middle-text .play-button i:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.box-seat .dsn-v-text {
  position: relative;
  overflow: hidden;
}

.v-light .box-seat .dsn-v-text h2 {
  color: #fff;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
.bnr-img{
  display: block!important;
}
.bnr-img1{
  display: none!important;
}

.banner-text{
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: 900!important;
    line-height: 1em;

}



@media (min-width: 320px) and (max-width: 480px){
  /*Header Dropdown*/
  .navbar-dark .navbar-toggler {
    color: #ffffff!important;
    position: relative;
    left: -14px;
  }
  #header nav.stroke ul li a:after{
    left: 16px!important;
    top: 49px!important;
    height: 2px!important;
  }
  #header nav ul{
    padding: 0px!important;
  }
  #header nav ul li a{
    background-color: #151515;
  }
  #header .dropdown-menu {
    width: 100%!important;
    background-color: rgb(21 21 21)!important;
  }
  #header .dropdown-menu .dropdown-item{
    width: 100%;
  }
  .img-fluid{
    width: 60%!important;
  }
  #header nav.stroke ul li a:after,
  #header nav.fill ul li a:after,#header nav.stroke ul .active:after,#header nav.fill ul .active:after{
    display: none!important;
  }
  .fadeInUp {
        animation-name: none;
  }
  .bnr-img1{
    position: absolute;
    width: 100%;
    height: 100%!important;
    background-size: cover;
    background-position: center;
    display: block!important;
  }
  .bnr-img{
    display: none!important;
  }



}

@media (min-width: 481px) and (max-width: 767px){
  /*Header-Dropdown*/
  .navbar-dark .navbar-toggler {
    color: #ffffff!important;
    position: relative;
    left: -14px;
  }
  #header nav.stroke ul li a:after{
    left: 16px!important;
    top: 49px!important;
    height: 2px!important;
  }
  #header .dropdown-menu {
    width: 50%!important;
    background-color: rgb(21 21 21)!important;
  }
  #header nav ul{
    padding: 0px!important;
  }
  #header nav ul li a{
    background-color: #151515;
  }
  #header .dropdown-menu .dropdown-item{
    width: 205%;
  }
  #header nav.stroke ul li a:after,
  #header nav.fill ul li a:after,#header nav.stroke ul .active:after,#header nav.fill ul .active:after{
    display: none!important;
  }
  .img-fluid{
    width: 70%!important;
  }
  .fadeInUp {
        animation-name: none;
  }
  .bnr-img1{
    position: absolute;
    width: 100%;
    height: 100%!important;
    background-size: cover;
    transform: scale(1);
    display: block!important;
  }
  .bnr-img{
    display: none!important;
  }


}


@media (min-width: 768px) and (max-width: 1024px){
  
    #header nav ul li a{
        margin: 3px 3px!important;
    }
  .bnr-img1{
    position: absolute;
    width: 100%;
    height: 100%!important;
    background-size: cover;
    transform: scale(1);
    display: block!important;
  }
  .bnr-img{
    display: none!important;
  }


}

@media (min-width: 1025px) and (max-width: 1280px){
  #header nav ul li a{
        margin: 3px 3px!important;
    }
  .bnr-img1{
    position: absolute;
    width: 100%;
    height: 100%!important;
    background-size: cover;
    transform: scale(1);
    display: block!important;
  }
  .bnr-img{
    display: none!important;
  }


}