: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, #d84200 0%, #ff781a 100%, #d84200)
}

/* Oswald */
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
/* BenguiatStd */
@font-face {
   font-family: 'benguiatstd-bold';
   src: url('../fonts/benguiatstd-bold.otf');
}
@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", sans-serif; font-size: 14px; color: #000; }
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;}
.main_bg2 .container {
  position: relative;
  z-index: 2;
  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;}
/* .top_dec-deg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35px;
  max-height: 310px;
}
.top_dec-deg.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
} */
.header-top-section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width:1320px) {
  #header .container, .container {
    max-width: 1180px !important;
  }
}
@media screen and (max-width: 1250px) {
   .thoranam-left, .thoranam-right {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
   #header .container, .container {
    max-width: 100% !important;
  }
}
/* common-css-close */

.carousel-indicators [data-target] {
  width: 16px;
  height: 16px;
  border: 0 !important;
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #f86e0f;
}


/* Header */


/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: -60px;
}
.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;
}

#header {
  background:linear-gradient(#c31f00, #f43623);
  /* background-color:var(--theme-gradiant) ; */
  position: relative;
  /* padding: 5px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -3px; */
  z-index: 9;
}
.main-bg::before {
  content: "";
  background:url(../images/bg-top.png);
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 3px;
  top: 39px;
  left: 0;
  z-index: -1;
}
.home-inner {
  padding-top: 15px;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {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: 8px; */
  }
.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: 12px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Poppins-Medium';
  transition: color 0.3s, background 0.3s;
  padding: 13px 10px; 
  border-radius: 0px;
  line-height: 100%;
  letter-spacing: 0px;
}
.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:#fff600;
  background: linear-gradient(#f94d00, #fe8626);
}
.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;
    background-size: 100%;
    background-position: center 0px;
    padding-block: 10px 30px;
  }
  
  #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(90deg, #d64000, #fe810a);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .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: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 100vh;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .navbar > ul > li.btn_outline a {
  display: inline-block;
  margin-block: 4px;
  padding-inline: 20px !important;
  min-width: 120px;
  text-align: center;
}
}

.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:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
}

@media screen and (max-width: 1199px) {
  /* .navbar a, .navbar a:focus {
    font-size: 12px;
    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: linear-gradient(to right, #d64000, #fe810a, #d64000);
}
.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: 13px !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;
}  
.home-inner {padding-top: 0;}
/* .top_dec-deg {top: 0;max-height: 250px;}  */

.banner-wrap.pos-relative {
  max-width: 750px;
  margin-inline: auto;
  width: 100%;
}
.main-bg::before {top: 0;}   
.carousel-indicators [data-target] {
  width: 14px;
  height: 14px;}     
  .navbar a, .navbar a:focus {
    font-size: 14px;
    padding-block: 8px !important;
  }                 
}                                  



/* extra css for header */
.main_header {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
}
.main_header .header_bottom_line {
  width: 100%;
  height: 25px;
  object-fit: contain;
  object-position: top;
}
.logo_header {
  position: relative;
  background: url(../images/header-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 155px;
  padding-top: 5px;
  z-index: 0;
}
.logo_header a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 150px;
}
.header_top_line {
  position: absolute;
  width: 100%;
  top: -13px;
  z-index: -1;
  height: 20px;
}

.thoranam-left, .thoranam-right {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  height: 300px;
}
.thoranam-right {
left: auto;
right: 0;
}
/* extra css for header close */


/* main_bg */
/* .main_bg {
  background: url(../images/wel_bg.png), linear-gradient(to bottom, #ffc000 70%, #fff0 50%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-block: 40px 200px;
  position: relative;
  z-index: 1;
} */
.main_bg {
  background:linear-gradient(to bottom, #ffc000 75%, #fff0 50%);
  padding-block: 40px 270px;
  position: relative;
  z-index: 1;
  margin-bottom: -320px;
}
.wel_bg {
  width: 100%;
  height: 310px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: -1;
}
/* main_bg_close */

/* banner_sec */
.banner_sec {
  position: relative;
  padding-bottom: 30px;
}
.banner_sec .container-fluid {
  padding-inline: 7%;
}
.banner_sec .carousel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.banner_sec .carousel {
  position: relative;
  padding: 5px;
  z-index: 1;
  border: 7px solid #f38a00;
}
.carousel-indicators {
    bottom: 20px;
  background-color: #141210;
  padding: 5px 6px;
  border-radius: 25px;
  width: 80px;
  height: auto;
  margin-inline: auto;
}
.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #797573;
    opacity: 1;
    border: none;
    margin: 0 3px;
}
.carousel-indicators .active {
    background-color: #ffc000;
}
/* banner_sec_close */

/* wel_sec */
.wel_sec {
  text-align: center;
  position: relative;
  margin-bottom: -30px;
}
.wel_sub_title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Poppins-Medium";
  margin-bottom: 5px;
}
.wel_title {
  color: #dd0e20;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
}
.wel_sec p {
  font-family: "Poppins-Regular";
}
/* wel_sec_close */

