@font-face {
    font-family: 'Quantico-Regular';
    src: url('../fonts/Quantico-Regular.ttf');
    src: url('../fonts/Quantico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'Quantico-Bold';
    src: url('../fonts/Quantico-Bold.ttf');
    src: url('../fonts/Quantico-Bold.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: 'Quantico-Regular', 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;
}


body{
	font-weight:normal;
	font-family: 'Quantico-Regular', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:#000000;
	
}

.bg-main{
background:radial-gradient(ellipse 120% 80% at 70% 20%, rgba(255, 20, 147, 0.15), transparent 50%),
          radial-gradient(ellipse 100% 60% at 30% 10%, rgba(0, 255, 255, 0.12), transparent 60%),
          radial-gradient(ellipse 90% 70% at 50% 0%, rgba(138, 43, 226, 0.18), transparent 65%),
          radial-gradient(ellipse 110% 50% at 80% 30%, rgba(255, 215, 0, 0.08), transparent 40%),
          #000000;
	width: 100%;
	min-height: 100vh;
	position:relative;
}

.bgdark{
	background-color:#022d63;
	padding: 20px;
}

.bglight{
	padding: 20px;
}

.light-txt, .light-txt p, .light-txt li, .light-txt a, .light-txt label {
	color:#ffffff;
}

.light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt .heading{
	color:#ffffff;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt label{
	color:#000000;
}

.dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading{
	color:#0c518f;
}



.logo {
    color: #fff;
    padding: 10px;
    font-size: 1.6rem;
	font-family: 'Quantico-Bold', Arial, Helvetica, sans-serif;
	text-align:center;
}

.logo a{
	color: #b95fff;
    font-size: 2.3rem;
	background-image: radial-gradient(ellipse, #ffffff, #9600ff);
  	color: transparent;
  	background-clip: text;
  	-webkit-background-clip: text;
}

main {
    margin-top: 20px;
}


.content{
	margin: 10px auto;
    padding: 10px;
}


.txt-heading {
  width: fit-content;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 2rem 0 0 0;
  color: white;
  background: linear-gradient(to top, #2d2349 0%, #4d3590 100%);
}

.txt-border-box{
	border: 4px solid #2d2349;
  	padding: 2rem 0.5rem 1.5rem;
}




#schemacss{
	text-align:center;
    clear: both;
}

#schemacss a, #schemacss span.title-color{
font-weight:bold;
}

#schemacss .txt-s{
margin:0;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
	color:#000000 !important;
	background: none !important;
    box-shadow: none !important;
}

.footer{
	padding: 20px 0px;
}

.footer .container .row {
	text-align:center;
}



.copy {
    padding: 20px 10px;
    font-size: 1.2em;
	text-align:center;
	margin:10px 0;
}
@media (max-width: 319px) {
	.txt-heading::after {
		display:none;
	}
}
@media (min-width: 320px) and (max-width: 399px) {
	.txt-heading::after {
		display:none;
	}
}
@media (min-width: 400px) and (max-width: 767px) {
	.footer{
		text-align:center;
	}
	#schemacss{
		text-align:center;
	}
	.copy {
		display:block;
		float:none;
		text-align:center;
    	border-radius: 20px;
	}
	.txt-heading::after {
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.txt-heading::after {
		display:none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}