#home-loader {
  height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-loader img{
    animation: Loading 1.3s 0s infinite;

}


   @keyframes Loading {
    0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(359deg);
      }
    
   }
#home-content{
    display: none;
}

body{
  overflow-x: hidden;
}
.blob-btn {

    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    text-transform: uppercase;
    color: #bebebe;
    font-size: 1rem;
    font-weight: bold;
    background-color: black;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
  }
  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #aeaeae;
  }
  .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
  }
  .blob-btn:hover {
    color: rgb(255, 255, 255);
  }
  .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
  }
  .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
  }
  .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
  }
  .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #989898;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }
  
  .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
  }
  

  /* Courorsel */
  .carousel_img{
      width: 100%;
      box-shadow: inset 0 0 0 1000px rgb(0, 0, 0);

  animation: zoom_img ease-in-out 6s 0s infinite forwards;       
  }
  @media only screen and (max-width: 1000px) {
    .carousel_img{
      height: 100vh;
      width: 180%;
      background-position: center;

    }
    .blob-btn {
      padding: 14px 30px;
      text-align: center;
    }
}

  @keyframes zoom_img {
    0% {
        opacity: 0.5;
        transform: scale(1, 1);
      }
      20% {
        opacity: 1;
      }
      
      100% {
        transform: scale(1.2, 1.2);
      }
     
  }
  .carousel-item {
	transition: -webkit-transform 0s ease;
	transition: transform 0s ease;
	transition: transform 0s ease, -webkit-transform 0s ease;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}

/* =========Typung Css */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  color: #eee;
}
.ttcontainer {
    position: relative;
    top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttcontainer p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.ttcontainer p span.typed-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: center;
  color: rgb(255, 255, 255);
}
.ttcontainer p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  position: relative;
  bottom: 1.75rem;
  width: 3.5px;
  height: 3.5rem;
  animation: blink 1s infinite;
}
.ttcontainer p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
@media screen and (min-width: 767px) {
    .ttcontainer p {
        font-size: 2.5rem;   
}
.ttcontainer p span.typed-text {
    font-size: 2.5rem;

}
.ttcontainer p span.cursor {
    bottom: 2.5rem;
    width: 3px;
    height: 5rem;
    animation: blink 1s infinite;
  }
}



.card-body p {
    font-size: 10px;
}
.card-body h6 {
    font-size: 14px;
}

.btngrey {
	background: #767676;

}
.whitefont {
	color: #fff;
}

/*
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
} */

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.desk-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media (max-width: 700px) {
  .desk-img {
    display: none !important;
  }
  .mobile-img {
    display: block;
  }
}