@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #EEFAFF;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a, a:hover{
  text-decoration: none;
}
.featured-box .featured-box-content h4{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: -24px auto 0;
    background: #fff;
    position: relative;
    height: 55px;
}
.bg-warning{
  background-color: #F1B863 !important;
}
.btn-light{
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  border: 1px solid #000000;
  border-radius: 30px;
}
.btn-warning{
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  border: 1px solid #000000;
  border-radius: 30px;
}
form .form-control{
  border: 0;
  min-height: 60px;
  border-radius: 0;
}
footer{
  background: #BCE5F3;
}
.owl-carousel .owl-nav button.owl-next{
    right:-10px;
}
.owl-carousel .owl-nav button.owl-prev{
    left:-10px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    position: relative;
    top: -3px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 45%;
    font-size: 40px;
    outline: none;
    width: 40px;
    height: 40px;
    background: rgb(241 184 99 / 80%);
    line-height: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover{
        background: rgb(241 184 99);
    color: #000;
}
.cursor-pointer{
    cursor: pointer;
}