/*=========
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*/
/*----------------------------------------------------*/
body::-webkit-scrollbar,
.timeline-container::-webkit-scrollbar {
  width: 10px;
  background-color: #3e2b44;
}

body::-webkit-scrollbar-track,
.timeline-container::-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,
.timeline-container::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: #c7a748;
}

#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: var(--gradient-color);
}

.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;
}

.brought-header-section {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 0px 10px 14px !important;
  gap: 10px;
  margin: 5px 0 0 0;
  font-size: 13px;
}

.brought-header-section img {
  width: 110px !important;
}

.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: 100;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #c7a748;
  border: 1px solid #000;
}

.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 .bi-subtitle,
.bi-section-title-2 .bi-subtitle {
  font-size: 14px;
  font-weight: 700;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--heading);
}

.bi-section-title-1 .bi-subtitle:before,
.bi-section-title-1 .bi-subtitle:after,
.bi-section-title-2 .bi-subtitle:before,
.bi-section-title-2 .bi-subtitle:after {
  left: 0;
  top: 5px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  border-radius: 100%;
  background-color: #0e0e0e;
}

.bi-section-title-1 .bi-subtitle:after,
.bi-section-title-2 .bi-subtitle:after {
  top: 8px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: var(--base-color);
}

.bi-section-title-1 h2,
.bi-section-title-2 h2 {
  color: #c7a748;
}

.bi-section-title-1.text-center,
.bi-section-title-2.text-center {
  margin: 25px auto;
  max-width: 850px;
}

.bi-section-title-2 .bi-subtitle {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  font-family: "Outfit", sans-serif;
}

.bi-section-title-2 .bi-subtitle:before {
  background-color: #fff;
}

.bi-section-title-2 .bi-subtitle:after {
  top: 10px;
  border: 2px solid #000;
}

.bi-section-title-2 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.333;
}

.bi-section-title-2 h2 span {
  color: #c7a748;
}

.bi-section-title-2 p {
  padding-top: 12px;
}

.bi-section-title-3 .bi-subtitle {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--heading);
  border: 1px solid var(--base-color);
}

.bi-section-title-3 h2 {
  color: #c7a748;
}

.bi-section-title-3 p {
  padding-top: 30px;
}

.dark-bg-title .bi-section-title-1 .bi-subtitle {
  margin-bottom: 15px;
}

.dark-bg-title .bi-section-title-1 .bi-subtitle:before {
  background-color: #fff;
}

.dark-bg-title .bi-section-title-1 .bi-subtitle:after {
  border: 2px solid #0e0e0e;
}

.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: #c7a748;
}

.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: 10px 15px;
  border-radius: 10px;
  display: inline-block;
  background-color: #c7a748;
  text-decoration: none;
  font-weight: 500;
}

.bi-btn-3 a {
  color: #503c56;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  background-color: #c7a748;
  text-decoration: none;
}

.bi-btn-3 a i {
  margin-left: 10px;
}

.bi-btn-3 a img {
  margin-left: 10px;
}

.bi-btn-3 a:hover {
  color: #503c56;
  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: 50px 0px;
  background-color: rgba(86, 0, 112, 1);
}

.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(86, 0, 112, 1);
}

.bi-header-section .nav {
  display: inherit;
}

.bi-header-section .dropdown {
  position: relative;
}

.bi-header-section .dropdown:after {
  top: 5px;
  color: #fff;
  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: 0x;
  top: 60px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: 1px solid #c7a748;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: rgba(86, 0, 112, 1);
  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: 10px;
  left: 245px;
  min-width: 150px;
  border: 1px solid #c7a748;
  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: center;
  -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;
  -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: #fff !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: #c7a748 !important; */
  background-color: #c7a748;
}

.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;
  box-shadow: 1px 4px 24px 0px rgba(0, 0, 0, 0.5);
  -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: rgba(86, 0, 112, 1);
}

.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: 15px 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 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 a {
  color: #fff;
  padding-bottom: 10px;
}

.bi-header-main-navigation .main-navigation li a.active {
  color: #c7a748;
}

.bi-header-main-navigation .main-navigation li:hover a:not(.shortlistblink):hover {
  color: #c7a748;
}

.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: rgba(86, 0, 112, 1);
  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: #c7a748;
  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: #c7a748 !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: #c7a748;
  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 {
  transform: scale(1.1);
}

.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: rgba(86, 0, 112, 1);
  padding: 85px 65px 60px 65px;
  border: 2px solid #c7a748;
}

.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 #c7a748;
}

.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: #c7a748;
}

.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: #c7a748;
  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: #c7a748;
}

.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: 10px;
  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: rgba(86, 0, 112, 1);
  overflow-x: hidden;
}

.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:#3e2b44;*/
  animation: animateBg 3s linear infinite;
  /* background-image: linear-gradient(90deg, #452c4c, #2f2034, #452c4c, #2f2034); */
  background-size: cover;
  position: relative;
  background-color: rgba(86, 0, 112, 1);
  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: 700px;
  /* padding: 85px 0 40px; */
  display: flex;
  min-height: 500px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(86, 0, 112, 0.6); */
}

