body{
    background-color: #FAFAFA;

}

div.breadcrumb-x{
    background-color:transparent;
    color:black;
    -webkit-box-shadow: none;
    box-shadow:none;
    } 

div.ef-block{
    -webkit-box-shadow: none;
    box-shadow:none;
}



.zz > div >.ef-block{
    background-color:transparent;
}

h2{
    text-align:center;
    padding-bottom:0px;
    font-weight:700;
    color:#3d618c;
    padding-top:40px;
}

h3{
    text-align:center;
    font-weight:400;
    color:#0abbef;
    padding-bottom:20px;
}

.more{
    background-color:#0abbef;
    color:white !important;
    border: none;
    border-radius: 5px;
    padding:10px;
    padding-left: 50px;
    padding-right:50px;
    margin-bottom:40px;
    margin-top:40px;
}

.more:focus{
     color:white !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.cat{
    display:flex;
    justify-content:center;
    
 
}

.categories{
    
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}

.one_cat{
    flex-basis:32%;
   display:flex;
   flex-direction:column;
   text-align:center;
   
}

.icon, .img, .cat_heading{
    flex:1;
}

.img{
    margin:10px;
    max-height:25vh; 
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.cat_heading{
    font-weight:700;
    color:#3d618c;
}


.icon{
   
    justify-content: center;
}

.icon-img{
    background-color:#FAFAFA;
    border:5px solid #FAFAFA;
    border-radius:50px;
    margin-top:-50px;
    width:9vh;
    height:9vh;
}

#ef-navbar > div.container{
    justify-content:center;
}

 .container >div >div.ef-block >div.ef-block-content >div.categories{
    max-width:100vw;
    /* width:100vw; */
    display:flex;
    align-items:center;
    justify-content:center;
}

@media only screen and (min-width: 1521px) {
    .one_cat{
      max-width:33%;
    }
}

 @media only screen and (max-width: 450px) {
    .one_cat{
      width:80%;
    }
} 


 div.categories>a.one_cat:hover{
    /* filter: grayscale(39%) sepia(1) saturate(3) opacity(0.51) brightness(90%) contrast(100%) hue-rotate(143deg);
    -webkit-filter: grayscale(39%) sepia(1) saturate(3) opacity(0.51) brightness(90%) contrast(100%) hue-rotate(143deg); */
    filter: grayscale(39%) sepia(1) saturate(1) opacity(0.75) brightness(90%) contrast(100%) hue-rotate(143deg);
    -webkit-filter: grayscale(39%) sepia(1) saturate(1) opacity(0.75) brightness(90%) contrast(100%) hue-rotate(143deg);}
/* .trans_blue{
    }
        position: relative; 
     display: flex;
     align-items:center;
     justify-content: center;
     
}
.trans_blue:hover::before{
    content:"";
    position: absolute; 
    height:calc(100% - 20px);
    width:calc(100% - 20px);

    z-index: 1; 
    background-color: rgba(10, 187, 239,0.5);
    border-radius:10px;
} */
button.cat_btn{
    opacity:0;
    position:absolute;
    top:110px;
    z-index:1;
    left:140px;
    width:120px;
}
 button.cat_btn:hover{
    opacity:1;
    position:absolute;
    background-color:white !important;
    border-color: white !important;
    color: #3d618c;
    top:110px;
    z-index:1;
    left:140px;
    width:120px;
    }
    .one_cat{ 
    position:relative;
}