.owl-dots button span{
    background: white !important;
}
.owl-dots .owl-dot.active span{
    background: rgb(249, 101, 33) !important;
}
.pt-70{
    padding-top: 70px;
}
.pb-100{
    padding-bottom: 200px;
}
.bg-orange{
     background: rgb(249, 101, 33) !important;
}
#footer-section{
    border-top: 10px solid rgb(249, 101, 33);
}

.category-item{
    display: flex;
    height: 100%;
    min-height: 230px;
    padding: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer !important;
}
.category-item .title{
    padding: 15px;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;;
}
.category-item .title h3{
    display: inline-block;
    margin: 0px auto 0px;
    color: white !important;
    background: rgba(16, 65, 92, 0.90) !important;
    padding: 10px;
    text-align: center;
}
.category-item .descriptions{
    text-align: center;
        padding: 15px;
   opacity: 0;
}

.category-item:hover .title{
   opacity: 0;
   z-index: 0;
}
.category-item:hover .descriptions{
    position: relative;
    z-index: 3;
       border-radius: 14px;
    color: white !important;
    background-color: rgba(16, 65, 92, 0.9) !important;
    opacity: 1;
}
.category-item .descriptions h4, .category-item .descriptions a{
    color: white !important;
}
.blog-details-form.bg-primary{
    background-color: rgba(16, 65, 92, 0.9) !important;
}
.blog-details-form.bg-primary label, .blog-details-form.bg-primary h3{
    color:  white !important;
}
.blog-details-form.bg-primary input{
    background:  white !important;
}
.custom-select{
    padding-right: 40px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2310415c' height='36' viewBox='0 0 24 24' width='48' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
.main-nav .nav-item a {
    font-size: 15px !important;
    margin: 0px 5px 0px !important;
  }
.navbar-light .navbar-brand{
    max-width: 145px !important;
}
.navbar-light .navbar-brand img{
    width: 100% !important;
}
@media screen and (max-width: 1024px) {
    .search-icon{
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .search-icon button{
        height: 20px !important;
    }
}
.gallery-card{
    background-size: cover;
    background-position: center center;
    position: relative;
    aspect-ratio: 1/1 !important;
}
.gallery-card .title{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom:15px;
    background-color: rgba(0, 0, 0, 0.5);
    
    font-weight: bold;
}
.gallery-card .title h6{
    color: white !important;
    word-wrap: break-word;
    padding-top: 10px;;
}