/*
 Epsom Smash Repairs
 Converted from WordPress theme by Slydev
*/

@charset "utf-8";

/* Local Fonts */
@font-face { font-family: 'Raleway'; font-weight: 400; font-style: normal; font-display: swap; src: url('/fonts/raleway-400.woff2') format('woff2'); }
@font-face { font-family: 'Raleway'; font-weight: 500; font-style: normal; font-display: swap; src: url('/fonts/raleway-500.woff2') format('woff2'); }
@font-face { font-family: 'Raleway'; font-weight: 600; font-style: normal; font-display: swap; src: url('/fonts/raleway-600.woff2') format('woff2'); }
@font-face { font-family: 'Raleway'; font-weight: 700; font-style: normal; font-display: swap; src: url('/fonts/raleway-700.woff2') format('woff2'); }
@font-face { font-family: 'Raleway'; font-weight: 800; font-style: normal; font-display: swap; src: url('/fonts/raleway-800.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-weight: 400; font-style: normal; font-display: swap; src: url('/fonts/opensans-400.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-weight: 700; font-style: normal; font-display: swap; src: url('/fonts/opensans-700.woff2') format('woff2'); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color:#dadada;
	font-family: 'Raleway', sans-serif;
	line-height:24px;
	font-size:15px;
	color:#707070;
}
h1{
	font-size:40px;
	line-height:40px;
	font-weight:700;
}
h2{
	font-size:25px;
	line-height:56px;
	font-weight:700;
}
h3{
	font-size:18px;
	line-height:18px;
	font-weight:700;
}
h4{
	font-size:30px;
	line-height:40px;
	font-weight:700;
}
h5{
	font-size:16px;
	line-height:18px;
	font-weight:700;
}
.home_h1 {
	font-size:53px;
	line-height:40px;
}
.home_h2 {
	font-size:40px;
	line-height:56px;
}
.home_h3 {
	font-size:30px;
	line-height:27px;
}
.home_h4 {
	font-size:25px;
	line-height:56px;
}
img {
	max-width:100%;
}
.clear {
	clear:both;
}
.item img {
	width:100%;
}
p {
	line-height:18px;
	margin-bottom:10px;
}
a {
	text-decoration:none;
	color:#4a4a4a;
}
a:hover {
	color:#000000;
}
b, strong {
	font-weight:700;
}
i, em {
	font-style:italic;
}
ul {
	margin-top: 40px;
	padding-left: 40px;
}
ul li {
	line-height: 20px;
	margin-bottom: 16px;
	padding-left: 22px;
}
.full_container {
	width:100%;
}
.container {
	width:1080px;
	margin:0 auto;
}
.top_header {
	background-color: #cf0f17;
	color: #fefefe;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
}
.top_header a {
	color: #fefefe;
	font-family: 'Open Sans', sans-serif;
}
.middle_header {
	background-image: url("/images/logo_bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
.top_header_title img {
	vertical-align: text-top;
}
.mb_tel_ic {
  display: inline-block;
}
.logo {
	padding: 30px 0;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.bottom_header {
	border-bottom: 10px solid #cf0f17;
}
.middle_header {
	position: relative;
}

/* Desktop menu */
.nav-menu { list-style: none; margin: 0; padding: 0; text-align: center; }
.nav-menu li { display: inline-block; margin: 0 20px; position: relative; }
.nav-menu a { display: block; font-size: 16px; padding: 15px 0; color: #333; }
.nav-menu .active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-bottom-color: #cf0f17;
}

/* Hamburger & overlay — hidden on desktop */
.mb_menu_btn { display: none; }
.menu-overlay { display: none; }
.slider {
	text-align:center;
	position:relative;
	overflow:hidden;
}
.slider_img {
	position:relative;
}
.slider_img > .item {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	transition:opacity 0.8s ease-in-out;
}
.slider_img > .item:first-child {
	position:relative;
}
.slider_img > .item.active {
	opacity:1;
	z-index:1;
}
.slider-dots {
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	text-align:center;
	z-index:2;
}
.slider-dot {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#fff;
	margin:0 6px;
	cursor:pointer;
	transition:background 0.3s;
}
.slider-dot.active {
	background:#cf0f17;
}
.main_slider_btns {
	position: absolute;
	top: 50%;
	width: 100%;
}
.btn.prev, .btn.next {
	cursor: pointer;
	position: absolute;
	background: none;
	border: none;
	padding: 0;
}
.btn.prev { left: 10px; }
.btn.next { right: 10px; }
#mycustnav {
	position: relative;
}
.slider_txt {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 100%;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
.slider_txt .home_h1 {
	font-weight: 700;
	margin-bottom: 25px;
}
.slider_txt .home_h3 {
	font-weight: 600;
}
.slider_btn {
	display: block;
	margin-top: 5%;
}
.slider_btn a {
	background-color: #cf0f17;
	border-radius: 10px;
	color: #fffefe;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 35px;
	text-transform: uppercase;
}
.cust_service_left_section .home_h4 {
	color: #040404;
	font-weight: 700;
	text-align: center;
}
.service_left_sec_img {
	border: 1px solid #fff;
	border-radius: 8px;
	float: left;
	overflow: hidden;
	width: 36.5%;
}
.service_left_sec_txt {
  color: #4a4a4a;
  float: left;
  font-size: 18px;
  margin-left: 3%;
  text-align: center;
  width: 60%;
}
.service_left_sec_txt p {
  line-height: 26px;
}
.service_left_sec_txt li {
  float: left;
  list-style-image: url("/images/list_img.png");
  padding-left: 5px;
  width: 195px;
  text-align: left;
  line-height: 22px;
}
.cust_service_left_section {
  float: none;
  margin-right: 0;
  width: 100%;
}
.left_service_section_box {
	margin-top: 35px;
}
.read_more {
	float: right;
	font-size: 12px;
	font-weight: 800;
}
.cust_service_container.container {
	margin: 30px auto;
}
.our_services_container {
	background-attachment: fixed;
	background-image: url("/images/services_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.our_service_title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}
.our_service_txt {
	color: #fefefe;
	font-size: 15px;
	font-weight: 700;
}
.our_service_txt span {
	display: block;
	margin-bottom: 12px;
}
.our_service_box_title {
	text-transform: uppercase;
}
.our_service_box {
	float: left;
	margin: 1%;
	padding: 1%;
	text-align: center;
	width: 29%;
}
.our_service_img {
	height: 70px;
	margin: 40px 0;
	overflow: hidden;
}
.our_service_img_hover {
	height: 70px;
	margin: 40px 0;
	overflow: hidden;
	display:none;
}
.our_service_box:hover {
	background-color:#cf0f17;
}
.our_service_box:hover .our_service_txt {
	color:#000;
}
.our_service_box:hover .our_service_img_hover {
	display:block;
}
.our_service_box:hover .our_service_img {
	display:none;
}
.get_in_touch_container {
  background-color: #cf0f17;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.get_in_touch_container span {
	display: inline-block;
	vertical-align: middle;
}
.get_in_touch_txt {
	font-size: 40px;
	font-weight: 700;
	color:#dadada;
}
.get_in_touch_btn {
	font-size: 25px;
	font-weight: 700;
	margin-left: 75px;
}
.get_in_touch_btn a {
	background-image: url("/images/get_in_touch_bg.jpg");
	border-radius: 5px;
	color: #595c5b;
	display: block;
	padding: 20px 38px;
	text-transform:uppercase;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer_top_section {
	background-color: #595c5b;
	color: #f0f0f0;
	padding: 35px 0;
}
.footer_top_section .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}
.footer_top_left_section { flex: 1; }
.footer_top_right_section {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.address {
	font-size: 13px;
	line-height: 20px;
}
.footer_logo { text-align: center; }
.footer_contact_no {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer_contact_no a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.footer_menu ul { list-style: none; margin: 0; padding: 0; }
.footer_menu li {
	display: inline;
	padding-right: 5px;
}
.footer_menu li::after {
	content: "|";
	color: #f0f0f0;
	font-size: 12px;
	padding-left: 10px;
}
.footer_menu li:last-child::after { display: none; }
.footer_menu a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 4px;
}
.footer_menu a:hover { color: #fe545b; }
.footer_bottom_section {
	background-color: #373737;
	color: #b0b0b0;
	font-size: 13px;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
}
.footer_bottom_section a { color: #b0b0b0; }
.footer_bottom_section a:hover { color: #fe545b; }

/********************Contact**************************/
.inner_pages_title {
  background-color: #cf0f17;
  color: #fff;
  padding: 25px 0 35px;
  text-align: center;
}
.contact_bar {
  background-color: #222222;
  text-align: center;
}
.contact_bar ul {
  margin: 0;
  padding: 0;
}
.contact_bar li {
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 32px 0 32px 40px;
}
.contact_bar li a {
  color: #fff;
}
.location_icon {
  background-image: url("/images/location_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.phone_icon {
  background-image: url("/images/phone_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 5% !important;
}
.email_icon {
  background-image: url("/images/email_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.map_container iframe {
  height: 580px;
  width: 100%;
}
.contact_form_container {
  background-color: #595c5b;
  padding: 40px 0;
}
.contact_form_inner {
  max-width: 620px;
  margin: 0 auto;
}
.contact_form_inner label {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.contact_form_inner .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.contact_form_inner .form-row .form-group {
  flex: 1;
}
.contact_form_inner .form-group {
  margin-bottom: 15px;
}
.contact_form_inner input[type="text"],
.contact_form_inner input[type="email"],
.contact_form_inner input[type="tel"],
.contact_form_inner textarea {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
}
.contact_form_inner input:focus,
.contact_form_inner textarea:focus {
  border-color: #cf0f17;
  outline: none;
}
.contact_form_inner .submit-container {
  text-align: center;
}
.contact_form_inner .submit-btn {
  background-color: #cf0f17;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 40px;
  text-transform: uppercase;
}
.contact_form_inner .submit-btn:hover {
  background-color: #a80c12;
}
.form-success {
  background-color: #4CAF50;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-errors {
  background-color: #f44336;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-errors ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.form-errors li {
  margin-bottom: 5px;
  padding-left: 0;
  list-style: disc;
  color: #fff;
}
/********************Content**************************/
.inner_pages_content_container p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.inner_pages_content_container ul {
  margin-top: 0;
  padding-left: 0;
}
.inner_pages_content_container ul,.ep_inner_full_section ul {
	padding-left:15px;
	margin-bottom:20px;
}

.inner_pages_content_container ul li,.ep_inner_full_section ul li{
  list-style-image: url("/images/list_img.png");
  color: #595c5b;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 3px;
  padding-left:0;
}
.ep_inner_full_section {
  padding: 50px 0 30px;
}
.content_top_section_container h2 {
  color: #040404;
}
.content_top_section_container h3 {
  color: #cf0f17;
  margin-bottom: 15px;
}
.content_top_section_container h4 {
  color: #cf0f17;
}
.content_top_section_container h5 {
  color: #000000;
}
.content_top_section_container {
  padding: 30px 0 40px;
}
.content_img.content_top_section_img {
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  width: 36.7%;
}
.content_top_section_txt {
  color: #707070;
  float: left;
  font-size: 13px;
  margin-left: 2.5%;
  width: 59%;
}
.content_top_section_box {
  padding: 35px 0 0 0;
}
.content_bottom_section_container {
  background-color: #fff;
  padding: 30px 0 55px;
}
.content_bottom_section_txt {
  color: #595c5b;
  float: left;
  font-size: 13px;
  font-weight: 500;
  width: 60%;
}
.content_img.content_bottom_section_img {
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  float: right;
  overflow: hidden;
  width: 36.1%;
}
.content_bottom_section_container h4 {
  color: #cf0f17;
  margin-bottom: 30px;
}
.content_bottom_section_container h5 {
  color: #000;
  margin-bottom: 20px;
}
.common_content_container {
  margin: 30px auto;
}
.common_content_container ul li {
  list-style: outside none disc;
}

@media only screen and (max-width:1200px) {
.slider_txt {
 top: 25%;
}
}
@media only screen and (max-width:1085px) {
.container {
 margin: 0 1%;
 width: 98%;
}
.get_in_touch_container {
 text-align: center;
}
.get_in_touch_btn {
 margin-left: 2%;
}
.our_service_big_box {
 text-align: center;
}
.our_service_box {
 display: inline-block;
 float: none;
 margin: 20px 0;
 padding: 1%;
 width: 308px;
}
.map_container iframe {
  height: 400px;
}
.phone_icon {
  margin: 0 2% !important;
}
}
@media only screen and (max-width:1023px) {
.get_in_touch_container {
 padding: 10px 0;
}
.get_in_touch_container span {
 display: block;
 margin: 20px;
}
.get_in_touch_btn a {
 display: inline-block;
}
.footer_top_section .container {
 flex-direction: column;
 align-items: center;
 text-align: center;
}
.footer_top_left_section {
 width: 100%;
}
.footer_top_right_section {
 flex-direction: column;
 align-items: center;
}
.nav-menu li {
  margin: 0 18px;
}
.contact_bar li {
  font-size: 14px;
}
.top_header {
  font-size: 15px;
}
}
@media only screen and (max-width:767px) {
.top_header {
 font-size: 12px;
 line-height: 20px;
 padding: 10px 0;
}
.middle_header {
 text-align: left;
}
/* Mobile hamburger */
.mb_menu_btn {
 display: block;
 position: absolute;
 right: 10px;
 top: 8px;
 z-index: 1001;
 background: none;
 border: none;
 cursor: pointer;
 padding: 12px;
}
.mb_menu_btn .hamburger,
.mb_menu_btn .hamburger::before,
.mb_menu_btn .hamburger::after {
 display: block;
 width: 24px;
 height: 3px;
 background: #333;
 border-radius: 2px;
 transition: all 0.3s ease;
}
.mb_menu_btn .hamburger { position: relative; }
.mb_menu_btn .hamburger::before,
.mb_menu_btn .hamburger::after { content: ''; position: absolute; left: 0; }
.mb_menu_btn .hamburger::before { top: -7px; }
.mb_menu_btn .hamburger::after { top: 7px; }
.mb_menu_btn.open .hamburger { background: transparent; }
.mb_menu_btn.open .hamburger::before { top: 0; transform: rotate(45deg); background: #cf0f17; }
.mb_menu_btn.open .hamburger::after { top: 0; transform: rotate(-45deg); background: #cf0f17; }

/* Mobile slide-in panel */
.menu {
 position: fixed;
 top: 0;
 right: 0;
 width: 75vw;
 max-width: 280px;
 height: 100dvh;
 background: #fff;
 z-index: 1000;
 transform: translateX(100%);
 transition: transform 0.3s ease;
 box-shadow: -2px 0 10px rgba(0,0,0,0.15);
 overflow-y: auto;
}
.menu.open { transform: translateX(0); }

/* Mobile nav list */
.menu .nav-menu {
 list-style: none;
 margin: 0;
 padding: 100px 0 0;
 text-align: left;
 display: block;
}
.menu .nav-menu li {
 display: block;
 margin: 0;
 padding: 0;
 border-bottom: 1px solid #eee;
}
.menu .nav-menu li::after { display: none; }
.menu .nav-menu a {
 display: block;
 padding: 14px 20px;
 font-size: 15px;
 color: #333;
}
.menu .nav-menu a:hover,
.menu .nav-menu .active a {
 background: #cf0f17;
 color: #fff;
}

/* Overlay */
.menu-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.4);
 z-index: 999;
 display: none;
}
.menu-overlay.open { display: block; }
.get_in_touch_container span {
 line-height: 45px;
}
.get_in_touch_txt {
 font-size: 24px;
}
.get_in_touch_btn a {
 padding: 5px 25px;
}
.cust_service_left_section {
 float: none;
 margin-right: 0;
 width: 100%;
}
.slider_txt .home_h3 {
  line-height:20px;
}
.service_left_sec_img {
 float: none;
 margin: 0 auto 20px;
 max-width: 308px;
}
.service_left_sec_img img {
 width: 100%;
 height: auto;
}
.service_left_sec_txt {
 float: none;
 margin-left: 0;
 width: 96%;
 margin: 2%;
}
.home_h1 {
 font-size: 35px;
 line-height: 30px;
}
.home_h3 {
 line-height: 18px;
}
.home_h4 {
 line-height: 30px;
}
.slider_txt {
 top: 25%;
}
.slider_btn a {
 border-radius: 8px;
 font-size: 10px;
 padding: 0px 22px;
}
.btn.prev img, .btn.next img {
 max-width: 58%;
 height: auto;
}
.btn.prev {
 left: 5px;
}
.our_services_container {
 padding: 30px 0;
}
.our_service_title {
 margin-bottom: 10px;
}
.map_container iframe {
  height: 250px;
}
h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.inner_pages_title {
  padding: 2px 0 12px;
}
.contact_bar li {
  font-size: 13px;
  padding: 10px 10px 10px 33px;
}
.logo {
  padding: 30px;
}
.logo img {
  max-width: 45%;
  height: auto;
}
.container.ep_inner_full_section {
  margin: 0 2%;
  width: 96%;
}
.contact_form_inner .form-row {
  flex-direction: column;
  gap: 0;
}
}
@media only screen and (max-width:639px) {
.content_img.content_top_section_img {
  float: none;
  margin: auto auto 20px;
  width: 308px;
}
.content_top_section_txt {
  float: none;
  margin: 2%;
  width: 96%;
}
.content_bottom_section_txt {
  float: none;
  margin: 2%;
  width: 96%;
}
.content_img.content_bottom_section_img {
  float: none;
  margin: auto auto 20px;
  width: 308px;
}
.content_bottom_section_container h4 {
  margin-bottom: 20px;
  text-align: center;
}
.content_top_section_container h2 {
  text-align: center;
}
}
@media only screen and (max-width:480px) {
.home_h1 {
 font-size: 20px;
 line-height: 20px;
}
.slider_txt .home_h1 {
 margin-bottom: 8px;
}
.home_h3 {
 font-size: 16px;
 line-height: 18px;
}
.home_h4 {
 font-size: 20px;
 line-height: 30px;
}
.slider_txt {
 top: 5%;
}
.slider_btn a {
 border-radius: 8px;
 font-size: 10px;
 padding: 0px 22px;
}
.btn.prev img, .btn.next img {
 max-width: 58%;
 height: auto;
}
}
