body {
	font-family: Inter;
	background-color:#292929; 
	color:#ffffff; 
  background-image: url('/assets/img/er/Hero_Image 1.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size:cover;
  background-attachment: fixed;
}

h1 {font-family: Inter;font-style: normal;font-weight: bold;letter-spacing: 0.05em;text-transform: uppercase;color: #FBE7AC;}
.erbox {background-color:#373737;padding:64px;border-radius:1rem;}
.erbox h2 {font-weight: 800;font-size: 18px;line-height: 22px;letter-spacing: 0.3em;text-transform: uppercase;color: #878786;}
.erbox h3 {color: #FFFFFF;font-size: 36px;line-height: 49px;letter-spacing: 0.02em;font-style: italic;font-family:Times;}
.erbox h4 {font-weight: 300;font-size: 20px;line-height: 32px;color: #878786;}

a,a:hover,a:active {color:#FBE7AC;}

@media (max-width: 991.98px) {
	.erbox h3 {color: #FFFFFF;font-size: 30px;line-height: 43px;letter-spacing: 0.02em;font-style: italic;font-family:Times;}
	.erbox h4 {font-weight: 300;font-size: 20px;line-height: 32px;color: #878786;}
}



@media (max-width: 767.98px) {
  .erbox h3 {color: #FFFFFF;font-size: 25px;line-height: 38px;letter-spacing: 0.02em;font-style: italic;font-family:Times;}
  .erbox h4 {font-weight: 300;font-size: 20px;line-height: 30px;color: #878786;}
}

@media (max-width: 575.98px) {
  .erbox h3 {color: #FFFFFF;font-size: 18px;line-height: 31px;letter-spacing: 0.02em;font-style: italic;font-family:Times;}
  .erbox h4 {font-weight: 300;font-size: 14px;line-height: 24px;color: #878786;}
}




#footer .border-top {border-top: 1px solid #888888 !important;}
#footer .footer-text {color:#CCCCCC;font-size:20px;font-weight:300;line-height:32px;}
#footer a, #footer a:visited {color:#cccccc;text-decoration:none;}
#footer a:hover {color:#cccccc;text-decoration:underline;}

.rb-box {
  width: 99%; 
  margin: 50px auto;
  padding: 1.3em;
  background: #292942;
  border-radius: .75em;

 
}

p {
  font-size: .9em;
}


html, body {
  min-height: 100%;
}

.rb {
  padding: 16px 0;
  text-align: center;
}

.rb-tab {
  display: inline-block;
  position: relative;
  width:60px;
height:60px;
padding: 5px 5px;
margin:0px 0px;
}

.rb-btab {
  display: inline-block;
  position: relative;
  width:185px;
height:80px;
padding: 5px 5px;
margin:5px 5px;
}


.rb-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #FFFFFF;
  font-family: Inter;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;
color: #CCCCCC;
}
.rb-btxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #FFFFFF;
  font-family: Inter;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;
color: #CCCCCC;
}

.rb-spot {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 100%;
  cursor: pointer;
  transition: ease .5s;
}

.rb-bspot {
  position: absolute;
  width: 150px;
  height: 62px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 32px;
  cursor: pointer;
  transition: ease .5s;
}


.rb-tab-active .rb-spot {
  background: rgba(0,0,0,.35);
  background: #FBE7AC;
  border-radius: 32px;
  border: 2px solid rgba(243,49,128,.6);
  border: 1px solid #282828;
  
}
.rb-tab-active .rb-bspot {
  background: rgba(0,0,0,.35);
  background: #FBE7AC;
  border-radius: 32px;
  border: 2px solid rgba(243,49,128,.6);
  border: 1px solid #282828;
  
}

.rb-tab-active .rb-txt {
	color:#292929;
	font-family: Inter;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 32px;
display: flex;
align-items: center;
text-align: center;
}


.rb-tab-active .rb-btxt {
	position: inline-block;
	color:#292929;
	font-family: Inter;
font-style: normal;
font-weight: 300;
display: flex;
align-items: center;
text-align: center;
}

.button-box {
  padding: 10px 0;
  text-align: center;
}

button,.button {
  display: inline-block;
  width: 80%;
  margin-top: 1.2em;
  padding: 1em;
  max-width: 220px;
  font-size: .9em;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .15em;
  background: #FBE7AC;
  border: none;
  outline: none;
  border-radius: 5em;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
  transition: 
    color 0.6s, 
    box-shadow 0.3s, 
    transform 0.3s;
  cursor: pointer;
}

button:hover,.button:hover {
  box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
  color: #6f6f6f;
  background: #FBE7AC;
}
.input_textarea {
	margin: 0;
  padding: 10px;
  border: 0;
  width: 95%;
  vertical-align:top;
	background:#373737;
	color:#878786;
	min-height:150px;
	border:1px solid #878786;
	}

.modal-content {background-color: #373737;}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

@media (min-width: 992px) {
	.modal-dialog {  max-width: 700px;}
}

.img_title {
	position: static;
	font-family: Inter;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-top:5px;
color: #FFFFFF;
}
