/*
Theme Name: Sigma
Theme URI: http://underscores.me/
Author: Sigma Wadbude
Author URI: http://underscores.me/
Description: A custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sigma
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sigma is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


.nav > li > a {
    padding: 0px 9px;
}
.serv-nav .box-nav{
	position: relative;
}
.serv-nav a.hvr-icon-wobble-horizontal {
    background: #00998e;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 3px 10px 3px 20px;
    text-decoration: none;
    border-radius: 5px;
        display: block;
    width: 100px;
    position: absolute;
   
    bottom: -10px;
    left: 35%;
}