/*
Theme Name: iAsianHeavyMovers
Theme URI: 
Description: Theme for Asian Heavy Movers by Imbibe Tech.
Author: <a href="http://imbibe.in" title="Visit Imbibe's Website">Imbibe Technologies Pvt. Ltd.</a>
Author URI: 
Template: thbusiness
Version: 1.0.0
*/

@import url('style_1.css');

.site-logo-image img {
	max-width: 425px;
}

.th-slider-details-container {
	background: none repeat scroll right -53px rgba(0, 0, 0, 0.6);
}
.mega-menu ul.sub-menu {
    width: 96%;
    float: right;
    right: 1px;
    position: fixed;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    height: 120px;
}
.mega-menu ul li {
    float: left;
    width: 14%;
    background: #fff;
}
.mega-menu ul li a img {
    float: left;
    width: 50%;
    background: #fff;
}
.mega-menu ul li:hover a{
    background:transparent;
}
.mega-menu ul li:hover img{
    transform:scale(1.05);
}
@media only screen and (max-width: 768px){
.mega-menu ul.sub-menu {
    width: 100%;
    position: inherit;
    height: inherit;
}
.mega-menu ul li a img {
    width: 100%;
}

.site-logo-image img {
    max-width: 100%;
}

.copyright-container,
.credit-container {
    float: none;
    width: 100%;
    text-align: center;
    line-height: normal;
    padding: 10px 15px;
}

}