/* Fonts */

/* Common Styles */


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000d6;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
  align-items: center;
}

.container {
  position: relative;
}

.img-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.blink-img {
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  animation: blink 3s step-end infinite;
  margin: 0;
}

.rotating-point {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e34030;
  border-radius: 50%;
  top: 54px;
  left: 45%;
  transform: translateX(-50%);
  animation: rotate-point 3s linear infinite;
}

@keyframes rotate-point {
  0% {
      transform: rotate(0deg) translateX(-56px);
  }

  100% {
      transform: rotate(360deg) translateX(-56px);
  }
}


ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
text-decoration: none !important;
}

/* for removing underline for anchor*/

button:focus {
outline: 0px !important;
}

a:hover {
text-decoration: none;
}

/*textarea { resize: none;}*/

.w-100 {
width: 100%;
}

.w-auto {
width: auto !important;
}

.h-100 {
height: 100%;
}

/* for display */

.d-inline-flex {
display: inline-flex;
}

/* for display inline */

.d-inline-block {
display: inline-block;
}

.d-flex {
display: flex;
}

/* for display inline */

/* for positions */

.pos-relative {
position: relative;
}

.pos-absolute {
position: absolute;
}

/* padding styles */

.p-0 {
padding: 0px;
}

.p-5p {
padding: 5px;
}

.p-10p {
padding: 10px;
}

.p-15p {
padding: 15px;
}

.p-20p {
padding: 20px;
}

.p-30p {
padding: 30px;
}

.p-40p {
padding: 40px;
}

.pt-5p {
padding-top: 5px;
}

.pt-10p {
padding-top: 10px;
}

.pt-15p {
padding-top: 15px;
}

.pt-20p {
padding-top: 20px;
}

.pt-30p {
padding-top: 30px;
}

.pt-40p {
padding-top: 40px;
}

.pt-50p {
padding-top: 50px;
}

.pt-55p {
padding-top: 55px;
}

.pt-60p {
padding-top: 60px;
}

.pt-70p {
padding-top: 70px;
}

.ptb-5p {
padding-top: 5px;
padding-bottom: 5px;
}

.ptb-10p {
padding-top: 10px;
padding-bottom: 10px;
}

.ptb-15p {
padding-top: 15px;
padding-bottom: 15px;
}

.ptb-20p {
padding-top: 20px;
padding-bottom: 20px;
}

.ptb-25p {
padding-top: 25px;
padding-bottom: 25px;
}

.ptb-30p {
padding-top: 30px;
padding-bottom: 30px;
}

.ptb-35p {
padding-top: 35px;
padding-bottom: 35px;
}

.ptb-40p {
padding-top: 40px;
padding-bottom: 40px;
}

.ptb-50p {
padding-top: 50px;
padding-bottom: 50px;
}

.ptb-60p {
padding-top: 60px;
padding-bottom: 60px;
}

.ptb-70p {
padding-top: 70px;
padding-bottom: 70px;
}

.plr-10p {
padding-left: 10px;
padding-right: 10px;
}

.plr-20p {
padding-left: 20px;
padding-right: 20px;
}

.plr-30p {
padding-left: 30px;
padding-right: 30px;
}

.pb-5p {
padding-bottom: 5px;
}

.pb-10p {
padding-bottom: 10px;
}

.pb-15p {
padding-bottom: 15px;
}

.pb-20p {
padding-bottom: 20px;
}

.pb-30p {
padding-bottom: 30px;
}

.pb-40p {
padding-bottom: 40px;
}

.pb-60p {
padding-bottom: 60px;
}

.pb-70p {
padding-bottom: 70px;
}

.pb-80p {
padding-bottom: 80px;
}

.ptb-4060p {
padding-top: 40px;
padding-bottom: 60px;
}

.pr-0p {
padding-right: 0px;
}

.pl-0p {
padding-left: 0px;
}

.pl-10p {
padding-left: 10px;
}

.pl-15p {
padding-left: 15px;
}

.pl-20p {
padding-left: 20px;
}

.pl-25p {
padding-left: 25px;
}

.pl-50p {
padding-left: 50px;
}

.pr-20p {
padding-right: 20px;
}

.pr-50p {
padding-right: 50px;
}

/* margin styles */

.mlr-auto {
margin-left: auto;
margin-right: auto;
}

.m-0 {
margin: 0px;
}

.m-15p {
margin: 15px;
}

.m-lr-auto {
margin: 0px auto;
}

.mt-5p {
margin-top: 5px;
}

.mt-10p {
margin-top: 10px;
}

.mt-15p {
margin-top: 15px;
}

.mt-20p {
margin-top: 20px;
}

.mt-25p {
margin-top: 25px;
}

.mt-30p {
margin-top: 30px;
}

.mt-40p {
margin-top: 40px;
}

.mt-50p {
margin-top: 50px;
}

.mt-55p {
margin-top: 55px;
}

.mt-60p {
margin-top: 60px;
}

.mt-70p {
margin-top: 70px;
}

.mt-80p {
margin-top: 80px;
}

.mt-90p {
margin-top: 90px;
}

.mt-100p {
margin-top: 100px;
}

.mt-120p {
margin-top: 120px;
}

.mt-130p {
margin-top: 130px;
}

.mt-220p {
margin-top: 220px;
}

.mb-0p {
margin-bottom: 0px;
}

.mb-5p {
margin-bottom: 5px;
}

.mb-10p {
margin-bottom: 10px;
}

.mb-15p {
margin-bottom: 15px;
}

.mb-20p {
margin-bottom: 20px;
}

.mb-25p {
margin-bottom: 25px;
}

.mb-30p {
margin-bottom: 30px;
}

.mb-40p {
margin-bottom: 40px;
}

.mb-60p {
margin-bottom: 60px;
}

.mb-70p {
margin-bottom: 70px;
}

.mb-80p {
margin-bottom: 80px;
}

.mtb-2040p {
margin-top: 20px;
margin-bottom: 40px;
}

.mtb-5p {
margin-top: 5px;
margin-bottom: 5px;
}

.mtb-10p {
margin-top: 10px;
margin-bottom: 10px;
}

.mtb-15p {
margin-top: 15px;
margin-bottom: 15px;
}

.mtb-20p {
margin-top: 20px;
margin-bottom: 20px;
}

.mtb-30p {
margin-top: 30px;
margin-bottom: 30px;
}

.mtb-40p {
margin-top: 40px;
margin-bottom: 40px;
}

.mtb-50p {
margin-top: 50px;
margin-bottom: 50px;
}

.mtb-60p {
margin-top: 60px;
margin-bottom: 60px;
}

.mlr-10p {
margin-left: 10px;
margin-right: 10px;
}

.mlr-20p {
margin-left: 20px;
margin-right: 20px;
}

.ml-5p {
margin-left: 5px;
}

.ml-10p {
margin-left: 10px;
}

.ml-15p {
margin-left: 15px;
}

.ml-20p {
margin-left: 20px;
}

.ml-50p {
margin-left: 50px;
}

.mr-5p {
margin-right: 5px;
}

.mr-10p {
margin-right: 10px;
}

.mr-15p {
margin-right: 15px;
}

.mr-20p {
margin-right: 20px;
}

.mr-25p {
margin-right: 25px;
}

.mr-30p {
margin-right: 30px;
}

.mr-40p {
margin-right: 40px;
}

.mr-50p {
margin-right: 50px;
}

/* for box shadow */


/* for border radius  */

.brad-0 {
border-radius: 0;
}

.brad-2 {
border-radius: 2px;
}

.brad-3 {
border-radius: 3px;
}

.brad-4 {
border-radius: 4px;
}

.brad-5 {
border-radius: 5px;
}

.brad-8 {
border-radius: 8px;
}

.brad-50 {
border-radius: 50px;
}

/* for borders  */

.br-0p {
border: 0;
}

.br-gray-1p {
border: 1px solid #e0dcdc;
}

.br-blue-1p {
border: 1px solid #223b74;
}

.br-btmgray-1p {
border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
border: 1px solid #dee2e6;
}


/* for letter spacing  */

.ls-1p {
letter-spacing: 1px;
}

.ls-2p {
letter-spacing: 2px;
}

