@charset 'utf-8';

*{
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
}

ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color:inherit;
}

img{
    vertical-align: bottom;
}
/* -----------------------
    reset
-------------------------*/
body{
    line-height: 1;
    font-size: 16px;
    color: #555;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* -----------------------
    html,body
-------------------------*/
.bxslider li{
    position: relative;
    max-width: 100%;
    min-height: 100vh;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center; 
    background-attachment: fixed;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn { 
    0% {opacity: 0}
    100% {opacity: 1}
}

.header{
    position: absolute; 
    z-index:100;
    top:10px;
    left:1%;
    /* transform:translateX(-50%); */
    font-size: 0.5rem;
    white-space: nowrap;
    font-family: 'Hind Siliguri',sans-serif;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    font-weight:200;
    letter-spacing: .95px;
    border-radius: 5px;
}

.main{
    position: absolute;
    z-index:100;
    top:50px;
    left:1%;
    /* transform:translateX(-50%); */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3px 7px 3px 7px ;
    line-height: 1.5;
    font-family: 'Hind Siliguri',sans-serif;
    letter-spacing: .95px;
    border-radius: 5px;
    font-size: .875rem;
}
@media screen and (min-width: 768px){
    .header{
        left:2%;
    }
    .main{
        left:2%;
    }
}
/* -----------------------
    main
-------------------------*/


.footer{
    position: absolute;
    z-index:100;
    top:90%;
    left:1%;
    /* transform:translateX(-50%); */
    background-color: rgba(32, 32, 32, 0.836);
    padding: 3px 7px 3px 7px ;
    line-height: 1.5;
    font-family: 'Hind Siliguri',sans-serif;
    letter-spacing: .95px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.675rem;
}

.footer address{
    font-style: normal;
}

@media screen and (min-width: 768px){
    .footer{
        top:90%;
        left:75%;
        /* transform:translateX(-50%); */
        background-color: rgba(32, 32, 32, 0.836);
        padding: 3px 7px 3px 7px ;
        line-height: 1.5;
        font-family: 'Hind Siliguri',sans-serif;
        letter-spacing: .95px;
        border-radius: 5px;
        color: #fff;
        font-size: 0.8rem;
    }

}
/* -----------------------
   footer
-------------------------*/



/* 
.header_container{
    margin-bottom: 20px;
    margin-left: 60px;
} */

/* .header p{
    text-align: center;
} */

/* .content p{
    margin-left: 20px;
    padding: 10px 0 10px 40px;
}

.content a{
    text-decoration: none;
    color: inherit;
} */




/* @media screen and (min-width: 768px){
.header_container{
    margin-left: 0;
}

.header_container p{
    text-align: center;
}
    .header_container>p>img{
    max-width: 100%;
    height: auto;
}

} 

} */