p,a,span,li,label{
	font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration:none;
}

.meun{
    color: rgb(0, 80, 130);
    margin-right: 20px;
    
}

.snav{
    border: 1px solid rgb(0, 85, 130) !important;
    margin: 10px;
    color: rgba(0, 85, 130,1) !important;
    width: 95px;
    height: 30px;
    font-size: 14px;
    padding: 4px;
}
/* .navbar-light .navbar-nav .nav-link {
    color: rgba(20, 40, 60,0.95);

} */

/* .sec{
    color: rgba(20, 40, 60,0.95) !important;
} */

.content{
    position:relative;
}

.intext{
    position:absolute;
	bottom:110px;
	left:50px;
    /* opacity: 0.5; */
    width: 475px;
    height: 150px;
    background-color: rgba(250, 250, 250,.7);
}
.etxt{
    position:absolute;
	bottom:110px;
	left:45px;
}
.etxt{
    font-size: 30px;
    color: rgb(0, 80, 130);
    padding-left: 20px;
    font-weight: 500;
}
.dtxt{
    position:absolute;
	bottom:50px;
	left:50px;
    width: 475px;
    height: 42px;
    background-color: rgb(0, 80, 130);
}
.le{
    width: 150px;
    height: 28px;
    background-color: beige;
    text-align: center;
    color: rgb(0, 80, 130);
    padding-top: 2px;
}
.re{
    margin-left: 20px;
    text-align: center;
}
.dtxt a{
    width: 100%;

}
.silde{
    border-top: 2px solid rgb(0, 80, 130);
    border-bottom: 1px solid rgb(236, 235, 235);
    margin: 1rem !important;
    color: rgb(0, 80, 130);
    position: fixed;
    width: 20%;
}
.ssilde{
    color: rgb(0, 85, 130);
    position: fixed;
    width: 20%;
    
    padding: 0.5rem !important;
    margin-left: 1rem;
    margin-top: 1rem;

   /* padding-top: 20px; */
}

.title{
    width: 100%;
    height: 60px;
    background-color: rgb(0, 80, 130);
    color: #fcfcfc;
    /* font-weight: 500; */
    font: 1.2em sans-serif;
   
}

.under-line{
    text-decoration: underline;
}

.txt{
    padding-left: 2em;
    /* text-indent: 2em; */
    /* margin-bottom: 0; */
}

.txt1{
    padding-left: 1rem;
}

.pp{
    margin-bottom: 0;
}
.sj{
    display: flex;
}



@media only screen and (max-width: 768px) {
    .intext{
        position:absolute;
	    bottom:50px;
	    left:50px;
        width: 250px;
        height: 70px;
    }
    .etxt{
        font-size: 15px;
        position:absolute;
        bottom:50px;
        left:45px;
    }
    .snav{
        width: 55px;
        height: 17px;
        font-size: 10px;
        padding-top: 0px;
    }
    .dtxt{
        position:absolute;
	    bottom:20px;
	    left:50px;
        width: 250px;
        height: 25px;
    }
    .le{
        width: 70px;
        height: 15px;
        font-size: 10px;
        padding-top: 0;
    }
    .cli{
        padding: 0px;
        margin: -7px;
        margin-right: 1px;
        margin-left: -1px;
    }
    .re img{
        width: 20px;
    }
    .snav{
        border: 1px solid rgb(0, 85, 130) !important;
        margin: 2px;
        color: rgba(0, 85, 130,1) !important;
        width: 55px;
        height: 20px;
        font-size: 10px;
        padding: 2px;
    }
    .snavv{
        margin-top: 8px;
    }
    .silde{
        border-bottom: none;
        margin: 20px;
    }
    .ssilde{
        margin-top: 3rem;
    }
    /* button{
        width: 30px;
        margin-left: 10px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
       margin-right: 10px; */
}
