header .carousel .carousel-inner .carousel-item {
  height: calc(100vh);
}

.carousel-caption {
  width: 100%;
  top: 0px;
  left: 0px;
}

.carousel1 h1 {
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.carousel1 h2 {
  position: absolute;
  top: 37%;
  left: 20%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.carousel1 img {
  position: absolute;
  bottom: -60px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.carousel2 h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  font-weight: bold;
}

.carousel2 h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  font-weight: bold;
}

.carousel2 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  font-weight: bold;
}

.carousel3 h1 {
  position: absolute;
  top: 30%;
  left: 16%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  font-weight: bold;
}

.carousel3 .img1 {
  position: absolute;
  top: 20%;
  left: 55%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.carousel3 .img2 {
  position: absolute;
  top: 40%;
  left: 52%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.carousel3 .img3 {
  position: absolute;
  top: 45%;
  left: 62%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.carousel3 .img4 {
  position: absolute;
  top: 40%;
  left: 70%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media (max-width: 769px) {
  .carousel1 h1 {
    position: absolute;
    top: 1%;
    left: 2%;
    font-size: 18px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .carousel1 h2 {
    position: absolute;
    top: 5%;
    left: 2%;
    font-size: 18px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .carousel1 img {
    top: 12vh;
    left: 40%;
    width: 200px;
    height: 150px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .carousel2 h1 {
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 16px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    font-weight: bold;
  }
  .carousel2 h2 {
    position: absolute;
    top: 15%;
    left: 40%;
    font-size: 16px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    font-weight: bold;
  }
  .carousel2 h3 {
    position: absolute;
    top: 20%;
    left: 40%;
    font-size: 16px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    font-weight: bold;
  }
  .carousel3 h1 {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 16px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    font-weight: bold;
  }
  .carousel3 .img1 {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 150px;
    height: 100px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .carousel3 .img2 {
    position: absolute;
    top: 20%;
    left: 27%;
    width: 70px;
    height: 55px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .carousel3 .img3 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 25px;
    height: 45px;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .carousel3 .img4 {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 100px;
    height: 65px;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}

.our-clients {
  background-color: white;
  margin-bottom: 150px;
  /*  padding: 40px; */
}

.our-clients .img-thumbnail {
  height: 150px !important;
}

.our-clients h1 {
  /*    margin: 60px 0px 100px 0px;
        font-family: 'Cairo', sans-serif; */
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.our-clients .img-client {
  /*  width:244px;
    height:152px; */
  /*   margin-bottom: 70px; */
}

.our-clients .img-client:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

@media only screen and (max-width: 769px) {
  .our-clients {
    margin-bottom: 0px;
  }
  .our-clients h1 {
    margin: 30px 0px 50px 0px;
  }
  .our-clients .carousel-container {
    margin-bottom: 80px;
  }
  .our-clients .img-client {
    margin-bottom: 0px;
  }
}

.about-program {
  font-family: 'Cairo',sans-serif;
  padding: 100px 0px;
  background-image: linear-gradient(40deg, #45cafc, #303f9f);
}

.about-program h1 {
  color: white;
  padding: 0px 0px 50px 0px;
}

.about-program .img-video {
  position: relative;
}

.about-program .video-play {
  cursor: pointer;
  z-index: 999;
  margin: 0;
  padding: 0;
  border: none;
  opacity: .9;
  width: 166px;
  height: 166px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../../images/video_play_button.png");
}

.about-program .container-unique-futures {
  /*     padding-top: 10px; */
  color: white;
  margin-top: 50px;
}

.about-program .container-unique-futures .container-img {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-bottom: 60px;
}

.about-program .container-unique-futures img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 150px;
  height: 130px;
}

.container-albayan {
  font-family: 'Cairo',sans-serif;
  padding: 100px 0px;
}

.container-albayan .title-albayan {
  padding-top: 10px;
  padding-bottom: 50px;
}

.container-albayan .card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none;
  margin-bottom: 60px;
  text-align: right;
}

.container-albayan .card .card-img-top {
  width: 170px;
  height: 150px;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.container-specifications {
  font-family: 'Cairo',sans-serif;
  background-image: linear-gradient(40deg, #45cafc, #303f9f);
  padding-top: 100px;
  padding-bottom: 100px;
  /* p{
         color:black;
     } */
}

.container-specifications h1 {
  margin-bottom: 50px;
}

.container-specifications h2 {
  color: white;
}

.container-specifications .card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none;
  margin-bottom: 60px;
}

.container-specifications .card-img-top {
  width: 200px;
  height: 150px;
}

.container-specifications .card-body {
  background-color: linear-gradient(40deg, #45cafc, #303f9f);
}

#integration {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-contact {
  padding-top: 30px;
}

.map-container-section {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.form-header {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: .125rem;
}

.btn-floating {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
  color: #fff;
}

.btn-light-blue {
  background-image: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.blue.accent-1 {
  background-image: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.cyan.darken-3 {
  background-image: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

/* .sync-section{

} */
html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  font-family: 'Cairo',sans-serif;
}

/*  Copyright 2017 Google Inc.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

    Credit to Thierry Koblentz for the padding trick.
    http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
*/
.aspect-ratio {
  /* aspect-ratio custom properties */
  /* The width portion of the aspect ratio, e.g. 16 in 16:9. */
  --aspect-ratio-w: 1;
  /* The height portion of the aspect ratio, e.g. 9 in 16:9. */
  --aspect-ratio-h: 1;
  position: relative;
}

.aspect-ratio > *:first-child {
  width: 100%;
}

@supports (--custom-props: "true") {
  .aspect-ratio::before {
    display: block;
    padding-top: calc(var(--aspect-ratio-h, 1) / var(--aspect-ratio-w, 1) * 100%);
    content: "";
  }
  .aspect-ratio > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

/*end aspict ratio*/
.form-control, .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
/*# sourceMappingURL=style-rtl.css.map */