/* contact */

.page-header {
    font-size: 38px;
text-align: center;
padding: 60px 0;
background-color: #ee553a;
color: #ffffff;
}
.nav {
    padding: 24px 0;
}
.nav-container {
    margin: 0 105px;
    padding: 0 12px;
    display: flex;
    font-size: 16px;
    font-weight: bold;

}
.nav-container li {
    padding-left: 15px;
    list-style-type: none;
}
.nav-container a {
    text-decoration: none;
    color: #ee553a;
    
}
.nav-container a:hover {
    text-decoration: underline;
}

/* services */

.section{
    padding: 70px 0;
}
.service-card-w {
    width: 30%;
}

/* about us */

.row-gy {
    display: flex;
    padding: 0 100px;
}
.cal-lg-6 {
    margin: 24px 0 0;
    padding: 0 12px;
   
}
.cal-lg-6 h2 {
     font-size: 32px;
     margin-top: 16px;
}
.cal-lg-6 p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 25px;
}
.about-text {
    padding: 20px 50px;
}
.about-text p {
    color: #212529fd;
}
.about-img {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 20px;
}
.about-img:hover .b-img{
transform: scale(1.12);
    transition: all 0.2s linear;
}
.b-img {
    
    background-size: cover;
    height: 330px;
    width: 90%;
    border-radius: 20px;
}

/* service details */

.card-f5w {
    padding: 16px;
    margin: 40px 110px 0;
    border: 1px solid #b4a7a7;
    color: #212529fd;
    line-height: 25px;

}
.card-f5w p {
    margin-top: 16px;
}
.card-f5w h3 {
    margin-top: 16px;
    color: #111111;
    font-size: 27px;
}
.card-f5w ul {
    margin: 8px 0 16px;
}
.card-f5w li {
    margin-bottom: 8px;
}


/* Our Blogs */

.blog {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog h2 {
    font-size: 31px;
}
