/* 
    Page       : index
    Author     : MI MEDIA LABS
*/


/************************************** 
    ~Main content section starts~
***************************************/
body{
    position: relative;
    width: 100%;
    min-height: auto;
    background: #fff;
    background-image: url('../img/home/shade.png'),url('../img/home/header.png');
    background-size: cover, contain;
    background-position: right top, 50%;
    background-repeat: no-repeat, no-repeat;
    
}

header .page-content {
    position: relative;
    padding: 52px 15px 10px;
    width: 100%;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
}


#page_content .btn-icon{
    border-radius: 0px;
    background-color: #eeeeee;
    border-color: #eeeeee;
    height: 40px;
    width: 40px;
}

#page_content .main-content{
    margin-top: 100px;
}

#left-content ul li{
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

#left-content ul li a{
    color: #000;
    text-decoration: none;
}

/****** ~icon~  ******/
#left-content .faa-di{
    background-image: url('../img/home/icon/di.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#left-content ul li a:hover .faa-di{
    background-image: url('../img/home/icon/di_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .7s ease-in;
}

#left-content .faa-pre{
    background-image: url('../img/home/icon/concept.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#left-content ul li a:hover .faa-pre{
    background-image: url('../img/home/icon/concept_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .7s ease-in;
}

#left-content .faa-the{
    background-image: url('../img/home/icon/thermal.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#left-content ul li a:hover .faa-the{
    background-image: url('../img/home/icon/thermal_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .7s ease-in;
}

#left-content .faa-mat{
    background-image: url('../img/home/icon/material.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#left-content ul li a:hover .faa-mat{
    background-image: url('../img/home/icon/material_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .7s ease-in;
}
/************************************** 
    ~Main content section ends~
***************************************/