/* 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;
}

.latest-sec.pos-relative {
  position: relative;
  top: -3px;
  left: 0;
}

.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 span,
  .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: #ffffff;
    background: #7f5f0b;
  }

  .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: #7f600d;
  }

  .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 span,
.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.png);
  /* 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 span li.menu-item-has-children>a i ,
  .navbar ul li.menu-item-has-children>a i {
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }

  .navbar ul span li.menu-item-has-children>a i::before ,
  .navbar ul li.menu-item-has-children>a i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .navbar ul span li.menu-item-has-children>a,
  .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 span,
  .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: 15px;
}

.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;
  padding-bottom: 60px;
}

.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: 20px;
  padding-top: 50px;
}

.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: #7e5e09 !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: #815f0d;
  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: #c39d4f;
  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 7px;
  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: 60px;
  padding-bottom: 60px;
}



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-2.png);
  background-color: #7ab038;
  padding: 45px 25px;
  border-radius: 15px;
}

.welcome-subtitle {
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b2f6c;
  font-family: 'Poppins-Medium';
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 0.4)); */
}

.welcome-title {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073281;
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 0.4)); */
  font-family: 'Oswald-Bold';
}

.welcome-title2 {
  margin-left: 25px;
}

.wel-cnt {
  font-size: 15px;
  line-height: 23px;
  /* color: #073281; */
  color: #000;
  width: 90%;
  margin: auto;
}

.wel-mini-title {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #073281;
  font-family: 'Tungsten-Medium';
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 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 #011e50;
  padding: 20px 30px;
  z-index: 5;
  position: relative;
  margin-bottom: -60px;
}

.footer-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0a3786;
  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 #013a9e;
  /* 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: #013a9e;
  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: 75px 0px 18px 0px;
  color: #fff;
   background: linear-gradient(to right, #011a46, #013a9e, #011a46);
}

.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: 15px !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: 180px;
}



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  */


/* MAP CSS */

#chartdiv {
  width: 100%;
  height: 500px;
}

.map-marker {
  margin-left: -8px;
  margin-top: -8px;
}

.map-marker.map-clickable {
  cursor: pointer;
}

.pulsebar {
  width: 20px;
  height: 20px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulsebar 3s ease-out;
  -moz-animation: pulsebar 3s ease-out;
  animation: pulsebar 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulsebar {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "pulsebar" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/* divya  */
.navbar .menu-item-has-children.menu-sec ul a {
  min-width: 365px;
}

.navbar .menu-item-has-children.menu-section ul a {
  min-width: 410px;
}


.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);
}

/* 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.one .program-title-bar {
  background-image: url(../images/red-bg.png);
}

.work.two .program-title-bar {
  background-image: url(../images/green-bg.png);
}

.work.three .program-title-bar {
  background-image: url(../images/blue-bg.png);
}

.work.four .program-title-bar {
  background-image: url(../images/yellow-bg.jpg);
}

.program-title {
  font-size: 35px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: 'Poppins-Semibold';
  line-height: 27px;
}

.program-title span {
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.mission-container {
  border: 1px solid #0732813b;
  border-radius: 10px;
  padding: 15px 0px;
  max-width: 800px;
  margin-inline: auto;
}

/* programs section  */
.sec-btn,
.title-line {
  margin-bottom: 36px;
}

.sec-btn {
  text-align: center;
}

.nav-tabs.course-tabs {
  gap: 16px;
  border-bottom: unset;
}

.nav-tabs.course-tabs {
  gap: 16px;
  border-bottom: unset;
}

.nav-tabs {
  border-bottom: 1px solid #7e5e0996;
}

.nav {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

}


.nav-tabs.course-tabs .nav-link.active {
  background-color: #7e5e09;
  color: #ffffff;
  border-color: transparent;
}

.nav-tabs.course-tabs .nav-link {
  border-radius: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #7e5e0996;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.th-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 15px !important;
  font-weight: 500;
  padding: 12px 19px;
  line-height: 1;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid transparent;
  gap: 8px;
}

.academic-card,
.course-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.academic-card {
  padding: 20px;
  border: 1px solid #7e5e0996 !important;
}

.academic-card .academic-img,
.course-card .course-img-thumb {
  flex-shrink: 0;
}

.academic-img {
  margin-bottom: 20px;
  border-radius: 5px;
}

.academic-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.academic-img img {
  width: 100%;
}

.academic-tag {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 13px;
  top: 8px;
  right: 8px;
  background-color: #7e5e09;
}

.academic-card .academic-content,
.course-card .card-content {
  flex-grow: 1;
}

.academic-content {
  border-bottom: none !important;
  /* padding-bottom: 22px; */
  margin-bottom: 0px;
}

