/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before, *::after, .btn, .animate, a, .simplefilter li, .owl-theme .owl-dots .owl-dot span, .form-control, img{
  transition:all 0.3s ease-in 0s;
  -moz-transition:all 0.3s ease-in 0s;
  -ms-transition:all 0.3s ease-in 0s;
  -o-transition:all 0.3s ease-in 0s;
  -webkit-transition:all 0.3s ease-in 0s;		
} 
body {
	font-size: 14px;
	margin: 0;
  font-family: 'Segoe UI';
	overflow-x: hidden;
  color: #180F0B;;
}
a, a:focus, a:hover{	 
  text-decoration:none !important;
  outline:none !important;
}
h1, h2, h3, h4, h5, h6, p, ul, li{
  margin:0;
  padding:0;
}	
ul, li{
  list-style-type:none;
}
.relative{
  position:relative;
}  
.wt-100{
  width: 100%;
}
.back-img{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.btn{
  border-radius: 2px;
      min-height: 42px;
}
.btn:focus{
    box-shadow: none;
}
.btn.primary, .btn.primary:hover {
    color: #fff;
    background-color: #B94129;
    border-color: #B94129;
}
.btn.outline-primary,.btn.outline-primary:hover {
    border: 1px solid #fff;
    color: #fff;
}
.comm-head{
  font-size: 36px;
  font-family: 'Playfair Display', serif;
}
.comm-text{
  font-size: 16px;
  line-height: 28px;
  color: #3D3936;
}
.comm-head:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -15px;
    top: 50%;
    border-radius: 5px;
    background: #9B7659;
    transform: translatey(-50%);
}
.comm-head:after {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    left: -180px;
    top: 50%;
    background: #CECECE;
    transform: translatey(-50%);
}
.row.flex-row-reverse .comm-head:after{
  width: 126px;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
        z-index: 1;
}
.banner {
    height: 100vh;
    padding: 0px;
}
.banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translatey(-50%);
    color: #fff;
}
.banner-caption h1 {
    font-size: 60px;
    margin: 0 0 10px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
}
.banner-caption p {
    font-size: 20px;
    margin: 0 0 20px;
}
.banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #2B0D0B 0%, #2B0D0B4D 100%) 0% 0% no-repeat padding-box;
    top: 0;
    opacity: .7;
}
section{
  padding: 160px 0;
}
.history-img img{
  height: 440px;
  object-fit: cover;
}
.history-info {
    padding-right: 60px;
}
.history-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #2B0D0B;
    width: 100%;
    height: 100%;
    transform: scale(.97);
    opacity: 0.15;
}
.pooja-section.back-img {
    background-repeat: repeat;
    background-size: auto;
}
.pooja-info {
    padding-left: 60px;
}
.pooj-timing p {
    color: #b94129;
    font-weight: 600;
}
.pooj-timing strong {
    color: #3D3936;
    margin-left: 10px;
}
.pooj-timing p span {
    display: inline-block;
}
.gallery-col.first-col,
.gallery-col.third-col {
    margin-top: 80px;
}
.gallery-col a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 190px;
}
.gallery-col a img{
    height: 100%;
    object-fit: cover;
}
.gallery-col a:not(:last-child) {
    margin-bottom: 24px;
}
.gallery-col a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 0.15;
    z-index: 1;
}
.gallery-col a:hover img{
    transform: scale(1.15);
}
.gallery-col a:hover:before {
    transform: scale(.9);
}
footer {
    background: #FBFBFB;
    padding: 30px 0;
}
footer .comm-head{
  font-size: 20px;
}
.foot-yt-icon {
    margin-right: 10px;
    max-width: 28px;
}
.yt-live a{
    height: 232px;
    /*background: #F5F1EE;*/
    border: 1px solid #D5D5D5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    margin-left: 40px;
}
.yt-live img {
    width: 35px;
    margin: 0 auto 10px;
    display: block;
}
.yt-live p {
    font-size: 14px;
    color: #3D3937;
    font-weight: 600;
}
.temple-name {
    font-weight: 600;
}
.date-view {
    font-size: 12px;
    color: #3D3936;
}
.temple-img img {
    width: 92px;
    height: 69px;
    object-fit: cover;
}
.temple-info {
    margin: 0 0 20px;
}
.copyright-text {
    background: rgb(155 118 89 / 10%);
    text-align: center;
    padding: 22px 0;
}
.copyright-text p {
    color: #3D3936;
    font-size: 13px;
    line-height: 17px;
}
.cont-box {
    background: #F5F1EE;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 70px;
}
.cont-box-head {
    font-family: 'Playfair Display', serif;
}