.bi-banner-text img {
  width: 60%;
}

.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;
}

.login,
.register {
  padding: 5px 25px;
  margin: 25px 10px;
  border-radius: 10px;
  font-size: 25px;
  border: 1px solid #c7a748;
  color: #560070 !important;
  font-weight: 400;
  text-decoration: none;
  background-color: #c7a748;
}

.login:hover {
  border: 1px solid #ffffff;
  color: #560070 !important;
  background-color: #ffffff;
}

.register:hover {
  border: 1px solid #c7a748;
  color: #3e2b44 !important;
  background-color: #c7a748;
}

.bi-fun-fact-counter-2 {
  padding: 80px 0 40px 0;
}

.bi-counter-item-2 {
  overflow: hidden;
  margin-bottom: 75px;
  background-color: rgba(86, 0, 112, 1);
  border: 5px solid #c7a748;
  border-radius: 20px;
  text-align: center;
  padding: 15px 0;
  -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);
  width: 15%;
  margin: 0 25px;
  min-height: 200px;
}

.bi-counter-item-2 img {
  width: 50px;
  padding-bottom: 25px;
}

.bi-counter-item-2 p {
  color: #c7a748;
  font-size: 19px;
  line-height: 20px;
}

.bi-counter-item-2 span {
  color: #c7a748;
  font-size: 20px;
  font-weight: bold;
}

.bi-service-section-2 {
  padding: 90px 0px 0px;
  background-color: #4a3251;
}

.bi-text-scroll-item-2 {
  display: flow-root;
  overflow: hidden;
  padding: 10px 0;
  background-color: #fff;
  margin: 50px 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: #48354e;
}

.bi-text-scroll-item-2 span {
  width: 20%;
}

.bi-text-scroll-item-2 .js-marquee {
  display: flex;
  gap: 60px;
}

.bi-text-scroll-item-2 span img {
  width: 100px;
  /* padding: 0 50px 20px 0; */
  position: relative;
}

.bi-text-scroll-section-2 {
  background-color: rgba(86, 0, 112, 1);
  padding: 10px 0 80px;
}

/*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;
  position: relative;
  overflow: hidden;
}

.middle-container video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: none;
}

.right-container {
  padding: 20px;
  text-align: left;
}

video:focus {
  outline: none;
  object-fit: none;
}

.bi-sd-feature {
  min-height: 230px;
}

.bi-sd-icon-title .inner-title h4 {
  font-weight: 200;
  color: #c7a748;
}

.bi-sd-icon-title .inner-icon {
  margin-right: 15px;
}

.bi-sd-feature-text {
  font-size: 15px;
}

.brand-logo img {
  width: 80%;
}

/*End*/
.bi-footer-section-2 {
  background-color: rgba(76, 5, 90, 1);
}

.bi-footer-section-2 h6 {
  font-size: 16px;
  font-weight: 500;
  color: #c7a748;
}

.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,
.archive-sites a:hover {
  color: #c7a748;
}

.bi-footer-section-2 p {
  font-size: 16px;
  font-weight: 200;
}

.bi-footer-section-2 p:hover {
  color: #c7a748;
}

.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: #584160;
  padding: 10px;
  border-radius: 10px;
}

.bi-footer-cta-content-2 {
  padding: 50px 0px 20px 0;
  border-bottom: 1px solid #ffffff;
}

.bi-footer-copyright-2 {
  padding: 20px 0;
}

.bi-footer-copyright-2 .container {
  display: flex;
}

.bi-footer-copyright-content-2 {
  width: 50%;
}

.bi-footer-copyright-content-3 {
  width: 50%;
  text-align: right;
}

.bi-footer-copyright-content-3 a:hover {
  color: #c7a748;
}

