/* 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: start;
    /* width: 100%; */
    flex-wrap: wrap;
    gap: 5px;
  }

  .log-blk {
    display: flex;
    margin-left: auto
  }

  .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 10px;
    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; */
}

.header {
  position: relative;
  z-index: 999;
}

.header.fixed_menu {
  position: fixed;
  top: -50px;
  transform: translateY(50px);
  width: 100%;
  transition: all .4s linear;
}

.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; */
  width: 300px;
  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: 0px;
  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';
  min-width: 175px;
}

.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; */
  color: #ca282d;
  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: 15px;
}

.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-boxx {
  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; */
}

.center-logo {
  height: 100px;
  margin-bottom: 0;
}

.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: 47px;
  /* 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-boxx {
  border: none;
  background: #f2d460;
  position: relative;
  z-index: 1;
}

.scard-boxx::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 50px;
  border-radius: 50px;
  background: #f2d460;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.scard-boxx::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: 176px;
}

.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-boxx .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: end;
  align-items: 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;
}

.navbar .menu-item-has-children ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* 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: #ffe994 !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 */
.aws-inner-grid-two {
  min-height: 1200px;
}


/* photo gallery */
.main .img_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* photo gallery close */


.accordion_set #accordionExample .accordion-item {
  border: 1px solid #ca282d8a !important;
  border-radius: 0;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  background: #ca282d;
  color: #fff;
}

.accordion-button {
  background: #ffe994;
  font-family: 'Poppins-Medium';
  font-size: 15px;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none;
}


