@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-Bold';
    src: url('../fonts/SairaExtraCondensed-Bold.ttf');
    src: url('../fonts/SairaExtraCondensed-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:bold;
	font-family: 'SairaExtraCondensed-Bold', Arial, Helvetica, sans-serif;
	text-align: center;
}

.txt-xxl{
font-size:2.6em;
font-weight:bold;
}
.txt-xl{
font-size:2.3em;
font-weight:bold;
}
.txt-l{
font-size:2em;
font-weight:bold;
}
.txt-m{
font-size:1.7em;
font-weight:bold;
}
.txt-s{
font-size:1.4em;
font-weight:bold;
}


body{
	font-weight:normal;
	font-family: 'SairaExtraCondensed-Regular', Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

.bg1 {
	background: linear-gradient(to right, #3b1572, #08041d);
}

.bg2{
	background: linear-gradient(120deg, #82d3ff 0%, #fffcf4 100%);
}

.divider-holder{
	overflow: hidden;
  	margin: -1px 0 0 0;
  	padding: 0;
	min-height: 100px;
}

.divider {
  display: block;
  position: relative;
  height: 100px;
  width: 100%;
  transform: scale(1, 1);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      background: linear-gradient(to right, #3b1572, #08041d);
}

.divider-holder2{
	overflow: hidden;
  	margin: 0 0 -17px 0;
  	padding: 0;
	min-height: 100px;
  	background: linear-gradient(to right, #3b1572, #08041d);
}

.divider2 {
  display: block;
  position: relative;
  height: 100px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 40%, 0% 100%);
  background: white;
}

.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;
	padding: 10px;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt label{
	color:#323232;
}

.dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading{
	color: #323232;
	padding: 20px;

}


.navbar {
	transition: background-color 0.5s ease;
	background: #08041d;
	background: linear-gradient(to right, #3b1572, #08041d);
}

.navbar-scrolled {
  background-color: #82d3ff;
}

.navbar-brand {
    
	
    padding: 15px 10px;
	margin-left:auto;
	margin-right:auto;
    margin-top: -8px;
    font-size: 1.3em;
	font-family: 'SairaExtraCondensed-Bold', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.navbar-dark .navbar-brand {
	color: #00ff04;
    background: linear-gradient(45deg, #ef00ff, #00ff04 50%, #ef00ff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

main {
    margin-top: 67px;
}


.fancy {
  --b: 3px;   /* control the border thickness */
  --w: 50vw;  /* control the width of the line*/
  --g: 15px;  /* control the gap */
  --c: #82d3ff;
 
  width: fit-content;
  padding: 0 1em;
  line-height: 1.6em;
  color: #fff;
  background: conic-gradient(from 45deg at left, #9eff9f 25%, #0000 0) 0, conic-gradient(from -135deg at right, #db93ff 25%, #0000 0) 100%;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  margin-inline: auto;
}




#schemacss{
	text-align:center;
    clear: both;
}

#schemacss a, #schemacss span.title-color{
	font-weight:bold;
    color: #00ff04;
}

#schemacss .txt-s{
	margin:0;
	color: #00ff04;
}

.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;
	background: linear-gradient(to right, #3b1572, #08041d);
}

.copy {
    padding: 20px 10px;
    font-size: 1.2em;
	text-align:center;
	margin:10px 0;
}

.f-logo{
	color: #00ff04;
    background: linear-gradient(45deg, #ef00ff, #00ff04 50%, #ef00ff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
		
	font-family: 'SairaExtraCondensed-Bold', Arial, Helvetica, sans-serif;
}


@media (max-width: 319px) {
	.navbar-brand {
		padding: 15px 0px;
		font-size: 0.9em;
	}	
}
@media (min-width: 320px) and (max-width: 399px) {
	.navbar-brand {
		padding: 15px 0px;
		font-size: 0.9em;
	}
}
@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;
	}
	.navbar-brand {
		padding: 15px 0px;
		font-size: 0.9em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}