
body{
  background: #FFF;
}




.jumbotron-admin { 
  padding-top: 8%;
  padding-bottom: 0px;
  height: 100vh;
  margin-bottom: 0rem;
  background-color: #F0F0F0;
}



.card_ {
  border: 1px solid #FFF;
  border-radius: 0px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 30px;
  background: #FFF;
  /*box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
}

.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-1 .card-heading {
  background: url(../images/bg-head-02.jpg) center center no-repeat;
  padding: 0px;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 15px;
  padding-bottom: 35px;
}

/* 20. preloader */
.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #FDC914;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(253, 201, 20, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #000;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-circle2 {
  border-top-color: #FDC914; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-img img {
  max-width: 55px; }

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }








h1,
.h1 {
  font-size: 3.5em;
  line-height: 1.15;
  margin-bottom: 0px;
}


/*.mouse-wrap {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}*/
/*
.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
*/




/*.jumbotron {
  background: #FFF;
   padding-top: 100px;
   padding-bottom: 200px;
   color: #000;
   border-radius: 0px;
   margin-bottom: 0px;
   margin-top: 00px;
}
*/


.jumbotron {
  padding-top: 200px;  
  margin-bottom: 0rem;
  background: #18263B;
  border-radius: 0rem;
  /*background: #333;  */
  background: url(../images/main-bg-n.png);
  height: 60vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-apartments {
  padding-top: 200px;  
  margin-bottom: 0rem;
  background: #18263B;
  border-radius: 0rem;
  /*background: #333;  */
  background: url(../images/bg-apartments.jpg);
  height: 60vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


.jumbotron-grey{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #f1f1f1;
  border-radius: 0rem;  
}

 .jumbotron-terms{
   background: radial-gradient(#444, #000);
   padding-top: 180px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
 }



  .jumbotron-terms h1 {
    font-family: 'montserrat', sans-serif; font-size: 40px; color: #FFF;
    font-weight: 600;
  }

 .jumbotron-terms h2 {
    font-family: 'barlow', sans-serif; font-size: 14px; color: #FFF;
    
  }




/* back faded */

.back-title {
  position: relative;
  text-align: center; }
  .back-title .archivment-front {
    position: relative;
    z-index: 9; }
  .back-title .archivment-front h2 {
    color: #ddd;
    /*font-size: 140px;*/
    font-size:8vw;
    font-weight: 300;
    font-family: 'barlow', sans-serif; }

    /*@media (max-width: 767px) {
      .back-title .archivment-front h2 {
        font-size: 37px; } }*/

        @media screen and (min-width: 601px) {
      .back-title .archivment-front h2 {
            /*font-size: 37px;*/
            font-size:8vw;
             } 
    }


  .back-title h2.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    /*font-size: 130px; */
    font-size:8vw;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ddd;  

}

.jumbotron-blog{
  padding-top: 180px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #0B1A21;
  border-radius: 0rem;  
}


.jumbotron-contact { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 200px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/contact-bg-new.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}


.jumbotron-black {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  /*background-color: #171717;*/
  background-color: #000;
  border-radius: 0rem; 
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-clean {
  background: #FFF;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #000;
   border-radius: 0px;
   margin-bottom: 0px;
   margin-top: 00px;
}



.jumbotron-travel { 
  margin-top: 0px;
  padding-top: 300px;  
  padding-bottom: 200px;
  margin-bottom: 0rem;
  height: 80vh;
  background-color: #333;
  border-radius: 0px;  
  background: url(../img/travel-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}



.jumbotron-apartment { 
  margin-top: 0px;
  padding-top: 300px;  
  padding-bottom: 200px;
  margin-bottom: 0rem;
  height: 80vh;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/hotel_apartment_bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}



.jumbotron-testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 900px;
  margin-bottom: 60px;
  color: inherit;
  background-color: #333;
  background: url(../images/testimonial-bg.jpg) no-repeat; 
   background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}


.jumbotron-login {
  margin-top: 0px;
  height: 100vh;
  padding-top: 100px;  
  /*padding-bottom: 200px;*/
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/admin-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



.jumbotron-offers {
   padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #F0EFF4;
}

.jumbotron-offers h1 {
  
}

.jumbotron-offers p {
  
}



.jumbotron-zanzibar { 
  margin-top: 0px;
  padding-top: 30px;  
  padding-bottom: 20px;
  margin-bottom: 0rem;
  /*height: 450px;*/
  background-color: #333;
  border-radius: 0px;  
  background: url(../img/zanzibar-bg.jpg);  
  /*background-size: cover;*/
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}




.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}


.thumbnail:hover {

   /*border-right: 2px solid #FFA800;*/
}




.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}




/* BLUE SECTION  STYLES */
.jumbotron-blue {
  /*background: #333;*/
   padding-top: 100px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
   margin-top: -30px;
   /*height: 60vh;*/
   background: url(../images/bg-bedroom-new.png) center center;      
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   background-size: cover;
}

.jumbotron-blue p {
  font-family: 'barlow', sans-serif;
      font-size: 20px;
      color: #FFF;
}

/* BLUE SECTION  STYLES */


.card-travel {
    padding: 60px; 
    margin-top: -30px;  
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #83D1EF;   
    /*padding-bottom: 60px; */     
    border-radius: 0px;
    text-align: center;    
    box-shadow: 10px 5px 38px rgba(0,0,0,.41);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.jumbotron-admin { 
  padding-top: 8%;
  padding-bottom: 0px;
  height: 100vh;
  margin-bottom: 0rem;
  background-color: #F0F0F0;
}




.jumbotron-admin a {
  color: #000;
  font-size: 13px;
}

.jumbotron-admin a:hover {
  color: #FFA800;
  font-size: 13px;
  text-decoration: none;
}


.jumbotron-rentals {
  padding-top: 280px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  height: 100vh;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("../images/rentals_bg.png") no-repeat;
}


.jumbotron-rentals-show {
  padding-top: 80px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  height: 70vh;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("../images/rental-display.jpg") ;
}



.jumbotron-thoughts {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}



 


.jumbotron-thoughts  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-thoughts h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-thoughts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-thoughts h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}



  .jumbotron-thoughts a {
  color: #f1f1f1;
  text-decoration: none;
}


.jumbotron-thoughts a:hover {
  color: #FFF;
   text-decoration: none;
}

/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,.125);
    border-radius: .25rem;
}
*/
.card {
    position: relative;
    padding: 90px 40px 30px 40px;
    /*background: #293250;*/
    background-image: linear-gradient(#293250, #181D33);
    margin-top: -60px;
    /*background-color: #fff;*/
    background-clip: border-box;
    /*border: 1px solid rgba(255,255,255,.125);*/
    border-radius: 20px;
    border: none;
}



.card-hotel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,.125);
    border-radius: 0rem;
}




