 :root {
    --fade-right: linear-gradient(90deg,transparent,#000 67.8%),linear-gradient(139.34deg,rgb(255 184 0 / 15%) 9.71%,rgba(0,112,243,0.15) 90.27%);
    --fade-left: linear-gradient(90deg,#000,transparent 67.8%),linear-gradient(139.34deg,rgb(243 186 0 / 15%) 9.71%,rgb(0 0 0 / 15%) 90.27%);
    --fade-down: linear-gradient(180deg,transparent,#000),linear-gradient(139.34deg,rgba(255,0,128,0.2) 9.71%,rgba(0,112,243,0.2) 90.27%);
 }

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1.3rem; 
  
}

::-moz-selection {
  background: #000;
  color: #fff; 
}

::selection {
  background: #000;
  color: #fff; 
}

a {
  color: #b19c65;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a:hover {
  text-decoration: none;
  color: #b19c65;
  opacity: 0.8;
}
b, strong{
  font-weight: 900
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000;
  font-weight: 900;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
.table-responsive>.table-bordered {
    border: 0;
    background: #ffffff;
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca;
}
.table thead th{
  background: #b19c65;
  color: #fff;
  vertical-align: middle;  
  border-bottom: 0;
}
.table td, .table th {
  padding: 0.25rem;
  font-size: 0.7vw;
  color: #000;
  vertical-align: middle;
  text-align: center;  
  font-weight: 600;
  border-color: #32383e;
  border-width: 2px;
}
.table td a {
  color: #000
}
.table td.table-dark a {
  color: #000!important
}
.table-info, .table-info>td, .table-info>th,
.table-secondary, .table-secondary>td, .table-secondary>th,
.table-primary, .table-primary>td, .table-primary>th {
  color: #000!important;
}
.modal-body .body-content h6 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600; 
}
.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; 
}

.text-orange {
  color: #b19c65 !important; 
}

.bg-black {
  background: #000 !important; 
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); 
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); 
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; 
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; 
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  /*color: #fff;*/
  /*border: 2px solid;*/
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); 
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}
.btn.btn-orange {
  border-width: 2px;
  border-color: #b19c65;
  background: #b19c65;
  color: #fff; 
}
.btn.btn-orange:hover {
  color: #b19c65;
  background-color: transparent;
  border-color: #b19c65; 
}
.btn.btn-black.btn-outline-yellow {
  color: #000;
  background-color: transparent; 
}
.btn.btn-black.btn-outline-yellow:hover {
  border-color: #fff;
  background: #fff;
  color: #fff; 
}
.btn.btn-white {
  border-width: 2px;
  border-color: #fff;
  background: #fff;
  color: #b19c65; 
}
.btn.btn-white:hover {
  color: #fff;
  background-color: transparent; 
}
.btn.btn-white.btn-outline-white {
  color: #fff;
  background-color: transparent; 
}
.btn.btn-white.btn-outline-white:hover {
  border-color: #fff;
  background: #fff;
  color: #000; 
}

.btn.btn-outline {
  border-width: 2px;
  color: #b19c65;
  border-color: #b19c65;
  background-color: transparent; 
}
.btn.btn-outline:hover {
  border-width: 2px;
  border-color: #fff;
  background: transparent;
  color: #fff; 
}

.border-primary {
  border-color: #b19c65!important;
}

.bg-black {
  background: #000; 
}

.form-control {
  height: 51px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
.form-control:active, .form-control:focus {
  border-color: #b19c65; 
}
.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}

.ul-check {
  margin-bottom: 50px;
  padding-left: 25px; 
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
  list-style: none;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  font-weight: 900;
  position: absolute; 
}
.ul-check.white li:before {
  color: #fff; 
}
.ul-check.success li:before {
  color: #8bc34a; 
}
.ul-check.primary li:before {
  color: #b19c65; 
}


.site-section {
  padding: 2.5em 0; 
  margin: 0 3vw;
}

.site-section.site-section-sm {
  padding: 4em 0; 
}
.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; 
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; 
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); 
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); 
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; 
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important; 
  }
}
.hover-bg-enlarge > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out; 
}
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); 
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important; 
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}
.bg-image.overlay {
  position: relative; 
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); 
}
.bg-image > .container {
  position: relative;
  z-index: 1; 
}
 

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.5rem; 
}
.site-logo a {
  color: #b19c65; 
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
}
.site-navbar .container-fluid {
  padding-left: 5%;
  padding-right: 5%; 
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important; 
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; 
}
.site-navbar .site-navigation .site-menu .active {
  color: #b19c65;
  display: inline-block;
  padding: 5px 20px; 
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; 
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block; 
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 0px 7px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #b19c65; 
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #b19c65;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #b19c65 !important; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #b19c65; 
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: #000; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; 
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #b19c65; 
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #b19c65; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  /* width: 95%; */
  margin: 0 3vw;
  left: 0;
  right: 0;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px; 
}