/*---------------------------------------------------- */
/*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: rgba(86, 0, 112, 1);
}

.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: rgba(76, 5, 90, 1);
}

.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: #c7a748;
  padding: 20px 0 10px 0;
  display: block;
}

.bi-pricing-item-2 .text-heading {
  color: #3f2c45;
  font-weight: 400;
  padding: 0 20px;
  background-color: #c7a748;
  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;
}

.bi-btn-9 {
  margin: 50px 0;
  display: block;
  text-align: center;
}

.bi-btn-9 a {
  padding: 10px 25px;
  font-size: 21px;
  border: 1px solid #c7a748;
  background-color: #c7a748;
  color: #560070 !important;
  text-align: center;
  text-decoration: none;
}

.bi-btn-9 a:hover {
  border: 1px solid #c7a748;
  color: #ffffff !important;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section-3 {
  overflow: hidden;
  padding: 80px 0px 50px 0px;
  background-attachment: fixed;
}

.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: 10px;
  padding: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  background: rgba(86, 0, 112, 1);
}

.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-item-3 .bi-team-text h3 {
  color: #c2a349;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 12px;
}

.bi-team-item-3 .bi-team-text span {
  font-weight: 500;
  font-size: 15px;
}

.bi-team-item-3 .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 #c7a748;
}

.bi-team-item-3:hover .bi-team-img-social img {
  border: 3px solid #c7a748;
  -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;
  background: transparent;
}

.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 #c7a748;
}

.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: 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 {
    justify-content: flex-start;
    max-width: 570px;
  }

  .bi-header-section.header-style-two .bi-header-content {
    padding: 15px 0 15px 15px;
  }

  .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;
  }
}

.bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li {
  margin: 0px 10px !important;
}

@media (max-width: 767px) {
  .popup {
    padding: 10px;
  }

  .hpg-vid24 video {
    width: 500px !important;
  }

  .bi-banner-content.position-relative {
    padding: 120px 0 100px !important;
  }

  .award-timeline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .strike::before,
  .strike::after {
    width: 80% !important;
  }

  .banner-patch {
    width: 100% !important;
    padding: 1px 8px !important;
    border-radius: 30px 30px 0 0 !important;
    border-top: 3px solid #c7a748 !important;
    border-right: 3px solid #c7a748 !important;
    border-left: 3px solid #c7a748 !important;
    transform: translateX(0px) !important;
  }

  .patch-content {
    font-size: 14px !important;
  }

  .popup-content {
    width: 100% !important;
    top: 10% !important;
    left: 0% !important;
  }

  .close {
    font-size: 40px;
    top: -5px;
    right: 5px;
  }

  .popup-title {
    font-size: 24px;
  }

  .subtitle {
    font-size: 20px;
  }

  .service-img.visa-partner {
    width: 75% !important;
  }

  .service-img.singhtek {
    width: 70% !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 #c7a748;
    margin: 0px 0px 20px 0px !important;
    padding: 0px;
    border-radius: 7px;
    width: 100%;
  }

  .tab-button.active {
    width: 90% !important;
  }

  .tab-button {
    width: 90% !important;
  }

  /*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: #c7a748;
  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%, #c7a748 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;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px 30px 40px;
  background: #c7a748;
  transition: 0.3s;
}

.bi-service-feed-item:hover {
  background: #ffffff;
  transform: translate(0, -10px);
}

.bi-service-feed-item .service-icon {
  display: inline-flex;
}

.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: 20%;
  display: flex;
  align-items: center;
}

.bi-service-feed-item .service-icon .heading {
  color: #3e2b44;
  font-size: 24px;
  font-weight: 500;
  min-height: 100px;
  line-height: 24px;
  align-items: center !important;
  display: flex;
}

.bi-service-feed-item .service-text p {
  color: #3e2b44;
  font-size: 16px;
  padding-bottom: 25px;
  line-height: 20px;
  min-height: 145px;
  font-weight: 400;
}

.bi-service-feed-item .service-text .read_more {
  color: #c7a748;
  background-color: #560070;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 400;
  display: inline;
  text-decoration: none;
}

.bi-service-feed-item .service-text .read_more:hover {
  color: #503c56;
  border: 1px solid #560070;
  background-color: #c7a748;
  padding: 5px 15px;
  border-radius: 10px;
}

.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-about-text-quote-area {
  padding-top: 13px;
  padding-left: 25px;
  color: #c7a748;
}

.bi-nominate-section-2 {
  padding: 80px 0;
  /* background-attachment: fixed; */
}

/*End*/
@media screen and (min-device-width: 479px) and (max-device-width: 1100px) {
  .bi-header-logo-main-menu .brand-logo {
    max-width: 60px;
  }

  .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;
  }

  .brand-logo img {
    width: 95%;
  }

  .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;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bi-header-logo-main-menu .brand-logo {
    min-width: 101px;
  }

  .bi-btn-1 a {
    padding: 10px 10px 10px;
    margin-right: 50px;
  }

  .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;
    font-size: 14px;
  }

  .bi-team-pagination-carousel .bi-team-carousel {
    padding-bottom: 15px;
  }

  .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 {
    list-style: none;
    padding: 0;
    justify-content: center;
  }

  .bi-footer-section-2 {
    padding-bottom: 0;
  }

  .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;
  }

  .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 {
    font-size: 14px;
  }

  .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: #c7a748;
  }

  .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 #c7a748;
    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: 5px 0;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #c7a748;
    color: #560070 !important;
    font-weight: 400;
  }

  .register-section {
    display: flex;
    flex-direction: column;
  }

  .pera-content img {
    padding-bottom: 10px;
  }

  .register {
    padding: 5px 25px;
    margin: 5px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #c7a748;
    color: #560070 !important;
    font-weight: 400;
  }
}

