@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Redressed&display=swap");

body {
  background: #fff;
  color: #363636;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  color: #0c0c0c;
  margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c0c0c;
}

p a {
  color: #363636;
  width: auto;
  display: inline-block;
}

p a:hover {
  text-decoration: underline;
  outline: 0;
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #363636;
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: 0;
  display: block;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol li,
ul li {
  list-style: none;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote {
  padding: 0;
  border: 0;
}

label {
  color: #7f7f7f;
  display: block;
  font-weight: 400;
  margin: 0;
}

textarea {
  height: 100px;
}

input,
select,
textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.owl-carousel .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /* *display: inline */
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control::-moz-placeholder {
  color: #555;
}

.form-control:focus::-moz-placeholder {
  color: #f0c05a;
}

.form-control:focus {
  border-color: #f0c05a;
  box-shadow: none;
}

h2 {
  font-size: 26px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 700;
}

h3 span {
  padding: 0 10px 0 0;
  position: relative;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

h5 {
  text-transform: capitalize;
}

.header {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 99;
  margin: 0;
  padding: 0;
}

.header .headerCustom {
  padding-right: 40px;
}

.home_only .header {
  float: left;
  position: relative;
  width: 100%;
  background: transparent;
}

.home_only .header .headerCustom {
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 1s;
  background-color: #000;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.topbar {
  float: left;
  width: 100%;
  background: #f0c05a;
  border-radius: 0;
  margin: 0;
  padding: 3px 0;
  line-height: normal;
  position: relative;
  z-index: 1000;
}

.topbar .container-fluid {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.topbar .container-fluid span {
  margin-right: 10px;
}

.topbar .container-fluid a {
  margin-left: auto;
  padding: 7px 15px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
}

.topbar .container-fluid a:hover,
.topbar .container-fluid a:focus {
  color: #fff;
  background: #333;
}

.topbarClosed {
  margin-right: 0;
  cursor: pointer;
}

.headerCustom {
  width: 100%;
  display: flex;
}

.home_only .header.stricky-fixed .headerCustom {
  position: relative;
}

.header .leftLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  background: #000;
  padding: 5px 40px;
}

.home_only .header .leftLogo {
  padding: 10px 40px;
}

.header .leftLogo a {
  padding: 0;
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.header .leftLogo a img {
  height: auto;
}

.header.stricky-fixed .leftLogo {
  padding: 5px 40px;
}

.header.stricky-fixed .leftLogo a {
  width: 150px;
}

.navigation {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  justify-content: end;
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}

.navigation .navbar button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  float: right;
}

.navigation .navbar button span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #f0c05a;
  margin: 8px 0;
  position: relative;
  transition: 0.4s ease;
}

.navigation .navbar button span:nth-child(2) {
  width: 28px;
}

.navigation .navbar button span:nth-child(3) {
  width: 28px;
}

.navigation .navbar button.open span:first-child {
  display: none;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 7px;
  width: 28px;
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: -3px;
}

.navigation .menu {
  display: flex;
  align-items: center;
}

.navigation .menu ul {
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.navigation .menu ul li {
  float: left;
  position: relative;
}

.navigation .menu ul li a {
  padding: 15px 10px 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 14px;
  background: transparent;
  font-weight: 500;
}

.navigation .menu ul li:last-child a {
  padding-right: 0;
}

.header .navigation .menu ul li:last-child a.menulogin {
  background: #dc312b;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 10px;
  font-size: 13px;
  border: 1px solid #ae2f2a;
}

.header.stricky-fixed .navigation .menu ul li a {
  padding: 20px 10px 20px;
}

.header.stricky-fixed .navigation .menu ul li:last-child a {
  padding-right: 0;
}

.header.stricky-fixed .navigation .menu ul li:last-child a.menulogin {
  background: #dc312b;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 12px;
  font-size: 13px;
  border: 1px solid #ae2f2a;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: #f0c05a;
  background: transparent;
}

.navigation .menu ul li:last-child a.menulogin:hover,
.navigation .menu ul li:last-child a.menulogin:focus {
  color: #fff;
  background: #ae2f2a;
  border: 1px solid #ae2f2a;
}

.navigation .menu ul li ul.cs-dropdown {
  top: 100%;
  left: 0;
  text-align: left;
}

.navigation .menu ul li:last-child ul.cs-dropdown {
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  width: max-content;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
  left: 100%;
  top: 0;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
  left: -100%;
  top: 0;
}

.navigation .menu ul li ul.cs-dropdown {
  position: absolute;
  width: 235px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #000;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.navigation .menu ul li:hover ul.cs-dropdown {
  display: block;
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
  display: none;
  background: #000;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
  display: block;
}

.navigation ul li.cs-submenu a button {
  border: 0;
  background: 0 0;
  outline: 0;
  padding: 0;
  margin: 0 0 0 5px;
  color: #fff;
  height: auto;
  line-height: inherit;
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu a button {
  float: right;
  transform: rotate(90deg);
}

.navigation ul li.cs-submenu a button svg {
  width: 15px;
  height: 15px;
  color: #fff;
}

.navigation ul li.cs-submenu:hover svg {
  transform: rotateZ(180deg);
  color: #f0c05a;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
  color: #fff;
}

.navigation ul li.cs-submenu ul.cs-dropdown li:hover a button svg {
  color: #fff;
}

.header.stricky-fixed .navigation .menu ul li.cs-submenu a button svg {
  color: #fff;
}

.header.stricky-fixed .navigation .menu ul li.cs-submenu:hover a button svg {
  color: #fff;
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover a button {
  color: #fff;
}

.navigation .menu ul li ul.cs-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

.navigation .menu ul li ul.cs-dropdown li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 10px 10px 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  background: 0 0;
  transition: all 0.3s ease;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
  color: #000;
  background: #f0c05a;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
  color: #000;
  background: #f0c05a;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: #272727;
  color: #fff;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
  color: #fff;
  background: #f0c05a;
}

.header.stricky-fixed .navigation .menu ul li ul.cs-dropdown li a {
  padding: 7px 10px 7px 15px;
}

.navigation .navbar {
  display: none;
  padding: 10px 0;
  margin: 0;
}

.navigation .menu ul li.megaMenu ul {
  width: 780px;
  background: #000;
  left: -150%;
}

.navigation .menu ul li.megaMenu ul li {
  width: 33.333%;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #424040;
  border-right: 1px solid #424040;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu a.awardsTitleMenu {
  background: #f0c05a;
}

/* .navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n){border-left:1px solid #424040}*/
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(3n) a {
  border-right: 0 solid #424040;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(1n) ul.cs-dropdown li:last-child a {
  border-bottom: 0;
}

.navigation .menu ul li.megaMenu:hover ul li a {
  background: 0 0;
}

.navigation .menu ul li.megaMenu ul.cs-dropdown li.cs-submenu a button {
  display: none;
}

.navigation .menu ul li.megaMenu ul.cs-dropdown li.cs-submenu svg {
  transform: rotateZ(0);
  color: #f0c05a;
}

.navigation .menu ul li.megaMenu ul li ul.cs-dropdown,
.navigation .menu ul li.megaMenu:hover ul.cs-dropdown li ul.cs-dropdown {
  width: 100%;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  /*height:205px*/
}

.navigation .menu ul li.megaMenu ul li ul.cs-dropdown li {
  width: 100%;
  display: block;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a {
  font-size: 14px;
  color: #fff;
  text-transform: inherit;
  padding: 10px 12px 10px 12px;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a span.upcoming {
  background: #dc312b;
  border-radius: 3px;
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 12px;
  border: 1px solid #ae2f2a;
  position: absolute;
  z-index: 999;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}

.navigation .menu ul li.megaMenu ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: transparent;
  color: #fff;
  font-size: 14px;
  text-transform: inherit;
}

.header.stricky-fixed .navigation .menu ul li.megaMenu ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: 0 0;
  color: #fff;
  font-size: 14px;
  text-transform: inherit;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a:hover {
  color: #f0c05a;
}

.header.stricky-fixed .navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a:hover {
  color: #f0c05a;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span {
  font-size: 14px;
  display: block;
  color: #fff;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.titleUp {
  color: #f0c05a;
  font-size: 16px;
  line-height: normal;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.buttonDetails {
  text-transform: uppercase;
  background: 0 0;
  color: #f0c05a;
  padding: 5px 15px;
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid #f0c05a;
  display: inline-block;
  overflow: hidden;
  margin-top: 4px;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.buttonDetails:hover {
  color: #000;
  background: #f0c05a;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child {
  width: 100%;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull {
  width: 100%;
  float: left;
  background: #222;
  margin: 0;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle {
  float: left;
  width: 25%;
  border-bottom: 1px solid #333;
  font-family: Roboto, sans-serif;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle a {
  color: #fff;
  font-size: 14px;
  text-transform: inherit;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle a:hover {
  background: transparent;
  color: #f0c05a;
}

.header.stricky-fixed .navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull figcaption a:hover {
  color: #f0c05a;
  background: 0 0;
}

/* .header.stricky-fixed .navigation .menu ul li.megaMenu ul.cs-dropdown li:hover a{background:#f0c05a} */
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle:nth-child(2n) {
  border-left: 1px solid #424040;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle:nth-child(3) {
  border-left: 1px solid #424040;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.titleUp {
  position: relative;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.titleUp .upcoming {
  background: #f0c05a;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: -2px;
  right: -11px;
  padding: 3px 5px;
  z-index: 99;
  font-weight: 400;
}

.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.titleUp .upcoming::before {
  content: " ";
  position: absolute;
  left: -8px;
  top: 2px;
  border-top: 8px solid transparent;
  border-right: 8px solid #f0c05a;
  border-left: none;
  border-bottom: 8px solid transparent;
}

.navigation .menu ul li:nth-child(5) ul.cs-dropdown li ul.cs-dropdown {
  left: auto;
  right: 100%;
}

.navigation .menu ul li a.submitnNominationBtn {
  padding: 7px 10px !important;
  background: #f0c05a;
  color: #000;
  border: 1px solid #f0c05a;
  border-radius: 4px;
  font-size: 13px;
}

.navigation .menu ul li a.submitnNominationBtn:hover,
.navigation .menu ul li a.submitnNominationBtn:focus {
  color: #fff;
  background: #f0c05a;
}

/**/
.navigation .menu ul li.megaMenu ul li.upcomingAwardsMenu {
  width: 66.66%;
}

.navigation .menu ul li.megaMenu ul li.upcomingAwardsMenu a {
  border-top: 1px solid #424040;
  border-right: 0 solid #424040;
  height: 168px;
  padding: 5px;
  margin: 0;
}

/**/

.left_panel {
  background: #000;
  position: absolute;
  width: 115px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

.social-left {
  display: block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30%;
  background: #000;
  z-index: 10;
}

.social-left:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 70px;
  top: -70px;
  background: #111;
}

.social-left li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 3px 0;
}

.social-left li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.social-left li a svg {
  color: #fff;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
}

.social-left li.facebook a {
  background: #3c5b9b;
}

.social-left li.twitter a {
  background: #359bed;
}

.social-left li.linkedin a {
  background: #027ba5;
}

.social-left li.youtube a {
  background: #f70000;
}

.social-left li.instagram a {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.read_more {
  text-transform: uppercase;
  background: 0 0;
  color: #f0c05a;
  padding: 10px 25px;
  margin: 0 0 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #f0c05a;
  display: inline-block;
  overflow: hidden;
  height: 45px;
}

.read_more svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.read_more span {
  display: flex;
  align-items: center;
}

.read_more:hover {
  border-color: #f0c05a;
  color: #000;
}

.read_more:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0c05a;
}

.read_more:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.read_more:hover span {
  color: #000;
}

.read_more span {
  position: relative;
  z-index: 2;
}

.homeSlider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.homeSlider:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  height: 22%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
}

.bannerFixed {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.bannerFixed video {
  width: 100%;
  float: left;
  height: auto;
}

/* .bannerFixed:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 9;
    content: ''
} */

.bannerFixed .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: center;
}

.bannerFixed .container .logo {
  max-width: 250px;
  margin: 50px 0 0;
  display: inline-block;
}

.bannerFixed .container h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
}

.title2023 {
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.bannerFixed .container p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.bannerFixed .container p.h2 {
  font-size: 30px;
}

.countdown {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  padding: 30px 0;
  border: 1px solid #f0c05a;
  border-radius: 6px;
}

.countdown .date .time {
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 5px;
}

.countdown .date {
  color: #000;
  padding-right: 30px;
  display: inline-block;
}

.countdown .date span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0c05a;
  text-align: center;
}

.countdown .date .time {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 6px;
  background-color: #f0c05a;
  color: #000;
  width: 85px;
  height: 85px;
  border-radius: 12px;
  text-align: center;
  line-height: 85px;
}

.countdown .date {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.countdown .date:after {
  content: ":";
  font-size: 60px;
  position: absolute;
  right: -9px;
  top: 0;
  line-height: 85px;
  width: 15px;
  color: #fff;
}

.countdown .date:last-child:after {
  content: none;
}

.carousel-item .sliderCaption {
  float: left;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: 0 0;
  height: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.carousel-item .sliderCaption:before,
.slider .slider_caption_left:before,
.slider .slider_caption_up:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  min-height: 100vh;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel-item .sliderCaption .bannerTitle {
  color: #ffe9b5;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 14%;
  max-width: 360px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel-item .sliderCaption p {
  color: #fff;
  font-size: 20px;
  text-transform: inherit;
  line-height: 25px;
  margin-bottom: 20px;
  max-width: 380px;
}

.carousel-item .sliderCaption .read_more {
  color: #f0c05a;
  border: 1px solid #f0c05a;
}

.carousel-item .sliderCaption .read_more:hover {
  border-color: #f0c05a;
  color: #fff;
}

.carousel-item .sliderCaption .read_more:after {
  background: #f0c05a;
}

.carousel-item.active .bannerTitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.carousel-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.carousel-item.active .read_more {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

#carouselExampleControls .carousel-control-next,
#carouselExampleControls .carousel-control-prev {
  position: absolute;
  cursor: pointer;
  border: 0;
  outline: 0;
  top: auto;
  bottom: 20px;
  z-index: 5;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: 0 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 9999;
}

#carouselExampleControls .carousel-control-prev {
  right: 170px;
  left: auto;
}

#carouselExampleControls .carousel-control-next {
  left: auto;
  right: 100px;
}

.carousel-item .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#carouselExampleControls .carousel-control-next:hover,
#carouselExampleControls .carousel-control-prev:hover {
  color: #000;
  outline: 0;
  background: #f0c05a;
  border-color: #f0c05a;
}

.visually-hidden {
  display: none;
}

.wps_home_about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  background: #000;
  position: relative;
  z-index: 99;
}

.h1_title {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  z-index: 111;
}

.text {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.text p {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.wps_home_about .h1_title {
  margin: 22px 0;
  align-items: center;
  display: flex;
  font-size: 28px;
}

.text .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.text .exp .exp_num {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

.text .exp .exp_num img {
  width: 80px;
  height: auto;
}

.text .exp .valign {
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  color: #f0c05a;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.hr_padding {
  margin-top: 50px;
  background: #535353;
  margin-bottom: 0;
}

.home_about_2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0 30px;
  background: #000;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #111;
}

.h2_title {
  font-size: 36px;
  color: #f0c05a;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}

.home_about_2 h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
  /* display: inline-block */
}

.about_img {
  float: right;
  max-width: 540px;
  width: 100%;
  position: relative;
  margin: 0 0 15px 15px;
}

.about_img .img {
  padding: 0 0 30px 30px;
  position: relative;
  width: 49%;
}

.about_img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 1px solid #535353;
}

.about_img .img a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img .img a svg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 55px;
  height: 55px;
  margin: auto;
  color: rgba(255, 255, 255, 0.5);
}

.about_img .img img {
  position: relative;
  z-index: 2;
  background: #272727;
  border: 1px solid #f0c05a;
  width: 100%;
  height: auto;
}

.about_img .img:hover a svg {
  color: rgba(255, 0, 0, 0.7);
}

.about_img .imgOne {
  padding: 0 0 30px 0;
  position: relative;
  max-width: 49%;
  float: left;
}

.about_img .imgOne a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img .imgOne a svg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 55px;
  height: 55px;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
}

.about_img .imgOne img {
  position: relative;
  z-index: 2;
  background: #272727;
  border: 1px solid #f0c05a;
  width: 100%;
  height: auto;
}

.about_img .imgOne:hover a svg {
  color: rgba(255, 0, 0, 0.7);
}

.about_img .imgTwo {
  padding: 0px 0 30px 0;
  position: relative;
  width: 99%;
  float: right;
}

.about_img .imgTwo a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img .imgTwo .read_more {
  width: auto;
  display: inline-flex;
  padding: 10px 20px;
}

.about_img .imgTwo a svg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 60px;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
}

.about_img .imgTwo img {
  position: relative;
  z-index: 2;
  background: #272727;
  border: 1px solid #f0c05a;
  width: 100%;
  height: auto;
}

.about_img .imgTwo:hover a svg {
  color: rgba(255, 0, 0, 0.7);
}

.about_img .img iframe {
  position: relative;
  z-index: 2;
  background: #272727;
}

.about_img .about_img {
  display: none;
  width: 42% !important;
  position: absolute;
  bottom: 0;
  right: 45px;
  z-index: 3;
  padding: 10px 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  background: #f0c05a;
}

.home_about_2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #fff;
  margin-bottom: 20px;
  text-align: justify;
}

.upcomingSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.upcomingSection img {
  width: 100%;
}

.parallax {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/parallax2023.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.parallax .parallaxOverlay {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 550px;
  width: 100%;
  position: relative;
}

.upcomingAwards {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  max-width: 550px;
  width: 100%;
  font-weight: 300;
  font-size: 22px;
  margin: 0 auto;
  background: #0f0f0f;
  padding: 50px 55px;
  position: relative;
}

.upcomingTag {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
}

.upcomingTag:after,
.upcomingTag:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
  border-top-color: transparent;
  border-left-color: transparent;
}

.upcomingTag:before {
  top: 0;
  right: 0;
}

.upcomingTag:after {
  bottom: 0;
  left: 0;
}

.upcomingTag span {
  position: absolute;
  display: block;
  width: 260px;
  padding: 10px 0;
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  text-transform: uppercase;
  text-align: center;
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
  font-weight: 600;
  font-size: 16px;
}

.parallax .parallaxOverlay .parallaxTitle1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  line-height: 48px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
}

.keyDate {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 36px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
}

.parallax .parallaxOverlay .awardTitle {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.parallax .parallaxOverlay .awardDate {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  border: 1px dashed #f0c05a;
  padding: 8px 10px;
}

.parallax .parallaxOverlay .awardDate span {
  color: #f0c05a;
}

.parallax .parallaxOverlay .parallaxTitle2 {
  font-size: 16px;
  color: #f0c05a;
  text-align: center;
  margin-bottom: 20px;
}

.parallax .parallaxOverlay .read_more {
  margin-bottom: 0;
}

.whoCan_participate {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: url(../images/bg/bg1.webp);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.mediaSection::before,
.whoCan_participate::before {
  background: linear-gradient(90deg, #222 0, #111 100%);
  opacity: 0.5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.whoCan_participate .title_3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

.whoCan_participate .title_3 span {
  color: #f0c05a;
}

.whoCan_participate .participatePara {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.whoCan_participate .participatePara strong {
  color: #f0c05a;
}

.whoParticipate {
  text-align: left;
  margin: 0;
  margin-bottom: 25px;
  padding: 10px 15px;
  background: #0f0f0f;
  border-bottom: 1px solid #0f0f0f;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  border-bottom: 2px solid transparent;
}

.whoParticipate a {
  display: flex;
  align-items: center;
}

.whoParticipate svg {
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #f0c05a;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.whoParticipate .participateTitle {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.whoParticipate.moreLast {
  background: #f0c05a;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whoParticipate.moreLast .participateTitle {
  color: #000;
}

.whoParticipate.moreLast svg {
  margin-right: 0;
  color: #000;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.whoParticipate:hover {
  background: #323232;
  z-index: 100;
  border-bottom: 2px solid #f0c05a;
}

.whoParticipate.moreLast:hover svg {
  color: #f0c05a;
}

.whoParticipate:hover .participateTitle {
  color: #f0c05a;
}

.fewWinners {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #000;
}

.winner {
  overflow: hidden;
  position: relative;
  z-index: 9;
  background: #0f0f0f;
  border: 1px solid #1c1c1c;
}

.winner .gallery_item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 2px;
}

.winner:hover {
  background-color: #000;
  border-color: #f0c05a;
}

.winner .image {
  position: relative;
  overflow: hidden;
}

.winner .image img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.winner .winTitle {
  padding: 8px 20px;
  position: relative;
  bottom: 0;
  right: 0;
  background: #f0c05a;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  text-align: center;
}

.winner:hover .winTitle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.winner .winnerInfo {
  text-align: center;
  padding: 20px 15px;
}

.winner .winnerInfo .winnerName {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #f0c05a;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.winner:hover .winnerInfo .winnerName {
  color: #f0c05a;
}

.winnerInfo p {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  font-style: italic;
}

#fewWinner {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#fewWinner .owl-next,
#fewWinner .owl-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

#fewWinner .owl-nav .owl-prev {
  left: -20px;
}

#fewWinner .owl-nav .owl-next {
  right: -20px;
}

#fewWinner .owl-next:hover,
#fewWinner .owl-prev:hover {
  background: #f0c05a;
  color: #000;
  border-color: #f0c05a;
}

#fewWinner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#fewWinners {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#fewWinners .owl-next,
#fewWinners .owl-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

#fewWinners .owl-nav .owl-prev {
  left: -20px;
}

#fewWinners .owl-nav .owl-next {
  right: -20px;
}

#fewWinners .owl-next:hover,
#fewWinners .owl-prev:hover {
  background: #f0c05a;
  color: #000;
  border-color: #f0c05a;
}

#fewWinners .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fewWinners_2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #0a0a0a;
}

#fewWinners_2 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#fewWinners_2 .winner {
  background: #000;
}

