/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

.ephesis-regular {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}

.t-rotate-highlight {
	color:#b5b5b5 ;
}

.s_heading {
	font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 45px;
	color: #c68000;
}

.s_heading::after {
	content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    border-top: 1px solid #c68000;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.s_heading_w {
	font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 45px;
	color: #fff;
}

.s_heading_w::after {
	content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    border-top: 1px solid #fff;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}


.encode-sans-condensed-thin {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.encode-sans-condensed-extralight {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.encode-sans-condensed-light {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.encode-sans-condensed-regular {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.encode-sans-condensed-medium {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.encode-sans-condensed-semibold {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.encode-sans-condensed-bold {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.encode-sans-condensed-extrabold {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.encode-sans-condensed-black {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.qualtext{
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	color: #fff!important;
}
.qualtext span{
  	color: #b2b2b2!important;
	font-weight: 400;
}