@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: 10px;
    display: inline-block;
    background-color: #c7a748;
    font-size: 16px !important;
  }

  .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: #c7a748;
    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-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-counter-item-2 {
    width: 18%;
    margin: 0px 10px;
  }

  .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-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 {
    background-color: #1b1f28;
  }

  .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-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: 20px;
  }

  .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;
  }

  .mobile_menu_button {
    display: block;
  }

  .bi-header-main-navigation {
    display: none;
  }

  .hap-team-section {
    background-color: #503c56;
    padding: 80px 0px;
  }

  .bi-header-section.header-style-two .mobile_menu_button {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .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-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;
    justify-content: center !important;
  }

  .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-service-feed-item .service-icon .heading {
    padding-top: 0px !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: 40px 30px;
    width: 100%;
    display: contents;
  }
}

@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;
  }

  .bi-header-section.header-style-two .mobile_menu_button {
    top: -33px;
  }
}

/*---------------------------------------------------- */
/********************* 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 {
  padding: 60px 0px;
  background-color: rgba(86, 0, 112, 1);
}

.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;
  padding-bottom: 40px;
}

.bi-service-section-4 {
  background-color: #503c56;
  overflow: hidden;
  padding: 100px 0px 0;
}

.bi-service-section-4 .bi-service-scroll-area {
  background-color: transparent;
  display: inline-block;
  white-space: nowrap;
}

.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: rgba(86, 0, 112, 1);
  padding: 0 0 50px;
}

.bi-service-section-4 h2 {
  padding: 0px 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-bottom: 120px;
  background-color: rgba(86, 0, 112, 1);
}

.hap-pricing-tab-btn {
  margin-top: 30px;
}

.hap-pricing-tab-btn .nav-tabs {
  border: none;
}

.hap-pricing-tab-btn .nav {
  display: inherit;
}

.hap-pricing-tab-btn .nav li {
  width: 33%;
}

.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: #c7a748;
}

.hap-pricing-tab-btn .nav-tabs .nav-link.active:before {
  width: 100%;
}

.hap-pricing-tab-content {
  margin-top: 0px;
}

.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: 106%;
  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: #c7a748;
}

.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: #c7a748;
}

@media (min-width: 300px) {
  .award-category {
    flex: 0 0 auto;
    width: 100%;
  }
}

/*---------------------------------------------------- */
.bi-sold-employe-counter-item .counter-img {
  width: 70px;
  margin-right: 5px;
}

.bi-sold-employe-counter-item .counter-img img {
  width: 70px;
}

.bi-sold-employe-counter-item {}

.counter-text p {
  align-items: center !important;
  font-size: 22px;
  text-align: left;
  line-height: 30px;
}

.open-lightbox1 {
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 10px;
  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: rgba(86, 0, 112, 1);
  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: 23.2%;
  /* 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%;
    margin: 1%;
  }
}

.lightbox1::-webkit-scrollbar {
  width: 10px;
  background-color: #3e2b44;
}

.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: #b29441;
}

.bi-sponsor-section {
  background-color: #4a3251;
}

.bi-sponsor-content {
  background-color: #4a3251;
  padding: 0px 0px 58px;
  border-bottom: 1px solid rgba(86, 0, 112, 1);
  margin-top: -64px;
}

.hap-team-section {
  z-index: 1;
  overflow: hidden;
  padding: 80px 0px;
  background-color: rgba(86, 0, 112, 1);
}

.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: transparent;
  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: #c7a748;
}

.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: #c7a748;
}

/*.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: #c7a748;
}*/
.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev {
  left: -70px;
  color: #c7a748;
}

.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
  right: -70px;
  color: #c7a748;
}

.winnerdiv span {
  font-size: 14px;
  color: #c7a748;
}

.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: #c7a748;
  border-bottom: 1px solid #c7a748;
}

.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: #c7a748;
}

.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: #c7a748;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

.bi-terms-condition-content ul {
  padding: 20px;
  border-radius: 20px;
}

.bi-terms-condition-content li:before {
  background-color: var(--base-color);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #c7a748;
  padding: 8px;
  text-align: left;
}

.progress-detail {
  z-index: 1;
  overflow: hidden;
  padding: 60px 0px 50px;
  /* background: url("/gfa-2025/assets/images/color-bg.png") fixed center / cover; */
  /* background-attachment: fixed; */
  background-color: rgba(86, 0, 112, 1);
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  padding-top: 100px;
}

.cards {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-steps a {
  width: 20%;
}

.card__section--skewed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-15deg) translate(0, -60px);
  background-color: rgba(86, 0, 112, 1);
  z-index: 0;
}

.progress-circle {
  width: 40%;
  border-radius: 50%;
  /* background-color: #503c56; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.progress-circle.completed img:nth-child(3) {
  width: 50%;
}

.progress-circle.completed img:nth-child(4) {
  width: 60%;
}

.progress-circle .completed img:nth-child(5) {
  width: 70%;
}

.progress-circle.completed {
  /* background-color: #c7a748; */
  padding: 20px;
}

