:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#111;
  --inner-color1:#c7af47;
  --inner-ogane: #ff7e00;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #fda73b 0%, #f15b24 100%)
}



/* BenguiatStd */
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-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/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
   font-family: 'Montserrat-Light';
   src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
   font-family: 'Montserrat-Regular';
   src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
   font-family: 'Montserrat-Medium';
   src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
   font-family: 'Montserrat-SemiBold';
   src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
   font-family: 'Montserrat-Bold';
   src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
   font-family: 'futura-book-bt';
   src: url('../fonts/futura-book-bt.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: 1230px !important;}
  /* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;}
.grid-left {overflow: hidden;margin-top: 0px;}
.grid-middle {overflow: hidden;} */
#header .container {max-width: 1230px !important;}


@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;
  }
}
/* common-css-close */

/* Header */

.h-br {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}
.h-bg1 {
  background-image: url(../images/header-bg.jpg);
  /* background: #4e1701; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-logo {
  height: 160px;
  margin-bottom: -15px;
  width: 100%;
  object-fit: contain;
}
.header-top-section .container {max-width: 1230px !important;padding-left: 0;padding-right: 0;}
@media screen and (max-width:1230px) {
  .center-logo {
    height: 125px;
    margin-bottom: -12px;}
}
/* Header-close */
/* Header-menu */
.main-bg  {
  background: url(../images/main-bg.jpg) #fefbf3;
  background-repeat: no-repeat;
  background-position: center top; 
  /* background-size: cover; */
  background-size: 100%;
  position: relative;
  z-index: 1;
  /* padding-bottom: 60px; */
  top: -50px;
  padding-top: 60px;
  margin-bottom: -100px;
  padding-bottom: 40px;
}
.main-bg.inner-main {
  padding-top: 45px;
  padding-bottom: 80px;
}
.border_header {
  position: absolute;
  bottom: -4px;
  width: 100%;
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right-dgn, .left-dgn {
  position: absolute;
  top: 0;
  height: 550px;
  z-index: -1;
}
.right-dgn {
  left: 0;
}
.left-dgn {
  right: 0;
}
.carousel-indicators {margin-bottom: 2rem;}

#header {
  background-image: url(../images/nav-bg.png);
  position: relative;
  padding: 5px;
  max-width: 1210px;
  margin-inline: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 15px;
  top: -11px;
  margin-bottom: -13px;
}
.header_main{
  position: relative;
  top: 0px;
  z-index: 9999;
}

.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}
.hlogo-part > a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  padding-block: 5px;
}
.hlogo-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.hlogo-part > a img {
  height: 96px;
  margin-left: auto;
}
.hlogo-part > a img.logo_text{
 margin-left: 0;
  height: 100%;
  padding-top: 0px;
  position: relative;
top: -7px;
  max-height: 110px;
}
.hlogo-part > a .logo_bg_set > img {
  height: 140px;
}
/* .logo_bg_set {
  background-color: #af0036;
  border-radius: 250px;
  padding: 10px;
  position: absolute;
  top: -15px;
  left: -22px;
} */
 .logo_bg_set {
  position: relative;
  top: 0px;
  padding-block: 5px;
}
.top_address img {
  height: 86px;
}
.top_address{
  position: relative;
  
}
.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}
.h-br.one, .h-br.two, .h-br.three, .h-br.four {
  width: auto;
  top: 9px;
}
.h-br.two, .h-br.four {
  left: auto;
}
.h-br.two, .h-br.one {
  z-index: -1;
  height: 20px;
  width: 100%;
}
.h-br.three, .h-br.four {
  z-index: -2;
  top: 0;
  max-height: 450px;
}
.h-bg1 {
  position: relative;
  z-index: 9999;
}
.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: 10px;
  }
.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: 14px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-family: 'Montserrat-SemiBold';
  transition: color 0.3s, background 0.3s;
  padding: 9px 10px;
  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:#b42d25;background-color: #f9c865;}
.navbar {
  padding-inline: 25px;
}
.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: 10px 20px;
    text-transform: none;
    color:#000;
    background: var(--white-color);
  }
  .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: #ff9037;
	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;
  }
  
  #header {
    padding: 0;
    }
  .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: 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(180deg, #e33e30 0%, #ff9037 50%, #e33d2f 100%); */
    background-color: #000;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .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%);
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.login-n a {
  color: var(--white-color) !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}
.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login-n a:hover {
  background-image: linear-gradient(to top, #fc434b, #ad1117);
}

@media screen and (max-width:1400px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
   #header {
    max-width: 1200px;
    margin-inline: auto;
    top: -17px;
  }
  .top_address img {height: 60px;}
  .hlogo-part > a img {height: 80px;margin-left: auto;}
  .hlogo-part > a .logo_bg_set > img {height: 140px;margin-left: 0;}
  .logo_bg_set {top: 0;left: -120px;}
  .h-bg1 {background-size: 100% 100%;}
  .hlogo-part {justify-content: center;max-width: 880px;margin-inline: auto;}
  .header_main {top: 7px;}
}

@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
  .h-br.three, .h-br.four {height: 350px;}
}
@media screen and (max-width:1250px) {
   #header {
    max-width: 90%;}
    .navbar ul {
gap: 0px;
  }
   .navbar {
    padding-inline: 10px;
  }
}
@media screen and (max-width:1232px) {
  .top_address img {height: 50px;}
  .hlogo-part > a img {height: 65px;}
  .hlogo-part > a .logo_bg_set > img {height: 115px;}
  .logo_bg_set {left: -53px;top: 10px;}

}
@media screen and (max-width: 1199px) {
  .navbar a, .navbar a:focus {font-size: 13px;padding: 8px 10px;}
  .home-grid-section {grid-template-columns: 1fr;}
    #header {
    max-width: 100%;
  }
}

                                  /* bootom=menu */

