body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', Arial, sans-serif;
}
#content p {
    font-size: 14px;
}
.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}
.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
}
.tp-video-play-button {
    display: none !important;
}
.tp-caption {
    white-space: nowrap;
}

.getquote {
	height: auto !important; 
    display: block;
    line-height: 0px;
    padding: 0;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

#header.sticky-header:not(.static-sticky) .getquote {
	padding: 10px 0 !important;
	line-height: 1;
	height: auto;
	/* float: left; */
	line-height: auto;
}

.getquote-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 10px 15px !important;
    border-radius: 5px;
    margin-top: 29px;
    line-height: 0px;
    background-color: #F44336;
    color: #FFF!important; 
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.getquote-btn:hover {
    background-color: #000;
}

#header.sticky-header:not(.static-sticky) .getquote-btn  {
	height: auto;
	padding: 5px 12px !important; 
	margin-top: 5px;
}
.panel-contact { 
    background: #303030;
    color: #fff;
}
.panel-contact .panel-body {
    margin: 25px 20px
}
.panel-contact h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FFC107;
}
.panel-contact p {
    font-size: 15px;
    line-height: initial !important;
    /* background-color: white; */
    padding: 0;
    margin: 0;
}
.panel-contact hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3d3d3d;
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -22px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    
}