.progress-label {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.right-side .progress-label {
  text-align: left;
}

.left-side .progress-label {
  text-align: right;
}

/* .progress-step::after {
  border-radius: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(110%, 0) rotate(50deg);
  transform-origin: right bottom;
  transition: 0.5s transform ease-out;
  will-change: transform;
  z-index: -1;
  background-color: rgba(199, 167, 72, 0.6); 
}

.progress-step:hover::after {
  transform: translate(0, 0);
}

.progress-step:hover {
  will-change: transform;
} */

.counter-text {
  width: 80%;
}

.hpg-vid24 video {
  width: 600px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-bar {
  display: none;
  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;
  background-color: #c7a748;
  border: 1px solid #c7a748;
  color: #503c56 !important;
  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 #c7a748;
  color: #3e2b44 !important;
  background-color: white;
}

.strike {
  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: #c7a748;
  display: inline-block;
}

.winners-section {
  text-align: center;
  padding: 60px 150px;
  background-color: rgba(86, 0, 112, 1);
}

.tab-button {
  background-color: #c7a748;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  transition: width 0.3s ease;
}

.tab-button.active {
  width: 70%;
}

.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);
}

.award {
  border: 1px solid #c7a748;
  margin: 10px 20px 20px 17px;
  padding: 0px;
  border-radius: 11px;
  width: 100%;
}

.tab-content-winner.active {
  display: block;
}

.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: 50%;
  font-size: 23px;
  font-weight: 400;
}

.award-table th.shortlisted,
.award-table td.shortlisted {
  width: 100%;
}

.award-title {
  margin-top: 0;
  color: #fff;
  background-color: #b78235;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.dropdown-icon {
  margin-left: 5px;
  font-size: 20px;
  float: right;
}

.service-text.headline.pera-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pera-content img {
  margin-top: -250px;
  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 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;
}

.bi-partners-image {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.service-img {
  border-radius: 30px;
  filter: drop-shadow(0.419px 7.989px 9px rgba(0, 0, 0, 0.7));
  background-color: #fff;
  margin-bottom: 25px;
  transition: 0.7s;
  height: 344px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-img.skewed {
  transform: skewY(-7deg) rotate(1deg);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff, #f0f0f0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-img.curly-corners {
  border-radius: 40% 60% 70% 30% / 50% 40% 60% 50%;
  transition: 0.4s ease-in-out;
}

.service-img.wave-corners {
  clip-path: path("M0,160 C40,120 160,120 200,160 L200,0 L0,0 Z");
  background: #fff;
  height: 200px;
}

.service-img.diagonal-cut {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #fafafa;
  border: 2px solid #ccc;
}

.service-img.wavy-hover {
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.service-img.wavy-hover::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("wave.svg") repeat-x;
  animation: wave 4s linear infinite;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 1000px;
  }
}

.service-img.neumorphic {
  border-radius: 20px;
  background: #e0e0e0;
  box-shadow: inset 10px 10px 20px #bebebe, inset -10px -10px 20px #ffffff;
}

.service-img.blob {
  clip-path: path("M64.1,-72.4C78.2,-56.2,78.5,-28.1,71.9,-5.2C65.2,17.8,51.6,35.5,37.7,50.2C23.7,64.9,9.3,76.7,-7.9,81.6C-25.1,86.5,-45.2,84.6,-57.6,71.6C-70.1,58.6,-74.9,34.5,-72.4,13.8C-70,-6.8,-60.3,-23.9,-48.2,-40.5C-36.1,-57.2,-21.5,-73.5,-2.3,-72.2C16.9,-70.9,33.9,-51.8,64.1,-72.4Z"
    );
  background-color: #fff;
}

.service-img.tilted {
  transform: perspective(500px) rotateY(15deg);
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s;
}

.service-img.tilted:hover {
  transform: perspective(500px) rotateY(0deg);
}

.service-img.curved-side {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.service-img.zigzag {
  mask-image: url("/gfa-2025/assets/images/zigzag-mask.svg");
  mask-size: cover;
  -webkit-mask-image: url("/gfa-2025/assets/images/zigzag-mask.svg");
  -webkit-mask-size: cover;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.service-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-img:hover {
  transform: scale(1.1);
}

.service-img.otherPartner {
  width: 20%;
  padding: 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  border: 5px solid #c7a748;
}

.service-img.visa-partner.wow.fadeInUp img {
  width: 70%;
}

.service-img.otherPartner.wow.fadeInUp img {
  width: 83%;
  margin: 10px -10px;
}

.service-img.otherPartner.ey-zrik.wow.fadeInUp img {
  width: 70%;
  margin: 0;
}

.service-img.otherPartner.ey-rugr.wow.fadeInUp img {
  width: 50%;
  margin: 0;
}

.service-img.visa-partner {
  width: 40%;
  padding: 0px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 5px solid #c7a748;
}

.p-10 {
  padding-bottom: 20px;
}

#partners {
  padding-top: 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,
.archive-sites a {
  text-decoration: none;
}

.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: 50%;
  border-top: 5px solid #c7a748;
  border-right: 5px solid #c7a748;
  border-left: 5px solid #c7a748;
  transform: translateX(50%);
  left: 0;
}

.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: #c7a748;
}

.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: rgba(86, 0, 112, 1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 27%;
  width: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 5px solid #c7a748;
}

.close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 50px;
  cursor: pointer;
}

