/*========= Font load ===========*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@-webkit-keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
/*global area*/
/*----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #000;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: #e8d380;
}
#ScrollSmoother-wrapper {
  z-index: -1;
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.143;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #181d2a url("../images/loader.svg") no-repeat center center;
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: #0b1756;
}
.scrollup i {
  color: #fff;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a {
  color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.relative-position {
  position: relative;
}
.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.pera-content p {
  margin-bottom: 0;
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #0b1756;
}
.scrollup i {
  color: #fff;
}
/* .cursor {
    border-radius: 50%;
    display: block;
    position: fixed;
    margin-top: -10px;
    margin-left: -10px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    mix-blend-mode: multiply;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(122, 122, 122, 0.3);
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    z-index: 1011;
}
*/
.bi-section-title-1 h2,
.bi-section-title-2 h2 {
  color: #e8d380;
}
.bi-section-title-1.text-center,
.bi-section-title-2.text-center {
  margin: 0px auto;
  max-width: 850px;
}
.bi-section-title-2 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.333;
}
.bi-section-title-2 h2 span {
  color: #000000;
}
.bi-section-title-2 p {
  padding-top: 12px;
}
.bi-section-title-3 h2 {
  color: #000000;
}
.bi-section-title-3 p {
  padding-top: 30px;
}
.dark-bg-title .bi-section-title-1 h2 {
  color: #fff;
  padding-bottom: 5px;
}
.dark-bg-title .bi-section-title-1 p {
  color: #cecece;
}
.bi-btn-1 a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  white-space: nowrap;
  display: inline-table;
  padding: 10px 15px;
  background-color: #e8d380;
}
.bi-btn-1 a:before,
.bi-btn-1 a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.bi-btn-1 a:before {
  top: -15px;
  left: -135px;
}
.bi-btn-1 a:after {
  right: -135px;
  bottom: -15px;
}
.bi-btn-2 a {
  color: #433049;
  font-size: 23px;
  overflow: hidden;
  font-weight: 300;
  position: relative;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  background-color: #e8d380;
}
/* .bi-btn-3 a {
    color: #000;
    font-weight: 700;
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    background-color: #e8d380;
    text-decoration: none;
}
*/
.bi-btn-3 a i {
  margin-left: 10px;
}
.bi-btn-3 a img {
  margin-left: 10px;
  width: 100%;
  padding: 0px 0;
}
/* .bi-btn-3 a:hover {
    background-color: #ffffff;
}
*/
.bi-btn-main span {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bi-btn-main:hover span {
  width: 350px;
  height: 350px;
}
.bi-img-animation {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.bi-img-animation.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.inner-page-padding {
  padding: 95px 0px;
  background-color: #101010;
  background-image: url("../images/ida/categories/category-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bi-pagination li a {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-pagination li a:hover {
  color: #fff;
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}
.error-text-btn {
  margin-top: 80px;
}
.error-text-btn h3 {
  color: #0e0e0e;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 50px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.bi-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  background-color: rgba(11, 23, 86, 1);
}
.bi-header-section .nav {
  display: inherit;
}
.bi-header-section .dropdown {
  position: relative;
}
.bi-header-section .dropdown:after {
  top: 5px;
  color: #e8d380;
  right: -15px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bi-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bi-header-section .dropdown-menu {
  left: 0;
  top: 65px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bi-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: -100%;
  min-width: 250px;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
}
.bi-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.bi-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.bi-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bi-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.bi-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bi-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}
.bi-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: #e8d380 !important;
  font-weight: 300 !important;
}
.bi-header-section .dropdown-menu a:before {
  display: none;
}
.bi-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: #ffffff !important;
}
.bi-header-section .bi-header-cta-btn-grp {
  margin-left: 25px;
}
.bi-header-section .bi-header-cta-btn-grp button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-left: 23px;
  background-color: transparent;
}
.bi-header-section .bi-header-cta-btn-grp .cart-btn span {
  top: 3px;
  right: -10px;
  width: 15px;
  color: #fff;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--base-color);
}
.bi-header-section .bi-header-cta-btn-grp .offcanves-btn {
  margin-left: 40px;
}
.bi-header-section .bi-header-cta-btn-grp .offcanves-btn button {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #272727;
}
.bi-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: #000;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bi-header-section.sticky-on .bi-header-content {
  padding: 12px 0px;
}
.bi-header-section.sticky-on .dropdown-menu {
  top: 55px;
}
.bi-header-section.header-style-one .bi-header-content {
  margin: 0 auto;
  padding: 20px 0px;
  max-width: 1550px;
}
.bi-header-section.header-style-one .bi-header-social {
  margin-left: 50px;
}
.bi-header-section.header-style-one .bi-header-social a {
  color: #fff;
  font-size: 15px;
  margin-left: 15px;
}
.bi-header-section.header-style-one .bi-header-social a:hover {
  color: var(--base-color);
}
.bi-header-section .hap-megamenu {
  position: static !important;
}
.bi-header-section .hap-megamenu:after {
  display: none;
}
.bi-header-section .hap-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 80%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1230px;
}
.bi-header-section .hap-megamenu .hap-megamenu-item {
  margin: 10px;
}
.bi-header-section .hap-megamenu .hap-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bi-header-section .hap-megamenu .hap-menu-btn-grp a {
  width: 100px;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background-color: var(--base-color);
}
.bi-header-section .hap-megamenu .hap-menu-btn-grp a:hover {
  color: var(--base-color);
  background-color: #fff;
}
.bi-header-section .hap-megamenu .hap-megamenu-item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.bi-header-section .hap-megamenu .hap-megamenu-item:hover .hap-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.bi-header-section.header-style-two.sticky-on {
  background-color: #e8d380;
}
.bi-header-section.header-style-two.sticky-on .bi-header-content {
  padding: 10px 15px;
}
.bi-header-section.header-style-two .bi-header-content {
  margin: 0 auto;
  padding: 10px 15px;
}
.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation {
  font-family: "Outfit", sans-serif;
}
.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation
  li {
  margin: 0px 15px;
}
.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation
  li
  a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .bi-header-search
  button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
  margin-left: 40px;
}
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--base-color);
}
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  span,
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  a {
  display: block;
}
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  span {
  color: #f8762b;
  font-size: 12px;
}
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-area {
  margin-left: 30px;
}
.bi-header-section.header-style-three .bi-header-content {
  padding: 17px 60px;
}
.bi-header-section.header-style-three .bi-header-content .brand-logo {
  max-width: 135px;
}
.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn span {
  background-color: #fff;
  color: var(--base-color);
}
.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn button {
  margin-left: 0;
}
.bi-header-cta-btn-grp .bi-btn-2 a {
  white-space: nowrap;
}
.bi-header-main-navigation .main-navigation {
  font-family: var(--heading);
}
.bi-header-main-navigation .main-navigation li {
  margin: 0 28px;
}
.bi-header-main-navigation .main-navigation li a {
  color: #e8d380;
  padding-bottom: 10px;
}
.bi-header-main-navigation .main-navigation li a.active {
  color: #e8d380;
}
.bi-header-main-navigation .main-navigation li:hover a {
  color: #ffffff;
}
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}
.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 270px;
  overflow-y: scroll;
  /* background-color: #503c56;
    */
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #e8d380;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 10px 10px 0 !important;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile_menu_overlay_on {
  overflow: hidden;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.mobile_menu_button {
  right: 0px;
  top: -35px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}
