/* Write your styles */
.am-container{
    max-width: 1180px;
}
.am-pagination > .active > a, .am-pagination > .active > a:focus, .am-pagination > .active > a:hover, .am-pagination > .active > span, .am-pagination > .active > span:focus, .am-pagination > .active > span:hover{
    background-color: #0e90d2;
    border-color: #0e90d2;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.main-nav > li >a{
    color: #fff;
}
.am-topbar-nav > li > a::after{
    border-style:none;
}
.main-img{
    height: 150px;width: 120px;
}
.main-max-h-75{
    max-height: 75px;overflow: hidden;
}
.main-max-h-93{
    max-height: 93px;overflow: hidden;
}