.academic-content .box-title {
  margin-bottom: 0;
  margin-top: -0.4em;
}

.popular-course-area-1 h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  font-family: 'Poppins-Medium';
}

.box-title {
  font-size: 24px;
  line-height: 27px;
  /* font-weight: 600; */
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-text.style2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.box-text {
  margin-bottom: -0.5em;
}

.academic-card .academic-meta-wrap,
.course-card .academic-meta-wrap {
  margin-top: auto;
}

.academic-meta-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.academic-card .th-btn {
  padding: 7px 18px;
}

.th-btn.style-border1 {
    background-color: transparent;
    border: 1px solid #7e5e09;
    padding: 10px 15px;
    font-family: 'Poppins-Regular';
    color: #7e5e09;
}
.submit-btn.th-btn.style-border1 {
    background-color: #7e5e09;
    border: 1px solid #7e5e0996;
    padding: 10px 15px;
    font-family: 'Poppins-Regular';
    color: #ffffff;
}
.submit-btn.th-btn.style-border1:hover {
    background-color: transparent;
    border-color: #7e5f098d;
    /* box-shadow: 0 0 1px rgba(126, 95, 9, 0.413); */
    color: #ffffff;
}

.academic-meta-wrap .th-btn.style-border1 {
  padding: 6px 15px;
}

.program-cnt p {
  font-size: 15px;
  color: #000000 !important;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  line-height: 22px;
}

.academic-tag span i {
  padding-right: 5px;
}

.academic-meta-wrap i {
  font-size: 23px;
}

.popular-course-area-1 {
  background-color: #FAFAFA;
}

/* .th-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #007bff;
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s ease;
} */

/* Background sliding highlight */
/* loki css */

.th-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #7e5e09;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Hover action */
.th-btn:hover::before {
  left: 0;
}

.th-btn:hover {
  color: #ffffff;
}

/* about us */
.aws-cmn-title {
  padding: 25px 30px 15px 30px;
  position: relative;
  border-bottom: 1px solid #6da522;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.6rem;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;

}

.aws-content-start {
  padding: 20px 30px;
/* text-align: justify; */
}

.aws-content-start.tution-fee {
  padding: 40px;

}

.tit2 {
  font-size: 18px;
  color: #5e1901;
  font-family: 'Poppins-Medium';
}

.tit-gap {
  margin-bottom: 15px;
}

.main_banner-bg .aws-inner-content {
  background: #fff;
  box-shadow: 0px 8px 30px #e9e9e9;
}

.main_banner-bg {
  /* background-image: url(../images/bg.jpg); */
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  padding-bottom: 80px;
  padding: 3rem;
}

/* .main_banner-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;
    bottom: 25%;
    transform: translateY(-50%);
    z-index: -1;
} */
@media screen and (min-width:1600px) {
  .main_banner-bg:before {

    bottom: 15%;

  }
}

.main_banner-bg .cus-about-sec {
  background: #fff;
  box-shadow: 0px 8px 30px #e9e9e9;
}

.aws_contact_de_set {
  display: flex;
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e3e6;
}

.w-auto {
  width: auto !important;
}

fieldset {
  border: 1px solid #929797 !important;
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 23px;
}

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 32px;
  top: -32px;
  color: #757575;
  font-family: "Poppins-Light", sans-serif;
  font-size: 13px;
}

.float-none {
  font-size: 13px;
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

.full-page {
  min-height: 75vh;
  /* page height = viewport height */
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
  padding: 20px;
  /* small side padding for mobile */
  box-sizing: border-box;
}

/* .card {
      max-width: 820px;
      width: 100%;
      padding: 36px;
      border-radius: 12px;
      backdrop-filter: blur(6px);
    } */

h1 {
  margin: 0 0 8px 0;
  /* font-size: clamp(28px, 6vw, 56px); responsive size */
  letter-spacing: 1px;
}

p.lead {
  margin: 0 0 18px 0;
  font-size: clamp(14px, 2.5vw, 18px);
  opacity: .85;
}

.coming-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: var(--accent);
  border-radius: 50%;
  animation: blink 1.2s infinite;
  vertical-align: middle;
}

@keyframes blink {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: .35;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* small footer note */
.note {
  font-size: 13px;
  opacity: .65;
  margin-top: 14px;
}

/* optional: make sure content remains centered on very short screens (keyboard etc) */
@media (max-height:420px) {
  .full-page {
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

/* second header section start  */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 7px;
  left: 0;
}

.login-n.ds a {
  background-color: transparent !important;
}

.tution-fee .box-title {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Medium";
  line-height: 22px;
}

/* Hover effect (subtle professional style) */
.tution-fee .program-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b3a06e;
  padding: 12px 16px;
  /* border-radius: 12px; */
  margin-block: 12px;
  /* box-shadow: 0 3px 10px rgba(0, 60, 130, 0.08); */
}

.tution-fee .program-cnt h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #a35d00;
  font-family: 'poppins-light';

}

