/*
Theme Name: Medieval Metalwerx
Theme URI: https://www.medievalmetalwerx.com/
Author: Minnesota Design Studio
Author URI: https://www.minnesotadesign.com/
Description: Lightweight standalone theme for the Medieval Metalwerx website.
Version: 1.0.7
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: medieval-metalwerx
*/

@font-face {
	font-family: "Josefin Sans";
	font-style: normal;
	font-weight: 100 700;
	font-display: swap;
	src: url("assets/fonts/josefin-sans-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: 100 700;
	font-display: swap;
	src: url("assets/fonts/josefin-sans-latin-italic-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Quicksand";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("assets/fonts/quicksand-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/roboto-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/open-sans-latin-600.woff2") format("woff2");
}

/* Minimal Bootstrap-compatible foundation used by the theme templates. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	background-color: #fff;
	color: #212529;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: bolder;
}

a {
	background-color: transparent;
	color: #007bff;
	text-decoration: none;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-sm-6,
.col-sm-12,
.col-md-12,
.col-lg-3,
.col-lg-6,
.col-xl-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-center {
	justify-content: center !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


img{
	max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}


/**top 3x3 box start**/
.top_box_outer{
	margin:0px;
	padding:20px 0px 0px 0px;
}
.top_box_3x3 {
	margin: 0px;
    padding: 12px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
	background:#ffffff47;
	border:solid 1px #d7d7d7;
}

.top_box_3x3 .top_box_img {
    float:left;
}

.top_box_3x3 .mmw-home-feature-icon {
	display: block;
	flex: 0 0 auto;
	background-color: #13191f;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: background-color 180ms ease, transform 180ms ease;
}

.top_box_3x3 .mmw-home-feature-icon--quality {
	width: 72px;
	height: 72px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 72 72%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%225%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M36 3l8 7 11-1 3 11 9 6-4 10 4 10-9 6-3 11-11-1-8 7-8-7-11 1-3-11-9-6 4-10-4-10 9-6 3-11 11 1z%22/%3E%3Ccircle cx=%2236%22 cy=%2236%22 r=%2220%22/%3E%3Cpath d=%22M25 36l7 7 15-16%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 72 72%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%225%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M36 3l8 7 11-1 3 11 9 6-4 10 4 10-9 6-3 11-11-1-8 7-8-7-11 1-3-11-9-6 4-10-4-10 9-6 3-11 11 1z%22/%3E%3Ccircle cx=%2236%22 cy=%2236%22 r=%2220%22/%3E%3Cpath d=%22M25 36l7 7 15-16%22/%3E%3C/g%3E%3C/svg%3E");
}

.top_box_3x3 .mmw-home-feature-icon--delivery {
	width: 76px;
	height: 53px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 76 53%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%225%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M24 8h28v29H22%22/%3E%3Cpath d=%22M52 18h11l9 11v8H52zM5 8h12M3 18h14M7 28h10%22/%3E%3Ccircle cx=%2225%22 cy=%2240%22 r=%227%22/%3E%3Ccircle cx=%2259%22 cy=%2240%22 r=%227%22/%3E%3Cpath d=%22M32 40h20%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 76 53%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%225%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M24 8h28v29H22%22/%3E%3Cpath d=%22M52 18h11l9 11v8H52zM5 8h12M3 18h14M7 28h10%22/%3E%3Ccircle cx=%2225%22 cy=%2240%22 r=%227%22/%3E%3Ccircle cx=%2259%22 cy=%2240%22 r=%227%22/%3E%3Cpath d=%22M32 40h20%22/%3E%3C/g%3E%3C/svg%3E");
}

.top_box_3x3 .mmw-home-feature-icon--communication {
	width: 80px;
	height: 74px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 80 74%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%224.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M30 50H17L6 61l2-15A23 23 0 1 1 30 50z%22/%3E%3Cpath d=%22M35 16a23 23 0 0 1 36 27l2 15-11-11H51%22/%3E%3Cpath d=%22M18 29h3M28 29h18M17 38h25M45 23h3M55 23h10M51 32h15%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 80 74%22%3E%3Cg fill=%22none%22 stroke=%22black%22 stroke-width=%224.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M30 50H17L6 61l2-15A23 23 0 1 1 30 50z%22/%3E%3Cpath d=%22M35 16a23 23 0 0 1 36 27l2 15-11-11H51%22/%3E%3Cpath d=%22M18 29h3M28 29h18M17 38h25M45 23h3M55 23h10M51 32h15%22/%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) and (pointer: fine) {
	.top_box_3x3:hover .mmw-home-feature-icon,
	.top_box_3x3:focus-within .mmw-home-feature-icon {
		background-color: #f15b28;
		transform: translateY(-2px) scale(1.04);
	}
}

.top_box_3x3 .top_box_img img {
    max-width: 80px;
	max-height:80px;
    height: auto;
}

.top_box_3x3 .top_box_text {
    width: 75%;
    padding: 0px 0px 0px 20px;
    transition: .5s;
    display: inline-block;
}
.top_box_3x3 .top_box_text h3 {
	color: #13191f;
    font-size: 22px;
    margin: 0px 0 0px 0;
    transition: .5s;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.top_box_3x3 .top_box_text p {
    color: #13191f;
    font-size: 20px;
	line-height:30px;
    margin-bottom: 0px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.top_box_3x3 .top_box_text a {
	font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
	text-decoration:underline;
}
/**top 3x3 box end**/

/**about start**/
.about_outer{
	margin: 0px;
    padding: 50px 0px 30px;
    background: #fff;
    position: relative;
    z-index: 0;
}
.about_outer h2 {
    font-size: 46px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #13191f;
    padding: 0px 0px 35px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.about_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.about_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(assets/images/sep.png) no-repeat;
}
.about_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 32px;
    color: #000444;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	text-align:center;
}
.about_btn {
    font-size: 18px;
    color: #f15b28;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: transparent;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px #f15b28;
	border-radius:50px;
	text-transform:uppercase;
}
.about_btn:hover {
    transition: all linear 300ms;
	background: #f15b28;
	color: #fff;
	text-decoration: none;
	border:solid 2px #f15b28;
}
.about_img_css{
	margin:0px;
	position: relative;
	text-align: center;
}
.about_img_css img {
	position: relative;
	border-radius:10px;
}
/**about end**/

/**services area start**/
.service_outer{
	margin: 0px;
    padding: 50px 0px;
	text-align:center;
	position:relative;
}
.service_outer_overlay::before {
position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    opacity: .85;
    background: #1b232a;
}
.service_outer h2 {
  	font-size: 50px;
 	font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    color: #fff;
	padding: 0px 0px 35px 0px;
    margin: 0px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.service_outer h2::after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: url(assets/images/sep.png) no-repeat;
}
.service_outer span {
  	font-size: 20px;
	line-height: 25px;
 	font-family: "Quicksand", sans-serif;
    font-weight:600;
  	color: #f15b28;
	padding: 0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	display: block;
	text-transform: none;
}

/* Normalize WPBakery's per-column padding so every service card is identical. */
.service_outer .vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.service_box {
	width: 100%;
	height: auto;
	min-height: 260px;
    margin: 10px 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 10px rgba(0,0,0,0.1);
	background: #1b2128;
	-webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
	border:solid 1px #f15b28;
}
.service_box::before {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 60%;
    height: 7px;
    margin: 0px auto;
    content: '';
    top: 0px;
    background: #f15b28;
}
.service_box::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 60%;
    height: 7px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: #f15b28;
}
.service_box:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.service_box img{
    max-height: 60px;
}
.service_box_inner {
    /*width: 53%;
    float: right;*/
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
    margin-top: 0;
    padding: 25px 10px;
    display: inline-block;
}
.service_box_inner h3,
.service_box_inner h4 {
	margin: 0px;
	padding:25px 0px 5px 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	color: #fff;
	font-size:28px;
	line-height:32px;
	position: relative;
	text-transform: uppercase;
}
.service_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/**services area end**/

/**testimonial area start**/
.testimonial_outer{
	padding: 50px 0px 60px;
	margin: 0px;
    background: #e7f0ff;
	position: relative;
}
.testimonial_outer h2 {
    font-size: 46px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #13191f;
    padding: 0px 0px 35px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center
}
.testimonial_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.testimonial_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(assets/images/sep.png) no-repeat;
}
/**testimonial area end**/

/**form area start**/
.form_outer{
	margin: 0px;
    padding:0px;
	background: #fff;
	overflow: hidden;
	overflow: clip;
}
.custom_zindex{
	z-index: 10;
}
.form_outer h2 {
    font-size: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #13191f;
    padding: 0px 0px 35px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
}
.form_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.form_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background:url(assets/images/sep.png) no-repeat;
}
.form_outer span {
    font-size: 22px;
    font-family: Arial;
    font-weight: 400;

    padding: 0px;
    margin: 3px;
    display: block;
}
.form_custom_css{
	padding:40px 80px!important;
}
#contact-form{
	margin-top: 0px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px);
}
.request_a_quote_form{
	padding: 0px 0px 0px 0px;
}
.request_a_quote_form .form-control {
	display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    border:solid 2px #1b232a;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    color: #494949;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea_min_h{
	min-height: 100px;
}
.submit_btn_css {
    font-size: 18px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #13191f;
    padding: 12px 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px #13191f;
	border-radius:50px;
	text-transform:uppercase;
}
.submit_btn_css:hover {
    transition: all linear 300ms;
	background: #f15b28;
	color: #fff;
	text-decoration: none;
	border:solid 2px #f15b28;
}
.quick_address {
    padding: 0px;
    background: #f15b28;
    position: relative;
}
.quick_address:after {
    content: "";
    background: #f15b28 none repeat scroll 0 0;
    transform: skewX(-8deg);
    -webkit-transform: skewX(-8deg);
    height: 100%;
    width: auto;
    left: -40px;
    right: -40px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.quick_address_text{
	margin: 0px;
    padding:28px 50px 32px;
	z-index: 1;
    position: relative;
}
.quick_address h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #fff;
	font-family: "Quicksand", sans-serif;
    font-weight: 400;
    margin: 0px 0px 30px 40px;
	font-size: 18px;
	position: relative;
}
.quick_address h5 em{
    padding-left: 0px;
    line-height: 22px;
    color: #fff;
	font-family: "Josefin Sans", sans-serif;
    margin: 0px!important;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.quick_address h5 span{
	font-size: 25px;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #fff;
	text-transform:uppercase;
}
.quick_address h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #ffffff;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address h5.address_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#fff url(assets/images/address_icon.png) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address h5.phone_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#fff url(assets/images/phone_icon.png) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address h5.email_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#fff url(assets/images/email_icon.png) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address .text {
    width: 80%;
    /*float: left;*/
}

