@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"),
    url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url("fonts/OpenSans-Medium.woff2") format("woff2"),
    url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaRound-Medium";
  src: url("fonts/FuturaRound-Medium.woff2") format("woff2"),
    url("fonts/FuturaRound-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaRound-Light";
  src: url("fonts/FuturaRound-Light.woff2") format("woff2"),
    url("fonts/FuturaRound-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaRound-Book";
  src: url("fonts/FuturaRound-Book.woff2") format("woff2"),
    url("fonts/FuturaRound-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden;
}

body {
  padding: 0rem;
}

a {
  outline: none;
  color: #2a2249;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
.btn a {
  text-decoration: none;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #0f6db3;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0f6db3;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f6db3;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #0f6db3;
  opacity: 1;
}

body div[class^="section_"] {
  clear: both;
  float: left;
  width: 100%;
}

b,
strong {
  font-weight: normal;
}

.font-regular {
  font-family: "OpenSans-Regular" !important;
}

.font-light {
  font-family: "OpenSans-Light" !important;
}

.font-medium {
  font-family: "OpenSans-Medium" !important;
}

.font-bold {
  font-family: "OpenSans-Bold" !important;
}

.font-semi-bold {
  font-family: "OpenSans-SemiBold" !important;
}

.font-extra-bold {
  font-family: "OpenSans-ExtraBold" !important;
}

.font-futuraround-light {
  font-family: "FuturaRound-Light" !important;
}

.font-futuraround-medium {
  font-family: "FuturaRound-Medium" !important;
}

.font-italic {
  font-style: italic !important;
}

.row.mar-gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.mar-gutters-15 > [class^="col"],
.row.mar-gutters-15 > [class^="col-"],
.row.mar-gutters-15 > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.mar-gutters-25 {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.row.mar-gutters-25 > [class^="col"],
.row.mar-gutters-25 > [class^="col-"],
.row.mar-gutters-25 > [class*=" col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-50 > [class^="col"],
.row.mar-gutters-50 > [class^="col-"],
.row.mar-gutters-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10 > [class^="col"],
.row.mar-gutters-10 > [class^="col-"],
.row.mar-gutters-10 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.undefined {
  margin-right: 0px;
  margin-left: 0px;
}

.row.undefined > [class^="col"],
.row.undefined > [class^="col-"],
.row.undefined > [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.l-h-1 {
  line-height: 1;
}

.l-h-1-2 {
  line-height: 1.2;
}

.letter-space-1-44 {
  letter-spacing: 1.44px;
}

.letter-space-8 {
  letter-spacing: 8px;
}

.letter-space-4 {
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2a2249;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.font-1 {
  font-size: 0.0625rem;
}

.font-2 {
  font-size: 0.125rem;
}

.font-3 {
  font-size: 0.1875rem;
}

.font-4 {
  font-size: 0.25rem;
}

.font-5 {
  font-size: 0.3125rem;
}

.font-6 {
  font-size: 0.375rem;
}

.font-7 {
  font-size: 0.4375rem;
}

.font-8 {
  font-size: 0.5rem;
}

.font-9 {
  font-size: 0.5625rem;
}

.font-10 {
  font-size: 0.625rem;
}

.font-11 {
  font-size: 0.6875rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.8125rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.0625rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-19 {
  font-size: 1.1875rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-21 {
  font-size: 1.3125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-23 {
  font-size: 1.4375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-27 {
  font-size: 1.6875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-29 {
  font-size: 1.8125rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-31 {
  font-size: 1.9375rem;
}

.font-32 {
  font-size: 2rem;
}

.font-33 {
  font-size: 2.0625rem;
}

.font-34 {
  font-size: 2.125rem;
}

.font-35 {
  font-size: 2.1875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-37 {
  font-size: 2.3125rem;
}

.font-38 {
  font-size: 2.375rem;
}

.font-39 {
  font-size: 2.4375rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-41 {
  font-size: 2.5625rem;
}

.font-42 {
  font-size: 2.625rem;
}

.font-43 {
  font-size: 2.6875rem;
}

.font-44 {
  font-size: 2.75rem;
}

.font-45 {
  font-size: 2.8125rem;
}

.font-46 {
  font-size: 2.875rem;
}

.font-47 {
  font-size: 2.9375rem;
}

.font-48 {
  font-size: 3rem;
}

.font-49 {
  font-size: 3.0625rem;
}

.font-50 {
  font-size: 3.125rem;
}

.font-51 {
  font-size: 3.1875rem;
}

.font-52 {
  font-size: 3.25rem;
}

.font-53 {
  font-size: 3.3125rem;
}

.font-54 {
  font-size: 3.375rem;
}

.font-55 {
  font-size: 3.4375rem;
}

.font-56 {
  font-size: 3.5rem;
}

.font-57 {
  font-size: 3.5625rem;
}

.font-58 {
  font-size: 3.625rem;
}

.font-59 {
  font-size: 3.6875rem;
}

.font-60 {
  font-size: 3.75rem;
}

.font-61 {
  font-size: 3.8125rem;
}

.font-62 {
  font-size: 3.875rem;
}

.font-63 {
  font-size: 3.9375rem;
}

.font-64 {
  font-size: 4rem;
}

.font-65 {
  font-size: 4.0625rem;
}

.font-66 {
  font-size: 4.125rem;
}

.font-67 {
  font-size: 4.1875rem;
}

.font-68 {
  font-size: 4.25rem;
}

.font-69 {
  font-size: 4.3125rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-71 {
  font-size: 4.4375rem;
}

.font-72 {
  font-size: 4.5rem;
}

.font-73 {
  font-size: 4.5625rem;
}

.font-74 {
  font-size: 4.625rem;
}

.font-75 {
  font-size: 4.6875rem;
}

.font-76 {
  font-size: 4.75rem;
}

.font-77 {
  font-size: 4.8125rem;
}

.font-78 {
  font-size: 4.875rem;
}

.font-79 {
  font-size: 4.9375rem;
}

.font-80 {
  font-size: 5rem;
}

.font-81 {
  font-size: 5.0625rem;
}

.font-82 {
  font-size: 5.125rem;
}

.font-83 {
  font-size: 5.1875rem;
}

.font-84 {
  font-size: 5.25rem;
}

.font-85 {
  font-size: 5.3125rem;
}

.font-86 {
  font-size: 5.375rem;
}

.font-87 {
  font-size: 5.4375rem;
}

.font-88 {
  font-size: 5.5rem;
}

.font-89 {
  font-size: 5.5625rem;
}

.font-90 {
  font-size: 5.625rem;
}

.font-91 {
  font-size: 5.6875rem;
}

.font-92 {
  font-size: 5.75rem;
}

.font-93 {
  font-size: 5.8125rem;
}

.font-94 {
  font-size: 5.875rem;
}

.font-95 {
  font-size: 5.9375rem;
}

.font-96 {
  font-size: 6rem;
}

.font-97 {
  font-size: 6.0625rem;
}

.font-98 {
  font-size: 6.125rem;
}

.font-99 {
  font-size: 6.1875rem;
}

.font-100 {
  font-size: 6.25rem;
}

.container-fluid {
  padding: 0;
}

.vertical-text-breadchrum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.vertical-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  vertical-align: middle;
  width: 100%;
  clear: both;
  margin: 0;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.vertical-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 100%;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
  clear: both;
  margin: 0;
}

#preloader {
  clear: both;
  position: relative;
}

#main-container {
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar {
  background: #2a2249;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#header .brand-logo img {
  width: 90%;
}
#header .home-header {
  padding: 2rem 2.5rem;
  z-index: 9991;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.24); */
  border-bottom: 1px solid transparent;
  border-image: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  border-image-slice: 1;
}
#header .header-navigation {
  padding: 2rem 2.5rem;
  z-index: 9991;
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
  position: relative;
  float: left;
  width: 100%;
}
#header .menu-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .menu-section .navbar-nav li.nav-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#header .menu-section .navbar-nav li.nav-item a {
  font-family: "FuturaRound-Medium";
  font-size: 1.25rem;
  color: white;
  text-decoration: none;
}
#header .menu-section .navbar-nav li.nav-item a:hover {
  text-decoration: underline;
}

/* #header .menu-section .navbar-nav li.nav-item:last-child {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 2.5rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child a {
  position: relative;
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  padding: 1rem 2rem;
  color: #303030;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
}
#header .menu-section .navbar-nav li.nav-item:last-child a::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 82%;
  opacity: 0;
  transition: 0.3s;
  color: #2a2249;
}
#header .menu-section .navbar-nav li.nav-item:last-child a:hover {
  padding-right: 4rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child a:hover::after {
  opacity: 1;
}
#header .menu-section .navbar-nav li.nav-item:last-child a:hover {
  text-decoration: none !important;
} */

.scrolled-offset {
  margin-top: 70px;
}

.loading {
  position: fixed;
  z-index: 1002;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(64, 64, 66, 0.8);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  position: absolute;
  z-index: 10;
  width: 230px;
  top: 20px;
  margin: 0 30px 0 20px;
}
.logo img {
  width: 100%;
  height: auto;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  padding: 0px 0px 0px 10px;
  z-index: 99;
}

.language a {
  padding: 0px 5px;
}

.language img {
  width: 30px;
  height: 30px;
  opacity: 1;
}

.language a img {
  opacity: 0.5;
}

.language strong {
  padding: 0px 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li.nav-item.dropdown {
  position: relative;
  padding-right: 20px;
}

.navbar ul > li {
  padding: 10px 0 10px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: normal;
  color: #404042;
  transition: 0.3s;
  position: relative;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #2a2249;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #2a2249;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  pointer-events: none;
}

.navbar .dropdown ul li {
  min-width: 320px;
}

.navbar .dropdown ul a {
  padding: 0px 20px 0px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #2a2249;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: calc(100%);
  visibility: visible;
  pointer-events: auto;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
  pointer-events: auto;
}

.navbar .dropdown .dropdown ul.sub-menu {
  position: relative;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

a.withicon {
  position: relative;
}

a.withicon:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  left: -16px;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown.megamenu {
  position: relative;
}

.dropdown.megamenu .dropdown-menu.column2 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  top: 100%;
}

.navbar a.btn.btn-primary {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.navbar a.btn.btn-primary:hover {
  color: #fff;
  background-color: #c94340;
  padding: 5px 10px;
  border-radius: 5px;
}

li.nav-item.dropdown.has-child {
  position: relative;
  padding: 0;
}

.cart {
  position: relative;
}

.cart span.badge {
  position: absolute;
  border-radius: 50%;
  top: -10px;
  right: -10px;
}

span.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.dropdown.show .dropdown-menu.show {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

/*banner*/
.home-banner {
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
  position: relative;
}
.home-banner .baner-section {
  background-image: url("../css/images/ovhj-award.svg");
  background-repeat: no-repeat;
  background-size: 50% 96%;
  height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position-x: 100%;
  /* background-position-y: 113%; */
  background-position-y: 300%;
  margin-bottom: 0rem;
}
/* .home-banner .count-down a.btn {
  display: none;
} */
.home-banner .baner-section .banner {
  height: 100%;
}
.home-banner .baner-section .banner .item {
  height: 100%;
}
.home-banner .baner-section .banner .item .carousel-caption {
  height: 100%;
  position: relative;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
}
.home-banner .baner-section .banner .item .carousel-caption .bnr-sct h6 {
  font-family: "OpenSans-SemiBold";
  font-size: 1.875rem;
  color: white;
}
.home-banner .baner-section .banner .item .carousel-caption .bnr-sct h6 span {
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .baner-section .banner .item .carousel-caption .bnr-sct h1 {
  font-family: "FuturaRound-Medium";
  font-size: 4.225rem;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .baner-section .slider .item.active img {
  display: none;
}
.home-banner .count-down {
  /* position: absolute;
    top: 58%;
    left: 8%;
    transform: translate(0%, 0%);  */
  position: relative;
 /* top: -24%; */
 top: -35%;
  left: 0%;
  padding-left: 2.5rem;
  transform: translate(0%, 0%);
}
.home-banner .count-down h2 {
  font-family: "OpenSans-SemiBold";
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  display: none;
}
.home-banner .count-down #countdowntimer #future_date {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  display: none;
}
.home-banner .count-down #countdowntimer #future_date span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
}
.home-banner .count-down #countdowntimer #future_date span strong {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  text-transform: capitalize;
}
.home-banner .count-down #countdowntimer #future_date span b.displayformat {
  color: white;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 1rem 2rem;
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
}

.home-cms-section .home-page-cms {
  margin-top: 7.5rem;
  background-color: #f4f4f4;
}
.home-cms-section .home-page-cms .home-cms-caption .container {
  height: 100%;
}
.home-cms-section .home-page-cms .home-cms-caption .container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-cms-section .home-page-cms .home-cms-caption .container .content h2 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  color: #2a2249;
}
.home-cms-section .home-page-cms .home-cms-caption .container .content h6 {
  font-family: "OpenSans-Bold";
  font-size: 1.5rem;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-cms-section .home-page-cms .home-cms-caption .container .content p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  padding-top: 2rem;
  margin-bottom: 2.5rem;
  line-height: 22px;
}

.cta-section {
  margin: 7.5rem 0;
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
  padding: 5rem 0;
}
.cta-section .cta-inner h3 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  color: white;
  text-align: left;
}
.cta-section .cta-inner .col-lg-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-juryleden {
  padding-bottom: 5.5rem;
  /* padding-top: 7.5rem; */
}
.home-juryleden .home-team-list h2 {
  font-family: "OpenSans-SemiBold";
  font-size: 2.375rem;
  color: #2a2249;
  text-align: center;
}
.home-juryleden .home-team-list p {
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  color: #303030;
  text-align: center;
  padding-top: 1.5rem;
  line-height: 28px;
}
.home-juryleden .home-team-list .team-lists {
  padding-top: 2.5rem;
}
.home-juryleden .home-team-list .team-lists .row {
  margin-bottom: 2.5rem;
}
.home-juryleden .home-team-list .team-lists .row .team-list-info {
  text-align: center;
  margin-bottom: 2.5rem;
}
.home-juryleden .home-team-list .team-lists .row .team-list-info img {
  border-radius: 50%;
  object-fit: contain;
  width: 250px;
  height: 250px;
  box-shadow: 0px 0px 20px -5px rgba(0, 15, 71, 0.2);
  margin: auto;
}
.home-juryleden .home-team-list .team-lists .row .team-list-info h4 {
  font-family: "OpenSans-SemiBold";
  font-size: 1.375rem;
  color: #2a2249;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.home-juryleden .home-team-list .team-lists .row .team-list-info p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  padding-top: 0;
  margin-bottom: 0;
}
.home-juryleden .home-team-list .team-lists .row .team-list-info p a.btn{
  margin-top: 1.5rem;
}
.home-juryleden .home-team-list .team-lists h3{
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.faq-section {
  padding-top: 7.5rem;
}
.faq-section .btn-primary {
  display: none;
}
.faq-section h1 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  text-align: center;
  color: #2a2249;
  padding-bottom: 1.5rem;
}
.faq-section p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  text-align: center;
  /* padding-top: 1.5rem; */
  line-height: 28px;
}
.faq-section #faq_contents .tab-listing {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 4.5rem 0;
  width: auto;
  overflow: auto;
  display: none;
}
.faq-section #faq_contents #cat_center_accordion {
  margin-top: 4rem;
}
.faq-section #faq_contents .tab-listing::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
}

/* Track */
.faq-section #faq_contents .tab-listing::-webkit-scrollbar-track {
  background: #e9e7f4;
}

/* Handle */
.faq-section #faq_contents .tab-listing::-webkit-scrollbar-thumb {
  background: #2a2249;
}

.faq-section #faq_contents .tab-listing .nav-link.filter-button {
  font-family: "OpenSans-SemiBold";
  font-size: 1.25rem;
  color: #2a2249;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #e9e7f4;
  border: 0px;
  white-space: nowrap;
  margin-right: 25px;
  margin-bottom: 1rem;
}
.faq-section #faq_contents .tab-listing .nav-link.filter-button.active {
  color: white;
  background-color: #2a2249;
  border: 0px;
}
.faq-section #faq_contents .tab-listing .nav-link.filter-button:focus-visible {
  outline: 0px;
}
.faq-section #faq_contents .tab-listing .nav-link.filter-button:focus {
  outline: 0px;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head {
  cursor: pointer;
  position: relative;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  position: absolute;
  font-weight: bold;
  left: auto;
  right: 8%;
  top: 38%;
  font-size: 1.5rem;
  color: #303030;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head h2 {
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
  color: #2a2249;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(1) {
  background-color: #e9e7f4;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(3) {
  background-color: white;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(5) {
  background-color: #e9e7f4;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(7) {
  background-color: white;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(9) {
  background-color: #e9e7f4;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(11) {
  background-color: white;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(13) {
  background-color: #e9e7f4;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(15) {
  background-color: white;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(17) {
  background-color: #e9e7f4;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head:nth-child(19) {
  background-color: white;
  padding: 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head.active {
  position: relative;
}
.faq-section #faq_contents #cat_center_accordion .accordion-head.active::after {
  content: "\f00d";
  font-weight: bold;
  font-family: "Font Awesome 6 Pro";
  color: #2a2249;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body .card {
  border-radius: 8px;
  border: 1px solid var(--primary, #2a2249);
  background: #fff;
  box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.25);
}
.faq-section #faq_contents #cat_center_accordion .accordion-body .card a {
  font-family: "OpenSans-SemiBold";
  font-size: 1.5rem;
  color: #303030;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body .card-body a {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  display: initial;
  text-decoration: underline;
  color: #2a2249;
}
.faq-section
  #faq_contents
  #cat_center_accordion
  .accordion-body
  .card-body
  a:hover {
  color: #000;
  text-decoration: underline;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body .card-body {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  padding: 0 2.5rem 1.25rem 2.5rem;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(2) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(4) {
  background-color: white;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(6) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(8) {
  background-color: white;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(10) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(12) {
  background-color: white;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(14) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(16) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(18) {
  background-color: #e9e7f4;
}
.faq-section #faq_contents #cat_center_accordion .accordion-body:nth-child(20) {
  background-color: #e9e7f4;
}
.home-faq .btn-primary {
  display: block;
  width: fit-content;
  margin: auto;
}

.partner-section {
  margin: 7.5rem 0;
}
.partner-section h2 {
  font-family: "FuturaRound-Medium";
  font-size: 1.75rem;
  color: #2a2249;
  text-align: center;
  margin-bottom: 5rem;
}

.md-accordion .card a:after {
  top: 1rem !important;
  right: 1rem !important;
}

.md-accordion .card a[aria-expanded="true"]:after {
  content: "\f106" !important;
}

.md-accordion .card a[aria-expanded="false"]:after {
  content: "\f107" !important;
}

.juryleden-section {
  padding-top: 7.5rem;
}
.juryleden-section h1 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  text-align: center;
  color: #2a2249;
}
.juryleden-section p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  text-align: center;
  padding-top: 1.5rem;
  line-height: 22px;
}
.juryleden-section .team-section {
  margin-top: 5rem;
}
.juryleden-section .team-section .each-juryleden {
  padding: 2.5rem 0;
  width: 100%;
}
.juryleden-section .team-section .each-juryleden:nth-child(even) {
  background: rgba(87, 70, 147, 0.1);
}
.juryleden-section .team-section .each-juryleden:nth-child(odd) {
  background-color: white;
}
.juryleden-section .team-section .each-juryleden .card-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10rem;
  line-height: 22px;
}
.juryleden-section .team-section .each-juryleden .card-block h4 {
  font-family: "FuturaRound-Medium";
  font-size: 2.6rem;
  color: #2a2249;
  margin-bottom: 0rem;
  text-align: left;
  pointer-events: none;
}
.juryleden-section .team-section .each-juryleden .card-block h4 a {
  text-decoration: none; }
.juryleden-section .team-section .each-juryleden .card-block h6 {
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
  color: #2a2249;
  /* margin-bottom: 1rem; */
  text-align: left;
}
.juryleden-section .team-section .each-juryleden .card-block h3 {
  /* color: #2a2249; */
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.juryleden-section .team-section .each-juryleden .card-block p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}
.juryleden-section .team-section .each-juryleden .card img {
  box-shadow: 4px 8px 20px 2px rgba(0, 15, 71, 0.2);
}



.home-event-section {
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
  padding: 5rem 0;
  margin-top: 7.5rem;
}
.genomineerden-sec .team-section .each-juryleden{
  background-color: transparent  !important;
}
/* .genomineerden-sec .team-section:nth-child(odd){
  background-color: white !important;
} */
/* .genomineerden-sec .team-section:nth-child(1){
  background-color: white !important;
} */
.genomineerden-sec .team-section:nth-child(odd){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(even){
  background: white!important;
}
/* .genomineerden-sec .team-section:nth-child(11){
  background-color: white !important;
} */
/* .genomineerden-sec .team-section:nth-child(12){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(13){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(14){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(15){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(16){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(24){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(25){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(26){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(27){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(28){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(36){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(37){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(38){
  background-color: white !important;
}
.genomineerden-sec .team-section:nth-child(39){
  background: rgba(87, 70, 147, 0.10) !important;
}
.genomineerden-sec .team-section:nth-child(40){
  background-color: white !important;
} */
.genomineerden-sec .team-section .each-juryleden .card{
  height: 100%;
  display: flex;
  justify-content: center;
}
.nominee-voting-sec .team-section .each-juryleden .card{
  height: 100%;
  display: flex;
  justify-content: center;  
}
.genomineerden-sec .team-section .each-juryleden .card img{
  max-height: 350px;
  object-fit: contain;
}
.nominee-voting-sec .team-section .each-juryleden .card img{
  max-height: 350px;
  object-fit: fill;
}
.voting-page .card-block .nominee-desc{
  display: none;
}
.voting-page .team-section .each-juryleden .card-block h4{
  display: none;
}
.voting-page .team-section .each-juryleden .card-block h3{
  font-family: "FuturaRound-Medium" !important;
    font-size: 2.6rem;
    color: #2a2249;
    margin-bottom: 0rem;
    text-align: left;
    background: none;
    -webkit-text-fill-color: #2a2249;
}
/* .genomineerden-sec .team-section:nth-child(4){
  background: rgba(87, 70, 147, 0.10) !important;
} */
/* .genomineerden-sec .team-section:nth-child(6){
  background-color: white !important;
}

.genomineerden-sec .team-section:nth-child(7){
  background: rgba(87, 70, 147, 0.10) !important;
} */

/* .genomineerden-sec .team-section .each-juryleden:nth-child(odd){
  background-color: white !important;
}
.genomineerden-sec .team-section .each-juryleden:nth-child(even){
  background: rgba(87, 70, 147, 0.10) !important;
} */

/* .genomineerden-sec .team-section:nth-child(even) .each-juryleden:nth-child(odd){
  background: rgba(87, 70, 147, 0.10);
}
.genomineerden-sec .team-section:nth-child(odd) .each-juryleden:nth-child(odd){
 
  background-color: white;
} */
.loadMore{
  margin-top: 4rem;
}
.nominee-voting-sec .team-section:nth-child(odd){
  background-color: white !important;
}
.nominee-voting-sec .team-section:nth-child(even){
  background: rgba(87, 70, 147, 0.10) !important;
}
.nominee-voting-sec .team-section:nth-child(even) .each-juryleden:nth-child(odd){
  background: rgba(87, 70, 147, 0.10) !important;
}
.home-event-section #Events .home-event-list:nth-child(even) .btn-secondary {
  /* background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 1rem;
  cursor: context-menu !important;
  pointer-events: none !important; */
  /* opacity: 0.5; */
    color: #2a2249;
    padding: 1rem 2rem;
    background: var(--gold-gradient, linear-gradient( 90deg, #b17b15 0%, #c3952f 8%, #ddbb56 23%, #edd26e 34%, #f4db77 41%, #e8ca66 53%, #cba03b 78%, #b17b15 97% ) );
    /* cursor: context-menu !important;
    pointer-events: none !important; */
    opacity: 0.5;
    pointer-events: none;
}
.home-event-section #Events .home-event-list:nth-child(even) .btn-secondary:hover{
  padding-right: 4rem;
}
.home-event-section #Events .home-event-list:nth-child(even) .btn-secondary a {
  /* color: white !important; */
  color: #2a2249 !important;
  /* cursor: context-menu !important;
  pointer-events: none !important; */
}
.home-event-section #Events .home-event-list:nth-child(odd) .btn-secondary a {
  /* color: #2a2249 !important; */
  color: white !important;
  cursor: context-menu !important;
  pointer-events: none !important;
}
.home-event-section
  #Events
  .home-event-list:nth-child(odd)
  .btn-secondary::after {
  display: none;
}
.home-event-section #Events .home-event-list:nth-child(3) .btn-secondary,
.home-event-section #Events .home-event-list:nth-child(1) .btn-secondary {
  /* opacity: 0.5;
  color: #2a2249;
  padding: 1rem 2rem;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  cursor: context-menu !important;
  pointer-events: none !important; */
  background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 1rem;
  cursor: context-menu !important;
  pointer-events: none !important;
}
/* .home-event-section #Events .home-event-list:nth-child(4) .btn-secondary:hover {
  padding-right: 2rem;
  cursor: default;
} */
.home-event-section
  #Events
  .home-event-list:nth-child(3)
  .btn-secondary::after {
  display: none;

}
.home-event-section .home-event-list:nth-child(odd) .btn-secondary {
  background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 1rem;
  pointer-events: none;
}
.home-event-section .home-event-list:nth-child(odd) .btn-secondary::after {
  display: none;
}
.home-event-section .home-event-list:nth-child(3) .btn-secondary {
  /* opacity: 0.5; */
 
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
}
.home-event-section .home-event-list:nth-child(3) .btn-secondary:hover {
  padding-right: 2rem;
  cursor: default;
}
.home-event-section .home-event-list:nth-child(3) .btn-secondary::after {
  display: none;
}

.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary {
  /* background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 1rem;
  cursor: context-menu !important; */
  color: #2a2249;
    font-family: "OpenSans-Regular";
    font-size: 1rem;
    padding: 1rem 2rem;
    transition: 0.3s;
    position: relative;
    opacity: 0.5;
    background: var(--gold-gradient, linear-gradient( 90deg, #b17b15 0%, #c3952f 8%, #ddbb56 23%, #edd26e 34%, #f4db77 41%, #e8ca66 53%, #cba03b 78%, #b17b15 97% ) );
    cursor: context-menu;
    pointer-events: none;

}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary:hover{
    padding-right: 4rem;
  }
.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary:disabled {
  cursor: context-menu !important;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary[disabled] {
  cursor: context-menu !important;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary
  a {
    color: #2a2249 !important;
  /* cursor: context-menu !important;
  pointer-events: none !important; */
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(odd)
  .btn-secondary::after {
  display: block;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(even)
  .btn-secondary a{
    color: white !important;
    cursor: context-menu !important;
    pointer-events: none !important;
  }
.over-de-verkiezing-event-section
  .home-event-list:nth-child(even)
  .btn-secondary {
  /* background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  ); */
  /* color: #2a2249;
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  padding: 1rem 2rem;
  transition: 0.3s;
  position: relative;
  opacity: 0.5;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  cursor: context-menu;
  pointer-events: none; */
  background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 1rem;
  cursor: context-menu !important;
  pointer-events: none !important;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(even)
  .btn-secondary::after {
  display: none;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(even)
  .btn-secondary:hover {
  color: white;
  background: transparent;
  padding-right: 0rem;
  transition: all 0.4s ease-in;
  cursor: context-menu !important;
}
/* .over-de-verkiezing-event-section .home-event-list:nth-child(3) .btn-secondary {
  opacity: 0.5;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  cursor: context-menu;
  pointer-events: none;
} */
.over-de-verkiezing-event-section
  .home-event-list:nth-child(3)
  .btn-secondary::after {
  display: none;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(3)
  .btn-secondary:hover {
  padding-right: 2rem;
  cursor: default;
}
.over-de-verkiezing-event-section .home-event-list:nth-child(4) .btn-secondary {
  opacity: 1;
  background: none;
}
.over-de-verkiezing-event-section
  .home-event-list:nth-child(4)
  .btn-secondary
  a {
  color: white !important;
}

.home-event-section h2 {
  font-family: "FuturaRound-Medium";
  font-size: 2.375rem;
  color: white;
}
.home-event-section .card {
  margin-top: 2rem;
}
.home-event-section .card .card-block {
  padding: 1rem 0;
  position: relative;
}
.home-event-section .card .card-block::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    #b17b15 0%,
    #c3952f 8%,
    #ddbb56 23%,
    #edd26e 34%,
    #f4db77 41%,
    #e8ca66 53%,
    #cba03b 78%,
    #b17b15 97%
  );
}
.home-event-section .card .card-block h4 {
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  color: white;
  padding-top: 1rem;
}
.home-event-section .card .card-block h4 a {
  color: white;
  pointer-events: none;
  text-decoration: none;
}
.home-event-section .card .card-block p.date {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  padding-top: 1rem;
  text-transform: lowercase;
}
.home-event-section .card .card-block .date::after {
  display: none;
}
/* finelist-detail-page */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.finelist-detail-page .desk-row{
  max-width: 100%;
  width: 100%;
}
.finelist-detail-page .section-child-small{
  max-width: 100%;
  width: 100%;
  height: 100%;
}



.finelist-detail-page{
  margin-top:7.5rem;
}
.full-width-video video{
  margin-top:0rem;
}
.full-width-video{
  padding-top: 1rem;
  /* padding-bottom: 7.5rem; */
  margin-bottom: -2rem;

}
.finelist-detail-page .image-left-content-right h2{
  font-size: 2.375rem;
}
.finelist-detail-page .mob-row{
  display: none;
}

.finelist-detail-page .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.finelist-detail-page .content h2{
  margin-bottom: 1rem;
}
.finelist-detail-page .content p{
  margin-top: 2rem;
}
.finelist-detail-page .finalist-profile{
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.finelist-detail-page .finalist-profile img{
  box-shadow: 4px 8px 20px 2px rgba(0, 15, 71, 0.2);
  /* display: block;
  margin: auto; */
  max-height: 350px;
    object-fit: fill;
    width: 80%;
}
.text-shadow-10 {
  text-shadow: 0px 0px 10px #000000d1;
}

.caption-1 {
  text-shadow: 0px 0px 10px #000000d1;
  line-height: 1;
}

.call-to-action-banner {
  position: relative;
  bottom: 0;
}

.call-to-action-banner .btn + .btn {
  margin-left: 50px;
}

.videoonbanner {
  margin-top: 4.5rem;
}

.searchbox_inner {
  display: flex;
  justify-content: space-between;
  padding: 47px 0px;
}

.searchbox_inner .selectbox {
  padding: 0px 14px 0px 0px;
}

.service-list {
  padding: 80px 0px 0px 0px;
}
.service-list .card.card-item {
  box-shadow: 0px 3px 6px #00000029;
  border: 0.10000000149011612px solid #00000029;
  padding: 10px;
  margin-top: 40px;
  text-align: center;
  height: 100%;
}
.service-list .card.card-item .card-image {
  margin: 10px;
}
.service-list .card.card-item .card-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn {
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
}

.btn-primary {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
  background-color: #2a2249;
  color: #fff;
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  padding: 1rem 2rem;
  transition: 0.3s;
  position: relative;
}
.btn-primary:hover {
  color: #404042;
  background-color: #fff;
  border-color: #161226;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #161226;
  border-color: #110e1e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-primary::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 14px;
  right: 30px;
  opacity: 0;
  transition: 0.3s;
  margin-left: 10px;
  color: white;
}
.btn-primary i {
  margin-left: 2rem !important;
}
.btn-primary:hover {
  color: #fff;
  background: #2a2249;
  padding-right: 4.5rem;
  transition: all 0.4s ease-in;
}
.btn-primary:hover::after {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.btn-primary:focus,
.btn-primary.focus {
  outline: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  outline: none;
}

.btn-secondary {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  color: #2a2249;
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  padding: 1rem 2rem;
  transition: 0.3s;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-secondary:hover {
  color: #404042;
  background-color: #fff;
  border-color: #161226;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #161226;
  border-color: #110e1e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-secondary::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 14px;
  right: 30px;
  opacity: 0;
  transition: 0.3s;
  color: #2a2249;
}
.btn-secondary i {
  margin-left: 2rem !important;
}
.btn-secondary:hover {
  color: #2a2249;
  background: var(
    --gold-gradient,
    linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    )
  );
  padding-right: 4.5rem;
  transition: all 0.4s ease-in;
}
.btn-secondary:hover::after {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.btn-secondary:focus,
.btn-secondary.focus {
  outline: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  outline: none;
}

.btn-back {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
  opacity: 0.5;
  background: var(--primary, #2a2249);
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  padding: 1rem 2rem;
  transition: 0.3s;
  position: relative;
}
.btn-back:hover {
  color: #404042;
  background-color: #fff;
  border-color: #161226;
}
.btn-back:focus,
.btn-back.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-back.disabled,
.btn-back:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: #2a2249;
}
.btn-back:not(:disabled):not(.disabled):active,
.btn-back:not(:disabled):not(.disabled).active,
.show > .btn-back.dropdown-toggle {
  color: #fff;
  background-color: #161226;
  border-color: #110e1e;
}
.btn-back:not(:disabled):not(.disabled):active:focus,
.btn-back:not(:disabled):not(.disabled).active:focus,
.show > .btn-back.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 34, 73, 0.5);
}
.btn-back::after {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 14px;
  left: 10px;
  opacity: 0;
  transition: 0.3s;
  margin-left: 10px;
  color: white;
}
.btn-back i {
  margin-left: 2rem !important;
}
.btn-back:hover {
  color: #fff;
  background: #2a2249;
  padding-left: 3.5rem;
  transition: all 0.4s ease-in;
}
.btn-back:hover::after {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.btn-back:focus,
.btn-back.focus {
  outline: none;
}
.btn-back.disabled,
.btn-back:disabled {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-back:not(:disabled):not(.disabled):active,
.btn-back:not(:disabled):not(.disabled).active,
.show > .btn-back.dropdown-toggle {
  color: #fff;
  background-color: #2a2249;
  border-color: transparent;
}
.btn-back:not(:disabled):not(.disabled):active:focus,
.btn-back:not(:disabled):not(.disabled).active:focus,
.show > .btn-back.dropdown-toggle:focus {
  outline: none;
}

.btn-outline-primary {
  border: 2px solid #2a2249;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
  box-shadow: none;
}

.btn-default {
  color: #404042;
  background-color: #fff;
  border-color: #fff;
  color: #2a2249;
  box-shadow: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-default:hover {
  color: #fff;
  background-color: #2a2249;
  border-color: #e6e6e6;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-default.disabled,
.btn-default:disabled {
  color: #404042;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #404042;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-default:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
  box-shadow: none;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: none;
  outline: none;
}
.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: #c6b3a2;
  border-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #c6b3a2;
  border-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.cms-section {
  padding-top: 7.5rem;
}
.cms-section h1 {
  font-family: "FuturaRound-Medium";
  text-align: center;
  color: #2a2249;
  font-size: 3rem;
}
.cms-section p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  color: #303030;
}
.cms-section p a {
  color: #cba03b !important;
  text-decoration: underline !important;
  font-family: "OpenSans-SemiBold";
  cursor: pointer;
}
.cms-section .image-left-content-right h2 {
  font-size: 2.375rem;
  color: #303030;
}
.cms-section .image-left-content-right p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  line-height: 22px;
  text-align: left;
}
.cms-section .image-left-content-right .image-border .slider-wrapper img {
  box-shadow: -4px 8px 20px 2px rgba(0, 15, 71, 0.2);
}
.cms-section .full-width-content h2 {
  font-size: 1.75rem;
  color: #303030;
}
.cms-section .full-width-content p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  line-height: 22px;
  text-align: left;
}
.cms-section .image-right-content-left h2 {
  font-size: 2.375rem;
  color: #303030;
}
.cms-section .image-right-content-left p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  line-height: 22px;
  text-align: left;
}
.cms-section .image-right-content-left .image-border .slider-wrapper img {
  box-shadow: -4px 8px 20px 2px rgba(0, 15, 71, 0.2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-480px * 4));
  }
}
.client .slider {
  height: 250px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.client .slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(480px * 6);
}
.client .slider .slide {
  height: 100px;
  width: 480px;
}

.client .slide img {
  /* width: 150px;
  height: 150px;
  object-fit: contain; */
  display: block;
  margin: auto;
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.home-cms-content {
  padding: 4.5rem 0 0;
  margin-bottom: 4.5rem;
  position: relative;
}
.home-cms-content::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2.5rem;
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
}
.home-cms-content .home-image-placeholder {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.home-cms-content .home-image {
  position: absolute;
  transform: translateY(-80px);
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  margin-bottom: -80px;
  bottom: 0;
  top: auto;
  align-content: flex-end;
}
.home-cms-content .content {
  padding: 40px 0px;
}

.featured-cms-content {
  padding: 4.5rem 0 0;
  margin-bottom: 0rem;
  position: relative;
}

.featured-image-placeholder {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

.featured-image {
  position: absolute;
  transform: translateY(-150px);
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  margin-bottom: -150px;
  bottom: 0;
  top: auto;
  align-content: flex-end;
}

.contact-page-template-form {
  padding: 7.5rem 0;
}
.contact-page-template-form h2 {
  font-family: "FuturaRound-Medium";
  font-size: 2.375rem;
  color: #2a2249;
}

.input-effect label {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
}
.input-effect .form-control {
  border: 1px solid #2a2249;
  border-radius: 8px;
  padding: 1rem;
  height: 54px;
  font-size: 1rem;
  color: #303030;
}
.input-effect textarea.form-control {
  height: 200px;
}

.page-header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-header strong {
  color: #2a2249;
}

.content {
  margin-bottom: 2rem;
}

.iframe-class {
  width: 100%;
  height: auto;
  min-height: 600px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: transparent;
  background-image: none;
}

.form-control {
  height: 46px;
}

textarea.form-control {
  height: 110px;
}

.form-control.has-error {
  border-color: #d82b00 !important;
}

.form-control.has-success {
  border-color: #369303 !important;
}

.md-accordion .card {
  margin-bottom: 24px;
  border: 1px solid #000;
  background-color: #fff;
}
.md-accordion .card ul {
  margin: 0px 0px;
  list-style: none;
  padding: 0px;
}
.md-accordion .card ul li {
  margin: 0px;
  padding: 5px 0px 0px 30px;
  position: relative;
}
.md-accordion .card ul li:after {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  left: 0rem;
  padding: 2px 2px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 30px;
  width: 30px;
  font-weight: bold;
  font-size: 6px;
  color: #2a2249;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.md-accordion .card a {
  position: relative;
  display: block;
  padding: 8px;
  padding-left: 20px;
  padding-right: 40px;
  color: #000000;
  font-weight: bold;
  font-size: 1.25rem;
}
.md-accordion .card a:after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 0rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 48px;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.md-accordion .card a[aria-expanded="true"]:after {
  content: "\f107";
}
.md-accordion .card a[aria-expanded="false"]:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
}

.cms-over-de-verkiezing {
  padding: 7.5rem 0;
}
.cms-over-de-verkiezing h1 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  color: #2a2249;
  text-align: center;
}
.cms-over-de-verkiezing .feature-tab-layout {
  padding: 3rem 6.063rem;
  border-radius: 15px;
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
  margin-top: 2.5rem;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-tabs {
  border-bottom: 0px;
  position: relative;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #b17b15 0%,
    #c3952f 8%,
    #ddbb56 23%,
    #edd26e 34%,
    #f4db77 41%,
    #e8ca66 53%,
    #cba03b 78%,
    #b17b15 97%
  );
  bottom: 0;
  left: 0;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-link {
  /* font-family: "OpenSans-Regular"; */
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
  color: white;
  padding-left: 0;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
}
/* .cms-over-de-verkiezing .feature-tab-layout .nav-link.active{
        font-family: "OpenSans-SemiBold";
      } */
.cms-over-de-verkiezing .feature-tab-layout .nav-link:hover {
  border: 1px solid transparent;
  color: white !important;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-link.active {
  background-color: transparent;
  border: 0px;
  position: relative;
  color: white !important;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-item.active .nav-link {
  color: white !important;
  text-decoration: none !important;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-item.active {
  position: relative;
}
.cms-over-de-verkiezing .feature-tab-layout .nav-item.active::after {
  content: "";
  position: absolute;
  /* width: 16%; */
  width: 70%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #b17b15 0%,
    #c3952f 8%,
    #ddbb56 23%,
    #edd26e 34%,
    #f4db77 41%,
    #e8ca66 53%,
    #cba03b 78%,
    #b17b15 97%
  );
  bottom: 0px;
}
.cms-over-de-verkiezing .feature-tab-layout .tab-content {
  padding-top: 1.938rem;
}
.cms-over-de-verkiezing .feature-tab-layout .tab-content .tab-pane.active {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  margin-bottom: 1.5rem;
}
.cms-over-de-verkiezing .feature-tab-layout .tab-content .tab-pane.active h6 {
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.cms-over-de-verkiezing .feature-tab-layout .tab-content .tab-pane.active p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  margin-bottom: 1.5rem;
}
.cms-over-de-verkiezing
  .feature-tab-layout
  .tab-content
  .tab-pane.active
  table {
  width: 40%;
  margin-top: 2.5rem;
}
.cms-over-de-verkiezing
  .feature-tab-layout
  .tab-content
  .tab-pane.active
  table
  tbody
  td {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  padding: 0.5rem;
}
.cms-over-de-verkiezing
  .feature-tab-layout
  .tab-content
  .tab-pane.active
  table
  tbody
  td:first-child {
  font-family: "OpenSans-Bold";
}
.mob-tab-content {
  display: none;
}

.nominee-section {
  padding-top: 7.5rem;
}
.nominee-section h1 {
  font-family: "FuturaRound-Medium";
  font-size: 3rem;
  text-align: center;
  color: #2a2249;
}
.nominee-section p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #303030;
  text-align: center;
  padding-top: 1.5rem;
  line-height: 22px;
}

.nominee-form .offer-from {
  margin-top: 3.5rem;
  border-radius: 10px;
  border: 1px solid var(--stroke-card, #eff0f6);
  background: var(--white, #fff);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 5rem 6.063rem;
}
.nominee-form .offer-from .modal1 {
  margin-left: -1rem;
}
.nominee-form .offer-from .btn-back {
  margin-right: 2.5rem;
  position: relative;
  z-index: 999;
}
.nominee-form .offer-from .submit-buttons {
  /* margin-top: 2rem; */
  margin-top: 0rem;
  position: relative;
}
.nominee-form .offer-from .submit-buttons .form-submit-loading{
  position: absolute;
    right: -80px;
    top: 0;
}
.nominee-form .offer-from .btn {
  /* margin-top: 2rem; */
  margin-top: 0rem;
}
.nominee-form .offer-from #pills-tab {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 2rem;
  border-bottom: 2px solid #eff0f6;
}
.nominee-form .offer-from #pills-tab li.nav-item {
  display: flex;
  width: 33.33%;
}
.nominee-form .offer-from #pills-tab .nav-link {
  opacity: 0.5;
  display: flex;
  text-decoration: none;
}
.nominee-form .offer-from #pills-tab .nav-link span.number {
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #2a2249;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.nominee-form .offer-from #pills-tab .nav-link.active {
  background-color: white;
  color: #2a2249;
  opacity: 1;
}
.nominee-form .offer-from #pills-tab .nav-link.active .progress-bar {
  width: 50% !important;
}
.nominee-form .offer-from #pills-tab .progress {
  width: 150px;
  height: 6px;
  border-radius: 50px;
  background-color: rgba(42, 34, 73, 0.25);
  margin-top: 10px;
}
.nominee-form .offer-from #pills-tab .progress .progress-bar {
  border-radius: 50px;
}
.nominee-form .offer-from .form-tabs .tab-pane {
  padding-top: 2rem;
}
.nominee-form .offer-from .form-tabs .tab-pane .form-group #nominee{
  margin-bottom: 2rem;
}
.nominee-form .offer-from .form-tabs .tab-pane h3 {
  font-family: "OpenSans-SemiBold";
  font-size: 1.75rem;
  color: #303030;
}
.nominee-form .offer-from .form-tabs .tab-pane .checkboxes {
  display: flex;
  justify-content: flex-start;
}

.input-effect label {
  font-family: "OpenSans-Regular";
  color: #303030;
  font-size: 0.875rem;
}

.input-effect .form-control {
  border: 1px solid #2a2249;
  font-size: 1rem;
  color: #303030;
}

.checkmark_2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 2.5rem;
}

.checkmark_2 label {
  font-family: "OpenSans-Regular";
  color: black;
  margin-bottom: 0;
  font-size: 1rem;
}

.checkmark_2 input {
  /* position: absolute; */
  /* opacity: 0; */
  cursor: pointer;
  z-index: 100;
  left: 0;
  top: 10px;
  /* width: 5%; */
  height: 20px;
}

.checkmark_2 .checkmark-1 {
  position: absolute;
  top: 7px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #2a2249;
  background-color: transparent;
  border-radius: 4px;
}

.checkmark_2 input:checked ~ .checkmark-1 {
  background-color: white;
}

.checkmark-1::after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark_2 input:checked ~ .checkmark-1::after {
  display: block;
}

.checkmark_2 .checkmark-1::after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #2a2249;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark_2 input[type="checkbox"]:not(old),
.checkmark_2 input[type="radio"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  position: absolute;
}

.someone-else-form {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 3.6rem;
  border: 1px solid #2a2249;
  position: relative;
  z-index: 99;
  background-color: transparent;
}

.select-section {
  position: relative;
  margin-top: 1rem;
}
.select-section::after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  top: 15px;
  right: 20px;
  color: #2a2249;
  z-index: 0;
}

.cms-content.section-child {
  padding-bottom: 0;
}

.section-spacing-100 {
  margin: 6.25rem 0 6.25rem;
  padding: 6.25rem 0 6.25rem;
  overflow: hidden;
  clear: both;
}

.section-spacing-70 {
  margin: 1rem 0 1rem;
  padding: 0rem 0 0rem;
  overflow: hidden;
  clear: both;
}

#contactform .modal1 h4 {
  font-family: "OpenSans-SemiBold";
  color: #2a2249 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
}
#contactform .modal1 input {
  border: 1px solid #2a2249;
  border-radius: 5px;
  font-size: 1rem !important;
  color: #303030;
  padding: 1rem;
}
#contactform .modal1 input.form-control {
  height: 54px;
}
.row.captcha-row {
  margin-left: 0;
}