.ls-3p {
letter-spacing: 3px;
}

.ls-4p {
letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
text-transform: uppercase;
}

.txt-cap {
text-transform: capitalize;
}

.txt-undline {
text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
background-color: white;
}

.bg-black {
background-color: #000000;
}

.bg-trans {
background: transparent;
}

/* for text-colors*/

.text-black {
color: #000000;
}

.text-white {
color: #ffffff;
}

.text-green{color:#185e0b;}
.text-yellow {
color: #ffee4c;
}

.text-brown {
color: #a25300;
}

.text-f1color {
color: #202242;
}

.text-f2color {
color: #a6234b;
}

.text-f3color {
color: #020202;
}

.text-f4color {
color: #262626;
}

.text-f5color {
color: #212121;
}

.text-c1color {
color: #190e00;
}

.text-c2color {
color: #242424;
}

.text-c3color {
color: #414141;
}

.text-c4color {
color: #1c1c1c;
}

.text-c5color {
color: #474747;
}

.text-c6color {
color: #2b2b2b;
}

.text-c7color {
color: #a81440;
}

.text-c8color {
color: #292929;
}

.text-c9color {
color: #161616;
}

.text-c10color {
color: #63647a;
}

.text-c11color {
color: #3a3089;
}

.text-c12color {
color: #053302;
}

.text-c13color {
color: #e27130;
}

.text-c14color {
color: #0e1b2c;
}

.text-c15color {
color: #c70038;
}

.text-c16color {
color: #710c30;
}

.text-c17color {
color: #f8ef8e;
}

.text-c18color {
color: #151515;
}

/* for text-alignment*/

.align-items {
align-items: center;
}

.align-flex-end {
align-items: flex-end;
}

.justify-space {
justify-content: space-between;
}

.justify-center {
justify-content: center;
}

.justify-flex-end {
justify-content: flex-end;
}

.wh-space {
white-space: pre-line;
}

.obj-fit {
object-fit: cover;
}

.cursor-pointer {
cursor: pointer;
}

/* for font-size */

.font11 {
font-size: 11px;
}

.font12 {
font-size: 12px;
}

.font13 {
font-size: 13px;
}

.font14 {
font-size: 14px;
}

.font15 {
font-size: 15px;
}

.font16 {
font-size: 16px;
}

.font17 {
font-size: 17px;
}

.font18 {
font-size: 18px;
}

.font20 {
font-size: 20px;
}

.font22 {
font-size: 22px;
}

.font23 {
font-size: 23px;
}

.font24 {
font-size: 24px;
}

.font26 {
font-size: 26px;
}

.font28 {
font-size: 28px;
}

.font30 {
font-size: 30px;
}

.font32 {
font-size: 32px;
}

.font34 {
font-size: 34px;
}

.font36 {
font-size: 36px;
}

.font44 {
font-size: 44px;
}

.font40 {
font-size: 40px;
}

.font50 {
font-size: 50px;
}

.font52 {
font-size: 52px;
}

/* for line-hieght */

.lh-15p {
line-height: 15px;
}

.lh-16p {
line-height: 16px;
}

.lh-18p {
line-height: 18px;
}

.lh-19p {
line-height: 19px;
}

.lh-20p {
line-height: 20px;
}

.lh-22p {
line-height: 22px;
}

.lh-23p {
line-height: 23px;
}

.lh-24p {
line-height: 24px;
}

.lh-25p {
line-height: 25px;
}

.lh-26p {
line-height: 26px;
}

.lh-27p {
line-height: 27px;
}

.lh-28p {
line-height: 28px;
}

.lh-32p {
line-height: 32px;
}

.lh-33p {
line-height: 33px;
}

.lh-38p {
line-height: 38px;
}

.lh-42p {
line-height: 42px;
}

.lh-44p {
line-height: 44px;
}

/* for font-weight */

.fw-600 {
font-weight: 600;
}

/* for font related css */

.fnt-melanie {
font-family: 'MELANIE-YZRBQ';
}

.fnt-pop-light {
font-family: 'Poppins-Light';
}

.fnt-pop-regular {
font-family: 'Poppins-Regular';
}

.fnt-pop-medium {
font-family: 'Poppins-Medium';
}

.fnt-pop-semibold {
font-family: 'Poppins-SemiBold';
}

.fnt-pop-bold {
font-family: 'Poppins-Bold';
}

.fnt-arial {
font-family: 'ARIAL';
}

.fnt-arial-bold {
font-family: 'Arial-BoldMT';
}

.fnt-mont-light {
font-family: 'MONT-LIGHT';
}

.fnt-mont-book {
font-family: 'MONT-BOOK';
}

.fnt-monst-reg {
font-family: 'Montserrat Regular';
}

.fnt-monst-light {
font-family: 'Montserrat Light';
}

.fnt-robo-light {
font-family: 'Roboto-Light';
}

.fnt-robo-reg {
font-family: 'Roboto-Regular';
}

.fnt-robo-bold {
font-family: 'Roboto-Bold';
}

.fnt-robo-med {
font-family: 'Roboto-Medium';
}

.fnt-robo-italic {
font-family: 'Roboto-Italic';
}

.fnt-robo-LightItalic {
font-family: 'Roboto-LightItalic';
}

.fnt-robo-black {
font-family: 'Roboto-Black';
}

.fnt-mont-reg {
font-family: 'MONT-REGULAR';
}

.fnt-montsemi-bold {
font-family: 'Mont-SemiBold';
}

.fnt-mont-bold {
font-family: 'MONT-BOLD';
}

.fnt-josefinsans-bold {
font-family: 'JosefinSans-Bold';
}

.fnt-josefinsans-semibold {
font-family: 'JosefinSans-SemiBold';
}

.fnt-BenguiatStd-Book {
font-family: 'BenguiatStd-Book';
}

.fnt-BenguiatStd-medium {
font-family: 'BenguiatStd-Medium';
}

.fnt-vivaldid {
font-family: 'VIVALDID';
}

.fnt-king2 {
font-family: 'Kingthings_Calligraphica_2';
}

.fnt-trail-semibold {
font-family: 'MontBlanc-Trial-SemiBold';
}

/* for text-alignment*/

.align-center {
align-items: center;
}

.text-center {
text-align: center;
}

.text-right {
text-align: right;
}

.text-left {
text-align: left;
}

.text-end {
text-align: end;
}

.text-justify {
text-align: justify;
}

.text-initial {
text-align: initial;
}


.wh-wrap {
white-space: nowrap;
}

html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-size: 14px;
color:#000000;
font-family: 'Poppins-Light';
line-height: 26px;
overflow-x: hidden;

}


.container {
max-width: 1230px !important;
padding-left: 0;
padding-right: 0;
}


a {
text-decoration: none;
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.mobile-nav-hide {
color: #fff;
font-size: 32px;
cursor: pointer;
line-height: 0;
transition: 0.5s;
position: fixed;
left: 275px;
top: 15px;
z-index: 9999;
background: #530000;
left: auto;
right: 20px;
border-radius: 50px;
}

.mobile-nav-active {
overflow: hidden;
}

.mobile-nav-active .navbar ul {
height: 100%;
padding-top: 60px;
}


/* Active State (Visible and slide-in from bottom to top) */
.mobile-nav-active .navbar {
transform: translateY(0);
opacity: 1;
border-radius: 0;
transition: transform 0.6s ease-in-out, border-radius 0.6s ease-in-out;
}

.mobile-nav-active .navbar {
padding-top: 0px;
width: 100%;
left: 0;
height: 100%;
text-align: center;
transform: translate(0, 0);
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
position: fixed;
display: block;
top: 0;
z-index: 9998;
opacity: 1;

position: fixed;
}

.header {
/* background-image: linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%); */
width: 100%;
justify-content: center;
}

.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #e33e30 0%, #ff9037 50%, #e33d2f 100%);
  padding:4px;
}

.header-btm-br {
background-image: url(images/header-btm-br.png);
height: 10px;
z-index: 4;
width: 100%;
background-repeat-x: repeat !important;
background-repeat: no-repeat;
}




