

/* Fonts */
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/external/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/external/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/external/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/external/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/external/Poppins-Bold.ttf");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/external/OpenSans-Light.ttf");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/external/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url("../fonts/external/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/external/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/external/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "LoversQuarrel-Regular";
  src: url("../fonts/LoversQuarrel-Regular.ttf");
}

@font-face {
  font-family: "HandelGothic-Regular";
  src: url("../fonts/external/HandelGothic-Regular.woff");
}

/* Common Styles */

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-21p{
	line-height:21px;
}

.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;
}

/* Common Styles end */
@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;
	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: 15px;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s, background 0.3s;
    font-family: 'Poppins-Regular';
	letter-spacing:0px;
    padding:3px 7px;
	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 {
    color:#a70000;
    background: #ffe30096;
  }

  .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: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    background: #fff;
    text-shadow: none;
	border-radius:0;
  }

  .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: #a70000;
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: 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: url(../images/menu-bg.jpg);
    /* background-image: linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%); */
    width: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	padding: 4px;
}
.header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 997;
}

.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;
}

.aws-app-menu {
	display:none;
}
@media (max-width: 1023px) {
  
  .aws-app-menu {
	  display:block;
  }
  .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;
  }

  .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;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }

  .sub-menu a {
    font-size: 12px;
  }

  .header {
    height: 0;
	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;
    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;
  }
}

.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 */

.mobile-logo-sec{display:none;}

.top-header {
    position: relative;
    background-image: url(../images/header-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 9;
    /* overflow: hidden; */
}
/* .top-header .container { */
    /* max-width: 1370px !important; */
/* } */
.top-header: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:1;
}

.log-bg{
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	filter: drop-shadow(0px 3px 5px rgba(53,3,0,0.35));
}
.logo-icon-bar {
    padding:3px 5px 0px 55px;
}
.logo-icon {
    height: 130px;
}
.logo-text{
	height:103px;
}

img.header-right-img {
    position: absolute;
    right: 53px;
    height: 115px;
    bottom: 2px;
    z-index: -5;
}
/* .login-n { */
    /* margin-left: 25px; */
/* } */
.login-n a {
    color: #fff !important;
    text-transform: uppercase;
    background-color: #569727;
    border-radius: 50px;
}
.login-n a:hover{
	background-color:#367708 !important;
}
.login-n a img{
	margin-right:5px;
	height:14px;
	filter: brightness(0) invert(1);
}



/* ------------------------------------------------------------------------------------------------------------*/
	/* 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: #111111;
	font-family: 'Poppins-Medium';
}
.section-title1 {
	font-size: 32px;
}
.section-title-gap{
	margin-bottom:10px;
}

.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;
}


/* 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:80px;
}

.banner-wrap {
    border-image-source: url(../images/banner-frame.png) !important;
    padding:9px;
    border-image-repeat: stretch;
    border-image-slice: 32;
    border-image-width: 30px;
    border-image-outset: 0;
    display: block;
}
.banner-icon-bar{position:relative;}
.banner-icon-bar:before {
    content: '';
    border: 15px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}
.banner-icon-bar:after {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    top: 15px;
    bottom: 15px;
    z-index: 1;
    left: 15px;
    right: 15px;
}
.carousel-indicators {z-index: 5 !important;}
.carousel-indicators [data-bs-target] { 
	width: 12px !important; 
	height: 12px !important; 
	border-radius: 50%;
	background-color:#f15719;
}

/* 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;
}

/* LATEST UPDATES CSS  */

/* .latest-sec { */
    /* padding: 15px 0px; */
/* } */
.latest-post p{
	display: flex;
    width: 100%;
}

