

@import url("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&display=swap");
body {
    padding: 0;
    margin: 0;
    font-family: "Barlow", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.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: bottom;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

img {
    max-width: 100%;
}


/*================================================
Coming Soon CSS
=================================================*/

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 80vh;
    overflow: hidden;
    background-image: url('../img/main-bg.jpg');
    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: #0000008c;
    opacity: 1;
}

.coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.coming-soon-content .logo {
    margin-bottom: 20px;
}

.coming-soon-content .logo a {
    display: inline-block;
}

.coming-soon-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #f3f3f3;
    line-height: 25px;
    font-size: 16px;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.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, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff;
}

.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: #ffffff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.coming-soon-content .newsletter-form button:hover {
    color: #ffffff;
    background-color: #FA5B0F;
}

.coming-soon-content .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}



.logos-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 00 auto;
    height: 100%;
}

.logos-inner img {
    object-fit: contain;
    margin: 0px 25px;
    width: 40%;
    text-align: center;
}

.logo-section {
    background: #06042b;
    height: 20vh;
}


ul.call-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

ul.call-section li a {
    color: #fff;
    font-size: 22px;
}

ul.call-section li {
    padding: 0px 19px;
    list-style: none;
}


@media only screen and (min-width: 320px) and (max-width: 991px) {
    .coming-soon-content h1 {
        font-size: 35px;
        line-height: 1.1;
    }
    .coming-soon-content {        
        padding-bottom: 10px;
    }
    ul.call-section {        
        margin: 20px 0px;
        padding: 0;
    }
    ul.call-section li a {
        color: #fff;
        font-size: 16px;
    }
    
    .logos-inner {        
        width: 40%;       
    }
    .logos-inner img {       
        margin: 0px 10px;
        width: 100%;       
    }
    
}