@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;;
}
#navbarNav li a{
    margin-right: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-style:italic;
    color: #f1f3f5; !important;
}
#navbarNav li a:hover{
    color: #bcdeeb; !important;
}
.background {
    background: url('/Asstes/img/aboutbg.jpg') no-repeat center center ;
    background-size: cover;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(66, 139, 238);
}
.bg-color-opacity{
    background: rgba(218, 165, 32, 0.51);
    border: 2px solid rgba(218, 165, 32, 0.51);

}
.margin{
    margin-right: 10rem;
}
.bg-fill{
    background: rgba(26, 29, 32, 0.65);
    background-blend-mode: darken;
}
.mBottom{
    margin-bottom: 10rem;
}
 .display-none{
     display: none;
 }
.short-text{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
.full-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
  strong{
     font-family: Roboto;
     font-weight: 600;
     font-size: 22px;
     line-height: 25px;
     color: #064788;
 }
 .main-head{
     font-family: Roboto;
     font-weight: 600;
     font-size: 30px;
     line-height: 30px;
     color: #052f5b;
 }

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 90%;
    max-width: 320px;
    transition: all 0.3s ease;
}
.number {
    border-left: 3px solid lawngreen !important;
}

.bg-color{
    background-color: #2db743;

}
.font-h{
    color: #d9f1dd;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

}
.font-p{
    color: #d9ebc6;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.text-color{
    color:#a5abb7;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}



.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
