@charset "UTF-8";
/* CSS Document */



/*
 ********************************************
 * defaults and useful css
 ********************************************
 */

.centerme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/******* ends *******/



/*
 * maha-msn - deafault style
 */

.maha-msn {
    
}

.maha-msn__inner {
    background-color: #ffe01b;   
    padding: 20px;
    text-align: center;
    color: #444;
    border-radius: 10px;
}
.maha-msn__inner p {
    font-size: 24px;
}

.maha-msn__inner h2 {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.maha-msn__img {
    text-align: center;
    
}

.maha-msn__img img {
    max-width: 200px;  
}

.maha-msn__heading {
    
    
}


.maha-msn__brief {
    
    
}


a.maha-msn__button {
    display: inline-block;
    padding: 10px 30px;
    color: #ffe01b;
    text-decoration: none;
    background-color: #444;
    border: 2px solid #444;
    transition: all 0.4s ease 0s;
    
}

a.maha-msn__button:hover {
    color: #fff;
    text-decoration: none;
    background-color:#5D5D5D; 
    border: 2px solid #5D5D5D;
    padding: 10px 40px;
    border-radius: 10px;
    
}



/******* ends *******/









/*
 * MEDIA QUERIES 
 */
 
@media (min-width: 359px) and (max-width: 750px) {
.maha-mcp-sq {
    position: relative;
    width: 200px;     
}
}
@media (min-width: 960px) and (max-width: 1139px) {

}
@media (min-width: 1140px) {

}
 