#fewWinners_2 .owl-next,
#fewWinners_2 .owl-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

#fewWinners_2 .owl-nav .owl-prev {
  left: -20px;
}

#fewWinners_2 .owl-nav .owl-next {
  right: -20px;
}

#fewWinners_2 .owl-next:hover,
#fewWinners_2 .owl-prev:hover {
  background: #f0c05a;
  color: #000;
  border-color: #f0c05a;
}

#fewWinners_2 .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.previousGlimpses {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #0f0f0f;
}

.videoGlimpses {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.videoGlimpses .image {
  margin-bottom: 15px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.videoGlimpses .image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.videoGlimpses .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  color: #fff;
}

.videoGlimpses .glimpsesTitle {
  font-weight: 600;
  color: #f0c05a;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.videoGlimpses .glimpsesTitle a {
  color: #f0c05a;
  text-decoration: none;
}

.videoGlimpses p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.glimpsesTitle p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.whyBrandempower {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/whybg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

.whyBrandempower:before {
  background: linear-gradient(90deg, #0a0a0a 0, #0a0a0a 100%);
  opacity: 0.9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.whyBrandempower .container {
  position: relative;
}

.equalHeight {
  min-height: 185px;
  padding: 0;
  border: 1px solid rgba(234, 202, 155, 0.1);
  border-collapse: collapse;
}

.equalHeight:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.equalHeight:nth-child(4) {
  border-top: 0;
}

.equalHeight:nth-child(5) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.equalHeight:last-child {
  border-top: 0;
}

.whyus {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whyusCenter {
  padding: 20px 20px;
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.whyusCenter img {
  max-width: 80px;
  margin-bottom: 10px;
  height: auto;
}

.whyusCenter h4 {
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: normal;
  color: #f0c05a;
  padding: 0 10px 10px;
}

.whyusCenter .whyusTitle_1 {
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: normal;
  color: #f0c05a;
  padding: 0 10px 10px;
  margin: 0;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
}

.whyusCenter p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.mediaSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: url(../images/bg/bg2.webp);
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mediaSection .container {
  position: relative;
  overflow: hidden;
}

#marqueeLogo {
  width: 100%;
}

.marqueeBox {
  overflow: hidden;
  margin: 0 auto;
}

.marqueeBox .marqueeMain {
  width: 100%;
  float: left;
}

.marqueeBox .marqueeMain ul {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 4000px;
}

.marqueeBox .marqueeMain ul li {
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.marqueeBox .marqueeMain ul li a {
  display: block;
  position: relative;
  width: 150px;
  background: #fff;
  height: 80px;
  border-radius: 3px;
}

.marqueeBox .marqueeMain ul li a img {
  width: 100%;
  height: auto;
}

.mediaSection ul.grid_7 {
  float: left;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.mediaSection ul.grid_7 li {
  list-style: none;
  text-align: center;
  width: calc(100% / 7);
  padding: 10px 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d5d5;
  background: #fff;
  margin-top: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
  background: 0 0;
}

.mediaSection ul.grid_7 li::before {
  content: none;
  margin: 0;
  padding: 0;
}

.mediaSection ul.grid_7 li span svg {
  width: 50px;
  height: 50px;
  color: #02619e;
  margin-bottom: 20px;
}

.mediaSection ul.grid_7 li span strong {
  font-size: 16px;
  color: #333;
  line-height: normal;
  display: block;
}

.webpulse_home_product {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #222;
}

.webpulse_home_product .item .item_info {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.webpulse_home_product .item .item_info .image {
  position: relative;
  height: 378px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.webpulse_home_product .item .item_info .image img {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.webpulse_home_product .item:hover .image {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.webpulse_home_product .item:hover .con {
  bottom: 0;
  background: -moz-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.1) 2%,
      rgba(0, 0, 0, 0.75) 30%);
  background: -webkit-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.75) 30%);
  background: linear-gradient(to bottom,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.75) 30%);
}

.webpulse_home_product .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -155px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.1) 2%,
      rgba(0, 0, 0, 0.75) 15%);
  background: -webkit-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.75) 15%);
  background: linear-gradient(to bottom,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.75) 15%);
}

.webpulse_home_product .item .con h3,
.webpulse_home_product .item .con h3 a {
  position: relative;
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.webpulse_home_product .item .con p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.webpulse_home_product .item .con svg {
  color: #fff;
  width: 35px;
  height: 35px;
}

.webpulse_home_product .item:hover .con h3 a {
  color: #f0c05a;
}

.webpulse_home_product .item:hover .con svg {
  color: #f0c05a;
}

.webpulse_home_product .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #fff;
  padding: 11px 30px;
}

.webpulse_home_product .item .con .butn-light:hover {
  border-color: #f0c05a;
}

.webpulse_home_product .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 30px;
}

.webpulse_home_product .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.services_feature {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #0f0f0f;
}

.h2_title_1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f0c05a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.h2_title_1:after {
  background: #f0c05a none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.services_feature .item-bx {
  padding: 30px 30px;
  height: 100%;
  background-color: #090909;
  border: 1px solid #111;
  border-right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.services_feature .item-bx:last-of-type {
  border-right: 1px solid #212121;
}

.services_feature .item-bx:hover {
  background-color: #181818;
}

.services_feature .item-bx .titleH4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.services_feature .item-bx p {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  min-height: 192px;
}

.services_feature .item-bx svg {
  margin-bottom: 20px;
  max-width: 80px;
  width: 80px;
  height: 80px;
  color: #f0c05a;
}

.services_feature p {
  color: #fff;
  text-align: justify;
}

.home_blog_1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: #0f0f0f;
}

.img-wrap {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  height: 385px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.service_content {
  position: relative;
  height: 385px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 0 0 0 50px;
}

.home_bgrid_1:nth-child(2) .service_content {
  border-radius: 0 50px 0 0;
}

.service_content .center_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
  padding: 0 60px;
}

.service_content .center_box .sTitle_h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #f0c05a;
  font-weight: 400;
  margin-bottom: 15px;
}

.service_content .center_box .sTitle_h4 a {
  color: #f0c05a;
}

.service_content .center_box p {
  margin-bottom: 20px;
  color: #fff;
}

.testimonials {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  background-image: url(../images/testimonial-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.testimonials:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;
}

.testimonials .container {
  position: relative;
  z-index: 2;
}

.video_area .titleH5 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.play_button {
  position: relative;
  width: 85px;
  height: 85px;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
}

.play_button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-fill circle {
  opacity: 1;
  fill: rgba(197, 164, 126, 0.5);
}

.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  z-index: 2;
  padding-left: 5px;
}

.play_button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.play_button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}

.play_button svg.circle-track {
  z-index: 0;
}

.play_button.color {
  color: #f0c05a;
}

.play_button.color .circle-fill circle {
  fill: #f0c05a;
}

.polygon svg {
  width: 50px;
  height: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.video_icon {
  margin-bottom: 30px;
}

.testimonials-box {
  position: relative;
  background: #0f0f0f;
  padding: 60px 45px;
  margin-bottom: -90px;
}

.testimonials-box .head-box {
  margin-bottom: 15px;
}

.testimonials-box .head-box h6 {
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 1px solid #373737;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.testimonials-box .head-box h4 span {
  color: #fff;
}

.testimonials .item {
  margin-bottom: 30px;
  position: relative;
}

.testimonials .item .quote {
  position: absolute;
  right: 15px;
  top: 60px;
  width: 100px;
  margin: 0 auto 30px;
  opacity: 0.05;
}

.testimonials .item p {
  color: #fff;
}

.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.testimonials .item .info .cont {
  margin-left: 70px;
}

.testimonials .item .info .tName {
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 400;
  color: #f0c05a;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 1.25em;
  font-family: Roboto, sans-serif;
}

.testimonials .item .info .rate {
  float: right;
}

.testimonials .item .info i {
  color: #f0c05a;
  font-size: 10px;
}

.clientSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #1e1e1e;
}

.clientSection .clients {
  opacity: 1;
  padding: 15px 20px;
  line-height: 0;
  position: relative;
  height: 75px;
  overflow: hidden;
}

.clients img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto;
  -webkit-filter: none;
  filter: none;
  padding: 10px;
}

.clients img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.clientSection .clients:hover {
  opacity: 1;
}

.home_latest_blog {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: #0f0f0f;
}

.newsPost {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #1e1e1e;
  margin-bottom: 25px;
}

.newsPost .featured-post {
  max-width: 100%;
  float: left;
  height: 320px;
  overflow: hidden;
  width: 100%;
}

.newsPost .featured-post img {
  width: 100%;
  height: auto;
}

.newsPost .content-post {
  overflow: hidden;
  padding: 15px;
}

.newsPost .content-post .title-post {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f0c05a;
  height: 60px;
  position: relative;
}

.newsPost .content-post .title-post span {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
  color: #fff;
}

.newsPost:hover .content-post .title-post span {
  color: #f0c05a;
}

.faq_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #272727;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 16px !important;
  overflow: hidden;
}

.accordion-header {
  padding: 0 !important;
  margin: 0 !important;
  text-transform: initial;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid #333;
}

.accordion-button {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 400;
  background-color: #181818;
  color: #fff;
}

.accordion-item {
  border: 1px solid #474747;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background: #f0c05a;
  font-weight: 400;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0);
}

.accordion-button:focus,
.accordion-button:hover {
  color: #333;
  background: #f0c05a;
}

.accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.accordion-body p {
  font-size: 16px;
  line-height: 24px;
}

.ourPartners {
  float: left;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  background-color: #000;
}

ul.topPartners {
  padding: 0 20px;
  margin: 0;
  text-align: center;
  margin: auto;
}

ul.topPartners li {
  list-style: none;
  margin-bottom: 20px;
  clear: both;
  width: 260px;
  display: inline-block;
  margin: 10px 5px;
}

ul.topPartners.width20 li {
  width: 200px;
}

ul.topPartners li article {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #222;
  min-height: 140px;
  padding: 0;
  margin: 0;
}

ul.topPartners li article span {
  color: #000;
  text-align: center;
  font-size: 18px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  background: #f0c05a;
  padding: 5px 0;
}

ul.topPartners li article span.image {
  position: relative;
  height: 80px;
  background: 0 0;
  padding: 0;
  margin: 0;
}

ul.topPartners li article span.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  padding: 10px 10px 0;
  max-height: 100%;
  width: auto;
  height: auto;
}

.marquee2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
  height: 90px;
}

.Marquee-content {
  display: flex;
  animation: 30s linear infinite scrolling;
}

.marquee-item {
  flex: 0 0 13vw;
  margin: 0 5px;
  height: 90px;
  position: relative;
  border: 0px solid #222;
  border-radius: 4px;
  background: #fff;
}

.marquee-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  display: block;
  width: auto;
  max-height: 100%;
  padding: 5px 10px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-122vw);
  }
}

footer {
  float: left;
  width: 100%;
  padding: 50px 0 30px;
  margin: 0;
  background-color: #000;
}

footer .widget_logo {
  margin-bottom: 12px;
  position: relative;
}

footer .widget_logo img {
  max-width: 200px;
}

footer p {
  color: #fff;
}

footer .widget_desc {
  font-size: 16px;
  line-height: 1.71;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}

.programs {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.programs li {
  float: left;
  border: 1px solid #222;
  width: 100%;
  padding: 20px 14px;
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.programs li a img {
  max-width: 100%;
  height: auto;
}

.programs li:last-child a img {
  max-width: 100%;
  height: auto;
  padding: 40px;
}

.widget_infos {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #222;
  padding: 12px 15px;
}

footer .widget_info {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.86;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

footer .widget_infos .widgetTitle {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer .widget_infos p {
  color: #fff;
  margin: 0;
}

footer .widget_info p {
  color: #fff;
}

footer .widget_info svg {
  margin-right: 7px;
  font-style: normal;
  display: inline;
  line-height: unset;
  vertical-align: middle;
  color: #f0c05a;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

footer .widget_info a {
  font-size: 16px;
  line-height: 1.86;
  color: #f0c05a;
  font-weight: 400;
}

footer .widget_info a:hover {
  color: #f0c05a;
}

footer .widget-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget ul {
  padding: 0;
  margin: 0 0 15px;
}

.widget ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.widget ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0c05a;
  border-radius: 5px;
}

.widget ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.widget ul li a:hover {
  color: #f0c05a;
}

.widget img {
  width: 100%;
  height: auto;
}

.sub_footer {
  float: left;
  width: 100%;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sub_footer_line {
  padding: 15px 15px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sub_footer_line:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sub_footer p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 40px;
}

.sub_footer p a:hover {
  color: #f0c05a;
}

.sub_footer p.right {
  text-align: right;
}

ul.social {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.sub_footer ul.social {
  text-align: center;
}

ul.social li {
  margin: 0 0 0 3px;
  display: inline-block;
}

ul.social li a {
  transition: background 0.4s ease-in-out;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #231573;
}

ul.social li a svg {
  color: #fff;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
}

ul.social li.facebook a {
  background: #3c5b9b;
}

ul.social li.twitter a {
  background: #359bed;
}

ul.social li.linkedin a {
  background: #027ba5;
}

ul.social li.youtube a {
  background: #f70000;
}

ul.social li.instagram a {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.countries_link {
  position: relative;
  cursor: pointer;
  margin-left: 1rem;
  color: #fff;
  display: inline-block;
}

.countries_link p {
  border: 1px solid #f0c05a;
  color: #f0c05a;
  padding: 7px 16px;
  line-height: normal;
  border-radius: 0;
  margin: 0;
}

.countries_link p:focus,
.countries_link p:hover {
  color: #fff;
  background: #f0c05a;
  border-color: #f0c05a;
}

.market {
  text-align: right;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.webpulse_bottom {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.webpulse_bottom a {
  font-size: 16px;
  display: inline-block;
}

.webpulse_bottom a:hover {
  color: #f0c05a;
}

.title_1 {
  float: left;
  width: 100%;
  color: #f0c05a !important;
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  display: block;
  padding-bottom: 15px !important;
  text-align: center;
  margin-bottom: 30px !important;
  position: relative;
}

.title_1 span {
  color: #f0c05a;
}

.title_1:before {
  content: "";
  background: #f0c05a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 50px;
  height: 5px;
  margin: 0 auto;
}

.title_2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.title_2 span {
  color: #fff;
}

.title_2:before {
  content: "";
  background: #f0c05a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 50px;
  height: 5px;
  margin: 0 auto;
}

.title_3 {
  float: left;
  width: 100%;
  color: #f0c05a;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

#scrollUp {
  position: fixed;
  z-index: 8030;
  bottom: 20px;
  right: 0;
  width: 60px;
  height: 60px;
  color: #000;
  font-size: 24px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: #f0c05a;
  border-top: 1px solid #f4cd78;
}

#scrollUp svg {
  width: 25px;
  height: 25px;
}

#scrollUp:hover {
  background: #f0c05a;
  color: #fff;
}

#whatsapp .modal-dialog {
  margin-top: 15%;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0 15px;
  background: #f0c05a;
  color: #000;
  border-radius: 0;
}

.modal-header h5 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.modal-header h6 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.modal-header .modal-title {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  padding: 15px 0;
  text-transform: initial;
  letter-spacing: 0.2px;
}

.btn-close {
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.send_p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sideClick {
  width: 60px;
  height: 170px;
  text-align: center;
  background: #f0c05a;
}

.sideClick span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 5px solid #f0c05a;
  margin-top: -28px;
  z-index: 2;
  background: #000;
  padding: 5px;
}

.sideClick span img {
  width: 100%;
  height: auto;
}

.sideClick button {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
  position: relative;
  top: 25px;
  display: inline-block;
  width: 140px;
  background: #f0c05a;
  border: 5px solid #f0c05a;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
}

#wrapper {
  padding-right: 220px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 55%;
}

#wrapper.toggled {
  padding-right: 0;
}

#sidebarWrapper {
  z-index: 1000;
  position: fixed;
  right: 220px;
  width: 220px;
  min-width: 220px;
  height: 100%;
  margin-right: -220px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 170px;
  border: 3px solid #f0c05a;
  border-left: 0;
  padding: 15px 10px;
}

#wrapper.toggled #sidebarWrapper {
  width: 220px;
  margin-right: -440px;
}

.needTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#sidebarWrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#sidebarWrapper ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

#sidebarWrapper ul li a {
  color: #fff;
}

#sidebarWrapper ul li a:hover {
  color: #ffa007;
}

