@font-face {
	src:url(../fonts/RobotoSlab-VariableFont_wght.ttf);
	font-family: roboto;
	font-display:swap;
}

*{	
	font-family: roboto;	
}
.carousel-control-prev,.carousel-control-next {
	display:none;
}
a
{
	text-decoration: none;
	background-color: none;
	color:inherit;
}
a:hover{
	text-decoration: none;
	background-color: none;
	color:inherit;

}
.container-fluid {
	padding-right:0 !important;
	padding-left:0 !important;
	
}
.row{
	margin-left:0 !important;
	margin-right:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
}

ul li {
	list-style-type: none;

}
ol {
	padding: 0 15px;
}
/************************ Our History *************************/ 
#our-history p{
	text-align: justify;
	text-justify: inter-word;
}

.oroi-xrisis p{
	text-align: justify;
	text-justify: inter-word;

}


/************** Not Found Page****************/

.not-found {
	min-height:calc(100vh - 110px);
}

.not-found-text  {
	margin:auto;
}

.not-found a {
	border:1px solid #474b4f;
	background-color:#474b4f;
	padding:7px 12px;
	color:#f2f2f2;

}
.not-found h2 {
	color:#5b8c85;
	*text-transform: capitalize;

}
.not-found a:hover {
	border:1px solid #474b4f;
	color:#474b4f;
	background-color: white;

}

/* Spinner */

.loader-wrapper {
 
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;

}