:root {
  --theme-color: #af1316;
  --theme-text-color: #181818;
  --white-color: #fff;
  --dark-color: #000;
  --inner-color1: #c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant: linear-gradient(to bottom, #fda73b 0%, #f15b24 100%)
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/* BenguiatStd */
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}

/* BenguiatStd */
@font-face {
  font-family: 'BenguiatStd-Book';
  src: url('../fonts/BenguiatStd-Book.otf');
}

@font-face {
  font-family: 'BenguiatStd-Medium';
  src: url('../fonts/BenguiatStd-Medium.otf');
}

/* poppins */

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/aws/Poppins-Bold.ttf');
}







/* common-css */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins-Light';
  font-size: 15px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

.txt-undline {
  text-decoration: underline !important;
}

.container {
  max-width: 1370px !important;
}

/* Home-grid */
.home-grid-section {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 300px;
  grid-gap: 15px;
}

.grid-left {
  margin-top: 0px;
}

.grid-middle {
  overflow: hidden;
}

#header .container {
  max-width: 1370px !important;
}

.pos-relative {
  position: relative;
}

@media screen and (max-width:1320px) {

  #header .container,
  .container {
    max-width: 1140px !important;
  }
}

@media screen and (max-width: 1230px) {

  #header .container,
  .container {
    max-width: 1080px !important;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

/* common-css-close */

/* Header */


/* Header-close */
/* Header-menu */
.main-bg {
  background: url(../images/main-bg.jpg), url(../images/extra-bg.png);
  background-repeat: no-repeat, repeat-y;
  background-position: top, 0px 350px;
  background-size: 100%,100%;
  position: relative;
  z-index: 0;
  top: -4px;
  padding-bottom: 100px;
  top: -4px;
  margin-bottom: -75px;
}


.top_header_line {
  position: relative;
  top: -3px;
}

.header-top-section {
  background: url(../images/header_bg.png), #b5241a;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  position: relative;
  min-height: 120px;
}

.header-nav {
  padding-left: 0px;
  /*padding-left: 150px;*/
}

.main_logo {
  position: absolute;
  top: 0;
  height: 130px;
  left: 80px;
}

.text_logo {
  height: 90px;
  padding-top: 5px;
}

/* .top_header {
  position: relative;
  padding-top: 23px;
} */

.header_contact span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.45px;
  text-shadow: 0px 1px 1px #111111cf;
  text-transform: uppercase;
  color: #fffffff2;
}

.header_contact {
  background: url(../images/head-border.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  color: #fff;
  font-family: 'BenguiatStd-Book';
  text-align: center;
  padding: 17px;
  z-index: 0;
}

.contact_part {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  left: 26.5%;
}

#header {
  background: #b5241a;
  padding-block:2px 3px;
}

.gopuram {
  position: absolute;
  right: 14.2%;
  bottom: 0;
  height: 138px;
}

.swastic_set {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.om_set {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.header_set {
    position: relative;
    top: 15px;
}

.login-n a span i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -2px;
}

.main_header {
  position: relative;
  z-index: 1;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

#navbar {
  position: relative;
  z-index: 3;
}

.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 {
    padding: 0;
    width: 100%;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .navbar>ul {
    width: 100%;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  /* .navbar > ul > li.login-n {margin-left: auto;} */
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins-Regular';
    transition: color 0.3s, background 0.3s;
    padding: 7px 14px;
    border-radius: 50px;
    line-height: 100%;
    letter-spacing: 0.25px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    z-index: 20;
    display: none;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover a,
  .menu-active a {
    color: #ffe930;
    background-color: #e82e21;
  }

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    min-width: 200px
  }

    .navbar .menu-item-has-children ul a {
        padding: 15px 20px;
        text-transform: none;
        color: #000;
        background: var(--white-color);
        border-radius: 0px !important;
        width: 100%;
    }

  .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: var(--white-color);
    background-color: #b5241a;
    border-radius: 0;
  }

  .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;
  }

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }

  .aws-app-menu {
    display: none !important;
  }

}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .main-bg {
    z-index: 10;
    padding-bottom: 10px;
  }

  .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;
    width: 100%;
  }

  .navbar {
    position: fixed;
    top: 100%;
    width: 97%;
    max-width: 96%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 40px 10px 10px 10px !important;
    margin: 0;
    background-image: linear-gradient(to bottom, #ff0c00, #ffbe41);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .login-n a {
    border-radius: 50px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .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: var(--white-color);
  }

  .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;
  }

  .mobile-nav-hide {
    color: var(--white-color);
    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;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 7%;
    top: 12%;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }

  #navbar {
    position: fixed;
    z-index: 3;
  }
}

.login-n a {
  color: #440803 !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #ffe16c, #ffe16c);
  transition: all .2s linear;
}

.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}