.quick_address1{
	margin-top: 0px;
	margin-left: 50px;
}
.quick_address1 h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: 'Roboto Slab', serif;
    margin: 0px 0px 30px;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.quick_address1 h5 em{
    padding-left: 0px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: 'Roboto Slab', serif;
    margin: 0px!important;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.quick_address1 h5 span{
	font-size: 22px;
	font-weight: 600;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-family: 'Roboto Slab', serif;
    color: #7dc2c0;
}
.quick_address1 h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #7dc2c0;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address1 h5.address_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/address_icon.png) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.phone_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/phone_icon.png) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.email_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/email_icon.png) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address1 .text {
    width: 80%;
    /*float: left;*/
}
/**form area end**/

/**footer start**/
.footer-section {
	background: url(assets/images/footer_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 0;
	position: relative;
}
.footer-section .footer-widget {
	margin-bottom: 40px;
}

.footer-section .footer-widget h4 {
  font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
  	color: #fff;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	position: relative;
	text-transform:uppercase;
}
.footer-section .footer-widget h4::before {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    content: '';
    bottom: 0px;
    background: #fff;
}
.footer-section .footer-widget p {
    color: #fff;
    line-height: 22px;
	margin-top: 25px;
    margin-bottom: 22px;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
}
.footer-section .footer-widget ul {
	margin-bottom: 20px;
}
.footer-section .footer-widget ul li {
	list-style: none;
}

.footer-section .footer-widget ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 0px 0px 10px 22px;
	text-decoration: none;
	font-family: "Quicksand", sans-serif;
    font-weight: 400;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	    background: url(assets/images/footer_bullet.png) 0px 2px no-repeat;
	display: block;
	text-transform:uppercase;
}
.footer-section .footer-widget ul li a:hover{
	padding: 0px 0px 10px 25px;
	color: #f15b28;
	background: url(assets/images/foogter_bullet_hover.png) 5px 2px no-repeat;
}
.footer-section .footer-widget ul.style-2 {
    position: relative;
    padding-bottom: 0px;
}
.footer-section .footer-widget ul.style-2 li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
.footer-section .footer-widget ul.style-2 li .mmw-footer-contact-icon {
	display: block;
	width: 17px;
	height: 17px;
	color: #fff;
}
.footer-section .footer-widget ul.style-2 li a{
	color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-left: 0;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background: no-repeat;
	text-transform: inherit;
}
.footer-section .footer-widget ul.style-2 li a strong{
	font-size: 15px;
} 
.footer-section .footer-widget ul.style-2 li a:hover{
	color: #f15b28;
}
.footer-section .footer-widget ul.style-2 .hl {
    font-weight: bold;
    min-width: 25px;
    float: left;
}
.footer-section .footer-widget ul.style-2 .text {
    width: 80%;
    float: left;
}
.footer_logo_box {
	margin:0px;
	padding:0px;
    position: relative;
}

.footer_logo_box .footer_logo_img {
    float:left;
}

.footer_logo_box .footer_logo_img img {
    max-width: 100%;
}

.footer_logo_box .footer_logo_text {
    width: 65%;
    padding: 10px 0px 0px 20px;
    transition: .5s;
    display: inline-block;
}