.sticky-wrapper .site-navbar {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
  box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #b19c65;
  position: relative; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px; 
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff; 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  padding: 0px 7px;
/*  color: #000;*/
  display: inline-block;
  text-decoration: none !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color: #b19c65; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  background: #b19c65;
}
.sticky-wrapper.is-sticky .site-navbar .fa-bars {
  color: #000!important
}
.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important; 
}
.cta-button a span {
  border-color: #b19c65;
  padding: 10px 20px; 
}
.cta-button a:hover span {
  background: #b19c65;
  color: #fff; 
}
.cta-button a.active {
  border-bottom: none; 
}
.cta-button a.active > span {
  background-color: #b19c65;
  color: #fff; 
}


/* Intro-section */
.intro-section {
  position: relative;
  background: url(../images/intro_bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 3vh 3vw 0 3vw; 
}
.intro-section, .intro-section .container .row {
  height: 93vh;
  min-height: 800px;
}
.intro-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--fade-left);
  border-bottom-right-radius: 0px; 
}

.intro-section h1 {
  font-size: 6.5rem;
  font-weight: 900;
  color: #fff; 
}
.intro-section h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff; 
}
.intro-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  max-width: 400px;
  font-weight: 700;
}
.intro-section p:nth-child(3),
.intro-section p:nth-child(4),
.intro-section p:nth-child(5),
.intro-section p:nth-child(6),
.intro-section p:nth-child(7) {
  display: inline-block;
  background: #fff;
  color: #040001;
  padding: 7px 17px;
  margin-right: 3px;
  font-size: 1.2rem;
}
.intro-section p.credit {
  position: relative;
  bottom: 0;
  color: #fff;
  background: transparent;
  left: 0;
  max-width: 100%;
  min-height: 100px;
  padding: 0 0 20px 25px;
  text-align: left;
  font-size: 20px;
  margin: -166px auto;
  font-weight: 900;
  text-transform: uppercase;
}
 
.intro-section p.credit a{
  color: rgba(255,255,255,1);
  font-size: 14px;
  display: block;
  text-transform: none;
  font-weight: 600;
}
.intro-section p.credit a:hover{
  color: rgba(255,255,255,0.7);
}
.intro-section p.credit a:before {
  left: 0;
  font-size: 13px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f0c1";
  font-weight: 600;
}
.intro-section p.credit span {
    color: rgba(255,255,255,1);
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}
.intro-section p.credit span a {
  display: inline-block;
}



.site-section p.credit-new {
  position: relative;
  bottom: 0;
  background: transparent;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  font-weight: 900;
  text-transform: none;
}
 
.site-section p.credit-new a{
  display: inline-block;
  text-transform: none;
  font-weight: 600;
}
 
 
.site-section p.credit-new span {
    color: rgba(0,0,0,1);
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 600;
}
.site-section p.credit-new span a {
  display: inline-block;
}
.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.img-absolute img {
  max-width: 550px;
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  border: 15px solid #fff; 
}
.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.img-absolute img {
  max-width: 550px;
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  border: 15px solid #fff; 
}

/* site section */
.site-section {
  padding: 10em 0; 
}
.section-sub-title {
  color: #b19c65;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1rem; 
}
.section-title {
  font-size: 4rem;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}

.site-section.dark-bg {
  padding: 8em 0; 
  background: #191919;
}
.dark-bg .section-sub-title {
  color: #b19c65;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 1rem; 
  line-height: normal;
}
.dark-bg .section-title {
  color: #fff;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.dark-bg p {
  color: #fff;
}

