.mainboxes .fullWidth {
    width: 100%;
      opacity: 0.4;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}


.mainboxes a {
    color: white;
    text-decoration: none;
    display: block; /* important */
    height: 387px;
}

.mainboxes, .first-link {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.mainboxes {
    height: 387px;
    overflow: hidden;
    cursor: pointer;
}

.mainboxes img {
    z-index: 1000 !important;
}

.mainboxes:hover {
    background-color: transparent;  
   
}

.mainboxes a:hover {
    text-decoration: none;
}

.first-link {
    margin-top: 0em;
}

.mainboxes:hover .first-link {
    margin-top: -387px;
}



.mainHover {
    background-color: #ff6501;
    width: 100%;
    height:50px;
    line-height:50px;
}

.mainHover img{
    width: 43px;
    height:10px;
    
}


 .mainboxes span {
    position: relative;
    font-size: 20px;
    top: 255px;
    left: 18px;
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    font-weight: bold;
    display: none;
    z-index:1010;
}
