
header{
    background-color: rgba(4, 99, 195, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding:0em 8em;
}

.logo a{
    color: white;
    
    text-decoration: none;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
}
.logo span{
    color: black;
    font-size: 15px;
}
.navbar a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.67);
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar a:hover{
    color: white;
}
.navbar{
    gap: 2em;
    display: flex;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.67);
    width: 4.1em;
    font-size: 1.3em;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}
.dropdown:hover .dropdown-content {
     display: block;
}
.navbar a i{
    color: white;
}


.contactus{
    background-image: url('img/bg-hero.png');
    height: 47vh;
    background-size: cover;
    background-position: center;
    background-color: rgb(4, 99, 195);
    padding-left: 8em;
    padding-right: 8em;
}

.ch1{
    font-size: 2.5em;
    line-height: 1em;
}
.ch2 img{
    height: 17.75em;
    width: 25em;
}
.contactus{
    display: block;
}
.contact_h{
    color: white;
    display: flex;
    justify-content: space-between;
    padding-top: 5em;
}
.contact_h a{
    color: white;
    text-decoration: none;
}






.service_body{
    padding: 0em 8em;
    padding-right: 8em;
    margin-top: 0px;
}



.Services{
    display:grid;
    grid-template-columns: 1.8fr repeat(2,1fr);
}
.services-child-1{
    margin:400px 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 35em;

}
.main{
    border:1px solid rgb(194, 185, 185);
    border-radius: 50px;
    width:7rem;
    background-color: white;
    color:blue;
    padding:3px;
    text-align: center;
    box-shadow:5px 7px 10px;  
}
.main:hover{
    color:aqua;
    background-color:blueviolet;
}
.services-child-1 h1{
    font-style:italic;
    font-weight:bold;
    font-size:3rem;
}
.services-child-1 p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 2em;
    color: black;
}
.btn{
    background-color:blue;
    border:none;
    font-size: 1em;
    padding: 1em 3em;
    border-radius: 2em;
    color: white;
}
.btn:hover{
    background-color:white;
    color:blue;
    border: blue solid;
}
.services-child-2{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    
    gap:10px ;
    margin:auto;
    max-width:700px;
    padding:50px;
    
}
.box{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius:15px;
    padding:30px;
    width: 16em;
    text-align: center;
    background-color:rgba(237, 232, 232, 0.74);
    position:relative;
    left:0;
    border: 0.1px solid white;
    transition:transform 0.3s ease-in-out,width 0.3s ease-in-out;

}

.box:hover i{
    background-color: white;
    font-display:white;
    
}

.box:hover{
    color:white;
    background-color: rgba(0, 0, 255, 0.779);
    font-display:white;
    transform: translate(2px);
    /* width:300px; */
    
}

.box i{
    display:flex;
    justify-content: center;
    align-items: center;
    border:none;
    border-radius:50%;
    padding:20px;
    width:40px;
    height:40px;
    font-size:2rem;
    color:rgb(49, 49, 239);
    background-color:rgb(220, 220, 250);
}
.box p{
    color: black;
    font-family: Arial, Helvetica, sans-serif;

}
.box h3{
    background:none;
    border:none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.box p{
    background:none;
    font-size:18px;
    font-style:oblique ;
}

.btn-1{
    /* background-color:white; */
    border:none;
    padding:5px;
    font-size:1rem;
    border-radius:50px;
    height:30px;
    width:100px;
    color:blue;
}








.newsLetter{
    background-image: url('img/bg-hero.png');
    background-position: center;
    background-size: cover;
    background-color: rgb(4, 99, 195);
    display: grid;
    height: 50vh;
    grid-template-columns: 2fr 3fr;
}
.news1{
    align-content: center;
    
}
.news1 img{
    width: 35em;
}
.news2{
    padding-top: 5em;
}
.news2 h3{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
}

.news2 button{
    border: 1px white solid;
    color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: rgba(0, 85, 170, 0);
    padding: 0.7em 1.5em;
    border-radius: 15em;
}

.email {
  position: relative;
  width: 50em;
}


.email input {
  width: 100%;
  padding: 15px 4px 15px 20px;
  border: none;
  border-radius: 28px;
  background-color: white;
  font-size: 20px;
  outline: none;
}
.email i {
  position: absolute;
  right: 1px;
  top: 30%;
  color: rgb(4, 99, 195);
  font-size: 25px;
}
.footer{
    background-image: url('img/footer.png');
    background-size: cover;
    background-color: rgba(3, 4, 64, 0.889);
    color: white;
    height: 60vh;
}
.footer_top{
    display: flex;
    justify-content: space-evenly;
    font-size: 1.3em;
    padding-top: 2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer_top .f1{
    width: 200px;
}
.f1 p{
    width: 14em;
}
.footer_mid{
    background-color: rgb(51, 49, 49);
    height: 0.2em;
    margin: 2em 8em;

}
.footer_btm{
    display: flex;
    justify-content: space-between;
    font-size: 1.7em;
    text-align: center;
    padding-top: 2em;
    padding:1em  5em;
}
.footer ul , p{
    color: rgb(180, 178, 178);
}
.footer_btm a{
    color: white;
    text-decoration: none;
}
.footer_btm a:hover{
    color: blue;
}