.popup-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #c7a748;
}

.subtitle {
  font-size: 25px;
  margin-bottom: 20px;
}

.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;
}

.shortlist {
  min-height: 350px;
}

.special-award {
  color: #000;
  font-size: 25px;
}

.shortlink {
  color: #c7a748 !important;
}

.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;
} */
.iba {
  width: 40%;
  margin-top: -40px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.category-partner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mr-20 {
  margin-right: 20px;
}

.iba-category {
  margin-top: 10px !important;
  width: 20%;
}

.gap-40 {
  gap: 40px;
}

.category-belongs-to {
  color: #fff;
  background-color: #c7a748;
  width: 100%;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.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: 10px;
  cursor: pointer;
}

#download-btn:hover {
  background-color: #0056b3;
}

.folder .fas {
  font-size: 70px !important;
}

.registeration {
  /* background-image: url('../images/ias-form-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
  padding-top: 50px;
  /* background-color: #3e2b44; */
}

.formcontainer {
  width: 50%;
  margin: 30px auto;
  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;
}

form h6 {
  color: #c2a349;
}

.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;
  right: 15px;
  cursor: pointer;
}

.btn {
  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;
    margin: 10px !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: 45px;
  color: #c2a349;
  text-align: center;
}

.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;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  background-color: #ffffff;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  animation-delay: 1s;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-direction="slow"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 400ms;
}

.scroller[data-animated="true"] .scroller__inner:has(img:hover, img:active, img:focus) {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

img:hover,
img:focus,
img:active {
  transform: scale(1);
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.main {
  width: 100%;
  /* height: 100vh;
  */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: rgba(76, 5, 90, 1); */
}

.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 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .progress-ul li a:hover {
  background-color: #c7a748;
  border-radius: 50px;
}

.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: #b29441;
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
}

.progress-lines::after {
  content: " ";
  position: absolute;
  width: 175px;
  height: 5px;
  background-color: #b29441;
  right: 50px;
  z-index: 0;
}

.main .progress-ul li .progress-lines img {
  z-index: 10;
}

.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;
    padding: 0;
  }

  .subtitle {
    padding: 0;
  }

  .nominate-juror div:nth-child(3) {
    flex-direction: column;
    /* width: 87%; */
    overflow-x: hidden;
    padding: 0;
  }

  .nominate-juror p {
    text-align: center;
  }

  .thank-juror {
    padding: 0 !important;
  }

  .thank-juror h2 {
    font-size: 20px;
  }

  .nominee-req {
    margin: 10px 0 !important;
  }

  .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 .text {
    width: 70%;
  }

  .main .progress-ul li .icon,
  .main .progress-ul li .progress-lines {
    margin: 0 10px;
  }

  .service-img.otherPartner {
    width: 75%;
  }

  .bi-partners-image .d-flex.justify-content-center.gap-40 {
    flex-direction: column;
    align-items: center;
  }

  .progress-lines::after {
    width: 5px;
    height: 70px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    /* z-index: -1;
      */
  }

  .middle-container video {
    outline: #570071;
    object-fit: cover;
  }

  .one::after {
    height: 0;
  }

  .main ul li .icon {
    margin: 15px 0;
  }

  .awards-page {
    padding: 0;
  }

  .inner-page-padding,
  .bi-about-section-3,
  .hap-team-section,
  .bi-nominate-section-2,
  .progress-detail,
  .bi-pricing-section-2,
  .bi-team-section-3,
  .hap-team-section,
  .bi-service-section-4,
  .bi-service-section-4 {
    padding: 0 !important;
  }

  .partner-form a {
    font-size: 18px !important;
  }
}

.sticky-timeline {
  position: relative;
  bottom: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-title-1 {
  font-size: 20px;
  font-weight: 400;
}

.countdown-container-1 {
  width: 80%;
  color: #3e2b44;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #c7a748;
  border-radius: 10px;
}

.countdown-timer-1 {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  margin-bottom: 10px;
  align-items: center;
}

.countdown-item-1 {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

.countdown-value-1 {
  font-size: 20px;
  font-weight: bold;
  background: rgba(86, 0, 112, 1);
  color: #c7a748;
  border-radius: 10px;
  min-width: auto;
  display: inline-block;
  min-width: auto;
  padding: 5px 10px;
}

.countdown-label-1 {
  margin-top: 5px;
  font-size: 20px;
}

.countdown-item-1::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #3e2b44;
  right: -15px;
  top: 10%;
}

.countdown-item-1:last-child::after {
  display: none;
}

.scroller__inner img {
  width: 100px;
}

.gff-logo {
  max-width: 200px;
}

.gff-logo img {
  width: 55%;
}

#winners2026 {
  background: rgba(86, 0, 112, 1);
}

.bi-banner-section video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 70px;
}