.innerBanner {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0 30px;
  margin: 0;
  background: #012238;
  position: relative;
  background: url(../images/award-bg2.jpg) no-repeat;
  background-size: 100%;
}

.innerBanner:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8));
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
}

.innerBanner .container {
  position: relative;
  z-index: 9;
}

.innerBanner .left_panel {
  z-index: 9;
  width: 100px;
}

.pre_innerBanner .left_panel {
  z-index: 9;
}

.innerleft img {
  max-width: 80%;
  width: 100%;
  border-radius: 12px;
}

.innerleft a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.innerleft a svg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 60px;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
}

.innerleft a:hover svg {
  color: rgba(255, 0, 0, 0.7);
}

.innerleft iframe {
  width: 100%;
  height: 345px;
  border-radius: 10px;
}

.innerRight {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.innerRight .titleA1 {
  color: #fbbc39;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.innerRight p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.innerRight p strong {
  color: #fbbc39;
}

.innerRight p.tagline {
  margin-bottom: 15px;
}

.innerRight ul {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.innerRight ul li {
  font-size: 18px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4px;
  position: relative;
  padding-left: 30px;
  position: relative;
  color: #fff;
}

.innerRight ul li strong {
  margin-left: 5px;
}

.innerRight ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat;
  background-size: 100%;
}

.inner_breadcrumb {
  float: left;
  width: 100%;
  background: #0f0f0f;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #222;
}

.inner_breadcrumb .breadcrumb {
  background: 0 0;
  border-radius: 0;
  border: none;
  list-style: none;
  padding: 7px 0;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_breadcrumb .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  float: left;
  line-height: 34px;
}

.inner_breadcrumb .breadcrumb li a {
  float: left;
  padding: 0;
  color: #fff;
  letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
  font-size: inherit;
  text-rendering: auto;
  padding: 0 14px;
  color: #fff;
  display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
  color: #fbbc39;
}

.inner_breadcrumb .breadcrumb li+li:before {
  content: "/";
  color: #fff;
  padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
  float: left;
  padding: 0 10px;
  color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li a:hover {
  color: #fbbc39;
}

.pdt117 {
  padding-top: 117px;
}

.aboutPage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.aboutPage p.maxWidth {
  font-size: 17px;
  color: #fff;
  text-align: center;
  max-width: 950px;
  margin: 10px auto 20px;
}

.grid_3 {
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  min-height: 220px;
  margin-bottom: 35px;
  margin-top: 20px;
}

.grid_3:first-child {
  border-left: 2px solid #222;
}

.grid_3 .team_box {
  text-align: center;
  padding: 0 15px;
  line-height: 22px;
}

.grid_3 .team_box p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.grid_3 .team_box svg {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  color: #f0c05a;
}

.grid_3 .team_box .titleFeature {
  color: #f0c05a;
  font-weight: 600;
  padding: 0 0 13px 0;
  margin: 0;
  font-size: 22px;
  text-align: center;
}

.aboutPage .aboutTitle2 {
  color: #f0c05a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.aboutPage h2 {
  color: #f0c05a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.aboutPage h3 {
  color: #f0c05a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.aboutPage p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.aboutPage .catImage2 {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 25px;
}

.wps_right ul {
  margin: 0 0 25px;
  padding: 0;
}

.wps_right ul li {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  color: #fff;
}

.wps_right ul li:before {
  width: 20px;
  height: 20px;
  color: #4e4e4e;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.category_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.category_page h2,
.category_page h3 {
  font-size: 25px;
  color: #f0c05a;
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
}

.category_page h3 {
  font-size: 20px;
}

/* .category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background:transparent;
    font-size: 24px;
    color: #f0c05a;
    font-weight: 600
}

{
float: left;
  width: 100%;
  color: #f0c05a !important;
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  display: block;
  padding-bottom: 15px !important;
  text-align: center;
  margin-bottom: 30px !important;
  position: relative;
}
}
*/

.category_page .wps_right ul {
  margin: 0 0 25px;
  padding: 0;
}

.category_page .wps_right ul li {
  display: block;
  list-style: none;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.category_page .wps_right ul li:before {
  margin-right: 5px;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.category_page p {
  color: #fff;
  text-align: justify;
}

.category_page p strong {
  color: #f0c05a;
}

.category_page p a {
  color: #f0c05a;
  display: inline;
}

.category_page .whoParticipate {
  background: #323232;
}

.product_right_image .read_more_btn {
  max-width: 200px;
  margin: 0 auto;
}

.product_right_image .read_more_btn svg {
  margin-left: 0;
  margin-right: 5px;
}

.product_right_image {
  float: right;
  max-width: 500px;
  width: 100%;
  margin: 0 0 25px 15px;
  text-align: center;
}

.product_right_image .detail_image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 500px;
  margin-bottom: 15px;
}

.product_right_image .detail_image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.product_right_image .product_dimage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 400px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.more_images {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

#thumbs {
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
}

#largeImage,
#thumbs img {
  padding: 0;
  cursor: pointer;
  border: 1px solid #323232;
}

#thumbs img {
  display: inline-block;
  margin-right: 6px;
  width: 70px;
}

#thumbs img.active {
  border-color: #f0c05a;
}

.wps_right h2 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
  color: #f0c05a;
}

.wps_right h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  color: #f0c05a;
}

.wps_right table {
  margin: 0;
}

.wps_right table tbody tr td {
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}

.wps_right table tbody tr td {
  border: 1px solid #323232;
  width: 60%;
}

.wps_right table tbody tr td:first-child {
  color: #f0c05a;
  font-weight: 500;
  width: 40%;
}

.interested_section {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.interested_section .interested_btn {
  font-size: 18px;
  color: #fff;
  background: #f0c05a;
  border: 1px solid #f0c05a;
  border-radius: 3px;
  padding: 12px 0;
  width: 258px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.interested_section .interested_btn svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.interested_section .interested_btn:hover {
  background: #978064;
  color: #fff;
  border: 1px solid #978064;
}

.product_listing {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: #323232;
}

.product_listing .product {
  width: 100%;
  position: relative;
  padding: 0;
  text-align: center;
  min-height: 200px;
  overflow: hidden;
  border-right: 1px solid #323232;
  display: inline-block;
}

.product_listing .product .image1 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 374px;
  transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.product_listing .product .small {
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product_listing .product .largeImage img,
.product_listing .product .small img {
  padding: 0;
  cursor: pointer;
  border: 1px solid #323232;
}

.product_listing .product .small .item {
  display: inline-block;
  margin-right: 6px;
  width: 60px;
  cursor: pointer;
}

.product_listing .product .small .item:last-child {
  margin: 0;
}

.product_listing .product .small .item.active {
  border-color: #f0c05a;
}

.product_listing .product .small .item.youtube {
  width: 60px;
  height: 60px;
  background: #f70000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_listing .product .small .item.youtube a {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube svg {
  width: 40px;
  height: 40px;
}

.product_listing .product p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.product_listing .product .read_more {
  margin-top: 0;
}

.product_listing .right-content .read_more_btn {
  margin-top: 10px;
  max-width: 205px;
  display: inline-block;
}

.product_listing .right-content .read_more_btn:last-child {
  background: #045399;
}

.product_listing .right-content .read_more_btn svg {
  margin-left: 6px;
}

.product_listing .right-content .read_more_btn.callback {
  max-width: 240px;
  background: #045399;
}

.product_listing .right-content .read_more_btn.callback:focus,
.product_listing .right-content .read_more_btn.callback:hover {
  background-color: #1048af;
}

.padding0 {
  padding: 0;
}

.right-content {
  position: relative;
  padding-right: 15px;
}

.right-content h3 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.right-content h3 a {
  color: #fff;
}

.right-content h4 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
}

.right-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.blue-line1 {
  width: 100%;
  display: block;
  height: 1.1px;
  background: #323232;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
  color: #f0c05a;
}

.product_listing:hover .right-content h4 a {
  color: #f0c05a;
}

.right-content .table-responsive {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 230px;
  overflow: auto;
  padding-right: 5px;
}

.right-content table {
  margin-bottom: 15px;
}

.right-content table tbody tr td {
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}

.right-content table tbody tr td {
  border: 1px solid #323232;
  width: 60%;
}

.right-content table tbody tr td:first-child {
  color: #f0c05a;
  font-weight: 500;
  width: 40%;
}

.you_may {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 15px;
  line-height: 30px;
  color: #f0c05a;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #323232;
}

.team_member {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 3px 5px 0 rgba(210, 210, 210, 0.75);
  transition: all 0.35s ease-in-out;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #eee;
}

.team_member .image {
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 0;
  text-align: center;
  min-height: 268px;
  overflow: hidden;
  border-right: 1px solid #eee;
  display: inline-block;
}

.team_member .image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.team_info {
  position: relative;
  padding-right: 15px;
}

.team_info h3 {
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
  margin: 0;
}

.team_info h3 small {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.testimonial_block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.testimonial_text_box {
  margin: 0 0 30px;
  padding: 32px 20px 35px 0;
  background: #eee;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  display: table;
  position: relative;
  border-radius: 4px;
}

.testimonial_text_box .this-quote {
  margin: 0 20px;
  width: 30px;
}

.testimonial_text_box .this-quote img {
  width: auto;
}

.testimonial_text_box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -25px;
  left: 69px;
  border-top: 25px solid #eee;
  border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
  display: table-cell;
  width: calc(100% - 70px);
  vertical-align: top;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.testimonial_author .media-left {
  padding-right: 20px;
  float: left;
}

.testimonial_author .media-left img {
  border: 1px solid #f0c05a;
  border-radius: 4px;
}

.testimonial_author .media-left a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.testimonial_author .media-body {
  vertical-align: middle;
}

.testimonial_author .this-title {
  font-size: 18px;
  color: #f0c05a;
  text-align: left;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
}

.testimonial_author .loc {
  color: #f0c05a;
  line-height: 20px;
  margin: 0;
}

.gallery_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #272727;
}

.gallery_page .videoGlimpses .glimpsesTitle {
  text-transform: inherit;
  text-align: center;
  font-size: 18px;
  line-height: normal;
}

.gallery_page .gallery_item {
  border-radius: 2px;
  background-color: #fff;
  background: 0 0;
  box-shadow: 0 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.gallery_page .gallery_item img {
  display: block;
  height: auto;
  border-radius: 2px;
}

.gallery_item_info {
  text-align: center;
  padding: 15px;
}

.gallery_item_info h4 {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0;
}

.gallery_item_info p {
  font-size: 13px;
  margin: 0;
  margin-top: 4px;
  color: #333;
  max-width: 100%;
}

.hover_effect {
  display: block;
  position: relative;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 256px;
}

.hover_effect:after {
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hover_effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

.hover_effect:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.hover_effect:hover img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.hover_effect:hover {
  background: #f0c05a;
}

.hover_effect:after {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.gallery_item .hover_effect {
  height: 252px;
}

.gallery_page .gallery_item .hover_effect {
  height: 327px;
}

.blog_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #272727;
}

.blog_page .blog_left h1 {
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #f0c05a;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.blog_page .post {
  margin-bottom: 25px;
  position: relative;
}

.left_title1 {
  float: left;
  width: 100%;
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #f0c05a;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.right_news {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_news:last-child {
  margin-bottom: 0;
}

.right_news .image {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  height: 274px;
}

.right_news .image img {
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.right_news .title_h4 {
  padding: 10px;
  line-height: 18px;
  font-size: 15px;
  margin: 0;
  text-align: left;
}

.right_news .title_h4 a {
  color: #333;
}

.right_news:hover .title_h4 a {
  color: #f0c05a;
}

.blog_details {
  float: left;
  width: 100%;
  background: #272727;
}

.blog_details ul {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  justify-content: center;
}

.blog_details ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
  color: #fff;
}

.blog_details ul li:before {
  content: none;
  margin: 0;
}

.blog_details ul li a {
  color: #fff;
  transition: all 0.5s ease-out;
}

.blog_details ul li i {
  margin-right: 5px;
}

.blog_details1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog_details1 img {
  margin-bottom: 15px;
}

.blog_details p a {
  color: #f0c05a;
}

.blog_details_img {
  width: 100%;
  text-align: center;
  height: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog_details_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.blog_details1 p {
  text-align: justify;
  line-height: 24px;
  color: #fff;
}

.blog_details1 .block-quote {
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #333;
  border-left: 3px solid #f0c05a;
}

.stButton {
  color: #fff;
}

.blog_details1 h3 {
  margin: 0 0 5px;
  padding: 0;
  line-height: 30px;
  color: #f0c05a;
}

.blog_details1 ul {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.blog_details1 ul li {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
}

.blog_details1 ul li:before {
  width: 20px;
  height: 20px;
  color: #4e4e4e;
  font-weight: 400;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
  width: 100%;
}

.blogdetails img {
  width: 100%;
}

.blog_news .content_details {
  float: left;
  width: 100%;
  background: #eee;
  padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
  text-transform: capitalize;
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 10px;
}

.blog_news .content_details h2 a {
  color: #333;
  transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
  display: inline;
  margin: 0;
}

.blog_news .content_details ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog_news .content_details ul li:before {
  content: none;
  margin: 0;
}

.blog_news .content_details ul li i {
  margin-right: 5px;
}

.blog_news .block-quote {
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #fdfdfd;
  border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
  font-size: 15px;
  line-height: 24px;
}

.blog_news .content_details ol {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.blog_news .content_details ol li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 15px;
  font-weight: 400;
}

.blog_news .content_details ol li::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
}

.contact_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #272727;
}

.nominationEmails {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.nominationEmails ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nominationEmails ul {
  float: left;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.nominationEmails ul li {
  list-style: none;
  width: calc(100% / 2);
  padding: 20px 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  border: 1px solid #474747;
  margin-top: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
  background: 0 0;
}

.nominationEmails ul li:before {
  content: none;
  margin: 0;
  padding: 0;
}

.nominationEmails ul li .nominationTitle {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.nominationEmails ul li span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.86;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

.nominationEmails ul li span svg {
  margin-right: 7px;
  font-style: normal;
  display: inline;
  line-height: unset;
  vertical-align: middle;
  color: #f0c05a;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.nominationEmails ul li span a {
  font-size: 15px;
  line-height: 1.86;
  color: #f0c05a;
  font-weight: 400;
}

.contact_page .title_h2_2 {
  color: #f0c05a;
  font-size: 20px;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact_page p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.contact_page .address_list {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
}

.contact_page .address_list li {
  clear: both;
  list-style: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact_page .address_list li svg {
  min-width: 25px;
  height: 25px;
  margin-right: 5px;
}

.contact_page .address_list li a {
  color: #fff;
  display: flex;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.contact_page .address_list li a span {
  font-size: 30px;
  margin-right: 13px;
}

.contact_page .address_list li:first-child {
  display: flex;
  align-items: center;
}

.contact_page .address_list li span {
  font-size: 30px;
  margin-right: 13px;
}

.contact_page .address_list li a:focus,
.contact_page .address_list li a:hover {
  color: #f0c05a;
}

.contact_page .form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #474747;
  background: 0 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  color: #fff;
  transition: 0.5s;
}

.contact_page .form-control::placeholder {
  color: #ccc;
}

.contact_page textarea.form-control {
  height: 120px !important;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #474747;
  background: 0 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  color: #fff;
  transition: 0.5s;
}

.contact_page .form-control:focus::-moz-placeholder {
  color: #f0c05a;
}

.contact_page .form-control:focus {
  border-color: #f0c05a;
  box-shadow: none;
  color: #f0c05a;
}

#contact_form label.error,
.output {
  color: #fb3a3a;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact_map {
  float: left;
  width: 100%;
  height: 550px;
}

.contact_page ul.social {
  margin-bottom: 25px;
}

.contactFaqs .faq_section {
  background: #111;
}

.sitemap_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #272727;
  position: relative;
}

.sitemap_right_side h1 {
  padding: 8px 10px;
  margin: 0 0 10px;
  line-height: 30px;
  background: #f0c05a;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.sitemap {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li {
  list-style: none !important;
  background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0 9px;
  padding: 0 0 0 15px;
  margin-bottom: 5px;
}

.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
}

.sitemap li a:hover {
  color: #f0c05a;
}

.marketArea_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #000;
  position: relative;
}

.market_area h2 {
  float: left;
  display: block;
  color: #f0c05a;
}

.market_area h3 {
  float: left;
  display: block;
  color: #f0c05a;
  margin: 20px 0 5px;
}

.market_area h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f0c05a;
}

.market-list {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.market-list li {
  list-style: none;
  padding-right: 10px;
  line-height: 20px;
  width: 25%;
  float: left;
}

.market-list li a {
  width: auto;
  height: auto;
  padding: 15px 20px;
  margin: 0 0 10px;
  display: block;
  color: #fff;
  font-size: 16px;
  background: #0f0f0f;
}

.market-list li a:hover {
  background: #f0c05a;
  color: #000;
}

.product_popup {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product_popup_image {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  height: 430px;
}

#callback .product_popup_image {
  height: 176px;
}

.product_popup_image img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100%;
  margin: auto;
}

.product_popup h6 {
  color: #f0c05a;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
  padding: 0;
}

.product_popup p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

#product_enquiry label.error {
  color: #fb3a3a;
  font-weight: 400;
}

.product_right_image .read_more {
  margin-top: 0;
}

.logob {
  border-radius: 14px;
  padding: 5px 5px;
  background-color: #fff;
}

.video_section iframe {
  width: 100%;
  height: 415px;
}

.latest {
  font-size: 26px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
  color: #0c0c0c;
  margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
  color: #f0c05a;
}

.webpulse-home_blog h6 {
  text-transform: uppercase;
}

.feature_height {
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  height: 140px;
}

.thumb {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0;
}

.fadeImg {
  animation-name: fadeimg;
  animation-duration: 2s;
}

@keyframes fadeimg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.client_image {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  position: relative;
  height: 120px;
  border: 1px solid #535353;
  margin-bottom: 15px;
  background: #fff;
}

.client_image .client_logo {
  overflow: hidden;
  position: relative;
  height: 100px;
  transition: transform 0.5s ease;
}

.client_image:hover .client_logo {
  transform: scale(1.1);
}

.client_image .client_logo img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-height: 100%;
  width: auto;
}

.mTop30 {
  margin-top: 30px;
}

.pre_innerBanner {
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #012238;
  position: relative;
}

.pre_innerBanner:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 22%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
}

.pre_innerBanner img {
  width: 100%;
}

.partner_section {
  float: left;
  width: 100%;
  background: #000;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #111;
  z-index: 1;
}

.partner_section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  content: "";
  z-index: 9;
}

.single_partner {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background: #000;
  background: url("../images/dot.png"),
    linear-gradient(to right,
      #000 1%,
      #111 17%,
      #2b2b2b 50%,
      #111 76%,
      #000 100%);
  height: 72px;
}

.single_partner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single_partner:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 30px;
  right: 0;
}

.single_partner:hover:before {
  height: 100%;
}

.single_partner img {
  display: inline-block;
  max-width: 170px;
  text-align: center;
  color: #18253e;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner_section .title_3 {
  line-height: 30px;
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
  z-index: 99;
}

.previousAwards {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  background: url(../images/previousAwards/gea2022/award-bg2.jpg) top left;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* border-top: 1px solid #333; */
}

.previousAwards img.Anupam_kher {
  float: right;
  max-width: 530px;
  position: absolute;
  top: 40%;
  right: 50px;
}

.previousAwards .title h2 {
  text-align: left;
}

.title {
  margin: 0 0 10px;
  position: relative;
  text-transform: capitalize;
}

.title:before {
  bottom: 0;
  content: "";
  font-size: 90px;
  height: 50px;
  position: absolute;
  right: 0;
  width: 65%;
}

.title_4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-family: "DM Serif Display", serif;
}