.footer_logo_box .footer_logo_text p {
    color: #b29a52;
    font-size: 15px;
    margin-bottom: 0px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
.footer-bottom-outer{
	
}
.footer-bottom {
	padding: 20px 0px;
	background: #1b232a;
}

.copyright {
	color: #0e1017;
	font-size: 14px;
	margin-bottom: 0px;
}

.copyright p {
	color: #fff;
	font-size: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	font-family: "Quicksand", sans-serif;
    font-weight: 400;
}

.mmw-credit-pill {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 18px;
	overflow: hidden;
	color: #fff;
	background: #0e1017;
	border: 1px solid #f15b28;
	border-radius: 999px;
	font-family: "Quicksand", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.mmw-credit-pill::before {
	position: absolute;
	top: -80%;
	left: -50%;
	z-index: -1;
	width: 34%;
	height: 260%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	content: "";
	transform: translateX(-260%) rotate(18deg);
	transition: transform 650ms ease;
}

.mmw-credit-pill:hover,
.mmw-credit-pill:focus {
	color: #fff;
	background: #f15b28;
	box-shadow: 0 0 20px rgba(241, 91, 40, 0.45);
	text-decoration: none;
}

.mmw-credit-pill:hover::before,
.mmw-credit-pill:focus::before {
	transform: translateX(620%) rotate(18deg);
}

.mmw-credit-pill span {
	position: relative;
	z-index: 1;
}

.footer_social_links {
	display: flex;
	align-items: center;
	gap: 7px;
}

.footer_social_links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #f15b28;
	border: 1px solid #f15b28;
	border-radius: 50%;
	text-align: center;
	transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.footer_social_links a:hover,
.footer_social_links a:focus {
	color: #f15b28;
	background: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.footer_social_links .mmw-footer-social-icon {
	display: block;
	width: 15px;
	height: 15px;
}
/**footer end**/

/**inner css start**/
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
	position:relative;
}
.breadcam_bg {

}
.breadcam_overlay::before {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    opacity: .75;
    background: #1b232a;
}
.bradcam_area h2 {
  	font-size: 50px;
 	font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    color: #fff;
	padding: 0px 0px 5px 0px;
    margin: 0px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.bradcam_area h2::after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 1px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: #fff;
}
.bradcam_area p {
    font-size: 20px;
    font-family: "Goldman", sans-serif;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:uppercase;
	text-align:center;
}
.service_page_css{
	padding: 10px 0px 0px 0px;
}
.service_sidebar_css{
	margin: 0px;
	padding: 20px 10px 20px 0px;
	background: #1b232a;
    background-size: cover;
    background-position: center center;
}
.service_sidebar_css h3 {
  	font-size: 25px;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
  	color: #fff;
	padding: 0px 20px 10px 20px;
    margin: 30px 0px 20px 0px;
	position: relative;
	text-transform: uppercase;
}
.sidebar_quick_address{
	margin-top: 0px;
	margin-left: 40px;
}
.sidebar_quick_address h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #fff;
	font-family: "Quicksand", sans-serif;
    margin: 0px 0px 20px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.sidebar_quick_address h5 span{
	font-size: 16px;
	font-weight: 800;
    color: #fff;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}
.sidebar_quick_address h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #333333;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.sidebar_quick_address h5.address_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#1b232a url(assets/images/address_icon.png) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.sidebar_quick_address h5.phone_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#1b232a url(assets/images/phone_icon.png) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.sidebar_quick_address h5.email_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#1b232a url(assets/images/email_icon.png) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.sidebar_quick_address .text {
    width: 80%;
    /*float: left;*/
}
.sep{
	margin: 15px 20px 15px 20px;
	padding: 0px;
	height: 1px;
	background: #222c34;
}
.service_sidebar_css h3::after {
	position: absolute;
    left: 20px;
    right: 0px;
    width: 70px;
    height: 1px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #cecece;
}
.service_sidebar_css ul{
	margin: 0px;
	padding: 0px;
}
.service_sidebar_css ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.service_sidebar_css ul li a{
	margin: 0px;
	padding: 10px 0px 10px 40px;
	font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	background: url(assets/images/service_arrow.png) 20px 17px no-repeat;
	transition: all linear 300ms;
	text-transform:uppercase;
}
.service_sidebar_css ul li a:hover{
	margin: 0px;
	padding: 10px 0px 10px 35px;
	color: #fff;
	background:#f15b28 url(assets/images/service_arrow.png) 20px 17px no-repeat;
}
.service_page_css h3,
.service_page_css h4 {
  	font-size: 25px;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
  	color: #000;
	padding: 0px 0px 10px 0px;
    margin: 30px 0px 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.service_page_css h3::after,
.service_page_css h4::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 70px;
    height: 1px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #cecece;
}
.service_page_css ul.custom_ul{
	margin: 0px;
	padding: 0px;
}
.service_page_css ul.custom_ul li{
	margin: 0px;
	padding: 0px 0px 25px 30px;
	font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: #373a5e;
	position: relative;
	text-decoration: none;
	display: inline-block;
	transition: all linear 300ms;
}
.service_page_css ul.custom_ul li::before {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    margin: 0px;
    content: '';
    top: 7px;
    background: url(assets/images/service_bullet.png) no-repeat;
}
.service_page_css ul li strong{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 26px;
    color: #373a5e;
	transition: all linear 300ms;
}
.service_page_css p {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: #000444;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 0px 0px;
}
.service_page_css ul.content_mid{
	margin: 0px;
	padding: 0px;
}
.service_page_css ul.content_mid li{
	margin: 0px;
	padding: 10px 0px 10px 35px;
	list-style: none;
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #858585;
	position: relative;
	border-bottom: solid 1px #ccc;
}
.service_page_css ul.content_mid li::after {
  position: absolute;
    left: 0px;
    right: 0px;
    width: 21px;
    height: 15px;
    margin: 0px;
    content: '';
    bottom: 17px;
}

/**sample area css**/
.sample_outer{
	margin: 0px;
    padding: 0px 0px 0px 0px;
}
.sample_outer h2 {
	font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #13191f;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
}
.sample_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.sample_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background:url(assets/images/sep.png) no-repeat;
}
.sample_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
	text-align:center;
}
.sample_outer .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
    border: solid 7px #fff;
    box-shadow: 0px 0px 10px #00000061;
}
.service_sample_btn {
    font-size: 18px;
    color: #f15b28;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: transparent;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px #f15b28;
	border-radius:50px;
	text-transform:uppercase;
}
.service_sample_btn:hover {
    transition: all linear 300ms;
	background: #f15b28;
	color: #fff;
	text-decoration: none;
	border:solid 2px #f15b28;
}
/**sample area end**/

/**industries css start**/
.industries_bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 270px 0 100px 0;
    background-repeat: no-repeat;
	position:relative;
}
.industries_bradcam_bg {
    background-image: url(assets/images/industries_page_header_bg.jpg);
}
.industries_bradcam_overlay::before {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    opacity: .75;
    background: #1b232a;
}
.industries_bradcam_area h2 {
	font-size: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.industries_bradcam_area h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.industries_bradcam_area h2::after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 1px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: #fff;
}

