/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
/*    font-family: 'PT Serif', serif;*/
    font-family: 'Lato', sans-serif;
}

.text
{
    text-align: justify;
}
.flogo
{
    font-size: 50px;
    color: #032ca5;/* 125de0*/
}
.link-btn
{
    background-color: black;
    padding: 0 0 ;
    
}

.abtn
{
    width: 45%;
}
.inner
{
    margin: 0 auto;
}
.btn:focus
{
    outline: none !important;
    box-shadow: none;
}
.discreption
{
    padding: 0 10%;
    text-align: justify;
}
.title
{
    font-weight: bold;
}
.title::before
{
    content: '';
    background: #b50741;
    height: 5px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after
{
    content: '';
    background: #b50741;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}
.scolor
{
/*    background-color: #eaedf3 ; #ebe7ef bline:#00238b*/
    background-image: linear-gradient(to  left, #addde3,#9da4ef);
    padding: 10px 5px;
}
.innerdiv
{
    padding: 10px 10px;
}
.footer
{
    background-color: #ffccff;
}