

a,
a:hover,
a:visited {
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.navbar {
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #000;
}

.menuToggle {
  width: 50px;
  position: absolute;
  left: 33px;
  top: 28px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1001;
}

.menuToggle span {
  display: block;
  background: #000;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
}

.caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption {
  width: 100%;
  text-align: center;
  z-index: 102;
}

@media (max-width: 767px) {
  .caption {
    padding: 10px;
  }
}

.caption h2 {
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 55px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .caption h2 {
    font-size: 30px;
  }
}

#main {
    height: 100%;
}

.wrap-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.part-icons {
  padding-top: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .part-icons {
    flex-direction: column;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:100px;
  }
}

.part-icons .icon {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  padding: 35px;
  margin-right: 130px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
  .part-icons .icon {
    max-width: 140px;
    margin: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.part-icons .icon:last-child {
  margin-right: 0;
}

.part-icons .icon img {
  width: 80px;
}

@media (max-width: 767px) {
  .part-icons .icon img {
    width: 50px;
  }
}

.part-icons .icon:hover {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

/*.carousel-item {
  height: 100vh;
}
*/
.part-icons .wrap-icon {
  display: inline-block;
  margin-right: 130px;
}

.part-icons .wrap-icon:last-of-type {
  margin-right: 0;
}

@media (max-width: 1366px) {
  .part-icons .wrap-icon {
    margin-right: 100px;
  }
}

@media (max-width: 768px) {
  .part-icons .wrap-icon {
    margin-right: 20px;
  }
}

.part-icons .wrap-icon:last-child {
  margin-right: 0;
}

.part-icons .wrap-icon h2 {
  margin: 15px 0 0 0;
  font-size: 21px;
}

.part-icons .wrap-icon a:hover {
  text-decoration: none;
}

#main {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.social-groups {
  display: flex;
  margin-top: 30px;
  position: absolute;
  bottom: 15px;
}

.social-groups a {
  color: #fff;
  font-size: 21px;
}

.part-content {
  max-width: 750px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 auto;
  margin-top: 100px;
  color: #fff;
  padding: 20px 25px;
  text-align: right;
  border-radius: 5px;
}

.pages {
  padding-top: 50px;
}

.header-text {
  position: absolute;
  right: 38px;
  font-size: 13px;
  top: 27px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider-wrap {
  max-width: 750px;
  margin-top: 50px;
}

.swiper-slide img {
  max-width: 100%;
  border-radius: 5px;
}

.flex-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1001;
}

.flex-block h2 {
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 55px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .flex-block h2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-text {
    position: static;
    text-align: center;
    margin-top: 15px;
  }

  .navbar {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .flex-block h2 {
    text-align: center;
    font-size: 30px;
    margin-top:50px;
  }

  .menuToggle {
    left: 15px;
    top: 25px;
  }

  .header-text {
    margin-bottom: 0;
  }
}

.contact {
  width: 750px;
  max-width: 750px;
  padding: 60px 30px;
}

@media (max-width: 767px) {
  .contact {
    width: 100%;
  }
}

.contact .btn {
  background: #000;
  color: #fff;
  border-color: #000;
}

.form-control {
  border-radius: 0;
}

/*.home {
  padding-top: 200px;
}*/

.slider p {
  color: #fff;
}

.page-contact .fa {
  color: #fff;
  font-size: 28px;
  margin-left: 25px;
}

.page-contact p {
  text-align: center;
}

@media (max-width: 767px) {
  .page-contact p {
    max-width: 230px;
  }

  .page-contact .fa {
    margin-top: 15px;
  }
}

.swiper-pagination {
  display: none;
}


@media(max-width: 767px)  {
    #main .flex-block {
        padding-bottom:50px;
    }
}

body, html {
    height: 100%;
}

.carousel-inner, .carousel, .slider, .carousel-item {
    height: 100%;
}


@media(max-width: 767px) {
    .carousel-inner, .carousel, .slider, .carousel-item {
        height: auto;
    }
    
    .slider-wrap {
        max-width: 100%;
    }

     #main .flex-block {
        padding-bottom:200px;
    }
    
    .home-page#main .flex-block  {
        padding-bottom:100px;
    }
    
}