.google-map h2 {
  margin: 0px 0px 40px 0px;
}
.google-map h3 {
  margin: 20px 0px;
}
.google-map .nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.google-map .nav-tabs .nav-link {
  padding: 12px 80px 12px 24px;
  border: 1px solid #f0f0f0;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
.google-map .nav-tabs .nav-link.active:first-child {
  background-color: #fff;
  color: #000000;
}
.google-map .nav-tabs .nav-item:nth-child(2) a {
  background-color: #2a2249 !important;
  color: #fff !important;
}
.google-map .nav-tabs .nav-link.active {
  background-color: #2a2249;
  color: #fff;
}
.google-map .nav-tabs .nav-item + .nav-item {
  margin-left: -8px;
}
.google-map .tab-content {
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
.google-map .tab-content strong {
  color: #2a2249;
}
.google-map .tab-space {
  padding: 0px 24px 24px;
}
.google-map .tab-content .tab-pane:nth-child(2) {
  background-color: #2a2249;
  color: #fff;
}
.google-map .tab-content .tab-pane:nth-child(2) h3 {
  color: inherit;
}

.section-child {
  margin: 6.5rem 0 5.65rem;
  overflow: hidden;
  clear: both;
}

.section-child:not(:last-child) {
  margin-top: 0;
}

.section-child-alternate {
  margin: 3.5rem 0 3.5rem;
  padding: 6.5rem 0 6.5rem;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
}

.section-child-alternate:not(:last-child) {
  margin-top: 0;
}

.section-child-alternate:nth-child(even) .row {
  flex-direction: row-reverse;
}

.section-child-small {
  margin: 1rem 0 1rem;
  padding: 0rem 0 0rem;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
}

.section-child-small:not(:last-child) {
  margin-top: 0;
}

.featured-projects h2.page-header {
  margin: 30px 0px 50px;
}
.featured-projects .card .client-image {
  position: absolute;
  left: -40px;
  z-index: 2;
}
.featured-projects .card .client-image img {
  box-shadow: 0px 3px 6px #00000029;
  border: 0.10000000149011612px solid #707070;
}
.featured-projects .card .card-caption {
  position: absolute;
  right: 10px;
  z-index: 2;
  margin: 20px 10px;
  color: #fff;
}
.featured-projects .card .card-caption a {
  color: inherit;
}
.featured-projects .card .card-image img {
  box-shadow: 0px 0px 10px #666666;
  border: 1px solid #2a2249;
}

#play-featured-video {
  top: 0px;
  z-index: 3;
  border-radius: 50%;
}
#play-featured-video span {
  box-shadow: 0px 0px 10px #666666;
  border-radius: 50%;
  display: flex;
}
#play-featured-video svg {
  fill: #2a2249;
}
#play-featured-video::after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.action-btn {
  list-style: none;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta .cta-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #f0f0f0;
  padding: 3.5rem 1rem 3.5rem;
  padding-left: 32px;
  background-color: #fff;
}
.cta h3 {
  color: inherit;
  margin-bottom: 0px;
}
.cta p {
  margin-bottom: 0rem;
  color: inherit;
}
.cta strong {
  color: #fff;
}
.cta a {
  margin: 0px 0px 12px;
  color: #fff;
}
.cta a.btn {
  margin: 12px 25px 12px;
}

