@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
/********************
STYLE
*********************/
/********************
 Global
*********************/
body {
  padding: 0px;
  margin: 0px;
}
img {
  max-width: 100%;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
.round_img img {
  border-radius: 50%;
  width: 100%;
}
body {
  font-family: work sans, sans-serif;
  margin: 0;
  padding: 0;
}
p,
li {
  font-size: 18px;
  line-height: 1.3;
}
.hubp-form-container {
  background: rgba(255,255,255,0.85);
  box-shadow: none;
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 1);
  padding-bottom: 100px;
}
.hubp-form-container .hubp-form-wrapper {
  height: 250px;
  margin-top: 20px;
}
.hubp-form-container .hubp-form-wrapper #hubp-form .hubp-steps .hubp-group .hubp-btn {
  border-radius: 3px;
}
.hubp-form-container .hubp-form-wrapper #hubp-form .hubp-steps .hubp-group .hubp-btn.hubp-active {
  background: #007daa;
}
.hubp-form-container .hubp-form-wrapper #hubp-form .hubp-steps label {
  background: none;
}
.hubp-form-container .hubp-submit-container .hubp-submit {
  background: #ee2a80;
  border-radius: 3px;
}
.hubp-form-container .hubp-steps-ind > div {
  background-color: #16396a;
}
.hubp-form-container .hubp-terms a {
  color: #ffffff;
}
.header .fixed_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(1, 23, 40, 0.9);
  z-index: 888;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header .fixed_top .top_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  width: 100%;
}
.header .fixed_top .top_wrapper .col_1 {
  width: 50%;
}
.header .fixed_top .top_wrapper .col_2 {
  width: 50%;
  text-align: right;
  padding-top: 10px;
}
.header .fixed_top .top_wrapper .btn-pink {
  display: inline-block;
  background: #ee2a80;
  padding: 8px 12px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}
.content .bg_wrapper {
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
}
.content .bg_wrapper .col_container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
.content .bg_wrapper .col_container .col_1 {
  width: 50%;
}
.content .bg_wrapper .col_container .col_2 {
  width: 50%;
  color: #ffffff;
}
.content .bg_wrapper .col_container .col_2 h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 600;
}
.content .bg_wrapper .col_container .col_2 p {
  color: #ffffff;
  text-align: justify;
}
.content .bg_wrapper .col_container .col_2 .foto {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}
.content .bg_wrapper .col_container .col_2 .foto .items {
  width: 20%;
  padding: 5px;
}
.content .bg_wrapper .col_container .col_2 .foto .items img {
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.content .text {
  max-width: 1200px;
  margin: 0 auto;
}
.content .text h2 {
  font-size: 48px;
  color: #269ad7;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: initial;
}
.content .text .container_3 {
  display: flex;
  width: 100%;
}
.content .text .container_3 div {
  width: 33%;
  text-align: center;
}
.content .text .container_3 div .img {
  min-height: 163px;
}
.content .text .container_3 div p {
  text-align: center;
}
.content .text p {
  font-size: 21px;
  line-height: 1.4;
  text-align: justify;
}
.content .text ul {
  margin-left: 30px;
  text-align: justify;
}
.cities {
  background: #f5f5f5;
}
.cities .center-blc {
  padding-top: 10px;
}
.cities .center-blc h2 {
  font-size: 48px;
  color: #269ad7;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: initial;
}
.cities .cities-inner {
  display: flex;
  flex-wrap: wrap;
}
.cities .cities-inner .cities-items {
  width: calc((100%/6) - 10px);
  margin: 0 5px 15px;
  height: 270px;
}
.cities .cities-inner .cities-items a {
  text-decoration: none;
}
.cities .cities-inner .cities-items a .gradient {
  width: 100%;
  height: 100%;
  background: rgba(13, 69, 98, 0.5);
  display: flex;
  cursor: pointer;
  transition: all linear .25s;
  opacity: .9;
}
.cities .cities-inner .cities-items a .gradient .city {
  margin: auto;
  font-size: 40px;
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.cities .cities-inner .cities-items a .gradient:hover {
  transition: all linear .25s;
  background: 0 0;
}
@media only screen and (max-width: 820px) {
  .cities .cities-inner .cities-items {
    width: calc((100%/3) - 10px);
  }
  .cities .cities-inner .cities-items a .gradient .city {
    font-size: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .cities .cities-inner .cities-items {
    width: calc((100%/2) - 10px);
    margin: 0 5px 15px;
    height: 270px;
  }
}
@media only screen and (max-width: 820px) {
  .header .fixed_top .top_wrapper .col_1 {
    width: 70%;
  }
  .header .fixed_top .top_wrapper .col_2 {
    width: 30%;
  }
  .content .bg_wrapper .col_container {
    flex-direction: column;
  }
  .content .bg_wrapper .col_container .col_1 {
    width: 100%;
  }
  .content .bg_wrapper .col_container .col_2 {
    width: 100%;
    padding: 0 20px;
  }
  .content .text .container_3 {
    flex-direction: column;
  }
  .content .text .container_3 div {
    width: 100%;
  }
  .content .text p,
  .content .text ul {
    padding: 0 20px;
  }
}
.members {
  background: #269ad7;
  padding: 60px 0 100px;
  overflow: hidden;
}
.members h2 {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: initial;
}
.members .swiper-members .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.members .swiper-members .swiper-wrapper .swiper-slide {
  height: initial;
  background: #fff;
  padding: 70px 35px;
  text-align: center;
  width: calc((100%/5) - 0px);
}
.members .swiper-members .swiper-wrapper .swiper-slide .dot-img {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 820px) {
  .members .swiper-members .swiper-wrapper .swiper-slide {
    width: calc((100%/1) - 0px);
  }
}
.footer > div {
  padding: 20px;
}
