@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;
    background-repeat: no-repeat;
    flex: 1 0 auto;
    position: relative;
    background: url(../img/background-banner.png);
    background-size: cover;
}
.pattern-bg h1 {
    font-size: 94px;
    line-height: 1em;
    font-family: 'Daikon-Regular' !important;
    color: #000;
    text-shadow: 0px 1px 1px rgb(250 237 237 / 60%);
}
.pattern-bg h3 {
    font-size: 40px;
    line-height: 1em;
    font-family: 'Daikon-Regular' !important;
    color: #000
}
.pattern-bg .subhead {
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
     color: #000
}
.border-div
{
    border-top: 3px solid #49a010;
     display: inline-block;
     margin-top: 19px;
     padding-top: 20px;
}
/*----- 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: 24px;
        }
}
/*----- responsive css end----*/