.cardmin {
    padding: 0px;   
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #FFF;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 0 10px 12px rgba(81,107,117,.071);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  
}


.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-1 .card-heading {
  background: url(../images/bg-head-02.jpg) center center/cover no-repeat;
  padding: 0px;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 15px;
  padding-bottom: 35px;
}



.card-facilities {
    padding: 60px; 
    margin-top: 600px;  
    margin-bottom: -40px;
    line-height: 1.42857143;
    background-color: #FFBF00;   
    border-radius: 15px;
    text-align: center;    
    box-shadow: 10px 5px 38px rgba(0,0,0,.41);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


#quotes {
  margin: 0 auto;
  width: 138px;
  height: 100px;
  /*border: 1px solid red;*/
  background: url(../images/quotes.png) no-repeat;
}




/* HOVER EFFECTS  */




.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(40deg, #100040 0%, #100040 100%);
  background: -linear-gradient(40deg, #000 0%, #000 100%);
  /*background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);*/
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  /*font-size: 14px;*/
  background-color: transparent;
  padding: 20px 0 10px 0;
  text-align: center;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.overlay h2 {
  color: #fff;
  margin-top: 35px;
}


.overlay p {
  color: #fff;
  margin-top: 125px;
  text-align: center;
}


/*  /hover effects */

.countdown {
  text-align: center;
}
.countdown div {
  margin: 20px;
  display: inline-block;
  padding: 25px;
  min-width: 120px;
  background-color: rgba(234, 166, 29, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.countdown div span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'barlow' sans-serif;
}

.bg-img {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.bg-img .overlay_dark {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.jumbotron-dark {
   /*background: url(../images/opacity-bg.png);*/
   padding-top: 0px;
   padding-bottom: 0px;
   color: #FFF;
   border:1px solid orange;
   border-radius: 0px;
   z-index: -10;
   /*margin-top: -150px;*/
}




#grey_opacity{
  margin: 0 auto;
  /*margin-top: 40%;*/
  margin-top: 580px ;
  width: 100%;
  height: 100%;
  /*height: 300px;*/
 /* margin-bottom: 50px;*/
  background: rgba(0, 21, 43, 0.27);
  border-top: 1px solid rgba(255,255,255,.15);
}


.typed-words {
  color: #fff; }




/* buttons */





.primary-btn {
  display: inline-block;
  /*font-size: 12px;
  font-family: "Tahoma", sans-serif;
  font-weight: 700;*/
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  position: relative;
  border-radius: 3px;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}


.btn-theme {
  margin-top: -20px;
}





#bg_image {
    margin: 0 auto;
    margin-top: -85px;
    width: 105px;
    /*border: 1px solid red;*/
    height: 131px;
    /*border: 1px solid red;*/
    text-align: center;    
    /*background: url(../images/light-circle.png) no-repeat;*/
    position: absolute;
    z-index: -0;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: 'barlow', sans-serif;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #009970;
  text-decoration: none;
}

.team .member .social a + a {
  margin-left: 8px;
}






/* Footer Area css
============================================================================================ */
.footer_area {
  background: #222222; }

.f_title {
  margin-bottom: 35px; }
  .f_title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase; }

.ab_widget p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 30px; }
  .ab_widget p a {
    color: #faba00; }
  .ab_widget p + p {
    margin-bottom: 0px; }

.news_widget {
  padding-left: 15px; }
  .news_widget p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 15px; }
  .news_widget .input-group input {
    height: 40px;
    background: #fff;
    border-radius: 0px;
    width: 80%;
    border: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #cccccc;
    outline: none;
    box-shadow: none; }
    .news_widget .input-group input.placeholder {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #cccccc; }
    .news_widget .input-group input:-moz-placeholder {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #cccccc; }
    .news_widget .input-group input::-moz-placeholder {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #cccccc; }
    .news_widget .input-group input::-webkit-input-placeholder {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #cccccc; }

  .news_widget .input-group .sub-btn {
    border-radius: 0px;
    background: #BF1E2E;
    outline: none !important;
    box-shadow: none !important;
    padding: 13px;
    margin-top: -1px;
    width: 42px;
    cursor: pointer;
    color: #fff; }

.social_widget p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 10px; }
.social_widget .list li {
  margin-right: 17px;
  display: inline-block; }
  .social_widget .list li a {
    color: #cccccc;
    font-size: 14px;
    transition: all 300ms linear 0s; }
  .social_widget .list li:last-child {
    margin-right: 0px; }
  .social_widget .list li:hover a {
    color: #faba00; }

.copy_right_text {
  text-align: center;
  margin-top: 60px; }
  .copy_right_text p a {
    color: #faba00; }



.p_120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pad_top {
  padding-top: 120px; }

.pad_btm {
  padding-bottom: 120px; }

.mt-25 {
  margin-top: 25px; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }


/* fixed footer */

.jumbotron-footer {
    padding-top: 60px;
    padding-bottom: 20px;
    /*position: fixed !important;*/
    border-radius: 0rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
   /* z-index: -3;*/    
    background: #111; 
    background-size: cover; 
}

@media (max-width: 991.98px) {
  .jumbotron-footer {
    height: auto !important;
    /*position: relative !important;*/
  }
}




/*.jumbotron-footer { 
  margin-top: 0px;
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-bottom: 0rem;
  background-color: #021826;
  border-radius: 0rem; 
  
  
}

.jumbotron-footer h1 {
  
}
*/



.jumbotron-footer a { 
 
  font-family:  'Afacad Flux', sans-serif; font-size: 15px; color: #FFF;
  text-decoration: none;
  font-weight: 300;
  /*text-align: left;*/
  /*padding-left: 80px;*/
  /*text-transform: uppercase;*/

}

.jumbotron-footer a:hover {  
  font-family:  'Afacad Flux', sans-serif; font-size: 15px; color: #FFF;
  text-decoration: none;
}


.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}


.jumbotron-footer .designer a {
  /*color: #B9B9C8;*/
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer .designer a:hover {
  /*color: #888;*/
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}




.jumbotron-footer hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}




#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 400px;
}

@media screen and (max-width: 992px) {
  #fh5co-wrap {
     margin-bottom: auto;
  }
}





.home-newsletter {
/*padding: 80px 0;
background: #f84e77;*/
}

.home-newsletter .single {
max-width: 600px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }


.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
/*background: #2F2F2F;*/
background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
border-radius: 0px 0 0 0px;
padding: 25px;
 }




.home-newsletter .single .form-control:focus {
box-shadow: none;
color: #222;
border-color: #000; }


.home-newsletter .single .btn {
min-height: 50px;
border-radius: 0 0px 0px 0;
background: #FBCD1D;
color: #222;
padding: 0 20px;
margin-top: 0;
}




















  .jumbotron-enquiry { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #531500;
  border-radius: 0px;  
  /*background: url("../images/contact-bg.jpg") center center;  */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}




 .jumbotron-home-intro {
  padding-top: 120px;
  padding-bottom: 150px;
  margin-top: 0px;
  background: #000;
  background: url("../images/interior-bg.jpg") center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 
}

 /*.jumbotron-home-intro h1 {
  font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 30px; color: #FFF;
 }
*/

/*
  .jumbotron-contact { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url("../images/contact-bg.jpg") center center;  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}*/





/*.jumbotron-contact {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}*/


/*.jumbotron-contact  hr {  
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-contact h1 {
  font-family: 'barlow', sans-serif;
  font-size: 40px;
  color: #FFF;
  line-height: 20px;
}


.jumbotron-contact p {
  font-family: 'barlow', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-contact h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}
*/

.jumbotron-contact-2 {
  padding-top: 220px;
  padding-bottom: 100px;
  margin-bottom: 0rem;
  background-color: #222;
  margin-top: -0px;
  border-radius: 0rem;
  /*background: #000;  */
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
}

.jumbotron-contact-3 {
  padding-top: 220px;
  padding-bottom: 100px;
  margin-bottom: 0rem;
  background-color: #222;
  margin-top: -0px;
  border-radius: 0rem;
  /*background: #000;  */
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
}



.jumbotron-black-3 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
}


.jumbotron-black-3 h2 {
  font-family: 'barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FFF;
   padding-left: 15px;
}


.jumbotron-black-3 p {
  font-family: 'barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FBCD1D;
  /*line-height:1px;*/
  padding-left: 15px;
}


.jumbotron-black-3  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}



.card-testimonials {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  /*background-clip: border-box;*/
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: 0.25rem;*/
}


.card-testimonials-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background-color: #414141;
  border-radius: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: transparent;*/
  /*background-clip: border-box;*/
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: 0.25rem;*/
}


.jumbotron-gallery{
  padding-top: 220px;
  padding-bottom: 120px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;  
  background-size: cover;
  /*background: url("../img/contact-bg.jpg") center center;*/
  /*background: url("../images/contact-bg.jpg") center center;*/
  background: url(../images/gallery-bg.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}








.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}


.thumbnail:hover {

   /*border-right: 2px solid #FFA800;*/
}




.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}






/*


.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}
*/



/*

.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}

*/








.footer-social {
  text-align: left;
}

.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover {
  color: #FFF2D9;
   font-size: 22px;
}

.footer-social a:hover i {
  color: #FFF2D9;
  font-size: 22px;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/*.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden !important;
}*/

/* contact form */

/*input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 10px;   
  vertical-align: middle;
  background: rgba(255,255,255,.3);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
     border: 1px solid #1b1818;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: 0;
  background: transparent;

     border:1px solid #FFBF00;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.form-control:focus {
  border: 1px solid #1b1818;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #2c2c2c;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #1b1818;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


*/




/* contact form */

/* contact form */

input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 20px;   
  vertical-align: middle;
  background: rgba(255,255,255,1);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  color: #333;
  border: 1px solid #DBDBDB;
    border-radius: 5px;
    box-shadow: none;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);    */

    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
     border: 1px solid #DBDBDB;
     
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);*/
  border: 1px solid #DBDBDB;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:focus{
 color: #DBDBDB;
 background-color: #fff;
 border-color: #DBDBDB;;
 outline:0;
 box-shadow: none;

}