.tution-fee .program-cnt h6 {
  margin: 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #004a8f;
  font-family: 'poppins-light';
}

/* Base Card */
.tution-fee .academic-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.35s ease;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
}

/* Card Hover – Unique Premium Effect */
.tution-fee .academic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #c89d24;
  /* subtle gold border */
}

/* Gold Glow Border Animation */
.tution-fee .academic-card:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  transition: 0.35s ease;
}

/* Image zoom */
.tution-fee .academic-card .academic-img img {
  transition: 0.5s ease;
}

.tution-fee .academic-card:hover .academic-img img {
  transform: scale(1.08);
}

/* Button slight move */
.tution-fee .academic-card:hover .th-btn {
  transform: translateX(4px);
  transition: 0.3s ease;
}

/* second header section end  */

.login-btn {
  background-color: #569727;
  border-radius: 50px;
      padding-inline: 10px
}
li.login-n a {
    padding: 3px 10px !important;
}

.login-btn:hover a {
  background-color: transparent !important;

}

.login-sub li:hover a {
  background-color: #7f600d !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

ul.sub-menu.academic li {
  min-width: 210px;
}
.academic-content p{
      font-size: 15px;
    color: #000000 !important;
    font-weight: 500;
   font-family: 'Poppins-Light';
    line-height: 22px;
}

    .list-sec ul {
        list-style-type: none;
        /* padding-left: 20px; */
        
    }
    ul li span{
padding-right: 8px;
font-size: 20px;
color: #7f5f0b;
    }

    .list-sec ul li {
        margin-bottom: 3px;
        line-height: 1.7;
        position: relative;
        padding-left: 0px;
        display: flex;
        align-items: center;
      
      
    }
    .list-menu li {
      position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 5px !important;
}

.list-menu li::after {
  position: absolute;
  content: "";
     width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #83620b;
    left: 11px;
    top: 6px;
}


    /* Blue bullet points */
    .list-sec ul li::marker {
        color: #012666;
        font-size:20px;
    }

    /* Optional: bold heading inside list */
    .list-sec ul li strong {
        color:#7f5f0b;
    }
.careers-list{
  padding-left: 13px;
}
h4.tit2.tit-gap {
    margin-bottom: 5px;
    margin-top: 20px;
}.list-sec p {
    margin-bottom: 0;
}
@media screen and (max-width:1024px) {
.navbar.nav_2 {
  display: none;
}
}
@media screen and (max-width:679px) {
  .main_banner-bg {
    padding: 15px 0 !important;
}
}



.ceo-img {
    width: 100%;
    max-width: 380px;   /* prevents too large on desktop */
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* spacing control on small devices */
@media (max-width: 767px) {
    .ceo-img {
        margin-top: 20px;
    }
}

header#header-1 {
    background-image: linear-gradient(45deg, #0f316a, #083a91);
}
.navbar ul span {
  position: absolute;
  top: calc(100% + 14px);
  z-index: 11;
}
@media (max-width: 1023px) {
    .navbar ul span {
  position: relative;
  top: calc(0% + 14px);
  z-index: 11;
  border-top: 1px solid aliceblue;
  padding-top: 11px !important;
}
.login-btn {
  background-color: transparent;
  border-radius: 0px;
  padding-inline: 0px;
  padding-bottom: 20px;
}
}
@media (min-width: 1024px) {
    .navbar ul span.menu_2 {
      background: #0e2f65;
      top: calc(100% + 4px);
      padding-block: 4px;
      width: 100%;
      left: 0;
    }
    .header .container {
  max-width: 100% !important;
  padding-inline: 0 !important;
 
}

#header {
  padding-inline: 0;
}
.main_banner-bg {
  padding-top: 70px;
}

}
@media screen and (max-width:576px) {
  .login-n {
  text-align: left;
}
.login-n a {
  display: inline-flex;
}
 .aws-content-start.tution-fee {
  padding: 20px;
}
.aws-content-start {
  padding: 0px 15px;
}
.tit2 {
  font-size: 16px;}
}
.all-programs{
  background-color: #ffffff !important;
}
.search-container {
  width: 100%;
     max-width: 20.3%;
    position: absolute;
    top: 32%;
    right: 9.4%;
}

    .search-box {
      background: #fff;
      border-radius: 50px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      padding:7px 20px;
    }

    .search-box input {
      border: none;
      outline: none;
      box-shadow: none;
      font-size: 16px;
    }

    .search-icon {
      font-size: 22px;
      color: #6c757d;
    }
    .search-container .form-control {padding: 6px 5px !important;}
    .navbar .menu-item-has-children.menu-secs ul a{
   
      min-width: 385px;
    }
     .navbar .menu-item-has-children.menu-sub-sec ul a{
      min-width: 250px;
     }
     



     /* pandari  */
     .aws-content-start.apply {
  justify-content: center;
  display: flex;
}
      .aws-content-start .apply {
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .full-page.apply {
            width: 100%;
            max-width: 900px;
            text-align: center;
            display: block;
            padding: 0px;
        }

        .university-title {
            font-size: 34px;
            font-weight: bold;
            color: #00000098;
            margin-bottom: 25px;
            text-decoration: underline;
            text-decoration-color: #c9a14a;
            font-family: 'Poppins-Regular';
        }

        .info-text {
            font-size: 16px;
            color: #777;
            margin-bottom: 35px;
        }

        .welcome-text {
            font-size: 18px;
            margin-bottom: 30px;
            margin-top: 30px;
            font-family: 'Poppins-Regular';
        }

        .btn-box .btn {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            padding:  20px;
            font-size: 18px;
            text-decoration: none;
            border: 1px solid #c9a14a;
            background: transparent;
            transition: all 0.3s ease;
            border-radius: 30px;
        }

       

        .signin-text {
            margin-top: 35px;
        }

        .signin-text a {
            color: #c9a14a;
            text-decoration: underline;
            font-size: 16px;
        }

       .divider {
  width: 1px;
  height: 23px;
  background: #c9a14a;
  margin: 23px auto;
}

        .note-text {
            font-size: 15px;
            color: #cccccc;
            margin-top: 30px;
        }

        .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);
    }
}
/* Custom checkbox */
input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 15px;
    font-size: 13px;
}

    input[type="checkbox"] + label:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-right: 11px;
        position: absolute;
        top: 4px;
        left: 0;
        border: 1px solid #1a92d7;
        background-color: #fff;
        border-radius: 0px;
    }

