:root {
	--main-head-color: #1b1b1b;
	--main-head-color-hover: #00427e;
	--main-head-bg: #fff;
	--main-head-submenu-bg: #ececec;
}  
/* @font-face { 
font-family: "Inter Tight"; 
src: url("/wp-content/themes/md_theme/assets/fonts/InterTight-Regular.ttf"); 
font-weight: 400; 
}
@font-face { 
font-family: "Inter Tight"; 
src: url("/wp-content/themes/md_theme/assets/fonts/InterTight-Medium.ttf"); 
font-weight: 500; 
}
@font-face { 
font-family: "Inter Tight"; 
src: url("/wp-content/themes/md_theme/assets/fonts/InterTight-SemiBold.ttf"); 
font-weight: 600; 
}
@font-face { 
font-family: "Inter Tight"; 
src: url("/wp-content/themes/md_theme/assets/fonts/InterTight-Bold.ttf"); 
font-weight: 700; 
} */
/* Header */
.site-branding {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*     padding-right: 30px; */
	padding: 10px 30px 10px 5px;
}
.md-header-phone-holder {
	height:100%;
}
a.header-phone {
	font-size: 19px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #252934;
	height: 100%;
	display: inline-block;
	padding: 15px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition:color .3s ease-in-out;
}
a.header-phone:hover {
	color: #2A4DA4;
}
.md-phone-arrow-holder {
	position: relative;
}
img.md-phone-arrow-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
a.header-phone:hover .md-phone-arrow-holder img.md-phone-arrow-hover{
	opacity:1;
}

a.md-free-estimate-link {
	font-size: 19px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	background: #F4E12D;
	color: #252934;
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px 40px;
	transition:background.3s ease-in-out;
}
a.md-free-estimate-link:hover {
	background: #FFF169;
}
.md-free-estimate-holder {
	height: 100%;
}
.site-header {
	position: relative;
	z-index: 9999;
}
.md-free-estimate-holder-mobile,.md-header-phone-holder-mobile {
	width: 50%;
	height: 65px;
	border-bottom:1px solid #C9CCD2;
}

.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 35px 0 40px;
	background-color: var(--main-head-bg);
	border: unset;
}
#md-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 31px;
}
#primary-menu .menu-item a {
	padding: 20px 0;
	font-family: Inter Tight;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #252934;
	transition: color .3s ease-in-out;
}
#primary-menu .menu-item a:hover{
	color:#2A4DA4
}

#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: -20px;
	top: 20px;
	font-size: 24px;
	transform: rotateZ(90deg);
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: var(--main-head-submenu-bg);
	border: #ececec solid 1px;
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}


@media screen and (min-width:600px){
	/* free estimate menu item */
	li#menu-item-254 {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#primary-menu .menu-item a {
		font-size: 14px;
	}
	.site-branding img {
		max-width: 200px;
	}
	#site-navigation {
		margin-right: 10px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 15px;
	}
}  

@media screen and (min-width: 992px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
	}
} 
@media screen and (max-width: 991px) {
	.site-header {
		position: relative;
		-webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
		box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08); 
	}
	.site-header::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 56.77px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
		background-image: -o-linear-gradient(#ebebeb, #fff);
		background-image: linear-gradient(#ebebeb, #fff);
	}
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.site-branding {
		z-index: 2;
	}
	.site-branding img {
		max-width: 200px;
	}
	.navbar-header {
		position: absolute;
		top: 75px;
		right: 5px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: #215a8c!important;/* i kno...*/
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-toggle {
		display: block;
	}
	#md-collapse-menu {
		width: 100%;
	}
	.md-navigation .collapse {
		display: none!important;
	}
	.md-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 45px 0 35px 15px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 5px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		background-color: #f4f4f4;
		margin-left: 10px;
	}
	.md-header-phone-holder,.md-free-estimate-holder{
		display:none;
	}

}