@media (min-width: 1023px) {.aws-app-menu{display: none;}}

@media (max-width: 1144px) {
  .top_address {
    padding-right: 50px;
}
}
@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #000;
}
.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;
} 
.h-br {
  display: none;
}
.h-bg1 {
  background-size: cover;
}
.hlogo-part {
  flex-direction: column-reverse;
  padding-block: 10px;
}
.hlogo-part > a img.logo_text {
  /* margin-inline: auto; */
}
.hlogo-part > a img.logo_text {
max-height: 90px;
}
.hlogo-part > a {
  padding: 0;
}        
.logo_bg_set {
    left: 0;
    top: 0;
    transform: translateY(0%);
    padding-block: 0;
  }
.hlogo-part > a .logo_bg_set > img {
  height: 120px;
}     
.border_header {
  position: absolute;
  bottom: -2px;
  width: 100%;
  object-fit: cover;
}      
  .main-bg  {
    background-size: 100% 100%;
    background-position: 0px 0px;
    top: 0;
  padding-top: 30px;
  margin-bottom: -100px;
  }          
}   

@media (max-width: 992px) {
  .top_address {
    padding-right: 50px;
}

}
@media (max-width: 850px) {
  .hlogo-part {width: 100%;padding-inline: 2%;}
  /* .hlogo-part > a img.logo_text {margin-left: 45%;} */
  .top_address {margin-left: auto;}
  .top_address img {height: 70px;}
  /* .logo_bg_set {top: -10px;} */
}

@media (max-width:768px) {
  .top_address {
    position: absolute;
    bottom: 7px;
    right: 2%;
  }
  .hlogo-part > a .logo_bg_set > img {
    height: 120px;
  }
  .hlogo-part > a img.logo_text {
    margin-left: 0;
  }
  .logo_bg_set {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
  .hlogo-part {
    gap: 0;
    padding-inline: 2px;
    padding: 10px;
  }
  .hlogo-part > a {
    align-items: flex-start;
  }
  .top_address img {
    height: 60px;
  }
}

@media (max-width:576px) {
  .top_address img {
    height: 45px;
  }
  .hlogo-part > a img {
    height: 55px;
  }
  .main-bg  {top: -70px;}
}

@media (max-width:455px) {
  .hlogo-part > a .logo_bg_set > img {
    height: 120px;
  }
  .logo_bg_set {
    padding: 0;
    padding-top: 0px;
  }
  .top_address img {
    height: auto;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    display: block;
    margin-right: 10px;
  }
  .hlogo-part > a {
    align-items: center;
  }
  .top_address {bottom: 20px;}
  .hlogo-part > a img.logo_text {
    margin-bottom: 0px;
        width: 100%;
        max-width: 100% !important;
        height: 60px !important;
        object-fit: contain;
  }
  .h-bg1 {
  background-position: left;
}
  .logo_text {
    height: auto !important;
    width: 100%;
  }
  .carousel-indicators {margin-bottom: 0.5rem;}
  .carousel-indicators [data-bs-target] {width: 10px;height: 10px;border-radius: 60px;}
}
@media (max-width:375px) {
  /* .hlogo-part > a .logo_bg_set > img {height: 75px;} */
  .top_address img {max-width: 210px;}
  .top_address img {
    max-width: 60%;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 355px) {
  .hlogo-part > a .logo_bg_set > img {
    height: 100px;
  }
  .hlogo-part > a img.logo_text {
        height: 40px !important;
  }
}
/* Header-menu-close */

/* banner-sec */
.carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #dca84e;
  background: transparent;
}
/* .carousel-indicators .active {
  border-color:#dca84e ;
} */
.banner-sec {position: relative;z-index: 0;}
.banner-sec .carousel::before {
  position: absolute;
  content: "";
  background: url(../images/banner-border.png), linear-gradient(#0000 96.5%, #fff 0%);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner-sec .carousel {z-index: 0;border-radius: 17px;
  overflow: hidden;}
.banner-icon-bar img {height: 500px;object-fit: cover;object-position: top;}
@media screen and (max-width:1320px) {
  .banner-icon-bar img {height: auto;}
}
@media screen and (max-width:1180px) {
  /* .main-bg  {background-size: cover;} */
}
@media screen and (max-width: 576px) {
  /* .banner-icon-bar img {height: 450px;} */
  }
/* banner-sec-close */

/* news-letter-sec */
.news-letter-sec .latest-block{
  padding-block: 4px;
  border-bottom: 1px solid #e6d692;
  margin-bottom: 20px;
}
.news-letter-sec {
  position: relative;
  
}
.news_deg_img {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
}
.news_deg_img.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.latest-block {
  /* border: 1px solid #f86e0f; */
  overflow: hidden;
  /* background: #f86e0f; */
  z-index: 2;
  position: relative;
}
.latest-hd-wrap {
  /* background-color: #e45601; */
  padding: 0px;
  padding-right: 30px;
  position: relative;
}
.latest-hd {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fe660c;
  font-family: 'Poppins-Medium';
  white-space: nowrap;
  position: relative;
}
.arrow_icon {
  position: absolute;
  /* background: #ffcd34; */
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(3px);
  right: 0px;
  top: 0;
}
.arrow_icon img {
  height: 15px;
}
.latest-hd img {
  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: 30px;
  top: 3px;
  text-align: left;
}
.latestnew-li li::before {
  content: '';
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin-right: 10px;
  background: url(../images/new_list_icon.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: -25px;
  display: inline-block;
}
.latestnew-li li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.25px;
}

.mb_letest_update_set {display: none;}
@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:1250px) {
.latestnew-li li {
  padding-left: 30px;
}
.arrow_icon {
transform: translateY(0px);
  z-index: 1;
}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap{display: none;}
  .latestnew-li li a {
    font-size: 14px;
    letter-spacing: 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 40px;
  }
  .latest-content .news {height: 40px !important;}
  .latestnew-li li {display: flex;align-items: center;}
  .news-letter-sec {padding-block: 0;margin-bottom: -5px;}
  .news-letter-sec .container {padding: 0;}
  .news_deg_img {display: none;}
  .top_dec-deg {max-height: 150px;}
 .mb_letest_update_set::after, .mb_letest_update_set::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 35px;
    border-radius: 32px;
    top: 15px;
    left: -50px;
    z-index: -1;
    background: #f86e0f;
 }
 .mb_letest_update_set::before {
  left: auto;
  right: -50px;
 }
 .mb_letest_update_set {
  display: inline-flex;
  margin: auto;
  background: #f86e0f;
  color: #ffe172;
  padding: 10px 30px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  font-size: 13px;
  position: relative;
  bottom: -10px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  z-index: 0;
}
.latestnew-li li{padding-left: 15px;}
.latest-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.latestnew-li li:not(.ss){
  position: relative;
  left: 20px !important;
}
}
/* news-letter-sec-close */

