

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  background: #232020 !important;
  z-index: 99;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-content iframe {
  width: 100%;
  min-height: 500px;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  background: #000;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: -43px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  outline: none;
  border-radius: 6px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.video-66-info {
    position: relative;
}
.video-grids-info {
    align-items: center;
  }
  
 .video-gd-right {
    background: url('img/sai_baba.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    z-index: 9;
    position: relative;
    min-height: 32em;
    display: grid;
    align-items: center;
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
  }
   
 .video-gd-right::before {
    content: "";
    background: url() ;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
  }
  span.video-play-icon {
    background: #fff;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
  }
  
 span.video-play-icon span {
    color: #00d1cd;
  }
  
  span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
  }
  
  span.fa.fa-play {
    line-height: 65px;
  }
  
  .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
  }
  @-webkit-keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 209, 205, 0.18), 0 0 0 10px rgba(0, 209, 205, 0.18), 0 0 0 20px rgba(0, 209, 205, 0.18);
    }
  
    100% {
      box-shadow: 0 0 0 10px rgba(0, 209, 205, 0.18), 0 0 0 20px rgba(0, 209, 205, 0.18), 0 0 0 40px rgba(0, 209, 205, 0.18);
    }
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 209, 205, 0.09), 0 0 0 10px rgba(0, 209, 205, 0.09), 0 0 0 20px rgba(0, 209, 205, 0.09);
    }
  
    100% {
      box-shadow: 0 0 0 10px rgba(0, 209, 205, 0.09), 0 0 0 20px rgba(0, 209, 205, 0.09), 0 0 0 40px rgba(0, 209, 205, 0.09);
    }
  }
  
  @media all and (max-width: 320px) {
    #small-dialog {
      padding: 15px;
    }
  }
  .position-absolute {
    position: absolute !important;
  }
  .text-center {
    text-align: center !important;
  }
 
  #small-dialog,
  #small-dialog1 {
    padding: 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    text-align: center;
  }
  
  #small-dialog-it,
  #small-dialog-in,
  #small-dialog-fr,
  #small-dialog-sh,
  #small-dialog-sf,
  #small-dialog-su,
  #small-dialog-me,
  #small-dialog-ch,
  #small-dialog-pi,
  #small-dialog-am {
    background: white;
    padding: 20px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    text-align: center;
  }
  
  a.play-icon.popup-with-zoom-anim img:hover {
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  
  .my-mfp-zoom-in #small-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
  }
  
  /* animate in */
  .my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    transform: scale(1);
  }
  
  /* animate out */
  .my-mfp-zoom-in.mfp-removing #small-dialog {
    transform: scale(0.8);
    opacity: 0;
  }
  
  /* Dark overlay, start state */
  .my-mfp-zoom-in.mfp-bg {
    transition: opacity 0.3s ease-out;
  }
  
  /* animate out */
  .my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }
  
  /**
        /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
  }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    background: #232020 !important;
    z-index: 99;
  }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  
  .mfp-ajax-cur {
    cursor: progress;
  }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .mfp-loading.mfp-figure {
    display: none;
  }
  
  .mfp-hide {
    display: none !important;
  }
  .fa-history:before {
    content: "ï‡š";
  }
  .button-4-pink {
    width: 160px;
    height: 50px;
    border: 2px solid #da2945;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 40px 0 0 0;
    border-radius: 6px;
  }
  
  .button-4-pink a {
    font-size: 16px;
    color: #da2945;
    text-decoration: none;
    line-height: 45px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-weight: 700;
    display: inline;
  }
  
  .eff-4-pink {
      width: 160px;
      height: 50px;
      left: -160px;
      background: #da2945;
      position: absolute;
      transition: all .5s ease-in-out;
      z-index: 1;
  }
  
  .button-4-pink:hover .eff-4-pink {
    left: 0;
  }
  
  .button-4-pink:hover a {
    color: #fff;
  }
  
 .w3l-customers-6 .carousel {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.w3l-customers-6 .carousel .item {
  color: #5f5f5f;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.w3l-customers-6 .carousel .item a {
  color: #00d1cd;
}

.w3l-customers-6 .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.w3l-customers-6 .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.w3l-customers-6 .carousel .testimonial {
  padding: 30px 0 10px;
}

.w3l-customers-6 .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.w3l-customers-6 .carousel .overview b {
  color: #252b33;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
}

.w3l-customers-6 .carousel .star-rating span.fa {
  font-size: 12px;
  opacity: 0.8;
  color: #da2945;
}

.w3l-customers-6 .carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5f5f5f;
  text-shadow: none;
  top: 4px;
  border: none;
  display: none;
}

.w3l-customers-6 .carousel-control span {
  font-size: 20px;
  margin-right: 2px;
}

.w3l-customers-6 .carousel-control.left {
  left: auto;
  right: 40px;
}

.w3l-customers-6 .carousel-control.right span {
  margin-right: -2px;
}

.w3l-customers-6 .carousel .carousel-indicators {
  bottom: 15px;
}

.w3l-customers-6 .carousel-indicators li,
.w3l-customers-6 .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
}

.w3l-customers-6 .carousel-indicators li {
  background: #a9a5a6;
  border-color: transparent;
}

.w3l-customers-6 .carousel-indicators li.active {
  border: none;
  background: #252b33;
}

@media (max-width: 769px) {
  .w3l-customers-6 .customer-gd:nth-child(2) {
    margin: 1.6em 0;
  }

  .w3l-customers-6 .carousel-control {
    left: 0;
    right: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .w3l-customers-6 .carousel .carousel-control {
    display: none;
  }
}

@media (max-width: 640px) {
  .w3l-customers-6 .carousel {
    width: 340px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media (max-width: 340px) {
  .w3l-customers-6 .carousel {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.hny-title,
.hny-title.two {
  font-size: 40px;
  line-height: 48px;
  color: #252b33;
  margin-bottom: 24px;
  font-weight: 700;
}
.text{
  /* position: relative; */
  text-align: center;
  /* white-space: nowrap;
  overflow: hidden; */
  /* transform: translateY(-50%); */
}

.animation-text1{
  animation: typewriter1 4s steps(100) 0.2s 1 normal both,
  blinkTextCursor 800ms steps(20) infinite normal;
}
.animation-text2{
  animation: typewriter2 4s steps(100) 0.2s 1 normal both,
  blinkTextCursor 800ms steps(20) infinite normal;
}
.animation-text3{
  animation: typewriter3 4s steps(100) 0.2s 1 normal both,
  blinkTextCursor 800ms steps(20) infinite normal;
}
.animation-text4{
  animation: typewriter4 4s steps(100) 0.2s 1 normal both,
  blinkTextCursor 800ms steps(20) infinite normal;
}
.animation-text5{
  animation: typewriter5 4s steps(100) 0.2s 1 normal both,
  blinkTextCursor 800ms steps(20) infinite normal;
}

.carousel-caption-para{
  font-size: 28px;
}

@keyframes typewriter1{
  from{
      width: 0
  }
  to{
      width: 14em;
  }
}
@keyframes typewriter2{
  from{
      width: 0
  }
  to{
      width: 12em;
  }
}
@keyframes typewriter3{
  from{
      width: 0
  }
  to{
      width: 12em;
  }
}
@keyframes typewriter4{
  from{
      width: 0
  }
  to{
      width: 12em;
  }
}
@keyframes typewriter5{
  from{
      width: 0
  }
  to{
      width: 11.5em;
  }
}


@keyframes blinkTextCursor{
  from{
      border-right-color: rgba(255, 255, 255, 0.75);
  }
  to{
      border-right-color: transparent;
  }
}