

/* maginors */

@font-face {
  font-family: 'maginors-400';
  src: url('../fonts/maginors-maginors-400.otf');
}

/* BenguiatStd */

@font-face {
  font-family: 'BenguiatStd-Book';
  src: url('../fonts/BenguiatStd-Book.otf');
}
@font-face {
  font-family: 'BenguiatStd-Medium';
  src: url('../fonts/');
}
@font-face {
  font-family: 'BenguiatStd-Bold';
  src: url('../fonts/BenguiatStd-Bold.otf');
}


/* Cristoforo */

@font-face {
  font-family: 'Cristoforo';
  src: url('../fonts/Cristoforo.ttf');
}

/* TrajanPro */


@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../fonts/Trajan Pro Regular.ttf');
}

@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('../fonts/TrajanPro-Bold.otf');
}


/* Bebas */

@font-face {
  font-family: 'Bebas-Regular';
  src: url('../fonts/Bebas-Regular.ttf');
}

/* vivaldi */

@font-face {
  font-family: 'vivaldi';
  src: url('../fonts/vivaldi.ttf');
src: url('../fonts/VIVALDII.TTF');
}

/* HandelGotD */

@font-face {
  font-family: 'HandelGotD-Ligh';
  src: url('../fonts/HandelGotD-Ligh.ttf');
}

/* Muli */

@font-face {
  font-family: 'Muli-Light';
  src: url('../fonts/Muli-Light.ttf');
}

@font-face {
  font-family: 'Muli-Regular';
  src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
  font-family: 'Muli-SemiBold';
  src: url('../fonts/Muli-SemiBold.ttf');
}

@font-face {
  font-family: 'Muli-Bold';
  src: url('../fonts/Muli-Bold.ttf');
}


/* SegoeScript */

@font-face {
  font-family: 'SegoeScript';
  src: url('../fonts/SegoeScript.ttf');
}

/* Montserrat */

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
}

/* poppins */

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
}

/* roboto */

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf');
}


/* RuptureDEMO */

@font-face {
  font-family: 'RuptureDEMO';
  src: url('../fonts/RuptureDEMO 400.ttf');
}


/* Impact */

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.ttf');
}

/* LoversQuarrel */

@font-face {
  font-family: 'LoversQuarrel-Regular';
  src: url('../fonts/LoversQuarrel-Regular.ttf');
}

/* oswald */

@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.ttf');
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
}
@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
}

/* OpenSans */

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf');
}






/* bootsrp 5 icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/* common css strats here */

