body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

.btext{
    color: #f9f3f4;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    line-height: 0.4em;
}

.btn{
    color: #fff;
    text-decoration: none;
    border: #ccc 1px solid;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 4em;
    display: inline;
}
.btext img{
    width: 100px;
}

.btn:hover{
    color: #b19295;
    border: #fff 1px solid;
}

#particles-js{
    background: url('../Images/image3.jpg') no-repeat center, rgb(54, 54, 54);
    height: 100vh;
}
.button-holder{
    padding-top:30px;
    text-align: left;
}
.ajax-button{
    position:relative;
    display:inline-block;
    width:100px;
    height:40px;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-20px;
    text-align:center;
}
.submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100px;
    height:40px;
    background-color:white;
    border:2px solid #292b2c;
    border-radius:10px;
    color:#292b2c;
    font-size:17px;
    cursor:pointer !important;
    outline:none;
}

.submit:hover{
    background-color:rgba(250,250,250,0.5);
}
.loading{
    font-size:0;
    width:30px;
    height:30px;
    margin-top:5px;
    border-radius:15px;
    padding:0;
    border:3px solid #292b2c;
    border-bottom:3px solid rgba(255,255,255,0.0);
    border-left:3px solid rgba(255,255,255,0.0);
    background-color:transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.fa{
    color:#292b2c;
    font-size:18px !important;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-9px;
    margin-top:-9px;
    -webkit-transform:scaleX(0) !important;
    transform:scaleX(0) !important;
}

.finish{
    -webkit-transform:scaleX(1) !important;
    transform:scaleX(1) !important;
}
.hide-loading{
    opacity:0;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform:scale(0) !important;
    transform:scale(0) !important;
}

@media(min-width:768px) {
    .btext h1{
        font-size: 50px;
    }
}
/*mobile*/
@media(max-width:767px) {

}