*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background-color: #faf8f8;
}
.topnavbar{
    background-color: #745515;
}
.topbar-right{
    position: relative;   
}
.topbar-right::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: white;
}
.nav-link:after,
.nav-link:before {
  transition: all .5s;
}
.navbar{
    /* margin: 0;
    padding: 0; */
}
.navbar-brand img{
    width: 80px;
}
.nav-item{
    position: relative;
}
.nav-link::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #745515;
    height: 2px;
}
.nav-link:hover::after {
    width: 100%;
} 
.card{
    box-shadow: 0px 4px 8px 0px;
    background-color: #fdfcfc;
    overflow: hidden;
}
.card:hover img{
    transform: scale(1.05);
    transition: all .8s ease-in-out;
    cursor: pointer;
}
.card img {
    transition: all .8s ease-in-out;
} 
#compamydetails img{
    width: 60px;
    height: 60px;
    margin-top: 5px;
    border-radius: 50%;
    padding: 5px;
}
.cards{
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.cards img{
    width: 100px;
}
#companyMission{
    background-color: #745515;
}
.contactsection{
    background: linear-gradient(to right, #e7f1ee, #745515) !important;
    border-radius: 10px;
    margin:auto;
}
/* .QuickSection {
    background-image: linear-gradient(rgba(66, 4, 4, 0.5), rgba(0, 0, 0, 0.5)), url("../image/quickenquiryimage.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
#mailsubscription{
    display: flex;
    justify-content: center;
    width: 80%;
}
#FormSection {
    width: 70%;
    justify-content: center;
    text-align: center;
}

.fa-solid{
    background-color: #745515;
    border: 1px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
footer{
    background-color:#745515;
}
#footer_item h5{
    text-transform: uppercase;
}
#footer_item a{
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    color: rgb(247, 242, 242);
}

.copyright{
    background-color: black;
}
.fa-brands{
    border: 1px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* color: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#youtube:hover{
    background-color: white;
    color: red;
    transition: all 0.5s ease-in
}
#facebook:hover{
    background-color: white;
    color: #1877F2;
    transition: all 0.5s ease-in
}
#insta:hover{
    background-color: white;
    color: #E4405F;
    transition: all 0.5s ease-in
}


/* ======for whatsapp====== */
.fa-whatsapp{
    color: #fff;

}
.whatsappIcon{
    background-color: #189d0e;
    border-radius: 40px;
    bottom: 10px;
    color: #fff !important;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
}
a{
    text-decoration: none;
}