.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    /* float: left; */
    border: 2px solid black;
    border-radius: 5px;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    /* background-color: #4CAF50; */
    background-color: #2F3362;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #2F3362;
    color: white;
    border-radius: 5px;
}
.mtop{
    margin-left: 1200px; 
    margin-top: 72px; 
}
.mtop1{
    margin-top: -200px !important;
}

.c1 {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 10px !important;
    border: transparent !important;
    box-shadow: 0px 2px 3px 2px gray;
}
.e1 {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 10px !important;
    border: transparent !important;
    box-shadow: 0px 2px 3px 2px gray;
}

div .aio-icon.circle, div .vc_row .aio-icon.circle {
    height: 2.6em;
    width: 2.6em;
    line-height: 2.6em;
}
/* .fic{
  
} */

@media only screen and (max-width: 768px) {
    .prod {
        margin-left: 100px !important;
    }
    .logd{
        margin-left: 185px !important;
        margin-top: -60px !important;
        
    }
    .logm{
        display: none !important;
    }
    
}

@media only screen and (min-width: 992px) {
  .logm{
    margin-left: 370px !important; 
    margin-top: -90px !important;
  }
  .logd{
    display: none !important;
  }
}