.latest-hd {
    font-size: 17px;
    text-transform: uppercase;
    color: #feffff;
    font-family: 'Poppins-SemiBold';
    /* width: 155px; */
    /* height: 38px; */
    line-height: 30px;
    text-transform: uppercase;
    background-color:#a22b27;
    padding: 3px 27px 3px 16px;
    position: relative;
    white-space: nowrap;
}
.latest-hd img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 100%; */
    z-index: 9;
    right: -11px;
    height: 24px;
}
.update-content {
    background-color:#db413c;
    height: 100%;
    position: relative;
    display: grid;
    align-items: center;

    padding: 4px 25px;
	color: #fff;
width: 100%;
}
.update-content ul {display:inline-flex;}
.update-content ul li { padding-right:45px;}
.update-content li a{font-size:14px; color:#fff;line-height:30px;}
/* .update-content ul li:before { */
    /* content: ''; */
    /* border-radius: 50%; */
    /* height: 8px; */
    /* width: 8px; */
    /* margin-right: 10px; */
    /* background-color: #923351; */
    /* margin-left: -25px; */
    /* display: inline-block; */
/* } */

.latest-post:before, .latest-post:after{
	content: '';
	display: inline-block;
	width: 50px;
	height:46px;
	position: absolute; 
	top:-8px;
	background-repeat: no-repeat;
}
.latest-post:before {background-image: url("../images/lat-left.png");left: -75px; }
.latest-post:after{background-image: url("../images/lat-left.png");right: -75px; transform: scaleX(-1);}
.latnews-left,
.latnews-right {
  position: absolute;
  bottom: 0;
  top: -5px;
  /* z-index: -1; */
}

.latnews-right {
  right: 0;
}

.latnews-left {
  left: 0;
}

/* BUTTON CSS */

.button-block {
    padding: 15px 0px;
}

.mbtn-block {
    border: 1px solid #008e38;
    height: 100%;
    padding:20px 15px;
    border-radius:5px;
	margin-left:-35px;
}
.mbtn-block li{
	margin-bottom:10px;
}
.mbtn-block li:last-child{
	margin-bottom:0px;
}



.hrz-buttonslis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.hrz-buttonslis li {
    width: auto;
}
.cmn-buttonlis li a {
    font-size:16px;
    color: #ffffff;
	letter-spacing:1px;
    text-transform: uppercase;
    font-family: 'Oswald-Regular';
    padding:3px 12px;
    border-radius:50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(90deg, #7daf41 0%, #2cb058 100%);
}
.cmn-buttonlis li a span {margin-right:7px;}
.cmn-buttonlis li a span img{height:28px;}

.cmn-buttonlis li a:hover{
	background-image: linear-gradient(90deg, #f54b4e 0%, #ffa85e 100%);
}

/* common css */

.btn-color li:first-child a{filter: drop-shadow(0px 3px 0px #b21414);
background-color: #ef3b3b;}
.btn-color li:nth-child(2) a{filter: drop-shadow(0px 3px 0px #308a0f);
background-color: #6cc540;}
.btn-color li:nth-child(3) a{filter: drop-shadow(0px 3px 0px #ce590f);
background-color: #ff8c35;}
.btn-color li:nth-child(4) a{filter: drop-shadow(0px 3px 0px #8d5d00);
background-color: #cb8706;}

.btn-color li:first-child:hover a{background-color:#de1b1b;}
.btn-color li:nth-child(2):hover a{background-color:#79db48;}
.btn-color li:nth-child(3):hover a{background-color:#fc7712;}
.btn-color li:nth-child(4):hover a{background-color:#e99b08;}

/* MAIN CONTENT CSS */

.main-bg {
    /* background-image: url(../images/bg-wave.png); */
    background-color: #faf8e7;
    background-position: center;
    position: relative;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
	padding-top:30px;
    padding-bottom:60px;
}
.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: -65px;
}
img.main-bg-bottom {
    position: absolute;
    bottom: -17px;
    z-index: -2;
}
	
/* CURTAIN CSS	 */
.curtain-left, .curtain-right {
    position: absolute;
    top: 0;
    height:300px;
    z-index:0;
}
.curtain-left {left: 0;}
.curtain-right {right: 0;}

/* DESIGN CSS */

.top-left-dgn, .top-right-dgn{
	position: absolute; 
	top:0px;
	height:300px;
	z-index:-1;
}

.top-left-dgn {
	left:0px;	
}
.top-right-dgn {
    right:0px;
}

/* BOTTOM DESIGN CSS */

.btm-left-dgn, .btm-right-dgn{
	position: absolute; 
	bottom:0px;
	height:300px;
	z-index:-1;
}

.btm-left-dgn {
	left:10px;	
}
.btm-right-dgn {
    right:10px;
}

.side-bg-color {
    background-color: #3a7025;
}

/* SPONSORS CSS */

.spnrs-card {
    height:125px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cec8d8;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.spnrs-card:hover{
	
}
.spnrs-card img {
    padding: 10px;
}

.spnrs-owl .owl-nav button.owl-next{right:-60px;}
.spnrs-owl .owl-nav button.owl-prev {left:-60px;}



/* OWL NAV CSS */

.scrl-nav .owl-nav [class*=owl-] {
    font-size: 18px !important;
    color: #fff !important;
    background: #a70000 !important;
    filter: drop-shadow(0 0 10px rgba(62, 14, 133, 0.12));
    width:35px;
    height:35px;
    border-radius: 50% !important;
	margin:0 !important;
}
.scrl-nav .owl-nav [class*=owl-]:hover {
    background:#c90404 !important;
}

.scrl-nav .owl-nav button.owl-next, .scrl-nav .owl-nav button.owl-prev, .scrl-nav button.owl-dot {
    position: absolute;
    top:45%;  
}

.scrl-nav .owl-nav button.owl-next{right:0px;}
.scrl-nav .owl-nav button.owl-prev {left:0px;}
.scrl-nav .owl-nav .disabled {opacity: .7 !important;}
.scrl-nav .owl-nav button.owl-next .fa-angle-right { padding-left: 4px;}

.owl-next i {
    margin-left: 4px;
}

.spnrs-owl .owl-nav button.owl-next, .spnrs-owl .owl-nav button.owl-prev, .spnrs-owl button.owl-dot {
    position: absolute;
    top: 35%;
}

.spnrs-owl .owl-nav button.owl-next{right:-20px;}
.spnrs-owl .owl-nav button.owl-prev {left:-20px;}


/* GRID SECTION  */

.shadow-bg{
	filter: drop-shadow(0px 3px 7.5px rgba(0,0,0,0.15));
}

.grid-section {
    display: grid;
    width: 100%;
    /* grid-template-columns:230px 750px 230px; */
	grid-template-columns:230px 1fr 230px;
    grid-gap:10px;
}
.grid-right-content, .grid-left-content, .grid-middle-content {height:100%;}
.grid-right-content{padding:22px 7px 18px 7px;}
.grid-left{overflow:hidden;}

/* grid border css */
.bg-c{position:relative;}
.bg-c:before {
	content: '';
	background-image: url(../images/side-top-br.png);
	background-repeat:repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}

/* GRID RIGHT SIDE CSS */

.side-grid-title{	
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Poppins-SemiBold';
}
.side-title-bg{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px;
}
.gold-bg{background: url(../images/gold-bar.png) no-repeat center;}
.media-bg{background: url(../images/media-bg.png) no-repeat center;}

/* SPONSORS CSS */

.sponser-img li {padding-top:9px;}
.sponser-img li div {
    width: 190px;
    height:95px;
    background-color: #ffffff;
    display: grid;
    justify-content: center;
    align-items: center;
	margin:auto;
}
.sponser-img li div img{
	width:100%;
}

.sponser-img>ul>li:not(:last-child)>a>img {
    margin-bottom: 5px;
    max-width: 100%;
}
.sponser-img>ul {
    width: 100% !important;
}

/* GRID LEFT SIDE CSS */



	/* PRESIDENT CSS */

.president-box {
    padding: 25px 15px 15px 15px;
    background: #4e7f3b;
}

.president-box .side-grid-title{color: #ffcb0a;}

.presid-icon {
	border-radius: 100%;
	filter: drop-shadow(0px 6px 7.5px rgba(254,133,0,0.4));
	background-color: #e3d4d3;
	border: 3px solid #ffffff;
	width: 128px;
	height: 128px;
}
.presid-name{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-SemiBold';
}

.presid-desgn{
	font-size:13px;
	color: #ffcb0b;
	font-family: 'Poppins-Light';
}
.president-btn a {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 19px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto-Regular';
	background-color: rgba(255,255,255,0.10196078431372549);
	border: 1px solid #ffcb0b;
	padding:7px 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	white-space: nowrap;
}
.president-btn a:hover{
    color: #fff;
    background:#d0715c;
}


/* fb css */

.fb-block {padding:15px;}

.fb-cont {padding:10px 15px 15px 15px; border: 1px solid #4a6eba;}

.fb-title{
	font-size: 14px;
	color: #425f9c;
	font-family: 'Montserrat-SemiBold';
}

.fb-cont p {font-size: 13px;line-height: 20px;color: #494949;font-family: 'Montserrat Light';}

.fb-ico { position: absolute; right: 15px; bottom: 0;}

.fb-btn a{
	padding:5px 10px;
	font-size: 11px;
	line-height: 20px;
	color: #303030;
	font-family: 'Montserrat-Medium';
	border-radius: 3px;
	background-color: #f9f9f9;
	border: 1px solid #c3c3c3;
}

/* GRID MIDDLE CSS */

.bg-c2:before {
	content: '';
	background-image: url(../images/grid-btm-br.png);
	background-repeat:repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;	
}

/* WELCOME CSS */
.welcome-block {
	background-image: url(../images/welcome-bg.jpg);
    background-color: #7ab038;
    padding: 30px 25px;
    border-radius: 15px;
}
.welcome-subtitle{
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-Medium';
	filter: drop-shadow(0px 3px 3.5px rgba(0,0,1,0.4));
}

.welcome-title{
	font-size: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffcb0b;
	filter: drop-shadow(0px 3px 3.5px rgba(0,0,1,0.4));
	font-family: 'Oswald-Bold';
}

.welcome-title2{
	margin-left:25px;
}

.wel-cnt {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    width: 90%;
    margin: auto;
}
.wel-mini-title{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 33px;
	color: #ffcb0b;
	font-family: 'Tungsten-Medium';
	filter: drop-shadow(0px 3px 3.5px rgba(0,0,1,0.4));
}

.welcome-btn {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins-Light';
    /* width: 136px; */
    /* height: 34px; */
    border-radius: 50px;
    background-color: #ffcb0b;
    padding: 7px 22px;
}
.welcome-btn:hover{
    color: #016118;
    background-color:#ffd125;
}
.wel-btn:before{
	content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 53px;
    text-align: center;
    background-image: url(../images/wel-dgn.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}



/* WELCOME CSS */

.fondr-card {
	background-image: linear-gradient(0deg, #ebe6ae 0%, #ebe6ae 0%, #ffffff 100%);
	border: 1px solid #ebe6ae;
	border-radius:250px; 
	padding-right:25px;	
}
.fondr-icon-bar {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding:6px;   
    margin: auto;
}
.fondr-icon {
    /* width: 144px; */
    height:240px;
    border-radius: 250px;
    background-color: #030303;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}
.fondr-icon img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}
.fondr-name button {
	padding:8px 45px; 
	line-height:18px; 
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1));
	background-image: linear-gradient(90deg, #f34130 0%, #ff8f37 100%);
}

.fondr-subtitle{
	font-size: 20px;
	color: #3b2600;
	font-family: 'BenguiatStd-Book';
}

.fondr-title {
    font-size:24px;
    color:#72051b;
    font-family: 'Poppins-Medium';
}
.fondr-shadow img{
	width:300px;
	margin:auto;
}

.fondr-lis{
	 border-top: 1px solid #dbdada;
	 padding-top:14px;
}
.fondr-lis li {
    font-size: 14px;
    color: #292929;
    /* border-bottom: 1px solid #dbdada; */
    padding:5px 0px;
    display: flex;
    width: 100%;
    gap:5px;
}
.fondr-lis li:last-child{border-bottom:0;}
.fondr-lis i{
	color:#c9272d;
	font-size: 16px;
	margin-right:5px;
}

.desi-btn {
    background-color: #fd2e2c;
    font-size:14px;
    letter-spacing:1px;
    color: #ffffff;
    font-family: 'Poppins-Light';
    display: inline-flex;
    padding: 0px 30px 0px 0px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    transition: 0.5s;
    
}
.desi-btn::before {
    position: absolute;
    content: "";
    background-color: #ff9334;
    left: 0;
    width: 0px;
    transition: width 0.5s ease-out;
    z-index: -1;
    height: 100%;
}
.desi-btn > span {
    margin-right: 7px;
}
.desi-btn > span {
    width: 34px;
    height: 34px;
    background-color: #ff9334;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.desi-btn > span > span {
    width: 20px;
    height: 20px;
    background-image: url(../images/download.svg);
}
.desi-btn > span > span {
    font-size: 25px;
}

.desi-btn:hover::before {
    width: 100%;
}

/* EVENTS CSS */

.event-block {
    border: 1px solid #d6d08d;
    border-radius: 15px;
    padding: 30px;
    background: #fff;
}
.event-icon img{
	height:auto;
	border-radius:15px;
	//object-fit:cover;
	object-position:top;
}


.edetils-btn{
	padding:3px 15px;
}

/* UPCOMING CSS */

.ue-block{
	/* width: 1230px; */
	/* height: 449px; */
	background-color: #f2d460;
	padding:20px;
}
.ue-title-wrap {
    background-color:#72051b;
    padding: 7px;
}
.ue-event-wrap{
	background:#fff;
	padding:15px;
}
.ue-card {
    border: 1px dotted #414141;
    padding: 8px 0px 8px 8px;
}
.ue-icon img {
	width:227px !important;
	height:250px;
	margin:auto;
	background-color: #669b67;
	object-fit:cover;
}
.ue-content{
	padding:15px;
	width:100%;
}
.ue-title{
	font-size: 18px;
    line-height: 18px;
    color: #02317c;
    font-family: 'Poppins-Medium';
}
.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;}
.ue-lis i{
	color:#c9272d;
	font-size: 16px;
	margin-right:5px;
}
.ue-content a{
	font-size:12px;
}
.articles-btn {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 50px;
    background-color: rgba(204, 66, 1, 0);
    border: 1px solid #f2d460;
    padding: 3px 15px 1px 15px;
    position: absolute;
    right: 14px;
    top: 10px;
}

/* GALLERY SECTION MAIN CSS */

.bg2 {
    background-image: url(../images/diamond-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: 300px;
}

/* gallery section */

.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;
    border-radius: 5px;
}
.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 #a70000;
    padding: 20px 30px;
    z-index: 5;
    position: relative;
    margin-bottom: -80px;
}
.footer-title {
	font-size: 16px;
text-transform: uppercase;
color: #2f6919;
font-family: 'Poppins-SemiBold';
}


.fbox2{margin-left: -30px;}

.ftrow{align-items:center;}

.foot-li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 170px;
}

.foot-li li{
	margin-bottom:8px; 
	position:relative;
    transition: all ease 0.5s;
}

.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 #a70000;
    /* 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:#a70000eb;
    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: #fff;
}
.copyright_block p span{margin-left:50px;}
.aw-txt{
	color:#ffcb0b;
}



/* --------------------------------------------------------- */
	/* INNER PAGES COMMON CSS STARTS HERE */
/* --------------------------------------------------------- */

.innmain-bg{
	padding-top:15px;
}
.innmain-bg:before{
	display:none;
}

.inn-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.mini-height{min-height:980px;}

.inner-wrap{
	background:#fff;
	filter: drop-shadow(0px 3px 7.5px rgba(113, 56, 0, 0.22));
	position:relative;
}
.inner-wrap:before, .inner-wrap:after{
	content: '';
	position: absolute;
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
}
.inner-wrap:before {  
    background-image: url(../images/events-topbor.png);  
    height: 8px;
    top: 0;   
}
.inner-wrap:after {  
    background-image: url(../images/eventsbotm-bor-img.png);  
    height:14px;
    bottom: 0;   
}
.inner-hd {
    padding: 25px 30px 15px 30px;
    position: relative;
    border-bottom: 1px solid #6da522;
}

.inner-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #111111;
	font-family: 'Poppins-Medium';
	margin-bottom:0;
}
.inner-cnt {
    padding:20px 30px;
}
.min-ht{min-height:1250px;}

.tit-gap{margin-bottom:15px;}
.tit2{
	font-size:18px;
	color:#5e1901;
	font-family: 'Poppins-Medium';
}
.list-li li {
    background: url(../images/list-li.png) no-repeat left 3px !important;
    padding-left: 25px;
    vertical-align: middle;
}

.upd-txt{
	padding-top:200px;
	padding-bottom:200px;
}



/* SIDE BAR CSS */

.chapter-btn {
    position: absolute;
    border: 0px;
    background-color: transparent;
    color: #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size:14px;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    gap:5px;
}
.chapter-btn i{
font-size:26px;
display: inline-block;
}

.sidenav-title {
    color: #111111;
    font-family: 'Poppins-Medium';
    font-size: 22px;
}
	
.offcanvas {
  --bs-offcanvas-width:300px;
  background-image: linear-gradient(0deg, #fffec7 0%, #ffffff1a 100%);
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: 15px 25px;
}
.offcanvas-body {
    padding: 10px 25px;
}
.chapter-canvas a {
    cursor: pointer;
    display: block;
    margin-bottom: 18px;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    padding-left:27px;
    color: #000;
    transition: all ease 0.5s;
}
.chapter-canvas a::before {
    content: '\F3CD';
    position: absolute;
    left: 0;
    top: 4px;
    font-size:18px;
    color: #d51329;
}
.chapter-canvas a:hover{
  transform: translateX(5px);
}
.chapter-canvas::-webkit-scrollbar {
  width: 8px; 
}

.chapter-canvas::-webkit-scrollbar-thumb {
  background-color: #d51329; 
  border-radius: 20px !important; 
}

.chapter-canvas::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #6a251f47;
}
.btn-close:focus{
  box-shadow:none !important;
}

.offcanvas.offcanvas-start {
    right: 0;
	left: auto;
	transform: translateX(100%);
}
.spnrs-owl .owl-nav.disabled {
    display: block !important;
}



.chapter-btn2 {
    background-image: linear-gradient(90deg, #42b052 0%, #f54b4e 100%);
    transition:ease all 0.5s;
}
    .chapter-btn2:hover {
        background-image: linear-gradient(90deg, #f54b4e 0%, #42b052 100%) !important;
        color:#fff !important
    }

.spnrs-owl.owl-carousel .owl-item img{
max-height:125px !important;}
 @keyframes flash1 {
    0% {
        background: linear-gradient(90deg, #7daf41, #2cb058); 
    }
   
    100% {
        background: linear-gradient(90deg, #f54b4e, #ffa85e);
    }
   
}
.flashing-bg {
    animation: flash1 1s ease-in-out infinite; 
        }
.eye-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
}
.eye-icon  .cursor-pointer {background-color: #ddebff;width: 30px;height: 30px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%}
.cmn-buttonlis  a {
  font-size: 10px !important;
  text-transform: capitalize !important;}
@media screen and (max-width:480px){
.km_set{min-height:300px;}
.cmn-buttonlis a {
  min-width: 290px;
padding-left:0;
}
.main-bg.innmain-bg .inn-bg {
  min-height: 300px;
}
.hrz-buttonslis li {
    width: 290px !important;
  }


}
.header-nav #navbar li {
  margin-inline: 5px !important;
}






#MenuChapter {
    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;
}


.mobile-chapter-active #MenuChapter {
    animation: clipPathOpen 0.8s ease-out forwards;
    opacity: 1;
}

.mobile-chapter-active #MenuChapter {
    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;
    background-color: #000;
    border-radius: 0px;
}

.menu-chapter {
    padding: 50px 20px !important;
    overflow-x: auto;
}

    .menu-chapter a {
        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;
    }


/* INITEES SECTION CSS  */

.invitee-list {
    justify-content: center;
    margin-top:20px;
}

    .invitee-list .nav-item {
        margin:10px 0px 10px 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 15px;
    }

        .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);
            }






.header-nav #navbar .sub-menu li {
  margin-inline: 0 !important;
}
  .navbar .menu-item-has-children ul a {min-width: 210px;
  }



 a.dropdown-item.drop__list:hover {
        background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
        color: #fff;
    }

    ul.dropdown-menu.show {
        background-color: #e7f5dd;
        color: #fff;
    }

        ul.dropdown-menu.show:active {
            background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%) !important;
            color: #fff;
        }

        ul.dropdown-menu.show:hover {
            color: #fff !important;
        }

    a.dropdown-item.drop__list.active {
        background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
    }





/* Members menu mobile  */


#Menuaaamembers {
    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;
}


.mobile-aaamembers-active #Menuaaamembers {
    animation: clipPathOpen 0.8s ease-out forwards;
    opacity: 1;
}

.mobile-aaamembers-active #Menuaaamembers {
    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;
    background-color: #000;
    border-radius: 0px;
}

.menu-aaamembers {
    padding: 50px 20px !important;
    overflow-x: auto;
}

    .menu-aaamembers a {
        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;
    }


/* Members menu mobile  */

@keyframes e-hotspot {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


 .banner-icon-bar > img {
  height: 480px !important;
}
 
 
@media screen and (max-width:500px){
.banner-icon-bar > img {
  height: 160px !important;
}
}