.navbar .menu-item-has-children > .dropdown-active,
.navbar .menu-item-has-children .menu-item-has-children > .dropdown-active {
display: block;
}


/* ------------------------------------------------------------------------------------------------------------*/
/* DESKTOP HEADER CSS  */
/* ------------------------------------------------------------------------------------------------------------*/

  /* HEADER-TOP CSS  */
  
.header-top-section {
  background-image: url(images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  /* height: 190px;   */
}

.header-top-section:before {
  content: "";
  background-image: url(images/top-bdr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 8px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index:9;
}
.header-top-section:after {
  content: "";
  background-image: url(images/top-waves.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.header-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}


/* curtain css */
.right-curtain, .left-curtain{position: absolute;top: 0; z-index:1; height: 105px;}
.right-curtain {left: 0;}
.left-curtain {right: 0;}


/* logo's css */

.hlogo-card { position: relative; height:100%;}

.hlogo-row{
align-items:center;
justify-content: center;
}

.hright-bg, .hleft-bg {
height:136px;
}

.hright-bg{
position:absolute;
left:0;
}
.hleft-bg{
position:absolute;
right:0;
}

.logo-right, .logo-left {
height: 105px;
}

.logo-text {
  height: 125px;
  padding: 5px 0px;
}

.budha-icon {
  height: 75px;
}
.temple-icon {
  height: 75px;
}



/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section{
padding-top:50px;
padding-bottom:50px;
}
.pt-gap{
padding-top:50px;
}
.pb-gap{
padding-bottom:50px;
}

.common-section2{
padding-top:40px;
padding-bottom:40px;
}
.pt-gap2{
padding-top:40px;
}
.pb-gap2{
padding-bottom:40px;
}
.section-title {
font-size: 32px;
text-transform: uppercase;
color: #3a7025;
font-family: 'BenguiatStd-Book';	
}

.section-dgn{
position:relative;
display:inline-block;
}
.section-dgn:before, .section-dgn:after{
content:'';
  position: absolute;
height: 100%;
  width: 100%;
background-size: 48px 26px;
  background-repeat: no-repeat;
}
.section-dgn:before {
  background-image: url(images/heading-design.png);
  left: -80px;
  background-position: left center;
}
.section-dgn:after {
  background-image: url(images/heading-design.png);
  left: 100%;
  background-position: right center;
  transform: scaleX(-1);
  margin-left: 25px;
}
.section-title-gap{
margin-bottom:15px;
}
.section-title2 {
font-size: 24px;
letter-spacing: 1px;
text-transform: uppercase;
color: #181818;
font-family: 'BenguiatStd-Book';
}

.section-title-gap{margin-bottom:15px;}

.section-title3{
font-size: 32px;
text-transform: uppercase;
color: #ca2a0c;
font-family: 'BenguiatStd-Book';
}

.flip-img{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}

.bg-properties {
background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* common button css */

.btn-size {
font-size:14px;
letter-spacing: 1px;
border-radius: 50px;
font-family: 'Poppins-Light';
}
.btn-size2 {
font-size: 12px;
text-transform: uppercase;
color: #000000;
border-radius: 50px;
font-family: 'Poppins-Regular';
}

.btn-pd{padding:6px 15px;}
.btn-pd2{padding:8px 22px;}

.btn-border-green{
border: 1px solid #3a7025;
color: #3a7025;
}

.btn-border-green:hover{
background-color:#3a7025;
color:#fff;
}
.btn-border-org{
border: 1px solid #f54218;
color: #f54218;
}

.btn-border-org:hover{
background-color:#f54218;
color:#fff;
}

.btn-gray{
background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
border: 1px solid #46a925;
}
.btn-gray:hover{
background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.form-control:focus {box-shadow: none;}


.btn-sand {
  color: #2a2600;
  background-color: #ddd79c;
}
.btn-sand:hover{
  background-color:#d1cb93;
}


.common-btn a{
font-size:11px;
  color: #262626;
  border-radius: 50px;
  padding: 7px 20px;
}
.common-btn a:hover{
border: 1px solid #ffaa29;
  background: #ffaa29;
  color: #fff;
}


.bg-maroon-gradient {
background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
}

.bg-maroon-gradient:hover {
background-image: linear-gradient(90deg, #db0440 0%, #ff9040 100%);
}

.btn-pd1 {
padding: 15px 25px;
}

.trans-minus1p {
transform: translateY(-1px);
}

.bg-properties {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.form-control:focus {
box-shadow: none;
}

/* SPONSORS CSS */

.aws-cmn-ticker img {
width: 100%;
height: 100px;
background-color: #ffffff;
/* border: 1px solid #dcdcdc; */
border: 1px solid #dcdcdc;
padding: 10px;
margin-bottom: 5px;
object-fit: contain;
}

.aws-cmn-ticker > ul > li:not(:last-child) > a > img,
.aws-cmn-ticker2 > ul > li:not(:last-child) > a > img {
margin-bottom: 10px;
max-width: 100%;
}

.aws-cmn-ticker > ul {
width: 100% !important;
}


.owl-btns-show .owl-nav button {
position: absolute;
top: 50%;
background-color: #000;
color: #fff;
margin: 0;
transition: all 0.3s ease-in-out;
}

.owl-btns-show .owl-nav button.owl-prev {
left: 5px;
}

.owl-btns-show .owl-nav button.owl-next {
right: 5px;
}

.owl-btns-show .owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}

.owl-btns-show span {
line-height: 30px;
position: relative;
/* top: -3px; */
font-size: 35px;
line-height: 0;
left: auto;
}

.owl-btns-show .owl-nav button:focus {
outline: none;
}

.owl-btns-show .owl-nav button.owl-next,
.owl-btns-show .owl-nav button.owl-prev,
.owl-btns-show button.owl-dot {
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
border-radius: 50%;
height: 30px;
width: 30px;
display: flex;
align-items: center;
background-color: #de423bbd !important;
color: #fff !important;
justify-content: center;
}

.owl-btns-show .owl-nav button.owl-next {
/* right: -14px; */
}

.owl-btns-show .owl-nav button.owl-next span {
right: -2px;
}

.owl-btns-show .owl-nav button.owl-prev span {
left: -1px;
}

.owl-btns-show .owl-nav button.owl-prev {
/* left: -14px; */
}

.owl-btns-show .owl-nav.disabled {
display: block !important;
}

.owl-btns-show .owl-nav button:hover {
background-color: #de423b !important;
}


/* BANNER CSS */


.mainbanner-bg {
background-image: url(images/banner-bg.jpg);
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
/* z-index: 51; */
padding-bottom:60px;
/* padding-top: 4px; */
}

/* .mainbanner-bg:before { */
  /* content: ""; */
  /* background-image: url(images/ban-top-bdr.png); */
  /* background-repeat: repeat-x; */
  /* background-position: center; */
  /* background-size: 100%; */
  /* position: absolute; */
  /* top: 0px; */
  /* z-index: 9; */
  /* width: 100%; */
  /* height: 4px; */
  /* left: 0; */
  /* right: 0; */
/* } */

.banner-main {
max-width: 1900px;
padding-top: 35px;
padding-left: 1vw;
padding-right: 1vw;
margin: 0 auto;
}
.banner-border {
  border-image-source: url(images/banner-frame.png) !important;
  border: 1px solid gray;
  padding: 14px;
  border-image-repeat: stretch;
  border-image-slice: 32;
  border-image-width: 30px;
  border-image-outset: 0;
  display: block;
  transform: translateY(-15px);
}

.banner-data{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1230px 1fr;
  grid-gap:15px;
}

.banner-left-imgs img, .banner-right-imgs img{
height: 233px;
border-radius: 20px;
background-color: #6e001e;
object-fit:cover;
}
.blt2{
margin-top:15px;
}

.banner-icon{
height: 480px;
border-radius:15px;
background-color: #000000;
border: 5px solid #ffa926;
object-fit:cover;
object-position:top;
}




.carousel-indicators {z-index: 5 !important;}
.carousel-indicators [data-bs-target] { 
width: 12px !important; 
height: 12px !important; 
border-radius: 50%;
background-color:#f15719;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-size: 50% 50% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: #ad1215 !important;
color: #000;
border-radius: 50%;
fill: none !important;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
filter: none;
}

/* carousel arrows css */

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
width: 4%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 32px;
height: 32px;
background-color: #ffaf2f !important;
background-size: 16px;
padding: 15px !important;
border-radius: 50px;
}

/* BUTTON CSS */

.button-block{
padding:14px 20px 9px 20px;
}
.buttonslis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.buttonslis li a{
display: flex;
align-items:center;
justify-content: center;
}

/* .buttonslis li {
  width: 100%;
  max-width: 256px;
} */
.buttonslis li {
  width: auto;
  min-width: 200px;
}
.buttonslis li:first-child {margin-top:0px;}


.cmn-buttonslis li a{
font-size: 12px;
text-transform: uppercase;
color: #ffffff;
border-radius:3px;
font-family: 'Poppins-Medium';
padding:8px 8px 8px 12px;
}
.cmn-buttonslis li a img{margin-right:5px; height:16px;}

.btn-color li:nth-child(1) a {background-color: #00b8e5;}
.btn-color li:nth-child(2) a {background-color: #ff9600;}
.btn-color li:nth-child(3) a {background-color: #39ab26;}
.btn-color li:nth-child(4) a {background-color: #e73da9;}
.btn-color li:nth-child(5) a {background-color: #7e33dc;}
.btn-color li:last-child a {background-color: #f84835;}

.btn-color li:nth-child(1):hover a {background-color:#0acfff;}
.btn-color li:nth-child(2):hover a {background-color:#fa9e1c;}
.btn-color li:nth-child(3):hover a {background-color:#42c32d;}
.btn-color li:nth-child(4):hover a {background-color:#fc44b9;}
.btn-color li:nth-child(5):hover a {background-color:#8d3af4;}
.btn-color li:last-child:hover a {background-color:#f15240;}


/* MAIN CONTENT CSS */

.main-bg {
background-color: #f1fbea;
  position: relative;
  z-index: 3;
/* z-index:99; */
}
.main-bg:before {
  content: '';
  background-image: url(images/content-sec-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
height:150px;
  background-position: top;
  position: absolute;
top: -60px;    
}
/* WELCOME CSS */

.welc-main-wrap:before{	
content:'';
background-image:url(images/president-msg-border.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;	
position: absolute;
top:0; 
z-index: 99;
width: 100%;
height:6px;	
left: 0;
  right: 0;
}

.welc-main-wrap {
background-color: #ddf5cd;
  padding:30px 25px;
z-index:9;
}

.welc-card {display:flex;}

.welc-icon img{
width: 179px;
height: 201px;
}
.welc-icon:before {
  content: '';
  background-color: #4f9c32;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  right: -7px;
  bottom: -7px;
}
.welc-cnt{
font-size: 15px;
line-height: 26px;
color: #000000;
}
.welc-title, .swal2-title {
  font-size: 24px;
  color: #1d5208;
  font-family: 'Poppins-SemiBold';
}
.welc-name{
font-size:18px;
color: #000000;
font-family: 'Poppins-SemiBold';
}
.welc-dgn{
font-size:14px;
color:#4a0000;
font-family: 'Poppins-Light';
}



/* INITEES SECTION CSS  */

.invitee-list{
  justify-content: end;
}
.invitee-list .nav-item{
margin-left:10px;
}

.invitee-list .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  background-color: #e7f5dd;
  border: 1px solid #bcd1ae;
  border-radius: 50px;
  padding: 1px 41px;
}

.invitee-list .nav-item.show .nav-link, .invitee-list .nav-link.active, .invitee-list .nav-link:focus, .invitee-list .nav-link:hover {
color: #ffffff !important;
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
border: 1px solid transparent;
}
.invitee-list .nav-item.show .nav-link img, .invitee-list .nav-link.active img, .invitee-list .nav-link:focus img, .invitee-list .nav-link:hover img {
filter: brightness(0) invert(1);
}


.hero-tab-icon {
  margin-right: 10px;
  height: 17px;
}

.hero-icon {
width: 180px;
height: 180px;
border-radius: 6px;
background-color: #3a7025;
border: 2px solid #569727;
object-fit: cover;
object-position: top;
}

.hero-title{
font-size: 16px;
color: #000000;
font-family: 'Poppins-Regular';
}
.hero-dgn {
font-size:13px;
color: #589500;
font-family: 'Poppins-Regular';
}

.updte-title{
font-family: 'Poppins-Medium';
}

/* PROGRAM SECTION CSS */

.program-icon{
height: 376px;
border-radius: 8px;
background-color: #96824a;
transition: all ease .5s;
}
.program-icon:hover{
transform: translateY(-5px);
}

.program-title-bar {
  position: absolute;
  bottom: 25px;
  padding: 25px 35px 13px 35px;
  background-size: 100% 100%;
}

.work:first-child .program-title-bar{background-image: url(images/red-bg.png);}
.work:nth-child(2) .program-title-bar{background-image: url(images/green-bg.png);}
.work:last-child .program-title-bar{background-image: url(images/blue-bg.png);}

.program-title{font-size: 40px;letter-spacing: -1px;color: #ffffff;font-family: 'RuptureDEMO';line-height: 24px;}
.program-title span{font-size:16px;font-family: 'Poppins-Regular';}


/* SPONSORS CSS */

.sponsors-bg{
background-image: url(images/sponsors-bg.jpg);
  background-position: center;
  background-repeat: repeat;
background-size: 300px;
position: relative;
}

.btm-left, .btm-right {
  position: absolute;
  bottom: 0;
  height: 215px;
  z-index: -1;
}
.btm-left {left: 15px;}
.btm-right { right: 15px;}

/* SPONSORS CSS */

.spn-b{border:1px solid #bbd9d9;}
.spn-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
background-color: #bbd9d9;
  grid-gap: 1px;
}
.spn-grid > * {
  background-color: #fff;
}
.spn-grid li {
  height: 131px;
  background-color: #ffffff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.spn-grid li img{
transition: all ease 0.5s;
cursor: pointer;
max-height: 100px !important;
}
.spn-grid li img:hover{
transform: scale(1.05);
}

/* GALLERY SECTION MAIN CSS */

.bg2 {
  background-image: url(images/gallery-bg.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 1500px;
  position: relative;
  z-index: 1;
}
.border-line {
  margin-top: -25px;
  width: 100%;
  padding: 0px 2vw;
}

.gallery-section{
padding-top:25px;
}
.gallery-wrap {
  background: #fff;
  border: 1px dotted #414141;
  padding:25px;
}

.gallery-left-dgn, .gallery-rgt-dgn{position: absolute; bottom:0; height: 100px;}
.gallery-left-dgn{left:0;}
.gallery-rgt-dgn{right:0;}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.gallery__icon,
.v-icon {
height: 170px;
object-fit: cover;
}

.g-box:hover .overlay { height: 100%;}

.text {
  color: white;
  font-size:25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-owl i {font-size: 35px;}


/* VIDEO CSS */

.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/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;

}
.flip{ 
display:inline-block;
transition:all .2s linear; 
-webkit-transform:translateZ(0);
transform:translateZ(0);
backface-visibility:hidden;}
.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)
}
} 


/* FOOTER PART CSS */

.f-br {
  position: relative;
  z-index: 5;
}
.footer-logo { height: 140px;}
.footer-block {
  background-image: url(images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 125px;
  background-color: #ffffff;
  border: 2px solid #569727;
  padding: 20px 30px;
  z-index: 5;
  position: relative;
  margin-bottom: -80px;
}
.footer-title {
font-size: 16px;
text-transform: uppercase;
color: #a20000;
font-family: 'Poppins-SemiBold';
}

.ftrow{align-items:center;}


.foot-li li{
margin-bottom:8px; 
position:relative;
  margin-left:20px;
  transition: all ease 0.5s;
}
.foot-li > li::before {
  position: absolute;
  display: flex;
  content: '';
  left: -14px;
  top: 11px;
  height: 5px;
  width: 5px;
  align-items: center;
  justify-content: center;
  background: #569727;
}
.foot-li li:hover{
padding-left: 5px;
}
.foot-li a{
color: #272228; 
font-size: 14px;
}

.fcal-cd ul li {
  border-bottom: 1px dotted #0d0012;
  padding: 7px 0px;
  font-size: 14px;
}

.fcal-cd ul li a {
  color: #0d0012;
  display: flex;
  align-items: center;
  line-height: 22px;
}

.loc-fnt img{height:22px;}
.cal-fnt img{height:18px;}
.mail-fnt img{height:15px;}

.fbox3 {
  border-radius: 10px;
  border: 1px solid #599f33;
  /* height: 175px; */
  margin-right: 40px;
  position: relative;
}
.fmap iframe {
  width: 100%;
  /* height: 135px; */
  border-radius: 15px;
  /* margin-bottom: -7px; */
}
.getdir-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Poppins-Light';
  background-color: #238c3dd6;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* news letter css */
.news-letter img{margin-right:5px;}
.news-letter h5 {font-size:20px;color: #fff;font-family: 'Poppins-Regular';}
.news-letter h5 span{font-size:12px;font-family: 'Roboto-Regular';}

/* subscribe css */

.subscribe-box img {margin-bottom: -26px;}
.subscribe-box input{
font-size: 14px;
color: #ffe191;
background-color: rgba(124,47,162,0);
border: 1px solid #ffe191;
border-radius:50px;
/* background-color: rgba(124,47,162,0.0784313725490196); */
height:36px;
width: 288px;
padding: 0px 15px;
}
.subscribe-box button{
font-size: 14px;
letter-spacing: 3px;
border: 0;
height: 36px;
border-radius:50px;
text-transform: uppercase;
color:#a72700;
background-color: #ffc000;
padding: 0px 20px; 
font-family: 'Poppins-Regular';
position: absolute;
  right: 0;
}
.subscribe-box input:focus {color: #ffe191; background-color: transparent;border-color: 0;outline: 0;box-shadow: none;}
.subscribe-box ::placeholder {color:#ffe191 !important;}

/* social icons */
.fsocial-icons{margin-top:20px;}
.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding:16px;
  color: #fff;
border: 1px solid;
border-radius:50%;
  display: inline-block;
  margin:0px 0px 0px 10px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-icon i {
font-size:18px; 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.f-fb{color:#4b69b1;}
.f-tw{color:#0e0e0e;}
.f-insta{color:#974494;}
.f-yt{color:#e83f3a;}



/*  copyright css */

.copyright_block {
  background-image: url(images/copy-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px 20px 0px;
  color: #ffffff;
}
.copyright_block p span{margin-left:50px;}
.aw-txt{
color:#ffcc00;
}


/* ------------------------------------------------------------ */
/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------ */

.innmain-bg {
  background-color: #f1fbea;
  padding-bottom: 60px;
  z-index: 1;
}

.br1:before {
  content: '';
  background-image: url(images/inner-top-bdr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 8px;
  left: 0;
  right: 0;
}

.inner-title {
 font-size:28px;
  text-transform: uppercase;
  color: #3a7025;
  font-family: 'BenguiatStd-Book';
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #3a7025;
  display: inline-block;
}
.inner-cnt {
  padding: 20px 0px;
}

.min-ht{min-height:1180px;}

.shadow-bg {
  background: 0px 5px 5px rgba(63, 57, 0, 0.12);
  background-color: #ffffff;
}
/*.grid-gap {
  padding: 25px;
}*/

.grid-gap {
  padding: 25px 8px;
}

/* MAIN CONTENT CSS */

.bg-c{position:relative;}
.bg-c:before {
  content: '';
  background-color: #3a7025;
  height:100%;
  width: 100%;
  position: absolute;
  z-index:-1;
  top: 45px;
  bottom: 0;
}

.grid-section {
  display: grid;
  width: 100%;
  grid-template-columns:1fr 235px;
  grid-gap:25px;
padding-top: 10px;
}
.grid-right-content, .grid-left-content {
  background-repeat: no-repeat;
  background-position: top center;
padding-top: 25px;
padding-bottom:0px;
height:100%;
}
.grid-right-content{
  background-image: url(images/grid-bg-left.html);
}
.grid-left-content {
  background-image: url(images/grid-bg-right.png);
}

/* .grid-middle{overflow:hidden;} */
.grid-left{overflow:hidden;}
.grid-gap{padding:25px 20px;}
.grid-seperator { border-top: 2px solid #ffc15c;}


/* GRID RIGHT SIDE CSS */

.side-grid-title{
font-size:23px;
  text-transform: uppercase;
  font-family: 'BenguiatStd-Book';
color: #ffffff;
}

.side-grid-title-gap{
margin-bottom:10px;
}

/* GRID LEFT SIDE CSS */

/* BUTTON CSS */

.side-buttonslis li {margin-bottom:6px;}
.side-buttonslis li:last-child{margin-bottom:0px;}
.side-buttonslis li a {
  display: flex;
  align-items: center;
  overflow: hidden;
 border: 1px solid #ffffff;
}

/* SPONSORS CSS */

.sponser-img li {padding-top:7px;}
.sponser-img li div {
width:100%;
height:90px;
border: 1px solid #dcdcdc;
background-color: #ffffff;
display: grid;
justify-content: center;
align-items: center;
margin:auto;
}
.sponser-img li div img{padding:0px;}

.sponser-img>ul {width: 100% !important;}

.sponser-img>ul>li:not(:last-child)>a>img {
  margin-bottom:4px;
  max-width: 100%;
}



.sponser-img li img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  background: #fff;
}


/* ------------------------------------------------------------ */
/* COMPETITION PAGES CSS */
/* ------------------------------------------------------------ */

.innban-icon{
/* height:250px; */
object-fit:cover;
}
.page-title{
font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #181818;
  font-family: 'BenguiatStd-Book';
}

.list-li>li {
  /* background: url(images/list-li.png) no-repeat left 4px !important; */
background-image: url(images/list-li.png);
  padding-left: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  background-size:17px;
  background-repeat: no-repeat;
  top: 10px;
  background-position: left 5px;
}

.dots-li {
  list-style: none !important;
  padding-left: 16px !important;
  column-count: 3;
  margin-block: 7px !important;
  font-size:14px !important;
  text-align:left !important;
}

.colum1{columns:1;}
.colum2{columns:2;}
.colum3{columns:3;}

.dots-li li {
  margin-bottom: 8px ;
  position: relative !important;
font-family: 'Poppins-Regular' !important;
color: #569727 !important;
display: inline-block;
}
.dots-li > li::before {
position: absolute;
display: flex;
content: '';
left: -18px;
top: 8px;
height: 10px;
width: 10px;
align-items: center;
justify-content: center;
background: #569727;
border-radius: 50%;
border: 2px solid #fff;
outline: 1px solid #569727;
}

.submission-btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
.submission-btns a {
  /* font-size: 13px;
  text-transform: uppercase;
  color: #186231;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  border: 1px solid #186231;
  border-radius: 3px;
  padding: 7px 15px;
  display: flex; */
  font-size: 13px;
text-transform: uppercase;
color: #186231;
text-transform: uppercase;
font-family: 'Poppins-Medium';
border: 1px solid #780d55;
border-radius: 3px;
padding: 5px 25px;
display: flex;
color: #fff !important;
background: #780d55;
border-radius: 40px;
}

/* INITEES SECTION CSS  */

.rg-nav .nav-item {
  margin-bottom: 10px;
  /* width: 100%; */
}
.rg-nav .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  background-color: #e7f5dd;
  border: 1px solid #bcd1ae;
  border-radius: 50px;
  padding: 5px 25px;
  /* padding: 8px 20px; */
}

.rg-nav .nav-item.show .nav-link, .rg-nav .nav-link.active, .rg-nav .nav-link:focus, .rg-nav .nav-link:hover {
color: #ffffff !important;
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
border: 1px solid transparent;
}
/* .rg_content_set{
border: 1px solid;
padding: 20px;
} */





























/* raju */

/* invitees section css */


.invitee-li .nav-item {
  /* width: 20%; */
  border: 0;
  background-color: #fff;
  color: #414141;
  cursor: pointer;
  border-radius: 50px;
  margin: 0px 3px;
}

.invitee-li .nav-link {
  border: 0;
  padding: 3px 20px 2px 20px;
  text-transform: uppercase;
  color: #414141;
  font-size: 11px;
  border-radius: 50px;
  border: 1px solid #dedede;
}

.inv-li-ico {
  height: 13px;
  transform: translateY(-1px);
  margin-right: 3px;
}

.invitee-li .nav-item.show .nav-link,
.invitee-li .nav-link.active,
.invitee-li .nav-link:hover {
  background-color: #3a7025;
  color: #fff;
  border: 1px solid transparent;
}

  .invitee-li .nav-item.show .nav-link img,
  .invitee-li .nav-link.active img,
  .invitee-li .nav-link:hover img {
      filter: brightness(0) invert(1);
  }

.invitee-box {
  margin: 5px;
}

  .invitee-box:before,
  .invitee-box:after {
      content: '';
      height: 2px;
      background-image: linear-gradient(90deg, #4e8b23 0%, #156031 100%);
      /* background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%); */
      width: 150px;
      display: block;
      text-align: center;
      margin: auto;
  }

  .invitee-box:before {
      margin-bottom: 3px;
  }

  .invitee-box:after {
      margin-top: 3px;
  }

.invitee-ico {
  height: 195px;
  width: 100%;
  background: white;
  box-shadow:  0 4px rgba(0, 0, 0, 0.08);
  padding: 5px;
  object-position: top;
  object-fit: cover;
}

.parking-btns a img {
  width: 17px;
  object-fit: contain;
}

.invittee-sec {
  box-shadow: px 10px 10px rgba(208, 108, 0, 0.2);
  background-color: #ffffff;
  padding: 35px 25px;
  z-index: 9999;
  position: relative;
  margin-top: -100px;
}

.nithincol {
  color: #ec2327;
}

/* video gallery css */
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .yel-bg { */
/* margin-top: -280px; */
/* } */
.yel-bg {
  text-align: center;
}

  .yel-bg img {
      margin-top: 17px;
      width: 100% !important;
      text-align: center;
  }

.sponslis-li {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  background-color: #d2d2d2;
  grid-gap: 0.5px 1px;
  border: 1px solid #d2d2d2;
}

  .sponslis-li > * {
      background-color: #fff;
  }

  .sponslis-li img {
      width: 100%;
  }

  
/* Raju section */
.top-level-img {
margin-bottom: 30px;
background: #fff8e6;
padding-block: 25px;
/* padding-left: 35px; */
}

.cus-w {
width: 180px;
height: 180px;
border-radius: 50px;
background-color: #ffec93;
overflow: hidden;
margin-right: 33px;
}

.tab-c h5 {
font-size: 18px;
line-height: 23px;
}

.all-members-sec {
text-align: center;
text-align: center;
border: 1px solid #ccc;
padding: 18px 5px;
height: 100%;
}

.all-members-sec p a,
.top-level-img p a {
    font-size: 13px;
}

.all-members-sec p,
.top-level-img p {
    line-height: 22px;
}

.all-members-sec .cus-w {
    margin: 0 auto;
}

.cus-row {
margin-left: -7px;
margin-right: -7px;
}

.cus-row > div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.all-members-sec h6,
.top-level-img h6 {
font-size: 14px;
}

.all-members-sec h5 {
margin-top: 10px;
}

.tab-c {
padding-inline: 50px;
}
.nav-tabs {
border-bottom: none;
}



.prsd-title {
font-size: 19px;
color: #3b2600;
font-family: 'BenguiatStd-Medium',sans-serif;
}
.comit-icon {
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: 0 0 5px rgba(110, 80, 0, 0.15);
background-color: #ffec93;
border: 3px solid #eeb539;
}

.comit-card {
background-color: #f6f6f6;
padding: 20px;
border-bottom: 1px dashed #ffbe27;
height: 100%;
transition: all  ease .5s;
}
.comit-card:hover{
transform: translateY(-5px);
background-color: #efefef;
}

.cmn-inner-head {
border-bottom: #d5d5d5 1px solid;
padding: 20px 0 !important;
}

.cmn-inner-head-pn {
border-bottom: #d5d5d5 1px solid;
padding: 0 0 10px 0;
font-family: 'Poppins-SemiBold';
color: #e33e30;

}
.commit-list>h4:not(:first-child){
margin-top: 30px;
}

/* Sri Css */
.hotel__area {
box-shadow:0px 4px 9px rgba(0, 0, 0, 0.12);
background: #fff;
}
.ue-title {
font-size: 18px;
line-height: 26px;
color: #242424;
font-family: 'BenguiatStd-Medium',sans-serif;
}
.ue-lis {
margin: 15px 0px 25px 0px;
}
.ue-lis li {
font-size: 14px;
color: #292929;
background: #f8f8f8;
border-bottom: 1px solid #ebebeb;
padding: 8px 20px;
display: flex;
width: 100%;
gap: 5px;
}
.ue-lis li:last-child {
border-bottom: 0;
}
.nav-item #pills-home-tab {
color: rgb(255, 0, 0);
}
.nav-item #pills-profile-tab {
color: rgb(255, 0, 0);
}
.nav-pills .nav-link.active {
color: #9e0000 !important;
background-image: linear-gradient(-90deg, #f0c328 0%, #ffdf32 100%);
border: 1px solid #f0c328;
border-radius: 50px;
}
.venue_ul {
list-style-type: none;
padding-left: 20px;
}
.venue_ul li {
margin: 0 0 20px;
font-size: 16px;
font-family: "Inter", sans-serif;
letter-spacing: 1px;
line-height: 1.6;
color: #3e3d3d;
font-weight: 300;
}
.venue_ul li {
margin: 0 0 6.3px;
font-size: 15px;
}
.venue_ul li::before {
content: "\2022" !important;
color: #007073 !important;
font-weight: bold !important;
font-size: 20px;
display: inline-block !important;
width: 1em !important;
}
.common-form input, .common-form select, .common-form textarea {
font-size: 14px;
line-height: 25px;
color: #595959;
border-radius: 0;
border: 1px solid #c9c9c9;
width: 100%;
}
.common-form input, .common-form select {
height: 42px;
}
.ct-tble thead th {
text-align: center;
line-height: 18px;
font-weight: 400;
padding: 11px 10px;
color: #fff;
background-color: transparent;
}
.ct-tble .table-bordered td, .ct-tble .table-bordered th {
border: 1px solid #c9c9c9;
}
.ct-tble thead {
background-image: linear-gradient(90deg, #196231 0%, #418423 100%) !important;
}
.table > :not(:first-child) {
border: none !important;
}
.has-success legend {
font-size: 12px !important;
font-family: 'Poppins-SemiBold',sans-serif;
display: block;
padding-inline: 4px;
width: auto !important;
margin-bottom: 0px !important;
line-height: inherit;
color: #2a2a2a !important;
white-space: normal;
z-index: 2;
position: relative;
}
.cus-tab-label {
text-align: center;
flex: 1;
padding: 5px 10px;
background-color: #ffffff;
border: none;
width: 100%;
border: 1px solid #d5d5d5;
margin: 5px;
cursor: pointer;
}
.cus-tab-label.active {
background-color: #3a7025;
border-color: #3a7025;
color: #fff;
max-width: 40%;
}
.member-amount {
height: 58px;
line-height: 58px;
padding: 10px;
background: #ffa327 !important;
color: #ffffff !important;
font-size: 35px !important;
display: flex;
font-family: "Muli-SemiBold";
align-items: center;
justify-content: space-between;
}
.member-amount {
line-height: 58px;
color: #ffffff !important;
font-size: 35px !important;
font-family: 'Poppins-Bold',sans-serif;
}
.member-amount {
height: 48px;
font-size: 30px !important;
line-height: 48px;
max-width: 200px;
margin-left: auto;
}
.fnt-h {
font-family: "Poppins-Regular",sans-serif;
}
.cout {
border-top: 2px solid #c9c9c9;
padding-top: 20px;
}
.check-btn {
padding: 10px 30px;
border-radius: 4px;
background-color: #3a7025;
border: 0;
text-transform: uppercase;
color: #fff;
}
.ct-tble.table-responsive.mt-20p tr td:last-child{
min-width: 95px;
}
.common-form select {
padding: 0.375rem 0.5rem;
background: transparent;
}
.view-btn {
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #3a7025;
border: 1px solid #3a7025;
padding: 12px 23px;
}
.brad-50 {
border-radius: 50px;
}
.justify-center {
justify-content: center;
}
.main .container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
justify-content: center;
align-items: center;
}
.main .card {
color: #252a32;
border-radius: 2px;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
position: relative;
display: block;
width: 100%;
padding-top: 70%;
background: #ffffff;
}
.main .card-image img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.cus-sponser-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-top: 20px;
}
.cus-sponser-box {
padding: 10px;
overflow: hidden;
box-shadow: 0 0px 11px rgb(0 0 0 / 10%), 0px 0px 13px rgb(0 0 0 / 10%);
text-align: center;
}
.cus-sponser-box img {
max-width: 100%;
transition: .5s;
height: 75px;
object-fit: scale-down;
}
.cus-sponser-grid .cus-sponser-box:hover img {
transform: scale(1.05);
transition: .5s;
}
.all-members-sec .fsocial-icons .f-icon.f-fb,
.all-members-sec .fsocial-icons .f-icon.f-tw,
.all-members-sec .fsocial-icons .f-icon.f-insta,
.all-members-sec .fsocial-icons .f-icon.f-yt{
filter: brightness(0);
transition: all .4s;
}
.all-members-sec .fsocial-icons .f-icon.f-fb:hover,
.all-members-sec .fsocial-icons .f-icon.f-tw:hover,
.all-members-sec .fsocial-icons .f-icon.f-insta:hover,
.all-members-sec .fsocial-icons .f-icon.f-yt:hover{
filter: brightness(100%);
transition: all .4s;
}

.invitee-card{
padding: 10px;
transition: all .4s;
}


.invitee-card:hover {
background: #e7f5dd;
padding: 10px;
transition: all .4s;
}
.event_card_set{
display: flex;
flex-direction: column;
background: #e7f5dd;
padding: 10px;
border-radius: 10px ;
}
.event_card_set .card_img{
border-radius: 10px ;
}
.pn__contet__box{
padding: 15px;
}
ul.ue-lis li{
color: #19622f;
font-family: 'Poppins-Regular';
}

/*  */
.reg_form fieldset {
border: 1px solid #929797 !important;
padding: 1rem 1rem 0 1rem;
height: 56px;
margin-bottom: 23px;
}
.reg_form 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;
}
.reg_form fieldset .input-box {
border: 0px;
background-color: transparent;
width: 100%;
position: relative;
height: 32px;
top: -23px;
color: #757575;
font-family: "Poppins-Light", sans-serif;
font-size: 13px;
}


.input-box:focus-visible{outline: none !important;box-shadow :none !important;

}


/* check box */
/* The container */
.check_box_container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Poppins-Regular";
}

/* Hide the browser's default checkbox */
.check_box_container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check_box_container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_box_container input:checked ~ .checkmark {
background-color: #3a7025;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.check_box_container input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.check_box_container .checkmark:after {
left: 11px;
top: 7px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/*  */



summary::marker {
display: none;
}
.check_box_container span.flex_set {
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 0px;
}
.check_box_container span.flex_set> span {
min-width: 100px;
}
summary {
list-style-type: none;
/* color: #3a7025; */
position: relative;
margin-left: 0px;
display:inline-block;
font-family:"Poppins-Medium"
} 
summary::after{


}

details[open] > summary::after{


}

.paymnet-cmn-sec {
position: relative;
width: 100%;
/*min-width: 800px;*/
/*left: -135px;*/

}

/*  */
.file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file > input[type='file'] {
  display: none
}

.file > label {
  font-size: 1rem;
font-weight: 300;
cursor: pointer;
outline: 0;
user-select: none;
border-color: hsl(204, 86%, 53%);
border-style: solid;
border-radius: 4px;
border-width: 1px;
background-color: hsl(0, 0%, 100%);
color: hsl(204, 86%, 53%);
display: flex;
justify-content: center;
align-items: center;
padding: 7px 20px;
}

.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}

.file > label:active {
  background-color: hsl(0, 0%, 96%);
}

.file > label > i {
  padding-right: 5px;
}

.aws-app-menu {
  display: none;
}



/*  */
/*  .paymnet-cmn-sec {
  min-width: 670px;
}*/
.paymnet-cmn-sec ul.dots-li{
  column-count: 1;
}
.paymnet-cmn-sec ul.dots-li li{
  color: #000 !important;
}
.paymnet-cmn-sec .dots-li > li::before{
  top:5px !important
}
.spn-grid-owl {
  background-color: #bbd9d9;
  grid-gap: 1px;
}

  .spn-grid-owl .spn-box {
      height: 131px;
      background-color: #ffffff;
      display: grid;
      align-items: center;
      justify-content: center;
  }

      .spn-grid-owl .spn-box img {
          transition: all ease 0.5s;
          cursor: pointer;
max-height:100px;
      }

          .spn-grid-owl .spn-box img:hover {
              transform: scale(1.05);
          }


.welc-cnt .lh-22p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  transition: max-height 0.8s ease;
  max-height: calc(1.5em * 9);
}

  .welc-cnt .lh-22p.full-text {
      -webkit-line-clamp: unset;
      max-height: none;
      overflow: visible;
      transition: ease all 0.5s;
  }

.read-more-btn {
  position: relative;
  padding-left: 20px;
  background-color: #e7f5dd;
  border: 0px solid #bcd1ae;
  margin-top: 7px;
}

  .read-more-btn::before {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 14px / 1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
  }





@media screen and (min-width:1370px){
  .hright-bg, .hleft-bg {
      height: 150px;
  }
  
  }
  
  
  @media screen and (min-width:1700px){
  .hright-bg, .hleft-bg {
      height: 170px;
  }
  }
  @media screen and (min-width:1850px){
  .hright-bg, .hleft-bg {
      height:210px;
  }
  }
  



@media (min-width: 1100px) {
.mobile-nav-show,
.mobile-nav-hide {
  display: none;
}
}

@media screen and (max-width:1720px){

.banner-data {
    grid-template-columns: 1fr 1000px 1fr;
}

.banner-data {
    grid-template-columns: 1fr 960px 1fr;
}
.banner-icon{
  height:480px;
}
.banner-left-imgs img, .banner-right-imgs img{
  height:232px;
}


}
@media screen and (max-width:1520px){
  .banner-data {
      grid-template-columns: 1fr 900px 1fr;
  }
  .banner-icon{
    height:460px;
  }
  .banner-left-imgs img, .banner-right-imgs img{
    height:225px;
  }
  
  }
  @media screen and (max-width:1370px){
    .banner-data {
        grid-template-columns: 1fr 850px 1fr;
    }
    .banner-icon{
      height:375px;
      object-fit:cover;
    }
    .banner-left-imgs img, .banner-right-imgs img{
      height:180px;
    }
    
    }
  
@media screen and (max-width:1299px){

.hright-bg, .hleft-bg {
  height:120px;
}
.navbar a{
  padding: 1px 5px !important;
}
  
.banner-data {
  grid-template-columns: 1fr 780px 1fr;
}

}


@media screen and (max-width:1144px){
  .program-icon{
    height: auto;
  }
  .invitee-list .nav-link{
    padding: 1px 25px;
  }

.banner-data {
    grid-template-columns: 1fr 650px 1fr;
}

}

@media (max-width: 1100px) {
  .dots-li {
    column-count: 2;
  }
  .navbar a{
    padding: 5px 15px !important;
  }
  .inner-title {
    font-size: 20px;
  }
  .header-nav {
    padding: 0;
    height: auto;
    background: transparent;
    font-size: 0;
}
  .header,
  .navbar ul {
    background-color: #000;
  }
  body {
    padding-bottom: 44px;
  }

  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50;
    background: #000;
    display: block;
  }

  .aws-app-menu > div * {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    line-height: 10px;
  }
  .ue__lis li {
      align-items: center;
  }

  .aws-app-menu > div i {
    font-size: 20px;
  }

  .aws-app-menu > div {
    justify-content: space-between;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }

  .sub-menu a {
    font-size: 12px;
  }

  .header {
    height: 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;
    text-transform: capitalize;
  }

  .navbar {
    padding: 0 !important;
    /* position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width:320px;
      bottom: 0;
      transition: 0.3s; */
    z-index: 9997;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translate(0, 999%);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }

  .navbar ul {
    /* position: absolute; */
    inset: 0;
    /* padding:40px 10px 10px 10px !important; */
    margin: 0;
    /* background-image:linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%); */
    overflow-y: auto;
    transition: 0.3s;

    z-index: 9998;
  }

  .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: -100%;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    z-index: 9998;
    opacity: 0;
    border-radius: 50% 50% 0 0;
    background-color: #fff; /* Adjust the background color as needed */
  }
  /* Initial State (Hidden with clip-path at the bottom) */
.navbar {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0;
  background-color: #fff; /* Adjust the background color as needed */
  clip-path: circle(0% at 50% 00%);
  transition: opacity 0.6s ease-in-out;
}

/* Active State (Visible and animate from bottom with clip-path) */
.mobile-nav-active .navbar {
  animation: clipPathOpen 0.8s ease-out forwards;
  opacity: 1;
}

/* Keyframes for clip-path animation */
@keyframes clipPathOpen {
  0% {
    clip-path: circle(0% at 50% 100%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: "Poppins-Regular", sans-serif;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding: 5px 0 !important;
    border-top: 1px solid #ffffff6b;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    /* border: 1px solid #ffd086; */
    /* background:rgb(238, 195, 130); */
  }

  .dropdown-active a {
    /* font-size: 12px !important; */
    padding: 3px 15px;
    text-transform: capitalize;
  }
}


/* Common Styles end */
@media (min-width: 1100px) {
.navbar {
  padding: 0;
  width: 100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.3s, background 0.3s;
  font-family: "Poppins-Medium", sans-serif;
  padding:4px 10px;
  letter-spacing: 0.8px;
border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  z-index: 5;
  display: none;
}

.navbar a:hover,
.navbar li:hover a, .menu-active a {
  background-color: #ff9037;
}

.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  min-width: 195px;
}

.navbar .menu-item-has-children ul a {
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  background: #fff;
  text-shadow: none;
}

.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: #fff;
  background-color: #ffb800;
}

.navbar .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
}






@media screen and (max-width:768px){
  .inner-hd{
    margin-top: 8px;
  }
.inner-title {
  font-size: 18px !important;
  line-height: 25px !important;
}
.invitee-ico {
      height: 135px;
  }
.dots-li {
  column-count: 1;
}
.banner-data {
    grid-template-columns: none;
grid-gap: 10px;
}
.banner-carousel {
grid-column: 1 / span 1;
grid-row: 1;
}
.banner-icon {
height: auto;
border-radius: 15px;
background-color: #000000;
border: 3px solid #ffa926;
}
.banner-left-imgs, .banner-right-imgs {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 10px;
column-gap: 10px;
margin: 0;
}
.banner-left-imgs img, .banner-right-imgs img {
    height: auto;
    border-radius: 10px;
}

.blt2 {
margin-top: 0;
}
.grid-middle-content .rg-nav li{
width: 100% !important;
}
.submission-btns a {
font-size: 12px;
padding: 5px 8px;
}
.page-title {
font-size: 19px !important;
}
}

@media only screen and (max-width: 600px) {
.program-title {
  font-size: 34px;

}
.main .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.program-title-bar {
  position: absolute;
  bottom: 25px;
  padding: 25px 20px 13px 20px;
  background-size: 100% 100%;
}
.submission-btns a{
width: 100% !important;
display: block;
text-align: center;
border-radius: 0px;
}
}
/* @media only screen and (max-width: 450px) {
.hero-icon {
  height: 310px;
} */
.welc-cnt {
font-size: 13px;
line-height: 24px;
margin-top: 10px;
}
.welc-main-wrap {
padding: 20px 7px;
}
.welc-title {
font-size: 20px;
}
.welc-name {
font-size: 15px;
margin-bottom: 3px;
}
.buttonslis li a {
font-size: 11px !important;
}
.hero-title {
font-size: 14px;
}
.hero-dgn {
font-size: 11px;
margin-top: 2px;
}

/*.error2 {
  color: #ff3737;
  font-family: "Poppins-Regular", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
  display: block;
  text-align: left;
}

em.error2 {
  transform: translateY(-20px);
  position: absolute;
}*/


.error.help-block {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /*display: inline-block;*/

    display: block;
    text-align: left;
}

.error2 {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}

/*new css*/


.aws-alert-info {
  background-image: linear-gradient(to right, #dceafe, #f8fafb);
  padding: 10px 15px;
  border-radius: 3px;
  font-family: "Poppins-Regular", sans-serif;
}

  .aws-alert-info i {
      animation: jump-shaking 1s infinite;
      display: inline-block;
  }

  .aws-alert-info a {
      color: red;
  }

@keyframes jump-shaking {
  0% {
      transform: translateX(0);
  }

  25% {
      transform: translateY(0px);
  }

  35% {
      transform: translateY(0px) rotate(17deg);
  }

  55% {
      transform: translateY(0px) rotate(-17deg);
  }

  65% {
      transform: translateY(0px) rotate(17deg);
  }

  75% {
      transform: translateY(0px) rotate(-17deg);
  }

  100% {
      transform: translateY(0) rotate(0);
  }
}
.new-btn1 {
  background: #e33e30;
  color: #fff;
  padding: 7px 6px 7px 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
}
  .new-btn1 span {
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 50%;
      color: #000;
      display: flex;
      align-items: center;
      justify-content:center;
  }
      .new-btn1 span i {
          animation: jump-shaking 1s infinite;
          font-size: 17px;
          position: relative;
          top: 2px;
      }

.swal2-html-container {
  font-size: 14px !important;
  font-family: 'Poppins-Light' !important;
  text-align: inherit !important;
  padding-top: 30px !important;
  line-height: 25px !important;
  border-bottom: 1px solid #ccc;
}
  .swal2-html-container b {
  
  color:#000 !important;
  font-family:'Poppins-Medium' !important;
  display:inline-block
  }
  .swal2-actions {
  margin: 10px  !important;
}
.swal2-confirm:hover {
  color: #ffffff !important;
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%) !important;
  
}
.hide{
display: none;
}
.swal2-icon-error .swal2-html-container {
font-size:17px !important;
line-height:28px;
 justify-content:center;
 margin:auto;
border:0px;
}
.welc-title{
  padding-top:30px;
}

.pre-title.cmn-inner-head-pn {
  font-size: 1.3rem;
}
span.inline-block {
display: inline-block;
}
.swal2-close{
color: red;
}
sup {
line-height: inherit !important;
}
.reg_form .row.gx-3.gy-4{
--bs-gutter-y: 0px !important;
}
.insta-bg{
background: linear-gradient(248deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.mobile-nav-active .bg2{z-index:0}
.main .flyer-sec .card-image {
  padding-top: 130%;
}
.main .flyer-sec .card-image img {
  height: 100%;
}

.owl-carousel.owl-hidden{
opacity: 1 !important;
}

.new-flash-msg{padding: 10px;animation: flash1 3s ease-in-out infinite;margin-bottom: 20px;font-family: 'Poppins-Regular';font-size: 15px;line-height: 27px;}
@keyframes flash1 {
  0% {
      background: #e7f5dd;
  }
 
  100% {
      background: #ffebf8;
  }
 
}

.exhibits_form fieldset label.error2 {
bottom: -22px;
position: absolute;
}
.exhibits_form fieldset {
position: relative;
}

.modal-dialog {max-width: calc(100% /1.4) !important;}


.cart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0px;
  gap: 15px;
  max-width: 1230px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 100px;
}

.pre-title {
            padding-bottom: 5px;
            display: inline-block;
            font-size: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #e33f30;
            font-family: 'BenguiatStd-Book';
            font-weight: bold;
        }

        .lazy-image {
            opacity: 0;
            transition: opacity 0.6s ease-in;
        }

        .lazy-image.loaded {
            opacity: 1;
        }