@media screen and (max-width: 400px) {
	.site-branding img {
		max-width: 200px;
	}

}
@media screen and (min-width:992px){
	.header-content{
		height:70px;
	}
	a.header-phone,a.md-free-estimate-link{
		font-size:15px;
		padding:15px 20px;
	}
	img.md-phone-arrow {
		height: 35px;
		width: 35px;
	}
	.site-branding{
		padding-right:5px;
	}
	span.menu-chevron {
		display: none;
	}
	#primary-menu .menu-item-has-children > a:before{
		right:-15px;
	}
	.md-header-phone-holder {
		margin-left: auto;
	}
	.md-header-phone-holder-mobile ,.md-free-estimate-holder-mobile{
		display: none;
	}
	a.header-phone{
		border-left: 1px solid #B2BDD5;
		margin-left:10px;
	}
	.site-branding {
		border-right: 1px solid #B2BDD5;
	}
}
@media screen and (min-width:1200px){
	a.header-phone,a.md-free-estimate-link{
		font-size:19px;
	}
	a.header-phone{
		padding:15px 20px;
	}
	a.md-free-estimate-link{
		padding: 15px 20px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 25px;
	}
	#site-navigation {
		margin: 0 15px 0 30px;
	}
	#primary-menu .menu-item a{
		font-size:17px;
	}
	.site-branding{
		max-width:250px;
	}
	.header-content{
		height:76px;
	}
	img.md-phone-arrow {
		height: 46px;
		width: 46px;
	}
	#site-navigation{
		margin: 0 10px 0 30px;
	}
	.site-branding{
		padding-right:5px;
	}
	#primary-menu .menu-item-has-children > a:before{
		right:-20px;
	}
}
@media screen and (min-width:1500px){
	a.header-phone,a.md-free-estimate-link{
		font-size:19px;
	}
	a.header-phone{
		padding:15px 30px;
	}
	a.md-free-estimate-link{
		padding: 15px 40px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 31px;
	}
	#site-navigation {
		margin: 0 35px 0 40px;
	}
	#primary-menu .menu-item a{
		font-size:18px;
	}
	.site-branding{
		max-width:auto;
	}
}
@media screen and (max-width:600px){
	.md-free-estimate-holder-mobile {
		display: none;
	}
	.md-header-phone-holder-mobile{
		width:100%;
	}
}
/* Header end */

/* FOOTER */
.site-info {
	float: left;
	width: 100%;
	background: #293F75;
	margin-top: -80px;
}
.footer-top-holder {
	padding: 150px 0 40px;
}
.footer-locations {
	column-count: 3;
}
.md-footer-location-box .google-map-footer {
	padding-left: 0;
	padding-right: 0;
}
.footer-loaction-all-holder .md-location-image-holder {
	padding-right: 0;
	padding-left:0;
}
.footer-loaction-all-holder .footer-loaction-holder {
	padding-left: 0;
}
#gmap {
	height: 260px;
	border-radius: 10px;
}
.md-footer-location-box .footer-locations {
	column-count:1;
	padding: 40px 15px 30px 30px;
}

