@import "https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap";

body {
    padding: 0;
    margin: 0;
    font-family: barlow, sans-serif
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
a:focus {
    text-decoration: none
}

p:last-child {
    margin-bottom: 0
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

img {
    max-width: 100%
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fa5b0f;
    top: 0;
    left: 0
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/img48.jpg);
    /* background-color: #000; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .4
}

.coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-content .logo {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

.coming-soon-content .logo a {
    display: inline-block
}

.coming-soon-content h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700
}

.coming-soon-content p {
    color: #f3f3f3;
    line-height: 1.8;
    font-size: 20px;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-content #timer {
    margin-top: 60px
}

.coming-soon-content #timer div {
    display: inline-block;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgba(27, 27, 27, .75);
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, .75);
    background-color: #fa5b0f;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    padding-top: 13px;
    font-size: 50px;
    font-weight: 700
}

.coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -6px;
    font-size: 17px;
    font-weight: 500
}

.coming-soon-content #timer div::before {
    content: '';
    position: absolute;
    right: -9px;
    top: 25px;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00045f
}

.coming-soon-content #timer div::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: 25px;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00045f
}

.coming-soon-content #timer div:last-child::before,
.coming-soon-content #timer div:last-child::after {
    display: none
}

.coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
}

.coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, .3);
    padding-left: 15px;
    color: #fff;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #fff
}

.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #fff
}

.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #fff
}

.coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #fff
}

.coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: #00045f;
    outline: 0;
    color: #fff;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 15px
}

.coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #fa5b0f
}

.coming-soon-content .newsletter-form #validator-newsletter {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto
}

.tlfn{
    color: #fff;
}