/* HEADER AND FOOTER CSS */
@import url("index.css");

section {
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 763px) {
  section {
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  section {
    padding: 20px 10px;
  }
}
.videos {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.videos .video_thumbnail {
  display: inline-block;
  width: 18%;
  height: 170px;
  cursor: pointer;
  margin: 10px 5px;
}
.video_thumbnail iframe {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1194px) {
  .videos .video_thumbnail {
    width: 22%;
  }
}
@media screen and (max-width: 991px) {
  .videos .video_thumbnail {
    width: 31%;
  }
}
@media screen and (max-width: 763px) {
  .videos .video_thumbnail {
    width: 46%;
  }
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.video-container-show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.video-container iframe {
  width: 70%;
  height: 500px;
}
.video-container .close-video-container {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.animation h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bolder;
}
.animation p {
  font-size: 14px;
  color: #484a7d;
  text-align: justify;
}
.abbreviation {
  display: flex;
  margin: 20px 0;
}
@media screen and (max-width: 1194px) {
  .abbreviation {
    display: block;
    width: 100%;
  }
}
.apbhabet {
  flex: 1;
  color: #484a7d;
  padding: 10px 5px;
  font-size: 14px;
}
.client .image-wrapper {
  min-height: 80px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.client img {
  margin: 10px;
  max-width: 250px;
}
.how-we-are{
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #484a7d;
}
