:root {
    --bg: #28336c;
    --text-color:#333;
     --bg-light: #8eb5de;
     --white:#fff;
    
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
body{
	font-family: 'Montserrat', sans-serif;
}
section{
    margin: 40px 0;
}
.nav{
    border-top: 2px solid var( --bg);
}
.nav .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.nav .menu a img{
    width: 100%;
}
.nav .menu h3{
   margin:0;
   font-weight: 600;
   text-align: center;
       width: 30%;
       font-size: 20px;
}
.login .content{
    display: flex;
    justify-content:center;
   align-items:center;
    flex-direction: column; 
}
.login .content img{
    width: 8%;
}
.login .content h4{
    background: var(--bg);
    color: var(--white);
    font-weight: 500;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;

}
.login .content a, .login .content p{
    text-align: center;
}
.service .content{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.service .content img{
    width: 100%;
    border-radius: 8px;
}
.service .content .over-lay{
    background: var(--bg-light);
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    opacity: 0.9;
     border-radius:0px 0px 8px 8px;
}
.service .content .over-lay h3{
    color: var(--bg);
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}
 .login .content a{
    text-decoration: none;
}
.service .div-cent a:hover{

color: var(--bg);
}

.service p{
    text-align: center;
}
.footer {
    background: var(--bg);
    display: grid;
}
.footer .content{
color: var(--white);
font-size: 14px;
padding: 5px 0;
float: right;
}
.footer .content p{
    margin: 5px 0;
}
.footer img{
    width: 80px;
}
@media (max-width: 990px){
    .service .content .over-lay h3{
        font-size: 20px;
    }
}
@media (max-width: 768px){
.nav .menu h3{
    font-size: 15px;
}
.service .content.top{
        margin-top: 15px;
    }
    section{
        margin: 30px 0;
    }
}
@media (max-width: 420px)
    {
.nav .menu h3{
        font-size: 12px;
        width: 100%;
    }
    .login .content img{
        width: 25%;
    }
    .service .content .over-lay h3{
        font-size: 15px;
    }
    
    .service p{
        width: 80%;
        text-align: center;
    }
    .service .div-cent{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
}


.service .content .over-lay h3 {
    font-size: 22px;
}

.service .content {
    width: 100%;
}

    .service .content .over-lay {
        background: #d7d4d4;
    }