.login-n a:hover {
  background-image: linear-gradient(#e82e21);
  color: #ffffff !important;
  transition: all .2s linear;
}

@media screen and (max-width:1320px) {

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {

  .navbar a,
  .navbar a:focus {
    font-size: 14px;
    padding: 10px 13px;
  }

  .home-grid-section {
    grid-template-columns: 1fr;
  }
}

/* bootom=menu */

@media (min-width: 1023px) {
  .aws-app-menu {
    display: none;
  }
}

@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #ac872f;
  }

  .aws-app-menu>div * {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    line-height: 10px;
  }

  .aws-app-menu>div i {
    font-size: 20px;
  }

  .aws-app-menu>div {
    justify-content: space-between;
  }

  .dropdown-active a::before {
    position: absolute;
    content: "-";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .dropdown-active a {
    font-size: 12px !important;
    padding: 6px 15px;
    position: relative;
  }

  .navbar .menu-item-has-children>.dropdown-active {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border: none;
    background: transparent;
  }
}

/* Header-menu-close */

/* main content start here */
.gantalu {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 430px;
}

.gantalu.left {
  left: 0;
}

.gantalu.right {
  right: 0;
  transform: rotateY(180deg);
}

/* banner-sec */
.banner_sec {
  position: relative;
  padding-top: 18px;
}

.banner_inner {
  position: relative;
  display: grid;
  grid-template-columns: 330px 1fr 330px;
  background: url(../images/banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  align-items: center;
  gap: 20px;
  z-index: 0;
}

.banner_inner::after {
  position: absolute;
  content: "";
  background: url(../images/banner_border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 94%;
  z-index: -1;
  filter: drop-shadow(0px 1px 0.5px #000);
}

.banner_inner>img:nth-child(2) {
  border: 3px solid #ffd575;
  border-radius: 10px;
}

.banner_inner>img:not(:nth-child(2)) {
  border-radius: 50%;
  aspect-ratio: 1;
  background-image: url(../images/chakram.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px;
  width:100%;
}

/* news-letter-sec */
.latest-sec {
  padding: 5px 0px;
}

.latest-block {
  /* border: 1px solid #887f1f; */
  /* border-radius: 60px; */
  overflow: hidden;
  /* background: #c7ae463d; */
}

.latest-hd-wrap {
  /* background-color: #887f1f; */
  /* padding:0px 15px; */
  border-radius: 60px;
}

.latest-hd {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 26px;
  text-transform: uppercase;
  color: #922119;
  font-family: 'BenguiatStd-Medium';
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.latest-hd img {
  margin-left: 10px;
  /* filter: brightness(100); */
  height: 12px;
}

.latest-content {
  width: 100%;
}

.latest-content .news {
  position: relative;
  height: 30px !important;
  overflow: hidden;
  transform: translateY(-50%);
  top: 50%;
}

.latestnew-li {
  margin: 0px;
  position: absolute;
  top: 0px;
}

.latestnew-li li {
  position: relative;
  padding-left: 45px;
}

.latestnew-li li::before {
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #eebc01;
  margin-left: -25px;
  display: inline-block;
}

.latestnew-li li a {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 24px;
}

.wel_img img {
  height: 100%;
  max-height: 100px;
  object-fit: contain;
}

.welcome_sec {
  position: relative;
  top: -27px;
  margin-bottom: -35px;
}

.welcome_part {
  background-image: url('../images/welcom_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-block: 53px;
  height: auto;
  padding-inline: 10px;

}

.wel_main_part {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 10px;
  align-items: end;
}

.panchangam {
  background-image: url('../images/pamchangam_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 10px 0;
  align-items: center;
  height: 100%;
}

.panchagam-icon {
  /* padding-bottom: 15px; */
  height: 44px;
}

.grid-title {
  font-family: 'BenguiatStd-Book';
  color: #fff000;
  font-size: 24px;
  line-height: 32px;
  padding-top: 10px;
  text-transform: uppercase;
}

.panchangam_table .table {
  border: 1px solid #b94240;
}

.panchangam_table .table tr td {
  background: transparent;
  border: 1px dashed #bb6867;
  color: #fff;
  font-size: 14px;
  padding-right: 3px;
}

.panchangam_table .table tr td p {
  margin-bottom: 0;
}

.sub_title {
  color: #fff000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins-Light';
}

.timing p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins-Light';
  /* margin-bottom: 0px !important; */
}

.wel_title {
  color: #922119;
  font-size: 22px;
  line-height: 40px;
  font-family: 'BenguiatStd-Book';
  text-transform: uppercase;
  margin-bottom: 0;
}

.wel_sub_title {
  color: #922119;
  font-size: 38px;
  line-height: 46px;
  font-family: 'BenguiatStd-Medium';
  text-transform: uppercase;
  margin-bottom: 0;
}

.line img {
  padding-bottom: 8px;
}

.wel_content {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins-Light';
  padding-inline: 26px;
}

.wel_content a {
  color: #c44641;
}



/* services section starts  */
.wel_card_container {
  background-color: #fff;
  padding: 20px 20px;
  text-align: center;
  border-radius: 15px;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* padding-bottom: 8px; */
  position: relative;
}

.wel_img {
  padding-bottom: 15px;
}

.wel_card_container h2 {
  color: #922119;
  font-size: 28px;
  font-family: 'BenguiatStd-Book';
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  line-height: 36px;
}

.wel_card_container p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins-Light';
  margin-bottom: 0;
}

.wel_card_container>div>a {
  background-color: #d9c796;
  padding: 5px 13px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: absolute;
  left: 35%;
  bottom: 0px;
  margin-top: 20px;
  font-family: 'Poppins-Regular';
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.4s linear;
}

.wel_card_container>div>a:hover {
  background-color: #c2aa67;
  /* darker golden shade */
  color: #fff;
  /* text turns white for contrast */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  /* subtle glow */
  transition: all 0.4s linear;

}

.wel_card_container .sub_title {
  color: #ff5400;
  font-size: 16px;
  font-family: 'Poppins-Light';
  margin-bottom: 0px;
}

.wel_card_container h5 {
  color: #ff5400;
  font-size: 18px;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}

/* services section Close */

/* upcoming event section start  */
.up_coming_event {
  background-color: #fef8e0;
  padding: 20px;
  margin-top: 35px;
  border-radius: 15px 15px 0px 0px;
}

.up_coming_box {
  background-color: #ffffff;
}

.up_coming_box h2 {
  background-color: #ffa500;
  padding-block: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-family: 'BenguiatStd-Book';
  text-transform: uppercase;
  line-height: 44px;
  margin: 0;
}

.up_coming_date {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px dotted #50545c;
  margin-bottom: 24px;
}

.up_coming_month {
  color: #ff7e06;
  font-size: 20px;
  font-family: 'BenguiatStd-Book';
  line-height: 26px;
}

.cmmn_btn a {
  background-color: transparent;
  border: 1px solid #fdc0c2;
  font-size: 16px;
  font-family: 'Poppins-Light';
  color: #6f5779;
  padding: 5px 18px;
  transition: all 0.3s ease;
}

.cmmn_btn:hover a,
.cmmn_btn.active a {
  background-color: #922119;
  color: #fff;
  border-color: transparent;

}

.up_coming_content {
  padding-inline: 30px;
  padding-block-end: 30px;
}

.up_event_inner_content {
  border: 1px dotted #50545c;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px;
  padding-right: 0;
}

.up_event_inner_content>div {
  height: 100%;
}

.up_event_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.up_content_img img {
  /* width: 100%; */
  /* max-width: 250px; */
  height: 100%;
  max-height: 270px;
}

.up_coming_content h4 {
  font-size: 18px;
  color: #000000;
  font-family: 'BenguiatStd-Medium';
  padding-inline: 15px;
  margin-bottom: 8px;
  line-height: 26px;
}

.date_bg {
  background-color: #f8f8f8;
  padding: 10px 15px;
  color: #292929;
  font-size: 13px;
  font-family: 'Poppins-Light';
  border-bottom: 2px solid #ebebeb;
  padding-right: 10px;
}

.description {
  padding: 7px 15px;
  color: #292929;
  font-size: 14px;
  font-family: 'Poppins-Light';
  margin-bottom: 0;
  line-height: 22px;
}

.know_more_btn a {
  border: 1px solid #ff8f37;
  display: inline-block;
  border-radius: 4px;
  background-color: #fefefe;
  padding: 7px 20px;
  color: #000000;
  font-size: 12px;
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
  margin-left: 15px;
  transition: all 0.4s linear;
}

.know_more_btn a:hover {
  background-color: #ff8f37;
  color: #ffffff;
  border-color: none;
  transition: all 0.4s linear;

}

/* upcoming event section close */

/* donation section starts  */
.donation_box {
  background-color: #ffa200;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 0px 0px 15px 15px;
}

.donation_section {

  padding: 0px 0px 25px;
  text-align: center;
  display: grid;
  grid-template-columns: 240px 1fr 240px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.donation_img img {
  width: 100%;
  max-width: 230px;
  border-radius: 10px;
}

.donation_middle_img img {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.donation_section>div {
  border-bottom: 1px solid #ffbe4d;
  height: 100%;
  padding: 15px;
  position: relative;
}

.donation_section>div:nth-child(2) {
  border-inline: 1px solid #ffbe4d;
  padding-bottom: 0px;
}

.donation_middle_img {
  position: relative
}

.donation_middle_img>div {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffbe4d;
}

.donation_middle_img>div.one {
  top: -2.5px;
  left: -2.5px;
}

.donation_middle_img>div.two {
  top: -2.5px;
  right: -2.5px;
}

.donation_middle_img>div.three {
  bottom: -2.5px;
  left: -2.5px;
}

.donation_middle_img>div.four {
  bottom: -2.5px;
  right: -2.5px;
}

.donation_section h2 {
  font-size: 36px;
  font-family: 'BenguiatStd-Book';
  color: #fff;
  line-height: 44px;
  padding-top: 80px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.donation_box p {
  color: #fff;
  padding-inline: 45px;
  font-size: 17px;
  font-family: 'Poppins-Light';
  margin-bottom: 5px;
}

.donation_btn a {
  background-color: #922119;
  padding: 9px 45px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  margin-top: 10px;
  transition: all .4s linear;
}

.donation_btn a:hover {
  background-color: #e82e21;
  transform: scale(1.05);
  /* slightly bigger */
  transition: all .4s linear;

}

/* donation section close  */

/* service section start  */
.service_container h2 {
  color: #922119;
  font-size: 36px;
  font-family: 'BenguiatStd-Book';
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0px;
}

.service_card {
  background: linear-gradient(to left, #f4f0e5, #fcf9f0);
  padding: 10px;
  border-radius: 10px;
}

.service_inner_box {
  background: linear-gradient(to right, #fefefd, #e4e3d3);
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.service_card_img img {
  height: 100%;
  max-height: 260px;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
}

.service_content h3 {
  color: #2a2b2b;
  font-size: 20px;
  line-height: 28px;
  font-family: 'BenguiatStd-Medium';
  margin-bottom: 5px;
  padding-left: 15px;
}

.service_content p {
  color: #363636;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Poppins-Light';
  padding-left: 15px;
}

/* service section close  */
/* footer section start */
.footer_sec {
  background-image: url('../images/footer-bg-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}

.footer_sec h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Poppins-SemiBold';
  padding-top: 90px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}



/* gallery section start  */
.g-box {
  position: relative;
}

.g-box:hover .overlay {
  height: 100%;
}

.gallery__icon {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 2px solid #a6a23f;
}

.gallery-owl i {
  font-size: 18px !important;
}

.gallery-owl {
  margin-bottom: 45px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 8px;
  overflow: hidden;
}

.text {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.footer_sec .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  object-position: top;
}

.footer_sec button {
  background-color: #61614e !important;
  border-radius: 50% !important;
  font-size: 60px;
  width: 40px !important;
  height: 40px !important;
  display: block;
  opacity: 1;
  /* font-size: 20px !important; */
  color: #ffffff !important;
}

button.owl-prev {
  position: absolute;
  top: 35%;
  left: -5%;
}

button.owl-next {
  position: absolute;
  top: 35%;
  right: -5%;
}

.footer_inner_container {
  background-color: #0000001a;
  margin-inline: 11.5%;
  border-radius: 150px;
  padding-block: 30px;
}

.footer_logo img {
  height: 100%;
  max-height: 130px;
}

.footer_inner_container h4 {
  color: #868439;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}

.list_items li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins-Light';

}

.list_items li {
  padding-bottom: 10px;
}

ul.list_items img {
  padding-right: 10px;
}

.location {
  height: 17px;
}

.mail {
  height: 13px;
}

.phone {
  height: 15px;
}

.subscribe_bg {
  background-image: linear-gradient(to top, #51503c, #767762);
  color: #ffffff;
  padding: 5px 18px;
  display: inline-flex;
  border-radius: 50px;
  font-size: 15px;
  font-family: 'Poppins-Regular';
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.6s linear;
}

.subscribe_bg:hover {
  background-image: linear-gradient(to top, #767762, #51503c);
  transition: all 0.6s linear;

}

.subscribe_bg i {
  font-size: 25px;
}

.socail_img_container {
  display: inline-block;
  padding-left: 3.5%;
}

.socail_img_container h4 {
  color: #868439;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Poppins-Regular';
  text-transform: capitalize;
}

.socail_img_container img {
  padding-right: 10px;

}

.inner_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.inner_content.ds {
  justify-content: flex-start;
}

.inner_content.ss {
  align-items: flex-start;
  padding-top: 15px;
}

ul.socail_icon_container {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.footer_inner_container .socail_icon_title {
  color: #bfba44;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
  padding-bottom: 5px;
}

.socail_icon_container li a {
  background-color: #494b36;
  width: 45px;
  height: 45px;
  color: #fffc;
  font-size: 16px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .4s linear;
}

.socail_icon_container li a:hover {
  background-color: #6d704d;
  /* lighter shade of olive green */
  color: #fff;
  /* make icon brighter */
  transform: translateY(-4px);
  transition: all .4s linear;
}

.copy_right_sec.text-white {
  background-color: #2c2e1f;
  padding-block: 20px;
  padding-inline: 10%;
}

.copy_right_sec p {
  font-size: 16px !important;
  font-family: 'Poppins-Light';
  line-height: 24px;
}

.panchangam_table .table tr td span:first-child {
  color: #fff000;
}


.hr_line img {
  padding-top: 25px;
  width: 100%;
  padding-bottom: 20px;
}

.welcome_part .line img {
  width: 100%;
}

.inner_content .socail_img_container>div img {
  height: 45px;
}

.gantalu.left {
  left: 5%;
}

.gantalu.right {
  right: 5%;
}

/* footer section close */

/* modification css  */

.om_set {
  height: 32px;
}

.swastic_set {
  height: 40px;
}

.inner-grid-section .inner-right .panchangam {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.inner-grid-section .inner-right .panchangam.timing {
  margin-bottom: 0;
}
.welcome_part a{
    background-color: #922119;
    padding: 3px 13px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.4s linear;
}
.welcome_part a:hover {
    background-color: #b32a20; /* little brighter red */
    color: #fff; /* keep text white */
    box-shadow: 0 4px 12px rgba(146, 33, 25, 0.4); /* smooth glow effect */
    transform: translateY(-2px); /* slight lift */
    transition: all 0.4s linear;

}

/* mobile section gif image  */
.mobile_top_section {
  display: none;

}

.login-n a:hover {
  background-color: #e82e21;
  color: #ffffff !important;
  transition: all .2s linear;
}

.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 30px;
  opacity: 1;
  background: #ffffff91;
}

.carousel-indicators .active {
  background: #b50400;
}

.navbar > ul > span.log-blk {
    display: flex;
    align-items: center;
}

/* Responsive start  */

@media screen and (min-width:1320px) {

  .latest-sec .latest-block,
  .letest_btm_line {
    padding-inline: 0px;
  }
}

@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}

@media screen and (max-width:576px) {
  .latest-hd-wrap {
    display: none;
  }

  .latestnew-li li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/* news-letter-sec-close */




@media screen and (min-width:1700px) {
  .gantalu.left {
    left: 3% !important;
  }

  .gantalu.right {
    right: 3% !important;
  }
}

@media screen and (min-width:1600px) {
  .header-top-section {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .header_part_inner {
    display: grid;
    grid-template-columns: 200px 620px 300px;
  }

  .header-top-section {
    min-height: 150px;
  }

  .main_logo {
    position: absolute;
    top: -25px !important;
    /*top: 0px !important;*/
    height: 160px;
    left: -7px;
  }

  .text_logo {
    height: 113px;
    padding-top: 15px;
    position: relative;
    /*left: -27px;
    top: -3px;*/
    left: 0px;
    top: 0px;
  }

  .navbar a,
  .navbar a:focus {
    font-family: 'Poppins-Medium';
  }

  .login-n {
    top: 1px;
  }

  .banner_sec .container {
    max-width: 1470px !important;
  }

  .gantalu.left {
    left: 0%;
  }

  .gantalu.right {
    right: 0%;
  }
}

@media screen and (max-width:1600px) {
  .panchagam-icon {
  /* padding-bottom: 15px; */
  height: 44px;
}
  .copy_right_sec p {
    font-size: 14px !important;
  }

  .header_part_inner {
    display: grid;
    grid-template-columns: 180px 620px 300px;
  }

  .logo_part {
    position: relative;
  }

  .main_logo {
    position: absolute;
    top: -8px;
    height: 130px;
    left: auto;
    right: 0px;
    /*right: -15px;*/
  }

  .contact_part {
    left: 0;
    justify-content: end;
  }

  .header_contact span {
    font-size: 13px;
  }

  .gopuram {
    position: absolute;
    right: 11%;
    bottom: 2px;
    height: 108px;
  }


  .text_logo {
    height: 80px;
    padding-top: 0px;
  }

  .navbar a,
  .navbar a:focus {
    padding: 7px 14px;
    font-size: 14px;
  }

  .navbar ul {
    gap: 1px;
  }

  .text_logo_part {
    position: relative;
    left: 10px;
  }

  .login-n a span i {
    font-size: 15px;
  }

  .gantalu {
    height: 430px;
  }

  .carousel-indicators {
    margin-bottom: 1.4rem
  }
}

@media screen and (max-width:1600px) {
  .footer_inner_container {
    margin-inline: 5%;
  }

  .donation_box p {
    font-size: 16px;
  }

  .cmmn_btn a {
    font-size: 15px;
  }

  .text_logo_part {
    left: 30px;
  }

  .gantalu.left {
    left: 0;
  }

  .gantalu.right {
    right: 0;
  }

  .container {
    max-width: 1260px !important;
  }

  .header-top-section .container {
    max-width: 1370px !important;
  }

  .banner_sec .container {
    max-width: 1350px !important;
  }

  .timing p {
    font-size: 15px;
  }

  .wel_content {
    font-size: 16px;
  }

  .wel_main_part {
    grid-template-columns: 300px 1fr 300px;
  }

  .donation_btn a {
    font-size: 15px;
  }
}

.carousel-indicators {
  margin-bottom: 22px;
}
.awst-calendar-box #RequestStartDate-366 {
    max-width: 270px;
}
@media screen and (max-width:1500px) {
    .header_set {
        top: 0;
    }
  .container {
    max-width: 1300px !important;
  }

    .main_logo {
        left: 46%;
        height: 120px;
    }

  .text_logo {
    height: 70px;
    padding-top: 0px;
  }

  .contact_part {
    left: -60px;
  }

  .gopuram {
    bottom: 3px;
    height: 90px;
  }

  .header-nav {
    padding-left: 0px;
  }

  .navbar a,
  .navbar a:focus {
    padding: 8px 10px;
    font-size: 13px;
    display: inline-block;
  }

  .gantalu {
    display: none;
  }

  .header-top-section {
    background-size: 100% 100%;
  }

  .wel_main_part {
    grid-template-columns: 300px 1fr 300px;
  }
}

@media screen and (max-width: 1400px) {
  .main_logo {
    left: 40%;
    height: 110px;
  }
}

@media screen and (max-width: 1350px) {
  .top_header_line {
    top: -5px;
  }
    .navbar a, .navbar a:focus {
        font-size: 12px;
    }
    .navbar > ul > span.log-blk .cart-btn .cart-icon {
        height: 14px;
        filter: brightness(100);
    }
        .banner_inner>img:nth-child(2) {
    max-height: 430px;
    object-fit: cover;
  }

  .banner_inner {
    grid-template-columns: 280px 1fr 280px;
  }

  .header-top-section {
    background-size: 110% 100%;
  }

  .om_set {
    height: 30px;
    left: 0.5%;
  }

  .swastic_set {
    height: 38px;
    right: 1%;
  }

  .gopuram {
    bottom: 2px;
    right: 8%;
  }

  .header_contact span {
    font-size: 12px;
  }

  .contact_part {
    left: -30px;
  }

  .main_logo {
    height: 110px;
  }

  .wel_sub_title {
    font-size: 25px;
    line-height: 30px;
  }

  .wel_content {
    font-size: 16px;
    line-height: 24px;
  }

  .up_content_img img {
    max-height: 100%;
    max-width: 230px;
    object-fit: cover;
  }

  .description,
  .up_coming_content h4,
  .date_bg {
    padding-inline: 15px;
  }

  .know_more_btn a {
    margin-left: 15px;
  }

  .footer_sec .owl-carousel .owl-item img {
    max-height: 190px;
  }

  .gallery-owl i {
    font-size: 28px;
  }

  .footer_logo img {
    max-height: 140px;
  }

  .list_items li a {
    font-size: 15px;
    line-height: 22px;
  }

  ul.list_items img {
    padding-right: 10px;
    width: 27px;
  }

  .inner_content .socail_img_container>div img {
    height: 35px;
  }

  .subscribe_bg {
    padding: 3px 18px;
    font-size: 14px;
  }

  .socail_icon_container li a {
    width: 35px;
    height: 35px;
  }

  .socail_icon_container li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1230px) {
  .main_logo {
    height: 104px;
  }

  .contact_part {
    left: -90px;
  }

  .gopuram {
    bottom: 2px;
    right: 6%;
    height: 70px;
  }

  .donation_section h2 {
    font-size: 32px;
  }

  .welcome_part {
    padding-block: 80px 40px;
  }

  .footer_inner_container {
    border-radius: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .header_part_inner {
    grid-template-columns: 180px 580px 250px;
  }

  .banner_inner {
    grid-template-columns: 240px 1fr 240px;
  }

  .banner_inner>img:nth-child(2) {
    max-height: 360px;
  }

  .service_content h3,
  .service_content p {
    padding-left: 0;
  }

  .service_content p {
    margin-bottom: 0;
  }

  .wel_card_container h2 {
    font-size: 24px;
    padding-bottom: 6px;
    line-height: 30px;
  }

  .footer_sec h3 {
    font-size: 30px;
    line-height: 38px;
    padding-top: 70px;
  }

  .gallery-owl {
    margin-bottom: 25px;
  }

  .footer_inner_container {
    padding-block: 20px;
  }

  .footer_inner_container {
    border-radius: 0;
  }

  .copy_right_sec p {
    font-size: 14px !important;
  }

  .donation_section {
    padding: 0px 0px 20px;
  }

  p {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1144px) {
  .header-nav {
    padding-left: 0;
  }

  .text_logo_part {
    left: 10px;
  }

  .header_contact span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header_part_inner {
    grid-template-columns: 180px 540px 250px;
  }

  .text_logo {
    height: 72px;
  }

  .donation_section h2 {
    font-size: 28px;
  }

  .donation_section {
    grid-template-columns: 200px 1fr 200px;
  }

  .up_coming_box h2 {
    font-size: 28px;
  }

  .main_header {
    position: relative;
    z-index: 999;
  }

  .wel_content {
    padding-inline: 0px;
  }

  .mobile_top_section {
    display: block;
  }

  #header {
    background: transparent;
    padding-block: 0px;
  }

  .header-top-section {
    display: none;

  }

}

@media screen and (max-width: 992px) {
  .welcome_part {
    padding-block: 40px 40px;
  }

  .banner_inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wel_main_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
    .justify-center {
        justify-content: center;
    }

    .wel_main_part > div {
        width: 100%;
    }

  .wel_main_part>div:not(:nth-child(2)) {
    width: 100%;
    max-width: 320px !important;
  }

  .wel_main_part>div:nth-child(1) {
    order: 1;
  }

  .wel_main_part>div:nth-child(3) {
    order: 2;
  }


  .wel_main_part>div:nth-child(2) {
    order: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 649px;

  }

  .panchangam.timing {
    padding-bottom: 34px;
  }

  .header-top-section {
    display: none;
  }

  .wel_card_container>div>a {
    left: 31%;
  }

  .up_coming_box h2 {
    font-size: 26px;
  }

  .donation_section h2 {
    line-height: 35px;
    font-size: 25px;
  }

  .donation_box p {
    padding-inline: 15px;
  }

  .donation_btn a {
    margin-top: 5px;
  }

  .donation_box {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .wel_card_container {
    padding: 15px 15px;
  }

  .up_coming_event {
    margin-top: 25px;
  }

  .service_container h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
  }

  .service_card {
    margin-bottom: 10px !important;
  }

  .inner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .socail_img_container {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .footer_inner_container .socail_icon_title {
    text-align: left;
  }

  .copy_right_sec.text-white {
    padding-bottom: 70px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
  }

}





@media screen and (max-width:768px) {
  .panchangam.timing {
    padding-bottom: 63px;
  }

  .wel_card_container>div>a {
    left: 42%;
  }

  .grid-title {
    font-size: 20px;
    line-height: 26px;
  }

  .timing p {
    line-height: 20px;
  }

  .welcome_part {
    padding-block: 35px 10px;
  }

  .wel_title {
    font-size: 20px;
    line-height: 35px;
  }

  .wel_sub_title {
    font-size: 25px;
    line-height: 32px;
  }

  .wel_content {
    padding-inline: 15px;
    line-height: 21px;
  }

  .line img {
    padding-bottom: 5px;
  }

  .hr_line img {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .wel_img img {
    padding-bottom: 6px;
  }

  .wel_card_container h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .wel_img img {
    max-width: 80px;
  }

  .wel_card_container {
    padding: 10px 10px;
  }

  .service_container h2 {
    font-size: 25px;
    line-height: 30px;
  }

  /* .donation_box {
    padding-bottom: 30px;
    margin-bottom: 10px;
  } */
  .service_card_img img {
    margin-bottom: 5px;
  }

  .footer_sec h3 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 85px;
  }

  .gallery__icon.w-100 {
    width: 100% !important;
    max-width: 300px !important;
  }

  .owl-nav button {
    display: none !important;
  }

  .footer_sec .owl-carousel .owl-item img {
    max-height: 155px;
  }

  .footer_logo img {
    max-height: 110px;
  }

  .footer_inner_container h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .list_items li {
    padding-bottom: 5px;
  }

  .subscribe_bg {
    padding: 1px 10px;
    font-size: 12px;
    margin-right: 35px;
  }

  .donation_section h2 {
    line-height: 34px;
    font-size: 26px;
    padding-top: 58px;
  }

  .donation_middle_img img {
    max-width: 240px;
  }

  .banner_inner>img:not(:nth-child(2)) {
    padding: 11px;
  }

  .banner_inner {
    padding: 30px;
    gap: 15px;
  }

  .wel_card_container .sub_title {
    font-size: 15px;
  }

  .wel_card_container h5 {
    font-size: 16px;
  }
}

@media screen and (max-width:576px) {
  .know_more_btn a {
    margin-left: 0;
  }

  .date_bg {
    position: relative;
    top: 0;
    left: -12px;
    width: 103% !important;
    padding-left: 10px;
  }

  .up_content_img {
    padding-bottom: 10px;
  }

  .up_event_right h4 {
    margin-bottom: 7px !important;
  }

  .description {
    padding: 10px 0px;
  }

  .up_coming_box h2 {
    font-size: 19px;
    line-height: 25px;
  }

  .up_coming_date {
    flex-wrap: wrap;
  }

  .up_coming_month {
    padding-bottom: 12px;
  }

  .up_coming_event {
    padding: 15px;
  }

  .up_coming_date {
    padding: 15px 29px;
  }

  .up_coming_content {
    padding-inline: 15px;
    padding-block-end: 20px;
  }

  .up_event_inner_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner_content.ds {
    padding-bottom: 10px;
  }

  .description,
  .up_coming_content h4,
  .date_bg {
    padding-inline: 0px;
  }

  .list_items li a {
    font-size: 14px;
    line-height: 21px;
  }

  .banner_inner {
    padding: 47px 24px;
    gap: 10px;
  }

  .panchangam.timing {
    padding-bottom: 10px;
  }

  .welcome_part {
    padding-block: 25px 25px;
  }

  .wel_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px !important;
  }

  .wel_sub_title {
    font-size: 22px;
    line-height: 25px;
  }

  .wel_content {
    padding-inline: 3px;
    line-height: 20px;
  }

  p {
    font-size: 13px !important;
  }

  .wel_img img {
    max-width: 75px;
  }

  .wel_card_container>div>a {
    left: 38%;
  }

  .wel_card_container p {
    line-height: 20px;
  }

  .up_coming_content {
    padding-inline: 0;
    padding-block-end: 0;
  }

  .up_coming_event {
    padding: 10px;
  }

  .cmmn_btn a {
    font-size: 13px;
    padding: 5px 11px;
  }

  .date_bg {
    padding: 9px 11px;
  }

  .up_coming_content h4 {
    font-size: 16px;
  }

  .description {
    line-height: 20px;
  }

  .know_more_btn a {
    padding: 5px 13px;
    font-size: 12px;
  }

  .donation_middle_img img {
    max-width: 203px;
  }

  .donation_section h2 {
    padding-top: 45px;
    line-height: 27px;
    font-size: 22px;
  }

  .donation_middle_img>div {
    width: 0;
  }

  .donation_section.ds.pb-0 {
    display: none;
  }

  .donation_section {
    display: flex;
    flex-wrap: wrap;
  }

  .donation_box {
    padding-bottom: 25px;
    padding-top: 35px;
  }

  .donation_section>div {
    border: 0px !important;
    padding: 6px;
  }

  .donation_section>div:nth-child(1) {
    order: 1;
  }

  .donation_section>div:nth-child(2) {
    order: 0;
    width: 100%;
  }

  .donation_section>div:nth-child(3) {
    order: 2;
  }

  .donation_section>div {
    padding-bottom: 0px;
  }

  .donation_box p {
    margin-bottom: 10px;
    padding-inline: 10px;
  }

  .donation_section {
    padding: 0px 0px 10px;
  }

  .donation_btn a {
    padding: 8px 29px;
    font-size: 15px;
  }

  .service_container h2 {
    font-size: 23px;
    line-height: 26px;
  }

  .donation_img img {
    max-width: 150px;
  }

  .up_coming_box h2 {
    font-size: 15px;
    line-height: 25px;
  }

  .carousel-indicators {
    margin-bottom: 10px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    opacity: 1;
  }

  .carousel-indicators .active {
    background-color: #ff1102;
  }

  .service_inner_box {
    padding: 10px;
  }

  .service_card {
    padding: 5px;
  }

  .footer_inner_container {
    margin-inline: 0;
  }

  .banner_inner {
    background-image: url(../images/mobi_banner_bg.png) !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .banner_inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-content: center !important;
  }

  .banner_inner::after {
    background-image: url('../images/mobi_banner_deg.png') !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .banner_inner>img:nth-child(1) {
    width: 100% !important;
    max-width: 250px !important;
  }

  .banner_inner>img:nth-child(2) {
    width: 100% !important;
    /* max-width: 360px !important; */

  }

  .banner_inner>img:nth-child(3) {
    width: 100% !important;
    max-width: 250px !important;

  }
    .hr_line img {
 padding-top: 7px;
    padding-bottom: 5px;
  }
    .up_coming_event {
    margin-top: 15px !important;
  }
   .gallery-owl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:451px) {
  .wel_sub_title {
    font-size: 20px;
    line-height: 24px;
  }

  .wel_title {
    font-size: 16px;
    line-height: 27px;
  }

  .grid-title {
    font-size: 17px;
    line-height: 21px;
  }

  .panchangam_table .table tr td {
    color: #fff;
    font-size: 13px;
  }

  .wel_content {
    line-height: 17px;
  }

  .sub_title {
    font-size: 13px;
    line-height: 17px;
  }

  .wel_card_container h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .wel_card_container>div>a {
    left: 37%;
  }

  .up_coming_date {
    padding: 15px 8px;
    justify-content: center;
  }

  .up_coming_month {
    font-size: 15px;
    line-height: 18px;
  }

  .date_bg {
    font-size: 13px;
  }

  .donation_section h2 {
    font-size: 18px;
  }

  .donation_btn a {
    padding: 6px 20px;
    font-size: 14px;
  }

  .donation_box {
    padding-bottom: 16px;
  }

  .donation_box p {
    margin-bottom: 5px;
  }

  .service_container h2 {
    font-size: 19px;
    line-height: 22px;
  }

  .donation_box {
    padding-bottom: 30px;
    margin-bottom: 12px;
  }

  .footer_sec h3 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 79px;
  }

  .footer_sec .owl-carousel .owl-item img {
    max-height: 113px;
  }

  .footer_logo img {
    max-height: 100px;
  }

  .footer_inner_container h4 {
    font-size: 14px;
    line-height: 17px;
  }

  .list_items li a {
    font-size: 14px;
    line-height: 19px;
  }

  .copy_right_sec p {
    font-size: 13px !important;
  }

  .copy_right_sec p {
    line-height: 20px;
  }

  .banner_inner>img:not(:nth-child(2)) {
    padding: 8px !important;
  }

  .service_content p {
    line-height: 19px;
  }

  .wel_card_container h5 {
    font-size: 14px;
  }

  .cmmn_btn a {
    padding: 5px 8px;
    display: inline-block;
  }

  .service_content h3 {
    font-size: 17px;
  }

  .wel_card_container .sub_title {
    font-size: 13px;
  }

  .up_coming_box h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .up_coming_content h4 {
    font-size: 15px;
  }

  .latestnew-li li {
    padding-left: 30px;
  }

  .up_content_img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    padding-right: 12px;
  }

  .up_event_inner_content>div {
    height: 100%;
    width: 100%;
  }

  .latest-block {
    border: 1px solid #b4332a61;
    position: relative;
    overflow: visible;
    margin-top: 10px;
    padding-block: 4px;
  }

  .latest-hd-wrap {
    display: inline-flex;
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding: 0 10px;
    left: 10px;
  }

  .latest-hd {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
}

@media screen and (max-width:375px) {
  .up_coming_content h4 {
    font-size: 15px !important;
  }
      .wel_card_container>div>a {
        left: 34%;
    }

}

@media screen and (max-width:320px) {
  .cmmn_btn a {
    padding: 5px 5px !important;
    font-size: 11px !important;
  }

  .banner_inner {
    padding: 37px !important;
  }

  .carousel-indicators {
    margin-bottom: 0px;
  }

  .wel_sub_title {
    font-size: 16px;
    line-height: 20px;
  }

  .wel_card_container>div>a {
    left: 30%;
  }

  .donation_box {
    padding-bottom: 15px;
  }

  .footer_sec .owl-carousel .owl-item img {
    max-height: 95px;
  }

  .footer_logo img {
    max-height: 85px;
  }

  ul.list_items img {
    padding-right: 10px;
    width: 25px;
  }
}

/* Responsive close  */

@media screen and (max-width: 1800px) {
    .navbar a, .navbar a:focus {
        padding: 7px 11px;
        font-size: 13px;
    }

    .banner_inner {
        position: relative;
        display: grid;
        grid-template-columns: 272px 1fr 272px;
        background: url(../images/banner_bg.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 40px;
        align-items: center;
        gap: 20px;
        z-index: 0;
    }
}



@media screen and (max-width: 1200px) {
    .main-bg .container {
        overflow: hidden;
    }
}
@media only screen and (max-width: 451px) {
    
        ul.socail_icon_container {
            display: flex;
            gap: 15px;
            justify-content: flex-start;
        }

        .mobile-nav-hide {
            left: 376px;
        }

        em.error {
            transform: translateY(-18px);
            position: absolute;
        }
    }

    @media screen and (max-width: 376px) {

        .mobile-nav-hide {
            left: 305px;
            top: 95px;
            z-index: 9999;
        }
    }

    @media screen and (max-width: 360px) {

        .welcome-title.text-center.no__data {
            font-size: 15px;
        }

        .mobile-nav-hide {
            left: 283px;
        }
    }