
/*  FONTS 
**  ROBOTO REGULAR & BOLD
*/


@font-face {
  font-family: "PFFuturaNeu";
  src: url("/fonts/PFFuturaNeu-Book.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PFFuturaNeu";
  src: url("/fonts/PFFuturaNeu-Medium.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}




body {
    font-family: 'PFFuturaNeu', sans-serif;
    font-size: 0.96em;
}


/* COLORS */
:root {
    --primary: #3a5149;#
    --secondary: #bd2626;
	--text: #000;
    --text-lt: #5e5e5e;
    --bs-primary: #3a5149;
    --bs-secondary: #ecedf2;
}
::selection {
    color: #fff;
    background: var(--primary);
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-secondary {
    background-color: var(--secondary) !important;
}
.bg_orange {
    background-color: #f27519 !important;   
}
.bg-lt-gray {
    background-color: #f2f3f5;
}
.bg-black {
    background-color: #323232;
}

.bg-lt-green {
    background-color: #a5e4d1;
}

.cl-white{
	color: #fff;
}

.cl-bk{
	color: #000;
}

.bg_e9e9eb{
	background-color: #e9e9eb;
}

.bg_f7fff0{
	background-color: #f7fff0;
}

/* CONTAINER BIGGER THAN 1600 */
@media (min-width:1600px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1546.4px;
    }
    .my-xxxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
}


@media (min-width:2000px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1920px;
    }
    .my-xxxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
}

/* ANCHOR LINKS NO UNDERLINE  */
a {
    text-decoration: none;
}

/* HELPER CLASSES */
@media (min-width:1200px) {
    .auto-xl-col {
        flex: 1 0 0;
        width: auto;
    }
    .hide-xl {
        display:none;
    }
}
.f-22 {
    font-size: 22px;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}




#top_line_container {
	background: var(--bs-secondary);
    color: var(--text-lt);
}
/*#top_line_call {
    color: var(--primary);
    font-weight: 700;
}
#top_line_call img {
    margin-top: -2px;
}
#top_line .navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 24px;
    color: var(--text-lt);
    transform: rotate(90deg);
}*/
#top_line_container a {
    color: var(--text-lt);
    text-decoration: none;
}
#top_line_container a:hover {
    text-decoration: none;
}
#top_line .vertical-bar {
    margin: 0 10px;
}
#top_line .navbar-toggler:focus {
    box-shadow: none;
}
#top_line_container .navbar-collapse.show {
    box-shadow: 0 30px 14px 0px #00000047;
}
@media (max-width:1399px) {
    #top_line_container {
        font-size: 13.5px;
    }
    #top_line_container .vertical-bar {
        margin: 0 7px;
    }
}

@media (max-width:1199px) {
    #top_line_container .navbar-collapse {
        position: absolute;
        top: 90px;
        left: 0px;
        z-index: 1;
        background: #e2e7f3 repeat-x left top;
        width: 100%;
        border-top: 1px solid grey;
    }
    #top_line_container .navbar-nav {
        padding: 10px 0;
    }
    #top_line_container .vertical-bar {
        display: none;
    }
    #top_line_container .nav-item {
        padding: 5px 10px;
    }
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 24px;
    color: var(--text-lt);
    transform: rotate(90deg);
}

#topper_bar{
	background-color:var(--bs-primary);
	font-size:0.8rem !important;
}

#topper_bar a{
	color:#000;
}

#top_line{
	padding-bottom:0px !important;
}

.nav-link{
	/*font-weight:bold !important;*/
	
	border:1px solid var(--bs-secondary);
}

.nav-link:hover{
	/*color:#84bc3f !important;*/
	border:1px solid #a0dfca;
	font-weight:bold !important;
}

.active{
	font-weight:bold !important;
}

.cb{
	clear:both;
}

.cbx{
	clear:both;
	height:10px;
}


.cbx2{
	clear:both;
	height:20px;
}

.bg_e5e5e5{
	background-color:#e5e5e5;
}



.footer_title{
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

.footer_links a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.footer_links:hover a{
	text-decoration:none;
}

.border-green{
	border-right:2px solid  #81b93c;
}

.services_title{
	font-weight:700;
	font-size:18px;
}

.primary_line {
    background-color: var(--primary);
    width: 100%;
    height: 2px;
}

.displaynx{
	display:none;
}

.fs30{
	font-size:30px;
}

.fs14{
	font-size:14px;
}

.flri{
	float:right;
}

.input_text3 {
    width: 100%;
    border: 0px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    padding: 5px 0px 5px 5px;
}

.green_small_button{
	background-color: var(--bs-primary);
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
    border: 0px;
    font-weight: bold;
}

.slider_learn_more a{
	font-weight:bold;
	color:#000;
}