/* COLORS */
:root {
    --primary: #395b9b;
    --secondary: #bd2626;
	--text: #000;
    --text-lt: #5e5e5e;
    --bs-primary: #395b9b;
    --bs-secondary: #bd2626;
}
::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;
}

/*  FONTS 
**  ROBOTO REGULAR & BOLD
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@font-face {
    font-family: "Robofan";
    src: url("Robofan_Free.otf") format("truetype");
  }
@font-face {
    font-family: "Robofan Free";
    src: url("Robofan_Free.otf") format("truetype");
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.96em;
}

/* 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: #e2e7f3 repeat-x left top;*/
    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: underline;
}
#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: 140px;
        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:#f7f7f7;
	font-size:0.8rem !important;
}

#topper_bar a{
	color:#000;
}

#top_line{
	padding-bottom:0px !important;
}

.nav-link{
	font-weight:bold !important;
}

.nav-link:hover{
	color:#84bc3f !important;
	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:#81b93c;
	font-weight:bold;
	font-size:18px;
}

.border-green{
	border-right:2px solid  #81b93c;
}

.services_title{
	font-weight:700;
	font-size:18px;
}