.title h2 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-family: "DM Serif Display", serif;
}

.previousAwards_dec {
  margin-top: 0;
}

.previousAwards_dec ul {
  margin: 0 0 15px;
  padding: 0;
}

.previousAwards_dec ul li {
  font-size: 17px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: justify;
  line-height: 24px;
  /* display: flex;
    flex-flow: row wrap; */
  margin-bottom: 4px;
  position: relative;
  padding-left: 30px;
}

.previousAwards_dec ul li strong {
  margin-left: 5px;
  color: #f1ab00;
}

.previousAwards_dec ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat;
  background-size: 100%;
}

.previousAwards_dec .celebrityImage {
  float: right;
  max-width: 350px;
  position: relative;
  width: 100%;
  margin: 0 0 25px 25px;
}

.previousAwards_dec p {
  font-size: 17px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: justify;
}

.previousAwards_dec p strong {
  color: #f1ab00;
}

.previousAwards_dec p a {
  text-decoration: none;
  color: #b98403;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.previousAwards_dec p a:hover {
  text-decoration: none;
  color: #f1ab00;
}

.gea_title {
  max-width: 500px;
  margin-top: 20px;
}

.previousAwards h4 {
  text-align: left;
  max-width: 600px;
  font-family: Redressed, cursive;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}

.previousAwards h5 {
  text-align: left;
  max-width: 600px;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}

