*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
body{
    background: #FFA500;
}
#header{
    width: 100%;
    background: #FFA500;
}
.header-main{
    display: flex;
    align-items: center;
}
.header-left{
    width: 45%;
}
.header-left img{
    width: 90%;
}
.header-right{
    width:55%;
   margin: 0 auto;
}
.header-title img{
    width: 100%;
}
.footer-main{
    width: 100%;  
}
.footer-left{
    width: 100%;
    display: flex;
    align-items: center;   
    justify-content: center;
    margin-bottom: 20px ;
}
.footer-mail{
    width: 100%;
    display: flex;
    align-items: center;   
    justify-content: center;
}
.footer-in{
    border: none;
    padding: 5px 8px;
   
}
.footer-in:focus{
    outline: none;
}

.footer-main p{
    text-align: center;
    color: #FF1E1E;
    font-weight: 600;
    margin: 10px 0;
}
.sub-btn{
  
    padding: 5px 8px;
    background: #28598e;
    color: #ffffff;
    border: none;
   
}

#mc_embed_signup{
    background: transparent;
}
.sub-main{
    display: flex;
    align-items: center;
}
.sub-right{
    width: 70%;
}
.sub-left{
    margin-bottom: -30px;
    width: 30%;
}
.sub-left input{
    background: #3D4F62!important;
    height: 40px!important;
}
.main-container{
    width: 85%;
    margin: 0 auto;
}
.secribe{
    width: 60%;
    margin: 0 auto;
}