
html, body{ background-color:#fef9f1; }

/*=================BODY css=================*/

.bg_img_coming{
	background-image: url(../images/bg_comingsoon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top:50px; padding-bottom:500px; background-size: cover;
}

.logo{ margin-bottom:150px; margin-top:20px;}

.coming{
    font-size: 60px;
    color: #074bb0;
    font-family: "Nunito", sans-serif;
    font-weight: 800; margin-bottom:15px;
}

.coming_text{
    font-size: 24px;
    color: #545454;
    font-family: "Nunito", sans-serif;
    font-weight: 800; line-height:150%; margin-bottom:20px;
}

.coming_box{ background-color:#FFFFFF;}

.right_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; margin-top:50px;
}
.bot{
	background-image: url(../images/bot_bg.png);
	background-repeat: no-repeat;
	background-position: center top; padding-top:80px; padding-bottom:100px; text-align:center;
	    font-size: 18px;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-weight: 400; line-height:150%;
}