.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff; 
  border: 1px solid #DBDBDB;
  box-shadow: none;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  border-radius: 5px;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);*/
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}











#slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: SlideAnimation 16s infinite 0s;
  overflow: hidden;
}

.slide:nth-child(2) {animation-delay: 8s;}

/*.slide:nth-child(3) {animation-delay: 16s;}*/

.bg {
  position: absolute;
  transform: translate(-50%, -50%);
  top:50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../images/1.jpg") no-repeat center center;
  background-size: cover;
  animation: BgAnimation 16s infinite 0s;
}

.slide:nth-child(2) .bg {
  position: absolute;
  background: url('../images/2.jpg');
  animation: BgAnimation2 16s infinite 0s;
}

/*.slide:nth-child(3) .bg {
  background: url('../images/5.jpg');
  animation: BgAnimation3 32s infinite 0s;
}
*/
.bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url('../images/pattern.png') no-repeat center center;*/
}

.contentWrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  animation: TitleAnimation 16s infinite 0s;
}


.contentWrapper a {
 z-index: 9999;
}
.slide:nth-child(2) .contentWrapper { 
  animation-delay: 8s;
} 

/*.slide:nth-child(3) .contentWrapper { 
  animation-delay: 16s;
}*/ 
.slide h1 {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, .1);
  font-size: 50px;
 /* text-transform: uppercase;
  font-family: Montserrat;*/
}