input[type="checkbox"] {
  width: 25px;
  height: 15px;
    visibility: inherit;
    z-index: -1;
}

       input[type="checkbox"]:checked + label:after {
        content: "\F26E";
        font-size: 19px;
        line-height: 18px;
        color: #fff;
        background: #1a92d7;
        display: block;
        position: absolute;
        top: 5px;
        left: 1px;
        width: 16px;
        height: 16px;
        border-radius: 0px;
        font-family: bootstrap-icons !important;
    }


    /* form-error */
.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;
}

.errormsg {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}

fieldset.has-error {
    border-color: #ff3737;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #666;
        font-size: 13px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #1a92d7;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #1a92d7;
            position: absolute;
            top: 3px;
            left: 2.1px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

fieldset.h-auto {
    padding-top: 0px;
    padding-bottom: 0.6rem;
}

/* tabsin custom payment */

.cus-tabs-container {
    width: 100%;
}

.cus-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cus-tab-label {
    text-align: center;
    /*flex: 1;*/
    padding: 5px 3px;
    background-color: #ffffff;
    border: none;
    max-width: 23%;
    border: 1px solid #d5d5d5;
    margin: 5px 0px;
    cursor: pointer;
}

    .cus-tab-label.active {
        background-color: #ad1115;
        border-color: #ad1115;
        color: #fff;
        font-family: "Poppins-Regular", sans-serif;
    }

.cus-tabs-content .cus-tab-pane {
    display: none;
}

    .cus-tabs-content .cus-tab-pane.active {
        display: block;
    }

.cus-tab-label:focus,
.cus-tab-label {
    outline: none;
}

.paymnet-cmn-sec {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 0px 8px rgb(0 0 0 / 6%);
}

fieldset {
    border: 1px solid #929797 !important;
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 23px;
}

.pos-relative {
    position: relative;
}

em.error {
    transform: translateY(-20px);
    position: absolute;
    /* top: 60px; */
}
.r-btn.small strong {
  font-size: 15px;
}
.btm-pb{
  display:flex; 
  gap:15px; 
  justify-content:center; 
  flex-wrap:wrap;
  margin-top: 70px;
}
.upload-sec{
  position: relative;
}
.upload-sec small {
  position: absolute;
  top: 24px;
  width: 100%;
  left: 0;
}
.r-btn.hed {
  margin-top: 8px;
  margin-bottom: 2px;
}

.signup-intro {
    margin-bottom: 25px;
}

.signup-title {
    font-size: 24px;
    font-weight: 600;
    color: #0b3a6f;
    margin-bottom: 10px;
}

.signup-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.sub-hd h6 {
  font-size: 16px;
  color: black;
  margin-bottom: 2px;
}
.main-hd{
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Poppins-Medium';
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: inherit !important;
    left: -9999px;
}