.location-before-footer {
	float: left;
	width: 100%;
	background: #FAF8F5;
	padding-top:50px;
}
.md-footer-location-box {
	float: left;
	width: 100%;
	border-radius: 10px;
	border-top-left-radius: 0px;
	background: #fff;
}
a.md-location-link, .md-location {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #252934;
	padding-bottom:10px;
	text-transform:uppercase;
	transition: color .3s ease-in-out;
}
a.md-location-link:hover .md-location {
	color: #2A4DA4;
}
.md-location{
	border-bottom: 1px solid #DEDDDD;
}
.md-location-single {
	max-width: 90%;
	margin-bottom: 10px;
}
.site-footer .site-info .md-footer-copy-right{
	padding:15px 0;
	border-top:1px solid #436199;
}
.footer-bottom-holder {
	padding: 30px 0;
	border-top:1px solid #436199;
}
.footer-bottom-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction:column;
	gap:15px;
}
p.footer-phone {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #7EB2EE;
	margin-bottom:10px;
}
a.footer-phone-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #FFFFFF;
	transition:color .3s ease-in-out;
}
a.footer-phone-link:hover {
	color: #7EB2EE;
}
p.footer-address{
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #FFFFFF;
	margin-bottom:20px;
}
p.footer-address span {
	color: #7EB2EE;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing:0.11em;
}
.footer-usefull h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #7EB2EE;
	text-transform: uppercase;
	margin-bottom:10px;
}
.footer-usefull {
	margin-bottom: 30px;
}
p.footer-work-days {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
	/*     white-space: nowrap; */
}
p.footer-work-days span{
	color:#7EB2EE;
	text-transform:uppercase;
	font-size:16px;
}
p.footer-dot {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.11em;
	text-align: left;
	color: #7EB2EE;
	text-transform: uppercase;
}
p.footer-dot.footer-mc {
	margin-top: 10px;
	text-transform: none;
}
.footer-usefull ul {
	list-style: none;
	padding: 0;
}
.footer-usefull ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	transition:color .3s ease-in-out;
}
.footer-usefull ul li a:hover{
	color: #7EB2EE;
}
h2.footer-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	margin-bottom:10px;
}
p.footer-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
}
a.footer-cta-link {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #252934;
	background: #F4E024;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 200px;
	height: 50px;
	border-radius:60px;
	transition: background .3s ease-in-out;
}
a.footer-cta-link:hover {
	background: #FFF169;
}
.md-footer-copy-right p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
	margin:0;
}
.md-footer-copy-right p a{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
	text-decoration:underline;
	transition:color .3s ease-in-out;
}
.md-footer-copy-right p a:hover{
	color: #7EB2EE;
}
@media screen and (min-width:500px){
	.md-footer-location-box .footer-locations{
		padding: 50px 15px 30px 60px;
	}
	.md-footer-location-box .footer-locations{
		column-count:2;
	}

}
@media screen and (min-width:500px) and (max-width:767px){
/* 	.md-location-single:nth-child(7) p.md-location,.md-location-single:nth-child(14) p.md-location {
		border-bottom: none;
	} */
}
@media screen and (min-width:768px){
	.footer-top-holder {
		padding: 130px 0 40px;
	}
	.footer-usefull h3,p.footer-phone,a.footer-phone-link,p.footer-work-days span,p.footer-dot{
		font-size:18px;
	}
	.footer-usefull {
		margin-bottom: 0px;
	}
	.md-footer-location-box .footer-locations {
		column-count:3;
	}
	a.md-location-link, .md-location {
		padding-bottom: 5px;
	}
	.md-location-single {
		max-width: 90%;
		margin-bottom: 5px;
	}
	.md-footer-location-box .footer-locations {
		padding: 40px 15px 30px 50px;
	}
/* 	.md-location-single:nth-child(5) p.md-location,.md-location-single:nth-child(10) p.md-location,.md-location-single:nth-child(14) p.md-location {
		border-bottom: none;
	} */
}
@media screen and (min-width:992px){
	.footer-top-holder {
		padding: 150px 0 40px;
	}
	p.footer-phone{
		margin-bottom:30px;
	}
	.footer-usefull h3,p.footer-work-days{
		margin-bottom:15px;
	}
	p.footer-dot{
		margin-top:50px;
	}
	p.footer-dot.footer-mc {
		margin-top: 10px;
	}
	.footer-text-holder {
		margin-right: auto;
		margin-left: 20px;
		padding-left: 30px;
		border-left: 2px solid #436199;
	}
	p.footer-address{
		margin-bottom:0;
	}
	.md-footer-copy-right{
		padding:30px 0;
	}
	.footer-bottom-holder {
		padding: 40px 0;
	}
	.footer-bottom-box{
		flex-direction:row;
	}
	.md-footer-location-box .footer-locations {
		padding: 50px 15px 30px 50px;
	}
	.md-footer-location-box {
		display: flex;
	}
	.md-footer-location-box .google-map-footer iframe{
		height:100%;
		border-bottom-right-radius: 10px;
	}

}
	
	.md-footer-social-link:hover img {
		filter: brightness(0) saturate(100%) invert(60%) sepia(35%) saturate(493%) hue-rotate(172deg) brightness(106%) contrast(94%);
	}
.md-footer-social-holder {
		margin: 20px 0 30px;
	}


	@media screen and (max-width:1200px){
		.footer-top-holder .footer-social{
			padding: 0px;
		}

	}
	@media screen and (min-width:992px) and (max-width:1200px){
		.md-location-single{
			max-width:90%
		}
		a.md-location-link, .md-location{
			font-size:15px;
		}
		img.footer-logo {
			height: 50px;
			width: auto;
		}

	}
	@media screen and (min-width:1200px){
		.footer-text-holder {
			margin-left: 50px;
			padding-left: 50px;
		}
		.md-footer-location-box .footer-locations {
			padding: 50px 15px 30px 60px;
		}
	}
	@media screen and (min-width:600px) and (max-width:767px){
		.footer-top-holder .footer-usefull{
			width:50%;
		}
	}
	@media screen and (max-width:991px){
		.md-footer-location-box .google-map-footer iframe{
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
		}
		
	}
	@media screen and (max-width:767px){
		.footer-top-holder .footer-phone-holder ,.footer-top-holder .footer-usefull,.footer-top-holder .footer-social,.footer-loaction-all-holder .footer-loaction-holder{
			padding-left: 0;
			padding-right: 0;
		}
	}
	@media screen and (max-width:500px){
		.md-location-single:last-child p.md-location {
			border-bottom: none;
		}
	}