.nav-icon li a{
	background: #ddd;
	padding-top: 0.2rem;
	border-radius: 50%;
	color: #153b52;
	font-size: 1rem;
	margin: 0 0.3rem;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
}
.nav-contact li a{
  color: #fff;
  font-size: 0.8rem;
}
.nav-icon li a:hover{
	background: #e7c07e;
}
.nav-contact li a:hover{
  color: #e7c07e;
}
.title{
	font-size: 2.5rem;
	font-weight:600;
	color: #193d54;
}
.title span{
	color: #e7c07e;
}
.sub-title {
  font-size: 1.2rem;
  color: #595959;
}
.intro-btn a {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0.5rem;
  padding: 0.4rem 2rem;color: #fff;
background: #193e54;
}
.counter-icon {
  border-radius: 50%;
  border: 1px solid #e7c07e;
  width: 50px;
  padding: 0.5rem;
}
.counter-wrapper h6 {
  color: #193e54;
  font-weight: 600;
  font-size: 1rem;
}
.counter-wrapper h5 {
  color: #e7c07e;
  font-size: 2.5rem;
}
.counter-wrapper h4{
	 color: #757575;
font-size: 1rem;
}
.counter-wrapper h4 span{
	color: #e7c07e;
font-size: 4rem;
margin-right: 0.2rem;
font-weight: 700;
}
.text-warning{color: #e7c07e !important;}
.rating{display: inline-flex;}
.rating img {
  width: 6%;
}
.carousel-item .row {
  align-items: inherit;
}
.avatar {
  border-radius: 50%;
}
.radio-field {
  position: relative;
  height: auto;
  width: 100%;
  display: grid;
}
.radio-field input {
  -webkit-appearance: none;
  position: absolute;
  border: solid 2px #c8c8c8;
  background-color: rgb(255,255,255);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
  border-radius: .25rem;
}
.radio-field label {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: relative;
  z-index: 10;
  line-height: 60px;
  color: #193d54;
  font-size: 1.1rem;
}
.radio-field label::before {
  content: "X";
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #c8c8c8;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
  font-size: 1.4rem;
  color: #193d54;
  margin-right: 1rem;
  padding: 0rem .8rem;
}
.radio-field .op1::before
{
    content: "A";
}
.radio-field .op2::before
{
    content: "B";
}
.radio-field .op3::before
{
    content: "C";
}
.radio-field input:checked
{
    border-color: #e7c07e;
}
.radio-field input:checked~label::before
{
    background-color: #e7c07e;color: #fff;
}
.quiz-wrapper{background-color: #eee;}
.landing{
  background: #e7c07e;
  display: inline-block;
  padding: 0 2rem;
  color: #fff;
}
.btn-light {
  background-color: #eee;
  border-color: #eee;
}
h4{
  color: #193d54;
}


@media screen and (max-width:991.98px){
	.sub-title {
	  font-size: 1rem;
	}
	.rating img {
	  width: 11%;
	}
}
@media screen and (max-width:575.98px){
	
	.intro-btn a {
	  font-size: 1.2rem;
	  margin: 0 0.2rem 2rem;
	}
	.navbar-dark .navbar-brand {
	  width: 35%;
	  margin: auto;
	  margin-bottom: 1rem;
	}
}