.cta.between {
  transform: translateY(50%);
}

.featured-blogs {
  padding: 6.5rem 0 3.5rem;
}

.featured-blogs .card .card-title {
  font-size: 1.3125rem;
}

.featured-blogs .card .card-img {
  box-shadow: 0px 3px 6px #00000029;
  border: 0.10000000149011612px solid #404042;
}

.all-btn {
  margin: 2rem 0;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.selectbox {
  position: relative;
  display: flex;
  background: transparent;
  overflow: hidden;
  width: 100%;
  padding: 0px 7px;
}
.selectbox select {
  border: 1px solid #fff !important;
  padding: 0.5rem 1rem;
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent !important;
  color: #fff !important;
}
.selectbox select option {
  background-color: #666666;
}

/* Arrow */
.selectbox::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* Transition */
.selectbox-dark:hover::after {
  color: #000000;
}

.selectbox-dark {
  position: relative;
  display: flex;
  background: transparent;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px;
}
.selectbox-dark select {
  border: 1px solid #f9f9f9 !important;
  padding: 0.5rem 1rem;
  height: 46px;
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent !important;
  color: #000000 !important;
}

/* Arrow */
.selectbox-dark::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 0rem;
  padding: 6px 10px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
}

.radiobox {
  margin: 0 0rem 1rem;
  display: flex;
}
.radiobox input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radiobox input[type="radio"] + .radio-label {
  display: flex;
  margin: 0;
}
.radiobox input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #2a2249;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.13em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radiobox input[type="radio"]:checked + .radio-label:before {
  background-color: #2a2249;
  box-shadow: inset 0 0 0 0px #e9ecef;
}
.radiobox input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #2a2249;
}
.radiobox input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.radiobox input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radiobox p {
  margin: 0;
}

