
body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #cacaca;    
  }
  a{
    color: #eef0f3;
    text-decoration: none;
  }
  a:hover{
    color: #b0b0b0;
    text-decoration: none;
  }

  h4{
    padding-top:30px;
  }
  p {font-size: 16px;}
  .margin {margin-bottom: 100px;}
  .bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #cacaca;
  }

  .bg-2 { 
    background-color: #1d1e20e8; /* Dark Blue */
    color: #cacaca;
  }

  .bg-3 { 
    background-color: #292929; /* Dark Blue */
    color: #cacaca;
  }
  .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .homeTitle {
    background: #8a2be238;
    margin-top: 160px;
    color: #d39e00!important;
    text-align: center;
}
/* scrollbar */

/* width */
::-webkit-scrollbar {
    width: 15px;
    background-color: #1d1e20;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgb(0, 0, 0); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8d8d8d; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #cacaca; 
  }

  /* animation */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.btn{
    color: rgba(255,255,255,.5)
}

.btn:hover {
    color: #ffffff;
    border-color: #ffffff;    
}



.inputForm{
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    border: 0px solid;
    border-bottom: 1px solid;
    border-radius: 0;
}

.inputForm:focus {
    background-color: black;
    color: #fcf6eb;
  }


.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    color: #d39e00;
    transition: 2s;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.ParallaxVideo{ 
    height: 500px;
    padding-bottom: 50px;
    padding-top: 50px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -999;
}
.ParallaxVideo h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

textarea {
    resize: none;
 }

 .form-control:focus {
    color: #ffffff;
    background-color: #554a4a00;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-bottom: 3px solid;
}

/* Back to top  */


/* ---------- GO TO TOP ---------- */

.btn_top{
    position: fixed;
    right: 10px;
    display: none;
    bottom: 20px;        
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    padding: 20px;
    margin: 0 0 0 0;

}