/* main_bg2 */
.main_bg2{
  position: relative;
  padding-block: 270px 40px;
  background: url(../images/main_bg.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
padding-bottom: 70px;
  margin-bottom: -60px;
}
/* main_bg2_close */

/* combine_sec */
.combine_sec {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 200px;
      gap: 20px;
      margin-bottom: -20px;
}
/* combine_sec_close */

/* sponsors_sec */

.sponsors_part {
  position: relative;
  background: url(../images/sponsors_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 50px 30px;
  padding-inline: 15px;
}
.sponsors-border img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.sponsors_part > div {
  display: flex;
  justify-content: center;
}
.sponsors_part > div.aws-cmn-ticker ul li img {
  height: 81px !important;
  margin-bottom: 7px;
}

.sponsors_part h3 {
  font-family: 'benguiatstd-book';
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
/* sponsors_sec_close */

/* events_sec */
.event-card {
    background: linear-gradient(180deg, #678f1b, #678f1b);
    color: #fff;
    /* padding: 20px; */
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 900px;
    position: relative;
}


.event_part {
    display: flex;
    gap: 20px;
        margin-bottom: 20px;
}

/* poster styling */
.poster img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: fill;
    max-height: 630px;
}



/* BADGE */
.event-card .badge {
    background: #ffc600;
    color: #2f4800;
    display: inline-block;
    padding: 8px 14px 4px;
       border-top-right-radius: 20px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 16px;
    /* margin-right: 70px; */
    width: 300px;
    text-transform: uppercase;
    font-family: 'BenguiatStd-Book';
    font-weight: 300;
         position: relative;
    left: -12px;
    padding-left: 30px;
}
.badge::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 36px;
    width: 12px;
    height: 20px;
    background: #b08900;
    transform: skewX(35deg);
    z-index: -9;
}
  /* TITLE */
 .event-card h2 {
    font-size: 24px;
  margin-bottom: 20px;
  color: #ffe595;
  font-family: 'BenguiatStd-Book';
  letter-spacing: 0.5px;
  line-height: 32px;
}

  /* LIST */
  .event-card ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
    padding-bottom: 8px;
}

  .event-card ul li {
      margin-bottom: 10px;
  }
  .event_details {
    padding: 5px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
  .event-card ul li {
    display: flex;
    align-items: flex-start;   
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

/* icon */
.event_details ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 3px 0 0;  
    flex-shrink: 0;    
}
  /* BUTTONS */
 .events_btns {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    /*justify-content: center;*/
    position: relative;
    padding-top: 25px;
}
 /* top border */
.events_btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.btn-gold {
  background: #ba9e52;
  color: #fff;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-block;
  transition: all .4s linear;
  line-height: 100%;
  height: 40px;
}

.btn-gold:hover {
  background: #897337;
  transition: all .4s linear;
}

.btn-outline {
    background-color: #fff;
    color: #8c0404;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 500;
    display: inline-block;
    transition: all .4s linear;
    /* line-height: 100%; */
    height: 40px;
}

.btn-outline:hover {
  /* border: 1px solid #8c0404; */
  background-color: #ff0000;
  color: #fff;
  transition: all .4s linear;
}
.right_part {
    position: relative;
    bottom: 42px;
}
.carousel-item {
    max-height: 442px;
}
/* events_sec_close */
/* registration section start  */
.registraion_bg {
    background: url(../images/4th-btn.png) #fff5e9;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0px 178px;
    text-align: center;
    background-position: bottom;
        border: 1px solid #cfae7e;
    border-radius: 20px;
      

}
.registraion_bg h2 {
    color: #764909;
    font-size: 26px;
    font-family: 'Poppins-Medium';
    line-height: 34px;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.registration_btns a {
    padding: 12px 20px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_part.inner_right_part .registraion_bg.ds {
  margin-bottom: 20px;
}
.registration_btns img {
    padding-right: 10px;
}
.registration_btns.about_reg img {
    padding-right: 7px;
  height: 20px;
}
.registration_btns.about_reg {
  gap: 7px;
}
.registration_btns a:first-child {
    background-image: linear-gradient(to right, #f54e4f, #ffa75e);
}
.registration_btns a:nth-child(2) {
    background-image: linear-gradient(to right, #88c545, #27c359);
}
.registration_btns a:nth-child(3) {
    background-image: linear-gradient(to right, #ffab32, #ff9601);
}
.registration_btns a:nth-child(4) {
    background-image: linear-gradient(to right, #00b8e5, #0dcec9);
}
.registration_btns {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.reg_border img{
  padding-block: 20px;
}
/* reg sec close */

/* gallery sec start */

.galley-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}

.g-box {
  position: relative;
}

.g-box:hover .overlay {
  height: 100%;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  column-gap: 15px;
  /* margin-bottom: 20px; */
}
.gallery__icon {

    object-fit: cover;
    aspect-ratio: 1;
    max-height: 190px;
}
.gallery-owl i {
  font-size: 35px;
}

.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: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery_bg{
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  text-align: center;
      margin-bottom: 130px;
}
.gallery_title{
  font-size: 27px;
  color: #181818;
  font-family: 'benguiatstd-book';
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* .gallery_main{
  position: relative;
  top: -60px;
} */


/* video play start  */
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.dis-b {
    display: block;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/yt.png) no-repeat center center;
  z-index: 1;
  -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;
  background-size: 50px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.gallery__icon,
.v-icon {
  height: 170px;
  object-fit: cover;
  /* border-radius: 5px; */
}

/* vedio play end  */

/* gallery sec close */

/* footer */
/*  Footer Background & Layout */ 
.main-footer {
    /* background: linear-gradient(135deg, #ffcc00 0%, #ffb300 100%); */
    background: url(../images/footer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
       background-size: 100% 100%;
    padding-top: 110px;
    position: relative;
    overflow: hidden;
    color: #333;
}
.footer_top_border {
  position: absolute;
  bottom: 0;
  width: 100%;
}


 .footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0px;
}

.footer-section {
    flex: 1;
    
}
.footer-section.address-section {
  display: flex;
  flex-direction: column;
}
.footer-section.right-menu{
display: flex;
}
.footer-section.left-menu {
  display: flex;
}
/* Section 1 & 2 Styles */
.aks-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.mini-logo {
    width: 50px;
    margin-right: 10px;
}

.brand-text .aks-title {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.brand-text .help-text {
    font-size: 18px;
    font-weight: 300;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: auto;
}


.icon-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #b25400;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: #b25400;
}

.contact-info p {
    font-size: 12px;
    margin: 0;
    color: #340002;
}

.contact-info a {
    text-decoration: none;
    color: #894000;
    font-size: 18px;
    font-family: 'Oswald-Regular';
}

.address-box {
    color: #894000;
    font-size: 20px;
    max-width: 150px;
    line-height: 1.6;
    font-family: 'Oswald-Regular';
}

/* Central Logo Section */
.central-logo-section {
    display: grid;
  grid-template-columns: 1fr 200px 1fr;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.logo-outer-glow {
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
}

.main-logo {
    width: 200px;
}
.footer-section.right-menu > * {
  width: 100%;
}
.footer-links {
  max-width: 220px;
}

/* Right Menu & Social */
.footer-links {
    list-style: none;
    text-align: right;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #894000;
}

.newsletter-area {
    text-align: right;
    margin-bottom: 20px;
}

.newsletter-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 7px;
    font-size: 12px;
}

.newsletter-header i {
    font-size: 24px;
}

.subscribe-btn {
    background: #6cab28;
    color: white;
    border: none;
    padding: 4px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: "Poppins-Medium";
    padding-left: 50px;
}
.subscribe-btn span {
  background: #00000054;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
.aks-brand img {
  height: 75px;
}
.footer-section.central-logo-section {
  max-width: 220px;
}
.footer-section.help-desk {
  min-width: 280px;
}
.social-icons a:hover {
    background: white;
    color: #ffb300;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    padding: 20px 0;
    font-size: 14px;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom-flex p {
    margin-bottom: 0;
    color: #160a00;
    font-size: 16px;
    font-family: 'Poppins-Light';
}
.newsletter-header h5 span{
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}
.newsletter-header h5 {
  color: #b25400;
  font-size: 13px;
  font-family: "Poppins-Regular";
  text-align: left;
  margin-bottom: 0;
}
.newsletter-header img {
  position: relative;
  top: 7px;
}
.dev-name {
      color: #db0910;
  
}
.logo-outer-glow {
   padding: 23px 30px;
    position: relative;
    top: -32px;
    background: #ffb600;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    margin-bottom: -33px;
}
/* Responsive Queries */
@media (max-width: 992px) {
    

    

    

}


.footer_left_img, .footer_right_img {
    position: absolute;
    bottom: 20px;
    left: 0px;
}
.footer_right_img{
   left: auto;
    right: 0;
    bottom: 40px;
}
.footer_middile_img {
    position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-circle i {
    font-size: 20px;
}
/* footer close */
/* about us sec start  */
.inner_bg{
     background: linear-gradient(to bottom, #ffc000 75%, #fff0 50%);
    padding-block: 60px 270px;
    position: relative;
    z-index: 1;
    /* margin-bottom: -320px; */
    background-image: url(../images/inner-bg.png),url(../images/about-second-bg.png);
    padding-bottom: 0;
    background-repeat: no-repeat, repeat-y;
}
.inner_page_bg{
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}
.about_reg{
  display: flex;
  flex-direction: column !important;
 
}
.registraion_bg.ds{
 padding: 20px 15px 42px 15px;
  
}
.registraion_bg.ds h2 {
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #764909;
    font-family: 'Poppins-Medium';
}
.registration_btns.about_reg a {
    padding: 10px 0;
}
.right_part.inner_right_part{
  position: relative;
  bottom: 0;
}

.sponsors_part.part{
padding:40px 9px;
}
.gallery_main.about-sec {
  padding-top: 40px;
}
.inner_page_bg h1{
  background-color: red;
}
.inner_page_bg h1 {
    background-color: #ffca2a;
    border-radius: 50px;
    font-size: 30px;
    color: #000000;
    padding: 9px 20px;
    font-family: 'Poppins-Medium';
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.inner_content {
    padding: 15px 30px;
}
.inner_content p{
  margin-bottom: 35px;
  color: #191919;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Poppins-Light';
}
.inner_content h2 {
    font-size: 26px;
    text-align: center;
    line-height: 44px;
    color: #0d5f29;
    font-family: 'Poppins-Medium';
}
.inner_content img{
  max-width: 100%;
}
.members {
    text-align: center;
}
.main-footer.inner_footer{
      margin-top: -80px;
    z-index: 1;
}

.g-box{position: relative;}
.g-box:hover .overlay {
    height: 100%;
}
.gal-grid.ds {
    display: grid;
  grid-template-columns: repeat(4,1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 20px;
}
 
.gallery__icon{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.gallery-owl i {
    font-size: 35px;
}
.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;
}
.combine_sec.inner_sec{
  margin-bottom: 30px;
}

/* video gallery  */
.gal-grid.video_page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
      row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;}

.shadow_sec_set {
    box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
    transition: all 0.3s linear;
}
.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.video-item::before {
    position: absolute;
    height: 50px;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.gallery__icon, .v-icon {
    width: 100%;
    height: 150px;
    object-fit: cover;
    height: 100%;
}

.gallery__icon, .v-icon {
    height: auto;
    object-fit: cover;
    max-height:173px;
}

.footer_left_img img, .footer_right_img img {
  max-height: 200px;
}
/* Responsive  */
@media screen and (max-width:1500px) {
  .mobile_top_section {
  display: none;
}
  .footer_left_img img {
  max-height: 230px;
}



.footer_middile_img img {
  max-height: 110px;
}
.footer_right_img img {
  max-height: 200px;
}
.footer_right_img {bottom: 25px;}
.main-logo {
  width: 175px;
}
.logo-outer-glow {
top: -36px;}
}
@media screen and (max-width: 1320px) {
  .navbar a, .navbar a:focus {
    font-size: 12px;
  }
  .mobile_top_section {
  display: none;
}
.wel_bg {height: 280px;bottom: 53px;}
.registraion_bg h2 {font-size: 23px;line-height: 30px;}
.registration_btns a {
  padding: 8px 13px;
}
.gallery__icon, .v-icon {
max-height: 158px;
}


 .footer_left_img img {
    max-height: 210px;
  }

  
.footer_middile_img img {
    max-height: 110px;
  }
    .footer_right_img img {
    max-height: 200px;
  }
  .footer_right_img {
    bottom: 16px;
  }
 
.footer-grid {
padding-bottom: 10px;
}
.main-logo {
    width: 160px;
  }
    .logo-outer-glow {
    top: -37px;
    left: 0px;
  }
  .footer-links {
margin-left: -80px;
}
.logo_header {
height: 137px;}
}
@media (max-width:1231px) {
  .banner_sec .container-fluid {
  padding-inline: 4% !important;
}
 .logo_header {
    height: 130px;
  }
  .logo_header a img {
max-height: 125px;
}  
/* .navbar a, .navbar a:focus {padding: 13px 11.5px !important;} */
  .footer_middile_img img {
    max-height: 95px;
  }
  

  
  .footer_left_img img {
    max-height: 190px;
  }
 
  
  .footer_right_img img {
    max-height: 190px;
  }



}

@media screen and (max-width:1200px) {
  .main-footer{
    background: linear-gradient(to left, #ffae00, #ffd200, #ffaf00);padding-top: 35px;overflow: hidden;}
    .footer_left_img, .footer_right_img {
    bottom: -35px;}
    .footer_right_img {
    bottom: 0px;}
    .footer_middile_img {
    bottom: 0px;}
    .main_bg2 {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.footer-section.left-menu {
  display: flex;
  flex-direction: column;
}
.address-box p br {
  display: none !important;
}
.footer-section.right-menu {
  display: flex;
  flex-direction: column;
}
.footer-links {
  max-width: 220px;
  margin-left: auto;
}
}
@media screen and (max-width:1144px) and (min-width:1023px) {
    .navbar a, .navbar a:focus {padding: 13px 5px;}
     .navbar ul {justify-content: space-between;}
}
@media screen and (max-width:1024px) {
  .inner_page_bg h1 {font-size: 27px;line-height: 30px;}
  .registraion_bg.ds h2 {
  font-size: 16px;
  line-height: 20px;}
  
   .logo_header{
    display: none;
  }
    .mobile_top_section {
    display: block !important;
  }
  .thoranam-left, .thoranam-right {
display: none;
}
  .navbar a, .navbar a:focus {padding: 13px 12.7px;}
  .logo_header {height: 125px;}
    .logo_header a img {
    max-height: 120px;
  }
  .carousel-item {
  max-height: auto;
}
 .wel_bg {
    height: 210px;
    bottom: 83px;
  }
  .main_bg {
margin-bottom: -360px;
}
.event-card h2 {
  font-size: 26px;
line-height: 31px;
}
.event-card .badge {
font-size: 22px;width: 240px;
left: -6px;
  padding-left: 21px;
}
.badge::before {
left: 7px;
  top: 34px;}
  .event_details {
  padding: 5px 10px 10px;
}
.registration_btns a {font-size: 13px;padding: 8px 8px;}
.registration_btns img {
  padding-right: 5px;
}
.registration_btns {
gap: 10px;
}
.events_btns {
margin-top: 0px;
padding-top: 20px;
}
.gallery__icon, .v-icon {
    max-height: 138px;
  }
 
  
  
  .footer_middile_img img {
    max-height: 65px;
  }
 
  .footer-bottom {
  padding-bottom: 70px;
}
 .main_header {
  position: relative;
  z-index: 999;}
}
@media screen and (max-width:992px){
  .main-logo {
    width: 100px;
  }
}
.footer-section.central-logo-section {
  max-width: 200px;
  display: flex;
  justify-content: center;
}

 .btn-gold {font-size: 13px;}
 .banner_sec .container-fluid {
    padding-inline: 1% !important;
  }
    .event-card h2 {
    font-size: 22px;
    line-height: 25px;
  }
   .event-card .badge {
    font-size: 20px;
    width: 230px;
    left: -6px;
    padding-left: 0px;
  }
   .badge::before {
    left: 7px;
    top: 31px;
  }
  .event-card ul li {font-size: 14px;}
  .event_part {gap: 10px;}
  .combine_sec {
gap: 10px;
}
 
 .logo_header a img {
    max-height: 145px;
  }
  .main_header {
margin-bottom: -46px;
}
.banner_sec {
padding-bottom: 20px;
}
  /* .wel_bg {
    height: 130px;
    bottom: 133px;
  } */

  



  

@media screen and (max-width:768px) {
  .top_div {
  display: none !important;
}

.address-box {
  font-size: 17px;}
.footer_left_img img, .footer_right_img img {
  max-height: 100px !important;
}
  .gallery_bg {
margin-bottom: 30px;
}
.logo_header a img {
    max-height: 91px;
  }

  .carousel-indicators {width: 69px;bottom: 0;}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;}
  .logo_header a img {
    max-height: 91px;
  }
  .logo_header {
    height: 95px;
  }
  .wel_sub_title {font-size: 18px;}
  .wel_title {font-size: 28px;}
  .combine_sec {
  grid-template-columns: 1fr;

}
  .registraion_bg h2 {
    font-size: 21px;
    line-height: 26px;
  }
  .reg_border img {
  padding-block: 10px;
}
.combine_sec {
    gap:70px;
  }
  .sponsors_part {
padding-block: 25px 25px;
}
.gallery_title {font-size: 25px;line-height: 28px;}
  .gallery__icon, .v-icon {
    max-height: 208px;
  }
  .main_bg2 {
padding-bottom: 70px;
}




   .footer_middile_img img {
    max-height: 70px;
  }

  
 
  

  
}
@media screen and (max-width:750px) {
  .footer-grid {
  flex-wrap: wrap;
}
.footer-section.central-logo-section {
  order: 0;
  width: 100%;
  max-width: 100%;
}
.footer-grid > div:first-child {
    order: 1;
  }
  .footer-grid > div:last-child {
    order: 2;
  }
  
.footer-grid > div:first-child, .footer-grid > div:last-child {
    width: calc(50% - 10px);
  }
  .footer-section {
  flex: auto;
}
}
@media screen and (max-width:576px) {
  .banner_sec .carousel-inner .carousel-item img {
  height: 250px;
  object-fit: cover;
}
  .gallery_bg {padding: 10px;}
  .video-item img {
        height: auto !important;     /* natural height */
    }
  .footer-grid {
  flex-direction: column;
}
.footer-section.central-logo-section {
  order: 0;
}
.footer-grid > div:first-child {
    order: 1;
    width: 100%;
  }
  .footer-grid > div:last-child {
    order: 2;
    width: 100%;
  }
  .logo_header a img {
    max-height: 53px;
  }
  .logo_header {
    height: 60px;
  }
    .wel_sub_title {
    font-size: 17px;
  }
  .event-card .badge {
    font-size: 19px;}
    .registraion_bg h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .registraion_bg {padding: 40px 0px 58px;}
  .wel_title {
    font-size: 22px;
  } 
   .wel_bg {
    height: 125px;
    bottom: 122px;
  }
  .event-card {width:100%; flex-direction: column !important;}
  
  .main_bg2 {
    padding-bottom: 25px;
  }
  
.newsletter-area {
  text-align: left;
}
.newsletter-header {justify-content: flex-start;}
.social-icons {justify-content: flex-start;}
.footer-section.right-menu > * {
    width: 100%;
  }
    .logo-outer-glow {
    padding: 15px 20px;
  }
  .footer-section.left-menu > * {
    width: 100% !important;
    align-items: flex-start;
  }
   .footer-links {
    text-align: left;
  }
  .main-logo {
    width: 115px;
  }
 
.logo-outer-glow {
  top: -35px;
}
 
.footer-section.address-section {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
  gap: 10px;
  margin-left: 0 !important;
}
.event_part {
flex-direction: column;
gap: 10px;
}
 .footer-links {
    margin-left: 0;
  }
.registration_btns {
flex-wrap: wrap;
}
 .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
   .carousel-indicators {
    width: 54px;
    bottom: 0;
  }
    .wel_bg {
    height: 100px;
    bottom: 141px;
  }
    .main_bg {
    margin-bottom: -400px;
  }
  .sponsors_part {
    padding:40px 0px !important;
  }
  .sponsors_part {background-size: contain;}
  .footer_middile_img img {
    max-height: 35px;
  }
    .footer_left_img img{
    max-height: 70px !important;
  }
    .footer_right_img img {
    max-height: 50px !important;
  }
  .inner_page_bg h1 {
    font-size: 20px;
    line-height: 23px;
  }
  .inner_content {
  padding: 8px 10px;
}
.inner_content p {
  margin-bottom: 5px;}
  .inner_content h2 {font-size: 22px;line-height: 41px;}

.inner_bg .combine_sec  {
  gap: 15px;
}
.registraion_bg.ds {
  padding: 15px 10px 68px 10px;
}
.main-footer.inner_footer {
  margin-top: 0;}
  .inner_page_bg.text-center h2 {
  font-size: 25px !important;
  font-weight: 800;
  padding-block: 30%;
}
}

.mobile_top_section {
  display: none;
}
.inner_page_bg.text-center h2 {
    font-size: 35px;
    font-weight: 600;
    padding-block: 30%;
}
.combine_sec.ds
 {
    margin-bottom: 130px;
}
.inner_content.photo-gallery{
  padding: 15px 0px !important;
}

/* Gallery Section Styles */
/*  */
.product-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.product-gallery .gallery-grid a:hover img {
  transition: all .4s linear;
  transform: scale(1.1);
}
.product-gallery .gallery-grid a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 5px;
  transform: scale(1);
  transition: all .4s linear;
}
.product-gallery .gallery-grid a {
  height: 100%;
  transition: all .4s linear;
  overflow: hidden;
  max-height: 250px;
  display: block;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .product-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* video-gallery */
.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: cover;
}
.v-icon {
  height: 100%;
  max-height: 200px;
}
.video_card {
  padding: 0px;
  background: url(../images/service_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  transition: all .4s linear;
}
.mfp-wrap {z-index: 9999999 !important;}
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  max-height: 173px;
  /* border-radius: 5px; */
  overflow: hidden;
}
.video-caption h6 {
  color: #352b1c;
  font-family: 'benguiatstd-Book';
}
.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;
  -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)
  }
}

/* ? */

.update-soon-title{
  font-family: 'benguiatstd-medium';
  text-align: center;
  padding-block: 150px;
  color: #a16e12;
}
.gallery_main.about-sec .gallery__icon, .v-icon {
max-height: 187px;
}
.navbar > ul > li.btn_outline.two a {
  background: #a41f00;
}
.navbar > ul > li.btn_outline a {
  background: #035620;
  border-radius: 30px;
  padding: 8px 10px !important;
  font-size: 12px;
}

.top_div {
  background: #0b5d1d;
  display: flex;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
  padding-inline: 8%;
  padding-block: 6px;
  font-family: 'Poppins-Medium';
  font-size: 13px;
  color: #fff;
}
.top_div > div.social-icons a {
  width: 20px;
  height: 20px;
  border: none;
}
.top_div > div.social-icons {
  padding: 0;
  margin: 0;
}
.top_div > div:not(:last-child) {
  border-right: 1px solid #ffffff6b;
  padding-right: 20px;
}
.main_header {
  position: relative;
  z-index: 999 !important;
  transition: all .4s linear;
}
.main_header.fixed_menu .logo_header{
 display: none;
}
.main_header.fixed_menu{
  position: fixed !important;
  top: -50px;
  transform: translateY(50px);
  width: 100%;
  transition: all .4s linear;

}
.main_header.fixed_menu .thoranam-left, .main_header.fixed_menu .thoranam-right {
height: 220px;
}
@media screen and (max-width: 1320px) {
  .thoranam-left, .thoranam-right {
     height: 220px;
  }
}



@media only screen and (max-width: 767px) {
    .navbar {
        display: none;
    }
}


.main_left_cards {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 20px;
}

#navbar ul .menu-item-has-children .sub-menu {
    flex-direction: column;
    text-align: start;
    display: block;
    width: max-content;
    white-space: nowrap;
}
em.error2 {
    color: red;
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /*display: inline-block;*/
    display: block;
    text-align: left;
}
.inner-title {
    color: #ec1e29;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Poppins-Regular';
}

.inner-sub-title {
    font-size: 22px;
    padding-bottom: 5px;
    color: #0a5d27;
    font-weight: 600;
    padding-top: 15px;
}
.waks-about-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    border-top: 5px solid #f6b100;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

    .waks-about-card::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        background: rgba(246, 177, 0, 0.08);
        border-radius: 50%;
        top: -50px;
        right: -50px;
    }

    .waks-about-card:hover {
        transform: translateY(-8px);
    }

.waks-about-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f6b100, #ff8800);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    box-shadow: 0 10px 25px rgba(246, 177, 0, 0.3);
    position: relative;
    z-index: 2;
}

.waks-about-card h4 {
    color: #137333;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.waks-about-card p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.inner-list {
    list-style: disc;
}
@media (max-width: 1199px) {

    .waks-about-topbar h2 {
        font-size: 36px;
    }

    .waks-about-subtitle {
        font-size: 30px;
    }

    .waks-about-kannada {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    .waks-about-content {
        padding: 35px;
    }

    .waks-about-topbar h2 {
        font-size: 32px;
    }

    .waks-about-subtitle {
        font-size: 26px;
    }

    .waks-about-kannada {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .waks-about-section {
        padding: 40px 0 70px;
    }

    .waks-about-content {
        padding: 28px 22px;
    }

    .waks-about-topbar {
        padding: 16px 20px;
    }

        .waks-about-topbar h2 {
            font-size: 28px;
        }

    .waks-about-subtitle {
        font-size: 22px;
        line-height: 1.5;
    }

    .waks-about-kannada {
        font-size: 24px;
    }

    .waks-about-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .waks-about-card {
        padding: 24px;
    }

        .waks-about-card h4 {
            font-size: 22px;
        }
}

@media (max-width: 575px) {

    .waks-about-topbar h2 {
        font-size: 24px;
    }

    .waks-about-subtitle {
        font-size: 20px;
    }

    .waks-about-kannada {
        font-size: 22px;
    }

    .waks-about-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .waks-about-card h4 {
        font-size: 20px;
    }
}

.inner-page-img img {
    max-width: 100%;
    height: auto;
    display: block;
}


        .library-coming {
            /* background: #faf7f4;
            min-height: 420px; */
            padding: 30px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }



        .library-coming .tag {
            display: block;
            font-size: 30px;
            color: #0a5d27;
            font-family: 'Poppins-SemiBold';
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .library-coming h2 {
            font-size: 35px;
            line-height: 1.2;
            color: #252525;
            font-weight: 700;
            margin: 0 0 55px;
            font-family: 'Poppins-Regular';
        }

        .member-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #cf202c;
            color: #fff;
            padding: 20px 42px;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 700;
            text-decoration: none;
            transition: 0.3s ease;
            font-family: 'Poppins', sans-serif;
        }

        .member-btn:hover {
            background: #ad1721;
            transform: translateY(-3px);
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 991px) {
            /* .library-coming {
                min-height: 360px;
                padding: 90px 20px;
            } */

            .library-coming h2 {
                font-size: 40px;
                margin-bottom: 45px;
            }
        }

        @media (max-width: 767px) {

            /* .library-coming {
                min-height: 320px;
                padding: 70px 15px;
            } */
            .library-coming {
                min-height: 0;
                padding: 0px 0;
            }

            .library-coming .tag {
                font-size: 26px;
                margin-bottom: 15px;
            }

            .library-coming h2 {
                font-size: 25px;
                margin-bottom: 35px;
            }

            .member-btn {
                padding: 16px 30px;
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .library-coming h2 {
                font-size: 20px;
            }

            .member-btn {
                width: 100%;
                max-width: 290px;
                justify-content: center;
            }
        }
        .waks-teachers-page {
            padding: 20px 0;
            /* background: #fffaf0; */
            overflow: hidden;
        }

        .waks-section-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .waks-section-heading span {
            color: #f4a000;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .waks-section-heading h2 {
            color: #0b7a35;
            font-size: 42px;
            font-weight: 800;
            margin: 12px 0;
        }

        .waks-section-heading p {
            color: #555;
            font-size: 17px;
        }

        .waks-teacher-feature {
            background: #fff;
            border-radius: 24px;
            padding: 35px;
            margin-bottom: 45px;
            border: 2px solid #ef8208;
            border-left: 8px solid #ef8208;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            margin-right: 0px;
        }

        .waks-teacher-img {
            width: 100%;
            border-radius: 18px;
            object-fit: cover;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }

        .waks-teacher-content span,
        .waks-teacher-card span {
            color: #f4a000;
            font-size: 18px;
            font-weight: 700;
        }

        .waks-teacher-content h3 {
            color: #222;
            font-size: 38px;
            font-weight: 800;
            margin: 10px 0 18px;
        }

        .waks-teacher-content p,
        .waks-teacher-card p,
        .waks-teacher-message p {
            color: #555;
            line-height: 1.9;
            font-size: 16px;
        }

        .waks-teacher-card {
            background: #fff;
            border-radius: 22px;
            padding: 22px;
            height: 100%;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
            border-bottom: 5px solid #0b7a35;
            transition: 0.3s ease;
        }

        .waks-teacher-card:hover {
            transform: translateY(-6px);
            border-bottom-color: #f4a000;
        }

        .waks-teacher-card h4 {
            color: #222;
            font-size: 28px;
            font-weight: 800;
            margin: 8px 0 12px;
        }

        .waks-teacher-card small {
            color: #0b7a35;
            font-weight: 600;
        }

        .waks-teacher-gallery {
            margin-top: 45px;
            margin-bottom: 45px;
        }

        .waks-gallery-img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 18px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
            transition: 0.3s ease;
        }

        .waks-gallery-img:hover {
            transform: scale(1.05);
        }

        .waks-teacher-message {
            background: #fff;
            border-radius: 24px;
            padding: 35px;
            text-align: center;
            border-top: 6px solid #d71920;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        .waks-teacher-message h3 {
            color: #f4a000;
            font-size: 34px;
            font-weight: 800;
            margin-bottom: 15px;
        }

        @media(max-width:991px) {
            .waks-teachers-page {
                padding: 20px 0;
            }

            .waks-section-heading h2 {
                font-size: 34px;
            }

            .waks-teacher-feature,
            .waks-teacher-card {
                text-align: center;
            }

            .waks-teacher-content {
                margin-top: 25px;
            }

            .waks-teacher-content h3 {
                font-size: 32px;
            }

            .waks-teacher-card img {
                margin-bottom: 20px;
            }
        }

        @media(max-width:575px) {
            .waks-section-heading h2 {
                font-size: 28px;
            }
  .waks-teacher-feature {
    padding: 0;
  }
  .waks-teacher-feature img {
  margin-top: 10px;
}
            .waks-teacher-content h3 {
                font-size: 28px;
            }

            .waks-teacher-card h4 {
                font-size: 24px;
            }

            .waks-teacher-message {
                padding: 25px 18px;
            }
            .current-card h5 {
  font-size: 16px;}
   .product-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    @media(max-width:360px) { .product-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }}
  .current-card h6 {font-size: 15px;}
        }

        .current-card {
            background-color: #fff;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            padding: 12px 10px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

        }

        .current-card img {
            padding-bottom: 20px;
        }

        .current-card h5 {
            font-size: 18px;
            font-family: 'Poppins-Medium';
            color: #ff2100;
            font-weight: 800;
        }

        .current-card h6 {
            color: #04541f;
            font-size: 17px;
            /* font-weight: 600; */
            font-family: 'Poppins-Medium';
        }
         .waks-president-page {
            padding: 40px 0;
            /* background: linear-gradient(180deg, #fff8df 0%, #fff 45%, #fff4cf 100%); */
            /* font-family: 'Poppins', 'Noto Sans Kannada', sans-serif; */
            overflow-x: hidden;
        }

        .waks-president-page .president-card {
            background: #fff;
            border-radius: 28px;
            padding: 45px;
            /* box-shadow: 0 25px 70px rgba(120, 70, 0, 0.14); */
            border: 1px solid rgb(255 202 42);
        }

        .waks-president-page .profile-wrap {
            width: 310px;
            height: 310px;
            max-width: 100%;
            margin: auto;
            padding: 5px;
            border-radius: 50%;
            /* background: linear-gradient(135deg, #ffcc00, #ff7a00); */

        }

        .waks-president-page .profile-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            border: 2px solid #ff7a00;
            padding: 5px;
        }

        .waks-president-page .role-badge {
            display: inline-block;
            color: #fff;
            background: linear-gradient(135deg, #e71921, #ff8a00);
            padding: 7px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .waks-president-page h1 {
            font-size: 30px;
            /* font-weight: 800; */
            color: #1d1d1d;
            margin-bottom: 18px;
            background-color: transparent;
            padding: 0px;
            font-family: 'Poppins-Medium';
        }

        .waks-president-page p,
        .waks-president-page li {
            color: #555;
            font-size: 17px;
            line-height: 1.9;
        }

        .waks-president-page .contact-info {
            margin-top: 24px;
        }

        .waks-president-page .contact-info p {
            margin-bottom: 8px;
        }

        .waks-president-page .social-icons {
            display: flex;
            gap: 12px;
            margin-top: 22px;
            flex-wrap: wrap;
        }

        .waks-president-page .social-icons a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #e71921;
            background: #fff;
            border: 1px solid #ffc107;
            text-decoration: none;
            transition: 0.3s;
        }

        .waks-president-page ul {
            list-style: disc;
        }

        .waks-president-page .social-icons a:hover {
            background: #e71921;
            color: #fff;
            transform: translateY(-4px);
        }

        .waks-president-page .bio-section {
            margin-top: 45px;
            background: #fff;
            padding: 45px;
            border-radius: 24px;
            box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
            border-left: 6px solid #e71921;
        }

        .waks-president-page .bio-section h2 {
            color: #1d1d1d;
            font-size: clamp(28px, 3vw, 40px);
            font-weight: 800;
            margin-bottom: 25px;
        }

        .waks-president-page .bio-section h3 {
            color: #e71921;
            font-size: 24px;
            font-weight: 700;
            margin: 28px 0 15px;
        }

        .waks-president-page ul {
            padding-left: 22px;
        }

        .waks-president-page li {
            margin-bottom: 14px;
        }

        .waks-president-page blockquote {
            margin-top: 30px;
            padding: 20px 25px;
            border-radius: 18px;
            background: linear-gradient(135deg, #fff3cd, #ffffff);
            color: #222;
            font-size: 20px;
            font-weight: 700;
            border-left: 5px solid #ff9800;
        }

        @media (max-width: 991px) {
            .waks-president-page {
                padding: 25px 0;
            }

            .waks-president-page .president-card,
            .waks-president-page .bio-section {
                padding: 30px;
            }

            .waks-president-page h1,
            .waks-president-page .role-badge {
                text-align: center;
            }

            .waks-president-page .social-icons {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .inner_content{
                padding: 8px 0px;
            }
            .waks-president-page blockquote {
               padding: 10px 20px;
               font-size: 15px;}
            .waks-president-page h1 {
                font-size: 29px;
                line-height: 33px;
            }

            .waks-president-page .president-card,
            .waks-president-page .bio-section {
                padding: 22px;
                border-radius: 20px;
            }

            .waks-president-page .profile-wrap {
                width: 240px;
                height: 240px;
            }

            .waks-president-page p,
            .waks-president-page li {
                font-size: 15.5px;
            }
        }
        /* =========================
   SINCHANA SECTION
========================= */

        .sinchana-magazine-box {
            /* background: #f5f5f5; */
            border: 1px solid #f4b400;
            border-radius: 18px;
            padding: 40px 30px;
            margin-top: 25px;
            overflow: hidden;
        }

        /* subtitle */

        .sinchana-magazine-subtitle {
            color: #d62828;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 18px;
            line-height: 1.7;
            font-family: 'Poppins-Medium';
        }

        .sinchana-magazine-subtitle span {
            display: inline-block;
            width: 55px;
            height: 3px;
            background: #d62828;
            margin: 0 14px 6px;
            border-radius: 20px;
        }

        /* title */

        .sinchana-magazine-title {
            font-size: 56px;
            color: #0d7a2f;
            font-weight: 700;
            margin-bottom: 30px;
            text-align: left !important;

        }

        /* button */

        .sinchana-magazine-btn {
            display: inline-block;
            background: #d62828;
            color: #fff;
            text-decoration: none;
            padding: 14px 34px;
            border-radius: 40px;
            font-size: 18px;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .sinchana-magazine-btn:hover {
            background: #0d7a2f;
            color: #fff;
            text-decoration: none;
        }

        /* image */

        .sinchana-magazine-right {
            text-align: center;
        }

        .sinchana-magazine-right img {
            border-radius: 10px;
            /* border: 5px solid #f4b400; */
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
            transition: 0.3s ease;
        }

        .sinchana-magazine-right img:hover {
            transform: scale(1.03);
        }

        /* =========================
   RESPONSIVE
========================= */

        @media(max-width:991px) {

            .sinchana-magazine-box {
                padding: 30px 20px;
                text-align: center;
            }

            .sinchana-magazine-title {
                font-size: 42px;
            }

            .sinchana-magazine-subtitle {
                font-size: 16px;
            }

            .sinchana-magazine-right {
                margin-top: 30px;
            }
        }

        @media(max-width:575px) {

            .sinchana-magazine-box {
                padding: 25px 15px;
                border-radius: 12px;
            }

            h2.sinchana-magazine-title {
                font-size: 18px !important;
                letter-spacing: 1px;
                margin-bottom: 10px;
                text-align: center !important;
            }


            .sinchana-magazine-subtitle span {
                width: 30px;
                margin: 0 8px 4px;
            }

            .sinchana-magazine-title {
                font-size: 32px;
            }

            .sinchana-magazine-btn {
                font-size: 15px;
                padding: 11px 24px;
            }

            .sinchana-magazine-right img {
                max-width: 250px;
            }
            .sinchana-magazine-title {text-align:center !important}
        }

.gal-grid img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}.product-gallery .gallery-grid a {
          transition: all .4s linear;
          overflow: hidden;
          max-height: 100%;
          display: block;
          border-radius: 5px;
}
.product-gallery .gallery-grid a {
   transition: all .4s linear;
   overflow: hidden;
    max-height: 100%;
    display: block;
    border-radius: 5px;
    height: 160px;
}
 