/*body {
    background: white;
    color: #575B6E;
    cursor: auto;
    font-family: "Gotham Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
	margin: 0 auto;
    min-height: 100%;
    height: auto;
    padding: 0;
    position: relative;
}
.contain{
    margin: 0px 7px;
}*/



body {
    font-size: 14px;
    line-height: 1.5;
    color: #555;    
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
}
.contain{
    margin: 0px 45px;
}
.contains{
    margin: 0px 51px;
}
.main-header{
	background-color:#f5f5f5;
}
hr{
    background-color:#f0f0f0;
}
h4{
    color: #00559F;
    font-weight:bolder !important;
}
.select-cls select{
border:none;
outline:none;
border-radius:0px 0px 0px 0px !important;
border: 1px solid #555 !important;

}
.btn-cls{
    color:#00559F;
    border:2px solid #00559F !important;    
    background-color:#fff;
    text-decoration: none;
}
.btn-cls:hover{
        background-color:#00559F;
        color:#EEE;

}
.section2 ul li{
    list-style-type:none;
    margin-right:15px;
}

.row-space-col{
    margin-left:auto;
}
nav ul li a{
    margin-right:19px;
    padding-top:20px;
        font-weight: 400;
    letter-spacing: 1px;
        text-decoration: none;
    color: #555 !important; 
    text-transform: uppercase;
}
nav ul li a:hover
{
    color: #005dab;
}
.row-space{
    margin-bottom: 5px;
    margin-top:5px;
}
.bg-img{
   background: url(../images/bg.jpg) top center no-repeat; 
   min-height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.bg-img h1{
        font-weight: 500;
    letter-spacing: 3px;
    font-size: 60px;
    color: #00559F;
}
.footer{
    background-color:#00559f;
}
.footer-col1 ul li{
           background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.1em;
    list-style-type: none;




}
.footer-col1 ul li a, .footer-col3 p{
        font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
        color: #EEE;
        text-decoration: none;
        line-height: 31px;
}
.footer-col1 ul li a:hover
{
        color: #999;
}
.footer-col3{
        display: flex;
    justify-content: center;
    align-items: center;

}
.copyright-section{
    background-color:#00447f;
        padding-top:40px;
    padding-bottom:40px;
}
.copyright-section p
{
    color: rgba(255,255,255,0.25);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    text-align: center;

}
.navbar-toggler{
border:none !important;
}


@media only screen and (min-width:280px)  and (max-width:1024px){
    .footer-col3{
        display:block;
    }
    .navbar-nav{

        background: #fff !important;
        position: absolute;
        z-index:1000;
        right:0px;
        left: -338%;

    }
    .contains{
        margin:0 30px;
    }
    nav ul{
        padding-top:20px;
        padding-bottom:20px;
    }
    nav ul li a{
        color:#444444 !important;
        margin-right:0px;
    line-height: 46px;
    margin-left: 23px;

    }
     .bg-img h1{
        font-size:40px;
        text-align: center;
    }
.navbar-nav > li {

    border-bottom: 1px solid #eeeeee;
}

.navbar-toggler-icon {

    background-size: 63% !important;
}

}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end; 
    }
}
.sticy-top{
    box-shadow: none;
    border-bottom: 1px solid #F5F5F5 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.margin-top{
    margin-top: 35px;
}