@font-face {
  font-family: Onest;
  src: url(onest/OnestLight1602-hint.ttf) format("opentype");
}

.bg-linear {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, #0c5f72), to(black));
  background: linear-gradient(180deg, black 0%, #0c5f72 50%, black 100%);
}

body {
  background-image: url(../images/bg-desktop.png);
  background-size: cover;
  background-position: center;
  color: white !important;
  font-family: 'Onest', sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    background: none;
  }
}

main {
  height: 100%;
}

@media screen and (max-width: 768px) {
  main {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, #0c5f72), to(black));
    background: linear-gradient(180deg, black 0%, #0c5f72 50%, black 100%);
  }
}

header {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 999;
}

header .contact-lists li {
  border-radius: 50%;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

header .contact-lists li.e-mail {
  background-color: #145CE5;
}

header .contact-lists li.phone {
  background-color: #028777;
}

header .contact-lists li.phone i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .contact-lists li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.nav-nav .nav-item {
  background: #000;
  border-radius: 50%;
  color: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
}

.nav-nav .nav-item.show {
  background-color: #701AC6;
  color: #A35CFF;
}

.nav-nav .nav-item.show > a {
  color: #A35CFF !important;
  pointer-events: none;
}

.nav-nav .nav-item a {
  color: #0C748E;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  padding: 0;
}

.nav-nav .nav-item a:hover {
  color: white;
}

.nav-nav .nav-item a:after {
  display: none;
}

.nav-nav .dropdown-menu {
  min-width: auto !important;
  right: 7px;
  left: auto !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav-nav .dropdown-menu a.dropdown-item {
  border-radius: 50%;
  background-color: #701AC6;
  color: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  margin: 5px 0;
}

.nav-nav .dropdown-menu a.dropdown-item.active, .nav-nav .dropdown-menu a.dropdown-item:hover {
  color: #A35CFF;
}

.nav-nav .dropdown-menu a.dropdown-item.active {
  cursor: default;
}

.title h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
}

.btn-register {
  background: #701AC6;
  border-color: #701ac6;
  border-radius: 44px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #FBFBFB;
  height: auto;
  padding: 1.094rem 3.26rem;
  text-transform: capitalize;
}

.btn-register:hover {
  background-color: #701AC6;
  color: #A35CFF;
}

.register-form form label {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-left: 1.7rem;
  margin-bottom: .4rem;
  text-transform: capitalize;
}

.register-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #FBFBFB;
}

.register-form form .form-control {
  background: #FBFBFB;
  border-radius: 30px;
  height: 60px;
  color: #333;
  padding: .5rem 1.7rem;
}

.register-form input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 50%;
  background-color: #000;
  border-color: #701AC6;
}

.register-form input[type="checkbox"]:checked + label:before {
  background-color: #701AC6;
  border-radius: 50%;
  border-color: #701AC6;
}

.register-form input[type="checkbox"]:not(:checked) + label:after, .register-form input[type="checkbox"]:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E") !important;
}

footer {
  background-color: #000;
  margin-top: -1px;
}

footer .footer-bottom {
  color: #5A6986;
}

footer .contacts h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
}

footer .contacts ul li {
  border-radius: 50%;
  background-color: gold;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  overflow: hidden;
}

footer .contacts ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  height: 100%;
  width: 100%;
}

footer .contacts ul li.e-mail {
  background-color: #145CE5;
}

footer .contacts ul li.phone {
  background-color: #028777;
}

footer .contacts ul li.phone a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal .modal-dialog {
  max-width: 400px;
  margin-top: 5rem;
}

.modal .modal-dialog form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.modal .modal-dialog form .form-control {
  height: 50px;
}

.modal .modal-header .close:hover {
  color: #FBFBFB;
}

.modal .modal-title {
  color: white;
  font-weight: 500;
  font-size: 21.3222px;
  line-height: 27px;
  text-align: center;
}

.modal .btn-register {
  font-weight: 400;
  font-size: 14.7615px;
  line-height: 19px;
  letter-spacing: 0.02em;
}

* {
  margin: 0;
  padding: 0;
}

/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/
@media screen and (max-width: 768px) {
  .accordian {
    width: auto;
    height: auto;
  }
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .accordian ul {
    padding: 25px 0;
  }
}

@media screen and (max-width: 480px) {
  .accordian ul {
    width: 65%;
  }
}

@media screen and (max-width: 420px) {
  .accordian ul {
    width: 80%;
  }
}

.accordian li {
  position: relative;
  display: block;
  width: 10%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.accordian li:nth-child(1) {
  z-index: 5;
}

.accordian li:nth-child(2) {
  z-index: 4;
}

.accordian li:nth-child(3) {
  z-index: 3;
}

.accordian li:nth-child(4) {
  z-index: 2;
}

#animation_container {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

#dom_overlay_container {
  height: 100% !important;
  width: 100% !important;
}

.section-banner {
  min-height: 300px;
}

.logo-animate {
  max-width: 570px;
  max-height: 570px;
  left: -5rem;
  top: -7rem;
}

@media screen and (max-width: 500px) {
  .logo-animate {
    max-width: 500px;
    max-height: 500px;
    left: -8rem;
  }
}

.logo-center {
  position: absolute;
  left: 10.5rem;
  top: 7.65rem;
  width: 75px;
  height: 75px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .logo-center {
    left: 5.8rem;
    top: 6em;
    width: 55px;
    height: 55px;
  }
}

.accordian ul:hover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .accordian ul:hover {
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.accordian ul:hover li {
  margin: 0 5px;
  width: auto;
}

.accordian ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: auto;
  z-index: 10;
}

.accordian li img {
  display: block;
}

.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}
/*# sourceMappingURL=evo-landing.css.map */