@import url(https://fonts.googleapis.com/css?family=Lato);
body {
  margin: 0;
  font-family: "Lato";
}

h2 {
  margin: 0;
}

/*--------------------Section heading--------------------*/
.section-heading {
  height: 40vh;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e91e63;
  color: white;
}
.section-heading__head {
  text-align: center;
}

/*--------------------END: Section heading--------------------*/
/*------------------------Gallery popup------------------------*/
.gallery-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gallery-popup-modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.gallery-popup-modal .gallery-popup-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  top: -40px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gallery-popup-modal .gallery-popup-container.active {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.2s 0.6s ease-in;
  transition: 0.2s 0.6s ease-in;
}
.gallery-popup-modal .gallery-popup-container #close-gallery {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 992px) {
  .gallery-popup-modal .gallery-popup-container #close-gallery {
    position: relative;
    float: right;
    right: 0;
  }
}
.gallery-popup-modal .gallery-popup-container #close-gallery:before, .gallery-popup-modal .gallery-popup-container #close-gallery:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 6px;
  border-radius: 15px;
  background: white;
  transition: 0.4s ease;
}
.gallery-popup-modal .gallery-popup-container #close-gallery:before {
  transform: rotate(45deg);
}
.gallery-popup-modal .gallery-popup-container #close-gallery:after {
  transform: rotate(-45deg);
}
@media (min-width: 480px) {
  .gallery-popup-modal .gallery-popup-container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .gallery-popup-modal .gallery-popup-container {
    position: relative;
  }
}
.gallery-popup-modal .gallery-popup-container #prev-img:before, .gallery-popup-modal .gallery-popup-container #prev-img:after {
  position: absolute;
  content: "";
  height: 50%;
  width: 6px;
  border-radius: 15px;
  background: white;
}
.gallery-popup-modal .gallery-popup-container #prev-img:before {
  transform: rotate(45deg);
  transform-origin: 10px 4px;
}
.gallery-popup-modal .gallery-popup-container #prev-img:after {
  transform: rotate(-45deg);
  transform-origin: 10px 20px;
}
.gallery-popup-modal .gallery-popup-container #next-img:before, .gallery-popup-modal .gallery-popup-container #next-img:after {
  position: absolute;
  content: "";
  height: 50%;
  width: 6px;
  border-radius: 15px;
  background: white;
}
.gallery-popup-modal .gallery-popup-container #next-img:before {
  transform: rotate(45deg);
  transform-origin: -3px 19px;
}
.gallery-popup-modal .gallery-popup-container #next-img:after {
  transform: rotate(-45deg);
  transform-origin: -5px 4px;
}
.gallery-popup-modal .gallery-popup-container #prev-img, .gallery-popup-modal .gallery-popup-container #next-img, .gallery-popup-modal .gallery-popup-container #close-gallery {
  text-decoration: none !important;
  font-size: 30px;
  color: white;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid white;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.gallery-popup-modal .gallery-popup-container #prev-img:hover, .gallery-popup-modal .gallery-popup-container #next-img:hover, .gallery-popup-modal .gallery-popup-container #close-gallery:hover {
  color: #333;
  background: white;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.gallery-popup-modal .gallery-popup-container #prev-img:hover::after, .gallery-popup-modal .gallery-popup-container #prev-img:hover::before, .gallery-popup-modal .gallery-popup-container #next-img:hover::after, .gallery-popup-modal .gallery-popup-container #next-img:hover::before, .gallery-popup-modal .gallery-popup-container #close-gallery:hover::after, .gallery-popup-modal .gallery-popup-container #close-gallery:hover::before {
  background: #333;
}
.gallery-popup-modal .nav-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  width: 100%;
  position: fixed;
  bottom: 10%;
  max-width: 90%;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .gallery-popup-modal .nav-controls {
    position: absolute;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    bottom: initial;
    margin-left: 0;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.gallery-popup-modal .image-modal img {
  outline: none;
  height: auto;
  width: 874px;
  max-width: 100%;
}
.gallery-popup-modal .image-modal__item {
  display: inline-block;
  outline: none;
}
.gallery-popup-modal .image-modal__item.slick-slide img {
  display: block;
  margin: 0 auto;
}

/*------------------------END: Gallery popup------------------------*/
/*------------------------Gallery------------------------*/
.team-gallery-section {
  background: #2196f3;
}
.team-gallery-section .img-block-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-block {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gallery-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery-photos {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-photos--main {
    position: relative;
  }
}
@media (min-width: 768px) {
  .gallery-photos--others {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.photos-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .photos-gallery {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .photos-gallery {
    padding: 40px 0;
  }
}

.photos-div {
  margin-top: 25px;
  position: relative;
}
.photos-div .pic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.photos-div .pic-overlay i {
  visibility: hidden;
  opacity: 0;
  color: white;
  font-size: 30px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.photos-div .pic-overlay:hover {
  background: rgba(255, 255, 255, 0.2);
}
.photos-div .pic-overlay:hover i {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s 0.2s ease-in;
  transition: 0.2s 0.2s ease-in;
}
@media (min-width: 768px) {
  .photos-div {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .photos-div__main-pic {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .photos-div--main {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .photos-div--first {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .photos-div--first {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .photos-div--second {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .photos-div--second {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .photos-div--others {
    height: 50%;
  }
}
.photos-div__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos-div .other-img-div {
  width: 100%;
  height: 100%;
}

/*------------------------END: Gallery------------------------*/