/* fleets Style 1 */
.fleets-style-1 .sigma-fleets-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.fleets-style-1 .fleets-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    position: relative;
}
.fleets-style-1 .fleets-title:before{
    content: '';
    width: 22px;
    height: 1px;
    background: #F9C649;
    display: block;
    position: absolute;
    left: -35px;
    top: 14px;
}
.fleets-style-1 .sigma-fleets-category {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
}
.sigma-fleets-action-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.fleets-style-1 .sigma-fleets-image-container {
    position: relative;
    height: 300px;
}
.fleets-style-1 .sigma-fleets-image-container img{
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sigma-mfg-popup-image {
    display: none;
}
.fleets-style-1.fleets-layout-grid .sigma-fleets-slide {
    margin-bottom: 30px;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .fleets-content-sec {
    position: relative;
    text-align: left;
    width: 100%;
    transition: 0.5s all;
    padding: 25px;
    padding-left: 35px;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .fleets-content-sec:before{
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    background-color: #F9C649;
    left: 0;
    bottom: 0;
    transition: 0.5s all;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper:hover .fleets-content-sec:before{
    height: 4px;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .fleets-content-sec .fleets-action>a {
    color: #F9C649;
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .fleets-content-sec .fleets-action>a:hover {
    color: #092246;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .sigma-fleets-image-container .fleet-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(47, 51, 64, 0.43) 0%, rgba(47, 51, 64, 0.46) 100%);
    opacity: 0;
    transition: 0.5s all;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper:hover .sigma-fleets-image-container .fleet-link{
    opacity: 1;
}
.fleets-style-1 .sigma-fleets-thumbnail-wrapper .sigma-fleets-image-container .fleet-link a{
    color: #fff;
    font-size: 18px;
}
.fleets-style-1 .fleets-title a{
    color:#F9C649; 
}