.industries_outer{
	margin: 0px;
    padding: 40px 0px 40px 0px;
}
.industries_box_border{
	padding:12px;
	margin-bottom:25px;
	border:solid 1px #ccc;
}
.industries_outer h3 {
  	font-size: 25px;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
  	color: #000;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px;
    position: relative;
    text-transform: uppercase;
}
.industries_outer h3::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 70px;
    height: 1px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #cecece;
}
.industries_outer p {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: #000444;
    padding: 0px;
    margin: 0px;
}
/**industries css end**/

/**testimonial area start**/
.innr_page_testimonial_outer{
	padding: 50px 0px 60px;
	margin: 0px;
    background: #e7f0ff;
	position: relative;
}
.innr_page_testimonial_outer h2 {
    font-size: 46px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #13191f;
    padding: 0px 0px 35px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center
}
.innr_page_testimonial_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #f15b28;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.innr_page_testimonial_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(assets/images/sep.png) no-repeat;
}
.innr_page_testimonial_box{
	margin:0px 0px 20px 0px;
	padding:15px;
	border:solid 1px #ccc;
}
.innr_page_testimonial_quote{
	max-width:55px;
	max-height:55px;
	margin:0px;
	padding:12px;
	background:#f15b28;
	border-radius:100%;
}
.innr_page_testimonial_box h3 {
	font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #000;
    padding: 5px 0px 0px 0px;
    margin: 10px 0px 0px;
    position: relative;
    border-top: solid 3px #f15b28;
    display: inline-block;
}
.innr_page_testimonial_box h3 span {
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #1b232a;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    text-transform: capitalize;
}
.innr_page_testimonial_box p {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: #000444;
    padding: 0px;
    margin: 20px 0px 10px 0px;
}
/**testimonial area end**/
/**inner css end**/

/* =========================================================
   Standalone theme compatibility
   ========================================================= */

body {
	overflow-x: hidden;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
audio,
embed,
object,
video {
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
	border: 0;
}

ul {
	list-style: none;
}

.nv-content-wrap,
.excerpt-wrap {
	--listpad: 20px;
	--liststyle: disc;
}

.nv-content-wrap ul,
.nv-content-wrap ol,
.excerpt-wrap ul,
.excerpt-wrap ol {
	margin: 30px 0;
}

.nv-content-wrap li,
.excerpt-wrap li {
	margin-top: 10px;
}

.entry-content a:not([class]) {
	text-decoration: underline;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 10px 15px;
	clip: auto;
	color: #000;
	background: #fff;
	white-space: normal;
}

/* =========================================================
   Medieval Metalwerx header and example-theme navigation
   ========================================================= */

.mmw-site-header,
.mmw-site-header *,
.mmw-site-header *::before,
.mmw-site-header *::after {
	box-sizing: border-box;
}

.mmw-site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	padding: 0;
	color: #000;
	background: #fff;
}

.mmw-site-header a {
	text-decoration: none;
}

.mmw-icon {
	display: inline-block;
	flex: 0 0 auto;
	vertical-align: middle;
}

.mmw-header-top {
	height: 37px;
	padding: 0;
	background: #e2e2e2;
}

.mmw-header-top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 37px;
}

.mmw-contact-list,
.mmw-site-header .site-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mmw-contact-list {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.mmw-contact-list li {
	display: block;
	margin: 0;
	padding: 0;
}

.mmw-contact-list a {
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	white-space: nowrap;
	transition: color 200ms ease;
}

.mmw-contact-list a:hover,
.mmw-contact-list a:focus {
	color: #f15b28;
}

.mmw-contact-list .mmw-contact-icon {
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

.mmw-header-socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	flex: 0 0 auto;
}

.mmw-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	padding: 0;
	color: #000;
	background: transparent;
	border-radius: 3px;
	line-height: 1;
	transition: color 200ms ease, transform 200ms ease;
}

.mmw-social-link:hover,
.mmw-social-link:focus {
	color: #f15b28;
	background: transparent;
	transform: translateY(-1px);
}

.mmw-social-link:focus-visible {
	outline: 2px solid #f15b28;
	outline-offset: 2px;
}

.mmw-social-link .mmw-social-icon {
	display: block;
	width: 22px;
	height: 22px;
}

.mmw-site-header .row.header {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

.mmw-site-header .row.header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 116px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: min-height 200ms ease, padding 200ms ease;
}

.mmw-site-header .logo {
	flex: 0 0 165px;
	width: 165px;
	min-width: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	transition: flex-basis 200ms ease, width 200ms ease;
}

.mmw-site-header .logo a,
.mmw-site-header .logo img {
	display: block;
}

.mmw-site-header .logo img {
	width: 165px;
	max-width: 165px;
	height: auto;
	margin: 0;
	transition: width 200ms ease, max-width 200ms ease;
}