.checkbox-radio {
  margin: 0 1rem 0rem 0rem;
  display: flex;
}
.checkbox-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label {
  display: flex;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.5rem;
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.checkbox-radio input[type="radio"]:checked + .checkbox-radio-label:before {
  background-color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.5rem;
  color: #000000;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.checkbox-radio input[type="radio"]:focus + .checkbox-radio-label:before {
  outline: none;
  border-color: #666666;
}
.checkbox-radio input[type="radio"]:disabled + .checkbox-radio-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label:empty:before {
  margin-right: 0;
}
.checkbox-radio p {
  margin: 0;
}

.checkbox {
  margin: 0 0rem;
  display: flex;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox input[type="checkbox"] + .checkbox-label {
  display: flex;
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.75rem;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  background-color: #2a2249;
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  line-height: 12px;
  font-size: 0.5rem;
  color: #fff;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
  border-color: #666666;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}
.checkbox p {
  margin: 0;
}

/* page-not-found */
body.pagina-niet-gevonden-page #header {
  background-color: #000000;
}

.page-not-found {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7.5rem;
}

.date {
  position: relative;
}
.date::after {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: auto;
  right: 1rem;
  display: flex;
  color: #000000;
  pointer-events: none;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
}

.overons .content strong {
  font-weight: bold;
  color: #2a2249;
}

.overons .content h2 {
  font-weight: bold;
  margin-top: 6.25rem;
  margin-bottom: 2rem;
}

.featured-team {
  padding: 3rem 0 2rem;
}

#footer {
  float: left;
  width: 100%;
  padding: 2.938rem 0rem;
  background: var(
    --radial,
    radial-gradient(
      203.55% 133.9% at 8.2% -18.45%,
      #5c4d97 0%,
      #564592 12%,
      #534190 16%,
      #3b2e67 33%,
      #221b3b 54%,
      #100c1b 73%,
      #050407 89%,
      #010101 100%
    )
  );
}
#footer .top-footer {
  position: relative;
}
#footer .top-footer::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  bottom: 0;
  left: 8%;
}
#footer .top-footer p {
  font-family: "OpenSans-SemiBold";
  font-size: 1rem;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
#footer .top-footer p i {
  color: white;
  font-size: 1.5rem;
}
#footer .middle-footer {
  padding: 1.5rem 0;
  position: relative;
}
#footer .middle-footer::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  bottom: 0;
  left: 8%;
}
#footer .middle-footer p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: white;
  line-height: 22px;
}
#footer .middle-footer .navbar.mega-menu ul {
  display: block;
  column-count: 2;
  column-gap: 10rem;
  text-align: right;
  float: right;
}
#footer .middle-footer .navbar.mega-menu ul li {
  font-family: "FuturaRound-Medium";
  font-size: 1.25rem;
  color: white;
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 1rem;
}
#footer .middle-footer .navbar.mega-menu ul li a {
  color: white;
  text-decoration: none;
}
#footer .middle-footer .navbar.mega-menu ul li a:hover {
  text-decoration: underline;
}
#footer .bottom-footer {
  padding: 1.5rem 0;
  padding-bottom: 0;
}
#footer .bottom-footer ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  justify-content: flex-start;
}
#footer .bottom-footer ul li {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #9f9da3;
  padding-left: 2rem;
  list-style: none;
}
#footer .bottom-footer ul li a {
  color: #9f9da3;
  text-decoration: none;
}
#footer .bottom-footer ul li a:hover {
  text-decoration: underline;
}
#footer .bottom-footer ul li:first-child {
  padding-left: 0;
}
#footer .bottom-footer p {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  color: #9f9da3;
}
#footer .bottom-footer .copyright-text p {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0.5rem;
}
#footer .bottom-footer .developed-by p {
  text-align: right;
}
#footer .footer-top {
  padding: 0px 0px;
}
#footer .footer-bottom {
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}
#footer .footer-bottom > div {
  height: 100%;
}
#footer .footer-bottom .column-1 {
  background-color: #fff;
  padding: 40px 16px;
}
#footer .footer-bottom .column-2 {
  background-color: #56565a;
  padding: 40px 16px;
}
#footer .footer-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  display: flex;
  pointer-events: none;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