.slide p{
  font-size: 1.1em;
  position: relative;
  color: #000;
  font-family: Montserrat;
}
.slide p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, .4);*/
  z-index: 1;
}

.slide p span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
}

@keyframes SlideAnimation  {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70%  {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes BgAnimation {
  
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    transform: translate(-45%, -55%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes BgAnimation2 {
  
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    transform: translate(-55%, -45%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/*@keyframes BgAnimation3 {
  
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    transform: translate(-55%, -45%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
*/
@keyframes TitleAnimation {
  0% {
  top:50%;
  left: 45%;
  opacity: 0;
  }

  8% {
  top:50%;
  left: 45%;
  opacity: 0;
  }

  20% {
  top:50%;
  left: 50%;
  opacity: 1;
  }

  45% {
  top:50%;
  left: 50%;
  opacity: 1;
  }

  50% {
  top:55%;
  left: 50%;
  opacity: 0;
  }

  100% {
  top:55%;
  left: 50%;
  opacity: 0;
  }
}



.mouse-wrap {
  position: relative;
  display: inline-block;
  left: 50%;
  margin-top: 8% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}

.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);


/* Newsletter */

  form {
    background: #FFF;
    display: flex;
    width: fit-content;
  }

  form input {
    border: 0;
    outline: none;
    padding: 5px 10px;
    height: 40px;
    background: #eee;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
    width: ;
    font-size: 14px;
  }

  form button {
    background: #61b752;
    border: none;
    outline: none;
    height: 40px;
    width: 80px;
    cursor: pointer;
  }

  .home-newsletter span {
    color: #61b752;
    margin-top: 10px;
    display: block;
  }

    .fa-send {
      color: #FFF
    }