/* welcome sec */
.w-br {
  position: relative;
  top: 10px;
}
.main-br {
  position: relative;
}
.wel-main::before{
  position: absolute;
  content: "";
  background: url(../images/welcom_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 108%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wel-main {
  /* box-shadow:3px 5.196px 10px rgba(210, 165, 54, 0.25); */
  background-color: #fffef2;
  /* padding: 0px 20px 0px 20px; */
  position: relative;
  
}
/* .wel-main::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url(../images/deg_line.png);
  bottom: 0;
  height: 20px;
  z-index: 1;
} */

.welcome-block > div:nth-child(2){
  position: relative;
  padding-block: 30px 60px;
}
.welcome-block > div:nth-child(2)::before{
  position: absolute;
  content: "";
  background: url(../images/welcome_sidebar.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 100%;
  left: -30px;
  top: 20px;
  transform: rotateY(180deg);
}
/* .welcome-block > div:nth-child(2)::after{
  position: absolute;
  content: "";
  background: url(../images/welcome_sidebar.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 100%;
  right: 0px;
  top: 10px;
  transform: rotateY(180deg);
} */
.welcome-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
.wel-main .welcome-block p {
  padding-inline: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
}
.welcome-block p > a{color: var(--inner-ogane);}
.wel_main_img {
  position: relative;
  display: inline-block;
  /* background: #fff; */
  border-radius: 230px;
  z-index: 0;
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
  left: -10px;
}
.wel_main_img img{
  width: 100%;
}
.wel_main_img::before {
 position: absolute;
 content: "";
 background-image: url(../images/person-bg1.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 top: 50%;
 left: 50%;
 width: 110%;
  height: 110%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}
/* .wel_main_img::after {
 position: absolute;
 content: "";
 background-image: url(../images/person-bg2.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 450px;
  height: 85px;
  top: 50%;
 left: 50%;
 z-index: -2;
  transform: translateX(-50%) translateY(-50%);
} */
 .welcome-block {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 10px;
}
.service_part {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 20px;
}
.know_btn.ds {
  position: relative;
  top: 0px;
  z-index: 1;
}
.know_btn a, .know_btn button{
  background-color: #fe660c;
  color: #fff;
  padding: 7px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  border-width: 0px;
}
.overlay_line img {
  width: 100%;
  max-width: 99.7%;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.wel-main .btn_2:hover::after{
  width: 100%;
  transition: all .4s linear;
}
.wel-main .btn_2::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #cbc4b4;
  z-index: -1;
  transition: all .4s linear;
  border-radius: 40px;
}
.wel-main .btn_2 {
  color: #37342d;
  border: 1px solid #37342d;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  border-radius: 40px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Poppins-Regular";
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all .4s linear;
}
.wel-main .btn_2 span img {
  height: 33px;
}
.news-border1.news-border2 p {
  padding-inline: 0;
}

@media screen and (max-width:768px) {
  .wel_main_img {top: 0px;padding-block: 20px;}
  .welcome-title {font-size: 30px;line-height: 48px;}
  .f-br > img {
    height: 20px;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .welcome-title {font-size: 22px;line-height: 30px;}
  .wel-main .welcome-block p {padding-inline: 0px;}
  .know_btn.ds {top: 0;padding-block: 20px;}
}
@media screen and (max-width: 450px) {
  .wel_main_img::after {width: 300px;height: 57px;}
  /* .wel_main_img img {height: 100px;} */
    
  .wel_main_img {margin-bottom: 10px;}
  .wel-main .welcome-block p {font-size: 14px;}
  .wel_main_img {
    height: 100px;
    width: 100px;}
    
}
/* welcome sec close */

/* event-section */
.event-section{
  padding-block: 20px;
  position: relative;
}
.event_part{
  background-color: #f7f2e8;
  padding: 15px;
  position: relative;
}
.event_top_part{
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  position: relative;
  background: radial-gradient(#e6dfd2, #c2bbac);
  padding: 10px 23px;
}

.event_top_links.one a{
  padding-left: 0;
  padding-right: 30px;
}
.event_top_links.one a span {
  position: relative;
  transform: rotateY(180deg);
}
.event_top_links a{
  border: 1px solid #4d4a43;
  padding-left: 20px;
  border-radius: 30px;
  padding-right: 0;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Poppins-Regular";
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all .4s linear;
}
.event_top_links a:hover::after{
  width: 100%;
  transition: all .4s linear;
}
.event_top_links a::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #cbc4b4;
  z-index: -1;
  transition: all .4s linear;
  border-radius: 40px;
}
.event_top_links a img{
  height: 33px;
}

.event_content_part {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
  gap: 20px;
  padding: 20px;
  border: 1px solid #c3bcad;
}

.event_content_part .service-slider .owl-item span {
  display:block;
  width:100%;
  position: relative;
  height: 260px;
  overflow: hidden;
  transition: all .4s linear;
}
.event_card {
  position: relative;
  /* max-height: 280px; */
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(#fefbf4 40%, #fefbf4 100%);
  transition: all .4s linear;
}
.event_content_part .event_card  img{
  width: 100%; 
  transform: scale(1);
  transition: all .4s linear;
  height: 100%;
  object-fit: cover;
}
.event_card:hover img{
  transform: scale(1.1);
  transition: all .4s linear;
}
.overlay_text h4{
  font-family: 'Poppins-Medium';
  margin-bottom: 2px;
  font-size: 22px;
}
.overlay_text {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  color: #000;
  padding: 15px;
}
.event_part .service-slider .overlay_text p{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.event_part .service-slider .overlay_text h4{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.event_top_part .section-title {
  color: #000;
}
.service-slider.owl-carousel .owl-stage{display: flex;}
.service-slider .item, .event_card {height: 100%;}
/* event-section-end */

/* service sec */
.temple-events-sec .section-title {
  color: #000;
}
.temple-events-sec {
  padding-block: 30px 0;
}
.srvc-card {
  border-radius: 15px;
  background-color: #f7f2e8;
  height: 100%;
}
.srvc-card .srvc-icon-bar .srvc-icon {
  height: 238px;
  object-fit: cover;
}
.srvc-icon {
  border-radius: 17px;
}
.srvc-ct {
  padding: 20px;
}
.srvc-ct p{
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.srvc-title {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: 'Poppins-Medium';
}
/* service sec close */
/* vedic school sec */
.vedic-school-sec {
  padding-block: 30px;
}
.vedic-school-heading{
  font-size: 30px;
  letter-spacing: .10px;
  text-transform: capitalize;
  color:#000;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 0;
  background: radial-gradient(#e6dfd2, #c2bbac);
  padding: 6px 30px;
}
.vedic-school-left {
  border: 10px solid #f7f2e8;
}
.vedic-school-inner-main {
  padding: 20px 25px;
  background-color: #fff;
  position: relative;
}
.vedic-school-inner-main::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #f7f2e8;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.vedic_box img.vedic_img {
  height: 100%;
  max-height: 190px;
  object-fit: cover;
}
.vedic_content p {
  font-size: 14px;
  padding-right: 10px;
}
.vedic_content {
  padding-top: 15px;
}
.vedic_box {
  background: #fff;
}
.vedic-school-sec >.row >div >div{
  height: 100%;
}
    /* panchangam */
.panchangam_main{
  background-image: url(../images/panchangam-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.panchangam_inner {
  text-align: center;
  padding:40px 50px 0px 50px;
}
.panchangam_logo img {
  height: 70px;
  outline: 3px solid #f9e8e2;
  border-radius: 60px;
}
.p_head{
  font-size: 20px;
  color: #ffde00;
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
}
.panchangam_table table{border: 1px solid #fff;text-align: left;margin-bottom: 8px;}
.panchangam_table table td span {color: #ffde00;}
.panchangam_table table td {
  font-size: 14px;
  padding: 7px;
  padding-right: 2px;
  color: #fff;
  background: transparent;
  border: 1px dashed #fff;
}
.panchangam_inner p {font-size: 14px;color: #fff;margin-bottom: 0px;}


.vedic-school-slider .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.vedic-school-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;}
@media screen and (max-width:1144px) {
  .panchangam_table table td {font-size: 11px;padding: 4px;}
}

@media screen and (max-width:1023px) {
  .panchangam_logo img {height: 65px;}
  .panchangam_table table td {padding: 3px;}
  .panchangam_table table {margin-bottom: 7px;}
  .p_head {font-size: 22px;}
}
@media screen and (max-width:576px) {
  .section-title, .inner-section-title, .vedic-school-heading {
    font-size: 22px;
    letter-spacing: 0;
  line-height: 28px;
  }
  .tbox-gap {
    margin-top: 0;}
   
  
}
/* vedic school sec close */ 
/* gallery-sec */
.gallery-sec {
padding-block: 50px 50px;
}
.tbox-gap {
  padding-top: 37px;
 
}
.owl-carousel.video-slider .owl-nav button.owl-prev,
.owl-carousel.photo-slider .owl-nav button.owl-prev {
  left: -50px;
}
.owl-carousel.video-slider .owl-nav button.owl-next,
.owl-carousel.photo-slider .owl-nav button.owl-next {
  right: -50px;
}
.owl-theme.owl-carousel.video-slider .owl-nav button,
.owl-theme.owl-carousel.photo-slider .owl-nav button {
  background: #5f5f4b !important;
  width: 35px;
  height: 35px;
  border-radius: 100px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  box-shadow: none !important;
  color: #fff !important;
}
.owl-carousel .owl-stage-outer {
  z-index: 9;
}
.gallery-wrap {
  /* padding: 25px;
  position: relative;
  border: 2px dotted #b3b1b1; */
}
.gallery-left-dgn, .gallery-rgt-dgn {
  position: absolute;
  bottom: 0;
  height: 75px;
}
.gallery-left-dgn {
  left: 0;
}
.gallery-rgt-dgn {
  right: 0;
}
.section-title {
  font-size: 30px;
  letter-spacing: .10px;
  text-transform: capitalize;
  color:#fff;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 0;
}
.inner-section-title {
  font-size: 24px;
  letter-spacing: .10px;
  color:#181818;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 10px;
}
.dis-b {
  display: block;
}
.gallery__icon, .v-icon {
  height:auto;
  object-fit: cover;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.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;
}
.g-box:hover .overlay {
  height: 100%;
}
.g-box {
  position: relative;
}
.btn-size.gallery-btn:hover {
  background-color: #f54218;
  transition: all .4s linear;
  color: var(--white-color);
}
.btn-size.gallery-btn {
  border: 1px solid #f54218;
  color: #f54218;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: all .4s linear;
}
.galley-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.gallery__icon, .v-icon {
  height: auto;
  object-fit: contain;
}
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/youtube-icon.png) no-repeat center center;
  z-index: 1;
   background-size: 50px;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width: 992px) {
  .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 400px;
    height: 100%;
    margin-top: 10px;
    margin-inline:auto;
    min-height: 430px;
  }
  .panchangam_inner {
    text-align: center;
    padding:35px 62px 0px 62px;
  }
}
@media screen and (max-width: 600px) {
  .vedic-school-inner-main::before{display: none;}
}
@media screen and (max-width: 450px) {
  .section-title, .inner-section-title {font-size: 20px;letter-spacing: 0.5px;}
  .section-title2 {font-size: 20px;}

}
@media screen and (max-width: 400px) {
  .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 400px;
    height: 100%;
    margin-top: 10px;
    margin-inline:auto;
    min-height: 460px;
  }
  .p_head {font-size: 20px;}
}
@media screen and (max-width: 376px) {
  .p_head {font-size: 17px;}
  .panchangam_inner p {padding-inline:1px !important;}
  .panchangam_logo img {height: 60px;}
  .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 400px;
    height: 100%;
    margin-top: 10px;
    margin-inline:auto;
    min-height: 430px;
  }
  .panchangam_inner {
    text-align: center;
    padding:31px 62px 0px 62px;
  }
}
@media screen and (max-width: 361px) {
  .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 400px;
    height: 100%;
    margin-top: 10px;
    margin-inline:auto;
    min-height: 450px;
  }

}
@media screen and (max-width: 351px) {
  .panchangam_logo img {height: 55px;}
  .btn-size.gallery-btn {
  font-size: 12px; 
  padding: 3px 10px;
 }
  .panchangam_inner p {padding-inline:0px !important;}
  .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 400px;
    height: 100%;
    margin-top: 10px;
    margin-inline:auto;
    min-height: 445px;
  }
  
}
/*  */


/* footer */
.f-br {
  position: relative;
  z-index: 9;
}
.footer-sec {
  background: url(../images/footer-bg.png), linear-gradient(#f0f8ff00 60%, #40422f 40%);
  background-size: 100% ;
  background-repeat: no-repeat;
  background-position: top;
}
.footer-block::after {
  position: absolute;
  content: "";
  background: url(../images/footer_border.png);
  width: 100%;
  top: -15px;
  left: 0;
  z-index: -1;
  height: 30px;
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center;
}
.footer-content.fbox2.fmap iframe {
  height: 100%;
}
.footer-block::before {
  position: absolute;
  content: "";
  background: #363827;
  width: 110%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 160px;
}
.footer-block {
  padding: 35px 0px 30px 0px;
  position: relative;
  z-index: 0;
}
.ftrow {
  align-items: center;
}
.fcal-cd ul li {
  /* border-bottom: 1px dotted #fff; */
  /* padding: 7px 0px; */
}
.fcal-cd ul li.loc-fnt {
  padding-bottom: 7px;
}
.fcal-cd ul li:last-child {
  border-bottom: 0;
}
.fcal-cd ul li a {
  color: #fff;
}
.loc-fnt img {
  height: 22px;
}
.footer-logo img {
  height: 140px;
}
.f-icon:hover {
  transform: translateY(-5px);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: #2c2e1f;
}
.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 20px;
  color: #fff;
  /* filter: drop-shadow(0px 3px 3px rgba(149,81,0,0.3)); */
  background-color: #494b36;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px 0px 6px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-fb {
  color: #c5c5b8;
}
.f-tw {
  color: #c5c5b8;
}
.f-insta {
  color: #c5c5b8;
}
.f-yt {
  color: #c5c5b8;
}
.f-icon i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
}
.left-copy-sec p {
  font-size: 14px;
  text-align: end;
}
.fcal-cd ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
}
.fcal-cd ul li h5 {
  color: #ffca00;
  font-size: 16px;
  margin-bottom: 5px;
}
.fcal-cd ul li a img {
  height: 46px;
  padding-right: 10px;
}
.fcal-cd ul li.cal-fnt img {
  height: 40px;
}
.fcal-cd ul li:last-child a {
  align-items: center;
  padding-left: 59px;
}
.fcal-cd ul li.cal-fnt h5 {font-size: 13px;}
.fcal-cd ul li.cal-fnt p {font-size: 24px;font-family: 'Oswald-Light';}
.fcal-cd ul li.mail-fnt a img{
  height: 18px;
}
.footer-block .ftrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-title{
  font-family: 'Poppins-Medium';
  font-size: 14px;
  color: #bfba44;
  text-align: end;
  text-transform: uppercase;
}
.left-copy-sec {padding-top: 30px;}
.footer-content.fbox2.fmap {
  width: 280px;
  height: 140px;
}
.copy-right-sec {background: #2c2e1f;padding-block: 15px;color: #fff;}
.copy_right_inner{display: flex;justify-content: space-between;}
.footer_btn:hover{transition: all .3s linear; color: #a8002b;}
.social_lnks_main{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.footer_btn{
  background-image: url(../images/footer-btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins-Medium';
  color: #000;
  padding: 10px 30px;
  transition: all .4s linear;
  display: inline-block;
}
.copy_right_inner p {font-size: 15px;}
.fcal-cd ul li.loc-fnt h5 {text-transform: uppercase;}
.footer-content.fbox3 .footer_btn img {
  height: 15px;
}
@media screen and (max-width:1320px) {
  .footer-content.fbox2.fmap {min-width: 100%;}
}
@media screen and (max-width:1230px) {.owl-theme .owl-nav{display: none !important;}}
@media screen and (max-width:1024px) {
  .footer-sec {background-size: cover;}
  .footer-block {padding: 35px 0px 60px 0px;}
  .copy-right-sec {padding-bottom: 70px;}
}
@media screen and (max-width: 768px) {
  .footer-block .ftrow {flex-wrap: wrap;gap: 20px;}
  /* .footer-sec {background: #f9842a;} */
  .social_lnks_main {margin-top: 0;}
  .copy_right_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

@media screen and (max-width: 576px) {
  .footer-block .ftrow {justify-content: center;}
  .footer-title {text-align: center;}
  .fsocial-icons {text-align: center !important;}
  .left-copy-sec {padding-top: 10px;}
  .footer-block .ftrow {gap: 15px;}
  .footer-block {padding: 35px 0px 20px 0px;}
  .tbox-gap {padding-top: 0;}
}
@media screen and (max-width: 450px) {
  .copy_right_inner p {font-size: 14px;text-align: center;}
  .fcal-cd ul li:last-child a {padding-left: 0;}
  .fcal-cd ul li.loc-fnt p {margin-bottom: 0;}
  .fcal-cd ul li a img {height: 30px;}
  .footer-block {padding: 20px 0px;}
  .footer_btn {padding: 7px 15px;margin-inline: auto;}
  .footer-content.fbox3 {text-align: start;}
  .welcome-title {font-size: 20px;line-height: 26px;}
  .know_btn a, .know_btn button{font-size: 14px;}
  .wel-main::before {bottom: -4px;}
  /* .panchangam_inner {padding: 40px 52px 0px 52px;} */
  .panchangam_inner p {padding-inline: 10px;}
  .gallery-sec {padding-bottom: 30px;}
  .main-bg  {padding-bottom: 0;}
  .vedic-school-inner-main {padding: 15px;}
  .news-letter-sec .latest-block {
  padding-block: 5px;
  border-bottom: 1px solid #e6d692;
  margin-bottom: 0px;
  background: #f86e0f;
}
}
@media screen and (max-width: 380px) {
  /* .vedic-school-sec > .row > div > div.panchangam_main {height: 440px;} */
}

/* footer-close */
/* hover btns */
.welc-name button:hover {
  background: var(--inner-yellow);
  transition: all .4s linear;
  color: var(--dark-color) !important;
}
.cmd-btns li a:hover {background: var(--inner-ogane);}
.ue-content .ue-btn:hover{background-color: var(--inner-ogane); transition: all .4s linear;color: var(--white-color);}
/* hover btns-close */
/* owl-navs */
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0 !important;
  z-index: 2;
}
.owl-theme .owl-nav button {
  background: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px #aba5a557;
}
.temple-events-sec .owl-theme .owl-nav button.owl-prev {
  right: 60px;
}
.temple-events-sec .owl-theme .owl-nav button.owl-next {
  left: 60px;
}
.vedic-school-sec .owl-theme .owl-nav button.owl-prev {
  right: 85px;
}
.vedic-school-sec .owl-theme .owl-nav button.owl-next {
  left: 85px;
}
.owl-theme .owl-nav button span {
  font-size: 40px;
  line-height: 100%;
  position: relative;
  top: -2px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {color: #AF0036 !important;}
/* owl-navs */

.inner-section .about-priest-img img{
  width: 100%;
  float: right;
  max-width: 450px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.flower-icon{
  padding-bottom: 10px;
  list-style: none;
  margin-bottom: 0;
}
.flower-icon li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.flower-icon li::before{
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  background-image: url(../images/flower.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 3px;
}
.whats-app-btn:hover{
  transition: all .4s linear;
  background-color: #a8002b;
  color: #fff;
}
.whats-app-btn{
  background-color: transparent;
  color: #a8002b;
  padding: 7px 25px;
  border-radius: 30px;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  border: 1px solid #a8002b;
  transition: all .4s linear;
  font-family: 'Oswald-Regular';
}
.whats-app-btn img{
  width: 18px;
}
.wel-p.inner_main .wel-main {
  padding: 10px 40px 40px;
}
.inner-section > h2.welcome-title {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.main.ds .img_container {grid-template-columns: repeat(3, 1fr);}
@media screen and (max-width:992px) {
  .wel-p.inner_main .wel-main {
    padding: 30px;
  }
  .main.ds .img_container {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:576px) {
  .wel-p.inner_main .wel-main {padding: 25px;}
  .wel-p.inner_main p {font-size: 14px !important;}
  .flower-icon li::before {height: 15px;width: 15px;top: 3px;}
  .flower-icon li {padding-left: 25px;}
  .inner-section > h2.welcome-title {margin-bottom: 20px;}
  .main.ds .img_container {grid-template-columns: repeat(1, 1fr);}
}


/* photo gallery */
.main .img_container {
  display: grid;
  grid-template-columns: repeat(4, 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;
}
@media screen and (max-width:992px) {
  .main .img_container {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width:576px) {
  .main .img_container {grid-template-columns: repeat(2, 1fr);}
}
 
/* photo gallery close */

/* contact us */
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;
      top: 0;
  }
  /* form section */

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 32px;
  top: -18px;
  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; */
}
.w-br.ds {
  position: absolute;
}
.w-br.ds {
  position: absolute;
  transform: rotate(90deg);
  width: 350px;
  left: -190px;
  top: 170px;
}
/* contact us  close*/

contact form alert msg css
---------------------------

  /
.alert-dismissible .btn-close  {
  opacity: 1;
  font-size: 20px;
}

fieldset.cus-filedset label.error{
  top: 0px;
}
label.error{
  font-style: normal !important;
  color: red;
  position: relative;
  top: -10px;
  font-size: 14px;
}
fieldset.has-error{
  border-color:red !important
}
.alert{
  position: fixed;
  top: 12%;
  max-width: 500px;
  right: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 0px;
  padding: 30px 50px 30px 30px;
  z-index: 1000;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}


.form-control:focus {
  border-color: red !important;
}
.heading{
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding-block: 100px;
}


/*  */
/* Blog Grid */
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .blog-card {
            background: var(--white);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        .blog-card.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .blog-card-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .blog-card:hover .blog-card-img img {
            transform: scale(1.1);
        }
        
        .blog-card-content {
            padding: 25px;
        }
       .overlay_blog div.read-more{
        height: 110px;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #fee695;
        color: #111;
        font-family: 'Poppins-Medium';
        font-size: 13px;
       }
       
       .overlay_blog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%;
        background: #aa003282;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
      .blog-card:hover .overlay_blog{
        opacity: 1;
        transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
        .blog-card-title {
          margin-top: -15px;
          font-size: 18px;
          line-height: 22px;
          color: #000000;
          font-family: 'Poppins-Medium';
        }
        
        .blog-card-excerpt {
            color: #666;
            margin-bottom: 0px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        
        .blog-card-meta {
            font-size: 0.9rem;
            color: #ae0036;
            margin-bottom: -15px;
            position: relative;
            bottom: 38px;
            background: #ffecae;
            display: inline-block;
            padding: 5px 13px;
            border-radius: 18px;
            font-family: 'Poppins-Regular';
        }
        
        .read-more {
            color: var(--secondary-color);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .read-more:hover {
            color: var(--primary-color);
            /* transform: translateX(5px); */
        }
        
        .read-more i {
            margin-left: 5px;
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .blog_img img {
          width: auto;
          max-height: 450px;
          object-fit: cover;
          margin-bottom: 30px;
          border-radius: 10px;
        }
        .blog_content .blog-card-title {
          margin-top: 0;
          font-size: 30px;
          line-height: 38px;
        }
        
        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes fadeInUp {
            from { 
                opacity: 0;
                transform: translateY(30px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInDown {
            from { 
                opacity: 0;
                transform: translateY(-30px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .blog-grid {
                grid-template-columns: 1fr;
            }
            
            .blog-header h1 {
                font-size: 2.2rem;
            }
        }

        /*  */
        .teligu_word_style{
  border:1px solid #fe660c;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fe660c;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.teligu_word_style::before{
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  background-color: #fe660c;
  z-index: -1;
  left: 50%;
  top: 100%;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 80%;
  border-top-right-radius: 80%;
}
.teligu_word_style:hover::before{
  width: 100%; 
  transition: all 0.5s ease-in-out;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
}
.teligu_word_style::after{
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  background-color: #fe660c;
  z-index: -2;
  right: 50%;
  bottom: 100%;
  transition: all 0.5s ease-in-out;
  border-bottom-left-radius: 80%;
  border-bottom-right-radius: 80%;
}
.teligu_word_style:hover::after{
  width: 100%; 
  transition: all 0.5s ease-in-out;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.teligu_word_style:hover{
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/*  */
.gallery_tab_set {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}
.gallery_tab_set button {
  background-color: transparent !important;
  border: 1px solid #959244;
  padding: 6px 25px;
  color: #fff;
  border-radius: 40px !important;
  transition: all .4s linear;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}
  .gallery_tab_set button.active, .gallery_tab_set button:hover {
  background: linear-gradient(to right, #8c893d, #f0f28d) !important;
  color: #000 !important;
  transition: all .4s linear;
}
.gallery_tab_set button.active{
  border: none;
}
.g-box, .video-item {
  border: 1px solid #a6a23f;
  border-radius: 10px;
  overflow: hidden;
  transition: all .4s linear;
  max-height: 150px;
}
.footer-content.fbox1 h5{
    background: linear-gradient(to right, #8c893d, #f0f28d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  transition: all .4s linear;
}
.footer-list li {
  color:#ffffff;
  font-family: 'Poppins-Light';
  font-size: 15px;
}
.footer-list > ul {
  max-width: 350px;
}
.fcal-cd ul li span {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer-list li span img {
  padding-right: 8px;
}
 .footer-content.fbox3 .footer_btn:hover {
  background: linear-gradient(to bottom,#52513d,#757660);
  transition: all .4s linear;
 }
 .footer-content.fbox3 .footer_btn {
  border-radius: 50px;
  background: linear-gradient(to top,#52513d,#757660);
  color:#ffffff;
      font-family: 'Poppins-Regular';
    font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  transition: all .4s linear;
}
.footer-list li {
    margin-bottom: 8px;
}



.news-tex {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
  /* color: #99083e; */
  color: #fe660c;
  text-align: center;
}
.news-desc {
  font-size: 13px;
  text-align: center;
}
.btn-wrap {
  text-align: center;
}
.theme-btn2:hover {
  background-color: #cf5004;
  transition: all .4s linear;
  transform: translateY(-2px);
}
.theme-btn2 {
  background-color: #fe660c;
  color: #fff;
  padding: 7px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  border-width: 0px;
	display: inline-block;
  transition: all .4s linear;
}
#musicBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 1px solid #b00037;
  padding: 10px;
  aspect-ratio: 1;
  width: 60px;
  border-radius: 160px;
   background: #fffe98;
}


.inner_page_content {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 0px 20px 1px #0000000a;
  min-height: 450px;
}





@media screen and (max-width:1320px) {
  .footer-content.fbox2.fmap {
    width: 220px;
    height: 120px;
  }
  .f-icon {margin: 5px 0px 0px 3px;}
  .panchangam_table table td {
  font-size: 12px;}
  .panchangam_inner p {
  font-size: 12px;}
  .wel_main_img {
height: 120px;
  width: 120px;left: 0;}
  .service_part {grid-template-columns: 130px 1fr;}
  .welcome-title, .section-title, .vedic-school-heading {
  font-size: 28px;
  line-height: 36px;}
}


@media screen and (max-width:1023px) {
  .welcome-block {
  display: grid;
  grid-template-columns: 1fr;}
    .service_part {
    grid-template-columns: 1fr;
  }
  .service_part > div {
  margin-inline: auto;
  text-align: center !important;
}
.wel-main::before {background: none;}
.container {
  padding-inline: 2%;
}
.welcome-block > div:nth-child(2)::before{display: none;}
.welcome-block > div:nth-child(2) {
  position: relative;
  padding-block: 10px 50px;
}
.service_part {
gap: 10px;
}
.wel-main {
  padding-top: 30px;
  padding-inline: 10px;
}
.main-bg  {
margin-bottom: -40px;
  }

  .footer-block .ftrow {
  flex-wrap: wrap;
}
  .footer-block .ftrow .fbx:first-child{
    width: 100%;
  }
  .footer-block::before {
border-radius: 0;
}
.grid-middle > * {
  overflow: hidden;
}
.f-br {
overflow: hidden;
}
.wel_main_img {
  padding: 0;
}
}


.sound-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 7px 8.5px;
  font-size: 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: #ff7410;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

@media screen and (max-width:768px) {
	.sound-btn {
    position: fixed;
    bottom: 55px;
    right: 7px;
    z-index: 9999;
    padding: 7px 8.5px;
		font-size: 19px;}
  .vedic-school-sec {
  padding-block: 10px 30px;
}
  .panchangam_inner {
    text-align: center;
    padding: 35px 50px 0px 50px;
  }
    .vedic-school-sec > .row > div > div.panchangam_main {
    max-width: 390px;}
    .vedic-school-left {
  margin-top: 20px;
}
.vedic-school-slider .owl-dots {
  bottom: -20px;}
}

@media screen and (max-width:576px) {
   .hlogo-part > a .logo_bg_set > img {
    height: 90px;
  }
   .hlogo-part > a img.logo_text {
    max-height: 70px;
    top: 0;
  }
    .main-bg  {
    top: 0;
    background: #fefbf3;
  }
   .welcome-title, .section-title, .vedic-school-heading {
    font-size: 25px;
    line-height: 30px;
  }
    .welcome-block > div:nth-child(2) {
    padding-block: 10px 35px;
  }
  .event_top_part {
  grid-template-columns: 1fr;}
  .event_top_part .section-title {
  color: #000;
  text-align: center !important;
}
.event_top_part {gap: 10px;}
.event_content_part {padding: 10px;}
.event_content_part .service-slider .owl-item span {
  height: 200px;}
   .vedic-school-sec > .row > div > div.panchangam_main {
min-height: 400px;
  }
  .fcal-cd {
  flex-direction: column;
  align-items: flex-start !important;
}
.footer-content.fbox2.fmap {
    width: 300px;
  }
  .footer-sec .container {
  padding-inline: 4%;
}
.gallery_tab_set > li:first-child {
  order: 1;
}
.gallery_tab_set > li:last-child {
  order:2;
}
  .main-bg  {
    margin-bottom: 0px;
  }
  .footer-sec {
  background: #40422f;
}
  .gallery-sec {
    padding-block: 30px;
  }
  .galley-title {
  margin-bottom: 10px !important;
}
.gallery_tab_set button {padding: 9px 20px;
font-size: 13px;
  line-height: 100%;}
  .news-letter-sec .latest-block {
background: #f86e0f;
}
.inner_page_content {
  padding: 30px 25px;}
}

.ds .card iframe {
  border: 0;
  min-height: 200px;
}
.text-danger.er{
  font-size: 14px !important;
}