@font-face {
    font-family: 'SairaExtraCondensed-Regular';
    src: url('../fonts/SairaExtraCondensed-Regular.ttf');
    src: url('../fonts/SairaExtraCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'SairaExtraCondensed-Medium';
    src: url('../fonts/SairaExtraCondensed-Medium.ttf');
    src: url('../fonts/SairaExtraCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

a[href^=tel] { color: inherit; text-decoration: none; }


h1, h2, h3, h4, h5, h6, .heading{
	margin: 5px 0;
	color:#000000;
	font-weight:normal;
	font-family: 'SairaExtraCondensed-Medium', Arial, Helvetica, sans-serif;
}

.txt-xxl{
font-size:2.6em;
}
.txt-xl{
font-size:2.3em;
}
.txt-l{
font-size:2em;
}
.txt-m{
font-size:1.7em;
}
.txt-s{
font-size:1.4em;
}

.heading-style{
    background-image: linear-gradient(transparent calc(65% - 5px), #006c38 5px);
    background-size: 100%;
    background-repeat: no-repeat;
}


body{
	font-weight:normal;
	font-family: 'SairaExtraCondensed-Regular', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	background-color:#000000;
	background: linear-gradient(180deg, #000000 0%, #1e1e1e 100%);
}





.logo-design a {
  letter-spacing:1px;
  font-weight:bold;
  text-transform:uppercase; 
  width:160px; 
  text-align:center; 
  margin:auto; 
  white-space:nowrap; 
  padding-bottom:13px;
}
.logo-design a:before {
    background-color: #00c566;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.logo-design a:after {
    background-color: #00c566;
    content: '';
    display: block;
  position:absolute; right:33px; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}


.heading-title h2, .heading-title h3, .heading-title h4 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.heading-title h2:before, .heading-title h3:before, .heading-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 55px;
  background-color: #00c566;
}
.heading-title h2:after, .heading-title h3:after, .heading-title h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  background-color: #00c566;
}




.bgdark{
	background:#000000;
	padding: 20px;
	margin-bottom:20px;
}

.bglight{
	padding: 20px;
	margin-bottom:20px;
	background:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, /* Transparent black on the far left */ rgb(41 41 41 / 60%) 25%, /* Semi-transparent black */ rgb(47 47 47 / 70%) 50%, /* Full black in the center */ rgb(43 43 43 / 60%) 75%, /* Semi-transparent black */ rgba(0, 0, 0, 0) 100%);
}

.light-txt, .light-txt p, .light-txt li, .light-txt a, .light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt .heading, .light-txt label {
	color:#ffffff;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading, .dark-txt label {
	color:#000000;
}

nav {
    background: #000000;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
}

.navbar-brand {
    font-family: 'SairaExtraCondensed-Medium', Arial, Helvetica, sans-serif;
}

main {
    margin-top: 70px;
}



#schemacss{
	text-align:center;
    clear: both;
	color:#ffffff;
}

#schemacss a, #schemacss span.title-color{
color:#00c566;
}

#schemacss .txt-s{
margin:0;
color: #ffffff;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
	color:#000000 !important;
	background: none !important;
    box-shadow: none !important;
}

p.copy {
    font-family: 'SairaExtraCondensed-Medium', Arial, Helvetica, sans-serif;
	color: #00c566;
}