li {
    list-style: none;
}
.navbar ul li ul {
    padding: 15px;
}
.navbar ul li a {
    text-decoration: none;
    color: #fefeff;
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* header.hero_section {
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
} */
header.hero_section {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 0;
}

header.hero_section #hero_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
header.hero_section #hero_section h3 {
    font-size: 42px;
    text-align: center;
}
header.hero_section  .bredcrumbs{
    display: flex;
    column-gap: 5px;
    text-align: center;
}
header.hero_section  .bredcrumbs a {
    color: #fff;
}
header.hero_section  .bredcrumbs a:hover {
    color: #ff0040;
}
header.hero_section .heading h3 {
    font-weight: 700;
}
section#contact {
    background-color: #eff1ff;
    padding-top: 3rem;
} 

section#contact h5 {
    font-size: 16px;
    font-weight: 700
}



section .container .contact_us {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 20px;
}
@media only screen and (max-width:768px) {
    section .container .contact_us {
        grid-template-columns: repeat(1,1fr);
    }
}
section .container .contact_us h3{
    font-size: 40px;
    font-weight: 700;
}
section .container .contact_us span {
    color: #ff0040;
}
section .container .contact_us p {
    line-height: 1.8rem;
    font-size: 18px;
}
section .container #contact_img {
    padding-top: 40px;
}
section .container #contact_img img{
    padding-top: 50px;
}

@media only screen and (max-width:768px) {
    section .container #contact_img img{
        width: 100%;
    }
}
.container .col-md-6 form input {
    padding: 10px;
    margin: 10px;
    background-color: #f6f8fb;
    border-radius: 0;
}
#contact .container #Form {
    margin-left: 10rem;
}
@media only screen and (max-width:768px) {
    #contact .container #Form {
        margin-left: 0;
    }
}
.container .col-md-6 form .form-control::placeholder{
    color: #0d2252;
}
.container .col-md-6 form input:hover {
    border: 1px solid #ff0040;
}
.container .col-md-6 form  select {
    padding: 10px;
    margin: 10px;
    border-radius: 0;
    background-color: #f6f8fb;
    /* border: 1px solid #ff0040; */
}
.container .col-md-6 form  select option {
    color: #0d2252;
}
.container .col-md-6 form  select:hover{
    border: 1px solid #ff0040;
}
.container .col-md-6 form textarea {
    margin: 10px;
    padding: 10px;
    background-color: #f6f8fb;
    border-radius: 0;
}
.container .col-md-6 form textarea:hover {
    border: 1px solid #ff0040;
} 
.container .col-md-6 form div button {
    background-color: #ff0040;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.container .col-md-6 form div i {
    margin-right: 5px;
}
.container .col-md-6 form div button:hover {
    background-color: #fff;
    color: #0d2252;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#Location .location {
    display: flex;
    column-gap: 10px;
}
@media only screen and (max-width:768px) {
    #Location .location{
        flex-direction: column;
    }
    #Location .location .details {
        flex-direction: column;
    }
}
#Location .location i {
    padding: 8px;
    font-size: 38px;
    color: #ff0040;
    cursor: pointer;
}
#Location .location .details {
    display: flex;
    flex-direction: column;
}
#Location .location .details a {
    color: #333;
}