.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li:hover {
  background-color: transparent;
}
.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li
  a {
  color: #e8d380 !important;
}
.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li
  a:hover {
  color: #ffffff;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #e8d380;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .bi-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .bi-mobile-header-social a:hover {
  color: var(--base-color);
}
.bi-header-main-navigation .main-navigation .navbar-nav .nav-link {
  display: initial;
  margin: 0 5px;
}
/*---------------------------------------------------- */
/********************* HOME PAGE 1 **************************/
/*Slider area*/
/*----------------------------------------------------*/
.bi-slider-section {
  overflow: hidden;
  padding-top: 100px;
}
.bi-slider-content {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1550px;
  border-radius: 10px;
}
@-webkit-keyframes moveAnimation {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    left: 0;
  }
}
@keyframes moveAnimation {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
/*---------------------------------------------------- */
/*Skill Logo area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bi-skill-logo-content {
  padding: 70px 0px;
  border-bottom: 1px solid #4b4b4b;
}
.bi-skill-logo-play {
  max-width: 115px;
  margin-right: 25px;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.bi-skill-logo-text {
  max-width: 260px;
}
.bi-skill-logo-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.bi-skill-logo-wrapper {
  padding-left: 40px;
}
.bi-skill-logo-item {
  height: 46px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 10px 13px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section {
  padding: 140px 0px 160px;
}
.bi-counter-item-2 {
  /* margin-bottom: 75px;
    */
  transition: transform 0.5s ease;
}
.bi-counter-item-2:hover {
  /* margin-bottom: 75px;
    */
  transform: scale(1.2);
}
.bi-counter-item-2 h3 {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  max-width: 200px;
  margin-bottom: 5px;
  padding-bottom: 25px;
  color: var(--title-color);
  border-bottom: 1px solid #e7e8ee;
}
.bi-counter-item-2 h3 span {
  font-size: 120px;
  font-weight: 500;
}
.bi-play-btn {
  padding: 310px 0px;
}
.bi-play-btn a {
  display: inline-block;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section {
  padding: 110px 0px;
}
.bi-team-section .bi-team-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 695px;
}
.bi-team-content {
  padding-top: 40px;
}
.bi-team-item-area {
  width: 565px;
  height: 530px;
  overflow: hidden;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.bi-team-item-area .bi-team-img {
  overflow: hidden;
  position: absolute;
}
.bi-team-item-area .bi-team-img img {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.bi-team-item-area .bi-team-text {
  top: 55%;
  right: 35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bi-team-item-area .bi-team-text h3 {
  font-size: 45px;
  font-weight: 900;
  color: var(--title-color);
}
.bi-team-item-area .bi-team-text span {
  font-size: 20px;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-team-item-area .bi-team-text .bi-team-social {
  margin-top: 5px;
}
.bi-team-item-area .bi-team-text .bi-team-social a {
  color: #000000;
  font-size: 20px;
  margin: 0px 6px;
}
.bi-team-item-area .bi-team-item {
  bottom: 0;
  right: 0;
}
.bi-team-item-area .bi-team-item .bi-team-shape {
  top: 48px;
  z-index: -1;
  right: 105px;
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
}
.bi-team-item-area .bi-team-item .bi-team-link {
  right: -46px;
  bottom: -32px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--base-color);
}
.bi-team-item-area .bi-team-item .bi-team-link a {
  top: 25px;
  left: 30px;
  color: #fff;
  position: absolute;
}
/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.bi-portfolio-section {
  padding: 170px 0px 90px;
}
.bi-portfolio-tab-btn-text {
  max-width: 480px;
}
.bi-portfolio-tab-btn {
  margin-top: 20px;
}
.bi-portfolio-tab-btn .nav-tabs {
  border: none;
}
.bi-portfolio-tab-btn .nav {
  display: block;
}
.bi-portfolio-tab-btn .nav-tabs .nav-item.show .nav-link,
.bi-portfolio-tab-btn .nav-tabs .nav-link.active,
.bi-portfolio-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.bi-portfolio-tab-btn .nav-tabs .nav-link {
  width: 100%;
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-family: var(--heading);
}
.bi-portfolio-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  top: 10px;
  width: 12px;
  content: "";
  height: 12px;
  border-radius: 3px;
  position: absolute;
  background-color: #ff8e5e;
}
.bi-portfolio-tab-btn .nav-tabs .nav-link.active {
  color: var(--base-color);
}
.bi-portfolio-tab-btn li:nth-child(2) .nav-link:before {
  background-color: #ff4141;
}
.bi-portfolio-tab-btn li:nth-child(3) .nav-link:before {
  background-color: #1d1e22;
}
.bi-portfolio-tab-btn li:nth-child(4) .nav-link:before {
  background-color: #84d6d7;
}
.bi-portfolio-btn-img-area {
  margin-top: 30px;
}
.bi-portfolio-btn-img {
  display: inline-block;
}
.bi-portfolio-community {
  margin-top: 15px;
}
.bi-portfolio-community li {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-left: -18px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.bi-portfolio-community li:first-child {
  margin-left: 0;
}
.bi-portfolio-community .community-img-text h3 {
  color: #5f6465;
  font-size: 15px;
  max-width: 170px;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1.333;
}
.bi-portfolio-community .community-img-text h3 span,
.bi-portfolio-community .community-img-text h3 b {
  color: var(--base-color);
}
.bi-portfolio-tab-content {
  padding-top: 50px;
}
.bi-portfolio-item {
  display: inline-block;
  margin-bottom: 50px;
}
.bi-portfolio-item .portfolio-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-img:before {
  top: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-img:after {
  bottom: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-text {
  left: 40px;
  z-index: 2;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bi-portfolio-item .portfolio-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  padding: 16px 22px 16px 82px;
  background-color: var(--base-color);
}
.bi-portfolio-item .portfolio-text h3 i {
  top: 0;
  left: 0;
  width: 62px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0e0e0e;
}
.bi-portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bi-portfolio-item:hover .portfolio-img:before,
.bi-portfolio-item:hover .portfolio-img:after {
  background-color: var(--base-color);
}
.bi-portfolio-item:hover .portfolio-text {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}
.bi-portfolio-item-content .col-md-6 .bi-portfolio-item .portfolio-text {
  width: 75%;
  left: 20px;
}
.bi-portfolio-item-content .col-md-6 .bi-portfolio-item .portfolio-text h3 {
  font-size: 16px;
}
/*---------------------------------------------------- */
/*Faq Testimonial area*/
/*----------------------------------------------------*/
.bi-faq-testimonial-section {
  z-index: 1;
  padding: 135px 0px 60px;
}
.bi-faq-testimonial-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 800px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.bi-faq-feed-content {
  padding-top: 50px;
}
.bi-faq-content-area {
  border-radius: 10px;
  background-color: #1c1c1c;
  padding: 85px 65px 60px 65px;
}
.bi-faq-content-area .accordion-item,
.bi-faq-content-area .accordion-button:not(.collapsed),
.bi-faq-content-area .accordion-button {
  background-color: transparent;
}
.bi-faq-content-area .accordion-item {
  border: none;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.bi-faq-content-area .accordion-button {
  padding: 0;
  border: none;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  color: var(--title-color);
  font-family: var(--heading);
}
.bi-faq-content-area .accordion-button span {
  max-width: 80%;
  color: #e8d380;
}
.bi-faq-content-area .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bi-faq-content-area .accordion-body {
  font-size: 18px;
  line-height: 30px;
  line-height: 1.667;
  padding: 14px 0px 0px;
  color: #fff;
}
.bi-faq-content-area .accordion-body a {
  color: #e2c774;
}
.bi-faq-content-area .accordion-button::after {
  top: 5px;
  right: 0;
  content: "\f067";
  font-weight: 300;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: #e8d380;
  font-family: "Font Awesome 5 Pro";
}
.bi-faq-content-area .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bi-faq-content-area .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: #e8d380;
}
.bi-faq-content {
  margin-top: 30px;
}
.bi-testimonial-area {
  width: 100%;
  max-width: 580px;
  padding-top: 130px;
}
.bi-testimonial-slider {
  -webkit-transform: translateX(-55px);
  transform: translateX(-55px);
}
.bi-testimonial-item .testimonial-img {
  opacity: 0;
  width: 140px;
  height: 190px;
  overflow: hidden;
  visibility: hidden;
  margin-right: 40px;
  border-radius: 10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.bi-testimonial-item .testimonial-text {
  max-width: 400px;
}
.bi-testimonial-item .testimonial-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  visibility: hidden;
  padding-bottom: 25px;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.bi-testimonial-item .testimonial-text p {
  opacity: 0;
  color: #cccccc;
  font-size: 16px;
  visibility: hidden;
  padding-bottom: 50px;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.bi-testimonial-item .testimonial-text h4 {
  opacity: 0;
  font-size: 17px;
  font-weight: 700;
  visibility: hidden;
  color: var(--base-color);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.bi-testimonial-item .testimonial-desc-author {
  padding-left: 30px;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow {
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #191825;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow i {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow:after {
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow:hover i {
  margin-top: -5px;
  margin-right: 5px;
  color: #fff;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow:hover:after {
  top: -5px;
  left: -5px;
  opacity: 1;
  visibility: visible;
}
.bi-carousel-testimonial {
  margin-top: 45px;
  margin-left: 160px;
}
.bi-carousel-testimonial .bi-slider-arrow {
  margin-right: 15px;
}
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  h3,
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  p,
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  h3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.bi-testimonial-slider
  .swiper-slide-active
  .bi-testimonial-item
  .testimonial-text
  h4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.bi-sponsor-item {
  height: 400px;
  /* 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;
}
.bi-sponsor-content {
  padding: 20px 0px 60px;
  border-bottom: 1px solid #eeeeee;
}
/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bi-blog-section {
  padding: 120px 0px;
}
.bi-blog-content {
  padding-top: 40px;
}
.bi-blog-item {
  margin-bottom: 40px;
}
.bi-blog-item .bi-blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.bi-blog-item .bi-blog-text-area {
  padding-top: 30px;
}
.bi-blog-item .bi-blog-text-area .bi-blog-text {
  padding-left: 30px;
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta {
  margin-bottom: 32px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta:before {
  right: 0;
  top: 16px;
  width: 70%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--base-color);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta:after {
  top: -18px;
  right: -50px;
  width: 70px;
  content: "";
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon/star2.png);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 15px;
  border: 2px solid #fff;
  font-family: var(--heading);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--base-color);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta a i {
  margin-right: 6px;
}
.bi-blog-item .bi-blog-text-area h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--title-color);
  padding-bottom: 18px;
}
.bi-blog-item .bi-blog-text-area p {
  line-height: 1.556;
  padding-bottom: 42px;
}
.bi-blog-item .bi-blog-text-area .bi-btn-1 a:before {
  top: -5px;
}
.bi-blog-item .bi-blog-text-area .bi-btn-1 a:after {
  bottom: -5px;
}
.bi-blog-item.right_align_content .bi-blog-meta {
  text-align: right;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.bi-blog-item.right_align_content .bi-blog-meta a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bi-blog-item.right_align_content .bi-blog-meta:before {
  left: 0;
}
.bi-blog-item.right_align_content .bi-blog-meta:after {
  top: -19px;
  left: -50px;
  right: auto;
}
.bi-blog-item.right_align_content .bi-blog-text {
  padding-left: 0;
  text-align: right;
  padding-right: 30px;
}
/*---------------------------------------------------- */
/********************* HOME PAGE 2 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  /* background-color: #4a3251 ;
    */
}
.home-2 .headline h1,
.home-2 .headline h2,
.home-2 .headline h3,
.home-2 .headline h4,
.home-2 .headline h5,
.home-2 .headline h6 {
  font-family: "Outfit", sans-serif;
  font-size: 55px;
}
/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.bi-banner-section {
  overflow: hidden;
  background-color: #000000;
  /* background-image: url("../images/ida/banner-bg.png");
    */
  background-size: cover;
  position: relative;
  /* height: 100vh;
    */
}
@keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.bi-banner-content .banner_img_1 {
  top: 14%;
  left: -50px;
  width: 30%;
  -webkit-animation: pulse 2s infinite linear alternate;
  animation: pulse 2s infinite linear alternate;
}
.bi-banner-content .banner_img_3 {
  left: 183px;
  top: 153px;
  -webkit-animation: Bins_animation_3 10s infinite linear alternate;
  animation: Bins_animation_3 10s infinite linear alternate;
}
.bi-banner-content .banner_img_2 {
  left: 18%;
  bottom: 150px;
  -webkit-animation: Bins_animation_3 3s infinite linear alternate;
  animation: Bins_animation_3 3s infinite linear alternate;
}
.bi-banner-content .banner_img_4 {
  top: 14%;
  right: -50px;
  -webkit-animation: pulse 2s infinite linear alternate;
  animation: pulse 2s infinite linear alternate;
  width: 30%;
}
.bi-banner-content .banner_img_5 {
  right: 18%;
  top: 27%;
  -webkit-animation: Bins_animation_3 6s infinite linear alternate;
  animation: Bins_animation_3 6s infinite linear alternate;
}
.bi-banner-text {
  margin: 0 auto;
  max-width: 775px;
  padding: 80px 0px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bi-banner-text img {
  width: 50%;
}
.bi-banner-text h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  padding-bottom: 20px;
}
.bi-banner-text p {
  color: #cecece;
  margin: 0 auto;
  max-width: 670px;
  padding-bottom: 62px;
}
.register-section {
  display: inline-flex;
}
.login {
  padding: 5px 25px;
  margin: 25px 10px;
  font-size: 25px;
  border: 1px solid #e8d380;
  color: #000 !important;
  font-weight: 400;
  text-decoration: none;
  background-color: #e5c16d;
}
.register {
  padding: 5px 25px;
  margin: 25px 10px;
  font-size: 25px;
  border: 1px solid #e8d380;
  color: #000 !important;
  font-weight: 400;
  text-decoration: none;
  background-color: #e5c16d;
}
.login:hover {
  border: 1px solid #000;
  background-color: #fff;
  /* color: #e5c16d !important;
    */
}
.register:hover {
  border: 1px solid #000;
  background-color: #fff;
  /* color: #e5c16d !important;
    */
}
.bi-fun-fact-counter-2 {
  padding: 80px 0 40px 0;
}
.bi-counter-item-2 {
  overflow: hidden;
  /* margin-bottom: 75px;
    */
  border: 1px solid #e8d380;
  /* border-radius: 20px;
    */
  text-align: center;
  /* padding: 20px;
    */
  -webkit-box-shadow: 1px -1px 24px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 24px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 24px -3px rgba(0, 0, 0, 0.75);
}
/* .bi-counter-item-2 p::after {
    width: 60px !important;
    height: 6px;
    content: "";
    margin: 0 auto;
    border-radius: 4px;
    background-color: #e8d380;
    display: flex;
    margin-top: 20px;
}
*/
.bi-counter-item-2 p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.comingsoon {
  margin-top: 20px;
  margin-bottom: -90px !important;
  border: 1px solid;
  padding: 5px 10px;
  font-size: 35px !important;
}
.bi-counter-item-2 span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
}
.bi-service-section-2 {
  padding: 90px 0px 0px;
  background-color: #4a3251;
}
.bi-text-scroll-item-2 {
  display: flow-root;
  overflow: hidden;
  padding: 30px 0;
  margin: 10px 0 0 0;
  animation-duration: 120ms;
}
.bi-text-scroll-item-2 h3 {
  font-size: 34px;
  font-weight: 400;
  margin: 0px 20px;
  display: inline-block;
  color: #000000;
}
/* .bi-text-scroll-item-2 span {
    width: 20px;
}
*/
.bi-text-scroll-item-2 span img {
  padding: 0;
  margin: 0px 45px;
  width: 120px;
  background-color: #fff;
}
.second-image img {
  width: 180px !important;
  margin: -30px 45px !important;
}
.first-image img {
  width: 220px !important;
  margin: -50px 45px !important;
}
.bi-text-scroll-section-2 {
  /* background-image: linear-gradient(0deg, #ac8d37 0%, #fbdf98 98%, #fbdf98 100%);
    */
  padding: 10px 0;
  color: #000000;
  background-color: #fff;
}
/*Start*/
.centered-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  background-size: cover;
  background-position: center;
}
.awards-page {
  padding: 70px 0 30px 0;
}
.left-container {
  /* padding: 20px;
    */
  text-align: left;
}
.middle-container {
  text-align: center;
}
.middle-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.right-container {
  /* padding: 20px;
    */
  text-align: left;
}
.bi-sd-feature {
  min-height: 230px;
}
.bi-sd-icon-title .inner-title h4 {
  font-weight: 400;
  color: #e8d380;
}
.bi-sd-icon-title .inner-icon {
  margin-right: 15px;
}
.bi-sd-feature-text {
  font-size: 15px;
}
.brand-logo img {
  width: 75%;
}
.bi-btn-3.bi-btn-area {
  width: 50%;
}
.cta-btn-area {
  width: 16%;
  display: flex;
  justify-content: center;
}
/*End*/
.bi-footer-section-2 {
  background-color: #e8d380;
  color: #000000;
}
.bi-footer-section-2 h6 {
  font-size: 16px;
  font-weight: 500;
  color: #0b1756;
}
.bi-footer-section-2 h2 {
  font-size: 18px;
  font-weight: 600;
}
.bi-footer-section-2 span {
  font-size: 16px;
  font-weight: 200;
}
.bi-footer-section-2 span:hover {
  color: #e8d380;
}
.bi-footer-section-2 p {
  font-size: 16px;
  font-weight: 200;
}
.bi-footer-section-2 p:hover {
  color: #e8d380;
}
.bi-footer-cta-social {
  vertical-align: top;
}
.bi-footer-cta-social ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.bi-footer-cta-social li {
  margin-right: 20px;
}
.bi-footer-cta-social li i {
  background-color: #0b1756;
  padding: 10px;
  border-radius: 10px;
}
.bi-footer-cta-social li i:hover {
  color: #e8d380;
}
.bi-footer-cta-content-2 {
  padding: 50px 0px 20px 0;
  border-bottom: 1px solid #0b1756;
}
.bi-footer-copyright-2 {
  padding: 20px 0;
}
.bi-footer-copyright-2 .container {
  display: flex;
}
.bi-footer-copyright-content-2 {
  width: 100%;
  text-align: center;
}
.bi-footer-copyright-content-3 {
  width: 50%;
  text-align: right;
}
.bi-footer-copyright-content-3 a:hover {
  color: #e8d380;
}
/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.bi-pricing-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 80px 0px 30px;
  background: url("../images/bg/brown-patch.jpg") no-repeat center center;
  /* background-color: #503c56;
    */
}
.bi-pricing-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-pricing-section-2 .bi-side-shape.shape_1 {
  right: 0;
  top: -100%;
}
.bi-pricing-content-2 {
  padding-top: 45px;
}
.bi-pricing-item-2 {
  border-radius: 25px;
  padding: 50px 50px 10px 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #4a3251;
}
.bi-pricing-item-2 .bi-pricing-title-2 {
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.bi-pricing-item-2 .bi-pricing-title-2 span {
  font-size: 24px;
  font-weight: 500;
  color: #e8d380;
  padding: 20px 0 10px 0;
  display: block;
}
.bi-pricing-item-2 .bi-pricing-title-2 .text-heading {
  color: #3f2c45;
  font-weight: 400;
  padding: 0 25px;
  background-color: #e8d380;
  font-size: 45px;
}
.bi-pricing-item-2 .bi-pricing-title-2 h4 {
  font-size: 22px;
  font-weight: 200;
  color: #ffebb1;
}
.bi-pricing-item-2 .bi-pricing-title-2 h2 {
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
  padding: 30px 0;
}
.bi-pricing-item-2 .bi-pricing-title-2 h2 sub {
  bottom: 0;
  color: #e2dee7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.bi-pricing-item-2 .bi-pricing-title-2 h2 sep {
  font-weight: 200;
}
.sep2 {
  border: 1px solid #72587a;
}
/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section-3 {
  overflow: hidden;
  padding: 80px 0px 50px 0px;
  /* background-color: #503c56;
    */
}
.bi-team-section-3 .bi-shape-anim.anim_1 {
  top: 0;
  right: -50px;
  -webkit-animation: Bins_animation_2 8s infinite linear alternate;
  animation: Bins_animation_2 8s infinite linear alternate;
}
.bi-team-section-3 .bi-shape-anim.anim_2 {
  left: 0;
  bottom: -100px;
  -webkit-animation: Bins_animation_1 8s infinite linear alternate;
  animation: Bins_animation_1 8s infinite linear alternate;
}
.bi-team-item-3 {
  border-radius: 5px;
  padding: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  background: #4a3251;
}
.bi-team-item-3 .bi-team-img-social {
  margin-bottom: 25px;
}
.bi-team-item-3 .bi-team-img-social img {
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 2px solid white;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.bi-team-item-3 .bi-team-img-social .team-social {
  top: 50%;
  opacity: 0;
  right: 30px;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-text {
  text-align: center;
  margin-top: 20px;
}
.bi-team-text h3 {
  color: #c2a349;
  font-size: 25px !important;
  font-weight: 600;
  padding-bottom: 12px;
}
.bi-team-text span {
  font-weight: 500;
  font-size: 15px;
}
.bi-team-text b {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 12px;
  display: block;
}
.bi-team-item-3:hover {
  border: 1px solid #e8d380;
}
.bi-team-item-3:hover .bi-team-img-social img {
  border: 3px solid #e8d380;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bi-team-item-3:hover .bi-team-img-social .team-social {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.bi-team-slider-content-3 {
  margin: 0 auto;
  padding-top: 55px;
  max-width: 1920px;
}
.bi-team-slider-content-3 .bi-team-slider-3 {
  margin: 0 -135px 0 0;
  max-width: 1735px;
}
.bi-team-pagination-carousel {
  margin-top: 50px;
}
.bi-team-pagination-carousel .bi-team-carousel {
  margin-left: 20px;
}
.bi-team-pagination-carousel .bi-slider-arrow {
  width: 52px;
  color: #4a3251;
  height: 52px;
  font-size: 25px;
  margin-left: 15px;
  border-radius: 100%;
  border: 2px solid #c2a349;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #c2a349;
}
.bi-team-pagination-carousel .bi-slider-arrow:hover {
  color: #fff;
  background-color: #c2a349;
}
.bi-team-pagination-carousel .swiper-team-paginations {
  width: 100%;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #4a3251;
}
.bi-team-pagination-carousel
  .swiper-team-paginations
  .swiper-pagination-bullet {
  width: 50%;
  height: 4px;
  border-radius: 0;
  margin-top: -3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-pagination-carousel
  .swiper-team-paginations
  .swiper-pagination-bullet-active {
  background-color: var(--base-color);
}
/*Start*/
.hpt-testimonial-section-4 {
  /* background-color: #503c56;
    */
  padding: 0 0 50px;
}
.hpt-testimonial-section-4 h2 {
  padding: 55px 0 70px 0;
}
.hpt-testimonial-section-4 .hpt-section-title-4 {
  margin: 0 auto;
  max-width: 650px;
}
.hpt-testimonial-slider-4 {
  overflow: hidden;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate {
  position: relative;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate .quote-icon-1 {
  position: absolute;
  left: 0;
  top: -45px;
  opacity: 0.2;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate .quote-icon-2 {
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 0.2;
}
.hpt-testimonial-slider-nav-4 .testimonial_nav {
  width: 200px;
  z-index: 1;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #ffffff;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hpt-testimonial-slider-nav-4 .testimonial_nav img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.hpt-testimonial-slider-nav-4 .testimonial_nav:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: linear-gradient(135deg, #eb5c18 0%, #f95055 45.72%, #ca2db8 100%);
}
.hpt-testimonial-slider-nav-4 .swiper-slide-prev .testimonial_nav,
.hpt-testimonial-slider-nav-4 .swiper-slide-next .testimonial_nav {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 10px solid #e8d380;
}
.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hpt-testimonial-slider-nav-4 .testimonial-prev_4,
.hpt-testimonial-slider-nav-4 .testimonial-next_4 {
  left: 0;
  top: 50%;
  z-index: 2;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hap-team-item-jury .team-img:before {
    height: 210px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-testimonial-slider-nav-4 .testimonial-prev_4,
  .hpt-testimonial-slider-nav-4 .testimonial-next_4 {
    top: 110%;
  }
  .bi-banner-text {
    padding-top: 55px;
  }
  .iamai img,
  .bi-banner-text img {
    width: 30% !important;
  }
  .register,
  .login {
    margin: 5px 10px !important;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    margin: -35px 40px 18px 64px !important;
    padding: 10px 2px !important;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 h2 {
    font-size: 33px !important;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 .text-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .popup {
    padding: 10px;
  }
  .popup-content {
    width: 100% !important;
    top: 40% !important;
    left: 0% !important;
  }
  .headlines-about {
    align-items: center;
    text-align: center;
  }
  .bi-btn-9 {
    margin: 0px !important;
  }
  .bi-btn-3 a img {
    width: 50%;
    float: right;
  }
  .bi-btn-3.bi-btn-area {
    width: 85%;
  }
  .timeline-even {
    margin: 0px !important;
  }
  .hpt-faq-1-item-wrap
    .accordion-item
    .accordion-header
    .accordion-button
    .icon
    i,
  .hpt-faq-1-item-wrap
    .accordion-item
    .accordion-header
    .accordion-button
    .text {
    font-size: 13px !important;
  }
  .hpt-faq-1-area {
    padding: 0px !important;
  }
  .close {
    font-size: 40px;
    top: -5px;
    right: 5px;
  }
  .hpt-faq-1-section-title.mb-25 {
    text-align: center;
  }
  .popup-title {
    font-size: 24px;
  }
  .bi-about-text-quote-area div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .subtitle {
    font-size: 20px;
  }
  span.sponsor-detail {
    padding: 10px 0px;
  }
  .award-category {
    margin: 20px 0px;
  }
  span.number {
    font-size: 43px !important;
  }
  .service-img.visa-partner {
    width: 75% !important;
  }
  .service-img.singhtek {
    width: 70% !important;
  }
  .sponsor-logo h2 {
    text-align: center !important;
    font-size: 20px !important;
    margin-top: 50px;
  }
  .headlines div h2 {
    font-size: 25px !important;
    text-align: center;
  }
  .about-opp div p {
    width: 100% !important;
  }
  p.about-p.wow.fadeInRight {
    padding: 0px !important;
  }
  .hap-sponsor-logo-area {
    flex-direction: column;
    align-items: center;
  }
  .hap-sponsor-logo-area img {
    transform: rotate(90deg) !important;
    display: flex;
    justify-content: center;
    margin: -60px 0px;
  }
  .hap-sponsor-logo-area .sponsor-logo {
    width: 100% !important;
    font-size: 25px !important;
  }
  .hpt-testimonial-slider-nav-4 .testimonial-prev_4,
  .hpt-testimonial-slider-nav-4 .testimonial-next_4 {
    top: 110%;
  }
  .award-table th.client-submitted-by,
  .award-table td.client-submitted-by {
    width: 100%;
  }
  .award {
    border: 1px solid #e8d380;
    margin: 0px 0px 20px 0px !important;
    padding: 0px;
    border-radius: 7px;
    width: 100%;
  }
  .tab-button.active {
    width: 90% !important;
  }
  button.tab-button {
    font-size: 22px !important;
    font-weight: 500;
  }
  .tab-button {
    width: 90% !important;
  }
  .date-section {
    flex-direction: column;
  }
  /*End*/
}
.hpt-testimonial-slider-nav-4 .testimonial-prev_4:hover,
.hpt-testimonial-slider-nav-4 .testimonial-next_4:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb5c18),
    color-stop(45.72%, #f95055),
    to(#ca2db8)
  );
  background: linear-gradient(90deg, #eb5c18 0%, #f95055 45.72%, #ca2db8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-testimonial-slider-nav-4 .testimonial-next_4 {
  right: 0;
  left: auto;
}
.hpt-testimonial-slider-for-4 {
  margin-top: 60px;
}
.hpt-testimonial-item-4 {
  margin: 0 auto;
  max-width: 745px;
}
.hpt-testimonial-item-4 .testimonial-author {
  margin-bottom: 30px;
}
.hpt-testimonial-item-4 .testimonial-author h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
.hpt-testimonial-item-4 .testimonial-author span {
  color: #e8d380;
  font-weight: 400;
  line-height: 30px;
}
.hpt-testimonial-item-4 .testimonial-desc-rate p {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  position: relative;
}
.hpt-testimonial-item-4 .testimonial-desc-rate .testimonial-rate li i {
  background: var(--linear, linear-gradient(90deg, #ffffff 0%, #e8d380 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*---------------------------------------------------- */
/*Service Page area*/
/*----------------------------------------------------*/
.bi-service-feed-content {
  padding-top: 45px;
}
.bi-service-feed-item {
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px 30px 40px;
  background-image: linear-gradient(
    0deg,
    #ac8d37 0%,
    #fbdf98 98%,
    #fbdf98 100%
  );
  border: 5px solid #ac8d37;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  min-height: 401px;
}
.bi-service-feed-item:hover {
  transform: translate(0, -10px);
}
.bi-service-feed-item .service-icon {
  display: inline-flex;
  margin-left: -10px;
}
.bi-service-feed-item .service-icon img {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  width: 100%;
}
.bi-service-feed-item .service-icon img:hover {
  width: 100%;
}
.bi-service-feed-item .service-icon .flaticon-coding {
  width: 70%;
  display: flex;
  align-items: center;
}
.bi-service-feed-item .service-icon .heading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  min-height: 100px;
  line-height: 24px;
  align-items: center !important;
  display: flex;
}
.bi-service-feed-item .service-text p {
  color: #000;
  font-size: 16px;
  padding: 10px 0px 5px;
  line-height: 20px;
  font-weight: 400;
}
.bi-service-feed-item .service-text .read_more {
  color: #fff;
  background-color: #000;
  padding: 5px 15px;
  display: inline;
  text-decoration: none;
  font-size: 15px;
}
.bi-service-feed-item .service-text .read_more:hover {
  color: #000;
  border: 1px solid #503c56;
  background-color: #fff;
  padding: 5px 15px;
}
.bi-service-feed-item:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.bi-service-feed-item:hover .serial-number {
  opacity: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.bi-service-feed-item:hover .service-icon:before {
  opacity: 1;
}
.bi-service-feed-item:hover .service-icon i {
  color: #fff;
}
.bi-service-feed-item:hover .hover_img {
  opacity: 1;
  visibility: visible;
}
.bi-service-feed-item:hover .service-text h3 {
  color: #fff;
}
.bi-nominate-section-2 {
  padding: 80px 0;
  /* background-color: #503c56;
    */
}
/*End*/
@media screen and (min-device-width: 479px) and (max-device-width: 1100px) {
  .bi-header-logo-main-menu .brand-logo {
    width: 33%;
  }
  .brand-logo img{
      width: 45%;
  }
  .bi-banner-text {
    padding: 100px 15px 60px;
  }
  .hpt-about-1-feature .item {
    font-weight: 300;
    font-size: 18px;
  }
  .bi-btn-1 a {
    padding: 10px 10px 10px;
    margin-right: 50px;
  }

  .bi-terms-condition-content ul {
    padding: 1px;
    border-radius: 20px;
  }
  .middle-container img {
    width: 50% !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .progress-detail .container {
    padding: 60px;
  }
  .progress-steps {
    display: block !important;
  }
  .progress-step {
    display: block;
  }
  /* .bi-btn-3 a {
    margin-right: 90px;
  } */
}
@media screen and (min-device-width: 375px) and (max-device-width: 479px) {
  .hap-team-item-jury .team-img:before {
    height: 350px !important;
  }
}
@media screen and (min-device-width: 479px) and (max-device-width: 767px) {
  .hap-team-item-jury .team-img:before {
    height: 355px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 375px) {
  .bi-pricing-item-area-3 .bi-pricing-item-3 {
    background-size: 100% !important;
    padding: 75px 10px !important;
  }
  .hap-team-item-jury .team-img:before {
    height: 300px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bi-header-logo-main-menu .brand-logo {
    width: 30%;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    margin: 1px 20px 30px 34px !important;
    padding: 15px 20px !important;
  }
  .bi-btn-1 a {
    padding: 10px 10px 10px;
    margin-right: 50px;
  }
  .bi-banner-text {
    padding: 65px 15px 0px !important;
  }
  .hpt-about-1-feature .item {
    font-weight: 300;
    font-size: 16px;
  }
  .bi-about-text-quote-area {
    padding-top: 13px;
    padding-left: 0px;
  }
  .home-2 .headline h1,
  .home-2 .headline h2,
  .home-2 .headline h3,
  .home-2 .home-2 .headline h5,
  .home-2 .headline h6 {
    font-size: 25px;
    text-align: center;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 .text-heading {
    font-size: 24px;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 span {
    font-size: 17px;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 h4 {
    font-size: 15px;
  }
  .bi-btn-9 a {
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
  .bi-team-item-3 .bi-team-img-social img {
    width: 296px;
    height: 296px;
  }
  .bi-footer-cta-social {
    vertical-align: top;
    text-align: center;
    width: 100%;
  }
  .bi-footer-cta-social ul {
    display: flex;
    list-style: none;
    /*padding: 0 28px;
       */
  }
  .bi-footer-copyright-content-2 {
    width: 100%;
    text-align: center;
  }
  .bi-footer-copyright-2 .container {
    display: block;
  }
  .bi-footer-copyright-content-3 {
    width: 100%;
    text-align: center;
  }
  .bi-about-text-quote-area p {
    font-size: 16px !important;
    text-align: center;
    padding: 0px !important;
  }
  .bi-footer-cta-text {
    width: 100%;
    text-align: center;
  }
  .logo-footer {
    width: 100%;
    text-align: center;
  }
  .logo-footer img {
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
  }
  .brand-logo img {
    width: 95%;
  }
  .bi-btn-3 a {
    margin-right: 50px;
  }
  .hap-pricing-tab-btn .nav li {
    width: 100% !important;
  }
  .bi-terms-condition-content ul {
    padding: 1px;
    border-radius: 20px;
  }
  .progress-detail {
    z-index: 1;
    overflow: hidden;
  }
  .progress-steps {
    display: block !important;
  }
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
    right: 0px;
    color: #e8d380;
  }
  .middle-container img {
    width: 50% !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .progress-step {
    flex: 1;
    text-align: center;
    margin: 12px;
    border: 1px solid #e8d380;
    border-radius: 20px;
    display: block !important;
    padding: 10px;
  }
  .bi-pricing-item-2 .bi-pricing-title-2 h2 sub {
    font-size: 11px;
  }
  .list li {
    font-size: 18px;
    font-weight: 400;
    width: 100% !important;
    position: relative;
    display: inline-block !important;
  }
  .close-btn {
    position: absolute;
    top: 38px !important;
    right: 52px !important;
    cursor: pointer;
    font-size: 50px;
  }
  .login {
    padding: 5px 25px;
    margin: 25px 10px;
    font-size: 15px;
    border: 1px solid #e8d380;
    color: #000 !important;
    font-weight: 400;
    text-align: center;
  }
  .register {
    padding: 5px 25px;
    margin: 25px 10px;
    font-size: 15px;
    border: 1px solid #e8d380;
    color: #000 !important;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (min-device-width: 735px) and (max-device-width: 770px) {
  .hap-pricing-tab-btn .nav li {
    width: 100% !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) {
  .bi-btn-3 a {
    color: #503c56;
    font-weight: 700;
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px !important;
  }
  .bi-header-section.header-style-two
    .bi-header-main-navigation
    .main-navigation
    li
    a {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 40px;
  }
  .hap-team-slider-content .hap-carousel-arrow-next-prev,
  .hap-testimonial-content .hap-carousel-arrow-next-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev,
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next,
  .hap-testimonial-content .hap-testimonial-button-prev,
  .hap-testimonial-content .hap-testimonial-button-next {
    width: 50px;
    color: #e8d380;
    height: 50px;
    position: static;
    margin: 0px 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: var(--hap-base-color);
  }
  .hap-carousel-arrow-next-prev .hap-slider-arrow:before,
  .hap-carousel-arrow-next-prev .hap-slider-arrow:after {
    display: none;
  }
}
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .bi-banner-content .banner_img_2 {
    left: 15%;
  }
}
@media screen and (max-width: 1600px) {
  .bi-main-arrow-next-prev {
    padding: 85px 20px;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }
  .bi-header-section.header-style-two
    .bi-header-main-navigation
    .main-navigation
    li {
    margin: 0px 15px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    margin-left: 20px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-area {
    margin-left: 15px;
  }
  .bi-header-section.header-style-two
    .bi-header-cta-btn-grp
    .cta-btn-info
    .inner-icon {
    margin-right: 10px;
  }
  .bi-testimonial-content {
    padding-left: 130px;
  }
  .bi-testimonial-thumb {
    left: 0;
  }
  .bi-banner-content .banner_img_2 {
    bottom: 50px;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1400px) {
  .bi-team-item-3 {
    margin: 0 auto;
  }
  .bi-testimonial-item-3 {
    margin: 0 auto;
  }
  .bi-team-slider-content-3 .bi-team-slider-3,
  .bi-testimonial-content-3 .bi-testimonial-slider-3 {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .bi-main-slide-item .bi-slide-text-area h1 {
    font-size: 90px;
  }
  .bi-main-slide-item .bi-slide-text-area h2 {
    font-size: 70px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    display: none !important;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form span {
    margin-right: 20px;
  }
  .bi-sponsor-section-3 .sponsor-bg {
    top: -105px;
  }
  .bi-career-feed-item .inner-img-text {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  .hap-pricing-list-area {
    padding: 50px 40px 45px;
  }
  .bi-main-slide-item .side-shape {
    display: none;
  }
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 580px;
  }
  .bi-skill-logo-play {
    max-width: 95px;
  }
  .bi-section-title-1 h2 {
    font-size: 60px;
  }
  .bi-banner-content .bi-banner-img {
    display: none;
  }
  .bi-banner-text {
    padding: 100px 0px 100px;
  }
  .bi-key-feature-item {
    padding: 35px 25px;
  }
  .bi-section-title-2 h2 {
    font-size: 40px;
  }
  .bi-slider-item-3 .bi-slider-img3_2 {
    right: -250px;
  }
  .bi-section-title-3 h2 {
    font-size: 65px;
  }
  .bi-abut-feature-list li {
    padding: 0px 20px;
  }
  .bi-about-text-quote-area {
    padding-top: 0px;
  }
  .bi-about-text-quote-area p {
    padding-bottom: 25px;
  }
  .bi-about-text-quote-area .quote-author {
    margin-bottom: 30px;
  }
  .bi-blog-item-3 {
    margin: 0 auto;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .bi-header-main-navigation .main-navigation li {
    margin: 0px 15px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp button {
    margin-left: 10px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp .offcanves-btn {
    margin-left: 20px;
  }
  .bi-skill-logo-text h2 {
    font-size: 30px;
  }
  .bi-header-section.header-style-one .bi-header-social a {
    margin-left: 8px;
  }
  .bi-header-section.header-style-one .bi-header-social {
    margin-left: 20px;
  }
  .bi-header-section .dropdown:after {
    top: 2px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp {
    margin-left: 15px;
  }
  .bi-header-section.header-style-one .bi-header-content {
    padding: 15px;
  }
  .bi-slider-section {
    padding-top: 90px;
  }
  .bi-skill-logo-play {
    max-width: 80px;
  }
  .bi-section-title-1 h2 {
    font-size: 55px;
  }
  .bi-about-text-area {
    right: 0;
  }
  .bi-fun-fact-img,
  .bi-fun-fact-img-2 {
    height: 320px;
  }
  .bi-testimonial-area {
    max-width: 460px;
  }
  .bi-testimonial-item .testimonial-text {
    max-width: 280px;
  }
  .bi-faq-content-area {
    padding: 85px 30px 60px 30px;
  }
  .bi-faq-content-area .bi-section-title-1 h2 {
    font-size: 45px;
  }
  .bi-sold-employe-text .bi-section-title-2 h2 {
    font-size: 30px;
  }
  .bi-portfolio-section-2 .bi-side-shape.shape_1 {
    display: none;
  }
  .bi-about-img2_1 {
    width: 100%;
    height: 100%;
  }
  .bi-header-section.header-style-three .bi-header-content {
    padding: 17px 20px;
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .offcanves-btn {
    margin-left: 0;
  }
  .bi-header-section.header-style-three .bi-header-content {
    background-image: none !important;
    background-color: var(--base-color);
  }
  .bi-header-section.header-style-three
    .bi-header-main-navigation
    .main-navigation
    li:hover
    a {
    color: #000;
  }
  .bi-what-we-offer-item .bi-what-we-offer-desc {
    max-width: 330px;
  }
  .bi-section-title-3 h2 {
    font-size: 55px;
  }
  .bi-abut-feature-list li {
    width: 100%;
  }
  .bi-about-img-3 {
    padding-top: 150px;
  }
  .bi-about-img-3:before {
    display: none;
  }
  .bi-portfolio-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .bi-header-cta-btn-grp .bi-btn-2 a {
    padding: 15px 20px;
  }
  .bi-header-section.header-style-two
    .bi-header-main-navigation
    .main-navigation
    li {
    margin: 0px 15px;
  }
  .hap-pricing-list-area li {
    font-size: 18px;
  }
  .hap-sponsor-content {
    margin-top: 0;
    border-radius: 0;
    padding-left: 15px;
  }
  .hap-pricing-list-area {
    margin-left: 0;
  }
  .hap-pricing-section {
    padding: 80px 0px;
  }
  .bi-key-feature-item .bi-key-feature-text h3 {
    font-size: 20px;
  }
  .bi-sold-employe-counter-item .counter-text h3 {
    font-size: 20px;
  }
  .bi-sold-employe-counter-item .counter-text p {
    font-size: 18px;
  }
  .bi-consult-cta-text-area .bi-section-title-2 h2 {
    font-size: 40px;
  }
  .bi-section-title-2 h2 {
    font-size: 36px;
  }
  .bi-consult-btn-area {
    margin-bottom: 15px;
  }
  .bi-testimonial-thumb {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: static !important;
  }
  .bi-testimonial-content {
    padding-left: 0;
  }
  .bi-testimonial-nav {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-testimonial-nav .bi-testimonial-nav-item {
    width: 95px;
  }
  .bi-testimonial-nav .swiper-slide-active .bi-testimonial-nav-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bi-testimonial-nav .bi-testimonial-nav-item:before {
    display: none;
  }
  .bi-footer-cta-content-2 .bi-footer-cta-social li {
    margin-left: 0px;
  }
  .bi-footer-widget-2 .widget-title {
    font-size: 18px;
  }
  .bi-slider-wrapper-3
    .swiper-slide-active
    .bi-slider-item-3
    .bi-slider-img3_2 {
    right: -50%;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  .bi-section-title-3 h2 {
    font-size: 45px;
    line-height: 1.5;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    padding: 15px 20px;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 {
    font-size: 22px;
  }
  .bi-breadcrumbs-content {
    padding: 200px 0px 180px;
  }
  .hap-banner-section:before,
  .hap-service-section:before,
  .hap-service-section:after,
  .hap-skill-faq-section:before,
  .hap-skill-faq-section:after,
  .hap-team-section:before,
  .hap-team-section:after,
  .hap-testimonial-section:before,
  .hap-testimonial-section:after {
    display: none;
  }
  .hap-team-section {
    background-color: #141414;
    padding: 80px 0px;
  }
}
@media screen and (max-width: 991px) {
  .mobile_menu_button {
    display: block;
  }
  .bi-header-main-navigation {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-social {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp {
    margin-left: 0;
    margin-right: 45px;
  }
  .bi-main-slide-text-img-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-main-slide-item .bi-slide-img-area {
    margin-bottom: 50px;
  }
  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }
  .bi-slider-section {
    padding-top: 70px;
  }
  .bi-skill-logo-text-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .bi-skill-logo-wrapper {
    padding-left: 0;
    text-align: center;
  }
  .bi-skill-logo-wrapper .bi-skill-logo-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-quality-section {
    padding-bottom: 80px;
  }
  .bi-about-text-area {
    position: static;
    margin: 0 auto;
    margin-top: 40px;
  }
  .bi-about-text-area .bi-section-title-1 h2 b {
    color: #0e0e0e;
  }
  .bi-about-section {
    padding: 100px 0px 60px;
  }
  .bi-fun-fact-img {
    margin: 0 auto;
    max-width: 405px;
    display: block;
    margin-bottom: 30px;
  }
  .bi-fun-fact-img-2 {
    margin: 0 auto;
    display: block;
    max-width: 600px;
  }
  .bi-portfolio-tab-btn-text {
    margin: 0 auto;
    max-width: 550px;
  }
  .bi-portfolio-tab-content {
    margin: 0 auto;
    max-width: 710px;
  }
  .bi-testimonial-item .testimonial-desc-author {
    padding-left: 0;
  }
  .bi-carousel-testimonial {
    padding-left: 125px;
  }
  .bi-fun-fact-text-area-2 {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .bi-fun-fact-text-area-2 .bi-btn-1 {
    margin-top: 30px;
  }
  .bi-blog-item {
    margin: 0 auto;
    max-width: 605px;
    margin-bottom: 40px;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta:before {
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta:after {
    right: 15px;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-text {
    padding-left: 0;
  }
  .bi-blog-item.right_align_content .bi-blog-meta:after {
    left: 0px;
  }
  .bi-blog-item.right_align_content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bi-faq-testimonial-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bi-faq-content-area {
    width: 100%;
    max-width: 100%;
  }
  .bi-faq-testimonial-section:before {
    height: 100%;
    background-size: cover;
  }
  .bi-testimonial-slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bi-testimonial-area {
    max-width: 100%;
  }
  .bi-testimonial-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-carousel-testimonial {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .bi-header-search {
    display: none;
  }
  .bi-header-cta-btn-grp .bi-btn-2 {
    margin-right: 40px;
  }
  .bi-header-section.header-style-two .mobile_menu_button {
    top: -50px;
    display: none;
  }
  .bi-side-shape {
    display: none !important;
  }
  .bi-about-text-area-2 {
    margin: 0 auto;
    max-width: 600px;
  }
  .bi-sold-employe-content {
    border-radius: 0;
  }
  .bi-sold-employe-text-area {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .bi-consult-cta-text-area {
    margin: 0 auto;
    max-width: 500px;
  }
  .bi-consult-form-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-pricing-item-2 {
    margin-bottom: 40px;
  }
  .bi-footer-widget-2 .menu-widget {
    padding-left: 0;
  }
  .bi-footer-widget-2 {
    margin-bottom: 30px;
  }
  .bi-footer-cta-content-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bi-footer-cta-content-2 .bi-footer-cta-social-area {
    width: 100%;
    padding-bottom: 30px;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form {
    width: 100%;
    padding-left: 0;
  }
  .bi-about-video-play {
    margin: 0 auto;
    max-width: 635px;
  }
  .bi-about-img-3 {
    margin: 0 auto;
    max-width: 768px;
    padding-top: 50px;
    padding-left: 0;
  }
  .bi-shape-anim {
    display: none !important;
  }
  .bi-pricing-item-area-3 {
    margin-bottom: 40px;
  }
  .bi-pricing-item-area-3:before {
    display: none;
  }
  .bi-testimonial-content-3 .testimonial-circle {
    display: none;
  }
  .bi-slider-wrapper-3
    .swiper-slide-active
    .bi-slider-item-3
    .bi-slider-img3_2 {
    display: none;
  }
  .bi-slider-content-3 .bi-slider-social {
    display: none;
  }
  .bi-main-arrow-next-prev {
    height: 60px;
    padding: 0px 30px;
    margin-left: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static !important;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: inline-block !important;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 0;
  }
  .bi-main-arrow-next-prev .bi-slider-arrow {
    display: none !important;
  }
  .bi-slider-content-3 .slider_shape {
    display: none;
  }
  .bi-main-arrow-next-prev .swiper-paginations .swiper-pagination-bullet {
    margin: 0px 5px;
  }
  .bi-slider-item-3 {
    padding: 190px 0px 80px;
  }
  .bi-slider-content-3 {
    padding-bottom: 60px;
  }
  .bi-what-we-offer-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }
  .bi-header-section.header-style-three {
    background-color: var(--base-color);
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn {
    margin-right: 40px;
  }
  .bi-header-section.header-style-three .mobile_menu_button {
    top: -52px;
    right: 0px;
  }
  .bi-what-we-offer-item {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bi-what-we-offer-item .bi-what-we-offer-desc {
    margin: 0px 25px;
  }
  .bi-what-we-offer-item .offer-btn {
    margin-top: 20px;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title {
    margin-bottom: 25px;
  }
  .bi-sponsor-section-3 .sponsor-bg {
    display: none;
  }
  .bi-sponsor-slider-3 {
    padding: 50px 15px;
  }
  .bi-footer-cta-content .bi-footer-cta-text {
    margin-bottom: 20px;
  }
  .bi-blog-details-text-area blockquote {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bi-blog-details-text-area blockquote .inner-img {
    margin-bottom: 15px;
  }
  .bi-career-feed-item .inner-img {
    margin-bottom: 10px;
  }
  .bi-contact-map-content {
    overflow: hidden;
  }
  .bi-contact-map-content .bi-team-details-contact-info {
    margin-left: 0;
    padding: 0px 15px;
  }
  .bi-header-section .hap-megamenu {
    position: relative !important;
  }
}
@media screen and (max-width: 767px) {
  .bi-portfolio-item-content {
    text-align: center;
  }
  .bi-partners-image {
    flex-direction: column !important;
  }
  .partner-box {
    margin-top: 50px;
  }
  .cta-btn-area {
    width: 60%;
  }
  .bi-service-feed-item .service-icon .heading {
    padding-top: 0px !important;
  }
  .bi-service-feed-item .service-text p {
    min-height: 125px !important;
  }
  .icon-bar {
    top: 90%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon-bar a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .bi-counter-item-2 {
    text-align: center;
  }
  .bi-counter-item-2 h3 {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .bi-footer-cta-content {
    padding: 65px 50px;
  }
  .bi-footer-social-content ul li {
    font-size: 18px;
  }
  .bi-sold-employe-text {
    padding-left: 0;
    padding-top: 35px;
  }
  .bi-portfolio-item-3 {
    width: 100%;
  }
  .bi-blog-details-text-area .bi-portfolio-details-list-img {
    margin-bottom: 30px;
  }
  .bi-blog-details-author .inner-img {
    margin-bottom: 15px;
  }
  .bi-portfolio-details-video-img {
    margin-bottom: 30px;
  }
  .winners-section {
    padding: 0px !important;
    width: 100%;
  }
  td.winner-medals {
    flex-direction: column;
  }
  td.winner-medals img {
    padding: 0px 5px !important;
    margin-top: 10px;
  }
  .award-table th,
  .award-table td {
    padding: 0px !important;
  }
  .tab-content-winner {
    padding: 0px !important;
  }
  .row .col-md-6 {
    padding: 5px;
  }
  .award-table th.entry-name,
  .award-table td.entry-name {
    width: 40% !important;
  }
}
@media screen and (max-width: 680px) {
  .bi-footer-cta-content .bi-footer-cta-text {
    padding-bottom: 15px;
    text-align: center;
  }
  .bi-footer-social-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bi-footer-social-content ul li {
    margin: 0px 8px;
  }
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 500px;
  }
  .bi-banner-text h1 {
    font-size: 55px;
  }
  .bi-header-section.header-style-two .bi-header-content {
    padding: 20px 15px;
  }
  .bi-banner-text p {
    padding-bottom: 30px;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 {
    font-size: 60px;
    line-height: 1.3;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 span {
    font-size: 80px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
    max-width: 335px;
  }
  .bi-portfolio-feed-section
    .bi-portfolio-img-text-3
    .portfolio-text
    .more_btn {
    display: none !important;
  }
  .bi-service-details-text-area .bi-service-details-text h3,
  .bi-service-details-text-area .bi-service-details-text h4 {
    font-size: 30px;
  }
  .bi-service-feed-item .service-text h3 {
    font-size: 26px;
  }
  .bi-faq-content-area .bi-section-title-1 h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 290px;
  }
  .bi-main-slide-item .bi-slide-img-area .bi-slide-img-arrow {
    width: 40px;
  }
  .bi-main-slide-item .bi-slide-text-area h1 {
    font-size: 60px;
  }
  .bi-main-slide-item .bi-slide-text-area h2 {
    font-size: 50px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price h4 {
    font-size: 18px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price {
    margin-right: 15px;
  }
  .hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
    font-size: 22px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 0;
  }
  .bi-carousel-arrow-next-prev .bi-slider-arrow:hover i {
    margin-top: 0;
  }
  .bi-main-slide-item .bi-slide-text-area {
    padding-left: 0;
  }
  .bi-main-slide-item {
    padding: 50px;
  }
  .bi-main-slide-item .bi-slide-img-area .bi-slide-text-img {
    width: 140px;
    margin: 0 auto;
  }
  .bi-btn-1 a:before {
    top: 5px;
  }
  .bi-btn-1 a:after {
    bottom: 5px;
  }
  .bi-main-slide-item .bi-slide-text-area li {
    font-size: 20px;
  }
  .bi-section-title-1 h2 {
    font-size: 40px;
  }
  .bi-about-section {
    padding: 60px 0px 30px;
  }
  .bi-about-img-area2 {
    margin-top: 40px;
  }
  .bi-about-img-area1 .bi-about-img-text {
    margin-bottom: 20px;
  }
  .bi-storyboard-section {
    padding: 70px 0px 20px;
  }
  .hap-team-item .team-img:before {
    height: 80%;
  }
}
@media screen and (max-width: 380px) {
  .bi-slider-item-3 .bi-slider-text-3 h1 {
    font-size: 40px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 360px) {
  .bi-header-cta-btn-grp .bi-btn-2 {
    display: none;
  }
}
/*---------------------------------------------------- */
/********************* HOME PAGE 3 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-3 {
  background-color: #070506;
  color: rgba(255, 255, 255, 0.7);
}
.home-3 .container {
  max-width: 1315px;
}
/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section-3 .container .row,
.bi-about-section-3 .container {
  margin: 0px;
  padding: 0px;
  max-width: 2500px;
}
.bi-about-section-3 .bi-shape-anim.anim_1 {
  top: 70px;
  right: 45px;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
  animation: Bins_animation_3 8s infinite linear alternate;
}
.bi-about-section-3 .bi-shape-anim.anim_2 {
  left: 120px;
  bottom: 180px;
}
.bi-about-section-3 .bi-shape-anim.anim_3 {
  right: 200px;
  bottom: 200px;
}
.bi-abut-feature-list {
  margin-top: 30px;
  border-radius: 10px;
  padding: 28px 0px 0px;
  background-color: #1d1f24;
  font-family: var(--heading);
}
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.bi-about-video-play-area {
  margin-top: 40px;
}
.bi-about-video-play-area .bi-about-exp-area {
  left: 49%;
  z-index: 1;
  top: -125px;
  width: 210px;
  height: 208px;
  padding-top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bi-about-video-play-area .bi-about-exp-area h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 120%;
}
.bi-about-video-play-area .bi-about-exp-area span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: var(--heading);
}
.bi-about-video-play-area .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bi-about-video-play-area .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.bi-about-video-play-area .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.bi-about-video-play-area .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.bi-about-video-play-area .video-play-btn a {
  z-index: 2;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 30px;
  position: relative;
  border-radius: 100%;
  background-color: var(--base-color);
}
.bi-about-video-play {
  overflow: hidden;
  border-radius: 10px;
}
.bi-about-video-play:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  /* background: linear-gradient(206deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 56, 56, 0.34) 100%);
    */
}
.bi-about-text-quote-area p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.bi-service-section-4 {
  /* background-color: #503c56;
    */
  background: url("../images/ida/partner/partner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding: 100px 0px 0;
}
.bi-service-section-4 .bi-service-scroll-area {
  /* background-color: #503c56;
    */
  display: inline-block;
}
.bi-service-section-4 {
  padding: 60px 0px 40px 0px;
}
.bi-service-scroll-item {
  max-width: 522px;
  overflow: hidden;
  margin: 0px 15px;
  border-radius: 20px;
  display: inline-block;
}
.bi-service-scroll-item .service-text {
  width: 100%;
  bottom: 30px;
  padding: 0px 40px;
}
.bi-service-scroll-item .service-text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
.bi-service-scroll-item .service-text h3:hover {
  letter-spacing: 2px;
}
.bi-service-scroll-item .service-text .service_more {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(
    --linear,
    linear-gradient(135deg, #eb5c18 0%, #f95055 45.72%, #ca2db8 100%)
  );
}
.bi-service-scroll-item .service-text .service_more:hover {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bi-service-section-4 {
  /* background-color: #503c56;
    */
  padding: 0 0 50px;
}
/* .bi-service-section-4 h2 {
    padding: 55px 0 70px 0;
}
*/
.bi-service-section-4 .hpt-section-title-4 {
  margin: 0 auto;
  max-width: 650px;
}
.hap-pricing-section {
  z-index: 2;
  overflow: hidden;
  padding: 80px 0px;
  background-color: #141414;
}
.hap-pricing-tab-btn .nav-tabs {
  border: none;
}
.hap-pricing-tab-btn .nav {
  display: inherit;
}
.hap-pricing-tab-btn .nav li {
  width: 24%;
  margin-bottom: 5px;
}
.hap-pricing-tab-btn .nav-tabs .nav-item.show .nav-link,
.hap-pricing-tab-btn .nav-tabs .nav-link.active,
.hap-pricing-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.hap-pricing-tab-btn .nav-tabs .nav-link {
  padding: 0;
  color: #151f35;
  font-size: 17px;
  cursor: pointer;
  font-weight: 600;
  margin: -9px 0px;
  position: relative;
  padding-bottom: 8px;
  background-color: #e8d380;
}
.hap-pricing-tab-btn .nav-tabs .nav-link.active:before {
  width: 100%;
}
.hap-pricing-tab-content {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#hap_price_tab {
  width: 96%;
}
.hap-pricing-tab-img-price .price-img {
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.hap-pricing-tab-img-price .price-img:before {
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
}
.hap-pricing-tab-img-price .plan-price-title {
  left: 45px;
  z-index: 2;
  bottom: 30px;
}
.hap-pricing-tab-img-price .plan-price-title .plan-price {
  color: #fff;
  width: 122px;
  height: 122px;
  margin-right: 45px;
  border-radius: 100%;
  background: #503c56;
}
.hap-pricing-tab-img-price .plan-price-title .plan-price h4 {
  width: 100%;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.hap-pricing-tab-img-price .plan-price-title .plan-price span {
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.hap-pricing-tab-img-price .plan-price-title .price-plan-title span {
  font-size: 16px;
}
.hap-pricing-list-area {
  height: fit-content;
  border-radius: 0 0 20px 20px;
  padding: 70px 65px 60px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
}
.hap-pricing-list-area ul {
  position: relative;
}
.hap-pricing-list-area ul:before {
  top: -5px;
  left: 6px;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #c5d7e3;
}
.hap-pricing-list-area li {
  color: #151f35;
  font-size: 20px;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}
.hap-pricing-list-area li:before {
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: #e8d380;
}
.special-sub li {
  list-style: disc !important;
}
.special-sub:before {
  position: relative !important;
}
.special-sub li {
  padding: 0px 15px;
}
.special-sub strong {
  line-height: 25px;
  font-weight: 700;
}
.special-sub li:before {
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: #e8d380;
}
.hap-pricing-list-area .hap-btn {
  margin-top: 50px;
}
.hap-pricing-list-area ul li sub p {
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.hap-price-btn-text {
  color: #e8d380;
}
@media (min-width: 300px) {
  .award-category {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*---------------------------------------------------- */
.bi-sold-employe-counter-item .counter-img {
  width: 15%;
  margin-right: 5px;
}
.bi-sold-employe-counter-item .counter-img img {
  width: 85%;
}
.bi-sold-employe-counter-item {
  min-height: 85px;
}
.counter-text p {
  align-items: center !important;
  font-size: 20px;
  text-align: left;
  line-height: 20px;
  padding: 22px 0px;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 223, 223, 0.7);
  z-index: 9999;
  text-align: center;
  padding-top: 50px;
}
.lightbox-content {
  display: inline-block;
  background-color: #e8d380;
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
  overflow-y: auto;
  max-height: calc(100% - 50px);
}
.close-btn {
  position: absolute;
  top: 15px;
  /* Adjusted for better positioning */
  right: 20px;
  /* Adjusted for responsiveness */
  cursor: pointer;
  font-size: 30px;
  /* Adjusted for better visibility */
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  /* Use flex for responsive layout */
  flex-wrap: wrap;
  /* Allow wrapping for smaller screens */
  justify-content: center;
  /* Center items */
}
.list li {
  font-size: 18px;
  font-weight: 400;
  flex: 1 0 30%;
  /* Flexible width with a minimum of 30% */
  position: relative;
  margin: 5px;
  /* Added margin for spacing */
}
.list li:before {
  content: "\f105";
  font-weight: 500;
  position: relative;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.search-box {
  margin-bottom: 20px;
}
.search-box input[type="text"] {
  padding: 10px;
  color: black;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.open-lightbox1 {
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.lightbox1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black with opacity */
}
.lightbox-content1 {
  background-color: #e8d380;
  padding: 30px 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
}
.close1 {
  color: #fff;
  /* Changed to white */
  position: absolute;
  /* Positioned relative to .lightbox-content1 */
  right: 20px;
  /* Adjust right space */
  top: 15px;
  /* Adjust top space */
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.search-input1 {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: black !important;
}
input[type="text"] {
  padding: 10px;
  color: black !important;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.list1 {
  list-style: none;
  padding: 0;
}
.list-item1 {
  color: #fff;
  display: inline-block;
  width: 30%;
  /* Three items in one line */
  margin: 0.66%;
  /* For spacing */
  padding: 5px;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 400;
}
.list-item1:before {
  content: "\f105";
  font-weight: 500;
  position: relative;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
@media (max-width: 767px) {
  .list-item1 {
    width: 100%;
    /* Two items in one line on smaller screens */
    margin: 1%;
  }
  .brought-to-you-by img {
    width: 50% !important;
  }
}
.lightbox1::-webkit-scrollbar {
  width: 10px;
  background-color: #000;
}
.lightbox1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.lightbox1::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: #e8d380;
}
.bi-sponsor-section {
  background-color: #4a3251;
}
.bi-sponsor-content {
  background-color: #4a3251;
  padding: 0px 0px 58px;
  border-bottom: 1px solid #503c56;
  margin-top: -64px;
}
.hap-team-section {
  z-index: 1;
  overflow: hidden;
  padding: 80px 0px;
  background-color: #141414;
}
.hap-team-slider-content {
  margin-top: 30px;
}
.hap-team-item {
  margin: 0 auto;
  max-width: 400px;
}
.hap-team-item .team-img {
  z-index: 1;
  overflow: hidden;
}
.hap-team-item .team-img:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 495px;
  position: absolute;
  /* background-color: #503c56;
    */
  border: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item .team-text {
  left: 0;
  right: 0;
  bottom: 55px;
  margin: 0 auto;
}
.hap-team-item .team-text h3 a {
  opacity: 0;
  z-index: 2;
  color: #503c56;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 18px 23px;
  visibility: hidden;
  display: inline-block;
  border-radius: 30px;
  background: var(--hap-gradient-color);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hap-team-item .team-text span {
  opacity: 0;
  z-index: 1;
  color: #000000;
  font-size: 14px;
  margin-top: -5px;
  padding: 14px 18px;
  position: relative;
  visibility: hidden;
  display: inline-block;
  /* background-color: #503c56;
    */
  border-radius: 30px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item:hover .team-img:before {
  border: 2px solid var(--hap-base-color);
}
.hap-team-item:hover .team-text h3 a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hap-team-item:hover .team-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/*.hap-carousel-arrow-next-prev .hap-slider-arrow {
    z-index: 1;
    top: 50%;
    color: #000000;
    font-size: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
.hap-carousel-arrow-next-prev .hap-slider-arrow:before,
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  width: 45px;
  content: "";
  height: 45px;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  /* background-color: #503c56;
    */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e8d380;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--hap-gradient-color);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:before,
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:after {
  left: 10px;
  color: #e8d380;
}
/*.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:before, .hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:after {
    right: 10px;
    color: #e8d380;
}
*/
.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev {
  left: -70px;
  color: #e8d380;
}
.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
  right: -70px;
  color: #e8d380;
}
.winnerdiv span {
  font-size: 14px;
  color: #e8d380;
}
.winnerdiv p {
  font-size: 20px;
  color: #fff;
}
#myBtns {
  display: grid !important;
  top: 250px;
  z-index: 10;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  /* position: absolute;
    */
  right: -30px;
}
#myBtn:hover {
  background-color: #555;
}
.register-section2 {
  position: absolute;
  top: 250px;
  right: 2px;
}
.category-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #503c56;
    */
  padding: 60px 0px;
}
.pdfcontainer {
  width: 100%;
  padding: 10px;
}
.pdf-container {
  align-items: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.label-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-weight: bold;
  color: #e8d380;
  border-bottom: 1px solid #e8d380;
}
.download {
  display: -webkit-box;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.pdf-container a {
  text-decoration: none;
  padding: 20px 0px;
}
.download-icon:hover {
  opacity: 0.8;
}
.fas {
  font-size: large;
  color: #e8d380;
}
.download .fas.fa-arrow-down {
  display: none;
  color: black;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.bi-privacy-policy-section h2,
.bi-terms-condition-section h2 {
  color: #e8d380;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}
.bi-terms-condition-content.headline.pera-content.ul-li-block h5 {
  font-size: 30px;
}
.bi-terms-condition-content ul {
  padding: 20px;
  border-radius: 20px;
}
.bi-terms-condition-content li:before {
  background-color: var(--base-color);
}
ol.terms-list li {
  list-style: lower-alpha;
  padding-bottom: 10px;
}
ol.disc li {
  list-style: disc !important;
}
ol.rules-list li {
  list-style: none;
}
ol.rules-list p {
  padding-left: 23px;
}
ol.rules-list li::before {
  content: "❖";
  padding-right: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #e8d380;
  padding: 8px;
  text-align: left;
}
.counter-text {
  width: 80%;
}
.hpg-vid24 video {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.icon-bar {
  position: fixed;
  top: 40%;
  right: -10px;
  color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  z-index: 999;
}
.icon-bar a {
  border-radius: 10px;
  font-size: 15px;
  margin: 50px -20px !important;
  background-color: #e8d380;
  border: 1px solid #e8d380;
  display: block;
  padding: 9px 13px 20px 13px;
  transition: all 0.3s ease;
  rotate: -90deg;
  font-weight: bold;
  text-decoration: none;
}
.icon-bar a:hover {
  border: 1px solid #e8d380;
  color: #3e2b44 !important;
  background-color: white;
}
.strike-1::after {
  content: "";
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: black;
  transform: translateY(-50%);
}
.strike,
.strike-1 {
  position: relative;
  display: inline-block;
}
.strike::before,
.strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 5px;
  background-color: white;
}
.strike::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.strike::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.jury-opp {
  font-size: 20px;
  color: white;
  padding: 30px;
  text-align: center;
}
.download i.arrow-icon {
  display: none;
}
.download:hover i.arrow-icon {
  color: #e8d380;
  display: inline-block;
}
.winners-section {
  text-align: center;
  padding: 60px;
  background-color: #101010;
}
.tab-button {
  background-color: #e8d380;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  transition: width 1s ease;
}
.tab-button.active {
  background-color: #e8d380;
  width: 60%;
}
.tab-content-winner {
  display: none;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tab-content-winner {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}
.tab-content-winner.active {
  height: auto;
}
.award {
  border: 1px solid #e8d380;
  margin: 10px 20px 20px 17px;
  padding: 0px;
  border-radius: 7px;
  width: 100%;
}
.tab-content-winner.active {
  display: block;
}
tbody tr {
  border-bottom: 1px solid #e8d380;
}
tbody tr:last-child {
  border-bottom: transparent;
}
.award-table {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}
.award-table th,
.award-table td {
  padding: 8px;
  border: none;
}
.award-table tr th {
  background-color: gainsboro;
  text-align: center;
  color: black;
  border: none;
}
.award-table tr td {
  background-color: transparent;
  text-align: center;
  color: black;
  border: none;
}
.award-table th.entry-name,
.award-table td.entry-name {
  width: 40%;
}
.award-table th.client-submitted-by,
.award-table td.client-submitted-by {
  width: 50%;
}
.award-title {
  margin-top: 0;
  color: #fff;
  background-color: #e8d380;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.dropdown-icon {
  margin-left: 5px;
  font-size: 20px;
  float: right;
}
.service-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
.pera-content img {
  margin-top: -72px;
  padding-bottom: 20px;
}
.bi-service-feed-item .service-text span,
.ul-li-block span {
  font-weight: 700;
  color: black;
  margin-top: -30px;
  /* font-size: 12px;
    */
}
.ul-li-block span {
  display: block;
  margin-top: 0px;
}
.ul-li-block span strong {
  font-size: 15px;
  color: #efd280 !important;
}
.ul-li-block img {
  margin-top: -40px;
  max-height: 120px;
}
.mt-20 {
  margin-top: -20px;
}
.visa-image img {
  max-height: 120px;
  padding-top: 20px;
}
.hap-pricing-list-area.ul-li-block.banking-tech {
  padding-top: 30px;
}
.service-img {
  border-radius: 17px;
  filter: drop-shadow(0.419px 7.989px 9px rgba(0, 0, 0, 0.7));
  background-color: #ffffff;
  margin-bottom: 25px;
  transition: 0.7s;
}
.service-img:hover {
  transform: scale(1.1);
}
.service-img.singhtek {
  width: 17%;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
}
.service-img.visa-partner.wow.fadeInUp img {
  width: 70%;
}
.service-img.singhtek.wow.fadeInUp img {
  width: 80%;
}
.service-img.visa-partner {
  width: 20%;
  padding: 0px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-10 {
  padding-bottom: 20px;
}
.service-img.singhtek.wow.fadeInUp a {
  display: contents;
}
.bi-footer-section-2 span a,
.bi-footer-section-2 p a,
.bi-footer-copyright-content-3 a {
  text-decoration: none;
  color: #000000;
}
.banner-patch {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50px 50px 0 0;
  padding: 10px 20px 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 55%;
  border-top: 5px solid #e8d380;
  border-right: 5px solid #e8d380;
  border-left: 5px solid #e8d380;
}
.patch-content {
  flex: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.award-category .active {
  border: 5px solid #ffffff;
}
.bi-counter-item-2.active p,
.bi-counter-item-2.active span {
  color: #fff !important;
}
.bi-counter-item-2.active p::after {
  background-color: #fff;
}
.patch-2 {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #e8d380;
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #1a1a1a;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 30%;
  width: 45%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 5px solid #e8d380;
}
.close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 50px;
  cursor: pointer;
}
.popup-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #e8d380;
}
.subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 100;
  padding: 0px 10px;
  word-spacing: 5px;
}
.subtitle a {
  color: #e8d380;
  font-weight: bold;
}
.popup-content .banner_img_6 {
  right: 1%;
  top: 15%;
  -webkit-animation: Bins_animation_3 6s infinite linear alternate;
  animation: Bins_animation_3 6s infinite linear alternate;
}
.popup-content .banner_img_7 {
  left: 1%;
  top: 15%;
  -webkit-animation: Bins_animation_3 6s infinite linear alternate;
  animation: Bins_animation_3 6s infinite linear alternate;
}
.shortlisted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 23px;
  border-bottom: 1px solid #ccc !important;
}
.shortlisted:last-child {
  border: none !important;
}
/* .shortlist{
    min-height: 350px;
}
*/
.special-award {
  color: #000;
  font-size: 25px;
}
.shortlink {
  color: #e8d380 !important;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    color: #e8d380;
  }
  100% {
    opacity: 1;
  }
}
.shortlist-pulse {
  animation: blink 300ms infinite;
  font-size: 16px !important;
  font-weight: bold !important;
  /* color: #fff !important;
    */
  padding: 10px 10px !important;
  border-radius: 10px;
  margin-top: 30px;
  width: fit-content;
  background-color: #e8d380;
  color: #0b1756 !important;
}
.shortlist-pulse:hover {
  background-color: #0b1756;
  color: #fff !important;
  border: 1px solid #e8d380;
  transition: 1s;
}
.shortlist-pulse-popup {
  animation: blink 300ms infinite;
  font-size: 20px !important;
  font-weight: bold !important;
  /* border: 1px solid #fff;
    */
  /* color: #fff !important;
    */
  padding: 0px !important;
  border-radius: 10px;
}
.client {
  font-size: 23px;
}
section#shortlist-2024 h2,
section#winners-2024 h2 {
  font-size: 55px;
}
button.tab-button {
  font-size: 30px;
}
/* .shortlist-title{
    font-size: 25px;
}
*/
.pt-10 {
  padding-top: 10px !important;
}
.category-partner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mr-20 {
  margin-right: 20px;
}
.iba-category {
  margin-top: 10px !important;
  width: 20%;
}
.category-belongs-to {
  color: #3e2b44;
  background-color: #e8d380;
  width: 100%;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  margin-bottom: 20px;
}
.folder-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.folder {
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 20px;
  transition: 0.3s;
}
.folder:hover {
  transform: scale(1.2);
}
.folder img {
  width: 100px;
  height: 100px;
}
.folder-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.download-container {
  text-align: center;
  margin-top: 20px;
}
#download-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#download-btn:hover {
  background-color: #0056b3;
}
.folder .fas {
  font-size: 70px !important;
}
/* new */
.headlines {
  margin-bottom: 20px;
}
.headlines,
.headlines div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headlines img {
  width: 100%;
}
.about-opp div p {
  padding: 0px !important;
  width: 159px;
  margin: 0px !important;
  color: #e8d380;
}
.about-opp div img {
  margin-top: 0px !important;
}
.about-opp {
  display: flex;
  flex-direction: row;
}
.hpg-vid24.wow.fadeInUp img {
  width: 100%;
}
.bi-about-section-3 {
  padding: 60px 0px 0px;
  background-color: #101010;
}
.timeline-black {
  background-color: #000;
}
.paddingtb {
  padding: 30px 0px;
}
.timeline-golden {
  background-color: #e8d380;
}
.timeline-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline-golden.timeline-align img,
.timeline-black.timeline-align img {
  width: 15%;
  position: relative;
  top: -5px;
}
.timeline-even {
  margin-top: 50px;
}
.progress-img img {
  width: 80%;
}
.progress-img {
  display: flex;
  justify-content: center;
}
.progress-detail {
  z-index: 1;
  overflow: hidden;
  padding: 60px 0px 120px;
  background-color: #1a1a1a;
}
.progress-detail .container {
  padding: 60px;
}
.progress-steps {
  display: flex;
}
.progress-step {
  flex: 1;
  text-align: center;
  border-radius: 20px;
  display: flex;
}
.progress-step:hover {
  flex: 1;
  text-align: center;
  border-radius: 20px;
  display: flex;
}
.progress-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  width: 20%;
}
.progress-circle.completed {
  padding: 20px;
}
.progress-label {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  width: 20%;
}
.bi-pricing-section-3 {
  overflow: hidden;
  padding: 0px 0px 90px;
  background: url(../images/ida/fees-bg.png) no-repeat center calc(50% - 70px);
  background-size: 100%;
  margin-top: -115px;
  background-color: #000;
}
.headlines-fees {
  color: #000 !important;
}
.bi-pricing-section-3 .bi-shape-anim.anim_1 {
  top: 100px;
  right: 100px;
  -webkit-animation: Bins_animation_2 8s infinite linear alternate;
  animation: Bins_animation_2 8s infinite linear alternate;
}
.bi-pricing-section-3 .bi-shape-anim.anim_2 {
  top: 50%;
  left: 50px;
}
.bi-pricing-section-3 .bi-shape-anim.anim_3 {
  bottom: 100px;
  right: -150px;
}
.bi-price-top-content .bi-section-title-3 {
  max-width: 420px;
}
.bi-price-top-content .bi-section-top-text {
  max-width: 550px;
  margin: 30px 0px 20px;
}
.bi-pricing-content-3 {
  padding-top: 50px;
}
.bi-pricing-item-area-3 {
  z-index: 1;
  /* padding-bottom: 15px;
    */
}
.bi-pricing-item-area-3:before {
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: -1;
  height: 50%;
  content: "";
  position: absolute;
  border-radius: 25px;
  background-color: var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 {
  margin: 0 auto;
  padding: 100px 10px;
  /* border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    */
  /* max-width: 350px;
    */
  background-position: top;
  /* height: 525px;
    */
}
.plan-list.ul-li-block ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bi-pricing-item-area-3 .bi-pricing-item-3:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 39px solid var(--base-color);
  border-right: 39px solid transparent;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading);
  margin-bottom: 30px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
  padding: 21px 0px;
  border-radius: 100px;
  margin: -30px 80px 68px 80px;
  background-color: #957829;
  border: 10px solid var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 sub {
  bottom: 0;
  font-size: 20px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-list li {
  color: #fff;
  /* font-size: 16px;
    */
  line-height: 26px;
  position: relative;
  /*padding: 16px 0px 0px;
   */
  width: 80%;
}
/* .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-list li:nth-child(1)::before, .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-list li:nth-child(2)::before {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.112px;
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(22, 35, 43, 0) 100%);
}
*/
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn {
  margin-top: 38px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn a {
  color: #fff;
  border-radius: 5px;
  padding: 14px 40px;
  font-weight: 600;
  display: inline-block;
  font-family: var(--heading);
  border: 1px solid var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn a:hover {
  background-color: var(--base-color);
}
.pricing-page-content .bi-pricing-item-area-3:before {
  right: -10px;
}
.pricing-page-content .bi-section-title-1 {
  max-width: 500px;
}
.bi-btn-9 {
  /* margin-top: 100px;
    */
  display: block;
  text-align: center;
}
.bi-btn-9 a {
  padding: 10px 25px;
  font-size: 30px;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
}
.bi-btn-9 a:hover {
  border: 1px solid #e8d380;
  color: #e8d380 !important;
}
/* jury */
.hap-team-section-jury {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px;
}
.hap-team-section-jury:after {
  z-index: -1;
  top: auto;
  height: 30%;
  bottom: -70px;
}
.hap-team-slider-content-jury {
  margin-top: 30px;
}
.hap-team-item-jury {
  margin: 0 auto;
  max-width: 400px;
}
.hap-team-item-jury .team-img {
  z-index: 1;
  overflow: hidden;
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
}
.hap-team-item-jury .team-img img {
  width: 100%;
}
.hap-team-item-jury .team-img:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
  border: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item-jury .team-text {
  left: 0;
  right: 0;
  bottom: 55px;
  margin: 0 auto;
}
.hap-team-item-jury .team-text h3 a {
  opacity: 0;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 18px 23px;
  visibility: hidden;
  display: inline-block;
  border-radius: 30px;
  background: var(--hap-gradient-color);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hap-team-item-jury .team-text span {
  opacity: 0;
  z-index: 1;
  color: #000000;
  font-size: 14px;
  margin-top: -5px;
  padding: 14px 18px;
  position: relative;
  visibility: hidden;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item-jury:hover .team-img:before {
  border: 2px solid var(--hap-base-color);
}
.hap-team-item-jury:hover .team-text h3 a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hap-team-item-jury:hover .team-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow {
  z-index: 1;
  top: 50%;
  color: #000000;
  font-size: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:before,
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  width: 45px;
  content: "";
  height: 45px;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--hap-gradient-color);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hap-team-slider-content-jury
  .hap-carousel-arrow-next-prev
  .hap-team-button-prev-jury {
  left: -70px;
}
.hap-team-slider-content-jury
  .hap-carousel-arrow-next-prev
  .hap-team-button-next-jury {
  right: -70px;
}
.bi-team-feed-section {
  background-color: #f7f7f7;
}
.bi-team-feed-section .hap-team-item-jury {
  margin-bottom: 40px;
}
.brand-logo {
  width: 13%;
}
.date-section {
  display: flex !important;
}
.headdate {
  margin-right: 10px;
  font-size: 23px;
  padding: 10px;
  display: flex;
}
.i_h3 {
  margin: 10px;
}
.i_h3 img {
  width: 30px;
}
.text-h {
  margin: 15px 0 0 0;
  color: #e5c16d;
  font-weight: 600;
}
.main {
  width: 100%;
  /* height: 100vh;
    */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #1a1a1a;
}
.main .progress-ul {
  display: flex;
  justify-content: center;
}
.main .progress-ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
  text-align: center;
  padding: 0px 20px;
}
.main .progress-ul li .icon {
  font-size: 35px;
  color: #fff;
  margin: 0 60px;
}
.main .progress-ul li .text {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}
.main .progress-ul li .progress-lines {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8d380;
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.progress-lines::after {
  content: " ";
  position: absolute;
  width: 175px;
  height: 5px;
  background-color: #e8d380;
  right: 50px;
}
.one::after {
  width: 0;
  height: 0;
}
.main .progress-ul li .progress-lines .uil {
  display: none;
}
.main .progress-ul li .progress-lines p {
  font-size: 13px;
}
/* Active Css */
.main .progress-ul li .active {
  display: grid;
  place-items: center;
}
.main .progress-ul li .active p {
  display: none;
}
.main .progress-ul li .active .uil {
  font-size: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .main .progress-ul {
    flex-direction: column;
  }
  .subtitle {
    padding: 0;
  }
  .newsletter-card {
    width: 100% !important;
  }
  .main .progress-ul li {
    flex-direction: row;
    width: 100% !important;
    margin: 15px 0px;
    padding: 0px !important;
  }
  .main .progress-ul li .icon {
    width: 10%;
  }
  .main .progress-ul li .progress-lines {
    width: 15%;
  }
  .main .progress-ul li .text {
    width: 70%;
  }
  .main .progress-ul li .icon,
  .main .progress-ul li .progress-lines {
    margin: 0 10px;
  }
  .progress-lines::after {
    width: 5px;
    height: 70px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    /* z-index: -1;
        */
  }
  .one::after {
    height: 0;
  }
  .main ul li .icon {
    margin: 15px 0;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 {
    background-size: 100% !important;
    padding: 110px 10px;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    margin: 20px 50px 30px 40px;
  }
  .price {
    font-size: 25px !important;
    padding: 20px 0px 0px !important;
  }
  li.nomination-text {
    font-size: 25px !important;
  }
}
.bi-about-text-quote-area.bins-text.headline.pera-content div {
  margin: 10px 0px;
}
.hap-sponsor-section {
  background-color: #010100;
  font-weight: 600;
  padding-bottom: 60px;
}
.hap-sponsor-content {
  overflow: hidden;
  z-index: 3;
  border-radius: 116px;
  background-image: linear-gradient(
    0deg,
    #ac8d37 0%,
    #fbdf98 98%,
    #fbdf98 100%
  );
  border: 4px solid #ac8d37;
  width: 75%;
  padding: 0px 7px;
}
.sponsor-logo h2 {
  max-width: 250px;
  font-size: 25px;
  color: #000;
  text-align: center;
  font-weight: 400;
}
.hap-sponsor-logo-area .sponsor-logo {
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #000;
  font-size: 35px;
}
.hap-sponsor-logo-area img {
  /* -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    */
  /*padding-left: 15px;
   */
  /*width: 2%;
   */
}
.hap-sponsor-logo-area .sponsor-logo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sponsor-logo div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
li.nomination-text {
  font-size: 37px;
  font-weight: 700;
}
.price {
  font-size: 37px;
  color: #efd280 !important;
  padding: 45px 0px 0px;
}
.headlines div h2,
.headlines-about .about-title h2 {
  font-size: 55px;
  font-weight: 400 !important;
}
.hpt-faq-1-area {
  position: relative;
  background-image: url("../images/ida/steps-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  background-attachment: fixed;
}
.hpt-faq-1-area .faq-1-bg-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.hpt-faq-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  /* grid-template-columns: 1fr 1fr;
    */
  /* gap: 70px;
    */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hpt-faq-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .brought-to-you-by img {
    width: 25% !important;
  }
}
.hpt-faq-1-section-title .hpt-title-1 {
  margin-bottom: 25px;
}
.hpt-faq-1-img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hap-team-item-jury .team-img:before {
    height: 255px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .hap-team-item-jury .team-img:before {
    height: 300px !important;
  }
}
@media only screen and (min-width: 768) and (max-width: 1199px) {
  .hap-team-item-jury .team-img:before {
    height: 300px !important;
  }
}
.hpt-faq-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hpt-faq-1-left {
  height: 100%;
  width: 100%;
}
.hpt-faq-1-right {
  width: 100%;
  max-width: 626px;
}
.hpt-faq-1-right,
.hpt-faq-1-left {
  padding: 60px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hpg-vid24.wow.fadeInUp img {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 2560px) {
  .hpg-vid24.wow.fadeInUp img {
    width: 60% !important;
  }
}
@media (min-width: 2560) {
  .hpg-vid24.wow.fadeInUp img {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    margin: 20px 60px 45px 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
.hpt-faq-1-item-wrap .accordion-item {
  position: relative;
  background: transparent;
  border: none;
  padding: 5px 0px;
}
.hpt-faq-1-item-wrap .accordion-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-faq-1-item-wrap .accordion-item:is(.faq_bg)::after {
  height: 100%;
}
.hpt-faq-1-item-wrap
  .accordion-item:is(.faq_bg)
  .accordion-header
  .accordion-button {
  padding-left: 15px;
  padding-right: 15px;
}
.hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .line {
  background: var(--linear, linear-gradient(90deg, #e02626 0%, #f0831f 100%));
}
.hpt-faq-1-item-wrap .accordion-item .line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--919191, #919191);
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ae913e;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .text {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin-left: 20px;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
}
.hpt-faq-1-item-wrap
  .accordion-item
  .accordion-header
  .accordion-button::after {
  display: none;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-body {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-body .faq-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.hpt-subtitle-1 {
  font-size: 30px !important;
  text-transform: uppercase;
  color: #af913f;
  font-weight: 700;
}
.faq-text ul li {
  font-size: 20px;
  padding: 10px 0px;
  list-style: none;
}
span.sponsor-detail {
  font-size: 20px;
  font-weight: 400;
}
span.number {
  font-size: 30px;
}
p.about-p.wow.fadeInRight {
  padding: 0px 200px 20px 20px;
}
.hpt-faq-1-item-wrap
  .accordion-item
  .accordion-header
  .accordion-button
  .icon
  i {
  font-size: 23px;
  transition: transform 0.4s ease;
}
.rotate-180 {
  transform: rotate(180deg);
}
.hpt-faq-1-section-title p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.iamai {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.iamai img {
  width: 47%;
}
.present {
  font-size: 13px;
  color: #fff !important;
  padding-bottom: 10px !important;
}
.logo-footer.wow.fadeInUp img {
  width: 60%;
}
.progr.main .progress-ul li .progressess.three {
  width: 100%;
}
.progr.main .progress-ul li .progressess.three img {
  width: 100%;
}
li.nomination-text.active {
  /*border: 1px solid white;
   */
  border-radius: 70px;
}
.inner-page {
  padding-bottom: 40px !important;
}
.bi-banner-text.headline.text-center.inner-page img {
  width: 60%;
}
section#hap-pricing .container {
  max-width: 1500px;
}
.bi-banner-section video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bi-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}
.faq-text ul li::before {
  content: "=>";
  padding-right: 20px;
}
.faq-text ul li .disc li::before {
  content: "";
  padding-right: 10px;
}
.faq-text ul li .disc li {
  list-style: inside;
}
section#bi-terms-condition {
  padding: 50px 0px !important;
  background: #101010;
}
.headlines-about {
  flex-direction: column;
}
.headlines-about .about-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
td.winner-medals {
  display: flex;
  justify-content: center;
  align-items: center;
}
td.winner-medals img {
  padding: 0px 20px;
}
section#winner-2024 h2 {
  font-size: 55px;
}
.bi-counter-item-2 p b {
  color: #e8d380;
}
/* badge */
.new-badge2 {
  position: absolute;
  left: -10px;
  top: 0px;
  padding: 5px 6px;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  transform: rotate(-15deg);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1) rotate(-15deg);
  }
  50% {
    transform: scale(1.2) rotate(-15deg);
  }
}
/* Section Container */
.subscribe_sec {
  background-color: #1a1a1a;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Form Styling */
form {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input {
  width: 250px;
  height: 45px;
  background: white;
  border: 2px solid #fff;
  outline: none;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  transition: 0.25s;
  padding-right: 45px;
}
.input:focus {
  box-shadow: 0 0 10px #e8d380;
  padding-top: 9px;
}
.input::placeholder {
  color: #000 !important;
}
.input:focus::placeholder {
  opacity: 0;
}
/* Button Styling */
.btn {
  outline: none;
  border: 2px solid #e8d380;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  background-color: #e8d380;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
}
.newsletter-card {
  width: 50%;
  display: flex;
  border-radius: 15px;
  padding: 50px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter-card h2 {
  padding-bottom: 30px;
  color: #fff;
}
.btn::before {
  content: "arrow_forward";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  color: white;
}
.btn:hover,
.btn::before {
  background-color: #e8d380;
  color: white;
}
.submit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Form Submitted";
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slide 0.5s forwards;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
}
@keyframes slide {
  from {
    width: 0;
  }
}
/* Label styling */
.label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: rgb(30, 30, 30);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
#popup1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup1-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 500px;
}
#popup-message {
  font-size: 25px !important;
  color: #000;
}
#popup-close {
  margin-top: 10px;
  padding: 5px 15px;
  background: #6200ea;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.bi-partners-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
#partners {
  padding: 130px 0px 150px;
}
.partner-box:hover {
  transform: scale(1.1);
}
.partner-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  filter: drop-shadow(0px 7px 28.5px rgba(0, 0, 0, 0.58));
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 300px;
  text-align: center;
  transition: 0.4s ease-out;
}
.partner-box img {
  width: 320px;
  height: auto;
  padding: 20px;
}
.partner-text {
  width: 100%;
  background-color: #e8d380;
  /* Gold background */
  padding: 10px 0;
}
.partner-text span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.brought-to-you-by {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brought-to-you-by span {
  color: #fff;
  padding-top: 20px;
  font-size: 13px;
}
.brought-to-you-by img {
  width: 22%;
}
.huella {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 0px;
}
.huella span {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.huella img {
  padding: 5px;
  width: 95%;
  /* background-color: transparent;
    */
}
.mb-110 {
  margin-bottom: 115px;
}
.mb-70 {
  margin-bottom: 90px;
}
.mb-50 {
  margin-bottom: 68px;
}
.bi-banner-text.headline.text-center.inner-page .brought-to-you-by img {
  width: 24%;
}
.gold-color {
  color: #e8d380;
  font-weight: 500;
}
.registeration {
background: #0B1756;
/* background: linear-gradient(42deg, rgba(11, 23, 86, 1) 4%, rgba(232, 211, 128, 1) 59%, rgba(56, 67, 107, 1) 100%); */
  /* background-image: url("../images/ida/categories/category-bg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0 50px;
}

.formcontainer {
  width: 50%;
  margin: 0px auto 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  color: #000;
}

.formcontainer .row {
  margin: 0;
}

.form-group .row .col-md-6:first-child {
  padding-left: 0;
  padding-right: 5px;
}

.form-group .row .col-md-6:last-child {
  padding: 0;
}
/* 
.input-group {
  flex-wrap: nowrap;
  align-items: center;
} */

.input-group-text {
  height: 50px;
  margin-right: 10px;
}

form {
  justify-content: center;
  align-items: center;
  margin: auto;
}

form h3 {
  font-size: 55px;
}

.registeration h6,
h5 {
  color: #fff;
  line-height: 25px;
}
.registeration h6 strong,
h5 strong{
    color:#E6B24B;
}
.be-a-partner {
  width: 50%;
  margin: 50px auto;
  padding: 5px 6px 10px 26px;
  font-family: "Roboto";
}

.partner-radio {
  margin-top: 10px;
}

.partner-radio div {
  display: flex;
  align-items: center;
}

.form-group .partner-radio label {
  margin-left: 5px;
  font-weight: 400;
}

.form-group {
  margin: 5px 0;
}

.form-group-select {
  margin-bottom: 20px;
  display: grid;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
}

.form-group .form-radio label,
.form-group .form-checkbox label {
  flex: 40%;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
}

.form-group-select label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  margin-right: 7px;
  margin-top: -7px;
  font-size: 20px;
}

.text-danger {
  color: red;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"],
.form-group input[type="file"] {
  width: 100%;
  padding: 12px 20px;
  margin: 0 0 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 50px;
  background-color: #f2f2f2;
}
.form-control::placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
  font-weight: 200;
}

.form-group textarea {
  margin: 0 0 12px;
  background-color: #f2f2f2;
  width: 100%;
}

.select2-container {
  width: 100% !important;
  padding: 0;
  margin: 12px 0;
}

.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  top: 1px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}

.checkbox-group {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.checkbox-group1 label,
.checkbox-group label {
  display: block;
  float: none;
  width: 50%;
}

input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}

.form-radio,
.form-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

#association_preference option[value="4"] {
  color: #999;
}

input[type="submit"],
#submitbutton {
  background-color: #c7a748;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  font-size: 25px;
  cursor: pointer;
  width: 30%;
}

.error-message,
.error {
  color: red;
  font-size: 18px;
  /* flex: 100%; */
  margin-top: 5px;
  text-align: left;
}

.checkboxGroup1 label {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}

.checkboxGroup1 a {
  color: blue;
}

.checkboxGroup1 a:hover {
  color: #47cbc7;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: black;
  font-weight: 600;
  overflow: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10% auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}

.modal-body {
  padding: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.btn-1 {
  display: inline-block;
  padding: 5px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  background-color: var(--qutiiz-pink);
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: #f0ad38;
  border-color: #f8c56c;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #f0ad38;
  border-color: #f8c56c;
  box-shadow: none;
}

button.btn.btn-info {
  background-color: #3284ff;
}

.form-group-name #prefix {
  margin-top: 15px;
}

.form-group-name {
  display: inline-flex;
}

.register-now {
  background-color: #3284ff !important;
  padding: 9px 40px !important;
}

.register-now:hover {
  background-color: #ffaf15 !important;
}

.modal-footer a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .formcontainer {
    width: 100%;
    max-width: 100% !important;
    margin: auto;
    border-radius: 20px;
    display: block;
    margin-bottom: 100px;
    color: #000;
  }
  .col-md-12.form-group.d-flex.first-column::after {
    display: none;
  }
  .form-radio,
  .form-checkbox {
    width: 100%;
  }
  .bi-banner-text {
    width: 100%;
    min-height: 180px;
  }
  .bi-banner-section video {
    top: 20px;
  }
  .main .progress-ul li a {
    width: 100%;
    flex-direction: row !important;
  }
  .first-column {
    flex-direction: column;
  }
  .first-column .form-group {
    /* margin: 10px 0; */
    padding: 0;
  }
  input[type="submit"] {
    width: 100%;
  }

  .date-section {
    flex-direction: column !important;
  }

  .text-h {
    margin: 0 !important;
  }

  .date-venue img {
    width: 15%;
    color: white;
  }

  .first-header {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 300px;
  }

  .date-venue {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  .date-venue p {
    font-size: 20px;
    margin-bottom: -50px;
  }

  form h3 {
    font-size: 25px !important;
  }
}

.register-height::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #f9eff9,
    #ffffff,
    #fff2e0,
    #ffffff,
    #faf1fd,
    #ffffff,
    #f3edff
  );
  opacity: 0.6;
  z-index: -1;
  bottom: -130px;
  transform: skewY(-3deg);
  transform-origin: 0;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

form h3 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

.select2-container {
  width: 100% !important;
  padding: 0;
  margin: 0 0 12px;
}

.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* line-height: 45px; */
  text-align: left;
  padding: 12px 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 23px;
  top: 1px;
  border: 1px solid #828282;
  border-radius: 50%;
  margin-right: 10px;
  padding: 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}
@media screen and (max-width: 1300px) {
  .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .form-group {
    flex-direction: column;
  }
  .bi-banner-text img {
    width: 90%;
  }
  .headdate {
    align-items: center;
  }
  .mb-110 {
    margin-bottom: 0;
  }
  .mb-130 {
    margin-bottom: 0;
  }
  .mb-50 {
    margin-bottom: 0;
  }
  .form-control {
    margin: 0;
  }
  .btn {
    margin-top: 20px;
  }
}