.mmw-site-header .header-actions {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.mmw-site-header .site-nav,
.mmw-site-header .site-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mmw-site-header .site-nav a {
	text-decoration: none;
}

.mmw-site-header .nav-toggle,
.mmw-site-header .submenu-toggle {
	font: inherit;
}

.top-margin {
	display: block;
	width: 100%;
	height: 153px;
	min-height: 153px;
	padding: 0;
	margin: 0;
}

.mmw-site-header.is-scrolled {
	position: fixed;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}

.mmw-site-header.is-scrolled .mmw-header-top {
	display: none;
}

.mmw-site-header.is-scrolled .row.header > .container {
	min-height: 74px;
	padding-top: 0;
	padding-bottom: 0;
}

.mmw-site-header.is-scrolled .logo {
	flex-basis: 108px;
	width: 108px;
}

.mmw-site-header.is-scrolled .logo img {
	width: 108px;
	max-width: 108px;
}

body.admin-bar .mmw-site-header.is-scrolled {
	top: 32px;
}

@media screen and (min-width: 993px) {
	.mmw-site-header .nav-toggle,
	.mmw-site-header .submenu-toggle {
		display: none;
	}

	.mmw-site-header #site-navigation.main-navigation {
		flex: 0 0 auto;
		width: auto;
		min-width: 0;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li {
		position: relative;
		display: block;
		float: none;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li > a {
		position: relative;
		display: inline-flex;
		align-items: center;
		width: auto;
		min-height: 26px;
		padding: 0;
		margin: 0 5px;
		color: #000;
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: 15px;
		font-weight: 600;
		line-height: 26px;
		text-transform: none;
		white-space: nowrap;
		transition: color 200ms ease;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.menu-item-has-children > a {
		padding-right: 15px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.menu-item-has-children > a::before {
		position: absolute;
		top: 50%;
		right: 1px;
		width: 6px;
		height: 6px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		content: "";
		transform: translateY(-70%) rotate(45deg);
		transition: transform 180ms ease;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.menu-item-has-children:hover > a::before,
	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.menu-item-has-children:focus-within > a::before {
		transform: translateY(-30%) rotate(-135deg);
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li > a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 1px;
		background: #f15b28;
		content: "";
		opacity: 0;
		transform: scaleX(0);
		transition: opacity 200ms ease, transform 200ms ease;
	}

	.mmw-site-header .site-nav .primary-menu > li > a:hover,
	.mmw-site-header .site-nav .primary-menu > li > a:focus,
	.mmw-site-header .site-nav .primary-menu > li.current-menu-item > a,
	.mmw-site-header .site-nav .primary-menu > li.current-menu-ancestor > a,
	.mmw-site-header .site-nav .primary-menu > li.current_page_item > a,
	.mmw-site-header .site-nav .primary-menu > li.current_page_ancestor > a {
		color: #f15b28;
		background: transparent;
		box-shadow: none;
	}

	.mmw-site-header .site-nav .primary-menu > li > a:hover::after,
	.mmw-site-header .site-nav .primary-menu > li > a:focus::after,
	.mmw-site-header .site-nav .primary-menu > li.current-menu-item > a::after,
	.mmw-site-header .site-nav .primary-menu > li.current-menu-ancestor > a::after,
	.mmw-site-header .site-nav .primary-menu > li.current_page_item > a::after,
	.mmw-site-header .site-nav .primary-menu > li.current_page_ancestor > a::after {
		opacity: 1;
		transform: scaleX(1);
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		padding: 0 !important;
		margin-left: 5px;
		color: #fff;
		background: #f15b28;
		border: 2px solid #f15b28;
		border-radius: 50px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn:hover,
	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn:focus-within {
		background: #000;
		border-color: #000;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 36px;
		padding: 0 20px !important;
		margin: 0;
		color: #fff !important;
		font-size: 14px;
		font-weight: 700;
		line-height: 35px;
		text-align: center;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn > a::after {
		display: none;
	}

	.mmw-site-header .site-nav .sub-menu {
		position: absolute;
		top: calc(100% + 32px);
		left: 0;
		z-index: 10010;
		display: none;
		width: 250px;
		min-width: 250px;
		padding: 10px;
		margin: 0;
		background: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
		text-align: left;
	}

	.mmw-site-header .site-nav .primary-menu > li:last-child > .sub-menu {
		right: 0;
		left: auto;
	}

	.mmw-site-header .site-nav .primary-menu > li.menu-item-has-children > .sub-menu {
		width: 540px;
		min-width: 540px;
		padding: 16px 20px;
		column-count: 2;
		column-gap: 28px;
		column-rule: 1px solid #eee;
	}

	.mmw-site-header .site-nav li:hover > .sub-menu,
	.mmw-site-header .site-nav li:focus-within > .sub-menu {
		display: block;
	}

	.mmw-site-header .site-nav .sub-menu::before {
		position: absolute;
		top: -32px;
		right: 0;
		left: 0;
		height: 32px;
		content: "";
	}

	.mmw-site-header .site-nav .sub-menu li {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		break-inside: avoid;
	}

	.mmw-site-header .site-nav .sub-menu a {
		display: block;
		width: 100%;
		padding: 5px 0;
		margin: 0;
		color: #001c2e;
		background: #fff;
		font-size: 15px;
		font-weight: 600;
		line-height: 25px;
		text-transform: none;
		white-space: normal;
	}

	.mmw-site-header .site-nav .sub-menu a:hover,
	.mmw-site-header .site-nav .sub-menu a:focus {
		color: #f15b28;
		background: #fff;
	}

	.mmw-site-header .site-nav .sub-menu .sub-menu {
		top: -10px;
		left: calc(100% + 10px);
	}

	.mmw-site-header.is-scrolled .site-nav .sub-menu {
		top: calc(100% + 24px);
	}

	.mmw-site-header.is-scrolled .site-nav .sub-menu::before {
		top: -24px;
		height: 24px;
	}
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	.mmw-site-header .row.header > .container {
		gap: 12px;
	}

	.mmw-site-header .logo {
		flex-basis: 145px;
		width: 145px;
	}

	.mmw-site-header .logo img {
		width: 145px;
		max-width: 145px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li > a {
		padding: 0 3px;
		margin: 0;
		font-size: 13px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.menu-item-has-children > a {
		padding-right: 15px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn {
		margin-left: 3px;
	}

	.mmw-site-header #site-navigation.main-navigation ul#primary-menu.primary-menu > li.request_quote_btn > a {
		padding-right: 12px !important;
		padding-left: 12px !important;
		font-size: 13px;
	}

	.mmw-contact-list {
		gap: 12px;
	}

	.mmw-contact-list a {
		font-size: 13px;
	}

	.mmw-contact-list .mmw-contact-icon {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.mmw-header-socials {
		gap: 3px;
	}

	.mmw-site-header.is-scrolled .logo {
		flex-basis: 100px;
		width: 100px;
	}

	.mmw-site-header.is-scrolled .logo img {
		width: 100px;
		max-width: 100px;
	}
}

@media screen and (max-width: 992px) {
	body.nav-open {
		overflow: hidden;
	}

	.mmw-header-top {
		display: none;
	}

	.mmw-site-header .row.header {
		border-bottom: 1px solid #eee;
		box-shadow: 0 3px 12px rgba(0, 4, 68, 0.08);
	}

	.mmw-site-header .row.header > .container {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		width: 100%;
		max-width: none;
		min-height: 96px;
		margin: 0;
		padding: 6px 15px;
	}

	.mmw-site-header .logo {
		flex: 0 0 145px;
		width: 145px;
	}

	.mmw-site-header .logo img {
		width: 145px;
		max-width: 145px;
	}

	.mmw-site-header .header-actions {
		display: flex;
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
	}

	.mmw-site-header .site-nav {
		position: static;
		width: 46px;
		height: 46px;
	}

	.mmw-site-header .site-nav > .nav-toggle {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		z-index: 10012;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		min-width: 46px;
		min-height: 46px;
		padding: 0;
		margin: 0;
		color: #fff;
		background: #3a3a3a;
		border: 2px solid #000;
		border-radius: 5px;
		box-shadow: none;
		cursor: pointer;
		pointer-events: auto;
		transform: none;
	}

	.mmw-site-header .site-nav > .nav-toggle:hover,
	.mmw-site-header .site-nav > .nav-toggle:focus {
		color: #fff;
		background: #000;
		outline: 2px solid #f15b28;
		outline-offset: 2px;
	}

	.mmw-site-header .nav-toggle-icon,
	.mmw-site-header .nav-toggle-icon::before,
	.mmw-site-header .nav-toggle-icon::after {
		display: block;
		width: 24px;
		height: 3px;
		margin: 0;
		background: currentColor;
		border-radius: 0;
		content: "";
		transition: top 180ms ease, transform 180ms ease, background-color 180ms ease;
	}

	.mmw-site-header .nav-toggle-icon {
		position: relative;
	}

	.mmw-site-header .nav-toggle-icon::before,
	.mmw-site-header .nav-toggle-icon::after {
		position: absolute;
		left: 0;
	}

	.mmw-site-header .nav-toggle-icon::before {
		top: -8px;
	}

	.mmw-site-header .nav-toggle-icon::after {
		top: 8px;
	}

	.mmw-site-header .nav-toggle[aria-expanded="true"] .nav-toggle-icon {
		background: transparent;
	}

	.mmw-site-header .nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.mmw-site-header .nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.mmw-site-header #primary-menu.primary-menu {
		position: fixed;
		top: var(--menu-panel-offset, 96px);
		right: 0;
		bottom: auto;
		left: 0;
		z-index: 10011;
		display: none;
		width: auto;
		max-width: none;
		max-height: var(--menu-available-height, calc(100vh - 96px));
		padding: 8px 14px calc(18px + env(safe-area-inset-bottom));
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		border: 0;
		border-top: 3px solid #f15b28;
		box-shadow: 0 16px 30px rgba(0, 4, 68, 0.18);
		text-align: left;
		-webkit-overflow-scrolling: touch;
	}

	.mmw-site-header .site-nav.is-open #primary-menu.primary-menu {
		display: block;
	}

	.mmw-site-header #primary-menu.primary-menu li {
		position: relative;
		display: block;
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: left;
	}

	.mmw-site-header #primary-menu.primary-menu > li + li {
		border-top: 1px solid #eee;
	}

	.mmw-site-header #primary-menu.primary-menu a {
		display: block;
		width: 100%;
		min-height: 48px;
		padding: 12px 52px 12px 12px;
		margin: 0;
		color: #000;
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: 15px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		white-space: normal;
	}

	.mmw-site-header #primary-menu.primary-menu a:hover,
	.mmw-site-header #primary-menu.primary-menu a:focus,
	.mmw-site-header #primary-menu.primary-menu .current-menu-item > a,
	.mmw-site-header #primary-menu.primary-menu .current_page_item > a {
		color: #f15b28;
		background: #f7f7f7;
		box-shadow: inset 3px 0 0 #f15b28;
	}

	.mmw-site-header #primary-menu.primary-menu .sub-menu {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: none;
		width: auto;
		min-width: 0;
		max-width: none;
		padding: 4px 0 4px 14px;
		margin: 0 0 8px;
		opacity: 1;
		visibility: visible;
		background: #f7f7f7;
		border: 0;
		border-left: 3px solid #f15b28;
		border-radius: 0;
		box-shadow: none;
		text-align: left;
		transform: none;
		transition: none;
	}

	.mmw-site-header #primary-menu.primary-menu .menu-item-open > .sub-menu {
		display: block;
	}

	.mmw-site-header #primary-menu.primary-menu .sub-menu::before {
		display: none;
	}

	.mmw-site-header #primary-menu.primary-menu .sub-menu a {
		min-height: 42px;
		padding: 9px 44px 9px 12px;
		color: #001c2e;
		background: transparent;
		font-size: 14px;
		line-height: 24px;
	}

	.mmw-site-header #primary-menu .submenu-toggle {
		position: absolute;
		top: 2px;
		right: 2px;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		margin: 0;
		color: #000;
		background: transparent;
		border: 0;
		border-radius: 50%;
		box-shadow: none;
		cursor: pointer;
		transform: none;
	}

	.mmw-site-header #primary-menu .submenu-toggle:hover,
	.mmw-site-header #primary-menu .submenu-toggle:focus {
		color: #f15b28;
		background: #eee;
		outline: 0;
	}

	.mmw-site-header #primary-menu .submenu-toggle::before {
		width: 9px;
		height: 9px;
		background: transparent;
		border-right: 2px solid #f15b28;
		border-bottom: 2px solid #f15b28;
		content: "";
		transform: rotate(45deg);
		transition: transform 180ms ease;
	}

	.mmw-site-header #primary-menu .submenu-toggle::after {
		display: none;
	}

	.mmw-site-header #primary-menu .menu-item-open > .submenu-toggle::before {
		transform: rotate(-135deg);
	}

	.mmw-site-header #primary-menu.primary-menu > li.request_quote_btn {
		display: block;
		width: auto;
		height: auto;
		min-height: 0;
		padding: 0 !important;
		margin: 12px 0 4px;
		color: #fff;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.mmw-site-header #primary-menu.primary-menu > li.request_quote_btn > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 46px;
		padding: 11px 18px !important;
		margin: 0;
		color: #fff !important;
		background: #f15b28;
		border: 2px solid #f15b28;
		border-radius: 50px;
		font-size: 15px;
		font-weight: 700;
		line-height: 20px;
		text-align: center;
		white-space: nowrap;
	}

	.mmw-site-header #primary-menu.primary-menu > li.request_quote_btn > a:hover,
	.mmw-site-header #primary-menu.primary-menu > li.request_quote_btn > a:focus {
		color: #fff !important;
		background: #000;
		border-color: #000;
		box-shadow: none;
	}

	.mmw-site-header.is-scrolled .row.header > .container {
		min-height: 68px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.mmw-site-header.is-scrolled .logo {
		flex-basis: 96px;
		width: 96px;
	}

	.mmw-site-header.is-scrolled .logo img {
		width: 96px;
		max-width: 96px;
	}

	.top-margin {
		height: 96px;
		min-height: 96px;
	}
}