.blog_img {
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_main {
  padding: 10px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  transition: all .4s;
  position: relative;
}

.blog_content {
  padding: 15px;
}

.blog_main:hover {
  transition: all .4s;
  background: #ffe994;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/*  */
.scard-box.inner_set {
  position: relative;
  z-index: 0;
}

.scard-box {
  border: 1px dotted #7a7a7a;
  padding: 20px 20px 25px 20px;
  height: 100%;
}

.scard-box.inner_set .flower-left,
.scard-box.inner_set .flower-right {
  height: 150px;
}

.flower-left,
.flower-right {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 200px;
}

.flower-left {
  left: 0px;
}

.flip-imgg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* checkbox */

/* The container */
.label_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.label_container:hover input~.checkmark {
  background-color: transparent;
  border: 2px solid #ddd;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked~.checkmark {
  background-color: transparent;
  border: 2px solid #ddd;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label_container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid green;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  */




.list-li li {
  background: url("../images/list-li-img.png") no-repeat left 2px !important;
  margin-bottom: 9px;
  line-height: 24px;
  padding-left: 25px;
  vertical-align: middle;
}

.custom-dropdown select {
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  padding: 5px 27px;
  font-size: 14px;
  background-position: right 7px top 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 38px;
}

.table.ss_table td {
  color: #000;
  border: 1px solid transparent !important;
  background: transparent;
  padding: 5px;
  vertical-align: middle;
}

.page-title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #ff7b03;
}

.scard-box2 {
  border: 1px dotted #7a7a7a;
  height: 100%;
}

.scard-box2 .section-title {
  background: #f98534;
  font-size: 20px;
  padding: 10px;
  color: #fff;
}

.scrollbar {
  overflow: hidden;
}

.scard-box2 .content-wrap {
  height: 400px;
}

.content-wrap {
  scrollbar-color: #f2414d #ffd946;
  scrollbar-width: thin;
  overflow-y: scroll;
}

.scard-box2 .table.text-start.mb-0 tr td {
  padding-block: 5px;
}

.scard-box2 .table.text-start.mb-0 tr td:nth-child(2) {
  color: #ff7b03;
  font-family: 'Poppins-Medium';
}

/*  */

.wservice-content {
  width: 100%;
}

.wservice-title {
  font-size: 21px;
  color: #181818;
  font-family: 'BenguiatStd-Book';
}

.price-t {
  font-size: 16px;
  color: #e24800;
  font-family: 'TrajanPro-Bold';
}

.wservice-btm {
  border-top: 1px dotted #414141;
  margin-top: 15px;
  padding-top: 15px;
}

.wservice-btn-bar a {
  font-size: 12px;
  color: #000000;
  font-family: 'Poppins-Regular';
  background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
  border: 1px solid #ff8f37;
  padding: 9px 21px;
}

.wservice-btn-bar a:hover {
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.wservice-card {
  border-bottom: 1px dotted #414141;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.wservice-icon img {
  width: 190px;
  height: 190px;
  object-fit: cover;
}

/* QUANTITY CSS */

.custom-dropdown select {
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  padding: 5px 27px;
  font-size: 14px;
  background-position: right 7px top 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 38px;
}

/* DATE CSS */

.custom-lable {
  white-space: nowrap;
}

.calendar {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  position: absolute;
  z-index: 1;
  display: none;
  padding: 0 !important;
  left: 50px !important;
  top: 105% !important;
}

.Weeklycalendar-header {
  background-color: #3498db;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#prevBtn,
#nextBtn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

#monthYear {
  font-size: 18px;
  font-weight: bold;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 10px;
}

.day {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.day.current {
  background-color: #3498db;
  color: white;
}

.day.selected {
  background-color: #2ecc71;
  color: white;
}

#dateInput {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  height: 38px;
  /* background-image: url(../images/down-calen.png); */
  /* background-repeat: no-repeat; */
  /* background-position: right 7px top 11px; */
  /* background-size: 19px; */
}

.caln {
  position: absolute;
  right: 8px;
  color: #3a3a3a;
  font-size: 17px;
}

/* TOTAL COUNT CSS */
.cartadded-total tr {
  border-top: 1px solid #ffffff3d;
  border-bottom: 1px solid #ffffff3d;
}

.cartadded-total td {
  padding: 18px 0px;
  font-size: 22px;
}

.pay-btn a {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c94d1a;
  border-radius: 0;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  padding: 11px 23px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
}

.pay-btn a:hover {
  color: #fff;
  background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
}

.pay-btn1 a {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c94d1a;
  border-radius: 0;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
  padding: 11px 23px;
  width: 207px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
  margin-left: auto;
  margin-right: auto;
}

.pay-btn1 a:hover {
  color: #fff;
  background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
}

/* CHECKBOX CSS */
input[type="checkbox"]:checked+label:after {
  font-size: 14px !important;
  text-align: center;
}

.pre-read-more {
  color: #e24800;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.color_bg {
  color: #fff !important;
  background-image: linear-gradient(#f81433, #b6002e);
}

/* annual-services end  */

.inner_table .table-bordered th {
  color: #181818;
  border: 1px solid rgb(255, 180, 0) !important;
  background: #f1d35f;
  padding: 5px;
  text-align: center;
}

.inner_table .table-bordered td {
  border: 1px solid rgb(255, 180, 0) !important;
  background: transparent;
  padding: 5px;
  color: #161616;
  text-align: center;
}

/* pandari  */

fieldset.cus-filedset {
  height: 80px;
}

fieldset.has-error {
  border-color: red !important;
}

.error.help-block {
  color: #ff3737;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  display: block;
  text-align: left;
}

em.error {
  transform: translateY(-20px);
  position: absolute;
  /* top: 60px; */
}

fieldset {
  border: 1px solid #929797 !important;
  border-top-color: rgb(146, 151, 151);
  border-right-color: rgb(146, 151, 151);
  border-bottom-color: rgb(146, 151, 151);
  border-left-color: rgb(146, 151, 151);
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 23px;
}

legend {
  font-size: 12px !important;
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a;
  white-space: normal;
  z-index: 2;
  position: relative;
}

/* event detail css */
.aws-event-details.aws-editior img.fl_img {
  max-width: 650px;
  margin-inline: auto;
}




/* Sri css close */

/* divya css */
.blog-box {
  position: relative;
  padding: 20px;
  z-index: 0;
}

.blog-v2 .blog-box .blog-outline {
  background-image: url('../images/bor-img.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;


}

.blog-v2 .blog-img img {
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 15px;
}

.blog-v2 .blog-content {
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog-v2 .blog-title {
  font-family: 'BenguiatStd-Book';
  font-size: 22px;
  color: #f54218;
  line-height: 32px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: 2px;
}

.blog-v2 .blog-author {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.blog-v2 .blog-author-name {
  color: #f43676;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.blog-v2 .blog-date {
  color: #4d6385;
  font-size: 14px;
  display: inline-block;
}

.blog-v2 .blog-description {
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* / video gallery css  / */
.aws-gallery-grid,
.aws-video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

.aws-video-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.aws-video-item::before {
  position: absolute;
  height: 50px;
  background-image: url("../images/youtube.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.aws-gallery-icon,
.aws-v-icon {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.aws-sponser-head {
  font-size: 22px;
  font-family: "Poppins-SemiBold", sans-serif;
  line-height: 25px;
  padding-bottom: 8px;
  color: #ef3b3b;
}

/* / video gallery css  / */



@media screen and (max-width: 1144px) {
  .blog-v2 h1 {
    font-size: 20px;
  }

  .blog-v2 .blog-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 850px) {
  .blog-v2 h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-v2 .blog-title {
    font-size: 20px;
  }

  .blog-v2 .blog-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .blog-v2 .blog-title {
    font-size: 18px;
  }
}

/* divya css close*/



.aws-event-box .event__box__title {
  color: #ff3f3e !important;
}

.profile__set {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

fieldset.cus-filedset {
  height: 80px;
}

fieldset.has-error {
  border-color: red !important;
}

.error.help-block {
  color: #ff3737;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  display: block;
  text-align: left;
}

em.error {
  transform: translateY(-20px);
  position: absolute;
  /* top: 60px; */
}

fieldset {
  border: 1px solid #929797 !important;
  border-top-color: rgb(146, 151, 151);
  border-right-color: rgb(146, 151, 151);
  border-bottom-color: rgb(146, 151, 151);
  border-left-color: rgb(146, 151, 151);
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 23px;
}

legend {
  font-size: 12px !important;
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a;
  white-space: normal;
  z-index: 2;
  position: relative;
}

/* event detail css */
.aws-event-details.aws-editior img.fl_img {
  max-width: 650px;
  margin-inline: auto;
}

.main-top-sec.profile_set {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
}

.main-top-sec.profile_set .main-left-blk {
  filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
  padding-bottom: 50px;
  background: #fff;
  margin-right: 35px;
}

.main-top-sec.profile_set .main-rgt-blk {
  overflow: hidden;
  background: white;
  position: relative;
  flex-grow: 1;
  width: 50%;
}

.inner-hd {
  padding: 0px 0px 5px 0px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f2d460;
}

.inner-title {
  font-size: 24px !important;
  color: #181818 !important;
  font-family: 'BenguiatStd-Medium' !important;
}

.cus-sub-head {
  font-size: 18px;
  font-family: 'Poppins-Light', sans-serif;
  line-height: 25px;
  padding-bottom: 8px;
  font-weight: bold !important;
  color: #ef3b3b;
}

.dot-line {
  border-bottom: 1px dashed #ccc;
  margin-top: 5px;
}

.spon-buttonsliss li {
  border-top: 1px solid #fd2a3024;
  padding: 10px;
  text-align: left;
}

.spon-buttonsliss li a {
  color: #000 !important;
  /* font-family: 'Muli-SemiBold', sans-serif; */
  font-family: 'Poppins-Regular';
  font-size: 16px;
}

.current_0 img {
  filter: brightness(0);
  width: 20px;
}

.spon-buttonsliss li:hover {
  background-color: #c62b24;
}

.event_btn {
  font-family: 'Poppins-Medium';
  font-weight: 600;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #fe1618;
  padding: 8px 20px !important;
  border: none;
}

legend {
  font-size: 14px !important;
  font-family: 'Roboto-Regular';
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a;
  white-space: normal;
  z-index: 2;
  position: relative;
  font-weight: bold;
}

legend.svs {
  top: -16px;
  background-color: #fff;
}

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 30px;
  top: -20px;
  color: #212020;
  font-family: 'Poppins-Light', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

fieldset.svs {
  height: 46px;
  margin-top: 10px;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0em;
  min-inline-size: auto;
  border-width: 1px;
  border-style: groove;
  border-color: #c3c3c3;
  border-image: initial;
  height: 56px;
}

.cmn-form-btn-succe {

  display: inline-block;
  background-image: linear-gradient(0deg, #4BB543 50%, #77cd70 100%);
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
  font-weight: bold;
}

.product-head {
  font-size: 16px;
}

/* news */
.aws-inner-content1 {
  padding: 20px;
  border: 1px solid #f2d460;
  border-radius: 5px;
}

.new__page .new__img {
  max-width: 150px;
}

.section-title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #d63303;
  font-family: 'Poppins-SemiBold';
}

.new__page .new__page__li {
  list-style-type: none;
  margin: 0px;
}

.new__page h5.mb-0 {
  color: #33c14b;
  font-size: 14px;
}

.new__page img {
  height: 150px;
  object-fit: contain;
}

/* news close */

/* news scrolling */
#scroll-container {
  height: 25px;
  overflow: hidden;
  position: relative;
}

#scroll-text {
  height: 100%;
  text-align: center;

  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}
.cmn-form-btn {
  display: inline-block;
  background-image: linear-gradient(0deg, #b0344c 50%, #f20f2e 100%);
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
  font-weight: bold;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
  }

  to {
    -moz-transform: translateY(-170%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-170%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -moz-transform: translateY(-170%);
    -webkit-transform: translateY(-170%);
    transform: translateY(-170%);
  }
}

/* news scrolling close */

/*divya */
@media screen and (max-width:470px) {
  .cmn-form-btn {
    padding: 5px 25px !important;
    font-size: 12px;
  }
      fieldset .input-box {
        top: -19px;
    }
    .scard-box {
      padding: 0px;
    }
  
}
@media screen and (max-width:374px) {

  .aws-profile-btn-list a,
  .aws-profile-btn-list button {
    width: 87%;
  }
  
}
@media screen and (max-width:320px) {
  .p-3 {
    padding: 13px;
  }
  .p-3 {
    padding: 10px !important;
  }
  .clearfix.t-c.text-center {
    margin-bottom: 10px;
  }
}








/* -------------------------------------------------------------------------- */
/* ABOUT PAGE CSS */
/* -------------------------------------------------------------------------- */
/* upcomming event */
.up_event_card {
  display: flex;
  background: #fff;
  gap: 10px;
  padding: 10px;
  border: 3px solid #e3dbcc;
  border-radius: 15px;
}
/* .up_event_card > div {
  width: 100%;
} */
.up_event_card > div.up_event_img img {
  min-width: 230px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.up_event_content h3 {
  color: #f4590b;
  font-family: 'BenguiatStd-Book';
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .25px;
}

.up_event_content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
  align-items: flex-start;
  position: relative;
}
ul.details li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 5px;
}
ul.details li img {
  height: 16px;
}
.up_event_content a.inner_btn {
  display: inline;
  background: #e3dbcc;
  color: #111;
  padding: 4px 20px;
  position: absolute;
  bottom: -10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

h2.sec_title span {
  position: relative;
}
.sec_title span::before{
  content: "";
  position: absolute;
  background: url(../images/wel_title_dgn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top:0px;
  left: -20%;
  width: 35px;
  height: 35px;
}
.sec_title span::after{
  content: "";
  position: absolute;
  background: url(../images/wel_title_dgn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top:0px;
  right: -20%;
  width: 35px;
  height: 35px;
  transform: rotateY(180deg);
}
.up_events_sec {
  padding-bottom: 40px;
}
ul.details {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3dbcc;
}
/* upcomming event close */

.aws-inner-grid-two {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
}

.aws-inner-content {
  background-color: #fff;
  padding: 20px;
}

/* inner page common section */

.aws-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.6rem;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.aws-title2 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.aws-title3 {
  font-family: Poppins-Medium, sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: normal;
  color: #ef3b3b;
}

.aws-bdr {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-block: 15px;
  margin-bottom: 25px;
}
.select_style select{
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ccc;
  padding: 4px 20px 4px 20px !important;
  display: inline list-item;
}
.desi-btn {
  background-image: linear-gradient(#f81433, #b6002e);
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 50px;
  line-height: 26px;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: inline-flex;
  padding: 0px 30px 0px 0px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  align-items: center;
  z-index: 2;
  transition: 0.5s;
}

  .desi-btn > span > span {
      font-size: 25px;
  }

  .desi-btn img {
      transform: translateX(-13px);
      height: 50px;
  }

  .desi-btn::before {
      position: absolute;
      content: "";
      background-color: #fd2e2c;
      left: 0;
      width: 0px;
      transition: width 0.5s ease-out; /* Adjusted transition property */
      z-index: -1;
      height: 100%;
  }

  .desi-btn:hover::before {
      width: 100%;
  }

  .desi-btn > span {
      width: 38px;
      height: 38px;
      background-color: #fd2e2c;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #fff;
      line-height: 38px;
  }

.aws-title.r-btn a {
  justify-content: end;
}

.desi-btn > span {
  margin-right: 7px;
}

  .desi-btn > span > span {
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

.aws-alert-info {
  background-image: linear-gradient(to right, #dceafe, #f8fafb);
  padding: 10px 15px;
  border-radius: 3px;
  font-family: "Poppins-Regular", sans-serif;
}

  .aws-alert-info i {
      animation: jump-shaking 1s infinite;
      display: inline-block;
  }

  .aws-alert-info a {
      color: red;
  }

@keyframes jump-shaking {
  0% {
      transform: translateX(0);
  }

  25% {
      transform: translateY(0px);
  }

  35% {
      transform: translateY(0px) rotate(17deg);
  }

  55% {
      transform: translateY(0px) rotate(-17deg);
  }

  65% {
      transform: translateY(0px) rotate(17deg);
  }

  75% {
      transform: translateY(0px) rotate(-17deg);
  }

  100% {
      transform: translateY(0) rotate(0);
  }
}



/* form section */

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 32px;
  top: -23px;
  color: #757575;
  font-family: "Poppins-Light", sans-serif;
  font-size: 13px;
}

::placeholder {
  color: #75757571;
  font-size: 12px;
}

.input-box:focus {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-box:focus-visible {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-imp {
  color: #ff3737;
  position: relative;
  top: 2px;
  /* padding: 3px; */
}

/* form-error */
.error.help-block {
  color: #ff3737;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  /*display: inline-block;*/

  display: block;
  text-align: left;
}

.errormsg {
  color: #ff3737;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
}

fieldset.has-error {
  border-color: #ff3737;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 18px;
      display: inline-block;
      color: #666;
      font-size: 13px;
  }

      [type="radio"]:checked + label:before,
      [type="radio"]:not(:checked) + label:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px;
          border: 1px solid #1a92d7;
          border-radius: 100%;
          background: #fff;
      }

      [type="radio"]:checked + label:after,
      [type="radio"]:not(:checked) + label:after {
          content: "";
          width: 12px;
          height: 12px;
          background: #1a92d7;
          position: absolute;
          top: 3px;
          left: 3px;
          border-radius: 100%;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
      }

      [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }

      [type="radio"]:checked + label:after {
          opacity: 1;
          -webkit-transform: scale(0.8);
          transform: scale(0.8);
      }

fieldset.h-auto {
  padding-top: 0px;
  padding-bottom: 0.6rem;
}

/* tabsin custom payment */

.cus-tabs-container {
  width: 100%;
}

.cus-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cus-tab-label {
  text-align: center;
  /*flex: 1;*/
  padding: 5px 10px;
  background-color: #ffffff;
  border: none;
  max-width: 23%;
  border: 1px solid #d5d5d5;
  margin: 5px 0px;
  cursor: pointer;
}

  .cus-tab-label.active {
      background-color: #ad1115;
      border-color: #ad1115;
      color: #fff;
      font-family: "Poppins-Regular", sans-serif;
  }

.cus-tabs-content .cus-tab-pane {
  display: none;
}

  .cus-tabs-content .cus-tab-pane.active {
      display: block;
  }

.cus-tab-label:focus,
.cus-tab-label {
  outline: none;
}

.paymnet-cmn-sec {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 0px 8px rgb(0 0 0 / 6%);
}

fieldset {
  border: 1px solid #929797 !important;
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 23px;
}

.pos-relative {
  position: relative;
}

em.error {
  transform: translateY(-20px);
  position: absolute;
  /* top: 60px; */
}

fieldset .legend {
  text-transform: capitalize;
  width: auto !important;
  max-width: auto !important;
  display: block !important;
  padding-inline-start: 2px !important;
  padding-inline-end: 2px !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}

legend {
  font-size: 12px !important;
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a;
  white-space: normal;
  z-index: 2;
  position: relative;
}

fieldset.has-error {
  border-color: red !important;
}

.dot-line {
  border-bottom: 1px dashed #ccc;
  margin-top: 5px;
}

fieldset.cus-filedset {
  height: 80px;
}

  fieldset.cus-filedset textarea {
      height: 45px;
  }

.member-amount {
  text-align: end;
}

  .member-amount span {
      height: 58px;
      line-height: 58px;
      padding: 10px;
      background: #ffa327 !important;
      color: #ffffff !important;
      font-size: 35px !important;
      font-family: "Poppins-SemiBold", sans-serif;
  }

.member-amount {
  display: flex;
  justify-content: end;
}

  .member-amount > div {
      text-align: center;
  }

.aws-amount-total {
  font-family: "Poppins-Medium", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}

.member-amount span {
  height: 54px;
  line-height: 54px;
  padding: 0px 10px;
  background: #e62431 !important;
  color: #ffffff !important;
  font-size: 35px !important;
  font-family: "Poppins-SemiBold", sans-serif;
  display: block;
  position: relative;
  padding-left: 60px;
}

  .member-amount span::before {
      content: "$";
      position: absolute;
      font-size: 35px;
      left: 10px;
      border-right: 1px solid #ffffff69;
      padding-right: 10px;
  }

.child-row .form-group {
  flex: 1;
  margin-right: 10px;
}

  .child-row .form-group label {
      display: block;
  }

  .child-row .form-group input {
      width: 100%;
  }

.form-group.text-center {
  margin-top: 10px;
}

.btn {
  cursor: pointer;
}

.aws-ad-btn {
  background-color: #0ba40b;
  padding: 8px 16px;
  color: #fff;
  transform: translateY(-4px);
  border-radius: 3px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  border: 0;
}

.aws-remove-btn {
  background-color: #ad1115;
  padding: 8px 20px;
  color: #fff;
  transform: translateY(-4px);
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}

  .aws-remove-btn i,
  .aws-ad-btn i {
      font-size: 18px;
  }

.aws-btn3 {
  display: inline-block;
  background-color: #fd2e2c;
  color: #fff;
  padding: 7px 50px;
  border: none;
  margin-top: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.aws-btn {
  display: inline-block;
  background-color: #fd2e2c;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 7px 25px #fd2e2c7d;
}

.aws-btn-bdr {
  display: inline-block;
  border: 1px solid #fc7113;
  color: #fc7113;
  padding: 4px 20px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: 13px;
}

.aws-btn:hover {
  animation: pulse 1s infinite;
  transition: 0.3s;
}

.aws-form .aws-btn {
  letter-spacing: 3px;
  text-transform: uppercase;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }

  70% {
      transform: scale(0.96);
  }

  100% {
      transform: scale(1);
  }
}

/* Custom checkbox */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  margin-right: 15px;
  font-size: 13px;
}

  input[type="checkbox"] + label:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      margin-right: 11px;
      position: absolute;
      top: 4px;
      left: 0;
      border: 1px solid #1a92d7;
      background-color: #fff;
      border-radius: 4px;
  }

input[type="checkbox"] {
  width: 0px;
  height: 0px;
  visibility: hidden;
  z-index: -1;
}

  input[type="checkbox"]:checked + label:after {
      content: "✔";
      font-size: 19px;
      line-height: 18px;
      color: #fff;
      background: #1a92d7;
      display: block;
      position: absolute;
      /* top: 5px;
      left: 1px; */
      top: 4px;
  left: -3px;
      width: 16px;
      height: 16px;
      border-radius: 0px;
  }

/* Contact Us page */

.aws_icon_set {
  font-size: 18px;
  background-color: #fd2e2c26;
  color: #de423b;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.aws_contact_icon_set {
  width: 49px;
  height: 49px;
  margin-top: 6px;
}

.aws_contact_de_set {
  display: flex;
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e3e6;
}

.aws-bg1 {
  background-color: #f5f9fc;
}

.aws_adds_set {
  font-size: 17px;
  font-family: "Poppins-Medium", sans-serif;
  line-height: 25px;
  padding-bottom: 5px;
  color: #111;
}

.aws_contact_de_set p {
  font-size: 14px;
}

.aws_icon_set i {
  animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}

@keyframes scale_up_down {
  0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
  }

  100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
}

.payment-input {
  background: #f7f7f7;
  padding: 10px;
}

.donately-donation-amount label {
  position: absolute;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0px;
}

.donately-donation-amount .zeros {
  right: 12px;
}

.donately-donation-amount .donately-dollar-sign {
  left: 10px;
}

.donately-donation-amount input {
  background: #fdbd4e !important;
  color: #ffffff !important;
  padding: 5px 75px 5px 50px;
  border: none;
  line-height: 45px;
  text-align: right;
  width: 100%;
  font-size: 40px;
  font-family: "Poppins-SemiBold", sans-serif;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.donately-donation-amount fieldset.has-error {
  border-color: #ff3737;
}

.donately-donation-amount fieldset {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Poppins-SemiBold", sans-serif;
  border-color: transparent;
}

.donately-donation-amount ::placeholder {
  color: #fff !important;
}

.donately-donation-amount fieldset::before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50px;
}

fieldset p {
  font-size: 13px;
  line-height: 24px;
}

.aws-input-donate {
  font-size: 35px;
  font-family: "Poppins-SemiBold", sans-serif;
  display: inline-block;
  text-align: end;
  padding-left: 50px;
  padding-right: 65px;
  color: #fff;
}

.aws-input-donate {
  position: relative;
  background-color: #fdbd4e;
  line-height: 56px;
}

.donation-input {
  width: 100px;
  position: relative;
  background-color: #fdbd4e;
  z-index: 1;
  text-align: end;
  color: #fff;
  border: 0px;
  /* line-height: 56px; */
}

.aws-input-donate::before {
  content: "$";
  position: absolute;
  left: 10px;
  border-right: 1px solid #ffffff69;
  padding-right: 8px;
}

.aws-input-donate::after {
  content: ".00";
  position: absolute;
  padding-right: 10px;
  right: 0px;
  /* width: 30px; */
}

.aws-donation-amount fieldset {
  border-color: #fdbd4e !important;
}

  .aws-donation-amount fieldset.has-error {
      border-color: #ff3737 !important;
  }

.fnt-pop-medium,
.fnt-pop {
  font-family: "Poppins-Medium", sans-serif;
}

.aws-event-box {
  position: relative;
}

  .aws-event-box h5 {
      font-family: "Poppins-SemiBold", sans-serif;
      font-size: 1.1rem;
      /* padding: 15px;
  padding-bottom: 0px; */
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 1;
      margin-bottom: 10px;
      text-overflow: ellipsis;
  }

  .aws-event-box img {
      width: 100%;
      /* height: calc(100% * 0.6667); */
      height: 275px;
      object-fit: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }

.aws-event-box-content {
  border-top: 3px solid #ff3737;
  margin-inline: 15px;
  padding: 15px 10px;
  transform: translateY(-25px);
  background-color: #fff;
  box-shadow: 2px 3.464px 16.5px rgb(0 0 0 / 8%);
  font-size: 13px;
  border-radius: 6px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

  .aws-event-box-content i {
      color: #ff3737;
      font-size: 15px;
      padding-right: 4px;
  }

.aws-event-box-btn::before {
  position: absolute;
  content: "";
  background-color: #de050c;
  left: 0;
  width: 0px;
  transition: width 0.5s ease-out;
  z-index: -1;
  height: 100%;
}

.aws-event-box-btn {
  background-color: #ff3737;
  color: #fff;
  padding: 0px 15px;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  font-family: "Poppins-Regular", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  line-height: 34px;
}

.aws-event-box:hover .aws-event-box-btn::before {
  width: 100%;
}

.aws-event-box:hover i {
  color: #de050c;
}

.aws-event-box:hover .aws-event-box-content {
  border-color: #de050c;
}

.aws-event-box-content .aws-loc, .aws-event-box-content .aws-time {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-width: 316px;
}

/* Event-details page */
.date-time-box {
  position: relative;
}

.aws-event-date-box > div {
  /* color: #9b9b9b; */
  position: relative;
}

.date-time-box::before {
  content: ""; /* dont't forget this line, even empty ! */
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: #9d1a50 white;
  border-style: solid;
  border-width: 18px 18px 0 0; /* just define top and left border width to create the effect */
  height: 0px; /* let a nil size so as to only display the 2 borders */
  width: 0px;
  border-top-left-radius: 0.3em;
}

.date-time-box > span.date {
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 6px;
}

.date-time-box > span.month {
  font-family: "Poppins-Regular", sans-serif;
  background-color: #dd4383;
  box-shadow: 0 6px 7px -5px #ffffff69;
}

.date-time-box > span.day {
  font-family: "Poppins-Regular", sans-serif;
  padding-bottom: 15px;
}

.date-time-box {
  display: inline-flex;
  background-color: #ea4c89;
  color: #fff !important;
  /* padding: 10px; */
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

  .date-time-box span {
      display: block;
      text-align: center;
      padding-inline: 15px;
      font-family: "Poppins-SemiBold", sans-serif;
  }

.aws-event-date-box > div:first-child::after {
  /* border: 1px solid #ccc; */
  /* background-color: #ccc;
  width: 1px;
  position: absolute;
  content: "";
  height: 100%;
  right: -12px; */
}

.aes-event-span {
  font-size: 11px;
  font-family: "Poppins-Regular", sans-serif;
}

.aws-event-title {
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: space-between;
  align-items: center;
  color: #ea4c89;
  font-size: 21px;
  line-height: 30px;
  font-family: "Poppins-SemiBold", sans-serif;
}

.aws-event-details-v2 .aws-event-date-box {
  position: sticky;
  top: 0px;
  padding: 10px 0px;
  background-color: #fff;
}

.aws-event-flyer {
  border-radius: 5px;
}

.aws-event-loc {
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
  position: relative;
  padding-left: 18px;
  max-width: 450px;
}

  .aws-event-loc i {
      position: absolute;
      left: 0px;
  }

.aws-editior h1,
.aws-editior h2,
.aws-editior h3,
.aws-editior h4,
.aws-editior h5,
.aws-editior h6 {
  font-family: "Poppins-SemiBold", sans-serif;
}

.aws-editior strong,
.aws-editior b {
  font-family: "Poppins-SemiBold", sans-serif;
}

.aws-editior ul {
  margin-bottom: 12px;
}

/* Committees */

/* Profile dashboard css */

.aws-profile-grid-two {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 25px;
}

.aws-profile-img {
  text-align: center;
  position: relative;
}

  .aws-profile-img img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 3px solid #fad704;
  }

  .aws-profile-img .aws-edit-icon {
      position: absolute;
      background-color: #d5181f;
      color: #fff;
      border: 0px;
      border-radius: 50%;
      right: 0px;
      padding: 10px;
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      right: 35px;
  }

.aws-profile-btn-list {
  margin-top: 20px;
  position: relative;
}

.aws-profile-img {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

  .aws-profile-img::after {
      background: linear-gradient(270deg, #ffa013, #fad704);
      width: 100%;
      height: 120px;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
  }

.aws-profile-btn-list a,
.aws-profile-btn-list button {
  border: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  text-transform: capitalize;
  transition: all ease 0.3s;
  font-family: "Poppins-Regular", sans-serif;
}

  .aws-profile-btn-list a:hover,
  .aws-profile-btn-list button:hover,
  .aws-profile-btn-list .active {
      background-color: #d5181f;
      border-color: #d5181f;
      color: #fff;
  }

  .aws-profile-btn-list a i,
  .aws-profile-btn-list button i {
      font-size: 18px;
      /* padding-right: 8px; */
  }

.modal.fade .modal-dialog {
  transform: scale(0.8);
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
}

.aws-table th {
  font-family: "Poppins-Medium", sans-serif;
  font-weight: normal;
}

.toggle-password {
  position: relative;
}

  .toggle-password i {
      width: 50px;
      position: absolute;
      height: 42px;
      display: inline-flex;
      top: -13px;
      right: 0;
      justify-content: center;
      cursor: pointer;
      align-items: center;
  }

.aws-event-details-v2 .date-time-box::before,
.aws-event-details-v2 .date-time-box::after {
  display: none;
}

.aws-event-date-box > div:nth-child(2) {
  width: 100%;
}

.aws-event-details-v2 .date-time-box {
  background-color: #22b0af;
  width: auto;
}

  .aws-event-details-v2 .date-time-box > span.month {
      background-color: rgba(0, 0, 0, 0.3);
      box-shadow: none;
  }

.aws-event-details-v2 .aws-event-title {
  color: #000;
}

.aws-event-details-v2 .aws-event-span {
  font-size: 12px;
  font-family: "Poppins-Medium", sans-serif;
  color: #ca282d;
}

.aws-event-details-v2 .aws-event-loc {
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
}

.event-booking-box {
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px;
}

.aws-editior h5 {
  font-size: 17px;
}

.aws-event-ticket-box {
  border: 1px solid #ccc;
  padding: 15px;
  /* margin-top: 20px; */
  font-size: 13px;
  line-height: 22px;
  position: relative;
}

.aws-ticket-box-head {
  font-size: 12px;
  /* color: #22B0AF; */
  line-height: 17px;
  font-family: "Poppins-Medium", sans-serif;
}

.aws-ticket-box-amount {
  color: #22b0af;
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins-Medium", sans-serif;
}

.aws-event-ticket-box > div > div:not(:last-child) {
  border-right: 1px solid #ccc;
}

.aws-event-ticket-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 275px 145px 130px;
  align-items: center;
}

  .aws-event-ticket-grid > div:not(:first-child) {
      padding-left: 25px;
  }

  .aws-event-ticket-grid > div:nth-child(2) {
      border-right: 2px dashed #ccc !important;
      position: relative;
  }

  .aws-event-ticket-grid::before {
      width: 25px;
      height: 12px;
      content: "";
      background-color: #fff;
      border-radius: 0px 0px 23px 23px;
      position: absolute;
      right: 262px;
      top: -16px;
      border: 1px solid #ccc;
      background: #fff !important;
      border-top-color: #fff;
  }

  .aws-event-ticket-grid::after {
      width: 25px;
      height: 12px;
      content: "";
      background-color: #fff;
      border-radius: 23px 23px 0px 0px;
      position: absolute;
      right: 262px;
      bottom: -16px;
      border: 1px solid #ccc;
      background: #fff !important;
      border-bottom-color: #fff;
  }

  /* .aws-event-ticket-box::before {
width: 12px;
height: 25px;
content: '';
background-color: #fff;
border-radius: 23px 0px 0px 23px;
position: absolute;
right: -1px;
top: 50%;
border: 1px solid #ccc;
background: #fff !important;
border-right-color: #fff;
transform: translateY(-50%);
}
.aws-event-ticket-box::after {
width: 12px;
height: 25px;
content: '';
background-color: #fff;
border-radius: 0px 23px 23px 0px;
position: absolute;
left: -1px;
top: 50%;
border: 1px solid #ccc;
background: #fff !important;
border-left-color: #fff;
transform: translateY(-50%);
} */

  .aws-event-ticket-grid fieldset {
      height: 46px;
  }

      .aws-event-ticket-grid fieldset .input-box {
          height: 30px;
          top: -25px;
      }

fieldset.has-error ~ .aws-event-ticket-box {
  border-color: red;
}

/* Payment Success */

.printer-top {
  z-index: 1;
  border: 6px solid #359d00;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #0c8420;
}

.printer-bottom {
  z-index: 0;
  border: 6px solid #359d00;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #0c8420;
}

.paper-container {
  position: relative;
  overflow: hidden;
  height: 620px;
}

.paper {
  background: #ffffff;
  height: auto;
  position: absolute;
  z-index: 2;
  margin: 0 12px;
  margin-top: -12px;
  animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
  border-radius: 5px;
}

.main-contents {
  margin: 0 10px;
  padding: 20px 20px 20px;
}

.jagged-edge {
  position: relative;
  height: 20px;
  width: 100%;
  margin-top: -1px;
}

  .jagged-edge:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 20px;
      background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #0c842024 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
      background-size: 16px 40px;
      background-position: 0 -20px;
  }

.success-icon {
  text-align: center;
  font-size: 35px;
  height: 72px;
  background: #359d00;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: 18px auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-title {
  font-size: 22px;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
}

.success-description {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  text-align: center;
  margin-bottom: 24px;
}

.order-details {
  text-align: center;
  color: #333;
  /* font-weight: bold; */
}

  .order-details > div > div {
      padding: 5px 10px;
  }

      .order-details > div > div:nth-child(4n + 1),
      .order-details > div > div:nth-child(4n + 2) {
          background-color: #cccccc30;
      }

  .order-details .order-number-label {
      font-size: 18px;
      margin-bottom: 8px;
  }

  .order-details .order-number {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      line-height: 48px;
      font-size: 18px;
      padding: 8px 0;
      margin-bottom: 24px;
  }

.aws-title5 {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.order-footer {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #999;
  padding-top: 35px;
}

/* error */
.aws-ac-error .printer-top {
  z-index: 1;
  border: 6px solid #f12129;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #a9070c;
}

.aws-ac-error .printer-bottom {
  z-index: 0;
  border: 6px solid #d4181e;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #a9070c;
}

.aws-ac-error .success-icon {
  background-color: #d4181e;
}

.aws-ac-error .aws-title2 {
  color: #d4181e !important;
}

.aws-ac-error .jagged-edge:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #f1212929 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 16px 40px;
  background-position: 0 -20px;
}

/* Pending */
/* test */

.aws-ac-pending .printer-top {
  z-index: 1;
  border: 6px solid #dba600;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #7c5d00;
}

.aws-ac-pending .printer-bottom {
  z-index: 0;
  border: 6px solid #ffc92a;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #ffc60b;
}

.aws-ac-pending .success-icon {
  background-color: #dba600;
}

.aws-ac-pending .aws-title2 {
  color: #dba600 !important;
}

.aws-ac-pending .jagged-edge:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), linear-gradient( -45deg, #c898094a 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 16px 40px;
  background-position: 0 -20px;
}

@keyframes print {
  0% {
      transform: translateY(-90%);
  }

  100% {
      transform: translateY(0%);
  }
}

@-webkit-keyframes print {
  0% {
      -webkit-transform: translateY(-90%);
  }

  100% {
      -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes print {
  0% {
      -moz-transform: translateY(-90%);
  }

  100% {
      -moz-transform: translateY(0%);
  }
}

@-ms-keyframes print {
  0% {
      -ms-transform: translateY(-90%);
  }

  100% {
      -ms-transform: translateY(0%);
  }
}

.cheque-image fieldset {
  max-width: 350px;
}


@media (max-width: 1023px) {
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff !important;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }
}