.bg-black .section-sub-title {
  color: #b19c65;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 1rem; 
}
.bg-black .section-title {
  color: #fff;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.bg-black p,
.bg-black h3,
.bg-black h4 {
  color: #fff;
}

.image-absolute-box {
  position: relative; 
}
.image-absolute-box .box {
  /* position: absolute; */
  background: var(--fade-right);
  padding: 50px 50px 25px 50px;
  max-width: 100%;
  top: -20%;
  right: -20%;
  margin-bottom: 50px;
}
.image-absolute-box img {
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
}
.image-absolute-box .box .icon-wrap {
  color: #49afcd;
  margin-bottom: 1.5rem;
}
.image-absolute-box .box .icon-wrap span {
  font-size: 4rem;
}
.image-absolute-box .box h3 {
  font-size: 2.5rem;
  color: #b19c65;
  margin-bottom: 1rem;
}
.image-absolute-box .box p {
  color: rgb(255 255 255);
  font-size: 25px;
  font-weight: 500;
  max-width: 85%;
}

.section-1 {
  margin-top: 10rem; 
}
/* Sponsors */
.section-2 {
  padding: 8rem!important; 
}

#sponsors-section h4.heading {
  background: transparent;
  padding: 22px 25px;
  text-align: center;
  text-transform: uppercase;
}
#sponsors-section .catg-sponsors .supporter {
/*  padding-left: 40px;*/
/*  min-height: 350px*/
}
#sponsors-section .catg-sponsors .reception {
/*  padding-right: 40px;*/
 /* min-height: 350px*/
}
#sponsors-section .catg-sponsors .reception img,
#sponsors-section .catg-sponsors .supporte img { 
  background: #fff;
  border: 1px solid #32383e;
  padding: 25px;
}
/* FAQ */
.FAQ-list .card-header {
  background-color: #000;
  padding:1.5rem;
}
.FAQ-list .accordion>.card {
  background-color: transparent;
}
.FAQ-list .card-header p a {
  font-weight: 700;
  font-size: 24px;
}
.FAQ-list .card-header p a.collapsed{
  color: #fff;
}
.FAQ-list .card-body p {
  color: #fff;
}
.FAQ-list .card-header p a:hover {
  color: #b19c65;
  opacity: 1;
}
/* Footer */
.footer-section {
  padding: 7em 0;
  background-color: #000;
  margin: 0 3vw;
}
.footer-section p {
  font-size: 1rem; 
  line-height: 2.5rem;
}
.footer-section h3 {
  font-size: .9rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 900; 
}
.footer-section .footer-links li {
  margin-bottom: 10px; 
}
.border-top {
  border-top: 1px solid #edf0f5 !important; 
}
.site-footer {
  padding: 4em 0;
  background: #333333; 
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important; 
}
.site-footer p {
  color: #737373; 
}
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #000; 
}
.site-footer a {
  color: #999999; 
}
.site-footer a:hover {
  color: black; 
}
.site-footer ul li {
  margin-bottom: 10px; 
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900; 
}



#success-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-animation: success-message 1s 3s ease-in-out forwards;
    animation: success-message 1s 3s ease-in-out forwards;
    visibility: visible; 
    opacity: 1
}
.message-content {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;  
}

@keyframes success-message {
  to   { visibility: hidden; opacity: 0 }
}

a.close-form-sent {
    text-align: center;
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
    display: block;
    position: fixed;
    top: 50px;
    left: 50px  
}
#success-message  svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 3s ease-in-out;
  animation: dash 3s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 3s 0.65s ease-in-out forwards;
  animation: dash 3s 0.65s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 1s 1.5s ease-in-out forwards;
  animation: dash-check 1s 1.5s ease-in-out forwards;
}
p.success {
  text-align: center;
  margin: 20px 0 20px;
  font-size: 1.25em;
  font-weight: 700;
}
p.success {
  color: #73AF55;
  -webkit-animation: success 1s 1.5s ease-in-out forwards;
  animation: success 1s 1.5s ease-in-out forwards;
  opacity: 0; 
}
@keyframes success {
  to   { opacity: 1; }
}
 
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

 

label {
  display: inline-block;
  margin-bottom: .5rem;
  text-align: left!important;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}
form {
  text-align: left
}
.gj-datepicker-bootstrap [role=right-icon] button {
  background: #ced4da;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
  top: 16px;
}
 
.alert-success {
  margin-top: 25px
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/* 2022 new style */
/* Scroll down */

#scrolldown a {
  position: absolute;
  width: 120px;
  padding-top: 60px;
  font-weight: 600;
  bottom: 0px;
  /* left: 0; */
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: rgb(255 255 255);
  min-height: 100px;
  z-index: 99;
}
#scrolldown a span {
  position: absolute;
  top: 14px;
  left: 49%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #595959;
  border-bottom: 4px solid #161616;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}