@media screen and (max-width: 520px) {
	.mmw-site-header .row.header > .container {
		min-height: 92px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.mmw-site-header .logo {
		flex-basis: 140px;
		width: 140px;
	}

	.mmw-site-header .logo img {
		width: 140px;
		max-width: 140px;
	}

	.mmw-site-header .header-actions,
	.mmw-site-header .site-nav,
	.mmw-site-header .site-nav > .nav-toggle {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.mmw-site-header.is-scrolled .row.header > .container {
		min-height: 64px;
	}

	.mmw-site-header.is-scrolled .logo {
		flex-basis: 90px;
		width: 90px;
	}

	.mmw-site-header.is-scrolled .logo img {
		width: 90px;
		max-width: 90px;
	}

	.top-margin {
		height: 92px;
		min-height: 92px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .mmw-site-header.is-scrolled {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar .mmw-site-header.is-scrolled {
		top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmw-site-header *,
	.mmw-site-header *::before,
	.mmw-site-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
/* =========================================================
   Additional CSS migrated from the Customizer
   ========================================================= */

span.ninja-forms-req-symbol {
	display: contents;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
	border: 1px solid #fff !important;
}

#ninja_forms_required_items,
.nf-field-container {
	margin-bottom: 10px !important;
}

.form_custom_css {
	padding: 12px 80px !important;
}

.quick_address_text {
	padding: 28px 100px 52px !important;
}

.copyright {
	margin-right: 25px;
}

@media (max-width: 992px) {
	.form_outer > .vc_row {
		display: block !important;
	}

	.form_outer > .vc_row > .vc_column_container {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.form_outer > .vc_row > .vc_column_container > .vc_column-inner,
	.form_outer .quick_address {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.form_outer .quick_address::after {
		display: none;
	}

	.form_outer .quick_address_text {
		box-sizing: border-box;
		padding: 36px 60px 40px !important;
	}

	.form_outer .quick_address a {
		overflow-wrap: anywhere;
	}
}

@media (min-width: 681px) and (max-width: 992px) {
	.service_outer .vc_col-sm-3 {
		float: left !important;
		width: 50% !important;
		max-width: 50% !important;
	}
}

.industries_outer {
	padding: 0;
	margin: 0 0 20px;
}

body {
	color: #000444;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.excerpt-wrap li,
.nv-content-wrap li {
	margin-left: 16px;
}

.service_page_css ul.custom_ul li {
	color: #000444;
}

.service_sidebar_css {
	padding: 0 !important;
}

.service_page_css {
	line-height: 15px;
}

.wpmtst-testimonial p,
.wpmtst-testimonial-field.testimonial-field.testimonial-company {
	color: #000;
}

@media (max-width: 680px) {
	.service_outer .vc_col-sm-3 {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.service_sidebar_css {
		display: none !important;
	}

	.form_custom_css {
		padding: 12px 20px !important;
	}

	.form_outer .quick_address_text {
		padding: 30px 40px 34px !important;
	}

	.copyright {
		margin-right: 0 !important;
	}
}

/* START: Home quote call to action */
body.home .form_outer {
	padding: 42px 0 !important;
	background: #fff;
}

body.home .form_outer .form_custom_css {
	padding: 0 15px !important;
	background: #fff !important;
}

.mmw-home-quote-cta {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 44px;
	width: 100%;
	max-width: 1140px;
	padding: 34px 40px 34px 44px;
	margin: 0 auto;
	overflow: hidden;
	background: linear-gradient(110deg, #fff 0%, #fff 68%, #f5f7f9 68%, #f5f7f9 100%);
	border: 1px solid #dce1e5;
	border-left: 6px solid #f15b28;
	box-shadow: 0 12px 30px rgba(1, 17, 38, 0.1);
}

.mmw-home-quote-cta::after {
	position: absolute;
	right: -80px;
	bottom: -130px;
	z-index: -1;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(241, 91, 40, 0.14) 0%, rgba(241, 91, 40, 0) 70%);
	content: "";
}

.mmw-home-quote-cta__copy,
.mmw-home-quote-cta__actions {
	position: relative;
	z-index: 1;
}

.mmw-home-quote-cta__eyebrow {
	padding: 0 !important;
	margin: 0 0 8px !important;
	color: #f15b28 !important;
	font-family: "Josefin Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 2px;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.mmw-home-quote-cta h2 {
	padding: 0;
	margin: 0 0 9px;
	color: #13191f;
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(29px, 2.15vw, 38px);
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
}

.mmw-home-quote-cta h2::after {
	display: none;
	content: none;
}

.mmw-home-quote-cta__text {
	max-width: 710px;
	padding: 0 !important;
	margin: 0 !important;
	color: #373a5e !important;
	font-family: "Quicksand", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

.mmw-home-quote-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	min-width: 226px;
}

.mmw-home-quote-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 11px 22px;
	border: 2px solid #f15b28;
	border-radius: 999px;
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mmw-home-quote-cta__button span {
	display: inline;
	padding: 0;
	margin: 0;
	font: inherit;
}

.mmw-home-quote-cta__button--primary {
	color: #fff;
	background: #f15b28;
}

.mmw-home-quote-cta__button--secondary {
	color: #13191f;
	background: #fff;
	border-color: #13191f;
}

.mmw-home-quote-cta__phone {
	width: 18px;
	height: 18px;
}

.mmw-home-quote-cta__button:focus-visible {
	outline: 3px solid rgba(241, 91, 40, 0.36);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.mmw-home-quote-cta__button:hover {
		transform: translateY(-2px);
		text-decoration: none;
	}

	.mmw-home-quote-cta__button--primary:hover {
		color: #fff;
		background: #13191f;
		border-color: #13191f;
		box-shadow: 0 8px 18px rgba(1, 17, 38, 0.18);
	}

	.mmw-home-quote-cta__button--secondary:hover {
		color: #fff;
		background: #13191f;
	}
}

@media (max-width: 860px) {
	body.home .form_outer {
		padding: 32px 0 !important;
	}

	.mmw-home-quote-cta {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 30px 28px;
		background: #fff;
		text-align: center;
	}

	.mmw-home-quote-cta__text {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.mmw-home-quote-cta__actions {
		flex-direction: row;
		justify-content: center;
		min-width: 0;
	}
}

@media (max-width: 560px) {
	body.home .form_outer {
		padding: 24px 0 !important;
	}

	.mmw-home-quote-cta {
		padding: 26px 20px;
		border-left-width: 4px;
	}

	.mmw-home-quote-cta h2 {
		font-size: 27px;
	}

	.mmw-home-quote-cta__actions {
		flex-direction: column;
	}
}
/* END: Home quote call to action */

/* START: Full-width service pages and wide-screen service navigation */
.mmw-service-page {
	position: relative;
	line-height: normal;
}

.mmw-service-page > .container {
	position: relative;
	z-index: 1;
}

.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container > .service_sidebar_css:not(:only-child) {
	display: none !important;
}

.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container > .service_sidebar_css:only-child,
.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container > .column-2 {
	display: flex !important;
	float: none !important;
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container > .service_sidebar_css:only-child > .vc_column-inner,
.mmw-service-page .entry-content > .wpb-content-wrapper > .service_page_css.container > .column-2 > .vc_column-inner {
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: transparent !important;
}

.mmw-service-page .service_sidebar_css:only-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child,
.mmw-service-page .column-2 > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child,
.mmw-service-page .service_sidebar_css:only-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child .vc_figure,
.mmw-service-page .column-2 > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child .vc_figure,
.mmw-service-page .service_sidebar_css:only-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child .vc_single_image-wrapper,
.mmw-service-page .column-2 > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child .vc_single_image-wrapper {
	display: block;
	width: 100%;
	max-width: none;
}

.mmw-service-page .service_sidebar_css:only-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child img,
.mmw-service-page .column-2 > .vc_column-inner > .wpb_wrapper > .wpb_single_image:first-child img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

.mmw-service-floating-nav {
	display: none;
}

@media (min-width: 1720px) {
	.mmw-service-floating-nav {
		position: absolute;
		top: 0;
		bottom: 0;
		left: max(24px, calc(50% - 860px));
		z-index: 3;
		display: block;
		width: 250px;
		pointer-events: none;
	}

	.mmw-service-floating-nav__inner {
		position: sticky;
		top: 92px;
		box-sizing: border-box;
		width: 100%;
		max-height: calc(100vh - 116px);
		padding: 26px 18px 22px;
		overflow-x: hidden;
		overflow-y: auto;
		pointer-events: auto;
		background: #1b232a;
		box-shadow: 0 12px 28px rgba(1, 17, 38, 0.2);
		scrollbar-color: #f15b28 #222c34;
		scrollbar-width: thin;
	}

	body.admin-bar .mmw-service-floating-nav__inner {
		top: 124px;
		max-height: calc(100vh - 148px);
	}

	.mmw-service-floating-nav__title {
		position: relative;
		padding: 0 0 15px;
		margin: 0 0 14px;
		color: #fff;
		font-family: "Josefin Sans", sans-serif;
		font-size: 23px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.mmw-service-floating-nav__title::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70px;
		height: 1px;
		background: #cecece;
		content: "";
	}

	.mmw-service-floating-menu,
	.mmw-service-floating-menu li {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.mmw-service-floating-menu a {
		position: relative;
		display: block;
		padding: 9px 8px 9px 23px;
		color: #fff;
		font-family: "Quicksand", sans-serif;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.35;
		text-decoration: none;
		text-transform: uppercase;
		transition: color 180ms ease, background-color 180ms ease, padding-left 180ms ease;
	}

	.mmw-service-floating-menu a::before {
		position: absolute;
		top: 50%;
		left: 5px;
		color: #f15b28;
		content: "\00bb";
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		transform: translateY(-54%);
	}

	.mmw-service-floating-menu .current-menu-item > a,
	.mmw-service-floating-menu .current_page_item > a,
	.mmw-service-floating-menu a[aria-current="page"] {
		padding-left: 28px;
		background: #f15b28;
		color: #fff;
	}

	.mmw-service-floating-menu .current-menu-item > a::before,
	.mmw-service-floating-menu .current_page_item > a::before,
	.mmw-service-floating-menu a[aria-current="page"]::before {
		color: #fff;
	}

	.mmw-service-floating-menu a:focus-visible {
		outline: 2px solid #f15b28;
		outline-offset: -2px;
	}
}

@media (min-width: 1720px) and (hover: hover) and (pointer: fine) {
	.mmw-service-floating-menu a:hover {
		padding-left: 28px;
		background: #f15b28;
		color: #fff;
	}

	.mmw-service-floating-menu a:hover::before {
		color: #fff;
	}
}
/* END: Full-width service pages and wide-screen service navigation */

/* START: Theme-native home video */
.mmw-home-video {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #011126;
	isolation: isolate;
}

.mmw-home-video__stage {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	aspect-ratio: 1200 / 550;
}

.mmw-home-video__wide-poster,
.mmw-home-video__frame,
.mmw-home-video__wide-poster img,
.mmw-home-video__frame img,
.mmw-home-video__player,
.mmw-home-video__iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

.mmw-home-video__wide-poster {
	z-index: 0;
}

.mmw-home-video__wide-poster img {
	object-fit: cover;
	object-position: center center;
}

.mmw-home-video__frame img {
	object-fit: fill;
}

.mmw-home-video__player {
	z-index: 2;
}

.mmw-home-video__iframe {
	border: 0;
}

.mmw-home-video__frame {
	z-index: 3;
	pointer-events: none;
	user-select: none;
}

.mmw-home-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0 !important;
	margin: 0;
	transform: translate(-50%, -50%);
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	line-height: 0;
}

.mmw-home-video__play svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mmw-home-video__play:hover,
.mmw-home-video__play:focus,
.mmw-home-video__play:active {
	background: transparent !important;
	box-shadow: none !important;
}

.mmw-home-video__play:hover svg {
	filter: brightness(1.12);
}

.mmw-home-video__play:focus-visible {
	outline: 3px solid #f15b28;
	outline-offset: 4px;
}

.mmw-home-video__stage.is-loading .mmw-home-video__play {
	opacity: 0;
	pointer-events: none;
}

.mmw-home-video__caption {
	position: absolute;
	right: auto;
	bottom: 40px;
	left: 50%;
	z-index: 4;
	display: block;
	box-sizing: content-box;
	width: 400px;
	max-width: calc(100% - 58px);
	padding: 10px 16px;
	margin: 0;
	transform: translateX(-50%);
	pointer-events: none;
	background: rgba(0, 0, 0, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.mmw-home-video__fallback {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 6;
	padding: 10px 16px;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.72);
	border-radius: 10px;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
}

.mmw-home-video__side {
	display: none;
}

@media (min-width: 1201px) {
	.mmw-home-video__side {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
		display: block;
		width: max(0px, calc((100% - 1200px) / 2));
		overflow: hidden;
		background: transparent;
	}

	.mmw-home-video__side--left {
		left: 0;
	}

	.mmw-home-video__side--right {
		right: 0;
	}

	.mmw-home-video__side-frame {
		position: absolute;
		inset: 0;
		display: block;
		overflow: hidden;
	}

	.mmw-home-video__side-shade {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: block;
		pointer-events: none;
		opacity: 0;
	}

	.mmw-home-video__side--left .mmw-home-video__side-shade {
		background: linear-gradient(90deg, rgba(1, 17, 38, 0.88) 0%, rgba(1, 17, 38, 0.58) 100%);
	}

	.mmw-home-video__side--right .mmw-home-video__side-shade {
		background: linear-gradient(90deg, rgba(1, 17, 38, 0.58) 0%, rgba(1, 17, 38, 0.88) 100%);
	}

	.mmw-home-video.is-video-active .mmw-home-video__side-shade {
		opacity: 1;
	}

	.mmw-home-video__side-frame {
		z-index: 3;
		pointer-events: none;
		user-select: none;
	}

	.mmw-home-video__side-frame img {
		position: absolute;
		top: 0;
		display: block;
		width: 1200px;
		min-width: 100%;
		height: 550px;
		max-width: none !important;
		object-fit: fill;
	}

	.mmw-home-video__side--left .mmw-home-video__side-frame img {
		right: 0;
		transform: scaleX(-1);
	}

	.mmw-home-video__side--right .mmw-home-video__side-frame img {
		left: 0;
		transform: scaleX(-1);
	}
}

@media (max-width: 900px) {
	.mmw-home-video__stage {
		height: clamp(260px, calc(35vw + 148px), 413px);
		aspect-ratio: auto;
	}

	.mmw-home-video__frame img {
		object-fit: cover;
		object-position: center center;
	}

	.mmw-home-video__play {
		width: 64px;
		height: 64px;
	}

	.mmw-home-video__caption {
		bottom: clamp(12px, 3.75vw, 30px);
		width: 320px;
		max-width: calc(100% - 50px);
		padding: 8px 13px;
		border-radius: 8px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.mmw-home-video__play {
		width: 52px;
		height: 52px;
	}

	.mmw-home-video__caption {
		bottom: 10px;
		box-sizing: border-box;
		width: auto;
		max-width: calc(100% - 32px);
		padding: 6px 10px;
		border-radius: 7px;
		font-size: 10.5px;
		line-height: 1.35;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmw-home-feature-icon,
	.mmw-home-quote-cta__button,
	.mmw-service-floating-menu a {
		transition: none !important;
	}

	.top_box_3x3:hover .mmw-home-feature-icon,
	.top_box_3x3:focus-within .mmw-home-feature-icon,
	.mmw-home-quote-cta__button:hover {
		transform: none !important;
	}

	.mmw-home-video__play:hover svg {
		filter: none;
	}
}
/* END: Theme-native home video */
