body{
    font-size: 1rem;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: #1e70ba;
    background-color: #0098dc12;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
.ovhidden{
    overflow: hidden;
}


a{
  color: #00923f;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

/* .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
} */
ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
    font-weight: 600;
    color: #121f34;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 600;
    line-height: 1.4;
    color: #0098dc;
}
/* 
input{
    font-family: "Poppins", sans-serif;
}
   */

   .contentarea {
    background-image: url(../img/images/bannerdesk.webp);
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: center;
  }
  
  .contentarea:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: rgb(0 0 0 / 60%); */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

@media(max-width:767px){
.contentarea{
     background-image: url(../img/images/bannermob.webp);
}
}
  