body p
{
    font-family: "Calibri", "Carlito", "sans-serif" !important;
}
#header 
{ 
    font-family: "Poppins", "Calibri", "sans-serif";
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Poppins", "Calibri", "sans-serif";
}
.lead
{
    font-weight: 400;
    font-size: 1.4rem;
}
.anchor a {
	position: relative;
	left: 0;
	top: -150px;
}

#map {
	width: 100%;
	height: 500px !important;
}

@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    #header .header-nav-main nav > ul > li > a
    {
        font-size: 16px;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a
    {
        font-size: 0.75em;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title 
    {
        font-size: 16px;
    }
    .text-2
    {
        font-size: 0.7em !important;
    }
}

a.btn-service-call
{
    background-color: #dc3545 !important;
    color: #fff !important;
}
a.btn-service-call:hover
{   
    background-color: #c61934 !important;
    color: #fff !important;
}
.chev-right
{
    background-image: url('../img/chev2-50.png');
    background-repeat: no-repeat;
    background-position: right;
}
.hero {
	height: 732px;
}
.custom-text-1 {
	font-size: 240px;
}

.col-lg-20, .col-sm-20
{
    width: 20%;
}