@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1);
    }
    50% {
        opacity: 0;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -50%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-30%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    from {
        transform: translate3d(30%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes fadeIn {
    from {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(40px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.wow {
    visibility: hidden;
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInLeft {
    10% {
        opacity: 0;
        transform: translate3d(-5%, 0, 0);
    }
    20% {
        opacity: 0.1;
    }
    30% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
}
section.coming__soon-page.text-center {

    background-size: cover;
    background-repeat: no-repeat;
}
img{width: auto;}
.top h1 {
    color: #010086;
    font-size: 35px;
    
    margin-bottom: 14px;
    margin-top: 50px;
}
.top p {
   
    font-size: 22px;
   
    margin-bottom: 50px;
}
.middle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; width:300px
}
.bottom {
    padding-bottom: 200px;
}
.bottom p {
   
    font-size: 21px;
    font-family: "Hurme Geometric Sans 2-normal-normal";
    line-height: 40px;
}
.bottom p a {
   color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease;
}
.bottom a:hover {
    opacity: 0.7;
}
@media screen and (min-width: 1920px) {
    body {
       
        height: 100vh;
    }
    section.coming__soon-page.text-center {
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 1024px) {
    body {
        
        height: 100vh;
    }
    section.coming__soon-page.text-center {
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    body {
        height: 100vh;
    }
    .top h1 {
        
        font-size: 24px;
       
        margin-bottom: 14px;
        margin-top: 44px;
    }
    .top p {
       
        font-size: 16px;
       
        margin-bottom: 40px;
    }
    .middle img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .bottom {
        padding-bottom: 40px;
    }
    .bottom p {
        font-size: 16px;
        line-height: 27px;
    }
}
@media screen and (max-width: 991px) {
    section.coming__soon-page.text-center {
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
