@font-face {
    font-family: 'Daikon-Regular';
    src: url(../fonts/Daikon-Regular.ttf);    
}
body
{
	width: 100%;
	height: 100%;
	font-family: 'Daikon-Regular' !important;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}
html
{
	height: 100%;
	width: 100%;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5% !important;
}
.pattern-bg {
    height: 100vh;
    flex: 1 0 auto;
    position: relative;
    background:url('../shade.png');
    background-color: #003299;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.pattern-bg h1 {
    font-size: 94px;
    line-height: 1em;
    font-family: 'Daikon-Regular' !important;
    color: #17ffff;
}
.pattern-bg h3 {
    font-size: 40px;
    line-height: 1em;
    font-family: 'Daikon-Regular' !important;
    color: #fff
}
.pattern-bg h4 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.coming-soon-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.coming-soon-title::before, .coming-soon-title::after {
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    content: '';
}
.coming-soon-title::after {
    left: auto;
    right: -100px;
}
/*----- responsive css start----*/
@media screen and (max-width:1368px) and (min-width:1024px )
{
    .pattern-bg h1
     {
         font-size: 40px;
        }
        .pattern-bg h3 {
        font-size: 26px;
        }
}
@media screen and (max-width:1200px)
{
    .pattern-bg
     {
        height: auto !important;
        padding: 60px 0px;
    }
}
@media screen and (max-width:1024px)
{   
    .pattern-bg h1
     {
         font-size: 35px;
    }
    .pattern-bg h3 {
        font-size: 22px;
        }
        .pattern-bg h4 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
}
.coming-soon-title::before, .coming-soon-title::after {
    
    left: -70px;
    width: 50px;
}
.coming-soon-title::after {
    left: auto;
    right: -70px;
}
}

/*----- responsive css end----*/