#header {
    background-attachment: scroll,	scroll,	fixed;
    background-image: url(../images/top-3200.svg), url(../images/overlay.green.png), url(../images/web01.jpg);
    background-position: bottom center,	top left, center center;
    background-repeat: repeat-x,	repeat,	no-repeat;
    background-size: 3200px 460px,	auto,	cover;
    color: rgba(255, 255, 255, 0.8);
    padding: 4em 0 11em 0;
    position: relative;
    text-align: center;
}
.title-section h1:after {
    height: 2px;
    background: #222;
}
ul.check li:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 11px;
    border-bottom: 1px solid #2ecc71;
    border-right: 1px solid #2ecc71;
    margin-right: 16px;
    margin-left: -22px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
ul.check li {
    display: block;
    margin-bottom: 5px;
}
ul.check {
    padding-left:22px;
}
a.default-button {
    background: #222 !important;
  }
  section.pricing-section3 {
      background: #111 url(../upload/banners/ban1eurapag.jpg) center center no-repeat !important;
  }
.dropdown > li.header span {
    display: block;
    padding: 14px 20px;
  }
.dropdown > li.header {
    border-bottom: none !important;
  }
.dropdown {
    width: 256px !important;
    border: 1px solid #e3e1f3;
  }
section.schedule-section2 .schedule-box .schedule-tabs .tab-content .schedule-post {
    margin-bottom: 50px !important;
  }
section.schedule-section2 .schedule-box .schedule-tabs .tab-content .schedule-post:before {
    bottom: -30px;
  }
ul li {
    color: #212529;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 30px;
}
ul.blog {
    margin-top: -20px;
}
.conference-features .conference-post .inner-box h1 {
  margin-left: 0px !important;
}
@media (max-width: 991px) {
section.clients-section.with-article.sponsor {
    padding: 0px 0 50px 0;
}
section.clients-section.with-article.sponsor .article-box {
    margin-top: 0px;
}
}
a.default-button {
    color: #fff !important;
}
a.maps-button {
  color: #fff !important;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-style: normal !important;
  text-decoration: none !important;
  padding: 2px 10px;
  background: #DD4B3E;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