.bi-banner-content.position-relative {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 100px 0 120px;
}

@media screen and (min-device-width: 300px) and (max-device-width: 480px) {
  .countdown-container-1 {
    width: 100%;
    padding: 10px 0;
    display: block;
  }

  .hpg-vid24 video {
    width: 300px !important;
  }

  .countdown-title-1 {
    font-size: 20px;
  }

  .countdown-timer-1 {
    gap: 20px;
    flex-wrap: wrap;
  }

  .countdown-item-1 {
    padding-bottom: 2px;
  }

  .countdown-item-1::after {
    display: none;
  }

  .countdown-value-1 {
    font-size: 20px;
    border-radius: 10px;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .formcontainer .row {
    display: flex;
    align-items: baseline;
    align-content: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .countdown-container-1 {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
}

.partner-form a {
  font-size: 25px;
  text-decoration: none;
  background-color: #c7a748;
  color: #433049;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 400;
}

.swiper-container .swiper-jury {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.swiper-jury .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px !important;
  background-color: rgba(86, 0, 112, 1);
  overflow: hidden;
  border-radius: 8px;
  /* transition: border 1000ms ease, box-shadow 1000ms ease; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.swiper-jury .swiper-slide-active {
  border: 1px solid #c7a748;
}

.swiper-jury .swiper-slide:hover,
.swiper-slide .picture img:hover {
  border: 2px solid #c2a349;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.swiper-slide .picture {
  width: 300px !important;
  height: 300px !important;
  overflow: hidden;
}

.swiper-slide .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid;
  border-radius: 50%;
  transition: border 600ms ease, box-shadow 600ms ease;
}

.swiper-slide .detail {
  padding: 15px 0 20px;
  text-align: center;
}

.swiper-slide .detail h3 {
  margin: 0;
  font-size: 20px;
  color: #c2a349;
}

.swiper-slide .detail span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.timeline {
  padding: 50px 0 0;
  position: relative;
  width: 100%;
}

.timeline ul {
  padding: 0;
  position: relative;
  width: 100%;
}

.timeline .default-line {
  width: 6px;
  /* height: 25vh; */
  position: absolute;
  left: 50%;
  width: 4px;
  background: #c7a748;
  height: 95%;
  transform: translateX(-50%);
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 50%;
  min-height: 200px;
  /* padding: 20px 0; */
}

.timeline ul li .left-side,
.timeline ul li .right-side {
  position: absolute;
  width: 45%;
  padding: 15px;
  /* background: #f1f1f1; */
  border-radius: 10px;
  overflow: hidden;
  /* position: relative; */
  z-index: 1;
}

.progress-step {
  flex: 1;
  text-align: center;
  padding: 20px;
  /* background-color: rgba(86, 0, 112, 1); */
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
  border: 2px solid;
}

.left-side .progress-step {
  flex-direction: row-reverse;
}

.progress-step::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -16px;
  right: -16px;
  background: rgba(199, 167, 72, 0.8);
  height: 32px;
  width: 32px;
  border-radius: 10px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.progress-step:hover:before {
  transform: scale(21);
}

.progress-circle.completed:hover:before {
  background-color: #fff;
}

.timeline ul li:nth-child(odd) .left-side {
  left: 48%;
  text-align: left;
}

.timeline ul li:nth-child(even) .right-side {
  right: -52%;
  text-align: left;
}

.timeline-container {
  height: 30vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}

.progress-number {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateX(50%);
  font-size: 40px;
}

.thank-juror {
  padding: 0 150px;
}

.nominate-juror p {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  text-align: center;
}

.nominee-req p {
  font-weight: 500;
  text-align: center;
}

.nominate-juror h2 {
  color: #c7a748;
  padding-top: 50px;
  text-align: center;
  font-size: 45px;
}

.nominate-juror ul li {
  font-size: 16px;
  font-weight: 300;
}

.thank-juror h2 {
  font-size: 18px;
  color: #c2a349;
  padding: 20px 0 40px;
}

/* 1. Basic Boxed Checkbox */
.style1 label {
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.style1 input[type="checkbox"]:checked+label {
  background-color: #460060;
  color: white;
  border-color: #460060;
}

/* 2. Button Toggle Look */
.style2 label {
  display: inline-block;
  padding: 10px 20px !important;
  background: transparent;
  /* border-radius: 25px; */
  cursor: pointer;
  transition: all 0.3s ease;
}

.style2 input[type="checkbox"]:checked+label {
  background: #6a0dad;
  color: #fff;
}

/* 3. Underline Highlight */
.style3 label {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.style3 label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #6a0dad;
  transition: width 0.3s ease;
}

.style3 input[type="checkbox"]:checked+label::after {
  width: 100%;
}

/* 4. Card Style Checkbox */
.style4 label {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}

.style4 input[type="checkbox"]:checked+label {
  border-color: #6a0dad;
  background: #f0e6ff;
}

/* 5. Shadow Pulse */
.style5 label {
  padding: 12px;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
}

.style5 input[type="checkbox"]:checked+label {
  box-shadow: 0 0 10px rgba(106, 13, 173, 0.6);
}

/* 6. Gradient Box */
.style6 label {
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background: linear-gradient(to right, #eee, #fff);
  cursor: pointer;
  transition: 0.3s;
}

.style6 input[type="checkbox"]:checked+label {
  background: linear-gradient(to right, #460060, #6a0dad);
  color: white;
  border-color: #6a0dad;
}

/* 7. Tick Icon */
.style7 label::before {
  content: "☐";
  margin-right: 8px;
  font-size: 18px;
}

.style7 input[type="checkbox"]:checked+label::before {
  content: "☑";
}

/* 8. Color Pop */
.style8 label {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
  transition: 0.2s;
}

.style8 input[type="checkbox"]:checked+label {
  color: #fff;
  background: #6a0dad;
  border-color: #6a0dad;
}

/* 9. Icon Toggle */
.style9 label::before {
  content: "➕";
  margin-right: 6px;
  color: green;
}

.style9 input[type="checkbox"]:checked+label::before {
  content: "✔️";
  color: darkgreen;
}

/* 10. Neon Glow */
.style10 label {
  padding: 10px;
  border: 1px solid #888;
  background: #111;
  color: #ccc;
  border-radius: 6px;
  transition: 0.3s;
}

.style10 input[type="checkbox"]:checked+label {
  box-shadow: 0 0 10px #6a0dad, 0 0 20px #6a0dad;
  color: #fff;
  background: #222;
}

.nominee-req {
  width: 100%;
  padding: 15px 10px;
  margin: 10px 10px;
  border: 5px solid #c7a748;
  border-radius: 25px;
  min-height: 200px;
}

.dei h4 {
  font-size: 20px;
  color: #c2a349;
  font-weight: 700;
}

.dei p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

div#nominator-section .col-md-6.form-group:first-child,
#nominee-section .col-md-6:first-child {
  padding-left: 0;
}

.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;
}

.PartnerContainer {
  display: flex;
  align-items: stretch;
  padding: 0 24px;
  margin-bottom: 100px;
}

.PartnerContainer>div {
  flex: 1;
}

.PartnerContainer-scroller {
  display: flex;
  align-items: stretch;
  padding: 0 24px;
  gap: 24px;
  border: 1px solid white;
}

.partnerscroller {
  flex: 1;
  /*     border: 1px solid lime; */
  height: 100%;
  gap: 24px;

  overflow: hidden;
  -webkit-mask: linear-gradient(0deg,
      transparent,
      white 20%,
      white 80%,
      transparent);
  mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent);
}

.closed-overlay {
  position: relative;
}

.closed-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 8px;
  /* optional if image has rounded corners */
}

.closed-overlay .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.scroller__innerpartner__ {
  padding-block: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  flex-direction: column;
  height: max-content;
  animation: scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
}

.header-pci-fcc {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 0 !important;
  border-radius: 10px;
  padding: 0px 10px !important;
  gap: 5px;
}

.header-pci-fcc div span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.header-pci-fcc a {
  padding: 5px;
}

.header-pci-fcc a img {
  height: 50px;
  width: auto;
  max-width: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .header-pci-fcc {
    padding: 0px 8px 12px !important;
  }

  .bi-banner-section {
    height: 100%;
  }

  .header-pci-fcc div span {
    font-size: 13px;
  }

  .header-pci-fcc a {
    padding: 8px;
  }

  .header-pci-fcc a img {
    height: 40px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .header-pci-fcc {
    flex-direction: column;
    padding: 0px 5px 10px !important;
    gap: 8px;
  }

  .header-pci-fcc div span {
    font-size: 12px;
  }

  .header-pci-fcc a {
    padding: 5px;
  }

  .header-pci-fcc a img {
    height: 35px;
  }

  .bi-counter-item-2 {
    width: 93%;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 400px) {
  .header-pci-fcc {
    padding: 0px 3px 8px !important;
  }

  .header-pci-fcc a img {
    height: 30px;
  }

  .header-pci-fcc div span {
    font-size: 11px;
  }
}

.scroller__innerpartner__.reverse {
  --_animation-direction: reverse;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    color: #c7a748;
  }

  100% {
    opacity: 1;
  }
}

.shortlistblink {
  animation: blink 300ms infinite;
  font-size: 20px !important;
  font-weight: bold !important;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 10px;
}


@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1) rotate(-15deg);
  }

  50% {
    transform: scale(1.2) rotate(-15deg);
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  .countdown-container-1 {
    width: 65%;
  }

  .bi-banner-content.position-relative {
    padding: 120px 0 120px !important;
  }

  .countdown-label-1,
  .countdown-title-1,
  .countdown-value-1 {
    font-size: 15px;
  }

  .bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li {
    margin: 0px 6px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .nominee-req {
    min-height: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .progress-lines::after {
    width: 125px;
  }
}