

/* body{
    font-family: 'Roboto', sans-serif !important;
} */

p{
    font-family: 'Roboto', sans-serif !important;
    font-weight:normal;
    font-style:normal;
}

h3 {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight:500;
    /* font-style:normal; */
}


.bg-dark {
    --bs-bg-opacity: .98;
}


img {
    display: block;
    /* max-width: 100%; */
    /* height: auto; */
    height:200px;
    object-fit: cover;
}

.navbar .megamenu{ padding: 1rem; }

.dropdown-large {
    min-width: 700px;
    margin-left: 300px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}