ul {list-style-type:none; padding:0px !important; margin: 0px !important;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

.h-50p {height:50px;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */


/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-25p{padding-top:25px;}

.pt-30p{padding-top:30px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-25p {padding-right:25px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.ml-auto{margin-left:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-35p{margin-top:35px;}

.mt-40p{margin-top:40px;}

.mt-45p{margin-top:45px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-5p{margin-bottom:5px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.border-t {border-top: #d2d2d2 1px dashed;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-gray {background-color: #f7f7f7;}

.bg-cream {background-color: #fffff3;}

.bg-cream2 {background-color: #f5f6e8;}

.bg-yellow {background-color: #f2d460;}

.bg-c1 {background-color: #ffe994;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color {color:#161616;}

.text-violet{color: #ebb5ff;}


/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.txt-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.z0{z-index:0;}

/* float css */

.float-left{float:left;}

.float-right{float:right;}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font21{font-size:21px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-17p {line-height: 17px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* Muli */

.fnt-Muli-Light {font-family: 'Muli-Light';}

.fnt-Muli-Regular {font-family: 'Muli-Regular';}

.fnt-Muli-SemiBold {font-family: 'Muli-SemiBold';}

.fnt-Muli-Bold {font-family: 'Muli-Bold';}

/* Montserrat */

.fnt-Montserrat-Light { font-family: 'Montserrat-Light';}

.fnt-Montserrat-Regular {font-family: 'Montserrat-Regular';}

.fnt-Montserrat-Medium {font-family: 'Montserrat-Medium';}

.fnt-Montserrat-SemiBold { font-family: 'Montserrat-SemiBold';}

.fnt-Montserrat-Bold {font-family: 'Montserrat-Bold';}


/* poppins */

.fnt-Poppins-Light {font-family: 'Poppins-Light';}

.fnt-Poppins-Regular {font-family: 'Poppins-Regular';}

.fnt-Poppins-Medium {font-family: 'Poppins-Medium';}

.fnt-Poppins-SemiBold { font-family: 'Poppins-SemiBold';}

.fnt-Poppins-Bold { font-family: 'Poppins-Bold';}

/* roboto */

.fnt-Roboto-Light {font-family: 'Roboto-Light';}

.fnt-Roboto-Regular {font-family: 'Roboto-Regular';}

.fnt-Roboto-Medium {font-family: 'Roboto-Medium';}

.fnt-Roboto-Bold { font-family: 'Roboto-Bold';}

/* Oswald */

.fnt-Oswald-Light {font-family: 'Oswald-Light';}

.fnt-Oswald-Regular {font-family: 'Oswald-Regular';}

/* OpenSans */

.fnt-OpenSans-Regular {font-family: 'OpenSans-Regular';}

/* SegoeScript */

.fnt-SegoeScript {font-family: 'SegoeScript';}

/* vivaldi */

.fnt-vivaldi {font-family: 'vivaldi';}


html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #161616;
    font-family:'Poppins-Light';
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.container {
    max-width: 1230px !important;
	padding-left: 0;
    padding-right: 0;
}

.container2 {
    max-width: 1170px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
	width: 100%;
	/* justify-content:space-between; */
  }
  .navbar>ul {
    width: 100%;
}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
	justify-content: space-between;
    /* width: 100%; */
	flex-wrap: wrap;
  }
  .log-blk{display: flex; margin-left:30px }
  .log-blk li{margin-left:5px;}

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    /* padding: 8px 0 8px 30px; */
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:14px;
    text-transform: uppercase;
    color: #440803;
    transition: color 0.3s, background 0.3s;
    font-family: 'Poppins-Medium';
	padding:5px 13px;
	border-radius: 50px;
}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a, .menu-active a {
    color: #fff;
	/* background-color:#f79108; */
  background-image: linear-gradient(#f81433, #b6002e);
  }
  
  

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 200px;
  }

  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color:#3a0406;
    background: #fff;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    color:#d4060e;
	background-image: linear-gradient(0deg, #f7db5f 0%, #f7c94d 100%);
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
    background:#594106;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: "Poppins-Light";
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  /* .mobile-nav-show { */
    /* position: relative; */
    /* color: #000; */
    /* font-size: 28px; */
    /* cursor: pointer; */
    /* line-height: 0; */
    /* transition: 0.5s; */
    /* z-index: 9999; */
    /* padding-right: 10px; */
  /* } */
  .mobile-nav-show {
    /* color: #000;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 0;
    position: fixed;
    top: 22px;
    right: 0;
    background:#ba9706;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 2px 5px 7px; */
}

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

		/* HEADER-TOP CSS  */

	
.header-top-section {
    /* background-image: url(../images/header-bg-flowers.png); */
    background-repeat: repeat;
    background-position: center;
    background-size: 160px;
    /* background-color: #591274; */
    position: relative;
    z-index: 1;
    /* height: 190px; */
}

.h-br{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width:100%;
}	
.container.ss .h-bg2.htext-part {
  position: relative;
  z-index: -1;
}
.container.ss .h-bg2.htext-part::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 100%;
  background-image: linear-gradient(#f41232 10% , #bc032e);
  border-radius: 50%;
  z-index: -3;
  top: -10px;
}

/* logo css */
.center-logo { height:104px; margin-bottom: -3px;}
.left-logo-part, .right-logo-part {position: absolute; top:18px; height:130px;}
.left-logo-part {left: 0;}
.right-logo-part{right: 0;}	

.left-logo, .right-logo{height:130px;}

.hcal-btn {
    margin-top: 19px;
}
.hcal-btn a{
	width: 195px;
	height: 42px;
	border-radius:50px;
	/* background-color: #a77914; */
	font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BenguiatStd-Medium';
  padding: 10px 15px 10px 6px;
  background: #30230047;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
.hcal-btn a img{
	margin-right:5px;
	transform: translateY(-1.5px);
	height: 24px;
}


/* logo text css */

.h-bg1{
	background-image: url(../images/header-top-bg.png);
}

.h-bg2{
	background-image: url(../images/header-btm-bg.jpg);
}

.h-bg1, .h-bg2{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.htext-part{
	/* background-color: #92268a; */
	padding: 6px 0px;
	
    /* background-repeat: repeat-y; */
    /* background-position: center;	 */
    /* background-size:contain;   */
	/* position:relative; */
}	


.h-title {
	font-size: 34px;
	letter-spacing: 3px;
	line-height:32px;
	text-transform: uppercase;
	color: #fffcf2;
	font-family: 'BenguiatStd-Bold';
	filter: drop-shadow(0px 2px 1px #2f0041);
	margin-bottom:3px;
}

.h-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color:  #fff;
  font-family: 'BenguiatStd-Medium';
  margin-bottom: 0;
  line-height:17px;
}

/* HEADER-BOTTOM CSS  */

.header-nav { 
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	z-index: 997;
	background-image: linear-gradient(0deg, #fff3c2 0%, #fff 100%);
	border-radius: 50px;
	padding:3px;
	/* background-image: linear-gradient(0deg, #f3d021 0%, #f5b400 100%); */	
}

.logo {
    display:none;
}

/* ------------------------------------------------------------------- */
	/* HOME PAGE COMMON CSS */
/* ------------------------------------------------------------------- */

.common-section{
	padding-top:65px;
	padding-bottom:65px;
}
.pt-gap{
	padding-top:65px;
}
.pb-gap{
	padding-bottom:65px;
}

.p-vw {
    padding: 0px 2vw;
}
	
.section-title {
	font-size: 24px;
	color: #181818;
	font-family: 'BenguiatStd-Book';
}
.section-title2 {
	font-size: 32px;
	color: #ca282d;
	font-family: 'BenguiatStd-Book';
}

.section-title-gap{
	margin-bottom:15px;
}

.img-shadow:before{
	content: '';
	background-image: linear-gradient(to top, #070707 0%, rgba(6, 6, 6, 0.48) 52%, rgba(0, 0, 0, 0) 95%);
	/* height: 60%; */
	height: 90%;
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

.flip-img{
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* button css */

.btn-size{
	font-size: 14px;
	font-family: 'Poppins-Light';
	border-radius: 50px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.btn-pd {
    padding: 10px 35px;
}
.btn-pd1{
	padding: 6px 20px;
}
.btn-violet{
	background-color: #591274;
}
.btn-violet:hover{
	opacity:0.8;
}

.btn-gold{
	background-color:#f2d460;
}
.btn-gold:hover{
	opacity:0.8;
}

.btn-white{
	background-color: #fdf7df;
}
.btn-white:hover{
	opacity:0.8;
}

/* MAIN CONTENT CSS */
	
.main-br:before {
    content: '';
    height: 3px;
    background-image: linear-gradient(90deg, #ffd48a 0%, #ffece3 25%, #fde7b3 50%, #ffede3 75%, #ffd389 100%);
    position: absolute;
    top: 0;
    width: 100%;
}
.main-bg{
	background-image: url(../images/banner-bg.png);
    background-repeat: repeat-y;
    background-position: center;	
    background-size:cover;  
	position:relative;
	/* background-image: linear-gradient(0deg, #ffffff 0%, #fff3df 100%); */
}

.main-bg-block {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/banner-bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% 100%;
}
.grid-section {
    display: grid;
    width: 100%;
    grid-template-columns:225px 1fr 225px;
	align-items: center;
}
.gridbg-c{
	background-image: url(../images/g-bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-position: top center;
	padding-top: 25px;
	padding-bottom:0px;
	height:100%;
	/* height: 376px; */
  width: 100%;
  max-width: 350px;
}
.left-ban-icon, .right-ban-icon {
    height:200px;
}
.grid-title{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	color: #111;
	font-family: 'BenguiatStd-Book';
}

.login-btn a{
	background-color: rgba(242,212,96,0);
	border: 1px solid #e1a730;
	border-radius: 50px;
}

.cart-btn a{
	border-radius: 50px;
	background-color: #f2d460;
}

/* BANNER CSS */

.banner-br:before {
    content: '';
    border-image-source: url(../images/banner-br.png) !important;
    border: 1px solid gray;
    padding: 20px;
    border-image-repeat: stretch;
    border-image-slice: 35;
    border-image-width:30px;
    border-image-outset: 0;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    display: block;
    z-index:2;
}
.main-bg.pb-3.pb-md-5 {
  padding-bottom: 40px !important;
}
.carousel-indicators {z-index: 5 !important; margin-bottom: 0;}
.carousel-indicators [data-bs-target] { 
	width: 12px !important; 
	height: 12px !important; 
	border-radius: 50%;
	background-color:#f79108;
}

/* carousel arrows css */

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	width: 4%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 32px;
	height: 32px;
	background-color: #ffaf2f !important;
	background-size: 16px;
	padding: 15px !important;
	border-radius: 50px;
}

.circ-left, .circ-right{position:absolute; bottom:0; z-index: -1; transform: rotateZ(180deg);}
.circ-left{left:25px;}
.circ-right{right:25px;}


/* LATEST UPDATES CSS  */

.latest-sec {
    width: 100%;
	padding-top:9px;
}
.latest-hd {
    font-size: 16px;
    letter-spacing:0.5px;
    line-height: 30px;
    text-transform: uppercase;
    color: #100d00;
    font-family: 'Poppins-SemiBold';
}
.latest-hd img{margin-left:5px;}
.update-content marquee{position: absolute; top:0px;}
.update-content ul {display:inline-flex;}
.update-content ul li { padding-right:45px;}
.update-content li a{font-size:14px;color:#000;line-height:30px;}
.update-content ul li:before {
    content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    background-color: #af8c07;
    margin-left: -25px;
    display: inline-block;
}

/* LIVE DARSHAN CSS */

.darshan-sec{
	background-color: #f2d460;
	margin-top: -16px 
}
.darshan-blk{padding: 25px 0px 30px 0px;}
.darshan-title{
	font-size: 24px;
	text-transform: uppercase;
	color: #181818;
	font-family: 'BenguiatStd-Book';
}
.tm-card {
    /* width: 600px; */
    /* height: 141px; */
    border-radius: 150px;
    background-color: #ffe994;
    padding:12px 15px;
}
.tm-card p{
	line-height: 22px;
	color: #010101;
	font-family: 'Poppins-Regular';
}
.tm-card p span{
	color: #f54218;
}

/* WELCOME CSS */

.welcome-sec{
	padding:45px 0px 30px 0px;
}
.welcome-title{
	font-size:38px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f54218;
	font-family: 'BenguiatStd-Medium';
	margin-bottom:45px;
}
.welcome-title span{
	font-size: 22px;
	color: #9c7c00;
	font-family: 'BenguiatStd-Book';
}

.welcome-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #a82e9f;
    font-family: 'Cristoforo';
    position: relative;
    padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom:0;
}
.w-dgn:before {
    content: '';
    width: 545px;
    height: 1px;
    background-color: #dd9319;
    position: absolute;
    bottom:-5px;
    left: 0;
    right: 0;
    margin: auto;
}
.w-dgn:after {
    content: '';  
    position: absolute;
    bottom:-20px; 
    right: 0;
    left: 0;
    margin: auto;
	height: 53px;
	text-align: center;
	background-image: url(../images/flower-dgn.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
}
.deepam-dgn{margin:20px 0px 0px 0px; height: 55px;}

/* SCHEDULED ICONS CSS */

.sch-block { display: grid; grid-template-columns: repeat(5,1fr);}
.sch-icon{height:115px;}
.sch-title{font-size: 14px;color: #181818;font-family: 'TrajanPro-Bold';}

/* TEMPLE EVENTS CSS */

.srvc-card {
  border-radius: 15px;
  background-color: #695300;
  padding: 1px;
  height: 100%;
}
.srvc-icon {
    border-radius: 17px;
}
.srvc-ct {
    padding: 20px;
}
.srvc-title {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: 'BenguiatStd-Book';
}

.srvc-link a {
    position: relative;
    display: block;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.srvc-link {
    position: absolute;
    /* top: 50%; */
    right: 20px;
    bottom:10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}
.srvc-link i{
	color: #979741;
    font-size:36px;
}
.srvc-card:hover .srvc-link i{
	color:#fff;
}


/* DAILY EVENT CALENDER CSS */

.leaf-left, .leaf-right{position:absolute; top:0; z-index: -1;}
.leaf-left{left:0px;}
.leaf-right{right:0px;}


/* .daily-block{padding:20px;filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.08));background-color: #f2d460;} */
.daily-data{background:#fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.daily-hd {
    background: #ca282d;
    padding: 13px 18px;
    font-family: 'BenguiatStd-Book';
    font-size: 30px;
    text-transform: uppercase;
}
.table-hd-blk{background-color: #fff;padding:15px 25px;}
.header-text h4 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #f54218;
    font-family: 'BenguiatStd-Book';
}
.event-btns-blk button{
	font-size:14px;
	color: #6f5779; 
	border-radius:2px;
	background-color:rgba(204,66,1,0);
	border: 1px solid #d6bfdf;
	padding:3px 15px;
	margin-right: 7px;
}
.event-btns-blk .active, .event-btns-blk button:hover {color: #fff; background-color:#f54218; border: 1px solid #f54218;}

/* left right arrows css */
.prev-button, .next-button {position: absolute;cursor: pointer;top:0%;}
.prev-button {left: 0%;}
.next-button {right: 0%;}
.prev-button i, .next-button i {color:#f2d460; font-size:26px;}

/* table css */
.daily-event-li table td, .daily-event-li table th { border-top: 0; font-size:15px; color:#020202; padding:0px 20px; vertical-align: middle;}
.daily-event-li tbody td:first-child{border-bottom:0;}
.table-hd-blk, .daily-event-li tbody td {
	white-space: nowrap; 
	/* background: url(../images/dot1.png) repeat-x bottom;  */
	border: 0; 
	vertical-align: middle;
	border-bottom: 1px dotted #50545c;
}
.daily-event-li tbody tr:last-child td, .daily-event-li tbody td:first-child {background:none;}
.daily-event-li table tbody tr:last-child td {border-bottom:0 !important;}
.eve-hd{
	font-size: 16px !important;
	line-height: 24px;
	color: #020202 !important;
	padding-left:0 !important;
}

.mr-icon {
    color: #fff;
    background: #ff5722;
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mr-icon i {font-size:20px;line-height: 0;}
.d-ico{font-size:14px; transform:translateY(1px); color:#f54218;display: inline-block;}
.calend-icon{transform: translateY(0px); margin-right:3px;}
.mov-ico{font-size: 30px;color:#ffeeae;}
/* .mov-ico.bi-arrow-right-circle-fill::before { */
	/* background: #692982; */
	/* border-radius:50px; */
/* } */
.eve-mainico{position: relative; z-index:0; width:5%;}
.eve-ico img{
	width:80px;
	height:80px;
	border-radius:50%;
	border: 1px solid #f54218;
	padding:3px;
}
.pulse {
    position: relative;
    display: inline-block;
	padding:7px;
}
.pulse:before {
    content: '';
    height:95px;
    width:95px;
    border: 5px solid #f54218;
    border-radius: 50%;
    animation: pulse 1.5s ease-out infinite;
    /* opacity: 0; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
	display:none;
	animation-delay:0;
}

.pulse:hover:before{display:block;}
.pulse img{overflow:hidden;}
.daily-event-li table td.eve-hd span {font-size: 14px !important;}
@keyframes pulse{0%{transform:scale(0.5, 0.5);opacity:0;}50%{opacity:1;}100%{transform:scale(1.1, 1.1);opacity:0}}
	
	
.main-bg2{
	background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    /* background-position: center;	 */
    /* background-size:contain;   */
	position:relative;
	/* border-top: 1px solid #e1e1b8; */
}
	
/*POOJA SERVICES SECTION CSS */

.flower-left, .flower-right{position:absolute; top:0; z-index: -1; height: 200px;}
.flower-left{left:0px;}
.flower-right{right:0px;}

.section-br{height:15px;}
.flower-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
.scard-box {
    border: 1px dotted #50545c;
    padding: 20px 20px 30px 20px;
    height: 100%;
    background: #fff;
    z-index: 9;
}
.scard-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	column-gap:20px;
    row-gap:20px;    
}
.scard-title{
	font-size:14px;
	color: #181818;
	font-family: 'TrajanPro-Bold';
}
.scard-title span{
	font-size: 14px;
	color: #f54218;
}
.scard-icon{height: 120px;}
.view-btn a{
	font-size:13px;
	color:#f54218;
	width: 149px;
	height: 37px;
	border: 1px solid #f54218;
	padding:6px 20px;
}
.view-btn a i {
    font-size: 21px;
    margin-left: 5px;
    transform: translateY(2px);
}
.view-btn a:hover{
	color: #fff;
	background:#f54218;
}

/* REGULAR EVENTS TABEL CSS */

.revent-tble tr:first-child td { padding-top:0;}
.revent-tble td {
    font-size: 14px;
    color: #181818;
    padding:13px 0px;
	border-bottom: 1px solid #efe9f2;
}
.revent-tble td:first-child{color: #e24800;  position:relative;}
.revent-tble td:first-child:before {
   content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 16px;
    background-color: #a884ba;
    margin-left:0px;
    display: inline-block;
}
.revent-tble td:last-child{padding-left:15px;}
.revent-lis li{margin-top:3px;}
.revent-lis li:first-child{margin-top:0px;}

/* GALLERY CSS */

.gal-grid{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap:10px;
    column-gap:10px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.g-box:hover .overlay {height: 100%;}

.text {
    color: white;
    font-size:25px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery__icon{width:100%; height:177px;object-fit: cover;}
.ticker>ul>li:not(:last-child)>a>img , .ticker2>ul>li:not(:last-child)>a>img {margin-bottom:10px;max-width: 100%;}
.ticker>ul { width: 100% !important;}


/* FOOTER PART CSS */

.f-br{margin-top:-10px;position:relative;}
.footer-logo { height: 130px;}
.footer-sec {background-image: linear-gradient(#dc0048, #ae0039);}
.footer-block {padding: 15px 0px 35px 0px;}
.footer-title {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}
.ftrow{align-items:center;}
/* .fbox2{margin-left: -45px;} */
.fbox3{display: grid;justify-content: end;}

.fcal-cd ul li {border-bottom: 1px dotted #e7a3b2; padding: 7px 0px;}
.fcal-cd ul li:last-child{ border-bottom:0;}
.fcal-cd ul li a{color: #fff;}
/* .fcal-cd ul li.cal-fnt a img {filter: invert(1);} */
.loc-fnt a, .cal-fnt img{height:18px;}
.mail-fnt img{height:15px;}
.fmap iframe {
    width: 333px;
    height: 140px;
    border-radius: 15px;
    margin-bottom: -7px;
}
.log-blk .login-btn:hover a {
  color: #fff;
  background-image: linear-gradient(#f81433, #b6002e) !important;
}
.log-blk .login-btn:hover{
  background-image: linear-gradient(#f81433, #b6002e) !important;
  border-radius: 20px;
}
.log-blk .cart-btn:hover a {
  background-image: linear-gradient(#ff9716  20%, #ffea01) !important;
  color: #440803;
}
/* news letter css */
.news-letter img{margin-right:5px;}
.news-letter h5 {font-size:20px;color: #fff;font-family: 'TrajanPro-Regular';}
.news-letter h5 span{font-size:12px;color: #fff;font-family: 'Roboto-Regular';}
.news-letter > div img {filter: invert(1);}
/* subscribe css */

.subscribe-box img {margin-bottom: -26px;}
.subscribe-box input{
	font-size: 13px;
	color: #9667ae;
	background-color:#be003e;
	border:1px solid #ffe801;
	border-radius:50px;
	/* background-color: rgba(124,47,162,0.0784313725490196); */
	height:36px;
	width: 288px;
	padding: 0px 15px;
}
.subscribe-box button{
	font-size: 14px;
	letter-spacing: 3px;
	border: 0;
	height: 36px;
	border-radius:50px;
	text-transform: uppercase;
  color: #c80041;
  background-image: linear-gradient(0deg, #ff9816 0%, #ffea01 100%);
	padding: 0px 20px; 
	font-family: 'Oswald-Regular';
	position: absolute;
    right: 0;
}
.subscribe-box input:focus {color: #bd7708; background-color: transparent;border-color: 0;outline: 0;box-shadow: none;}
.subscribe-box ::placeholder {color:#bd7708 !important;}

/* social icons */
.fsocial-icons{margin-top:20px;}
.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:16px;
    color: #fff;
	filter: drop-shadow(0px 3px 3px rgba(149,81,0,0.3));
background-color: #ffffff;
	border-radius:50%;
    display: inline-block;
    margin:0px 0px 0px 10px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.f-icon i {
	font-size:18px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.f-fb{color:#4b69b1;}
.f-tw{color:#0e0e0e;}
.f-insta{color:#974494;}
.f-yt{color:#e83f3a;}


/* copy right section css */

.copy-right-block {
    background-color: #d30045;
    padding:20px 0px;
    font-size: 14px;
    color: #fffefe;
}
.aw-txt{color:#ffea00;}

/* -------------------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* -------------------------------------------------------------------------- */


.inner-grid-section {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap:30px;	
}
.inner-gap{
	filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.08));
	background-color: #ffffff;
}
/* .pad-gap{padding: 20px;} */

.inner-hd {
    padding: 0px 0px 5px 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #f2d460;
}
.inner-title {
	font-size:24px !important;
	color: #480561 !important;
	font-family: 'BenguiatStd-Medium' !important;
}

.inner-bx{padding:20px 0px 20px 20px;}
.inner-cnt{padding-block:20px;}

.side-grid {padding: 10px 10px 0px 0px;}
.side-grid .gridbg-c {height: auto;}


/* Sri over riding css */
.center-logo {
  /* height: 123px;
  margin-bottom: -3px; */
  height: 133px;
  margin-bottom: -43px;
}
.h-bg2 {
  background-image: linear-gradient(#f61332, #b5012e);
  border-radius: 50px;
}
.h-title {
  font-size: 38px;
  letter-spacing: 1px;
  background-image: linear-gradient(#ffea01 20%, #ff9716);
  color: transparent;
  background-clip: text;
}
.htext-part {padding: 8px 0px;}
.hcal-btn a img {filter: brightness(100);}
.hcal-btn {margin-top: 8px;}
.cart-icon {height: 15px;}
.header-nav {border: 1px solid #97002c;}
.login-btn a {
  border: 1px solid #f71433;
  background-image: linear-gradient(#f61332, #b5012e);
  color: transparent;
  background-clip: text;
}
.body-x-dec {height: 440px;}
.cart-btn a {background-image: linear-gradient(#ffea01 20%, #ff9716);}
/* Sri over riding css close */
/* Sri css */
.body-x-dec{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.body-x-dec.right{
  left: auto;
  right: 0;
}
.header-top-section.h-bg1 {
  position: relative;
}
.header-top-section.h-bg1::before {
  position: absolute;
  content: "";
  background-image: url("../images/head-btm-2.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
}
.inner-header{
  position: relative;
  z-index: 1;
}
.main-content-inner{
  border-radius: 150px;
  overflow: hidden;
}
.main_logo{height: 48px;}
.latest-sec {padding-inline: 30px;}
.color2{color: #f54218;}
.namalu-dgn{
  margin-top: 40px;
  height: 105px;
  mix-blend-mode: darken;
  margin-inline: auto;
  display: block;
}
.circ-left, .circ-right {
  height: 100px;
}
.main-content-sec {background-image: linear-gradient(#fff, #fffff3);position: relative;}
.daily-block {display: flex;width: 100%;align-items: start;}
.daily-block > div:first-child{width: 100%; height: 100%;}
.daily-block > div:last-child{width: 100%;border-left: 4px solid #fff2c1;}
#vvv table tr td {background: transparent;border: 1px solid #c3a11c;}
.table-pd-set{padding: 10px;padding-bottom: 40px;}
.panchangam-inner{padding: 15px;padding-bottom: 0;}
.contentscroll2 {max-height: 410px;overflow-y: auto;padding-right: 20px;}
.head-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ca282d;
}
.calendar-header.pos-relative {width: 270px;right: 2%;}
.calendar-header.pos-relative h4 {color: #fff;}
.home-event-sec{padding-block: 50px;overflow: hidden;border-top: 1px solid #e1e1b8;}
.home-event-sec .circ-left, .home-event-sec .circ-right {transform: rotateZ(0deg);top: -105px;}
.home-event-sec .circ-left{left: 0;}
.home-event-sec .circ-right {right: 0;}
.srvc-ct {color: #fff;}
.srvc-title span {color: #ffec1d;}
.scard-box {border: none;background: #f2d460;position: relative;z-index: 1;}
.scard-box::before{
  content: "";
  position: absolute;
  width: 85%;
  height: 50px;
  border-radius: 50px;
  background: #f2d460;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.scard-box::after{
  content: "";
  position: absolute;
  width: 65%;
  height: 300px;
  border-radius: 50%;
  background: #f2d460;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.text-center.ss h2{
  font-size: 28px;
}
.text-center.ss {
  position: absolute;
  top: -30px;
  width: 100%;
  left: 0;
}
.w-dgn::before {
  background-image: url("../images/well-design.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 13px;
  bottom: -25px;
  max-width: 775px;
  width: 100%;
}
.srvc-card .srvc-icon-bar .srvc-icon {
  height: 256px;
}
.darshan-card.tm-card {
  position: relative;
}
.darshan-card.tm-card::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #f2d460;
}
.color3{color: #874600 !important;}
.color4{color: #fe7200 !important;}
.color5{color: #ca282d !important;}
.scard-box .flower-bg{display: none;}
.v-overlay .text {
  background: #ff00008c;
  padding: 13px;
  border-radius: 20px;
  transition: all .2s ease-in-out;

}
.loc-fnt img {height: 18px;}
.gal-grid a:hover .v-overlay .text {
  transform: translate(-50%, -50%) scale(1.03);
  transition: all .2s ease-in-out;
  }
.footer-content .fsocial-icons {
    display: flex;
    justify-content: center;
    align-items: center;  
    text-align: center;
}
  .footer-content .fsocial-icons> span{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-top: -5px;
    font-family: 'Poppins-Regular';
  }
  .navbar .menu-item-has-children ul.sub-menu {min-width: 200px;}
  #vvv table td p {line-height: 110%;}
  .subscribe-box input {color: #fff;}
  .subscribe-box input::placeholder{color: #fff !important;}
  .subscribe-box input:focus {color: #fff;}




  /* about us page css */
  .inner-top-set{
    margin-top: -2px;
  }
  .inner-title2 {
    font-size: 18px;
    color: #f54218;
    font-family: 'BenguiatStd-Book';
  }
  .aws-right-sec .darshan-card.tm-card::before {
    height: 1px;
    width: 100%;
    left: 0;
    transform: translateX(0) translateY(-50%);
    top: 58%;
  }
  .aws-right-sec .darshan-card.tm-card {padding: 30px;}
  .aws-right-sec .darshan-title {font-size: 22px;}
  .right-side-timing-sec {
    background: #f2d460;
    padding: 10px;
    position: relative;
    z-index: 0;
  }
  .aws-inner-content {box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}
  .right-side-timing-sec::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 40px;
    border-radius: 50px;
    background: #f2d460;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .right-side-timing-sec::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 150px;
    border-radius: 50%;
    background: #f2d460;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }

  .rqs-line{
    border: 2px solid #e1e1b8;
    padding: 20px;
    margin-top: 25px;
  }
  .rqs-line h4{
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins-Regular';
  }
  .rqs-line h4 span{
    display: block;
    color: #f54218;
    margin-bottom: 10px;
  }
  .calendar-header.pos-relative {
    right: 4.5%;
    }
    .navbar .menu-item-has-children ul li a{border-radius: 0;}
    
    /* cart css */
    .cart-canvas .offcanvas-header {
      background: #ca282d;
      color: #fff;
    }
    .cart-canvas .offcanvas-header .btn-close {
      filter: invert(1);
      border: 2px solid #000;
      border-radius: 30px;
      padding: 12px !important;
      opacity: 1;
    }
    .offcanvas.offcanvas-end.cart-canvas {
      width: 100%;
      max-width: 491px;
    }
    #offcanvasRightLabel {
      font-size: 23px;
      font-family: 'BenguiatStd-Book';
      text-transform: uppercase;
    }
    .offcanvas-body .eve-hd {
      font-size: 14px !important;
      line-height: 20px;
      color: #020202 !important;
    }
    .daily-event-li table td.eve-hd span.color4 {
      font-family: 'BenguiatStd-Book';
    }
    .cart-canvas .ls-1p a i.bi-x {
      background: #fcf2f7;
      font-size: 23px;
      padding: 2px 6.2px;
      border-radius: 40px;
      color: #ca282d;
    }
    .offcanvas.offcanvas-end.cart-canvas td.eve-mainico {
      padding-inline: 5px;
      padding-right: 15px;
    }    
    .offcanvas.offcanvas-end.cart-canvas td {padding-inline: 10px;}
    .offcanvas.offcanvas-end.cart-canvas td.eve-hd {padding-right: 0;}
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td {padding-block: 20px;}
    .offcanvas.offcanvas-end.cart-canvas td{font-family: 'Poppins-Light';}
    .offcanvas.offcanvas-end.cart-canvas .daily-event-li tbody td:first-child {border-bottom: 1px dotted #50545c;}
    .offcanvas.offcanvas-end.cart-canvas .eve-ico img {width: 90px;height: 90px;}
    .offcanvas.offcanvas-end.cart-canvas .pulse::before {height: 105px;width: 105px;}
    .offcanvas.offcanvas-end.cart-canvas td h4{font-size: 18px;font-family: 'BenguiatStd-Book';}
    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer {padding: 20px;padding-bottom: 40px;border-top: 1px dotted #50545c;}
    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {color: #1e7e68;font-size: 16px;padding-left: 30px;}
    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box {display: flex;align-items: center;}
    input[type="checkbox"]:checked + label:after {background: #1e7e68 !important;}
    .amount-sec {display: flex;justify-content: space-between;padding-block: 15px;margin-bottom: 10px;}
    .amount-sec  div{font-size: 22px;font-family: 'BenguiatStd-Book';}
      .payment-final:hover {background-image: linear-gradient(#ff9816, #ffea01);transition: all .4s;}
    .payment-final {
      display: block;
      text-align: center;
      background-image: linear-gradient( #ffea01 , #ff9816 );
      padding: 10px 30px;
      border-radius: 40px;
      color: #111;
      font-family: 'Poppins-Medium';
      transition: all .4s;
      text-transform: uppercase;
      font-size: 15px;
    }
    .aws-app-menu{display: none;}
    .cart-donate {
      background-color: #ffe994;
      margin-top: 20px;
      padding: 20px;
      border-radius: 7px;
    }
    .cart-donate form input, .cart-donate form select {
      border: none;
      border-radius: 5px;
      padding: 12px 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
      font-size: 14px;
    }
    /* ul.buttonslis li button:hover {
      background-image: linear-gradient(0deg, #f20f2e 50%, #b0344c 100%);
      background-color: #ca282d;
      color: #fff;
    } */
    ul.buttonslis li button {
      font-size: 14px;
      letter-spacing: 3px;
      border: 0;
      height: 36px;
      border-radius: 50px;
      text-transform: uppercase;
      color: #fff;
      /* background-image: linear-gradient(0deg, #b0344c 50%, #f20f2e 100%); */
      padding: 0px 20px;
      font-family: 'Oswald-Regular';
      margin-inline: auto;
      display: block;
      background-color: #ca282d;
    }
    
    .home_page .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {
      padding-left: 10px;
    }
    .cart-canvas .pulse:hover::before {
      display: none;
    }
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td.eve-mainico {
      padding-block: 0;
    }
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td.eve-hd {
      padding-block:13px;
    }
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td .pulse img {
      height: 75px;
    }
    .cart-canvas .offcanvas-body {
      padding-top: 5px;
    }
    .offcanvas.offcanvas-end.cart-canvas.home .offcanvas-footer .check-box label {
      padding-left: 10px;
      color: #111;
      }
   
    /* cart css close */

  /* about us page css close */

/* Sri css close */


/* -------------------------------------------------------------------------- */
	/* ABOUT PAGE CSS */
/* -------------------------------------------------------------------------- */

/* responsive */
@media (width >=1301px) {
  .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}

@media (width <=1300px) {

  #carouselExampleDark>img:nth-child(1),
  #carouselExampleDark>img:nth-child(2) {
      width: 170px;
  }

  #carouselExampleDark>img:nth-child(3),
  #carouselExampleDark>img:nth-child(4) {
      width: 90px;
      top: 100px !important;
  }
}

@media (width <=767px) {

  #carouselExampleDark>img:nth-child(1),
  #carouselExampleDark>img:nth-child(2) {
      width: 120px;
  }

  #carouselExampleDark>img:nth-child(3),
  #carouselExampleDark>img:nth-child(4) {
      width: 60px;
      top: 50px !important;
  }
}

@media (width <=576px) {
  #carouselExampleDark>img:nth-child(1),
  #carouselExampleDark>img:nth-child(2) {
      width: 70px;
  }

  #carouselExampleDark>img:nth-child(3),
  #carouselExampleDark>img:nth-child(4) {
      width: 30px;
      top: 20px !important;
  }
}

/* LAKSHMI CSS */

@media screen and (max-width:500px){
    .loc-fnt a {
        font-size: 13px;
    }
}

@media screen and (max-width:1700px){

/* HEADER CSS */

/* FOOTER CSS */


}


@media screen and (max-width:1370px){

.container {
padding-right: 15px;
padding-left: 15px;
}

/* HEADER CSS */

/* FOOTER CSS */

}


@media only screen and (max-width:1300px){
/* HEADER CSS */
.navbar a, .navbar a:focus { font-size:12px; padding:4px 10px;}


}
@media only screen and (max-width:1244px){

/* HOME PAGE CSS */

.grid-section {
  grid-template-columns: none;
  grid-gap: 10px;
}
.grid-middle {
  grid-column: 1 / span 2;
  grid-row: 1;
}

/* FOOTER CSS */

}

@media only screen and (max-width:1199px){


/* HEADER CSS */

.h-title {
  font-size:25px;
}
/* FOOTER CSS */

.footer-block { padding:25px;}
.fbox2{margin-left:0px;}
.fbox3 { display: initial;}
.fmap iframe { width: 100%;}
.subscribe-box input {width: 100%;}
.fsocial-icons {margin-top: 20px;text-align: initial;}
}


@media only screen and (max-width:1023px){

/* common css  */

.rsp-lg-m-0 {margin: 0;}

.rsp-lg-mr-0 {margin-right: 0;}

.rsp-lg-ml-0 {margin-left: 0;}

.rsp-lg-mt-0p{margin-top:0px;}

.rsp-lg-mt-10p{margin-top:10px;}

.rsp-lg-mt-20p{margin-top:20px;}

.rsp-lg-mt-25p{margin-top:25px;}

.rsp-lg-mt-30p{margin-top:30px;}

.rsp-lg-mtb-20p{margin-top:20px;margin-bottom:20px;}

.rsp-lg-mtb-25p{margin-top:25px;margin-bottom:25px;}

.rsp-lg-mlr-auto{margin-left:auto; margin-right:auto;}

.rsp-lg-mb-20p {margin-bottom: 20px;}

.rsp-lg-mb-25p {margin-bottom: 25px;}

.rsp-lg-mb-40p {margin-bottom: 40px;}

.rsp-lg-p-0 {padding: 0;}

.rsp-lg-pr-0 {padding-right: 0;}

.rsp-lg-ptb-25p{padding-top:25px;padding-bottom:25px;} 

.wh-lg-init {white-space: initial;}

.rsp-lg-dis-block {display: block !important;}

.rsp-lg-txt-center {text-align:center;}

.rsp-lg-flex-dir {flex-direction: column-reverse;}

.rsp-lg-ht-auto{height: auto;}

/* common titles css  */

/* HEADER CSS */

/* HEADER-BOTTOM CSS  */

.header-nav { background-image:none;padding:0px;	}
.navbar a, .navbar a:focus {
  padding: 7px;
}


/* .center-logo {
  height: 90px;
} */
.center-logo {
  height: 100px;
  margin-bottom: -31px;
}
.main_logo {
  height: 34px;
}
.container.ss .h-bg2.htext-part::after {width: 140px;}
.h-bg2 {background-image: linear-gradient(#f01231, #b5012e);}
.left-logo, .right-logo {
  height: 115px;
}
.h-title {
  font-size: 20px;
  letter-spacing: 0;
}
.h-subtitle {
  font-size: 12px;
}

.login-btn {
  margin-bottom: 10px;
}
.login-btn a, .cart-btn a {
  display: inline-block;
padding: 7px 18px 
}

.cart-btn a {color:#440803;}
.h-bg1, .h-bg2{
background-size:cover;
}

/* FOOTER CSS */
.footer-block { padding:15px;}


}




@media only screen and (max-width:991px){ 

/* COMMON CSS */

.common-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pt-gap{
padding-top:25px;
}
.pb-gap{
padding-bottom:25px;
}

/* HEADER CSS */

/* HOME PAGE CSS */

.main-bg-block { 
background-color: #a42942;
  background-image: none;
}

.welcome-sec {padding:20px 0px;}
.welcome-title {font-size:21px;}
.welcome-title span {font-size: 14px;}
.w-dgn:after {background-size: 100%;}
.daily-hd { padding: 15px; font-size: 20px;}
.scard-box {padding: 15px 15px 25px 15px;}
.scard-grid { column-gap: 10px; row-gap: 10px;}
.sch-title, .scard-title {font-size: 12px;}
.scard-title span {font-size: 11px;}

/* FOOTER CSS */
.footer-sec {
  margin-top: -8px;
}
.copy-right-block {
  padding: 15px 0px;
}


/* INNER PAGES COMMON CSS */

.inner-grid-section {
  grid-template-columns:repeat(1,1fr);
}

}

@media screen and (max-width:900px){ 

}

@media screen and (max-width:767px){ 

/* common css  */

.rsp-m-0 {margin: 0;} .rsp-m-5p {margin: 5px;} 

.rsp-mt-10p {margin-top:10px;} 

.rsp-mt-15p {margin-top:15px;} 

.rsp-mt-20p {margin-top:20px !important;} 

.rsp-mt-25p {margin-top: 25px;}

.rsp-mtb-20p{margin-top:20px;margin-bottom:20px;} 

.rsp-mtb-25p{margin-top:25px;margin-bottom:25px;} 

.rsp-mtb-40p{margin-top:40px;margin-bottom:40px;} 

.rsp-mt-0 {margin-top: 0px;}

.rsp-mb-0 {margin-bottom: 0px;}

.rsp-mb-20p {margin-bottom: 20px;}

.rsp-mb-25p {margin-bottom: 25px;}

.rsp-p-0 {padding: 0;} .rsp-pr-15p{padding-right:15px;} .rsp-pl-15p{padding-left:15px;}

.rsp-pt-10p{padding-top:10px;}

.rsp-pt-20p{padding-top:20px;}

.rsp-ptb-15p{padding-top:15px;padding-bottom:15px;} 

.rsp-ptb-20p{padding-top:20px;padding-bottom:20px;} 

.rsp-ptb-25p{padding-top:25px;padding-bottom:25px;} 

.rsp-ptb-30p{padding-top:30px;padding-bottom:30px;}

.rsp-pt-0 {padding-top: 0;}

.rsp-pb-0 {padding-bottom: 0;}

.rsp-pb-20p{padding-bottom:20px;} .rsp-pb-25p{padding-bottom:25px;} .rsp-pb-30p{padding-bottom:30px;} .rsp-pb-40p{padding-bottom:40px;}

.rsp-w-100{width:100% !important;}

.rsp-ht-auto{height: auto;}

.rsp-margin-auto{margin: auto;}

.wh-md-init {white-space: initial;}

.rsp-md-flex-dir {flex-direction: column-reverse;}

.rsp-m-txt-center {text-align:center !important;} 

.rsp-m-txt-initial {text-align:initial !important;}

.rsp-m-dis-block {display: block !important;}

.rsp-m-justify-initial {justify-content:initial;}

.rsp-m-justify-space {justify-content: space-between;}

.rsp-m-justify-center {justify-content: center;}

/* COMMON CSS */

/* HEADER CSS */

/* logo css */
.center-logo { height:90px;}
.left-logo-part, .right-logo-part {display:none;}
.h-title {font-size:15px;letter-spacing: 0;}
.h-subtitle {font-size:10px;}

/* HOME PAGE CSS */

.welcome-subtitle {font-size:16px;padding-bottom: 10px;}
.w-dgn:before {width: 100%;}
.w-dgn:after {background-image: none;}
.sch-block {grid-template-columns: repeat(3,1fr); row-gap: 15px;}

/* FOOTER CSS */

/* INNER PAGES COMMON CSS */
.inner-grid-section { gap:10px;}
.pad-gap{padding:10px;}

.inner-bx, .side-grid{padding:0px;}



}

@media screen and (max-width:640px){




}

@media screen and (max-width:575px){

/* common css  */

.rsp-sm-dis-block {display: block !important;}

.rsp-sm-mt-10p {margin-top:10px;} 

.rsp-sm-mt-15p {margin-top:15px;} 

.rsp-sm-mr-0 {margin-right:0;} 

.rsp-sm-pt-20p {padding-top:20px;}

.rsp-sm-flex-dir {flex-direction: column-reverse;}

.rsp-sm-txt-initial{text-align:initial;}

.rsp-sm-txt-center{text-align:center;}

.rsp-sm-margin-auto{margin: auto;}

.rsp-sm-font16{font-size:16px;}

/* common css */


/* HEADER CSS */
.header-logo{height:13vh; object-fit: cover;}
.h-subtitle {
  font-size: 8px;
  line-height: 14px;
}

/* HOME PAGE CSS */

/* .grid-middle {grid-column: 1 / span 1;} */
/* .grid-right-content, .grid-left-content { width: 325px; margin: auto;} */

.left-ban-icon, .right-ban-icon {
  height: 155px;
}

.scard-grid {
  grid-template-columns: repeat(2,1fr);
}
.table-hd-blk { padding: 10px 10px;}
.event-btns-blk button {font-size: 11px;padding: 3px 10px;margin-right: 0;}
.daily-event-li table td, .daily-event-li table th {padding: 0px 5px; font-size: 13px;}
.eve-hd {font-size: 14px !important;line-height: 22px;}
.sch-block {grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width:500px){

.scard-icon {height: 125px;}

/* FOOTER CSS */
.f-dtl{display:block !important;}

/* INNER PAGES COMMON CSS */


}


@media screen and (min-width:576px) and (max-width:767px){



}


@media screen and (min-width:768px) and (max-width:1244px){


.grid-right-content, .grid-left-content { width: 325px; margin: auto;}


}

@media screen and (min-width:992px) and (max-width:1244px){

/* HEADER CSS */


/* HOME PAGE CSS */


}

@media screen and (min-width:992px) and (max-width:1023px){


}





@media only screen and (max-width:1244px){


}



/* MEGA MENU RESPONSIVE COMMON CODE CSS */


@media (width <=991px) {

  .nav-item.dropdown {
      display: flex;
      align-items: center;
      flex-direction: column;
  }
    /* .nav-dropdown > li > a, */
  /* .megamenu-list > li > a { */
      /* color: #fff !important; */
  /* } */

  /* .nav-dropdown > li > a:hover { */
      /* background-color: transparent; */
      /* color: #fff; */
  /* } */


  /* .navbar-nav > li:hover, */
  /* .navbar-nav > li.active { */
      /* background:#1C1E59; */
  /* } */
  /* .navbar-nav > li:hover a, */
  /* .navbar-nav > li.active a { */
      /* background:#1C1E59; */
      /* color: #fff !important; */
  /* } */

    /* .nav-menu > li:hover, */
  /* .nav-dropdown { */
      /* background-color: #ab0d0f !important; */
      /* background-image: none !important; */
  /* } */

}


          /* Sri responsive */  
@media screen and (min-width:1499px) {
  .aws-inner-grid-two {grid-template-columns: 1fr 320px !important;gap: 30px !important;}
  .inner-page .container {max-width: 1230px !important;}
  .aws-right-sec .darshan-card.tm-card {padding: 30px 55px;}
  .inner-page .aws-left-sec p {font-size: 15px;line-height: 26px;letter-spacing: 0.25px;}
  .aws-inner-content {padding-left: 30px !important;}
}
@media screen and (max-width:1499px) {
  #offcanvasRightLabel {font-size: 24px;}
  .offcanvas.offcanvas-end.cart-canvas td h4 {font-size: 18px !important;}
  .offcanvas.offcanvas-end.cart-canvas td {font-size: 14px !important;}
  .offcanvas.offcanvas-end.cart-canvas .eve-ico img {width: 70px;height: 70px;}
  .offcanvas.offcanvas-end.cart-canvas .pulse::before {height: 80px;width: 80px;}
  .cart-canvas .ls-1p a i.bi-x {font-size: 20px;}
  .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td {padding-block: 15px;}
  .aws-inner-grid-two {grid-template-columns: 1fr 350px !important;}
  .darshan-card a img {height: 35px;}
  .aws-right-sec .darshan-title {font-size: 20px;}
  .darshan-card.tm-card div img {height: 30px;}
  .aws-right-sec .darshan-title {font-size: 18px;}
  .right-side-timing-sec .tm-card p {font-size: 12px;line-height: 150%;}
  .aws-right-sec .darshan-card.tm-card {padding: 30px 40px;}
  .aws-right-sec .darshan-card.tm-card::before {top: 56%;}
}
@media screen and (max-width:1350px) {
  #offcanvasRightLabel {font-size: 20px;}
  .offcanvas.offcanvas-end.cart-canvas td h4 {font-size: 16px !important;}
  .offcanvas.offcanvas-end.cart-canvas td {font-size: 12px !important;line-height: 20px;}
  .cart-canvas .ls-1p a i.bi-x {padding: 3px 7px;}
  .cart-canvas .offcanvas-header .btn-close {width: 10px;height: 10px;}
  .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {font-size: 13px;}
  .cart-canvas input[type="checkbox"] + label::before {width: 16px;height: 16px;}
  .cart-canvas input[type="checkbox"]:checked + label::after {font-size: 14px;line-height: 14px;width: 14px;height: 14px;}
  .amount-sec div {font-size: 18px;}
  .amount-sec {padding-block: 10px;margin-bottom: 7px;}
}
@media screen and (max-width:1450px) {
  .container {max-width: 1080px !important;}
  /* .center-logo {height: 100px;} */
  .navbar a, .navbar a:focus {font-size: 13px;padding-inline: 9px;}
  .log-blk {margin-left: 20px;}
  .left-logo, .right-logo {height: 120px;}
  .h-title {font-size: 34px;letter-spacing: 0.5px;}
  .h-subtitle {font-size: 16px;}
  /* .daily-block > div:first-child {overflow-x: auto;min-width: 695px;} */
  .daily-event-li table td, .daily-event-li table th {font-size: 13px;}
  .daily-event-li table td.eve-hd{font-size: 14px !important;}
  .daily-event-li table td.eve-hd span{font-size: 12px !important;}
  .eve-ico img {width: 60px;height: 60px;}
  .pulse::before {height: 70px;width: 70px;top: 2px;left: 2px;}
  .temple-events-sec .row> div >a {height: 100%;display: block;}
  .srvc-card .srvc-ct p br {display: none;}
  .srvc-card .srvc-ct p {padding-right: 40px;}
  .namalu-dgn {height: 100px;}
}
@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {padding-inline: 7px;}
  #vvv table tr td {font-size: 11px;}
  .panchagam-heading h2.grid-title {font-size: 20px;letter-spacing: 0;margin-top: 5px;}
  .panchagam-heading img {height: 35px;}
  .aws-inner-grid-two {grid-template-columns: 1fr 300px !important;}
}
@media screen and (max-width:1250px) {
  .grid-right-content, .grid-left-content {width: 100%;}
}
@media screen and (max-width:1200px) {
  .container {max-width: 991px !important;}
  .log-blk {margin-left: 0px;}
  .navbar a, .navbar a:focus {font-size: 12px;}
  .footer-content .fsocial-icons > span {letter-spacing: 0;}
  .inner_page .body-x-dec{display: none;}
}
@media screen and (max-width:1024px) {
  .container.ss {max-width: 750px !important;}
  .hcal-btn a {font-size: 11px;display: inline;}
  .left-logo, .right-logo {height: 90px;}
  .hcal-btn a img {height: 18px;}
  .left-logo-card.d-flex.gap-3.gap-lg-5, .right-logo-card.d-flex.gap-3.gap-lg-5 {gap: 12px !important;}
  .h-title {font-size: 30px;}
  .header-nav {border: none;}
  .body-x-dec {height: 450px;}
  .table-responsive.daily-event-li table tr {display: flex;flex-direction: column;}
  .table-hd-blk, .daily-event-li tbody td {border-bottom: none;}
  .table-hd-blk, .daily-event-li tbody td:last-child {border-bottom: 1px dotted #50545c;}
  .table-hd-blk, .daily-event-li tbody td span {display: inline-block !important;}
  .daily-event-li table tbody tr td.eve-hd {margin-left: 20px;}
  .grid-right-content, .grid-left-content {max-width: 300px;}
  .table-hd-blk, .daily-event-li tbody td:last-child .ls-1p {margin-bottom: 20px;}
  .daily-event-li tbody tr:last-child td, .daily-event-li tbody td:first-child {padding-top: 10px;}
  .contentscroll2 {max-height: 355px;}
  .gallery__icon {height: 137px;}
  .aws-app-menu{display: block;}
  .aws-inner-grid-two {grid-template-columns: 1fr 300px !important;}
  .aws-inner-grid-two {display: block !important;}
  .right-side-timing-sec {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 20px;}
    .right-side-timing-sec::before, .right-side-timing-sec::after {display: none;}
/* responsive menu set */

/* .mobile-nav-show {
  top: auto;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #111;
  border-radius: 50px;
  padding-right: 10px;
} */
#navbar {
  right: 50%;
  max-width: 98%;
  transform: translateX(50%);
  top: 100%;
  border-top-left-radius: 15px;
  overflow: auto;
  border-top-right-radius: 15px;
}
.mobile-nav-active .navbar {top: 14% !important;left: auto;}
.mobile-nav-hide {top: 16%;right: 4%;}
.navbar ul {background: #111;}

.aws-app-menu {
  padding: 7px 15px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: #000;
}
.aws-app-menu > div {justify-content: space-between;}
.aws-app-menu > div * {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #fff;
  line-height: 11px;
  text-transform: uppercase;
}
.aws-app-menu > div i {font-size: 20px;}
.copy-right-block.rsp-m-txt-center {padding-bottom: 70px;}
/*  */

/* responsive menu set close */
.navbar a, .navbar a:focus {font-size: 14px;}
.log-blk .login-btn a {padding-inline: 30px;}
.log-blk .cart-btn a {padding-inline: 20px;}
.log-blk {display: flex;gap: 10px;margin-top: 15px;}
.main-bg.pb-3.pb-md-5 {padding-bottom: 20px !important;}
.cart-canvas .daily-event-li tbody td {border-bottom: 1px dotted #50545c !important;}
}
@media screen and (max-width:992px) {
  .main-content-inner {border-radius: 0;}
  .temple-events-sec {padding-bottom: 70px;}
  .w-dgn::before {max-width: 427px;}
  .main-content-sec > .container{width: 100%;padding: 0;}
  .update-content marquee{right: 0;}
  .latest-hd {background: #ffe994;position: relative;z-index: 1;}
  .text-center.ss h2 {
      font-size: 24px;
    }
}
@media screen and (max-width:900px) {
  .daily-block {display: block;}
  .daily-block > div:last-child {border-left: none;}
  .inner-top-set {margin-top: -5px;}
}
@media screen and (max-width:768px) {
  .darshan-card.tm-card::before {display: none;}
  .panchangam-inner {display: inline-flex;}
  .scard-box.pos-relative {max-width: 500px;margin: auto;}
  .text-center.ss {top: -25px;}
  /* .scard-box::before, .scard-box::after {display: none;} */
  .panchangam-data {text-align: center;}
  .body-x-dec {display: none;}
  .temple-events-sec {padding-bottom: 55px;}
  .h-br {height: 8px;}
  .main_logo {height: 30px;}
  .center-logo {margin-bottom: -31px;}
  .scard-box::after {width: 75%;top: -75px;background-image: linear-gradient(#f2d460, #fff0);}
  .common-section.inner-sett {padding-top: 50px;}
.common-section.inner-sett .row{--bs-gutter-y: 100px !important;}
.container.ss .h-bg2.htext-part::after {top: -9px;}
}
@media screen and (max-width: 766px) {
  .center-logo {
    margin-bottom: -28px;
  }
}
@media screen and (max-width:700px) {
  .h-title {font-size: 24px;}
}
@media screen and (max-width:576px) {
  /* .center-logo {height: 67px;margin-bottom: 0;} */
  .h-title {font-size: 20px;margin-bottom: 0;}
  .h-subtitle {font-size: 13px;}
  .namalu-dgn {margin-top: 20px;height: 70px;}
  .calendar-header.pos-relative {right: auto;left: 50%;transform: translateX(-50%);padding-bottom: 10px;}
  .daily-data .head-flex {display: block;}
  .daily-hd {padding-bottom: 10px;}
  .daily-event-li table td {padding-left: 20px;}
  .text-center.ss h2 {font-size: 26px;}
  .inner-page .calendar-header.pos-relative {left: 0;transform: translateX(-10px);padding: 0;}
  .inner-top-set {margin-top: -10px;padding-top: 15px;}
  .latest-hd {font-size: 12px;}
}
@media screen and (max-width:500px) {
  .head-flex.inner-top-set {flex-direction: column;gap: 10px;}
  .inner-cnt {padding-top: 0;}
  .rqs-line h4 {font-size: 14px;}
  .latest-post.text-justify.pos-relative.mx-4 {margin-inline: 10px !important;}
  .banner-sec {padding: 0;}
  .banner-br::before {padding: 10px;border-image-slice: 30;border-image-width: 20px;}
  .banner-sec.p-vw.mt-20p {margin-top: 15px;}
  .main_logo {height: 25px;}
}
@media screen and (max-width:450px) {
  .h-title {font-size: 16px;}
  .h-subtitle {font-size: 10px;}
  /* .center-logo {height: 60px;} */
  .darshan-title {font-size: 22px;}
  .welcome-title, .daily-hd, .section-title2, .text-center.ss h2 {font-size: 22px;}
  .pulse {padding-inline: 0;}
  .w-dgn::before {height: 12px;}
  .v-overlay .text img {height: 20px;}
  .v-overlay .text {display: flex;justify-content: center;align-items: center;}
  .darshan-card.tm-card {position: relative;border-radius: 10px;}
}
@media screen and (max-width:400px) {
  /* .center-logo {height: 54px;} */
  .h-title {font-size: 15px;}
  .htext-part {padding: 7px 0px;}
  .darshan-title {font-size: 18px;}
  .darshan-card.tm-card .row > div .darshan-title.ss {margin-top: 20px;}
  .w-dgn::before {height: 15px;}
  .welcome-title {font-size: 20px;}
  /* .namalu-dgn {margin-top: 10px;height: 50px;} */
  .home-event-sec {padding-block: 30px;}
  .header-text h4 {font-size: 16px;}
  .gallery__icon {height: auto;}
  .v-overlay .text img {height: 15px;}
  .v-overlay .text {font-size: 0;padding-block: 5px;}
  .srvc-card .srvc-icon-bar .srvc-icon {height: auto;}
  .text-center.ss h2 {font-size: 22px;}
  .main_logo {height: 23px;}
  .center-logo {margin-bottom: -25px;height: 80px;}
  .container.ss .h-bg2.htext-part::after {width: 100px;}
  .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td .pulse img {height: 55px;}
  .offcanvas.offcanvas-end.cart-canvas td.eve-mainico {padding-right: 10px;}
  .cart-canvas .offcanvas-body {padding-inline: 0;}
  .cart-canvas .ls-1p a i.bi-x {padding: 1px 5px;}
}
@media screen and (max-width:350px) {
  .darshan-card > a img {height: 30px;}
  .darshan-title {font-size: 16px;}
  .btn-size.btn-pd {padding: 7px 25px;letter-spacing: 0.5px;}
  .darshan-card.text-center > div.text-center.mt-20p {margin-top: 12px;}
  .welcome-title {margin-bottom: 35px;}
  .text-center.ss h2 {font-size: 18px;}
  .center-logo {margin-bottom: -22px;height: 70px;}
  .container.ss .h-bg2.htext-part::after {width: 90px;}
  .main_logo {height: 21px;}
}


.aws-left-sec {
    min-height: 1090px;
}

body.mobile-nav-active .menu-item-has-children ul {
    padding: 5px 0 15px 15px !important;
}

body.mobile-nav-active .navbar li a {
    color: #ffffff !important;
}


.awst-event-box {
    position:relative;
   padding:20px;
   z-index:0;
   height:100% !important;
}
.panchangam-data .panchangam-inner {
    width: 100% !important;
    height: 100% !important;
    justify-content:center !important;
}

@media screen and (max-width:1301px) {
    .darshan-title {
        font-size: 20px;
    }

    .panchangam-data .panchangam-inner {
        width: 100% !important;
        height: 100% !important;
    }

    .table-responsive {
        overflow-x: initial;
    }
}

@media screen and (max-width:1024px) {
    .table-responsive {
        overflow-x: initial;
    }

        .table-responsive.daily-event-li table tr {
            display: flex;
            flex-direction: column;
            text-align: start;
            gap: 5px;
        }

    .table-hd-blk, .daily-event-li tbody td:last-child {
        border-bottom: 1px dotted #50545c;
        padding-bottom: 15px;
        padding-top: 8px;
        justify-content: start;
        display: flex;
    }
}

@media screen and (max-width:768px) {
    .darshan-title {
        font-size: 18px;
    }
}

@media screen and (max-width:450px) {
      .grid-right-content, .grid-left-content {
        max-width: 390px;
        height:411px
    }
    .panchangam-data {
        display: flex;
        width: auto;
        justify-content: center;
    }

    .contentscroll2 {
        max-height: 410px;
        overflow-y: auto;
        padding-right: 0px !important;
        justify-content: center;
        display: flex;
        text-align: center;
        padding-left: 25px !important;
        padding-right: 0px;
    }
}

@media screen and (max-width:375px) {
    .gallery__icon {
        height: 130px;
    }
}

@media screen and (max-width:1301px) {
}
/*
@media screen and (max-width: 1024px) {
    .left-logo, .right-logo {
        height: 90px;
        display: none !important;
    }

    .left-logo-part, .right-logo-part {
        position: absolute;
        top: 20px;
        height: 130px;
    }

    .hcal-btn {
        margin-top: 0;
    }
}

@media screen and (max-width:450px) {
    .hcal-btn a img {
        height: 16px;
    }

    .hcal-btn a {
        font-size: 10px;
        display: inline;
    }

    .hcal-btn {
        margin-top: 0px;
    }

        .hcal-btn a {
            padding: 10px 9px 10px 6px;
        }
}

@media screen and (max-width:375px) {
    .left-logo-part, .right-logo-part {
        position: absolute;
        top: 16px;
        height: 120px;
    }

    .hcal-btn a img {
        height: 14px;
    }
*/}