/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 2020, 2:32:45 PM
    Author     : mhd.nasir
*/
.mnkslider{
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.25)
        );
    padding: 2%;
    background-size: cover;
    z-index: 999;
    border-radius: 10px;
}

.team-block a img{
    border-radius: 0;
    width: 85%;
}
.btn{
    padding: 12px 15px
}
.do-abx{
    position:absolute;
    left:2%;
    top: 2%;
    z-index: 999;

}
/**
inner pages logo position
*/
.inner-logo{
    margin-top: 20px;
}

.btn_mnk {
    -webkit-border-radius: 21;
    -moz-border-radius: 21;
    border-radius: 21px;
    font-family: Arial;
    color: #000000;
    font-size: 100%;
    padding: 2px 3px 1px 3px;
    border: solid #1f628d 2px;
    text-decoration: none;
}

.btn_mnk:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    color:white;
}
.marfaa-logo-pd{
    padding-top: 2%;    
}
.btn-call-to-action-light-green{
    padding: 12px 15px;
    background: #25D366 !important;
    font-weight: bold
}
.btn-call-to-action-light-gray{
    padding: 12px 15px;
    background: #CCCCCC !important;
    font-weight: bold
}