/*
Theme Name: Sufalamtech
Theme URI: http://www.sufalamtech.com
Author: the Sufalam team
Author URI: http://www.sufalamtech.com
Description: Sufalam Technologies is a renowned and reputed digital transformation solutions provider based in Ahmedabad, India.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sufalamtech
*/
.last-menu a{
	background-color: #004068;
    color: #fff;
    border-radius: 47px !important;
    padding: 5px 20px !important;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.navbar-nav>li.current-menu-item>a {
    color: #a4b99e;    
}
.navbar-nav>li.last-menu.current-menu-item>a {
    color: #fff;    
}
.navbar-nav>li.last-menu.current-menu-item>a:hover {
    color: #a4b99e;    
}
.btn.focus, .btn:focus, .btn:hover{
	color: #a4b99e;
}
.wpcf7-form textarea.form-control{
	height: 94px;
}
