html,body
{
 /* font-family: 'Work Sans', sans-serif !important;*/
 font-family: 'Laila', sans-serif;
  padding: 0;
  margin: 0px;
  line-height: 30px;
  letter-spacing: 0.4px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.borderbtn_submit
{
        background: #202e56;
    color: #fff;
    border: none;
    padding: 5px 15px;
}
#captcha {
    height: auto;
    width: 100%;
    font-size: 30px;
    letter-spacing: 30px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
}
.banner
{
    background-image: url(../images/banner.jpg);
    background-size: cover;
    height: 350px;
    border-bottom: 5px double #202e56;
}
.banner h3
{
    position: relative;
    color: #202e56;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    width: 50%;
    top: 170px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-left-style: double;
    border-left-color: #202e56;
    border-right-color: #202e56;
    border-right-style: double;
    border-top-color: #202e56;
    border-top-style: double;
   /* text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5,
    -6px 7px #808d93,
    -7px 6px #cdd2d5,
    -7px 8px #808d93,
    -8px 7px #cdd2d5;*/
}
.h1, h1 {
    font-size: 2.5rem;
    color: #202e56;
    font-weight: 600;
    }
table, th, td {
    border: 1px solid black;
    padding: 20px;
}
p , ul li, blockquote
{
    font-size: 20px;

}
a
{
    color: #000;
}
a:hover
{
    color: #000; 
}
b
{
    font-weight: bold;
}
footer
{
    background-color:#202e56;
    color:#ffffff85;
    padding: 0px 0px 0 0;
}
footer a
{
    color: #fff;
    font-size: 15px;
    padding: 0px 5px;
    display: block;
}
footer a:hover
{
    color: #fff !important;
}
footer p
{
    color: #fff;
    font-size: 12px;
    margin: 0px;
}
.footer_line
{
    background: #202e56;
    text-align: center;
}
.form-control
{
    font-size: 15px;
    margin: 5px 0px;
}



@media only screen and (max-width: 990px) 
{

}
@media screen and (min-width: 200px ) and (max-width: 500px)
{
    .banner
    {
            height: 160px;
    }
    .banner h3
    {
        padding: 20px 0 17px 0;
        width: 72%;
        font-size: 25px;
        top: 93px;
    }
    .h1
    {
        font-size: 20px;
    }
    p
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 501px ) and (max-width: 766px)
{
    .banner
    {
            height: 160px;
    }
    .banner h3
    {
        padding: 20px 0 17px 0;
        width: 72%;
        font-size: 25px;
        top: 93px;
    }
    .h1
    {
        font-size: 20px;
    }
    p
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px ) and (max-width: 900px)
{
    
}
/*@media only screen and (min-width: 500px) {
    .navbar-brand {
    width: 40%;
    }
 
}
@media only screen and (min-width: 600px) {
    .navbar-brand {
    width: 40%;
    }

}
@media only screen and (min-width: 700px) {
    .navbar-brand {
    width: 30%;
    }
   
}
@media only screen and (min-width: 800px) {
    .navbar-brand {
    width: 30%;
    }
   
}
*/