#footer .footer-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50%;
  display: flex;
  pointer-events: none;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: #56565a;
  z-index: -1;
}
#footer .normal-menu {
  padding-left: 30px;
}
#footer .normal-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer .normal-menu .dropdown-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}
#footer .normal-menu .nav-link {
  padding: 0px 0px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.275rem;
}
#footer .normal-menu .dropdown-item {
  padding: 3px 0px 3px;
  color: #fff;
  font-size: 1.0125rem;
}
#footer .normal-menu .dropdown-item:hover {
  padding: 3px 0px 3px;
  color: #fff;
  background: transparent;
}
#footer .normal-menu .dropdown-toggle::after {
  display: none;
}

#footer h4 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}

#footer .column-1 img {
  margin-bottom: 20px;
}

#footer .column-1 a.btn {
  box-shadow: none;
  padding: 5px 12px;
  border-width: 1px;
}
#footer .column-1 a.btn i {
  margin-right: 12px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-links ul li {
  margin: 0px;
  padding: 0px 0px 12px;
  list-style: none;
}
.buttons-filter{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3.125rem;
}
.buttons-filter .filter-button{
  font-family: "OpenSans-SemiBold";
  font-size: 1.25rem;
  padding: 1rem 2rem;
  background-color: #E9E7F4;
  color: #2A2249;
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: none;
}
.buttons-filter .filter-button:hover{
  background-color: #BDB8D8;
  transition: all 0.3s;
}
.buttons-filter .filter-button.active{
  background-color: #2A2249;
  color: white;
}


ul.style1 {
  margin: 1rem 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.style1 li {
  margin: 0;
  padding: 0.25rem 0 0.5rem 2.5rem;
  font-size: inherit;
  position: relative;
  width: 100%;
}
ul.style1 li:after {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: 3px;
  left: 0;
  display: block;
  color: #2a2249;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1rem;
}

.section {
  clear: both;
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 1.85rem;
  }

  h2,
  .h2 {
    font-size: 1.85rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 0.9482758621rem;
  }

  h5,
  .h5 {
    font-size: 0.9615384615rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
  }

  .container .container {
    padding: 0px;
  }

  /* .container {
    width: 100%;
    max-width: 100%; } */

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1186px) {
  .font-20 {
    font-size: 1rem;
  }

  .font-21 {
    font-size: 1.05rem;
  }

  .font-22 {
    font-size: 1.1rem;
  }

  .font-23 {
    font-size: 1.15rem;
  }

  .font-24 {
    font-size: 1.2rem;
  }

  .font-25 {
    font-size: 1.25rem;
  }

  .font-26 {
    font-size: 1.3rem;
  }

  .font-27 {
    font-size: 1.35rem;
  }

  .font-28 {
    font-size: 1.4rem;
  }

  .font-29 {
    font-size: 1.45rem;
  }

  .font-30 {
    font-size: 1.5rem;
  }

  .font-31 {
    font-size: 1.55rem;
  }

  .font-32 {
    font-size: 1.6rem;
  }

  .font-33 {
    font-size: 1.65rem;
  }

  .font-34 {
    font-size: 1.7rem;
  }

  .font-35 {
    font-size: 1.75rem;
  }

  .font-36 {
    font-size: 1.8rem;
  }

  .font-37 {
    font-size: 1.85rem;
  }

  .font-38 {
    font-size: 1.9rem;
  }

  .font-39 {
    font-size: 1.95rem;
  }

  .font-40 {
    font-size: 2rem;
  }

  .font-41 {
    font-size: 2.05rem;
  }

  .font-42 {
    font-size: 2.1rem;
  }

  .font-43 {
    font-size: 2.15rem;
  }

  .font-44 {
    font-size: 2.2rem;
  }

  .font-45 {
    font-size: 2.25rem;
  }

  .font-46 {
    font-size: 2.3rem;
  }

  .font-47 {
    font-size: 2.35rem;
  }

  .font-48 {
    font-size: 2.4rem;
  }

  .font-49 {
    font-size: 2.45rem;
  }

  .font-50 {
    font-size: 2.5rem;
  }

  .font-51 {
    font-size: 2.55rem;
  }

  .font-52 {
    font-size: 2.6rem;
  }

  .font-53 {
    font-size: 2.65rem;
  }

  .font-54 {
    font-size: 2.7rem;
  }

  .font-55 {
    font-size: 2.75rem;
  }

  .font-56 {
    font-size: 2.8rem;
  }

  .font-57 {
    font-size: 2.85rem;
  }

  .font-58 {
    font-size: 2.9rem;
  }

  .font-59 {
    font-size: 2.95rem;
  }

  .font-60 {
    font-size: 3rem;
  }

  .font-61 {
    font-size: 3.05rem;
  }

  .font-62 {
    font-size: 3.1rem;
  }

  .font-63 {
    font-size: 3.15rem;
  }

  .font-64 {
    font-size: 3.2rem;
  }

  .font-65 {
    font-size: 3.25rem;
  }

  .font-66 {
    font-size: 3.3rem;
  }

  .font-67 {
    font-size: 3.35rem;
  }

  .font-68 {
    font-size: 3.4rem;
  }

  .font-69 {
    font-size: 3.45rem;
  }

  .font-70 {
    font-size: 3.5rem;
  }

  .font-71 {
    font-size: 3.55rem;
  }

  .font-72 {
    font-size: 3.6rem;
  }

  .font-73 {
    font-size: 3.65rem;
  }

  .font-74 {
    font-size: 3.7rem;
  }

  .font-75 {
    font-size: 3.75rem;
  }

  .font-76 {
    font-size: 3.8rem;
  }

  .font-77 {
    font-size: 3.85rem;
  }

  .font-78 {
    font-size: 3.9rem;
  }

  .font-79 {
    font-size: 3.95rem;
  }

  .font-80 {
    font-size: 4rem;
  }

  .font-81 {
    font-size: 4.05rem;
  }

  .font-82 {
    font-size: 4.1rem;
  }

  .font-83 {
    font-size: 4.15rem;
  }

  .font-84 {
    font-size: 4.2rem;
  }

  .font-85 {
    font-size: 4.25rem;
  }

  .font-86 {
    font-size: 4.3rem;
  }

  .font-87 {
    font-size: 4.35rem;
  }

  .font-88 {
    font-size: 4.4rem;
  }

  .font-89 {
    font-size: 4.45rem;
  }

  .font-90 {
    font-size: 4.5rem;
  }

  .font-91 {
    font-size: 4.55rem;
  }

  .font-92 {
    font-size: 4.6rem;
  }

  .font-93 {
    font-size: 4.65rem;
  }

  .font-94 {
    font-size: 4.7rem;
  }

  .font-95 {
    font-size: 4.75rem;
  }

  .font-96 {
    font-size: 4.8rem;
  }

  .font-97 {
    font-size: 4.85rem;
  }

  .font-98 {
    font-size: 4.9rem;
  }

  .font-99 {
    font-size: 4.95rem;
  }

  .font-100 {
    font-size: 5rem;
  }
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 80%;
  border: 0px solid #fff;
  z-index: 1002;
  overflow: visible;
  transform: translate(-50%, -50%);
}

#light video {
  height: auto;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #222222;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: flex;
  line-height: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.boxclose:before {
  content: "×";
}

