.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bx-shadow {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}



/* Css For The call And Whatsapp */


@media only screen and (min-width: 220px) and (max-width: 767px) {
  .call {

    position: fixed;
    left: 4%;
    bottom: 15%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }

  .map-b {

    position: fixed;
    left: 4%;
    bottom: 6%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

@media only screen and (min-width: 768px) {
  .call {
    position: fixed;
    left: 2.5%;
    bottom: 20%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }

  .map-b {
    position: fixed;
    left: 2.5%;
    bottom: 5%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

.call-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #3d8bf5;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #3d8bf5;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.call-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.map-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #5ac612;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #5ac612;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.map-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}


/* Whatsapp Button Css */

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .whatsapp {
    position: fixed;
    right: 4%;
    bottom: 15%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

@media only screen and (min-width: 768px) {

  .whatsapp {

    position: fixed;
    right: 2%;
    bottom: 20%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}


.whatsapp-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #23c15e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #23c15e;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapp-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

.wh-100 {
  width: 100px !important;
  height: 100px !important;
}

@media screen and (max-width:767px) {
  .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85vh;
  }
}

@media screen and (min-width:768px) {
  .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
}

video {
  min-width: 100%;
  min-height: auto;
  z-index: 1;
}

.overlay-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.671);
  z-index: 2;
}

.services-banner {
  background: url('../img/banner/why-choose-banner3.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-glass-1 {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.bg-glass-2 {
  background: #fae6e785;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  border: 1px solid #fae6e785;
}

.bg-glass-3 {
  background: #eaf3ef9e;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  border: 1px solid #eaf3ef9e;
}

.bg-glass-4 {
  background: #e6e5f496;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  border: 1px solid #e6e5f496;
}

.mh-380 {
  min-height: 380px !important;
}

.mh-200 {
  min-height: 200px !important;
}

@media only screen and (max-width: 767px) {
  .logo-sm {
    width: 70% !important
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .logo-sm {
    width: 45% !important
  }
}




.container-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}

.container-2 .box-2 {
  position: relative;
  width: 230px;
  height: 250px;
  color: #fff;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 6px;
  transition: 0.5s;
}

.container-2 .box-2:hover {
  transform: translateY(-20px);
}

.container-2 .box-2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 95%;
  filter: blur(10px);
  background: linear-gradient(90deg,#0078d4 0%,#50e6ff  50%, #0078d4 100%);
}

.container-2 .box-2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 95%;
  filter: blur(10px);
  background: linear-gradient(90deg,#0078d4 0%, #50e6ff  50%, #0078d4 100%);
}

.container-2 .box-2 span {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: #262c32;
  z-index: 2;
  border-radius:18px;
}

.container-2 .box-2 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #262c32;
  border-radius:18px;
  pointer-events: none;
}

.container-2 .box-2 .content {
  position: relative;
  z-index: 10;
  padding: 20px 40px;
  margin:10px;
}

.container-2 .box-2 .content h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}

.container-2 .box-2 .content img {
  width: 100;
  height: auto;
}

.container-2 .box-2 .content h3 {
  text-align: center;
  color: #fff;
  margin-top: 14px;
}

.mouse {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.bg-darkblue {
    background-color : #243D70 !important;
}

.project p {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
}