body {
height: 90%;
margin: 0;
width: 100%;
overflow-x: hidden;
}
/* border bottom */
.highlight{
border-bottom: 5px solid #031D44;
text-align: center;
}
/* active highlight */
.navbar-nav .nav-link.active {
color: #031D44 !important;
font-weight: 1000;
color: #010b1a;
}
.nav-link {
font-weight: bold;
text-decoration: none;
color: #6f6f6f;
padding: 5px 5px;
margin: 5px 2px;
display: inline-block;
position: relative;
opacity: 0.85;
}

.nav-link:hover {
opacity: 5;
}

.nav-link::before {
transition: 300ms;
height: 5px;
content: "";
position: absolute;
background-color: #031D44;
}

/* line hover */
.nav-link-fade-up::before {
width: 80%;
bottom: 9px;
opacity: 0;
/* border-bottom: #031D44; */
}

.nav-link-fade-up:hover::before {
bottom: 5px;
opacity: 1;
}
.dropdown:hover .dropdown-menu{
display: block;
}
.Submit{
padding-right: 153px;
padding-top: 10px;
text-align: end;
padding-right: 0px;
font-family: Segoe UI;
}
.border1{
border-radius: 30px;
background-color: #2f2b2b;
padding: 4px 15px;
color: #fff;
/* box-shadow: 20px 20px 50px 10px rgb(64, 72, 119) inset; */
}
.border1:hover {background-color: rgb(22, 22, 23)}

.border2{
border-radius: 30px;
padding: 4px 15px;
color: black;
/* box-shadow: 20px 20px 50px 10px rgb(64, 72, 119) inset; */
}
.border2:hover {
background-color: rgb(203, 203, 203);
color: white;
}
.quotesbutton
{
padding-top: 10px;
text-align: center;
font-family: Segoe UI;
}
.motor {
border-radius: 30px;
background-color: 46718B;
padding: 5px 48px;
color: #fff;
border-color: 46718B;
margin: 12px;
/* box-shadow: 20px 20px 50px 10px rgb(64, 72, 119) inset; */
}
.motor:hover {
background-color: rgba(6, 0, 71, 1);
}
@media screen and (max-width: 1000px) {
.image {
display: none;
}
}
.first{
border-radius: 10px;
padding: 20px;
background: #cadeed;
}
.second{
border-radius: 10px;
padding: 20px;
background: #DAE4EB;
}
.third{
border-radius: 10px;
padding: 20px;
background: #F3F7F8;
}
.partner1{
text-align: center;
font-weight: bold;
font-size: 30px;
}
.centerdiv{
display: flex; justify-content: center
}
.readmorebut{
background: red;
border-radius: 30px;
background-color: #e6e1e1;
padding: 4px 15px;
}
.readmorebut:hover{
background: rgba(6, 0, 71, 1);
color: white;
}
.background{
background-image: url("images/Home.png")
}