.video-icon {
  display: flex;
  line-height: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1002;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.call-to-action-footer {
  background-color: #2a2249;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  text-align: center;
  display: none;
}

@media (max-width: 767.98px) {
  .contact-page
    .featured-section.imgage-content-section.image-left
    .row.flex-row-reverse.mar-gutters-50 {
    flex-direction: column-reverse !important;
  }

  .contact-page
    .featured-section.imgage-content-section.image-right
    .row.mar-gutters-50 {
    flex-direction: column-reverse !important;
  }

  .contact-page .section-child.bg-white {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #header .home-header {
    padding: 2rem 1.5rem;
    z-index: 9991;
    border-bottom: 0px;
  }

  #header .brand-logo img {
    width: 100%;
  }

  .navbar .dropdown ul {
    display: none;
    flex-direction: column;
  }

  .navbar .dropdown.show ul {
    display: block;
    flex-direction: column;
  }

  .navbar ul.navbar-nav {
    align-items: flex-start;
    float: left;
    width: 100%;
  }

  .navbar ul > li {
    display: block !important;
    width: 100%;
    float: left;
    clear: both;
  }

  .navbar ul > li a {
    display: block !important;
  }

  .navbar-toggler {
    padding: 0px;
    border: 0px;
    outline: 0;
    color: #2a2249;
  }

  .navbar-toggler:focus {
    padding: 0px;
    border: 0px;
    outline: 0;
  }

  .navbar-toggler-icon {
    width: 60px;
    height: 60px;
    border: 0px;
    margin-top: -5px;
  }

  .navbar-toggler-icon i {
    display: none;
  }

  .navbar-toggler-icon i.fa-bars {
    display: block;
    color: white;
    font-size: 2.5rem;
  }

  .navbar-toggler-icon.active i + i {
    display: block;
    color: white;
    font-size: 2.5rem;
  }

  .navbar-toggler-icon.active i.fa-bars {
    display: none;
  }

  span.dropdown-toggle {
    top: 10px;
    right: 10px;
    justify-content: center;
  }

  #bs-example-navbar-collapse-center-header-1 {
    margin: 0px -16px;
  }

  #bs-example-navbar-collapse-center-header-1 > ul {
    padding-top: 10rem;
    display: block !important;
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100vh;
    background: var(
      --radial,
      radial-gradient(
        203.55% 133.9% at 8.2% -18.45%,
        #5c4d97 0%,
        #564592 12%,
        #534190 16%,
        #3b2e67 33%,
        #221b3b 54%,
        #100c1b 73%,
        #050407 89%,
        #010101 100%
      )
    );
  }

  #header .menu-section .navbar-nav li.nav-item a {
    font-size: 1.875rem;
  }

  #header .menu-section .navbar-nav li.nav-item:last-child {
    margin-left: auto;
    width: 100%;
    display: flex !important;
    justify-content: center;
  }

  #header .menu-section .navbar-nav li.nav-item:last-child a {
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
  }

  #bs-example-navbar-collapse-center-header-1 > ul > li {
    padding: 20px 40px 20px 40px;
  }

  span.dropdown-toggle.dropdown-toggle::after {
    border-top-color: #222222;
  }

  .navbar .dropdown ul {
    position: relative;
    display: none;
    padding: 0px;
  }

  .dropdown.megamenu .dropdown-menu.column2 {
    padding: 0px;
    display: block !important;
  }

  .banner-home-page {
    height: 75vh !important;
  }

  .call-to-action-banner {
    display: none;
  }

  .videoonbanner.position-relative.h-auto {
    margin: 0 auto;
    max-width: 244px;
    margin-top: 4.375rem;
  }

  .caption-inner .caption-2 {
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem !important;
  }

  .caption-inner .caption-1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .caption-inner
    .h-100.d-flex.flex-column.justify-content-center.align-items-end {
    justify-content: flex-end !important;
    align-items: center !important;
    padding-bottom: 2rem;
  }

  .innerpage-caption {
    margin-bottom: 3.75rem;
  }

  .section-child {
    margin: 3.75rem 0 3.75rem;
  }

  .service-list-iocns ul li {
    width: 100%;
  }

  .cms-content img {
    margin-bottom: 1.5rem;
  }

  .searchbox_inner {
    flex-direction: column;
    padding: 32px 0px;
  }

  .searchbox_inner .selectbox {
    padding: 0px 0px 15px;
  }

  .testimonial-title {
    position: relative;
  }

  .featured-image {
    position: relative;
    width: 100%;
    min-width: 100%;
    left: 0;
    transform: none;
    min-height: auto;
    background-image: none !important;
  }

  .home-testimonials .caption-section {
    padding: 76px 20px 30px;
    text-align: left !important;
  }

  .home-testimonials .caption-section .designation {
    text-align: left !important;
  }

  .home-testimonials .main-image {
    padding: 20px 0px;
  }

  .home-testimonials .main-image video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-height: auto;
    width: 100%;
  }

  .home-testimonials {
    margin-bottom: 2rem;
  }

  .home-testimonials .page-header {
    text-align: center;
  }

  .home-testimonials::after {
    display: none;
  }

  .home-testimonials .arrows-bottom {
    margin-top: -2rem;
  }

  .home-testimonials .slick-prev {
    top: 0;
    left: 50%;
    transform: translateX(-50px);
  }

  .home-testimonials .slick-next {
    top: 0;
    right: 50%;
    transform: translateX(50px);
  }

  .innerpage-caption .image-placeholder img {
    height: 280px;
    object-fit: cover;
    transform-origin: center center;
  }

  .innerpage-caption .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .home-testimonials .main-image:after {
    display: none;
  }

  .home-testimonials .quote {
    left: auto;
    right: 0;
  }

  .home-services .service-list {
    padding: 0 0 0 0;
  }

  .home-services {
    padding-bottom: 3.75rem;
  }

  .home-services:after {
    display: none;
  }

  .home-services .service-list .card {
    min-height: 140px;
    min-width: 200px;
    box-shadow: none;
  }

  .home-services .slider-for-service {
    margin-top: 1.85rem;
  }

  .home-services .slider-for-service .card {
    margin-top: 1.85rem;
  }

  .home-services .service-list .card p {
    padding: 1rem 0 0;
    font-size: 2.5rem;
  }

  .home-services .service-list .card .service-title {
    position: relative;
    font-size: 16px;
  }

  .slider-nav-service.service-list {
    padding-top: 50px;
  }

  .slider-nav-service.service-list .slick-prev {
    top: 0;
    left: 50%;
    transform: translateX(-50px);
  }

  .slider-nav-service.service-list .slick-next {
    top: 0;
    right: 50%;
    transform: translateX(50px);
  }

  .service-list .card p {
    padding: 0rem 0 0;
    font-size: 6rem;
  }

  .service-list .card .service-title {
    position: relative;
    font-size: 22px;
  }

  .services-inner-page .service-list .card {
    height: 100%;
  }

  #light {
    transform: translate(-2.5%, -50%);
    left: 5%;
    max-width: 100%;
  }

  .imgage-content-section.image-left .image-border {
    margin-bottom: 2rem;
  }

  .imgage-content-section.image-right .image-border {
    margin-bottom: 2rem;
  }

  .contact-address {
    flex-direction: column;
  }

  #footer .footer-middle .navbar ul {
    flex-direction: row;
    align-items: flex-start;
  }

  #footer .footer-middle .navbar ul > li a {
    padding: 0;
    white-space: normal;
  }

  #footer .footer-middle .navbar ul li {
    width: 50%;
    padding: 6px 0px 6px;
  }

  #footer .footer-bottom .row.undefined {
    flex-direction: column-reverse;
  }

  #footer .footer-bottom .navbar {
    justify-content: center;
  }

  #footer .footer-bottom .navbar ul {
    flex-direction: row;
    align-items: flex-start;
  }

  #footer .footer-bottom .navbar ul li {
    width: 50%;
    padding: 6px 0px 6px;
  }

  #footer .footer-bottom .navbar ul > li a {
    padding: 0;
    white-space: normal;
  }

  #footer .footer-bottom .design-by {
    text-align: center;
    padding-top: 30px;
  }

  #main-container {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .font-20 {
    font-size: 0.8333333333rem;
  }

  .font-21 {
    font-size: 0.875rem;
  }

  .font-22 {
    font-size: 0.9166666667rem;
  }

  .font-23 {
    font-size: 0.9583333333rem;
  }

  .font-24 {
    font-size: 1rem;
  }

  .font-25 {
    font-size: 1.0416666667rem;
  }

  .font-26 {
    font-size: 1.0833333333rem;
  }

  .font-27 {
    font-size: 1.125rem;
  }

  .font-28 {
    font-size: 1.1666666667rem;
  }

  .font-29 {
    font-size: 1.2083333333rem;
  }

  .font-30 {
    font-size: 1.25rem;
  }

  .font-31 {
    font-size: 1.2916666667rem;
  }

  .font-32 {
    font-size: 1.3333333333rem;
  }

  .font-33 {
    font-size: 1.375rem;
  }

  .font-34 {
    font-size: 1.4166666667rem;
  }

  .font-35 {
    font-size: 1.4583333333rem;
  }

  .font-36 {
    font-size: 1.5rem;
  }

  .font-37 {
    font-size: 1.5416666667rem;
  }

  .font-38 {
    font-size: 1.5833333333rem;
  }

  .font-39 {
    font-size: 1.625rem;
  }

  .font-40 {
    font-size: 1.6666666667rem;
  }

  .font-41 {
    font-size: 1.7083333333rem;
  }

  .font-42 {
    font-size: 1.75rem;
  }

  .font-43 {
    font-size: 1.7916666667rem;
  }

  .font-44 {
    font-size: 1.8333333333rem;
  }

  .font-45 {
    font-size: 1.875rem;
  }

  .font-46 {
    font-size: 1.9166666667rem;
  }

  .font-47 {
    font-size: 1.9583333333rem;
  }

  .font-48 {
    font-size: 2rem;
  }

  .font-49 {
    font-size: 2.0416666667rem;
  }

  .font-50 {
    font-size: 2.0833333333rem;
  }

  .font-51 {
    font-size: 2.125rem;
  }

  .font-52 {
    font-size: 2.1666666667rem;
  }

  .font-53 {
    font-size: 2.2083333333rem;
  }

  .font-54 {
    font-size: 2.25rem;
  }

  .font-55 {
    font-size: 2.2916666667rem;
  }

  .font-56 {
    font-size: 2.3333333333rem;
  }

  .font-57 {
    font-size: 2.375rem;
  }

  .font-58 {
    font-size: 2.4166666667rem;
  }

  .font-59 {
    font-size: 2.4583333333rem;
  }

  .font-60 {
    font-size: 2.5rem;
  }

  .font-61 {
    font-size: 2.5416666667rem;
  }

  .font-62 {
    font-size: 2.5833333333rem;
  }

  .font-63 {
    font-size: 2.625rem;
  }

  .font-64 {
    font-size: 2.6666666667rem;
  }

  .font-65 {
    font-size: 2.7083333333rem;
  }

  .font-66 {
    font-size: 2.75rem;
  }

  .font-67 {
    font-size: 2.7916666667rem;
  }

  .font-68 {
    font-size: 2.8333333333rem;
  }

  .font-69 {
    font-size: 2.875rem;
  }

  .font-70 {
    font-size: 2.9166666667rem;
  }

  .font-71 {
    font-size: 2.9583333333rem;
  }

  .font-72 {
    font-size: 3rem;
  }

  .font-73 {
    font-size: 3.0416666667rem;
  }

  .font-74 {
    font-size: 3.0833333333rem;
  }

  .font-75 {
    font-size: 3.125rem;
  }

  .font-76 {
    font-size: 3.1666666667rem;
  }

  .font-77 {
    font-size: 3.2083333333rem;
  }

  .font-78 {
    font-size: 3.25rem;
  }

  .font-79 {
    font-size: 3.2916666667rem;
  }

  .font-80 {
    font-size: 3.3333333333rem;
  }

  .font-81 {
    font-size: 3.375rem;
  }

  .font-82 {
    font-size: 3.4166666667rem;
  }

  .font-83 {
    font-size: 3.4583333333rem;
  }

  .font-84 {
    font-size: 3.5rem;
  }

  .font-85 {
    font-size: 3.5416666667rem;
  }

  .font-86 {
    font-size: 3.5833333333rem;
  }

  .font-87 {
    font-size: 3.625rem;
  }

  .font-88 {
    font-size: 3.6666666667rem;
  }

  .font-89 {
    font-size: 3.7083333333rem;
  }

  .font-90 {
    font-size: 3.75rem;
  }

  .font-91 {
    font-size: 3.7916666667rem;
  }

  .font-92 {
    font-size: 3.8333333333rem;
  }

  .font-93 {
    font-size: 3.875rem;
  }

  .font-94 {
    font-size: 3.9166666667rem;
  }

  .font-95 {
    font-size: 3.9583333333rem;
  }

  .font-96 {
    font-size: 4rem;
  }

  .font-97 {
    font-size: 4.0416666667rem;
  }

  .font-98 {
    font-size: 4.0833333333rem;
  }

  .font-99 {
    font-size: 4.125rem;
  }

  .font-100 {
    font-size: 4.1666666667rem;
  }

  .font-101 {
    font-size: 4.2083333333rem;
  }

  .font-102 {
    font-size: 4.25rem;
  }

  .font-103 {
    font-size: 4.2916666667rem;
  }

  .font-104 {
    font-size: 4.3333333333rem;
  }

  .font-105 {
    font-size: 4.375rem;
  }

  .font-106 {
    font-size: 4.4166666667rem;
  }

  .font-107 {
    font-size: 4.4583333333rem;
  }

  .font-108 {
    font-size: 4.5rem;
  }

  .font-109 {
    font-size: 4.5416666667rem;
  }

  .font-110 {
    font-size: 4.5833333333rem;
  }

  .font-111 {
    font-size: 4.625rem;
  }

  .font-112 {
    font-size: 4.6666666667rem;
  }

  .font-113 {
    font-size: 4.7083333333rem;
  }

  .font-114 {
    font-size: 4.75rem;
  }

  .font-115 {
    font-size: 4.7916666667rem;
  }

  .font-116 {
    font-size: 4.8333333333rem;
  }

  .font-117 {
    font-size: 4.875rem;
  }

  .font-118 {
    font-size: 4.9166666667rem;
  }

  .font-119 {
    font-size: 4.9583333333rem;
  }

  .font-120 {
    font-size: 5rem;
  }

  .font-121 {
    font-size: 5.0416666667rem;
  }

  .font-122 {
    font-size: 5.0833333333rem;
  }

  .font-123 {
    font-size: 5.125rem;
  }

  .font-124 {
    font-size: 5.1666666667rem;
  }

  .font-125 {
    font-size: 5.2083333333rem;
  }

  .font-126 {
    font-size: 5.25rem;
  }

  .font-127 {
    font-size: 5.2916666667rem;
  }

  .font-128 {
    font-size: 5.3333333333rem;
  }

  .font-129 {
    font-size: 5.375rem;
  }

  .font-130 {
    font-size: 5.4166666667rem;
  }

  .font-131 {
    font-size: 5.4583333333rem;
  }

  .font-132 {
    font-size: 5.5rem;
  }

  .font-133 {
    font-size: 5.5416666667rem;
  }

  .font-134 {
    font-size: 5.5833333333rem;
  }

  .font-135 {
    font-size: 5.625rem;
  }

  .font-136 {
    font-size: 5.6666666667rem;
  }

  .font-137 {
    font-size: 5.7083333333rem;
  }

  .font-138 {
    font-size: 5.75rem;
  }

  .font-139 {
    font-size: 5.7916666667rem;
  }

  .font-140 {
    font-size: 5.8333333333rem;
  }

  .font-141 {
    font-size: 5.875rem;
  }

  .font-142 {
    font-size: 5.9166666667rem;
  }

  .font-143 {
    font-size: 5.9583333333rem;
  }

  .font-144 {
    font-size: 6rem;
  }

  .font-145 {
    font-size: 6.0416666667rem;
  }

  .font-146 {
    font-size: 6.0833333333rem;
  }

  .font-147 {
    font-size: 6.125rem;
  }

  .font-148 {
    font-size: 6.1666666667rem;
  }

  .font-149 {
    font-size: 6.2083333333rem;
  }

  .font-150 {
    font-size: 6.25rem;
  }

  .font-151 {
    font-size: 6.2916666667rem;
  }

  .font-152 {
    font-size: 6.3333333333rem;
  }

  .font-153 {
    font-size: 6.375rem;
  }

  .font-154 {
    font-size: 6.4166666667rem;
  }

  .font-155 {
    font-size: 6.4583333333rem;
  }

  .font-156 {
    font-size: 6.5rem;
  }

  .font-157 {
    font-size: 6.5416666667rem;
  }

  .font-158 {
    font-size: 6.5833333333rem;
  }

  .font-159 {
    font-size: 6.625rem;
  }

  .font-160 {
    font-size: 6.6666666667rem;
  }

  .page-header .font-60 {
    font-size: 2.25rem;
  }

  .btn {
    white-space: normal;
  }

  textarea.effect-16 {
    height: 140px;
    line-height: 1;
    font-size: 0.8rem;
    padding-top: 2.35rem;
  }

  .home-content {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
  }

  .home-cms-content {
    padding: 1rem;
    margin-bottom: 2.5rem;
  }

  .solution {
    margin-bottom: 2.5rem;
  }

  .discover {
    margin-bottom: 2.5rem;
  }

  .testimonials {
    margin-bottom: 2.5rem;
  }

  .advantageblock {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }

  #footer {
    padding: 2rem 0rem 0rem;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-links div {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .btn.font-22 {
    font-size: 1.375rem;
  }

  .all-btn {
    margin: 40px 0px;
  }

  .home-services .page-header {
    padding-bottom: 0px;
  }

  .ram-store-hero-bg {
    opacity: 0.125;
  }

  .ram-store-message-bg {
    width: 100%;
    height: 100%;
    opacity: 0.125;
  }

  .ram-store-message-area {
    margin: 0;
    min-height: 460px;
    padding: 50px 10px;
  }

  .section-child-alternate:nth-child(even) .row {
    flex-direction: row;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  min-height: 0;
}

/*small device phone*/
/*Ipad Air 820*/
/*iPad Pro 11  */
/*iPad Pro (12.9))  1024 */
.cookie-message.container-fluid {
  padding: 0 1rem;
}

#cookie_consent_form {
  float: left;
  margin: 1rem;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  display: flex;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

.cookie-box {
  background-color: #fff;
  border: 2px solid #0869b1;
  float: left;
  padding: 20px;
  border-radius: 15px;
}

.cookie-message {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px;
  display: flex;
  width: 90%;
}

.coo {
  background: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px;
  float: left;
  width: 100%;
  height: auto;
  font-size: 1rem;
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 99991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  flex-basis: 100%;
}

.coo p {
  color: #fff;
  margin-bottom: 0px;
  padding: 20px;
}

.coo p a {
  color: #0869b1;
  text-decoration: underline;
}

.coo p a:hover {
  color: #fff;
}

.coo ul.cookie-checkbox {
  list-style-type: none;
  padding: 0px 0 0;
  width: 100%;
  display: none;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0 0 1rem;
}

.coo ul.cookie-checkbox li {
  float: left;
  color: #fff;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  margin-top: 0px;
  margin-left: 1rem;
}

.coo ul.cookie-checkbox li p {
  padding-left: 28px;
  margin-bottom: 0px;
  line-height: 1.8;
}

.coo .btn-link {
  color: #fff;
  padding: 0;
  border: 0;
  background-color: #0869b1;
  padding: 4px 9px;
  font-size: 1rem;
  cursor: pointer;
  float: left;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3e%3cpath fill='currentColor' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z' class=''%3e%3c/path%3e%3c/svg%3e");
  height: 60px;
  width: 60px;
  padding: 5px;
  border: 10px solid #fff0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}

.coo .btn-link:hover {
  background-color: #0869b1;
}

.cookie-icon {
  position: relative;
}

.cookie-icon img {
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 1000;
  right: 3%;
  top: auto;
}

.change-position.top-cookie {
  top: 0;
  width: 100%;
  z-index: 9999;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
}

.change-position.top-cookie .cookie-icon {
  background-color: #0869b1;
}

.change-position.top-cookie .cookie-icon img {
  display: block;
  left: 10px;
  top: 0px;
  background-color: #0869b1;
}

.change-position.top-cookie .coo {
  background-color: #000000;
  padding-top: 10px;
}

.change-position.top-cookie .coo p {
  color: #fff;
  font-size: 14px;
}

.change-position.top-cookie .coo ul li {
  color: #fff;
}

.change-position.top-cookie .coo .btn-link {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

/*top*/
/*top end*/
span.tool-tip-arrow {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.c_tooltip {
  visibility: hidden;
  position: absolute;
  width: 330px;
  height: auto;
  right: 0;
  top: 100%;
  opacity: 0;
}

li.checkboxdiv-cookie:hover .c_tooltip {
  visibility: visible;
  background-color: #0869b1;
  padding: 6px 10px 10px;
  line-height: 1;
  border-radius: 2px;
  opacity: 1;
  z-index: 9999;
  text-align: left;
  font-size: 12px;
  color: #fff;
  top: 30px;
}

/*bottom*/
.change-position.bottom-cookie {
  bottom: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.change-position.bottom-cookie .coo .btn-link:hover {
  color: #c8efff;
}

.change-position.bottom-cookie .cookie-icon {
  background-color: #08b5b5;
}

.change-position.bottom-cookie .cookie-icon img {
  display: block;
  left: 10px;
  /*bottom:0px;*/
  bottom: 0px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.change-position.bottom-cookie .coo {
  width: 100% !important;
  padding-top: 0px;
  position: relative;
}

.change-position.bottom-cookie .coo p {
  font-size: 16px;
}

.change-position.bottom-cookie .coo ul li {
  color: #fff;
}

.change-position.bottom-cookie .coo .btn-link {
  color: #fff;
  background-color: #0869b1;
}

.change-position.bottom-cookie .coo .btn-link:hover {
  color: #fff;
}

.change-position.bottom-cookie label::after {
  border: 1px solid #0869b1;
}

.change-position.bottom-cookie .c_tooltip {
  top: auto !important;
  bottom: 33px;
}

.change-position.bottom-left-cookie {
  bottom: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.change-position.bottom-right-cookie {
  bottom: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  right: 0;
}

/*bottom end*/
html {
  position: relative;
}

@media (max-width: 1024px) {
  .change-position.bottom-cookie {
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .coo {
    position: fixed;
    font-size: 0.85rem;
  }

  .cookie-message.container-fluid {
    padding: 0rem 1rem;
    flex-direction: column;
  }

  #cookie_consent_form {
    margin-left: 0;
  }

  .coo ul.cookie-checkbox {
    flex-direction: column;
    margin-left: 0;
  }

  .change-position {
    font-size: 0.8rem;
    position: relative !important;
  }

  .change-position.bottom-cookie {
    bottom: 0px;
    position: absolute !important;
  }

  .checkboxdiv-cookie label {
    top: 0px;
  }

  .c_tooltip {
    width: auto;
  }

  .coo ul.cookie-checkbox li {
    margin-top: 1px;
  }

  .coo {
    padding-bottom: 10px;
  }

  .cookie-message {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .c_tooltip {
    width: auto;
  }

  .change-position.bottom-cookie {
    bottom: 0px;
  }

  .coo ul.cookie-checkbox {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .coo .btn-link {
    float: right;
  }

  .coo p,
  .coo ul.cookie-checkbox li p {
    margin-bottom: 10px;
  }
}
#more {
  display: none;
}

.report-category {
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #0072bb;
  position: relative;
}

#RcategoryShortDesc {
  background: #fff;
  padding: 20px 35px 25px 35px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  bottom: 40px;
  margin: 0 auto;
  border-radius: 10px;
  max-height: none;
  min-height: 100px;
}

.read-more[data-readmore] {
  transition: height 100ms;
  overflow: hidden;
}

#RcategoryShortDesc h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #0364ac;
}

a.button,
a.tp-button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  box-shadow: none !important;
  background-image: none !important;
}

.catdivsty {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: inherit !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  position: relative;
}

button#myBtn {
  padding: 5px 25px 5px 25px;
}

.research-sidebar h4 {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0f6db3 0%, #10487b 100%);
  border-radius: 5px 5px 0 0;
  padding: 15px 12px;
  line-height: 20px;
  color: #fff;
  margin: 10px 0px;
  font-size: 1rem;
}

.research-sidebar h3 {
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0px 5px;
  color: #484b50;
  margin: 10px;
}

.vmr-report-filter-wapprer label {
  margin: 0px;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
}

.vmr-report-filter-wapprer .list-group-item {
  margin-bottom: -1px;
  padding: 10px 10px 5px;
}

a.read-ibb .fa-phone:before {
  content: "\f095";
  color: #fff;
}

div#taxo_all_cat {
  margin-left: 20px;
}

h3.vmr-report-title a {
  font-size: 17px;
  line-height: 7px !important;
}

.research-sidebar {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 0px 11px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 2rem;
}

.tax-rcategory .FixeddivWrap {
  z-index: 1;
}

.vmr-report-item-wrap {
  padding: 0px;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 0px 11px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 20px !important;
}

h3.vmr-report-title a {
  font-size: 17px;
  line-height: 7px !important;
}

.vmr-report-item-wrap {
  padding: 16px 0 17px 162px;
  margin-bottom: 30px !important;
  min-height: 174px;
  height: 110px;
  position: relative;
  display: flex;
}

.vmr-report-item-wrap .btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.vmr-report-item-wrap .image.image_frames {
  margin-top: 3px;
}

.vmr-report-item-wrap .image.image_frames {
  position: absolute;
  left: 20px;
  width: 109px;
}

.report_frames_decsription {
  display: flex;
  flex-grow: 1;
}

li.vmr-filter-taxonomy-list-item label {
  text-transform: capitalize !important;
}

.report-title-short-desc {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

ul.vmr-filter-taxonomy-list.vmr-taxonomy-rcategory {
  margin-left: -9px !important;
}

.report-title-short-desc {
  display: flex;
  flex-direction: column;
}

.widget-area.clearfix {
  border: none !important;
}

a.addcartme {
  background: #0dafbc;
  color: #fff;
  padding: 2px 28px;
  border-radius: 4px;
  border: 2px solid #0dafbc;
  text-align: center;
}

.report-short-desc {
  margin-left: auto;
  background: #dedede;
  margin-top: -17px;
  padding: 20px 28px 54px;
  border-top-right-radius: 12px;
  height: calc(100% + 34px);
  min-height: 141px;
  border-bottom-right-radius: 9px;
  width: 260px;
  position: relative;
}

.buy-now-btn-report {
  position: absolute;
  bottom: 10px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: max-content;
}

/**************** Pricing radion buttons **************/
#myDIV {
  width: 100%;
  padding: 0px 0px;
}

/* Hide the browser's default radio button */
.pricing_con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 17px;
  left: -19px;
  height: 6px;
  border-radius: 49%;
  background-color: #fff;
  border: 2px solid #043faa;
  width: 7px;
}

/* On mouse-over, add a grey background color */
.pricing_con:hover input ~ .checkmark {
  background-color: #fff;
  border: 2px solid #043faa;
}

/* When the radio button is checked, add a blue background */
.pricing_con input:checked ~ .checkmark {
  background-color: #fff;
  border: 3px solid #043faa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pricing_con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pricing_con .checkmark:after {
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* The container */
.pricing_con {
  display: block;
  position: relative;
  padding-left: 13px;
  margin-bottom: -8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  border-bottom: 1px solid gray;
  padding: 10px 0px;
  top: -11px;
}

.fa-chevron-down:before {
  content: "\f078";
  font-size: 11px;
}

.fa-chevron-down.active :active {
  transform: rotate(180deg);
  padding-bottom: 2px;
}

i.fa.fa-chevron-down.active {
  transform: rotate(180deg);
  padding-bottom: 2px;
}

button.selct_lic {
  padding: 0px 7px !important;
  float: right;
  top: -4px;
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  position: relative;
}

img.aligncenter.report-img.wp-post-image {
  max-width: 215px !important;
  width: 127px !important;
}

.moretext {
  display: none;
}

.tax-rcategory .widget-area {
  border-style: solid;
  padding: 30px 20px 20px;
  position: relative;
}
@media (max-width: 1440px){
  /* #header .menu-section .navbar-nav li.nav-item {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 1rem;
} */
}
@media (max-width: 1384px) {
  /* #header .menu-section .navbar-nav li.nav-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

  #header .menu-section .navbar-nav li.nav-item:last-child {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: 1rem; } */
   }
@media (max-width: 1311px) {
  /* #header .menu-section .navbar-nav li.nav-item:last-child {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: 1rem; }

  #header .menu-section .navbar-nav li.nav-item a {
    font-size: 1.1rem; } */

  .home-banner .count-down {
    padding-left: 1rem; } 
    .home-banner .count-down {
      padding-left: 1rem;
    }
  }
  @media (max-width: 1310px) {
    .home-banner .count-down {
      padding-left: 1rem;
    }
    .home-banner .baner-section {
    background-size: 50% 109%;
    background-position-x: 100%;
    background-position-y: 113%;
  }
  }
  @media (max-width: 1240px) {
    #header .menu-section .navbar-nav li.nav-item {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
@media (max-width: 1200px) {
  .nominee-form .offer-from #pills-tab .progress {
    width: 100px;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-link {
    padding-right: 2.5rem;
  }

  .faq-section #faq_contents .tab-listing .nav-link.filter-button {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1190px){
  /* #header .menu-section .navbar-nav li.nav-item:last-child a:hover {
    padding-right: 3rem;
} */
}
@media (max-width: 1165px) {
  /* #header .menu-section .navbar-nav li.nav-item:last-child a {
    padding: 1rem 1rem; }  */
  }
@media (max-width: 1150px) {
  #header .menu-section .navbar-nav li.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  /* #header .menu-section .navbar-nav li.nav-item:last-child {
    margin-left: 0.5rem; } */
}
@media (max-width: 1080px){
  /* #header .menu-section .navbar-nav li.nav-item:last-child a {
    font-size: 0.8rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child a {
  padding: 0.8rem 0.8rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child a:hover {
  padding-right: 2rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child a::after {
  
  font-size: 0.8rem;
  
} */
}
@media (max-width: 1060px) {
  #header .menu-section .navbar-nav li.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  /* #header .menu-section .navbar-nav li.nav-item:last-child {
    margin-left: 0.5rem; } */

  #header .menu-section .navbar-nav li.nav-item a {
    font-size: 1rem; } }
@media (max-width: 1050px) {
  #header .menu-section .navbar-nav li.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  /* #header .menu-section .navbar-nav li.nav-item:last-child {
    margin-left: 1rem;
  } */
  #header .menu-section .navbar-nav li.nav-item a {
    font-size: 1rem; }
}
@media (max-width: 992px) {
  .home-banner {
    background: var(
      --radial,
      radial-gradient(
        203.55% 133.9% at 8.2% -18.45%,
        #5c4d97 0%,
        #564592 12%,
        #534190 16%,
        #3b2e67 33%,
        #221b3b 54%,
        #100c1b 73%,
        #050407 89%,
        #010101 100%
      )
    );
  }
  #header .menu-section .navbar-nav li.nav-item:last-child a {
    font-size: 1.875rem;

}
#header .menu-section .navbar-nav li.nav-item:last-child a {
  padding: 1rem 2rem;
}
#header .menu-section .navbar-nav li.nav-item:last-child {
  margin-left: 0rem;
}
  #header .menu-section .navbar-nav li.nav-item a {
    font-size: 1.875rem; }
  /* .home-banner .baner-section {
    background: url("../css/images/mobile-home-banner.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 868px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-x: center;
    background-position-y: center;
  } */

  .home-banner .baner-section {
    background: url("../css/images/ovhj-award.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 868px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-x: center;
    background-position-y: center;
  }

  .home-banner .baner-section .banner .item .carousel-caption .bnr-sct h6 {
    font-size: 1.5rem;
    text-align: center;
  }

  .home-banner .baner-section .banner .item .carousel-caption .bnr-sct h1 {
    font-size: 2.721rem;
    text-align: center;
  }

  .home-cms-section .home-page-cms {
    padding-top: 7.5rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
  }

  .cta-section .cta-inner h3 {
    font-size: 2rem;
    line-height: 50px;
    margin-bottom: 2rem;
    text-align: center;
  }

  .cta-section {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-juryleden .home-team-list .team-lists .row .team-list-info {
    margin-bottom: 2.5rem;
  }

  .home-juryleden .home-team-list .team-lists .row {
    margin-bottom: 0rem;
  }

  .section-spacing-70 {
    margin: 0rem 0 1rem;
  }

  .home-event-section h2 {
    text-align: center;
  }

  .home-event-section .card .card-block {
    text-align: center;
  }

  .home-event-section .card .card-block::after {
    width: 100%;
  }

  .home-event-section .card {
    margin-top: 0rem;
  }

  .partner-section h2 {
    margin-bottom: 2rem;
  }

  .home-banner .baner-section .banner .item .carousel-caption {
    margin-top: -10rem;
  }

  .home-banner .count-down {
    /* top: -34%; */
    top: -45%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding-left: 0rem;
  }
  .home-banner .count-down #countdowntimer {
    display: flex;
    justify-content: center;
  }
  .home-event-section .card .card-block h4 {
    text-align: left;
  }
  .home-event-section .card .card-block p.date {
    text-align: left;
  }

  #footer {
    padding: 2.938rem 0rem;
  }
  #footer .top-footer .footer-logo {
    text-align: center;
  }
  #footer .middle-footer p {
    text-align: center;
  }
  #footer .middle-footer p br {
    display: none;
  }

  #footer .middle-footer .navbar.mega-menu ul {
    column-count: 1;
    column-gap: 0rem;
    text-align: center;
    float: none;
    padding-top: 1.5rem;
  }

  #footer .middle-footer .navbar.mega-menu ul li {
    padding-left: 0;
  }

  #footer .bottom-footer ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }

  #footer .bottom-footer ul li {
    padding-left: 0;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  #footer .bottom-footer .developed-by p {
    text-align: center;
  }

  .juryleden-section {
    padding-top: 5rem;
  }

  .juryleden-section .team-section .each-juryleden .row {
    flex-direction: row;
  }

  .juryleden-section .team-section .each-juryleden .card img {
    width: 90% !important;
    display: block;
    margin: auto;
  }

  .juryleden-section .team-section .each-juryleden .card-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .juryleden-section .team-section .each-juryleden .card-block h4 {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }

  .juryleden-section .team-section .each-juryleden .card-block h6 {
    font-size: 1.5rem;
  }


  .cms-over-de-verkiezing .feature-tab-layout .nav-link {
    padding-right: 2.6rem;
    font-size: 1.5rem;
  }

  .cms-over-de-verkiezing {
    padding: 5rem 0;
  }

  .cms-over-de-verkiezing .feature-tab-layout {
    padding: 3rem 2rem;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: max-content;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-tabs::after {
    width: 250%;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-item.active::after {
    height: 6px;
    /* width: 21%; */
    width: 80%;
  }

  .nominee-section {
    padding-top: 5rem;
  }

  .faq-section {
    padding-top: 5rem;
  }

  .faq-section #faq_contents #cat_center_accordion .accordion-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-section #faq_contents .tab-listing {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 4.5rem 0;
    flex-direction: row;
    width: auto;
    align-items: center;
    display: none;
  }

  .faq-section #faq_contents .tab-listing .nav-link.filter-button {
    margin-bottom: 1.5rem;
  }

  .cms-section {
    padding-top: 5rem;
  }

  .contact-page-template-form {
    padding: 5rem 0;
  }

  .partner-section {
    margin: 5rem 0;
  }

  .page-not-found {
    padding-bottom: 0rem;
  }

  .cms-section .image-right-content-left .image-border .slider-wrapper img {
    display: block;
    margin: auto;
    margin-top: 2rem;
    width: 100%;
  }

  .cms-section .image-left-content-right .image-border .slider-wrapper img {
    display: block;
    margin: auto;
    margin-top: 2rem;
    width: 100%;
  }
  #footer .bottom-footer .copyright-text p {
    margin-bottom: 1rem;
  }
  .home-image-placeholder {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 780px) {
  .voting-page .team-section .each-juryleden .row{
    flex-direction: column-reverse;
  }
  .voting-page .team-section .each-juryleden .row .card{
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  #header .brand-logo img {
    width: 70%;
  }
  /* #header .menu-section .navbar-nav li.nav-item:last-child a {
    font-size: 1.2rem;
} */
#header .menu-section .navbar-nav li.nav-item {
  padding-bottom: 3rem;
}
#bs-example-navbar-collapse-center-header-1 > ul > li {
  padding: 10px 40px 10px 40px;
}
#header .menu-section .navbar-nav li.nav-item a {
  font-size: 1.5rem;
}
  .navbar-toggler-icon {
    width: 60px;
    height: 60px;
    border: 0px;
    margin-top: -60px;
  }

  .home-banner {
    background: var(
      --radial,
      radial-gradient(
        203.55% 133.9% at 8.2% -18.45%,
        #5c4d97 0%,
        #564592 12%,
        #534190 16%,
        #3b2e67 33%,
        #221b3b 54%,
        #100c1b 73%,
        #050407 89%,
        #010101 100%
      )
    );
    height: 110vh;
  }

  /* .home-banner .baner-section {
    background: url("../css/images/mobile-home-banner.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 868px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-x: center;
    background-position-y: center;
    margin-bottom: 0;
  } */

  .home-banner .baner-section {
    background: url("../css/images/ovhj-award.svg");
    background-repeat: no-repeat;
    background-size: 210% 90%;
    height: 868px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-x: 55%;
    background-position-y: center;
    margin-bottom: 0;
  }

  .home-banner .baner-section .banner .item .carousel-caption .bnr-sct h6 {
    font-size: 1rem;
    text-align: center;
  }

  .home-banner .baner-section .banner .item .carousel-caption .bnr-sct h1 {
    font-size: 2.721rem;
    text-align: center;
  }

  .home-cms-section .home-page-cms {
    padding-top: 4.5rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
  }

  .cta-section .cta-inner h3 {
    font-size: 1.575rem;
    line-height: 40px;
    margin-bottom: 2rem;
    text-align: center;
  }

  .cta-section {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-juryleden .home-team-list .team-lists .row .team-list-info {
    margin-bottom: 2.5rem;
  }

  .home-juryleden .home-team-list .team-lists .row {
    margin-bottom: 0rem;
  }

  .section-spacing-70 {
    margin: 0rem 0 1rem;
  }

  .home-event-section h2 {
    text-align: center;
  }

  .home-event-section .card .card-block {
    text-align: center;
  }

  .home-event-section .card .card-block::after {
    width: 100%;
  }

  .home-event-section .card {
    margin-top: 0rem;
  }

  .partner-section h2 {
    margin-bottom: 2rem;
  }


  .home-banner .count-down .btn-secondary{
    padding: 1rem 1rem;
  }
  .home-banner .count-down .btn-secondary::after{
    display: none;
  }
  .home-banner .count-down .btn-secondary:hover{
    padding-right: 1rem;
  }

  .home-banner .count-down #countdowntimer #future_date {
    display: flex;
    margin-bottom: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    display: none;
  }
  .home-banner .count-down #countdowntimer #future_date span {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.5rem;
  }
  .home-banner .count-down #countdowntimer #future_date span strong {
    font-family: "OpenSans-Regular";
    font-size: 1rem;
    color: white;
    text-transform: capitalize;
  }
  .home-banner .count-down #countdowntimer #future_date span b.displayformat {
    color: white;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 10.833px 21.667px;
    font-family: "OpenSans-SemiBold";
    font-size: 1.75rem;
  }

  .home-banner .baner-section .banner .item .carousel-caption {
    margin-top: -8rem;
  }

  .btn {
    border: 0px solid transparent;
  }
  /* #header .menu-section .navbar-nav li.nav-item:last-child {
    margin-left: 0rem;
  } */
  #footer {
    padding: 2.938rem 0rem;
  }
  #footer .top-footer .footer-logo {
    text-align: center;
  }
  #footer .middle-footer p {
    text-align: center;
  }
  #footer .middle-footer p br {
    display: none;
  }

  .home-banner .count-down {
    /* top: -36%; */
    top: -42%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    position: relative;
  }

  .home-banner .count-down h2 {
    font-size: 1.375rem;
  }

  #footer .middle-footer .navbar.mega-menu ul {
    column-count: 1;
    column-gap: 0rem;
    text-align: center;
    float: none;
    padding-top: 1.5rem;
  }

  #footer .middle-footer .navbar.mega-menu ul li {
    padding-left: 0;
  }

  #footer .bottom-footer ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }

  #footer .bottom-footer ul li {
    padding-left: 0;
    padding-bottom: 1.5rem;
  }

  #footer .bottom-footer .developed-by p {
    text-align: center;
  }

  .juryleden-section {
    padding-top: 5rem;
  }

  .juryleden-section .team-section .each-juryleden .row {
    flex-direction: column-reverse;
  }

  .juryleden-section .team-section .each-juryleden .card img {
    width: 90% !important;
    display: block;
    margin: auto;
  }

  .juryleden-section .team-section .each-juryleden .card-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 2rem;
  }

  .juryleden-section .team-section .each-juryleden .card-block h4 {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }

  .juryleden-section .team-section .each-juryleden .card-block h6 {
    font-size: 1.5rem;
  }

  .cms-over-de-verkiezing {
    padding: 5rem 0;
  }

  .cms-over-de-verkiezing .feature-tab-layout {
    padding: 3rem 2rem;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: scroll;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: block;
    column-count: 2;
    text-align: left;
    /* display: none; */
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-tabs::after {
    width: 250%;
    display: none;
  }

  .cms-over-de-verkiezing .feature-tab-layout .nav-item.active::after {
    height: 4px;
    width: 72%;
    bottom: 14px;
  }

  .nominee-section {
    padding-top: 5rem;
  }

  .faq-section {
    padding-top: 5rem;
  }
  .home-event-section .card .card-block h4 {
    text-align: center;
  }
  .home-event-section .card .card-block p.date {
    text-align: center;
  }
  .cms-over-de-verkiezing
    .feature-tab-layout
    .tab-content
    .tab-pane.active
    table {
    width: 100%;
  }
  .mob-tab-content {
    display: block;
  }
  .desk-tab-content {
    display: none;
  }
  .cms-over-de-verkiezing .feature-tab-layout .mob-tab-content .nav-item {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
  }
  .cms-over-de-verkiezing
    .feature-tab-layout
    .mob-tab-content
    .nav-item::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    );
    bottom: 13px;
    left: 0;
  }
  .cms-over-de-verkiezing
    .feature-tab-layout
    .mob-tab-content
    .nav-item::after {
    content: "";
    position: absolute;
    width: 41%;
    height: 4px;
    background: linear-gradient(
      90deg,
      #b17b15 0%,
      #c3952f 8%,
      #ddbb56 23%,
      #edd26e 34%,
      #f4db77 41%,
      #e8ca66 53%,
      #cba03b 78%,
      #b17b15 97%
    );
    bottom: 12px;
  }

  .faq-section #faq_contents .tab-listing {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 4.5rem 0;
    flex-direction: row;
    width: auto;
    align-items: center;
    display: none;
  }

  .faq-section #faq_contents #cat_center_accordion .accordion-head {
    padding-left: 1rem !important;
    padding-right: 5rem !important;
  }
  .faq-section
    #faq_contents
    #cat_center_accordion
    .accordion-head:nth-child(1) {
    background-color: #e9e7f4;
    padding: 2.5rem;
    padding-right: 5rem !important;
  }
  .faq-section #faq_contents #cat_center_accordion .accordion-body {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .faq-section #faq_contents .tab-listing .nav-link.filter-button {
    margin-bottom: 1.5rem;
  }

  .cms-section {
    padding-top: 5rem;
  }

  .contact-page-template-form {
    padding: 5rem 0;
  }

  .partner-section {
    margin: 5rem 0;
  }

  .page-not-found {
    padding-bottom: 0rem;
  }

  .nominee-form .offer-from {
    padding: 2.5rem 2rem;
  }

  .checkmark_2 {
    margin-right: 1.5rem;
  }

  .nominee-form .offer-from #pills-tab li.nav-item {
    display: flex;
    width: auto;
  }

  .nominee-form .offer-from #pills-tab .nav-link {
    display: none;
  }

  .nominee-form .offer-from #pills-tab .nav-link.active {
    display: flex;
  }
  .modal1 .captchaImg {
    width: 40%;
  }
  .modal1 .captchaImg {
    width: 40%;
    float: left;
    clear: both;
    margin-bottom: 2rem;
  }
  .row.captcha-row {
    margin-right: 1rem;
  }
  #contactform .modal1 input.form-control {
    height: 60px;
    text-align: left;
  }
  .finelist-detail-page .desk-row{
    display: none;
  }
  .finelist-detail-page .finalist-profile img {
   
    width: 100%;
}
.image-right-content-left .image-border{
  margin-top: 1.5rem;
}
  .finelist-detail-page .mob-row{
    display: block;
  }
  .finelist-detail-page {
    margin-top: 3rem;
}
.finelist-detail-page .content h2 {
  font-size: 2.688rem;
}
.finelist-detail-page .content h3 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.full-width-video {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0;
  padding-right: 0;
}
.full-width-video .col-12{
  padding-left: 0;
  padding-right: 0;
}
.full-width-video video {
  margin-top: 1.5rem;
}
.buttons-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  overflow: scroll;
  overflow-x: auto !important;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.buttons-filter .filter-button {
  margin-right: 2rem;
}
.nominee-form .offer-from .submit-buttons .form-submit-loading{
    right: -60px;
    top: 0;
}
.nominee-form .offer-from .btn-back{
  margin-right: 0.5rem;
}
.nominee-form .offer-from .btn{
  padding: 1rem 1.2rem;
}
.nominee-form .offer-from .btn::after{
  display: none;
}
}

/*# sourceMappingURL=theme.css.map */

/* livegang evenement */

.home-banner.livegang-evenement .baner-section {
  background-image: url(../css/images/livegang-banner.svg);
  background-repeat: no-repeat;
  background-size: 48% 75%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position-x: 100%;
  background-position-y: 85%;
  margin-bottom: 0rem;
}

.home-banner.livegang-evenement a.btn.btn-secondary {
  color: #2a2249 !important;
}
.home-banner.livegang-evenement .btn-secondary::after {
  display: none;
}
.home-banner.livegang-evenement .btn-secondary:hover {
  padding: 1rem 2rem !important;
}
.home-banner.livegang-evenement p#timer {
  color: white;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 1em;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-family: "OpenSans-SemiBold";
  font-size: 4rem;
  width: 12rem;
}
#toolbarContainer{
  display: none;
}