 
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; 
}

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

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

a {
  color: #e16b0a;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.7) 
}
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 thead th{
  background: #e16b0a;
  color: #fff;
  vertical-align: middle;  
}
.table td, .table th {
  padding: 0.25rem;
  font-size: 0.7vw;
  color: #000;
  vertical-align: middle;
  text-align: center;  
}
.table td a {
  color: #000
}
.table td.table-dark a {
  color: #fff!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: #e26b0a !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: uppercase;
  font-size: 14px;
  font-weight: 900;
  /*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: #e16b0a;
  background: #e16b0a;
  color: #fff; 
}
.btn.btn-orange:hover {
  color: #e16b0a;
  background-color: #fff;
  border-color: #e16b0a; 
}
.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: #e26b0a; 
}
.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; 
}

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

.bg-black {
  background: #000; 
}

.form-control {
  height: 43px;
  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: #e26b0a; 
}
.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: #e26b0a; 
}


.site-section {
  padding: 2.5em 0; 
}
.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: #fff; 
}
.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: #e26b0a;
  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: #fff;
  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: #fff; 
}
.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 #e26b0a;
  -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: #e26b0a !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: #e26b0a; 
}
.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: #e26b0a; 
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #e26b0a; 
}
.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: 100%; 
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px; 
}

.sticky-wrapper .site-navbar {
  -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: #fff;
  position: relative; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px; 
}
.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: #e26b0a; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  background: #e26b0a;
}
.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: #e26b0a;
  padding: 10px 20px; 
}
.cta-button a:hover span {
  background: #e26b0a;
  color: #fff; 
}
.cta-button a.active {
  border-bottom: none; 
}
.cta-button a.active > span {
  background-color: #e26b0a;
  color: #fff; 
}


/* Intro-section */
.intro-section {
  position: relative;
  background: #e26b0a url(../images/intro_bg.png) no-repeat top right;
  background-size: 200%;  
}
.intro-section, .intro-section .container .row {
  height: 100vh;
  min-height: 800px;
}
/*.intro-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  background: #e26b0a;
  border-bottom-right-radius: 0px; 
}*/

.intro-section h1 {
  font-size: 3rem;
  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) {
  display: inline-block;
  background: #fff;
  color: #e26b0a;
  padding: 5px 10px  
}
.intro-section p.credit {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 15px; 
  max-width: 60%;
}
 
.intro-section p.credit a{
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  display: block
}
.intro-section p.credit a:hover{
  color: rgba(255,255,255,1)
}
.intro-section p.credit a:before {
  left: 0;
  font-size: 7px;
  padding: 8px; 
  font-family: 'Font Awesome 5 Pro';
  content: "\f111";
  font-weight: 900;
 
}
.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: #e26b0a;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1.5rem; 
}
.section-title {
  font-size: 3rem;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.image-absolute-box {
  position: relative; 
}
.image-absolute-box .box {
  position: absolute;
  background: #e26b0a;
  padding: 30px;
  max-width: 300px;
  top: -20%;
  right: -20%; 
}
.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: #fff;
  margin-bottom: 1.5rem; 
}
.image-absolute-box .box .icon-wrap span {
  font-size: 2rem; 
}
.image-absolute-box .box h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1.5rem; 
}
.image-absolute-box .box p {
  color: rgba(255, 255, 255, 0.90); 
}

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

#sponsors-section h4.heading {
  background: #f8f9fa;
  padding: 10px 25px;
  text-align: center;
}
#sponsors-section .catg-sponsors .supporter {
  padding-left: 40px;
  min-height: 350px
}
#sponsors-section .catg-sponsors .reception {
  padding-right: 40px;
  min-height: 350px
}
/* FAQ */
.FAQ-list .card-header {
  background-color: #FFF;
  padding:1.25rem;
}
/* Footer */
.footer-section {
  padding: 7em 0;
  background-color: #fff; 
}
.footer-section p {
  font-size: 1rem; 
}
.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;
}
form {
    text-align: left
}
 
.alert-success {
    margin-top: 25px
}

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