.previousAwards h5 span {
  background: linear-gradient(360deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Key_attractions {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #0f0f0f;
}

.title_image {
  text-align: center;
  width: 100%;
}

.title_image img {
  display: inline-block;
  margin: 0 auto;
  max-width: 350px;
}

.Key_attractions ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.Key_attractions ul li {
  list-style: none;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}

.Key_attractions ul li svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #be8d24;
  margin-right: 10px;
}

.Key_attractions ul li strong {
  display: contents;
  color: #be8d24;
}

.single_guest_honour {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.single_guest_honour .guest_country {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.single_guest_honour .country_flag {
  float: left;
  color: #fff;
  font-size: 14px;
  background-color: #212121;
  border-bottom: 4px solid #f1ab00;
  padding: 5px 8px;
  width: 45%;
  position: relative;
  height: 35px;

  padding: 2px 5px;
  font-size: 12px;
  line-height: normal;
}

.single_guest_honour .country_flag.titleYear {
  padding: 8px 10px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}

.single_guest_honour .country_name {
  float: left;
  color: #000;
  font-size: 14px;
  padding: 5px 8px;
  background-color: #f1ab00;
  border-top: 4px solid #212121;
  width: 55%;
  position: relative;
  text-align: right;
  height: 35px;
}

.single_guest_honour .country_name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 26px solid #212121;
  border-right: 26px solid transparent;
}

.single_guest_honour .image {
  position: relative;
  width: 100%;
  aspect-ratio: 138/121;
}

.single_guest_honour .image img {
  aspect-ratio: 138/121;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.single_guest_honour .guest_designation {
  background-color: #f1ab00;
  color: #000;
  padding: 5px 15px;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-content: center;
}

.single_guest_honour .guest_info {
  float: left;
  width: 100%;
  background: #212121;
  padding: 15px;
  position: relative;
  border-bottom: 5px solid #f1ab00;
}

.guest_info .awadeeName {
  font-size: 16px;
  color: #f1ab00;
  margin-bottom: 5px;
  font-weight: 600;
}

.guest_info .awadeeName a {
  color: #f1ab00;
  text-decoration: none;
}

.single_guest_honour:hover .guest_info .awadeeName a {
  color: #f1ab00;
  text-decoration: underline;
}

.awardsCategory2 {
  display: block;
  font-size: 14px;
  color: #f1ab00;
  font-weight: 600;
  margin-bottom: 0;
}

.categoryTitle {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.gea_guest_2022 .guest_info p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  height: 40px;
  line-height: 1.4;
  display: flex;
  margin: 0;
}

.gea_guest_2022 .single_guest_honour .guest_designation a {
  color: #000;
}

.gea_guest_2022 .single_guest_honour:hover .guest_designation {
  background-color: #b58208;
}

.gea_guest_2022 .single_guest_honour:hover .guest_designation a {
  text-decoration: underline;
  color: #000;
}

.guest_social {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.guest_social li {
  float: left;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 0 !important;
  margin-left: 3px;
  border: 1px solid #f1ab00;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guest_social li a {
  color: #f1ab00;
}

.guest_social li a svg {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}

.gea_guest_2022 {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}

.gea_guest_2022 h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  color: #be8d24;
  margin: 0 0 20px;
  font-family: "DM Serif Display", serif;
}

.gea_guest_2022 p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.landio-video {
  position: relative;
  z-index: 3;
  height: 650px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.vide0_3 {
  height: 316px;
  background-size: 100%;
  margin-top: 20px;
  background-position: center center;
}

.landio-video .play-btn {
  z-index: 1;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #8a171a;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.landio-video .play-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  background-color: #333;
  opacity: 0.15;
}

.landio-video .play-btn svg {
  width: 45px;
  height: 45px;
}

.covid_19 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.covid_19 .covid_19Title {
  text-align: center;
  margin-bottom: 60px;
}

.covid_19 .covid_19Title h2 {
  margin-bottom: 0;
  padding: 0;
  font-weight: 700;
  color: #af7114;
  font-size: 36px;
  text-transform: uppercase;
}

.covid_19 .covid_19Title h2 span {
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}

.covid_19 .covid_19Title p {
  max-width: 660px;
  margin: 20px auto 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}

.single-services {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  border-radius: 10px 10px 100px 10px;
  overflow: hidden;
  min-height: 250px;
}

.single-services span {
  display: inline-block;
  border: 1px solid #af7114;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding: 15px;
}

.single-services span img {
  width: 100%;
}

.single-services p {
  font-size: 16px;
}

.single-services .services-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.single-services h3 {
  margin-bottom: 15px;
}

.single-services:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project_discuss {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.readyar {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #f1ab00;
  border-radius: 3px;
  margin: 0 0 30px 0;
  padding: 30px 40px 30px;
  color: #000;
  font-size: 24px;
  box-shadow: 0 4px 0 #f1ab00;
  z-index: 6;
  background-color: #fff;
  text-align: center;
}

.readyar a {
  color: #f1ab00;
  display: inline-block;
}

.readyar a:focus,
.readyar a:hover {
  text-decoration: underline;
  color: #8a171a;
}

.readyar strong {
  color: #f1ab00;
}

.contbt {
  background-color: #292350;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 40px;
  margin: 0;
  float: right;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.contbt svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contbt:focus,
.contbt:hover {
  background-color: #f88421;
  color: #000;
}

.glimps_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 25px 0 15px;
  background: #0f0f0f;
}

.single_glimps {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.Nominations_2022 {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.Nominations_2022 h4 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  color: #be8d24;
  margin: 0;
  font-family: "DM Serif Display", serif;
}

.Nominations_2022 p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.Nominations_2022 p a {
  color: #333;
}

.Nominations_2022 p span {
  color: #be8d24;
  font-style: italic;
}

.awardRegistration {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #0f0f0f;
}

.awardRegistration p {
  color: #fff;
  text-align: justify;
}

.registrationBox {
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #222;
  background: #fff;
}

.registrationTxt {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.registrationBox {
  color: #333;
  font-size: 16px;
}

.registrationBox label {
  color: #333;
}

.registrationBox .form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #474747;
  background: 0 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  color: #333;
  transition: 0.5s;
}

.registrationBox .form-control::placeholder {
  color: #fff;
}

.registrationBox textarea.form-control {
  height: 80px !important;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #474747;
  background: 0 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  color: #333;
  transition: 0.5s;
}

.registrationBox .form-control:focus::-moz-placeholder {
  color: #333;
}

.registrationBox .form-control:focus {
  border-color: #f0c05a;
  box-shadow: none;
  color: #f0c05a;
}

.registrationBox option {
  color: #000;
  padding: 5px 10px;
}

.registrationBox select.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='grey' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.awardsOwnership {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}

.awardsOwnership li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.awardsOwnership li:hover label {
  color: #f0c05a !important;
}

.awardsOwnership li [type="radio"]:checked+label {
  color: #f0c05a !important;
}

.awardsOwnership li [type="radio"]:checked,
.awardsOwnership li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.awardsOwnership li [type="radio"]:checked+label,
.awardsOwnership li [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333;
}

.awardsOwnership li [type="radio"]:checked+label:before,
.awardsOwnership li [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #474747;
  border-radius: 100%;
  background: #fff;
}

.awardsOwnership li [type="radio"]:checked+label:before {
  border-color: #f0c05a;
}

.awardsOwnership li [type="radio"]:checked+label:after,
.awardsOwnership li [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f0c05a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.awardsOwnership li [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.awardsOwnership li [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.awardTitle_cat {
  color: #f0c05a;
  margin: 5px 0 5px;
  padding: 0;
}

.registrationBox p {
  color: #fff;
}

ul.awardsCatlist {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

ul.awardsCatlist li {
  color: #666;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  width: 49%;
  line-height: normal;
}

ul.awardsCatlist li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

ul.awardsCatlist li:first-child {
  width: 100%;
  margin: 0 0 5px;
  color: #f0c05a;
  font-size: 17px;
}

ul.awardsCatlist li label span {
  display: flex;
  align-items: center;
}

ul.awardsCatlist.fullwidth li {
  width: 100%;
}

ul.awardsCatlist.fullwidth li a {
  display: inline-block;
  color: #f0c05a;
}

.awardsCatlist li input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.awardsCatlist li label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.awardsCatlist li label span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #474747;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.awardsCatlist li label input:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #f0c05a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.awardsCatlist li label input:checked+span {
  color: #f0c05a;
}

.awardsCatlist li label input:checked+span:before {
  border-color: #f0c05a;
}

.registrationBox .read_more {
  border-color: #0f0f0f;
  color: #0f0f0f;
}

.registrationBox .read_more:hover {
  border-color: #f0c05a;
  color: #fff;
}

.inMedia {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.grid {
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.grid li {
  float: left;
  width: 25%;
  opacity: 1;
}

.grid li a {
  width: 94%;
  margin: 3%;
}

.grid li a,
.grid li img {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%;
}

.grid li span img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.inMedia p {
  color: #fff;
  text-align: justify;
}

@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
  }
}

.termsCondition {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.termsCondition .termsTitle2 {
  color: #f0c05a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.termsCondition p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.termsCondition p a {
  color: #f0c05a;
}

.termsCondition p strong {
  color: #f0c05a;
}

.termsCondition ul {
  float: left;
  width: 100%;
  margin: 0 0 15px 15px;
  padding: 0;
}

.termsCondition ul li {
  list-style: disc;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.termsCondition h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.termsCondition h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.fancybox-caption-wrap .fancybox-caption {
  display: flex;
  align-items: center;
}

.fancybox-caption-wrap .fancybox-caption a {
  margin-left: 20px;
  color: #f0c05a;
}

.awardsFilter {
  padding: 0 0 15px;
  text-align: center;
}

.awardsFilter a {
  margin-right: 6px;
  color: #000;
  text-decoration: none;
  border: 1px solid #dedede;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  background: #f6f6f6;
}

.awardsFilter a.current,
.awardsFilter a:hover {
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #f9e2bf 50%,
      #ffe674 80%,
      #c99833 100%);
  color: #000;
  border-color: #f2d193;
}

.awardContainer .videoGlimpses .image:before {
  background: rgba(0, 0, 0, 0.2);
  background: #f0c05a;
  opacity: 0.3;
}

.awardContainer .videoGlimpses:hover .image:before {
  background: rgba(0, 0, 0, 0.2);
  background: #f0c05a;
  opacity: 0;
}

.videoGlimpses .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.awardItem {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 10px;
}

.singleAwards {
  float: left;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 280px;
  border: 1px solid #666;
}

.singleAwards img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.singleAwards a {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.singleAwards a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 2;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

.singleAwards:hover a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.gallery_page .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 15px;
}

.gallery_page p {
  color: #fff;
  text-align: justify;
}

.gallery_page .nav-tabs li button {
  margin-right: 6px;
  color: #000;
  text-decoration: none;
  border: 1px solid #dedede;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  background: #f6f6f6;
}

.gallery_page .nav-tabs li button.active,
.gallery_page .nav-tabs li button:hover {
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #f9e2bf 50%,
      #ffe674 80%,
      #c99833 100%);
  color: #000;
  border-color: #f2d193;
}

.christmasScene2 {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background: 0 0;
}

.fireworkDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.bgfireworks {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 24px;
  height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff;
}

.blog-sect {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #0a0a0a;
  overflow: hidden;
}

.blog-bx {
  border: 1px solid #1e1e1e;
  position: relative;
  transition: 0.4s;
  margin-bottom: 20px;
}

.blog-bx:hover {
  border: 1px solid #f0c05a;
}

.blog-bx .img-bx {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}

.blog-bx .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-bx .img-bx .date {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-align: center;
  background: #111;
  line-height: 26px;
}

.blog-bx .img-bx .date span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #f0c05a;
  line-height: 45px;
}

.blog-bx .blog-des {
  padding: 25px;
  padding-bottom: 0;
}

.blog-bx .blog-des .head {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.blog-bx .blog-des .head a {
  font-size: 20px;
  color: #ddd;
  transition: 0.4s;
  font-weight: 500;
}

.blog-bx:hover .blog-des .head a {
  color: #f0c05a;
}

.blog-bx .blog-des p {
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}

.upcoming1 {
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  border-radius: 3px 0 0 3px;
  color: #000;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding: 0 23px 0 20px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-weight: 500;
}

.upcoming1::after {
  background: #080500;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #cca13b;
  border-top: 16px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.previousAwards {
  position: relative;
}

.previousAwards::before {
  position: absolute;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  height: 100%;
  width: 100%;
}

.previousAwards .container {
  position: relative;
  z-index: 1;
}

.previousAwards_dec ol,
.previousAwards_dec ul {
  margin: 0;
  padding: 0;
}

.previousAwards_dec ol li,
.previousAwards_dec ul li {
  list-style: none;
  font-size: 17px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: justify;
  position: relative;
  line-height: 24px;
  /* display: flex;
    flex-flow: row wrap; */
  padding-left: 30px;
}

.previousAwards_dec ol li b,
.previousAwards_dec ul li b {
  font-weight: 400;
}

.previousAwards_dec ol li:before,
.previousAwards_dec ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat;
  background-size: 100%;
}

.previousAwards_dec b a {
  color: #f1ab00;
}

.previousAwards_dec b a:focus,
.previousAwards_dec b a:hover {
  color: #ffe674;
}

.marker {
  font-size: 17px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: justify;
}

.previousAwards_dec h2 {
  color: #fff;
  margin: 15px 0 5px;
  padding: 0;
  font-size: 22px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.previousAwards_dec h3 {
  color: #fff;
  margin: 15px 0 5px;
  padding: 0;
  font-size: 22px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.previousAwards_dec h4 {
  color: #fff;
  margin: 15px 0 5px;
  padding: 0;
  font-size: 22px;
  background: linear-gradient(49deg,
      #c99833 0,
      #ffe674 20%,
      #ba8229 50%,
      #ffe674 80%,
      #c99833 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#geaall .gallery_item .hover_effect {
  height: 330px;
}

._con_sec {
  width: 100%;
  margin-top: 35px;
  display: flow-root;
}

._con_sec h3 {
  font-size: 22px;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
  margin-bottom: 13px;
}

._con_sec .img_bx {
  float: left;
  max-width: 500px;
  width: 100%;
  margin: 5px 30px 30px 0;
}

._con_sec .img_bx._fr {
  float: right;
  margin: 0 0 30px 30px;
}

.cat_gal {
  width: 100%;
  margin: 30px 0 50px;
}

.cat_gal .nav {
  text-align: center;
  width: 115px;
  box-shadow: none;
  background: 0 0;
  display: inline-block;
}

.cat_gal .nav .nav-link {
  margin: 0 0 1px !important;
  padding: 1rem 5px !important;
  float: none;
  position: relative;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: #323232;
  color: unset;
  transition: 0.15s linear;
}

.cat_gal .nav .nav-link:hover {
  border-left: 3px solid #ffc23f;
}

.cat_gal .nav .nav-link .tt {
  padding: 40px 0 !important;
  display: block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
}

.cat_gal .nav .nav-link .tt span {
  line-height: 17px;
  font-size: 13px;
  display: block;
  font-weight: 400;
  color: #fff;
  -webkit-text-fill-color: white;
  background: 0 0;
}

.cat_gal .nav-pills .nav-link.active {
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  color: #000;
  -webkit-text-fill-color: unset;
  border: 0;
}

.cat_gal .nav-pills .nav-link.active .tt {
  color: #000;
  -webkit-text-fill-color: unset;
}

.cat_gal .nav-pills .nav-link.active .tt span {
  color: #333;
  -webkit-text-fill-color: #333;
  background: 0 0;
}

.cat_gal .tab-content>.active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

.cat_gal .tab-content {
  width: calc(100% - 115px);
  background: #222;
}

.cat_gal .tab-content .gl-bx {
  overflow: hidden;
  background: #1c1c1c;
  position: relative;
}

.cat_gal .tab-content .gl-bx .link {
  position: absolute;
  bottom: auto;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  transition: 0.4s linear;
  z-index: 2;
}

.cat_gal .tab-content .gl-bx .link svg {
  width: 14px;
  height: 14px;
  color: #222;
}

.cat_gal .tab-content .gl-bx:hover .link {
  bottom: auto;
  top: 50%;
}

.cat_gal .tab-content .gl-bx .img-bx {
  overflow: hidden;
  position: relative;
}

.cat_gal .tab-content .gl-bx .img-bx img {
  transition: 0.4s linear;
  display: block;
}

.cat_gal .tab-content .gl-bx:hover .img-bx img {
  filter: blur(3px);
  transform: scale(1.1);
}

.gl_row p {
  margin: 15px auto;
  color: #0f0f0f;
  font-size: 15px;
  background: #fff;
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  padding: 7px 15px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  width: calc(100% - 30px);
  line-height: 22px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.cat_gal .sc_tt {
  text-align: center;
  margin-bottom: 22px;
}

.cat_gal .st {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.cat_gal .tt {
  color: #fbbc39;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
}

.award_row {
  margin-top: 10px;
  margin-bottom: 30px;
}

.award_row .award_card {
  display: flex;
  align-items: center;
  background: #000;
  padding: 8px 20px;
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #222;
  border-top: 3px solid #d8b553;
  transition: 0.3s linear;
  margin-bottom: 20px;
}

.award_row .award_card:hover {
  transform: scale(1.03);
}

.award_card .img-bx {
  width: 95px;
  margin-right: 13px;
  position: relative;
}

.award_card .tx_bx {
  width: calc(100% - 108px);
}

.award_card .tx_bx p {
  margin: 0;
  font-size: 14px;
}

.award_card span {
  position: absolute;
  right: 13px;
  bottom: 7px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  font-weight: 800;
  color: #000;
}

.award_card .tx_bx .tt {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
  text-transform: uppercase;
}

.award_card span::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
  right: -41px;
  bottom: -41px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  z-index: -1;
}

#notification .modal-dialog {
  max-width: 580px;
}

#notification .modal-dialog .modal-body,
#packageModal .modal-dialog .modal-body {
  padding: 5px;
}

#notification .modal-dialog .modal-body img,
#packageModal .modal-dialog .modal-body img {
  width: 100%;
}

#packageModal .modal-dialog {
  max-width: 700px;
}

#notification .btn-close,
#packageModal .btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #c48f2d;
  padding: 7px;
  border-radius: 100%;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.awardsList {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.awardsList p {
  font-size: 14px;
}

.awardsList li {
  list-style: none;
  display: inline-block;
}

.awardsList a {
  position: relative;
  /* padding-right: 10px; */
  display: inline;
  padding-left: 2px;
  font-size: 14px !important;
  color: #fff !important;
}

/*
.awardsList  a:after {
    content: "|";
    position: absolute;
    right: 1px;
    top: -4px;
    color: #fff;
}
.awardsList  a:last-child:after {
    content:none;
} */

.awardsList a:hover,
.awardsList a:focus {
  color: #f0c05a !important;
}

.title_24 {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #f0c05a;
  margin: 0 0 5px;
  padding: 0;
}

.view-btn {
  border: 0;
  padding: 0;
  background: transparent;
  outline: 0;
  color: #f0c05a;
  font-size: 14px;
}

.view-btn:hover {
  text-decoration: underline;
}

.relatedAwards {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.relatedAwards .relatedAwardsTitle {
  font-size: 24px;
  color: #f0c05a;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.digitalService_1 {
  background: transparent;
  overflow: hidden;
  border-radius: 8px;
  max-height: 380px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #333;
  display: flex;
}

.digitalService_1 .image {
  width: 40%;
}

.digitalService_1 .image a {
  height: 100%;
}

.digitalService_1 .image img {
  aspect-ratio: 389 / 350;
  width: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
  height: 100%;
}

.digitalService_1 .digitalServiceInfo {
  padding: 20px 30px;
  width: 60%;
}

.digitalService_1 .digitalServiceInfo .digitalServiceInfoTitle {
  color: #333;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.digitalService_1 .digitalServiceInfo p {
  text-align: justify;
  margin-bottom: 15px;
}

.digitalService_1 .digitalServiceInfo .digitalServiceInfoTitle a {
  color: #fff;
}

.digitalService_1:hover .digitalServiceInfo .digitalServiceInfoTitle a {
  color: #f0c05a;
}

.digitalService_1 .digitalServiceInfo .similarBtn {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.digitalService_1 .digitalServiceInfo .similarBtn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.digitalService_1 .digitalServiceInfo ul {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.digitalService_1 .digitalServiceInfo ul li {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 15px;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  line-height: normal;
}

.webPortfolio_2 .website {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
}

/**/

/*Post Property Section*/

.postPropertySection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: #fff;
  background: linear-gradient(120deg, #000 0, #b62628 100%) 0 0 no-repeat padding-box;
  background: linear-gradient(120deg, #000 0, #402c00 100%) 0 0 no-repeat padding-box;
  background-repeat: no-repeat;
  overflow: hidden;

  /* background: #0f0f0f;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222; */
}

.postImg {
  position: absolute;
  left: 45%;
  bottom: -25px;
  max-width: 270px;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
}

.postPropertySection .container {
  position: relative;
  z-index: 2;
}

.postPropertyTitle {
  font-size: 36px;
  font-weight: 600;
  color: #f0c05a;
  margin-bottom: 20px;
}

.postPropertySectionLeft p {
  color: #fff;
  font-size: 16px;
}

.postPropertySectionLeft ul {
  margin: 0 0 10px;
  padding: 0;
  max-width: 550px;
}

.postPropertySectionLeft ul li {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  list-style: none;
  position: relative;
  /* padding-left: 25px; */
}

/* .postPropertySectionLeft ul li:before {
  position: absolute;
  left: 0;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/></svg>");
} */

.postPropertyForm {
  align-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  padding: 25px;
  position: relative;
  width: 100%;
}

.postPropertyFormTitle {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

/**/

/**/
.howItWork {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: #0f0f0f;
  border-bottom: 1px solid #222;
  /* border-top: 1px solid #222; */
}

.stepBox {
  padding: 40px 30px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #222;
  border: 1px solid #333;
  text-align: left;
  margin-bottom: 15px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
}

.stepCount {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0c05a;
  color: #000;
  padding: 2px 20px 2px 20px;
  border-radius: 0px 0px 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.stepBoxIcon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0c05a;
}

.stepBoxIcon svg {
  width: 40px;
  height: 40px;
}

.stepBoxTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #f0c05a;
  margin-bottom: 10px;
}

.stepBox p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  min-height: 48px;
}

.flat-why-choose {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #eee;
}

.wrap-why-choose {
  margin-left: -1px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}

.wrap-why-choose .box {
  width: calc(33.333% - 1px);
  margin-left: 1px;
  border-right: 1px solid #d9d2d2;
  padding: 0 20px;
  text-align: center;
}

.wrap-why-choose .box:last-child {
  border-right: 0px solid #d9d2d2;
}

.wrap-why-choose .box .icon {
  margin-bottom: 23px;
}

.wrap-why-choose .box .icon svg {
  transition: all 0.8s ease;
  width: 70px;
  height: 70px;
  color: #ef3b24;
}

.wrap-why-choose .box:hover .icon svg {
  transform: rotateY(180deg);
}

.wrap-why-choose .box .chooseTitle {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap-why-choose .box .chooseTitle a {
  color: #333;
}

.wrap-why-choose .box .images {
  margin-bottom: 17px;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.wrap-why-choose .box .images:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  opacity: 0;
  border-radius: 10px;
}

.wrap-why-choose .box p {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

.wrap-why-choose:hover .box .images:before {
  opacity: 1;
}

/**/
.mainTitle {
  width: 100%;
  max-width: 800px;
  font-size: 30px;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  color: #f0c05a;
}

.mainTitle span {
  background: #fff;
}

.mainTitle:after {
  content: "";
  background: #f0c05a;
  width: 40px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.maxWidth {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.maxWidth p {
  display: inline-block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

/**/

.loginPage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #0f0f0f;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}

.loginform {
  display: block;
  width: 800px;
  background-color: #fff;
  /* box-shadow: 0px 2px 30px #ccc6; */
  margin: auto;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #222;
}

.loginBox {
  /* width: 480px; */
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.1s ease-in-out;
  border-right: 1px solid #ccc;
  position: relative;
}

.loginBox .logo {
  margin-bottom: 25px;
}

.loginBox .logo img {
  max-width: 200px;
}

.getLogin {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.getLogin strong {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.getLogin p {
  font-size: 14px;
}

.nextBtn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  border: none;
  margin: auto;
  transition: all 0.2s ease-in-out;
  background-color: #f0c05a;
  color: #000;
}

.nextBtn:hover,
.nextBtn:focus {
  background: #ef3b24;
  color: #fff;
}

/* .loginBox form .form-group:last-child {
    margin: 0;
} */

.loginBox form p {
  font-size: 13px;
  margin: 0;
  color: #555;
}

.loginBox form p a {
  color: #d62f2b;
}

.loginBox form p a:hover,
.loginBox form p a:focus {
  text-decoration: underline;
  color: #d62f2b;
}

.loginBox form .form-control {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 13px;
}

form .form-control {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 13px;
}

.loginBox form .form-control:focus,
.loginBox form .form-control:focus-visible {
  outline: 0;
  box-shadow: none;
}

.loginImage {
  width: 100%;
  padding: 15px;
}

.iti {
  width: 100%;
  height: 40px;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .CaptionCont {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.SumoSelect>.CaptionCont>span {
  font-weight: normal !important;
}

.SumoSelect.open .optWrapper {
  top: 40px;
}

.SumoSelect .optWrapper .options li label {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  color: #333;
  background: #f0c05a;
}

.SumoSelect .optWrapper .options li:hover {
  color: #333;
  background: #f0c05a;
}

.SumoSelect .optWrapper .options li:hover label {
  color: #333;
  background: #f0c05a;
}

/**/
#mobileOpt {
  display: none;
}

/**/
.showHide {
  display: none;
}

.backWithOtp {
  display: flex;
  align-items: center;
}

.backBtn2 {
  width: 25px;
  height: 25px;
  display: inline-flex;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  color: #333;
}

.backBtn2 svg {
  width: 20px;
  height: 20px;
}

.verifyOTP {
  margin: 0;
  color: #ef3b24;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.oneTimeText {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  /* text-wrap: balance; */
  font-weight: 400;
  text-align: left;
}

.oneTimeText .otpViewNumber {
  color: #f0c05a;
  font-size: 14px;
  font-weight: 600;
}

.otp-input-container-styles {
  display: flex;
  align-items: center;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.otpInput {
  border: 1px solid #dae0e5;
  background: 0 0;
  border-radius: 4px;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  font-size: 16px;
  color: #ef3b24;
  font-weight: 400;
  line-height: 1.88;
  margin-right: 18px;
  outline: 0;
}

.form-group .iti+.placeholder {
  cursor: auto;
}

.continueBtn:disabled {
  cursor: not-allowed;
  background: #dfe1e6;
  color: #b3bac5;
}

#phoneNumberError {
  color: red;
  font-size: 12px;
}

#otpInputs {
  display: flex;
  align-items: center;
}

#otpInputs input {
  border: 1px solid #ccc;
  background: 0 0;
  border-radius: 4px;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.88;
  margin-right: 18px;
  outline: 0;
}

#otpInputs input:hover,
#otpInputs input:focus {
  border: 1px solid rgba(240, 192, 90, 0.4);
}

.didnotReceive p {
  letter-spacing: normal;
  line-height: 24px;
  font-size: 14px;
  color: #363636;
}

.didnotReceive .resend {
  color: #666;
  cursor: text;
}

.didnotReceive .resend.otpResend {
  color: #f0c05a;
  cursor: pointer;
}

.readMoreBtn:disabled {
  cursor: not-allowed;
  background: #dfe1e6;
  color: #b3bac5;
}

#phoneNumberError {
  color: red;
  font-size: 0.9rem;
}

/**/
.didnotReceive {
  display: block;
  margin-bottom: 5px;
}

/* Dashboard */

/*Dashboard Header*/
.dbHeader {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #000;
  box-shadow: 0 2px 10px rgb(0 0 0 / 11%);
}

.dashboardNav {
  align-items: center;
}

.dbHeader .logo {
  padding: 3px 0;
  max-width: 145px;
}

.dashboardMenu {
  display: flex;
  align-items: center;
}

.dashboardMenuRight {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.dashboardMenuRight ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.dashboardMenuRight ul li {
  list-style: none;
}

.dashboardMenuRight ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
}

.dashboardMenuRight ul li a:hover,
.dashboardMenuRight ul li a:focus {
  color: #f0c05a;
}

.dashboardMenuRight ul li a svg {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.dashboardMenuRight ul li a.addProperty {
  font-weight: 400;
  padding: 5px 12px;
  background: #ef3b24;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}

.dashboardUser {
  margin-left: 50px;
  position: relative;
}

.dashboardUser .userClick {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}

.dashboardUser .userClick .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #f0c05a;
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  margin-right: 8px;
}

.dashboardUser .userClick .userInfo {
  display: block;
  line-height: 16px;
  margin-right: 10px;
}

.dashboardUser .userClick .userInfo .name {
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.dashboardUser .userClick .userInfo .number {
  font-size: 13px;
}

.userDropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 8px 16px;
  border-radius: 8px;
  z-index: 910;
  min-width: 180px;
  padding: 8px;
  top: 120%;
  right: 0;
  padding: 12px;
}

.userDropdown:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.userDropdown:before {
  right: 15px;
}

.userDropdown ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.userDropdown ul li {
  display: flex;
  align-items: center;
  width: 100%;
}

.userDropdown ul li:first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.userDropdown ul li .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #f0c05a;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  cursor: pointer;
  margin-right: 10px;
}

.userDropdown ul li .dashboardUser {
  margin-left: 0;
  position: relative;
  line-height: 15px;
}

.userDropdown ul li .dashboardUser .name {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
}

.userDropdown ul li .dashboardUser .number {
  color: rgb(94 108 132);
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-wrap: balance;
}

.userDropdown ul li a {
  color: #333;
  padding: 5px 0;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: normal;
  text-transform: inherit;
  font-weight: normal;
}

.userDropdown ul li a svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.userDropdown ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.userDropdown ul li:nth-last-child(2) {
  border: 0;
  padding: 0;
  margin: 0;
}

.userDropdown ul li a:hover,
.userDropdown ul li a:focus {
  color: #f0c05a;
}

/**/

/**/
.fullDashboard {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  min-height: calc(-61px + 100vh);
  display: flex;
  position: relative;
  padding: 30px 0;
}

.fullDashboard2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  min-height: calc(-61px + 100vh);
  display: flex;
  position: relative;
  padding: 30px 0;
}

.fullDashboard .container {
  display: flex;
}

.dashboardLeft {
  width: calc(100% - 82%);
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
  padding: 0;
  border: 1px solid #dfe1e6;
  height: max-content;
  position: sticky;
  top: 0;
  /* height: calc(-80px + 100vh); */
  border-radius: 6px;
}

.dashboardRight {
  width: calc(100% - 18%);
  padding: 0 0 0 20px;
  display: flex;
}

/**/
.leftUser {
  display: flex;
  gap: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}

.leftUser .icon {
  background: #f0c05a;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.leftUser .name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-wrap: balance;
  max-width: 172px;
}

.leftUser .name small {
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
}

.leftUser .name small svg {
  width: 13px;
  height: 13px;
}

.dashboardLeft ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-bottom: 0;
  width: 100%;
  margin-top: 4px;
  /* border-bottom: 1px solid #d1dce1; */
}

.dashboardLeft ul li {
  list-style: none;
  display: flex;
}

.dashboardLeft ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: normal;
  border-top: 1px solid #dfe4e6;
  border-right: 3px solid transparent;
  width: 100%;
}

.dashboardLeft ul li:last-child a {
  border-bottom: 0;
}

.dashboardLeft ul li a svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.dashboardLeft ul li a:hover,
.dashboardLeft ul li a.active {
  color: #f0c05a;
  background: #000;
}

.dashboardLeft ul li a.active {
  border-right-color: #f0c05a;
}

/**/
/*Right Side*/
.dashboardRightFull {
  width: 100%;
  display: block;
}

.dashboardTitleSection {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  position: relative;
}

.dashboardTitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.dashboardTitle strong {
  color: #e3a728;
  font-weight: 600;
}

.newPropertyBtn {
  margin-left: auto;
  font-weight: 400;
  padding: 5px 12px;
  background: #ef3b24;
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: 6px;
}

.newPropertyBtn:hover,
.newPropertyBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #333 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

.mainContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.counter-box {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 6px;
  border: 1px solid #e9ecf5;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  /* border: 1px solid #e4e4e4; */
  border-radius: 50%;
  color: #ef3b24;
  background-color: rgba(239, 59, 36, 15%);
}

.box-icon svg {
  width: 36px;
  height: 36px;
}

.counter-box .title-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #333;
}

.box-count {
  display: flex;
  align-items: center;
}

.box-count .number {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  color: #161e2d;
}

.box-count .text {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  margin-left: 11px;
}

/**/
.showPanel {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
}

.showPanelTitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/**/
.dashboardForms {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.dashboardForms h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}

.formTitle {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}

.dashboardForms ul {
  margin: 0 0 5px 15px;
  padding: 0;
}

.dashboardForms ul li {
  list-style: decimal;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 5px;
  position: relative;
  padding-left: 0;
}

/* .dashboardForms ul li:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
} */

.dashboardForms label {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
  white-space: normal;
  /* width: 100%;
    overflow: hidden;

    text-overflow: ellipsis; */
}

.dashboardForms .form-control {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: normal;
  /* padding-right: 75px; */
  width: 100%;
  border-radius: 4px;
  background: #fff;
  color: #333;
}

.dashboardForms textarea.form-control {
  height: 70px;
  padding: 10px 15px;
}

.dashboardForms .form-control:focus,
.dashboardForms .form-control:focus-visible {
  box-shadow: none;
  outline: 0;
}

.dashboardForms select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 4px),
    calc(100% - 15px) calc(1em + 4px), calc(100% - 2.8em) 0.5em;
  background-size: 5px 5px, 5px 4px, 1px 2em;
  background-repeat: no-repeat;
}

.editSaveBtn {
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 9;
  font-weight: normal;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
}

.buttons {
  display: flex;
  align-items: center;
}

/**/

.postJobPanel {
  border-radius: 0.375rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #dfe1e6;
  padding-top: 3rem;
  padding-bottom: 1rem;
  justify-content: center;
}

.postJobPanelTitle {
  color: #333;
  font-weight: 600;
  font-size: 30px;
  line-height: 2rem;
}

.postJobPanelCollum {
  margin: 50px 0;
  text-align: center;
}

.postJobPanelLeftTitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #f0c05a;
  margin-bottom: 15px;
}

.postJobPanelCollum svg {
  width: 80px;
  height: 80px;
  color: #f0c05a;
  margin-bottom: 20px;
}

.postJobPanelCollum p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}

.startFormBtn {
  display: inline-block;
  padding: 10px 18px;
  line-height: normal;
  border: 1px solid rgba(23, 43, 77, 0.5);
  color: #012238;
  background: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.startFormBtn:hover,
.startFormBtn:focus {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  border-color: #fbbc39;
  color: #09334f;
}

/**/
/**/
.singleCheck {
  width: 100%;
  margin: 10px 0 0;
}

.singleCheck label {
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
  cursor: pointer;
  color: #333;
  display: block;
  line-height: 28px;
  margin: 0;
}

.singleCheck:hover {
  color: #f0c05a;
}

.singleCheck span {
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.singleCheck span a {
  display: inline-block;
  color: #f0c05a;
}

.singleCheck span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.singleCheck input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.singleCheck input[type="checkbox"]:checked+span {
  color: #f0c05a;
}

.error {
  color: #e60c0c;
  display: block;
  font-weight: 400;
  margin: 0;
}

.singleCheck input[type="checkbox"]:checked+span:before {
  background: #f0c05a;
  border: 1px solid #f0c05a;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>");
}

.upcomingAwards2025 {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.upcomingAwards2025 ul {
  width: 100%;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.upcomingAwards2025 ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
}

.upcomingAwards2025 ul li strong {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #c19025 0,
      #c08f24 30%,
      #dba632 30%,
      #eebc4f 73%,
      #f0c15b 100%);
  font-size: 24px;
  font-weight: 700;
}

/**/
.csTable {
  width: 100%;
}

.csTable table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
}

.csTable table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: #808080;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.csTable table thead tr {
  color: #fff;
  border-radius: 4px;
}

.csTable table thead tr th {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  padding: 10px 12px;
  padding-right: 30px;
  border-width: 0;
  background-color: #000;
}

.csTable table thead tr th:nth-child(1) {
  width: 55%;
}

.csTable table thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.csTable table thead tr th:not(:last-child) {
  position: relative;
}

.csTable table thead tr th:not(:first-child) {
  padding-left: 12px;
  padding-right: 12px;
}

.csTable table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.csTable table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
}

.csTable table tbody td {
  padding: 12px;
  align-content: start;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.csTable table tbody td:last-child {
  width: 10%;
  padding-right: 0;
}

.csTable table tbody td:first-child {
  padding-left: 0;
}

.csTable table tbody tr:last-child td {
  border: 0;
  padding-bottom: 0;
}

.csTable table tbody td:not(:last-child) {
  position: relative;
}

.csTable table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  background-color: #ececec;
  width: 1px;
}

.csTable .listing-box {
  display: flex;
  gap: 10px;
}

.csTable .listing-box .images {
  width: 100px;
  min-width: 100px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/2;
  border: 1px solid #000;
  background: #000;
}

.csTable .listing-box .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.csTable .listing-box .content .title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  position: inherit;
}

.csTable .listing-box .content .title a {
  text-decoration: none;
  color: #2c2e33;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.csTable .listing-box .content .title a:hover,
.csTable .listing-box .content .title a:focus {
  color: #f0c05a;
}

.csTable .listing-box .content .text-date {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  color: #666;
}

.csTable .listing-box p {
  font-size: 13px;
  line-height: normal;
  color: #333;
  margin: 0 0 7px;
  max-width: 100%;
  white-space: break-spaces;
}

.csTable .manageAwards p {
  /* width: 370px; */
}

.csTable .listing-box p.nomineeText2 {
  max-width: 300px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/
.csTable .addedNominations {
  display: flex;
  gap: 10px;
}

.csTable .addedNominations .images {
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/2;
  border: 1px solid #000;
  background: #000;
}

.csTable .addedNominations .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.csTable .addedNominations .addTitle_1 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.csTable .addedNominations .addTitle_1 a {
  text-decoration: none;
  color: #2c2e33;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.csTable .addedNominations .addTitle_1 a:hover,
.csTable .addedNominations .addTitle_1 .title a:focus {
  color: #f0c05a;
}

.csTable .addedNominations .content .text-date {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  color: #666;
}

.csTable .addedNominations p {
  font-size: 13px;
  line-height: normal;
  color: #333;
  margin: 0 0 7px;
}

/**/

.priceDate {
  display: flex;
  align-items: center;
}

.priceDate .text-date {
  margin-left: auto;
}

.priceText {
  color: #ef3b24;
  font-size: 16px;
  font-weight: 600;
}

.csTable .list-action {
  margin: 0;
  padding: 0;
}

.csTable .list-action li {
  list-style: none;
}

.csTable .list-action li:not(:last-child) {
  margin-bottom: 8px;
}

.csTable .list-action .item {
  display: inline-flex;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  background: #000;
  border-radius: 4px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 100%;
}

.csTable .list-action li:last-child .item {
  color: #000;
  background: #f0c05a;
}

.csTable .list-action .item:hover,
.csTable .list-action .item:focus {
  color: #fff;
  background: #bb8e2e;
}

.csTable .list-action li:last-child .item:hover,
.csTable .list-action li:last-child .item:focus {
  color: #fff;
  background: #bb8e2e;
}

.viewNumber {
  font-size: 13px;
}

.approvedDate {
  display: block;
  margin-bottom: 5px;
}

.btnStatus {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}

.approved {
  background-color: #25c55b;
}

.pending {
  background-color: #f0c05a;
  color: #333;
}

.cancel {
  background-color: #8a171a;
}

/**/
.wg-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-top: 16px;
}

.wg-pagination li {
  list-style: none;
}

.wg-pagination li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.86px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  color: #ef3b24;
}

.wg-pagination li a:hover,
.wg-pagination li a.active {
  background-color: #ef3b24;
  color: #ffffff;
  border-color: #ef3b24;
}

.wg-pagination li a svg {
  width: 18px;
  height: 18px;
}

/* .innerBanner {
    display: none;
} */

/**/
.step {
  display: none;
  /* Initially hidden */
}

.step.active {
  display: block;
  /* Show active step */
}

.backBtn {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  line-height: normal;
  border: 0;
  outline: 0;
  position: relative;
  overflow: hidden;
  display: none;
  margin-right: 10px;
  min-width: 80px;
}

.backBtn:hover {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #000;
}

#step1 .backBtn {
  display: none;
}

/**/
.continueBtn {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  background: #f0c05a;
  border-radius: 4px;
  color: #000;
  border-radius: 4px;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.continueBtn span {
  position: relative;
}

.continueBtn:hover,
.continueBtn:focus {
  background: #000;
  color: #fff;
}

/**/
.jobStep {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: rgb(255 255 255);
  border-radius: 0.375rem;
  border: 1px solid #e9ecf5;
  margin-bottom: 15px;
}

.jobTimeline {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobTimeline li {
  list-style: none;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.jobTimeline li:first-child {
  justify-content: start;
}

.jobTimeline li .jobTimelineItem {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  padding: 0 3px;
  z-index: 1;
  justify-content: end;
}

.jobTimeline li .Number {
  width: 25px;
  height: 25px;
  min-width: 25px;
  color: #fff;
  border-radius: 4px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

.jobTimeline li.active .Number {
  background: #f0c05a;
  color: #000;
}

.jobTimeline li.completed .Number {
  background: green;
  color: #fff;
}

.jobTimeline li .timelineJobTitle {
  font-size: 16px;
  font-weight: 600;
}

.jobTimeline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d1dce1;
  top: 17px;
  right: 0;
  z-index: 0;
  transition: all ease-in-out 0.3s;
}

.jobTimeline li:first-child:after {
  content: none;
}

.jobTimeline li.active {
  color: #333;
}

.jobStepDetails {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: rgb(255 255 255);
  border-radius: 0.375rem;
  border: 1px solid #e9ecf5;
  margin-bottom: 15px;
}

.jobStepDetailsTitle {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #000;
}

.jobStepDetailsTitle2 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #f0c05a;
  background: #000;
  border-left: 2px solid #f0c05a;
  padding: 7px 10px;
  border-radius: 4px;
}

/**/

.dashboardForms label.label_check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  text-align: justify;
}

.dashboardForms label.label_check a {
  display: inline;
  color: #c39127;
}

.dashboardForms label.label_check a:hover {
  text-decoration: underline;
  color: #c39127;
}

.dashboardForms label.label_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
}

.dashboardForms label.label_check input:checked~.checkmark {
  background-color: #f0c05a;
  border-color: #f0c05a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.dashboardForms label.label_check input:checked~.checkmark:after {
  display: block;
}

.dashboardForms label.label_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Radio*/
.radioGroup {
  display: flex;
  align-items: center;
  gap: 15px;
}

.radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
}

.radio input[type="radio"] {
  appearance: none;
  border-radius: 100px;
  margin-top: 2px;
  padding: 8px;
  border: 2px solid #333;
  outline: none;
  height: auto;
}

.radio input[type="radio"] {
  left: 0;
  position: absolute;
}

.radio span {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

.radio input[type="radio"]:checked {
  border-color: #f0c05a;
}

.radio input[type="radio"]:checked:before {
  background: #f0c05a;
  border-radius: 50px;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 3px;
  width: 10px;
}

.radio input[type="radio"]:checked~span {
  color: #f0c05a;
}

/**/
.upload-label {
  display: inline-block;
  background-color: transparent;
  color: #333;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 !important;
  font-weight: normal !important;
  width: 100%;
}

.fileInput {
  /* display: none; */
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}

.fileName {
  display: block;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  max-width: 190px;
  width: max-content;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.col-lg-4 .fileName {
  max-width: 130px;
}

.text2 {
  float: left;
}

.progress-bar {
  position: relative;
  height: 8px;
  background: #eee;
  border-radius: 6px;
  margin-top: 3px;
  overflow: hidden;
  display: none;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #d7850d;
  transition: width 0.3s ease;
}

.upload-message {
  margin-top: 5px;
  color: green;
  font-weight: normal;
  display: none;
  font-size: 13px;
}

.fileUpload {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px 10px;
  border: 1px solid #ccc;
}

.remove-btn {
  display: none;
  color: #333;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
}

.remove-btn:hover {
  color: #e74c3c;
}

.imgSupport {
  font-size: 13px;
}

.jobStepDetailsTitle2 .imgSupport {
  font-size: 13px;
  color: #fff;
  float: right;
  font-weight: normal;
}

.formLabel {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.bank_account {
  border: 1px solid #ccc;
  background: #fff;
  transition: 0.5s;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.bank_account:last-child {
  margin: 0;
}

.bank_account .bankTitle5 {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.bank_account .bankTitle5 .radio {
  width: 100%;
  margin: 0;
}

.bank_account .bankTitle5 .radio span {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.bank_account .bankTitle5 .radio span img {
  width: 200px;
  margin-left: auto;
}

.bank_account .bankTitle5.hdfcBank .radio span img {
  width: 125px;
}

/**/

.bank_account.active .bankTitle5 {
  background: #f0c05a;
  background: #f0c05a;
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked {
  border-color: #000;
}

.bank_account .bankTitle5 .radio span {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  color: #000;
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked:before {
  background: #000;
  border-radius: 50px;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 3px;
  width: 10px;
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked~span {
  color: #000;
}

/**/

.bank_account .bankTitle5 small {
  margin-left: auto;
}

.bank_account .bankTitle5::after {
  right: 10px;
  top: 8px;
  content: "";
  position: absolute;
  height: 25px;
  width: 150px;
}

.hdfc_logo::after {
  background: url(../images/hdfc2.webp) right center no-repeat;
  background-size: 100%;
}

.bank_account .bankInfo {
  width: 100%;
  display: flex;
  padding: 15px;
  gap: 15px;
}

.bankDetails,
.paymentForm2 {
  width: 50%;
}

.payment2 {
  margin-bottom: 10px;
}

.payment2 img {
  max-width: 350px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.bank_account .bankInfo2 {
  width: 100%;
  display: block;
  padding: 15px;
}

.bank_account p {
  padding: 0;
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #333;
  font-weight: 400;
}

.bank_account p span {
  font-weight: 700;
}

.bank_account .nextBtn {
  text-align: center;
  line-height: 44px;
  width: max-content;
  padding: 0 40px;
  margin: 10px 0 0;
}

.bank_account .nextBtn.pay {
  background: #02c060;
  color: white;
}

.paymentImage {
  max-width: 230px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.payName {
  width: 50%;
  /* padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px; */
}

.paymentInfo img {
  max-width: 120px;
  margin-bottom: 10px;
}

.paymentInfo ul {
  margin: 0 0 10px;
  padding: 0;
}

.paymentInfo ul li {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: normal;
}

/**/
.links2 {
  color: #111;
  font-size: 15px;
  line-height: normal;
}

.links2 a {
  display: inline-block;
  color: #111;
  padding: 0 5px;
  line-height: 24px;
}

.links2 a:hover,
.links2 a:focus {
  color: #f0c05a;
  text-decoration: underline;
}

/**/
.custom-accordion {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}

.custom-accordion:hover {
  background-color: rgb(116, 108, 108);
}

.custom-panel {
  padding: 15px;
  display: none;
  background-color: rgb(116, 108, 108);
  border-top: 1px solid #8e8b8b;
  border-radius: 0 0 4px 4px;
}

.bankInfo2 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  /* display: flex;
    flex-flow: row wrap;
    justify-content: center; */
}

.bankInfo2 ul li {
  list-style: none;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.bankInfo2 ul li span {
  font-weight: 700;
}

.stepOne {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

/**/
.ribbon {
  position: relative;
  top: -15px;
  left: -15px;
  /* changed from right to left */
  padding: 8px calc(15px + 15px) 10px 10px;
  /* flipped padding */
  background: #000;
  font-weight: 600;
  color: #f0c05a;
  font-size: 14px;
  clip-path: polygon(100% 0%, 85% 51%, 100% 100%, 0 98%, 0% 50%, 0 1%);
  display: flex;
  align-items: center;
  width: max-content;
}

/**/
.statusTracker {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.statusTracker li {
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
}

.statusTracker li .trackerDot {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #f7be16;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.statusTracker li .trackerDot:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.statusTracker li.completed .trackerDot {
  border-color: #198754;
  border-width: 0px;
  background-color: #198754;
}

.statusTracker li.completed .trackerDot:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.statusTracker li p {
  color: #333;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
  height: 40px;
}

.statusTracker li p span {
  font-size: 14px;
  display: block;
}

.statusTracker li.completed p {
  color: #333;
}

.statusTracker li p .status {
  font-weight: 500;
  font-size: 15px;
}

.statusTracker li.completed p .status {
  color: #198754;
}

.statusTracker li::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f7be16;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.statusTracker li:first-child:before {
  display: none;
}

.statusTracker li.completed:before {
  background-color: #198754;
}

/**/
.statusFrame {
  width: 100%;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 15px;
}

.statusFrame .images {
  background: #000;
  border-radius: 4px;
  margin-right: 15px;
  padding: 10px;
}

.statusFrame .approvedDate {
  margin: 0;
}

.statusText {
  width: 94%;
  display: block;
  margin: 10px auto 0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #efefef;
}

.statusTextTitle {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.statusTracker li .statusText p {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  height: auto;
  margin: 0;
}

.con_bx {
  display: flow-root;
}

/**/

.root {
  margin-top: 20px;
  width: 100%;
}

.order-track {
  display: flex;
  flex-direction: column;
}

.orderStep {
  display: flex;
  height: auto;
}

.orderStep:last-child {
  overflow: hidden;
  height: auto;
}

.orderStep:last-child .orderStatus span:last-of-type {
  display: none;
}

.orderStatus {
  margin-right: 1.5rem;
  position: relative;
}

.orderStatus-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  position: relative;
}

/**/

.orderStep .orderStatus-dot:after {
  content: "🔸";
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderStep.completed .orderStatus-dot {
  border-color: #198754;
  border-width: 0px;
  background-color: #198754;
}

.orderStep.completed .orderStatus-dot:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

.orderStep.completed .orderStatus-line {
  background-color: #198754;
}

.orderStep.process .orderStatus-dot {
  background-color: orange;
}

.orderStep.process .orderStatus-line {
  background-color: orange;
}

.orderStep.process .orderStatus-dot:after {
  content: "⏳";
  opacity: 1;
  transform: none;
  left: 8px;
  top: 4px;
  border: 0;
}

/* .orderStep.process .orderStatus-line {
	background-color: orange;
} */

.orderStep.completed .orderStatus-dot:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 12px;
}

.orderStep.completed .orderTitle {
  /* color: #198754; */
}

.completed .order-track-text {
  border-color: #198754;
}

.process .order-track-text {
  border-color: orange;
}

.orderStep.rejected .orderStatus-dot {
  border-color: #dc3545;
  border-width: 0px;
  background-color: #dc3545;
}

.orderStep.rejected .orderStatus-line {
  background-color: #dc3545;
}

.orderStep.rejected .orderStatus-dot:after {
  content: "❌";
  opacity: 1;
  transform: none;
  left: 5px;
  top: 5px;
  border: 0;
}

/**/
.orderStatus-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #333;
}

.order-track-text {
  background: #fff;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}

.order-track-text ul {
  margin: 0 0 15px;
  padding: 0;
}

.order-track-text ul li {
  list-style: none;
  position: relative;
  /* padding-left: 20px; */
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.order-track-text ul li a {
  background: #e5393a;
  border-radius: 4px;
  padding: 5px 6px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  margin-block: 3px;
}

/* .order-track-text ul li:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");

} */

.header2 {
  display: flex;
  margin-bottom: 10px;
}

.orderTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.orderTitle a {
  margin-left: 20px;
  font-size: 13px;
  padding: 5px 9px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  line-height: normal;
}

.orderTitle a:hover,
.orderTitle a:focus {
  background: #f0c05a;
  color: #000;
}

.orderDate {
  font-size: 13px;
  font-weight: normal;
  margin-left: auto;
  color: #333;
}

.order-track-text p {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

/**/

/**/

.order-track .accordion-button {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #333;
}

.order-track .accordion-button:not(.collapsed) {
  color: #333;
  background: #f0c05a;
}

.order-track .accordion-item {
  border-radius: 4px !important;
  border: 1px solid #ccc;
}

.order-track .accordion-item:not(:first-of-type) {
  border: 1px solid #ccc;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.order-track .accordion-button span {
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  margin-right: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.order-track .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.order-track .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0);
}

.order-track .accordion-button:focus,
.order-track .accordion-button:hover {
  color: #333;
  background: #f0c05a;
}

.order-track .accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

/**/
.panelShow .package-panel {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
}

.package-panel .participationTitle,
.package-panel h4 {
  color: #000;
  background: #f0c05a;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.package-panel .participationTitle span {
  margin-left: auto;
}

.package-panel .awardTitle {
  color: #f0c05a;
  background: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 15px;
  border-left: 2px solid #f0c05a;
  margin-bottom: 10px;
}

.package-panel ul {
  margin: 0 0 15px;
  padding: 0;
}

.package-panel ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.package-panel ul li:before {
  position: absolute;
  left: 0;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.package-panel ul li ul li:before {
  position: absolute;
  left: 0;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="%23333" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></svg>');
}

.package-panel ul li strong {
  color: #c68209;
  font-weight: 500;
}

.package-panel ul li strong span {
  color: #000;
}

.awardsHiglight {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}

.awardsHiglight ul {
  margin: 0;
}

/**/
.paymentAmout {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
  position: sticky;
  top: 0;
}

.paymentTitle {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: normal;
}

.amountPay {
  font-weight: 600;
  color: #c68209;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: normal;
}

.amountPay span {
  color: #333;
  font-size: 15px;
}

.paymentTitle3 {
  color: #f0c05a;
  background: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-left: 2px solid #f0c05a;
  margin-bottom: 10px;
  border-radius: 4px;
}

.viaText {
  width: 100%;
  padding: 15px;
  background: #fff3dd;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
}

.paymentLogo {
  float: left;
  position: relative;
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.paymentLogo img {
  max-width: 150px;
  width: 100%;
}

/**/
.bankInfo2 .accordion-item {
  border: 1px solid #ccc;
}

.bankInfo2 .accordion-item {
  margin-bottom: 15px;
  border-radius: 4px !important;
  overflow: hidden;
}

.bankInfo2 .accordion-item:not(:first-of-type) {
  border: 1px solid #ccc;
}

.bankInfo2 .accordion-button {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #eee;
  color: #333;
}

.bankInfo2 .accordion-button span {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 4px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bankInfo2 .accordion-button:not(.collapsed) {
  color: #333;
  background: #f0c05a;
}

.bankInfo2 .accordion-button:not(.collapsed) span {
  color: #000;
  border-color: #000;
}

.bankInfo2 .accordion-button:focus,
.bankInfo2 .accordion-button:hover {
  color: #333;
  background: #f0c05a;
  box-shadow: none;
  outline: 0;
}

.bankInfo2 .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(-180deg);
}

.bankInfo2 .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0);
}

.bankInfo2 .accordion-body ul li {
  /* display: flex;
    align-items: center; */
  margin-bottom: 5px;
}

.bankInfo2 .accordion-body ul li span {
  margin-right: 10px;
}

.bankInfo2 .accordion-body ul li a {
  color: #fff;
  background: #333;
  padding: 4px 12px;
  border-radius: 3px;
  line-height: normal;
  font-size: 13px;
  display: inline-block;
}

/**/
.nominationButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nominationButtons a {
  background: transparent;
  color: #333;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
}

.nominationButtons a:hover,
.nominationButtons a:focus {
  background: #f0c05a;
  color: #000;
  border-color: #dea939;
}

.nominationButtons a.payNowBtn {
  background: #e53935;
  color: #fff;
  border-color: #e53935;
  display: inline-flex;
  width: auto;
}

.nominationButtons a.payNowBtn:hover,
.nominationButtons a.payNowBtn:focus {
  background: #222;
  color: #f0c05a;
  border-color: #111;
}

.nominationButtons a.newBtn2 {
  background: #333;
  color: #fff;
  border-color: #222;
}

.nominationButtons a.newBtn2:hover,
.nominationButtons a.newBtn2:focus {
  background: #f0c05a;
  color: #000;
  border-color: #dea939;
}

.nominationButtons .dashboardBtn4 {
  padding: 5px 15px;
}

/**/
.downloadSection {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
  margin-bottom: 15px;
  gap: 15px;
}

.downloadInfo p {
  font-size: 14px;
  color: #333;
}

.downloadItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfe1e6;
  padding: 15px;
  border-radius: 6px;
}

/* .downloadItem:last-child {
    border-bottom: none;
} */

.downloadLabel {
  display: block;
  font-size: 16px;
  color: #333;
}

.downloadLabel strong {
  margin-bottom: 5px;
  font-size: 14px;
}

.downloadLabel svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: #000;
}

.downloadLabel p {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.downloadLabel p strong {
  font-size: 13px;
}

.downloadBtn {
  display: inline-flex;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;

  cursor: pointer;
  font-size: 13px;
  color: #000;
  background: #f0c05a;
  border-radius: 4px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
}

.downloadBtn:hover {
  color: #fff;
  background: #000;
}

/**/
.trackerPanel {}

.trackerWrapper {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
  margin-bottom: 15px;
}

.trackerWrapper .downloadItem {
  margin-bottom: 15px;
  padding: 10px;
}

.trackerWrapper .downloadItem .downloadBtn {
  display: inline-flex;
  gap: 3px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  background: #f0c05a;
  border-radius: 4px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  line-height: normal;
  width: 100%;
}

.trackerWrapper .downloadItem .downloadBtn:hover,
.trackerWrapper .downloadItem .downloadBtn:focus {
  background: #000;
  color: #f0c05a;
}

.trackerWrapper .downloadItem:last-child {
  margin-bottom: 0;
}

.statusYes {
  font-weight: 600;
  color: #28a745;
  margin-left: auto;
}

.statusNo {
  font-weight: 600;
  color: red;
}

.trackerTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.trackerStep {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
  padding-left: 5px;
}

.trackerStep:last-child {
  margin-bottom: 0;
}

.trackerStep::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 9px;
  top: 100%;
}

.trackerStep:last-child::before {
  height: 0;
  background: none;
  content: none;
}

.step-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}

.step-icon svg {
  width: 13px;
  height: 13px;
}

.trackerStep.completed::before {
  background: #28a745;
}

.completed .step-icon {
  background: #28a745;
  color: white;
}

.active .step-icon {
  background: #f0c05a;
  color: #000;
}

.awaiting .step-icon {
  background: #ccc;
  color: white;
}

.stepLabel {
  margin-left: 30px;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
}

.stepLabel .date {
  color: #333;
  margin-left: 15px;
  font-weight: 400;
}

/* .active .stepLabel {
    color: #f0c05a;
} */

/* .completed .stepLabel {
    color: #28a745;
} */

/**/
.thankYouSection {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 76px);
}

.thank-you-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 450px;
}

.thank-you-container .thankyouTitle {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 10px;
  font-weight: 600;
}

.thank-you-container p {
  color: #333;
  font-size: 14px;
  margin: 15px 0 25px;
}

.thank-you-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 10px;
}

.thank-you-icon svg {
  width: 50px;
  height: 50px;
  color: #28a745;
}

.homeBtn {
  cursor: pointer;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  border-radius: 4px;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
}

.homeBtn:hover,
.homeBtn:focus {
  background: #000;
  color: #f0c05a;
}

/**/
.homeBtn2 {
  cursor: pointer;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  background: #000;
  border-radius: 4px;
  color: #f0c05a;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
}

.homeBtn2:hover,
.homeBtn2:focus {
  background: #f0c05a;
  color: #000;
}

.thankYou2 .thank-you-container {
  max-width: 600px;
}

/**/
.showPanel.upcoming {
  background: #fdf6e8;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #f0e6d2;
  padding: 15px;
  margin-bottom: 0;
  gap: 15px;
}

.upcoming .csTable table tbody td {
  border-color: #f0e3c9;
}

.upcoming .csTable table {
  margin: 0;
}

.upcoming .csTable table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  background-color: #f0e3c9;
  width: 1px;
}

.dashboardBtn4 {
  display: inline-flex;
  gap: 5px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  background: #333;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 8px 15px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  outline: none;
}

.dashboardBtn4:hover,
.dashboardBtn4:focus {
  color: #000;
  background: #f0c05a;
  border-color: #f0c05a;
}

.viewStatusBtn {
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  background: #f0c05a;
  border: 1px solid #f0c05a;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  margin-bottom: 5px;
}

.viewStatusBtn:hover,
.viewStatusBtn:focus {
  color: #f0c05a;
  background: #000;
  border-color: #000;
}

/**/
.newNomination {
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #f0c05a;
  cursor: pointer;
  font-size: 13px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  margin-bottom: 5px;
}

.newNomination:hover,
.newNomination:focus {
  color: #000;
  background: #d0a342;
  border-color: #bf9334;
}

.payButton {
  display: inline-flex;
  gap: 5px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: #28a745;
  border-radius: 4px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

.payButton:hover,
.payButton:focus {
  background: #1b9536;
  color: #fff;
}

/**/
.editProfile {
  width: 100%;
  margin: 0 0 20px !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.editProfile li {
  width: calc(100% / 2 - 8px);
  list-style: none !important;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 5px 15px !important;
  border-radius: 4px;
}

.editProfile li:last-child {
  width: 100%;
}

.editProfile li span {
  font-weight: 600;
}

.updateProfileBtn {
  display: inline-flex;
  gap: 6px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  background: #333;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 10px 18px;
  line-height: normal;
  justify-content: center;
  align-items: center;
}

.updateProfileBtn:hover,
.updateProfileBtn:focus {
  color: #000;
  background: #f0c05a;
  border-color: #f0c05a;
}

.updateProfileBtnPanel {
  margin-top: 15px;
}

/**/
.nominationTitle_1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.upcomingTitle {
  color: #000;
  background: #f0c05a;
  border-left: 2px solid #f0c05a;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 0px;
  border-radius: 4px;
}

.upcomingTitle.dark {
  border-left: 4px solid #f0c05a;
  background: #141414;
  color: #f0c05a;
}

.dashboardAwardsList {
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 0;
}

.awardsItem {
  display: flex;
  width: 100%;
  padding: 10px;
  border: 1px solid #f0e6d2;
  border-radius: 12px;
}

.awardsItem .image {
  width: 100px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/2;
  border: 1px solid #000;
  background: #000;
  margin-right: 10px;
}

.awardsItem .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.awardsInfoTitle {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  position: inherit;
}

.awardsInfoTitle a {
  text-decoration: none;
  color: #2c2e33;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.awardsInfoTitle a:hover,
.awardsInfoTitle a:focus {
  color: #f0c05a;
}

.awardsInfo p {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 5px;
}

.button05 {
  margin-left: auto;
  width: 130px;
}

.button05 .payButton {
  width: 100%;
  margin-top: 5px;
}

.updateEditBtn {
  cursor: pointer;
  justify-content: center;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  line-height: normal;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  border-radius: 4px;
  color: #000;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
}

.updateEditBtn:hover,
.updateEditBtn:focus {
  background: #000;
  color: #f0c05a;
}

/**/
.viewNewNomination {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #f0c05a;
  cursor: pointer;
  font-size: 13px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  outline: none;
  margin-bottom: 5px;
}

.viewNewNomination:hover,
.viewNewNomination:focus {
  color: #000;
  background: #d0a342;
  border-color: #bf9334;
}

.noFound {
  color: #41464b;
  background: #e2e3e5;
  border: 1px solid #d3d6d8;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  border-radius: 6px;
}

/**/
.dashboardForms .form-control.valid {
  border: 1px solid green;
}

.dashboardForms .form-control.invalid {
  border: 1px solid red;
}

.phoneMessage {
  font-size: 14px;
  margin-top: 5px;
}

.upload-box {
  position: relative;
}

.upload-box .viewFile {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 100px;
  height: 30px !important;
  z-index: 9;
  display: flex;
  align-content: center;
  object-fit: contain;
  background: #fff;
  object-position: right;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}

.upload-box .viewFile img {
  background: #fff;
  width: 100px;
  height: 30px !important;
  z-index: 9;
  display: flex;
  align-content: center;
  object-fit: contain;
  background: #fff;
  object-position: right;
}

.ifSelected {
  font-size: 13px;
  color: #333;
}

.ifSelected a {
  padding: 3px 8px;
  background: #333;
  border: 1px solid #444;
  color: #fff;
  line-height: normal;
  font-size: 12px;
  border-radius: 4px;
}

.ifSelected a:hover,
.ifSelected a:focus {
  background: rgb(240, 192, 90);
  color: rgb(0, 0, 0);
  border-color: rgb(222, 169, 57);
}

.dashboardForms label.error {
  position: absolute;
  bottom: -26px;
  color: red;
  right: 0;
  font-size: 12px;
  font-weight: normal;
}

#deliverables.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#deliverables .modal-content {
  border-radius: 12px;
  overflow: hidden;
}

.nominationText3 {
  display: block;
  background: #fdf6e8;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #ecd9b4;
}

.nominationText3 p {
  margin: 0;
  font-size: 14px;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  border-right: 1px solid #ccc;
  height: 100%;
  line-height: 100%;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deliverablesPanel {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.deliverablesPanelTitle {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.nominationFee {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.nominationFee span {
  font-size: 14px;
}

.deliverablesPanel p {
  font-size: 14px;
  color: #333;
  list-style: 1.5;
  margin: 0;
}

.deliverablesPanel p small {
  font-style: italic;
  /* color: #ca8722; */
}

.inclusionsPanel {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 3px;
}

.inclusionsPanel span {
  /* color: #ffb900; */
  font-size: 14px;
}

.deliverablesPanel ul {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  padding-left: 27px;
}

.deliverablesPanel ul li {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  display: block;
  position: relative;
  padding-left: 20px;
}

.deliverablesPanel ul li strong {
  font-weight: 600;
}

.deliverablesPanel ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="%23ffb900" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z"/></svg>');
}

.statusItem {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.statusItem strong {
  display: block;
}

/* .csTable .manage_awards .listing-box {
    display: block;
} */
.winnerPackage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.winnerPackageTitle {
  color: #f0c05a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.winnerPackage h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.winnerPackage h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.eligibleStrong {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 10px;
  text-align: justify;
  color: #ec342e;
}

.winnerPackage p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.winnerPackage p a {
  color: #f0c05a;
}

.winnerPackage p strong {
  color: #f0c05a;
}

.winnerPackage ul {
  width: 100%;
  margin: 10px 0 15px 15px;
  padding: 0;
}

.winnerPackage ul li {
  list-style: disc;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.winnerPackage ul li strong {
  color: #f0c05a;
  font-weight: 600;
}

.winnerPackage ol {
  width: 100%;
  margin: 10px 0 25px 15px;
  padding: 0;
}

.winnerPackage ol li {
  list-style: disc;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.winnerPackage ol li span {
  color: #f0c05a;
}

.winnerPackage ol li a {
  color: #f0c05a;
  display: inline-block;
}

.priceTable tr th:nth-child(1) {
  width: 40%;
  background: transparent;
  border-radius: 12px;
  border-bottom: 0;
}

.priceTable tr th:nth-child(2) {
  width: 15%;
  background: #cd7f32;
  border-right: 1px solid #d5d5d5;
  border-radius: 12px 0 0 0;
}

.priceTable tr th:nth-child(3) {
  width: 15%;
  background: #c0c0c0;
  border-right: 1px solid #d5d5d5;
}

.priceTable tr th:nth-child(4) {
  width: 15%;
  background: #ffd700;
  border-right: 1px solid #d5d5d5;
}

.priceTable tr th:nth-child(5) {
  width: 15%;
  background: #e5f4ff;
  border-radius: 0 12px 0 0;
}

.priceTable th,
.priceTable td {
  vertical-align: middle;
}

.priceTable .priceText {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #f0c05a;
}

.priceTable .priceItem {
  color: #000;
  text-align: center;
}

.priceTable .priceItem .priceTitle {
  padding: 0;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.priceTable tr td {
  padding: 8px 8px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  background: #f9f9f9;
  line-height: normal;
  color: #333;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.priceTable tr td strong {
  color: #000;
}

.priceTable tr td:first-child {
  text-align: left;
  padding: 5px 15px;
}

.priceTable tr td:last-child {
  border-right: 0;
}

.priceTable tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}

.dashboardForms .deliverablesPanel {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.processItems {
  display: block;
  margin-bottom: 10px;
}

.processItems .processItemsTitle1 {
  font-weight: 600;
  color: #b07e12;
  font-size: 16px;
}

.processItems p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.processItems p strong {
  font-weight: 600;
}

.processItemsTitle3 {
  font-size: 15px;
  margin-bottom: 5px;
}

.processItemsTitle3 p {
  font-size: 14px;
}

.processItemsTitle3 p span {
  font-weight: 600;
  color: #b07e12;
}

.processItemsTitle3 ul.stepEligibility {
  margin: 0 0 0 5px;
  border: 1px dashed #ccc;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}

.processItemsTitle3 ul.stepEligibility li {
  list-style-position: inside;
}

.processItemsTitle3 ul.stepEligibility li a {
  display: inline-block;
  background: #fffaef;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #e8d5b1;
  font-size: 12px;
  line-height: normal;
  color: #9b7522;
}

.processItemsTitle3 ul.stepEligibility li a:hover,
.processItemsTitle3 ul.stepEligibility li a:focus {
  border-color: #f0c05a;
  background: #f0c05a;
  color: #000;
}

.firstStep {
  width: 100%;
  display: block;
  padding: 10px 5px 10px 0px;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #dfe1e6;
  margin-bottom: 10px;
}

.view-package-btn {
  padding: 6px 8px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #c39127;
  background-color: #fffaef;
  display: inline-block !important;
  line-height: 1;
  margin-block: 3px;
  color: #c39127;
}

.view-package-btn:hover {
  background-color: #c39127;
  color: white !important;
  text-decoration: none !important;
}

.nomineeScroll {
  padding: 0 15px;
}

.new_step-content .nomineeScroll {
  padding: 0;
}

.firstStep .nomineeScroll p a {
  display: inline;
  color: #c39127;
  font-weight: 500;
}

.firstStep .nomineeScroll p a:hover {
  color: #c39127;
  text-decoration: underline;
}

.firstStep .deliverablesPanel {
  border: 1px dashed #ccc;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}

.firstStep .nominationFee,
.firstStep .inclusionsPanel {
  font-size: 15px;
}

.firstStep .formTitle {
  margin-bottom: 10px;
  color: #000;
}

.dashboardForms label.label_check.stepCheck12 {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

/**/
.packageDeliverables .nominationFee {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.packageDeliverables .inclusionsPanel {
  font-size: 18px;
  color: #f0c05a;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}

.packageDeliverables .deliverablesPanelTitle {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

/**/
.packageDeliverables table {
  margin-bottom: 20px;
}

.packageDeliverables table th {
  background: transparent;
  line-height: normal;
  border: 1px solid #333;
  vertical-align: middle;
  padding: 15px 12px;
  color: #f0c05a;
  font-size: 18px;
}

.packageDeliverables table tbody td {
  padding: 10px 10px;
  background: transparent;
  border: 1px solid #333;
  line-height: normal;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  transition: all 10ms linear;
  color: #fff;
  text-transform: inherit;
}

.priceTable tbody tr:hover td {
  background: #fdf6e8;
  border-color: #ecd9b4;
}

.priceTable tr td ul {
  margin: 0 0 0 12px;
  padding: 0;
  display: block;
  width: 100%;
  white-space: collapse;
  text-align: left;
}

.priceTable tr td li {
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #333;
  list-style: decimal;
  margin-bottom: 10px;
  padding-right: 12px;
}

.leadingBtn {
  background: #222;
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #333;
}

.leadingBtn:hover,
.leadingBtn:focus {
  background: #f0c05a;
  color: #000;
  border: 1px solid #f0c05a;
}

.completeNominationBtn {
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #f0c05a;
  cursor: pointer;
  font-size: 13px;
  background: #000;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 9px 12px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  margin-bottom: 5px;
  margin-top: 5px;
}

.completeNominationBtn:hover,
.completeNominationBtn:focus {
  color: #000;
  background: #f0c05a;
  border-color: #f0c05a;
}

.statusSpan {
  display: flex;
  align-items: center;
}

.statusSpan strong {
  margin-right: 5px;
}

.notPaid {
  background: #f8d7da;
  border: 1px solid #f1aeb5;
  color: #dc3545;
}

.payNowBtn {
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #f0c05a;
  cursor: pointer;
  font-size: 13px;
  background: #000;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 9px 12px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  margin-bottom: 5px;
  margin-top: 5px;
}

.payNowBtn:hover,
.payNowBtn:focus {
  color: #000;
  background: #f0c05a;
  border-color: #f0c05a;
}

.incomplete {
  background: #f8d7da;
  border: 1px solid #f1aeb5;
  color: #dc3545;
}

.bankInfo2 .csTable {
  margin-bottom: 15px;
}

.clientDetails {
  width: 100%;
  border: 1px solid #333;
  border-radius: 12px;
  margin-bottom: 25px;
}

.awardsTopSection {
  width: 100%;
  display: block;
  padding: 15px 25px;
}

.moreAwardInfo {
  border-top: 1px solid #333;
  width: 100%;
  display: block;
  padding: 15px 25px;
}

.clientDetails .awardsTitle {
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  padding: 10px 0 0;
  margin: 0 0 15px;
}

.clientDetails ul {
  width: 100%;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}

.clientDetails ul li {
  list-style: none;
  width: calc(100% / 2);
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

.clientDetails ul li strong {
  margin-bottom: 5px;
  display: block;
  color: #f0c05a;
}

.clientDetails ul li span {
  display: block;
}

.clientDetails .image {
  width: 100%;
  aspect-ratio: 8/7;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.clientDetails .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/7;
  object-fit: contain;
  object-position: center;
}

/**/
.awardeePhotoVideo {
  width: 100%;
  margin: 20px 0 10px;
  padding: 0;
}

.awardeePhoto {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.awardeePhoto .image {
  margin-bottom: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.awardeePhoto .image img {
  aspect-ratio: 4/3;
}

.awardeePhoto .image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.awardeePhoto .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  color: #fff;
}

.awardeePhoto:hover .image svg {
  color: #f0c05a;
}

.winnersTitle {
  color: #fbbc39;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.winnersTitle a {
  margin-left: auto;
  font-size: 14px;
  padding: 6px 12px;
  background: #fbbc39;
  color: #000;
  border-radius: 4px;
  font-weight: normal;
}

.winnersTitle a:hover,
.winnersTitle a:focus {
  background: #9f700c;
  color: #fff;
}

/**/
.termsPages {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #0f0f0f;
}

.termsPages h2 {
  color: #f0c05a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

.termsPages h3 {
  color: #f0c05a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

.termsPagesTitle2 {
  color: #f0c05a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

.termsPages p {
  font-size: 17px;

  line-height: 24px;

  color: #fff;

  text-align: justify;
}

.termsPages p strong {
  color: #f0c05a;
}

.termsPages p a {
  color: #f0c05a;
}

.termsPages p a:hover,
.termsPages p a:focus {
  color: #dc312b;
  text-decoration: underline;
}

.termsPages p.maxWidth {
  font-size: 17px;
  color: #fff;
  text-align: center;
  max-width: 950px;
  margin: 10px auto 20px;
}

.termsPages ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.termsPages ul li {
  list-style: decimal;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  list-style-position: inside;
  color: #f0c05a;
}

.termsPages ul li span {
  color: #f0c05a;
}

.termsPages ul li ul {
  margin: 5px 0 15px;
  padding: 0;
}

.termsPages ul li ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}

.termsPages ul li ul li:before {
  position: absolute;
  left: 0;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

/**/
.loginInfo {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  justify-content: end;
}

.loginInfo .loginRight {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
  gap: 15px;
}

.loginInfo .loginRight li {
  list-style: none;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
}

.loginInfo .loginRight li a {
  color: #f0c05a;
  margin-left: 3px;
  font-weight: 600;
}

.loginInfo .loginRight li a:hover,
.loginInfo .loginRight li a:focus {
  color: #dc312b;
  text-decoration: underline;
}

.loginInfo .loginRight li a.menulogin {
  background: #dc312b;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 10px;
  font-size: 13px;
  border: 1px solid #ae2f2a;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 500;
}

.loginInfo .loginRight li a.menulogin:hover,
.loginInfo .loginRight li a.menulogin:focus {
  color: #fff;
  background: #ae2f2a;
  border: 1px solid #ae2f2a;
  text-decoration: none;
}

.text-pri {
  color: #c68209 !important;
}

.pay-bx {
  color: #000;
  font-weight: 400;
}

small {
  color: #555;
}

.top-border {
  border-top: 1px dashed #d5d3d3;
}

.d-card {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
}

.d-card .d-img {
  background-color: #0f0f0f;
  padding: 16px 20px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.d-card .tt {
  font-weight: 600;
  font-size: 16px;
  color: #141414;
  margin-block: 13px 8px;
  line-height: 1.2;
}

.d-card .tt.sm {
  font-size: 14px;
}

.d-card p {
  margin-bottom: 2px;
  line-height: 1.5;
  font-size: 14px;
}

.badge-success,
.badge-under,
.badge-danger {
  font-size: 13px;
  font-weight: 400;
  background: #198754;
  display: inline-block;
  color: white;
  padding: 3px 8px;
  border-radius: 10px;
}

.badge-under {
  background: #f0c05a;
}

.badge-danger {
  background: #e5393a;
}

.payment-option {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 5px 12px;
  position: relative;
  border-radius: 4px;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment-option input {
  height: 33px;
}

.payment-option input[type="radio"] {
  accent-color: #c58600 !important;
  height: 28px;
  outline: 0 !important;
}

.payment-option.active {
  background-color: #fffaef;
  border: 1px solid #c39127;
  color: #c39127 !important;
}

.tds-amount {
  display: none;
}

.tds-amount label {
  margin-bottom: 0;
}

.tds-amount input {
  height: 33px;
}

.tdsradio {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.tdsradio label {
  font-weight: 400 !important;
  display: inline-block;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.tdsradio label input[type="radio"] {
  height: 13px;
  width: 13px;
  accent-color: #c58600 !important;
  margin-right: 5px;
}

.alt-msg {
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #c39127;
  background-color: #fffaef;
  color: #c39127;
  text-align: center;
  line-height: 1.3;
}

.profile-page {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: white;
  position: relative;
  z-index: 1;
  background: url(https://www.brandempower.org/designer/images/winner-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.profile-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(22 22 22 / 50%);
  backdrop-filter: blur(3px);
  z-index: -1;
}

.gold-black-frame {
  padding: 4px;
  border-radius: 8px;
  background: linear-gradient(to right,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c);
  background-size: 250% 250%;
  animation: borderMove 6s ease infinite;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
}

.profile-page .img-bx {
  border-radius: 8px;
  padding: 15px;
  background: #000;
}

.profile-page .img-bx img {
  border-radius: 8px;
  border: 2px solid #c7a54f;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
    transform: translateY(0px);
  }

  50% {
    background-position: 100% 50%;
    transform: translateY(-10px);
  }

  100% {
    background-position: 0% 50%;
    transform: translateY(0px);
  }
}

.profile-page .tx-bx {
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.profile-page .award-tt {
  font-family: "Playfair", serif;
  font-size: 65px;
  font-weight: 500;
  background: linear-gradient(135deg, #d4af37 0%, #f2d57e 50%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 3px rgb(255 209 115 / 32%);
  line-height: 1;
  margin-bottom: 12px;
  animation: backInDown;
  animation-duration: 1s;
  animation-delay: 200ms;
}

.profile-page .for-tt {
  color: #141414;
  position: relative;
  padding: 7px 9px;
  font-size: 23px;
  min-height: 44px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg,
      rgba(215, 179, 84, 1) 0%,
      rgba(242, 224, 153, 1) 25%,
      rgba(215, 179, 84, 1) 50%,
      rgba(242, 224, 153, 1) 75%,
      rgba(215, 179, 84, 1) 100%);
  display: inline-block;
}

.profile-page .for-tt::before,
.profile-page .for-tt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  background-color: transparent;
  height: 100%;
  width: 0;
  border: 22px solid #d7b354;
  border-left-color: transparent;
  z-index: -1;
}

.profile-page .for-tt::after {
  right: -26px;
  left: auto;
  border: 22px solid #d7b354;
  border-right-color: transparent;
}

.profile-page .goes-tt {
  font-size: 22px;
  font-weight: 500;
}

.profile-page .goes-tt2 {
  margin-bottom: 20px;
  padding: 6px 11px;
  font-size: 18px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  font-family: "Playfair", serif;
  backdrop-filter: blur(2px);
  border: 1px solid #f0c05a;
  color: #f0c05a;
}

.profile-page .company-tt {
  font-size: 40px;
  text-transform: capitalize;
  background: linear-gradient(to right,
      #bf953f,
      #ddc87c,
      #c3932c,
      #ddc87c,
      #aa771c);
  -webkit-background-clip: text;
  background-clip: text;
  color: #f0c05a;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-shadow: 2px 2px black;
}

.tmp-title-split {
  word-break: keep-all;
  margin-right: -0.3rem;
}

.tmp-title-split span {
  display: inline-block;
  white-space: pre;
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.tmp-title-split.in-view span {
  transform: translateX(0);
  opacity: 1;
}

.hero__sub-title span {
  display: inline-block;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.4s ease;
}

.hero__sub-title.in-view span {
  transform: translateX(0);
  opacity: 1;
}

.hero__sub-title.in-view span:last-child,
.tmp-title-split.in-view span:last-child {
  margin-right: 0 !important;
}

.tmp-title-split span span {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.tmp-title-split.in-view span span {
  transform: translateX(0);
  opacity: 1;
}

.radial-section {
  float: left;
  width: 100%;
  background-color: #0a0a0a;
  background-image: radial-gradient(circle at center,
      rgb(240 192 90 / 18%) 0%,
      rgba(10, 10, 10, 1) 70%);
  padding: 50px 0 70px;
  color: white;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
}

.section-tt {
  font-family: "Playfair", serif;
  text-align: center;
  position: relative;
  background: linear-gradient(to right,
      #bf953f,
      #ddc87c,
      #c3932c,
      #ddc87c,
      #aa771c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 45px;
  margin-bottom: 40px;
}

.section-tt::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: -3px;
  left: 50%;
  background-color: #c4942e;
  transform: translateX(-50%);
}

.about-tt {
  opacity: 0.9;
  font-size: 25px;
  font-weight: 300;
}

.glimpse-bx {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
  position: relative;
}

.glimpse-bx img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.glimpse-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0 0 0 / 80%), transparent);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.glimpse-bx:hover img {
  transform: scale(1.05);
}

.glimpse-bx .tx-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  opacity: 0;
}

.glimpse-bx:hover .tx-bx,
.glimpse-bx:hover::before {
  opacity: 1;
}

.award-vid-bx {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
  position: relative;
  border: 2px solid #d4af37;
}

.award-vid-bx img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.award-vid-bx:hover img {
  transform: scale(1.05);
}

.award-vid-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0;
  pointer-events: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(22, 22, 22, 0.4);
  z-index: -1;
  border: 1px solid #f0c05a;
}

.play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #f0c05a;
  margin-left: 5px;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(22, 22, 22, 0.6);
}

.award-card {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease;
  height: 100%;
  background-color: #000;
}

.award-card:hover {
  border: 1px solid #f0c05a;
}

.award-card .img {
  position: relative;
}

.award-card .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.award-card:hover .img::before {
  opacity: 0.4;
}

.award-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3 / 2;
}

.award-card .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

.award-card:hover .icon {
  opacity: 1;
}

.award-card .icon svg {
  width: 35px;
  height: 35px;
  color: #f0c05a;
}

.award-card .tx-bx {
  padding: 15px;
}

.award-card .tx-bx .tt {
  font-size: 18px;
  margin-bottom: 5px;
}

.award-card .tx-bx p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #b3aea3;
}

.venue-map-bx {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #d4af37;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
}

.venue-map-bx iframe {
  display: block;
}

.venue-map-txbx {
  padding: 25px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  height: 100%;
}

.venue-map-txbx .tt {
  background: linear-gradient(135deg, #d4af37 0%, #f2d57e 50%, #d4af37 100%);
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.venue-map-txbx p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #dbdbdb;
}

.card-ribbon {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  /* font-family: "Playfair", serif; */
}

.card-ribbon {
  --s: 31px;
  --d: 8px;
  --c: 17px;
  line-height: 1.5;
  background: conic-gradient(at left var(--s) bottom var(--d),
      #0000 25%,
      #0008 0 37.5%,
      #0004 0) 0 /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d),
      #0004 62.5%,
      #0008 0 75%,
      #0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 var(--d),
      var(--s) var(--d),
      var(--s) 0,
      calc(100% - var(--s)) 0,
      calc(100% - var(--s)) var(--d),
      100% var(--d),
      calc(100% - var(--c)) calc(50% + var(--d) / 2),
      100% 100%,
      calc(100% - var(--s) - var(--d)) 100%,
      calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),
      calc(var(--s) + var(--d)) calc(100% - var(--d)),
      calc(var(--s) + var(--d)) 100%,
      0 100%,
      var(--c) calc(50% + var(--d) / 2));
  background-color: #f0c05a;
  width: fit-content;
  max-width: 192px;
  margin: 0 auto 0px;
  padding: 2px 45px 13px;
}

.chief-guest-bx {
  text-align: center;
}

.chief-guest-bx .img-bx {
  max-width: 160px;
  margin: 0 auto 10px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(to right,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c);
  padding: 4px;
}

.chief-guest-bx .img-bx img {
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.chief-guest-bx .name {
  font-family: "Playfair", serif;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(90deg,
      rgba(215, 179, 84, 1) 0%,
      rgba(242, 224, 153, 1) 25%,
      rgba(215, 179, 84, 1) 50%,
      rgba(242, 224, 153, 1) 75%,
      rgba(215, 179, 84, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 5px;
}

.chief-guest-bx .profession {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffffe3;
  font-weight: 500;
}

.chief-guest-bx.sm .img-bx {
  padding: 2px;
  max-width: 100px;
}

.chief-guest-bx.sm .name {
  font-size: 18px;
  margin-bottom: 0px;
}

.chief-guest-bx.sm .profession {
  font-size: 14px;
}

.winner-card-bx {
  text-align: center;
  overflow: hidden;
  background-color: rgba(88, 74, 41, 0.1);
  backdrop-filter: blur(3px);
  border-radius: 16px;
  padding: 18px;
  letter-spacing: 0.1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  height: 100%;
}

.winner-card-bx:hover {
  transform: scale(1.03);
}

.winner-card-bx .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.winner-card-bx .head .tag1,
.winner-card-bx .head .tag2 {
  padding: 10px 12px 8px;
  font-size: 13px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 500;
}

.winner-card-bx .head .tag2 {
  background-color: #f0c05a;
  color: #141414;
}

.winner-card-bx img {
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winner-card-bx .winner-name {
  background: linear-gradient(90deg,
      rgba(215, 179, 84, 1) 0%,
      rgba(242, 224, 153, 1) 25%,
      rgba(215, 179, 84, 1) 50%,
      rgba(242, 224, 153, 1) 75%,
      rgba(215, 179, 84, 1) 100%);
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 7px;
  line-height: 1.2;
  border-radius: 16px;
  margin-block: 18px 13px;
}

.winner-card-bx .comp-name {
  font-size: 16px;
}

.winner-card-bx .comp-name.text-pri {
  color: #f0c05a !important;
}

.paymentReceiptBtn {
  background: transparent;
  color: #333;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: inline-flex;
}

.paymentReceiptBtn:hover,
.paymentReceiptBtn:focus {
  background: #f0c05a;
  color: #000;
  border-color: #dea939;
}

.payableAmount2 {
  color: #333;
  font-size: 15px;
  background: #f0c05a;
  padding: 3px 6px;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
}

.fullwidth100 {
  width: 100%;
}

/**/
.progress-tracker {
  margin: 15px 0;
}

.upcomingAwards25 {
  margin: 10px 0;
  width: 100%;
}

.upcomingAwards25 img {
  width: 100%;
  border-radius: 12px;
}

.new_step {
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.new_step.pending {
  background: #fff3f3;
  border-left: 5px solid #e53935;
}

.new_step.success {
  background: #f3f9f6;
  border-left: 5px solid #71a68e;
}

.new_step.success .new_step-header .stepText07 {
  color: #236f4c;
}

.new_step.pending .new_step-header .stepText07 {
  color: #e3a728;
}

.new_step.locked {
  background: #eee;
  color: #999;
}

/**/

.new_step {
  overflow: hidden;
  transition: border-color 0.3s;
}

.new_step-header {
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_step-header:hover {
  color: #e3a728;
}

.new_step-header button.cta {
  color: #fff;
  background: #e53935;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.new_step-content {
  padding: 0;
  display: none;
  transition: all 0.3s ease;
}

.new_step.active .new_step-content {
  padding: 5px 0;
  height: auto;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  display: block;
  transition: all 0.3s ease;
}

.waiting {
  color: #e3a728;
}

.new_stepInfo {
  display: block;
}

.new_stepInfo h4 {
  font-size: 16px;
  color: #e3a728;
  font-weight: 600;
}

.new_stepInfo ul {
  margin: 0 0 10px 15px;
  padding: 0;
}

.new_stepInfo ul li {
  list-style: disc;
  font-size: 14px;
  color: #333;
}

.new_stepInfo ul li a {
  display: inline-block;
  padding: 3px 8px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  line-height: normal;
  font-size: 13px;
}

.dashboardTable2 {
  background: #fff;
}

.new_step-content .nominationButtons a.payNowBtn {
  padding: 5px 15px 8px;
  font-size: 15px;
}

.new_step-content p {
  font-size: 14px;
  margin: 0 0 10px;
}

.payableAmt07 {
  color: #333;
  font-size: 14px;
  background: #f0c05a;
  padding: 2px 6px;
  margin-bottom: 5px;
  border-radius: 4px;
  display: inline-block;
}

.badge_pending {
  background: #e3a728;
}