@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
body {
  background: #e0e2e1;
  color: #575656;
  font-family: "Source Sans Pro", sans-serif;
}

#page {
  overflow: hidden;
  padding-top: 200px;
}
@media only screen and (max-width : 1200px) {
  #page {
    padding-top: 100px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", sans-serif;
}

.title-block {
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 28px;
  color: #575656;
  text-align: center;
}
.title-block.white {
  color: white;
}
@media only screen and (max-width : 768px) {
  .title-block {
    font-size: 35px;
  }
}

.sub-title {
  color: #575656;
  font-size: 24px;
  text-align: center;
}

p {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 35px 0;
  line-height: 29px;
}
@media only screen and (max-width : 768px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}

.center {
  text-align: center;
}

form.contact-form label {
  padding-right: 30px;
  min-width: 200px;
  text-align: right;
}
@media only screen and (max-width : 768px) {
  form.contact-form label {
    font-size: 18px;
    text-align: left;
  }
}
form .form-item {
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  form .form-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
form .form-action {
  margin-top: 70px;
}
@media only screen and (max-width : 768px) {
  form .form-action {
    margin-top: 30px;
  }
}
form label {
  font-size: 24px;
  color: #575656;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number] {
  border: none;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background: white;
  width: 100%;
  color: #575656;
  font-size: 24px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=password]:-webkit-autofill,
form input[type=number]:-webkit-autofill {
  background-image: none !important;
  background-color: transparent !important;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=number]::-moz-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder {
  color: #575656;
  opacity: 1;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=number]:-moz-placeholder {
  color: #575656;
  opacity: 1;
}
form textarea {
  border: none;
  width: 100%;
  height: 150px;
  padding: 15px;
  color: #575656;
  font-size: 24px;
  background: white;
}
form textarea:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
form button {
  width: 100%;
  font-size: 24px;
  color: white;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2592d1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:hover {
  background: #575656;
}

.modal button.close {
  font-weight: 300;
  font-size: 60px;
  color: #575656;
  opacity: 1;
  position: relative;
  z-index: 5;
  margin-right: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.modal button.close:hover {
  color: #2592d1;
}
.modal button.close:focus {
  outline: none;
  border: none;
}
.modal .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-body {
  color: #575656;
  max-width: 352px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.modal .modal-body h2 {
  font-size: 40px;
  font-weight: 900;
  color: #575656;
  text-align: center;
  margin-bottom: 50px;
}
.modal .modal-body p {
  font-size: 18px;
  line-height: 22px;
}
.modal .modal-body form {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
}
.modal .modal-body form > div {
  padding: 30px;
  background: #e0e2e1;
}
.modal .modal-body form .form-item.checkbox {
  margin-top: 20px;
}
.modal .modal-body form .form-action {
  text-align: center;
  margin: 30px 0 0 0;
}
.modal .modal-body form .form-action a {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  color: #2592d1;
}
.modal .modal-body form input[type=text],
.modal .modal-body form input[type=password] {
  font-size: 24px;
  color: #575656;
  background: transparent;
  border: 2px solid #2592d1;
}
@media only screen and (max-width : 768px) {
  .modal .modal-body {
    padding: 0 15px 20px;
  }
}

.checkbox label {
  font-size: 18px;
  color: #575656;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
}
.checkbox label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 2px solid #2592d1;
}
.checkbox label:after {
  content: "";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 22px;
  color: #2592d1;
  visibility: hidden;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#contact-form img#captcha {
  max-width: 165px;
}
#contact-form .input_input a {
  cursor: pointer;
  color: #2592d1;
  font-size: 18px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 790px;
  }
}
header {
  padding: 35px 0 28px 0;
  background: #e0e2e1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 5px solid #2592d1;
}
header.header-fixed {
  padding: 10px 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.header-fixed .logo img {
  max-height: 75px;
}
@media only screen and (min-width : 1200px) {
  header.header-fixed .login {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width : 1200px) {
  header {
    padding: 10px 0;
  }
  header .logo img {
    max-height: 75px;
  }
}

.login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.login button {
  font-size: 18px;
  color: #575656;
  display: block;
  height: 26px;
  line-height: 26px;
  border: none;
  padding: 0 0 0 38px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/user-icon.png") no-repeat 0 0 transparent;
}
.login button:hover {
  color: #2592d1;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  background-position: left bottom;
}
.login button:focus, .login button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (min-width : 1200px) {
  .login {
    padding-bottom: 50px;
  }
}

.main-menu {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width : 1200px) {
  .main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}
.main-menu li {
  list-style: none;
  padding-left: 30px;
}
.main-menu a {
  font-size: 18px;
  color: #575656;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  -moz-transition: font-weight 0.4s ease-in-out;
  -o-transition: font-weight 0.4s ease-in-out;
  -webkit-transition: font-weight 0.4s ease-in-out;
  transition: font-weight 0.4s ease-in-out;
}
.main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.active {
  color: #2592d1;
  font-weight: 900;
  text-decoration: none;
}
.main-menu a.linkedin-url {
  font-size: 25px;
  position: relative;
  bottom: 4px;
  color: #337ab7;
}

@media only screen and (max-width : 1200px) {
  .header-nav {
    padding-top: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width : 1200px) {
  #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  #navMenu .main-menu {
    padding-top: 30px;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    background: #575656;
  }
  #navMenu.open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #navMenu .main-menu li {
    padding: 10px 20px;
  }
  #navMenu .main-menu a {
    color: white;
    font-size: 22px;
    text-shadow: none;
  }
}

#hamburgerIcon {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 26px;
  margin-left: 20px;
  display: none;
}
@media only screen and (max-width : 1200px) {
  #hamburgerIcon {
    display: block;
  }
}
#hamburgerIcon > span {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 5px;
  background: #2592d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburgerIcon > span:nth-child(1) {
  top: 0;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon > span:nth-child(2) {
  top: 10px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon > span:nth-child(3) {
  top: 20px;
  moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#hamburgerIcon.open > span:nth-child(1) {
  top: -3px;
  left: 6px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburgerIcon.open > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#hamburgerIcon.open > span:nth-child(3) {
  top: 25px;
  left: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  font-size: 18px;
  color: #575656;
}
@media only screen and (max-width : 768px) {
  footer {
    font-size: 16px;
  }
}

.ft-wrapper {
  border-top: 1px solid #575656;
  padding: 20px 0 40px 0;
}
@media only screen and (max-width : 768px) {
  .ft-wrapper {
    padding: 20px 0;
    text-align: center;
  }
  .ft-wrapper .ft-left {
    margin-bottom: 10px;
  }
}

.ft-left a {
  color: #575656;
  font-weight: 900;
}
.ft-left a:hover {
  text-decoration: none;
}

.ft-right {
  text-align: right;
}
@media only screen and (max-width : 768px) {
  .ft-right {
    text-align: center;
  }
}
.ft-right .menu {
  margin-left: 30px;
  display: inline-block;
}
.ft-right .linkedin-url {
  font-size: 25px;
  position: relative;
  bottom: -4px;
}

/* **************************************
 Banner Style
***************************************** */
.banner-section {
  padding: 185px 0;
  background: url("../img/banner.jpg") no-repeat center center transparent;
  background-size: cover;
  position: relative;
}
.banner-section h2 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.banner-section h2:after, .banner-section h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 288px;
  margin: 0 auto;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
}
.banner-section h2:after {
  top: 0;
}
.banner-section h2:before {
  bottom: 0;
}
.banner-section h2 span {
  display: block;
}
@media only screen and (max-width : 768px) {
  .banner-section {
    padding: 50px 15px;
  }
  .banner-section h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

/* **************************************
 Bando Info Style
***************************************** */
.bando-infos {
  background: #2592d1;
  padding: 19px 0;
}
.bando-infos p {
  color: white;
  font-size: 24px;
  margin: 0;
}

/* **************************************
 Block 01 Style
***************************************** */
.block01 {
  text-align: center;
  padding: 70px 0;
}
.block01 .title-block {
  margin-bottom: 55px;
}
.block01 .partner-logo img {
  margin: 0 20px;
}
@media only screen and (max-width : 1200px) {
  .block01 {
    padding: 30px 0;
  }
  .block01 .title-block {
    margin-bottom: 25px;
  }
}

/* **************************************
 Block 02 Style
***************************************** */
.block02 {
  padding: 70px 0 55px 0;
  background-image: url("../img/our-team-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block02 .title-block {
  margin-bottom: 69px;
}
.block02 .our-team-infos {
  color: white;
  text-align: center;
}
.block02 .our-team-infos img {
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .block02 .our-team-infos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .block02 .our-team-infos > div {
    width: 33.33%;
  }
}
@media only screen and (max-width : 768px) {
  .block02 .our-team-infos > div {
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width : 1200px) {
  .block02 {
    padding: 30px 0;
  }
  .block02 .title-block {
    margin-bottom: 30px;
  }
}

/* **************************************
 Block 03 Style
***************************************** */
.block03 {
  padding: 70px 0;
  text-align: center;
}
@media only screen and (max-width : 1200px) {
  .block03 {
    padding: 30px 0;
  }
}

.our-forces {
  position: relative;
  margin-top: 70px;
}
@media only screen and (min-width : 768px) {
  .our-forces {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.our-forces:after, .our-forces:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: #999;
}
@media only screen and (max-width : 768px) {
  .our-forces:after, .our-forces:before {
    display: none;
  }
}
.our-forces:after {
  width: 1px;
  height: 100%;
  left: 50%;
}
.our-forces:before {
  width: 100%;
  height: 1px;
  top: 45%;
}
.our-forces > div {
  flex: 0 50%;
  text-align: center;
}
.our-forces > div img {
  margin-bottom: 20px;
}
.our-forces > div:nth-child(3), .our-forces > div:nth-child(4) {
  padding-top: 37px;
}
@media only screen and (min-width : 768px) {
  .our-forces > div {
    min-height: 244px;
    padding: 0 65px;
  }
  .our-forces > div.three {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .our-forces > div.four {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width : 768px) {
  .our-forces > div {
    margin-bottom: 30px;
  }
}
.our-forces .forces-center {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  z-index: 5;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
  .our-forces .forces-center {
    display: none;
  }
}

/* **************************************
 Block 04 Style
***************************************** */
.block04 {
  padding: 80px 0 55px 0;
  color: white;
  position: relative;
  background: #2592d1;
}
.block04:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  background: url("../img/block-arrow.png") no-repeat 0 0 transparent;
}

@media only screen and (min-width : 768px) {
  .suite-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .suite-items > div {
    flex: 0 33.33%;
  }
}
.suite-items > div {
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .suite-items > div {
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
.suite-items .item > div {
  width: 228px;
  height: 228px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid white;
  margin: 0 auto 35px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.45);
}
.suite-items .item > div img {
  margin-left: -10px;
  margin-top: -10px;
}

/* **************************************
 Block 05 Style
***************************************** */
.block05 {
  background: white;
  padding: 70px 0 0 0;
}
@media only screen and (max-width : 768px) {
  .block05 {
    padding: 30px 0;
  }
}

.our-partnership {
  padding-top: 55px;
}
@media only screen and (max-width : 1200px) {
  .our-partnership .left img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width : 1200px) {
  .our-partnership .left img {
    margin-left: -132px;
  }
}

.partnership-lst {
  padding: 0;
  margin: 0;
}
.partnership-lst li {
  list-style: none;
  font-size: 24px;
  line-height: 29px;
  padding-left: 55px;
  margin-bottom: 30px;
  color: #575656;
  background: url("../img/purse-icon.png") no-repeat 0 0 transparent;
}
@media only screen and (max-width : 768px) {
  .partnership-lst li {
    font-size: 18px;
    line-height: 22px;
  }
}

/* **************************************
 Block 06 Style
***************************************** */
.block06 {
  color: white;
  padding: 70px 0;
  background-image: url("../img/figures-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 768px) {
  .block06 {
    padding: 30px 0;
  }
}
.block06 .title-block {
  margin-bottom: 75px;
}

.figures-lst {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.figures-lst > div {
  flex: 0 33.33%;
}
.figures-lst .circle {
  width: 109px;
  height: 108px;
  color: white;
  font-size: 30px;
  margin: 0 auto 30px;
  font-weight: 900;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/circle-star-icon.png") no-repeat 0 0 transparent;
}

/* **************************************
 Block 07 Style
***************************************** */
.block07 {
  padding: 70px 0;
  background: url("../img/contact-bg.png") no-repeat left bottom transparent;
}
@media only screen and (max-width : 768px) {
  .block07 {
    padding: 30px 0;
  }
}
.block07 #contact-form {
  margin-top: 75px;
}
@media only screen and (max-width : 768px) {
  .block07 #contact-form {
    margin-top: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .block07 form {
    padding-left: 80px;
    border-left: 1px solid #aeadab;
  }
}
.block07 .phone-contact {
  font-weight: 900;
  font-size: 30px;
  color: #575656;
  height: 42px;
  line-height: 42px;
  padding-left: 54px;
  background: url("../img/phone-icon.png") no-repeat 0 0 transparent;
}

.msg {
  font-size: 18px;
  padding: 12px;
  margin-bottom: 10px;
}
.msg.msgok {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.msg.msgnok {
  color: #D8000C;
  background-color: #FFBABA;
}

@-webkit-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-o-keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes key-frame {
  0% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.scrolling-ad {
  -moz-animation: key-frame 25s linear infinite;
  -webkit-animation: key-frame 25s linear infinite;
  -o-animation: key-frame 25s linear infinite;
  animation: key-frame 25s linear infinite;
}

/* Covid 19 Notice */
#covid-notice {
  width: 900px;
  padding: 30px 30px 15px 30px;
  margin: 0 auto;
  color: white;
  background: #2592d1;
  margin-top: 50px;
  text-align: justify;
}
#covid-notice h3 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
#covid-notice p {
  font-size: 18px;
  margin: 0 0 15px 0;
}

/*# sourceMappingURL=styles.css.map */
