@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');
/* F27013 EEE7DF 2C131B f10c
font-family: 'Poppins', sans-serif;
font-family: 'Barlow', sans-serif;
*/
.main-navigation li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-navigation li a:hover {
  text-decoration: none;
  color: #EEE7DF !important;
}
.site-header.stuck {
	background: rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(225,225,225,0.3);
}
.site-header.stuck .main-navigation li a {
	color: #FFF
}
#colophon { 
  background: rgb(15, 7, 10);
  border-top: 0;
}
.white h2{ color: #FFF }
.footer-heading h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #FFF;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  margin: 20px 0;
}
/* .footer-heading h3::after {
  content: '';
  height: 4px;
  width: 50px;
  display: block;
  margin: 20px 0;
  background: #F27013;
  border-radius: 50px;
}
.footer-heading h3::before {
  content: '';
  height: 4px;
  width: 10px;
  border-radius: 50px;
  display: block;
  margin: 20px 0;
  background: #EEE7DF;
  position: absolute;
  top: 24px;
  left: 55px;
} */

.footer-about p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #EEE7DF;
  margin: 0;
}

.footer-links ul { columns: 2; }

.footer-links li a {
  color: #EEE7DF !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-links li::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-weight: 500;
  color: #F27013;
  margin-right: 10px;
}

.footer-links li a:hover {
  color: #F27013 !important;

}

.footer-contact p {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  color: #EEE7DF;
}

.footer-contact p i {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  top: 3px;
  color: #F27013;
}

.site-footer .bottom-bar { 
  background: #111;
  border-top: 0;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}

.site-footer .bottom-bar a { 
  font-weight: 600; 
  text-decoration: none;
  letter-spacing: 0.4px;
}
#scroll-to-top { 
  background: #F27013;
  border-radius: 50px;
}

#scroll-to-top img, #scroll-to-top svg { opacity: 1; }

.quote-heading h1 { 
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.quote-heading h2 { 
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 10px;
  margin: 0;
  font-size: 25px;
}
.quote-heading i { 
  width: 50px;
  text-align: center;
}
.quote-heading i:last-child { 
  margin-left: 20px;
}
.quote-heading h2 strong {
  font-weight: 500;
  margin-right: 20px;
}
.site-heading h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #2C131B;
  margin-bottom: 20px;
}
.site-heading h4 {
  color: #F27013;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Oleo Script Swash Caps', cursive; */
  margin-bottom: 10px;
}
.site-heading p {
  font-family: 'Poppins', sans-serif;
  color: #111;
  /* font-weight: 600;
  text-transform: capitalize;
  color: #2C131B;
  margin-bottom: 10px; */
}

.site-heading ul {
  margin: 0;
  padding: 0
}
.site-heading li { 
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  list-style: none;
}
.site-heading li::before {
  content: '\f10c';
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
  color: #F27013;
}
.site-heading li:last-child {
  margin-bottom: 28px;
}
.page-a a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background: transparent;
  border: 2px solid #2C131B;
  border-radius: 5px;
  padding: 8px 40px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
}
.page-a a:hover { 
  background: #F27013;
  color: #fff;
  border: 2px solid #F27013;
  transition: 0.5s;
}
.box { 
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06)
}
.box h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.box p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.box a { 
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #F27013;
  text-decoration: none;
}
.box a i { 
  margin-left: 10px;
  transition: all 0.5s;
}
.box a:hover i {
  margin-left: 15px;
}
.contact-address i {
	color: #F27013;
	padding-top: 15px;
	font-size: 45px;
}
.contact-address h4 {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #212529;
	text-transform: capitalize;
}
.contact-address p {
	font-family: 'Poppins', sans-serif;
	color: #111;
}
.contact-form h2{
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #212529
}
.contact-form input,
.contact-form textarea {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #111;
	border: 0;
	border-bottom: 2px solid #8d8d8d;
	outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	box-shadow: 0 0 0 0 rgba(0,123,255,.25);
	border-bottom: 2px solid #F27013;
	transition: 0.4s;
	color: #000;
}
.contact-form textarea {
	height: 150px;
}
.contact-form .btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	border: 2px solid #532519;
	background: transparent;
	padding: 10px 35px;
}
.contact-form .btn:hover {
	background: #f27013;
	color: #FFF;
	border: 2px solid #f27013;
}
.entry-header {
	background: url('https://rhsprecision.com/wp-content/uploads/2020/05/s2.jpg') no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	margin-bottom: 0;
}
.site-content .entry-title {
	color: #FFF;
	font-family: 'Poppins', sans-serif; 
	font-weight: 600;
	margin-top: 50px;
	font-size: 35px
}
.service-box {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 5px;
	padding: 0 0 10px 0;
}
.service-box h4 {
	font-family: 'Barlow', sans-serif;
  	font-weight: 700;
  	text-transform: capitalize;
  	color: #2C131B;
	padding: 0 20px;
	font-size: 15px;
  	margin: 10px 0;	
}
.service-box h5 {
	color: #F27013;
  font-weight: 600;
  font-size: 20px;
	padding: 0 20px;
	font-size: 13.5px;
  font-family: 'Poppins', sans-serif;
}
.service-box img {
	width: 100%;
	border-radius: 5px; 
}