.gform_required_legend {
	display: none;
}
/* BEFORE HEADER */
.before-header {
	background: #13287e;
}
.before-right {
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
.before-right p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}
.before-right p span a {
	color: #f7ca18;
}
.before-right p span a:hover {
	color: #fff;
}
a.head-phone {
	display: flex;
    align-items: center;
    font-size: 19px;
    color: #ffffff;
    line-height: 27px;
    font-weight: 700;
    padding: 13px 30px;
    background: #193685;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}
a.head-phone1 {
	margin-right:6px;
}
a.head-phone:hover {
	color:#f7ca18;
	text-decoration:none;
}
a.head-phone i.fa.fa-phone {
	margin-right:3px;
}
a.head-phone:hover a.head-phone::before  {
	color:#f7ca18;
	text-decoration:none;
}
a.head-phone:hover::before  {
	fill:#f7ca18;
}

li#menu-item-273 {
	background:#082267;
    padding: 7px;
    border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
li#menu-item-273:hover {
    background: #193685;
}
/*** HEADER ***/
/* .site-header {
	position:fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	z-index: 9999999;
	background-color: #fff;
	border-bottom: 1px solid #dee2e7;
} */
.icon-link,
.icon-link:visited {
	color: #ccc;
	text-decoration: none;
	padding: 15px;
	float: left;
	border-left: 1px solid #ccc;
	transition: all .5s;
}

.icon-link:last-of-type {
	border-right: 1px solid #ccc;
}

.icon-link:hover,
.icon-link:focus {
	color: #f0a521;
	text-decoration: none;
}

.social .icon {
    font-size: 20px;	
}

.orange-btn,
.orange-btn:visited {
	float: left;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f4881f;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #f4881f, #f0a521, #f4881f);
	transition: all .5s;
	
	background-size: 200% 100%;
    background-position: right bottom;
	overflow: hidden;
}

.orange-btn:hover,
.orange-btn:focus {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
	 background-position: left bottom;
}

.after-head{
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #fff;
	    padding:15px 20px;
	padding-right:0;
}

.after-head .md-navigation{
	padding:11px 0px;
	margin:0;
    border-radius: 0;
	min-height:unset;
	background-color: #fff;
	border: none;
}
.after-head .menu{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
/* .after-head .menu li {
	border-right: 1px solid #99a3b2;
} */
.after-head .menu li:last-child  {
	border:none;
    background: #13287e;
    padding: 7px;
    transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.after-head .menu li:last-child:hover {
	 background: #193685;
}
.after-head .menu .sub-menu li:last-child:hover {
	background:#fff;
	padding:0;
}
.after-head .menu li:last-child a {
	border:none;
	color:#f7ca18!important;
}
.after-head .menu li#menu-item-246 a {
	color:#f7ca18!important;
	font-size:17px;
}
.after-head .menu li, .after-head .menu li a{
	display:inline-block;
}

.after-head .menu li a {
	font-size: 14px;
	line-height: 27px;
	color: #949393;
	font-weight: 500;
	padding: 0px 15px;
	position:relative;
	transition: all .3s;
	text-transform:uppercase;
	
}
.after-head .menu li.current-menu-item a {
	color:#353333;
}
.after-head .menu li a:after,
.after-head .menu li a:hover,
.after-head .menu li a:focus {
	color: #000!important;
	text-decoration: none;
}


/* .after-head .menu li a:after {
	content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -10px;
    background: linear-gradient(to right, #f0a521 , #f4881f);
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} */

.after-head .menu li a:hover:after {
	right: 0;
}

.icon-angle-down:before {
    content: "\e906";
	    font-size: 20px;
    color: #f4881f;
}
.after-head .menu .sub-menu li a {
		color: #99a3b2!important;
	}
.after-head .menu .sub-menu li a:hover {
	color: #000!important;
	text-decoration: none!important;
}
.after-head .menu .sub-menu .sub-menu {
    left: 220px;
    top: 0;
	max-height: calc(85vh - 135px);
  overflow-x: auto;
}

.after-head .menu li.menu-item-has-children{
	position:relative;
	padding-right: 15px;
}


.after-head .menu .sub-menu{
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-in-out;
	position:absolute;
	left:0px;    
	top:30px;
    margin: 0;
    min-width: 220px;
    text-align: left;
	background: #fff;
	padding:0 0;
	z-index:9999999;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
	width: 220px;
	    padding: 10px 0;
}
li#menu-item-273 a {
	color: #f7ca18;
	text-transform:uppercase;
}
.after-head .menu li.menu-item-has-children:hover > .sub-menu{
	visibility:visible;
	opacity:1;
}

.after-head .menu .sub-menu li{
	display:block;
	float:left;
	width:100%;
	padding:0;
}

.after-head .menu .sub-menu li a{
	padding:0 20px;
	margin-bottom:10px;
	background: transparent;
}

.after-head .menu .sub-menu li:last-of-type > a {
	margin:0;
}

.after-head .menu .sub-menu li a:after{
	content:unset;
}
.after-head .menu .sub-menu li a:hover, 
.after-head .menu .sub-menu li a:focus {
	text-decoration: none;
}

.after-head .menu .sub-menu li.menu-item-has-children > .menu-chevron {
	right: 7px;
    top: 0px;
    transform: rotate(-90deg);
}


img.custom-logo {
    position: absolute;
    top: -47px;
	z-index:9;
	max-width: 157px;
	max-height: 160px;
}


.menu-chevron{
    position: absolute;
   	right: 12px;
    top: 3px;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease-in-out;
	background: none;
}

.icon-angle-down:before {
	font-size: 20px;
	color: #f4881f;
}


/***SMALL MENU***/

#site-navigation .navbar-toggle{
	position:absolute;
	top: -4px;
	margin:0;
	right: 15px;
	float: right;
	width: 70px;
	border:0;
	border-radius:0;
	background:0;
	z-index: 99;
}
#site-navigation .navbar-toggle .icon-bar{
	width: 40px;
    height: 3px;
	float: right;
	background: #c5c5c6;
	transition:all 0.3s ease-in-out;
}
.after-head .menu .sub-menu li {
	background:#fff;
}
/* #site-navigation .navbar-toggle .icon-bar:nth-child(2){
	width: 40px;

}  */


#site-navigation .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

#site-navigation.toggled .navbar-toggle .icon-bar:first-of-type{
	transform: rotate(45deg) translateY(7px);
}
#site-navigation.toggled .navbar-toggle .icon-bar:nth-child(2){
	opacity:0;
}
#site-navigation.toggled .navbar-toggle .icon-bar:last-of-type{
	margin: 0;
    transform: rotate(-45deg) translateY(-9px);
}

.header-banner .hed-bann-text  {
	padding-left:0;
}
.after-head .menu li.menu-item-has-children > a:before {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: -7px;
       top: -2px;

    font-size: 11px;
    font-weight: 400;
    border-radius: 50%;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 3px;
    background: #ffffff5c;
}
.after-head .menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:before {
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    top: -3px;
    transform: rotate(267deg);
}
/* Hide Toronto Services and Kingston */
.page-template-page-home li#menu-item-530,.page-template-page-home li#menu-item-4586, .page-template-default li#menu-item-530, .page-template-default li#menu-item-4586, .page-template-blog li#menu-item-530, .page-template-blog li#menu-item-4586, .archive li#menu-item-530, .archive li#menu-item-4586, .single-post li#menu-item-530, .single-post li#menu-item-4586, .page-template-page-service li#menu-item-530, .page-template-page-service li#menu-item-4586, .error404 li#menu-item-4586, .error404 li#menu-item-530, .page-template-page-thank-you li#menu-item-4586, .page-template-page-thank-you li#menu-item-530, .page-template-page-relators li#menu-item-530{
/* 	display:none; */
 }
/* Hide Toronto Locations and Kingston */
.page-template-page-home li#menu-item-1665, .page-template-page-home li#menu-item-4591, .page-template-default li#menu-item-1665, .page-template-default li#menu-item-4591, .page-template-blog li#menu-item-1665, .page-template-blog li#menu-item-4591, .archive li#menu-item-1665, .archive li#menu-item-4591, .single-post li#menu-item-1665, .single-post li#menu-item-4591, .page-template-page-service li#menu-item-1665, .page-template-page-service li#menu-item-4591, .error404 li#menu-item-4591, .error404 li#menu-item-1665, .page-template-page-thank-you li#menu-item-4591, .page-template-page-thank-you li#menu-item-1665 {
/* 	display:none; */
}
/* Hide services on Toronto Template and show Toronto Services */
.page-template-page-toronto li#menu-item-245{
/* 	display:none; */
}
.page-template-page-toronto li#menu-item-4312{
/* 	display:none; */
}
/* Hide locations on Toronto Template and show Toronto Locations */
.page-template-page-toronto li#menu-item-722 {
/* 	display:none; */
}
.page-template-page-toronto li#menu-item-4287{
/* 	display:none; */
}
.page-template-page-toronto li#menu-item-4591, .page-template-page-relators li#menu-item-4591 {
/*     display: none; */
}
/* Hide locations and services on Kingston */
/* .page-template-page-kingston li#menu-item-245 {
	display: none;
}
.page-template-page-kingston li#menu-item-722 {
	display: none;
}
.page-template-page-kingston li#menu-item-530 {
	display: none;
}
.page-template-page-kingston li#menu-item-1665 {
	display: none;
}
.page-template-page-services-kingston li#menu-item-245 {
	display: none;
}
.page-template-page-services-kingston li#menu-item-722 {
	display: none;
}
.page-template-page-services-kingston li#menu-item-530 {
	display: none;
}
.page-template-page-services-kingston li#menu-item-1665 {
	display: none;
}
.page-template-page-kingston-inner li#menu-item-245 {
	display: none;
}
.page-template-page-kingston-inner li#menu-item-722 {
	display: none;
}
.page-template-page-kingston-inner li#menu-item-530 {
	display: none;
}
.page-template-page-kingston-inner li#menu-item-1665, .page-template-page-relators li#menu-item-1665 {
	display: none;
}
.page-template-page-toronto li#menu-item-4586, .page-template-page-relators li#menu-item-4586 {
    display: none;
} */
@media only screen and (max-width:1488px) {
	.after-head .menu li a {
    	padding: 0px 13px; 
	}
	.after-head {
    padding: 5px 0; 
	}
}
@media only screen and (max-width:1199px) {
	img.custom-logo {
   		 margin: 5px 0;
		width: 130px;
	}
	img.banner-left-img {
		width:28%;
		height:100%;
	}
	img.banner-right-img {
		width:28%;
		height:100%;
	}
	.site-info {
    padding: 70px 0; 
	}
	.after-head .menu li a {
    padding: 0px 12px;
}
}

@media only screen and (min-width:992px)  {
	a.estimate-mobil {
		display:none;
	}
	li#menu-item-230 a:after {
		display:none;
	}
	.before-head  {
		display:none;
	}
	img.mobile-left, img.mobile-right {
		display:none;
	}
	.navbar-collapse.collapse {
		padding-right:0;
	}
}
@media only screen and (max-width:991px) {
	.after-head li#menu-item-246 {
		display:none;
	}
	.md-quality {
		display: flex;
        flex-direction: column-reverse;
	}
	.md-quality .quality-content {
		padding:0 20px;
	}
	.quality-content-in {
		padding: 80px 28px 90px;
	}
	.quality-item-border:before {
       display:none;
	}
	.quality-list-content h3 {
		margin-bottom:10px;
	}
	a.estimate-mobil {
		background: #13287e;
    padding: 9px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    color: #f7ca18;
    text-transform: uppercase;
    margin-right: 88px;
    position: relative;
    z-index: 999;
		top: 5px;
	}
	li#menu-item-273 {
	display:none;
}
/* 	HEADER BANNER */
	.header-banner {
    margin-top: 123px!important;
}
	.after-head .menu li.menu-item-has-children > a:before {
	    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: -7px;
    top: 27px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 50%;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 3px;
    background: #ffffff5c;
}
	img.desktop-left, img.desktop-right {
		display:none;
	}
	img.banner-right-img {
		width:auto;
	}
	img.banner-left-img {
		width:auto;
	}
	.before-head {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f7ff;
}
.before-head a {
	font-size: 13px;
    letter-spacing: 1px;
     line-height: 27px;
    color: #ffffff;
    font-weight: 700;
	background:#193685;
}
.before-head a span {
	color: #febf00;
}
	
	.site-header .container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	img.custom-logo {
		left: 10px;
		margin-left: 0;
		bottom: -58px;
    	z-index: 99;
		top:unset;
		width: 113px;
	}

	.before-head .social {
		display: none;
	}
	
	.before-head .phone-link {
		width: 100%;
		text-align: center;
	}
	
	.after-head {
		padding: 0px 0px;
		min-height: 68px;
		display:block;
		text-align: right;
	}
	#md-collapse-menu {
		position: relative;
		z-index:9;
	}

	.after-head .menu li {
		border-right: none;
	}
	.after-head .menu li.menu-item-has-children:hover > .sub-menu{
		visibility:visible;
		opacity:1;
	}
	
	.menu-chevron {
		    width: 15px;
		top: -10px;
		left: 90%;
		padding: 3px 1px;
		    z-index: 9999;
		font-size: 29px;
		transform: rotateZ( 
90deg
 );
	}
	
	.icon-angle-down:before {
		color:  #132555;
		font-size: 23px;
	}
	
    .after-head .menu li.menu-item-has-children>a:before {
      content: unset;
    }
	
  	.after-head .md-navigation {
	  padding: 0px 0px; 
		width: 100%;
		margin-top: 0;
	}
    #site-navigation .navbar-toggle {
      display: block;
	  top: -24px;
    }
	

	.after-head .md-navigation .collapse {
      display: none!important;
    }
	.after-head .md-navigation .collapse.in {
      display: block!important;
    }

  
    .after-head .menu .sub-menu li {
      transition: unset;
    }
  
    .after-head .menu .sub-menu {
      opacity: 1;
      position: unset;
      visibility: visible;
      display: none;
      transition: unset;
      float: left;
      width: 100%;
      margin-bottom: 10px;
      background: #fff;
		text-align:center;
    }
  
    .after-head .menu .sub-menu>* {
      transition: 0;
    }
  
    .after-head .menu li.menu-item-has-children>a:before {
      content: unset;
    }
  
    .after-head .menu {
		float: left;
		width: 100%;
		text-align: left;
    }
  
    .after-head .menu li, .after-head .menu li a {
      display: block;
      float: left;
      width: 100%;
    }
  
    .after-head .menu li a {
      padding: 5px 0px;
      font-size: 16px;
    }

  
    .after-head .menu li.current-menu-item a {
      background: 0;
    }
  
    .after-head .menu li.current-menu-item a:after, 
	.after-head .menu li a:after {
      content: unset;
    }
	
	#primary-menu ul {
		margin: 0px;
		padding: 15px 13px;
	}
	
	#primary-menu {
		overflow-y: scroll;
		max-height: 70vh;
		padding-top:25px;
		padding-bottom:16px;
		text-align:center;
	}
	
	.after-head .menu .sub-menu {
		box-shadow: none;
	}
	
	.after-head #primary-menu .sub-menu .sub-menu {
		padding-top: 10px;
	}
	
	.after-head .menu li.menu-item-has-children {
		padding-right: 0px; 
	}
	
	.after-head .menu .sub-menu li a {
		font-size: 13px;
	}
	.after-head .menu .sub-menu li.menu-item-has-children > .menu-chevron {
		transform: rotate(
90deg
);
    top: -10px;
    left: unset;
    right: 48px;
	}
	.before-header {
		display:none;
	}
	.phone-click {
		background-color: #13287e;
		padding: 10px 0;
	}
	.phone-click a {
		position:relative;
		color:#fff;
		border-right:1px solid #fff;
	}
	.phone-click a:last-child {
		border-right:none;
	}
	.phone-click a::before {
		content: url(/wp-content/uploads/2020/07/phone_icon.svg);
		position: relative;
		margin-right: 5px;
		top: 4px;
}
	.fa-chevron-down:before {
    content: "\f078";
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	.site-footer .site-info {
       padding: 70px 0 70px; 
	}
  }
@media only screen and (min-width:768px)  {
	p.par-767 {
		display:none;
	}
}
@media only screen and (max-width:767px) {
	p.par-768 {
		display:none;
	}
	p.par-767 {
		display:block;
	}
	.header-banner .container {
   	 justify-content: center; 
	}
	.header-banner {
		text-align:center;
	}
	.header-banner .hed-bann-text p {
    font-size: 16px;
		padding-left:0;
    line-height: 19px;
	}
	#chatra.chatra--side-bottom {
    bottom: 50px!important;
}
}


@media only screen and (max-width:570px) {
	.site-header .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#site-navigation .navbar-toggle {
		right: 3px;
	}
}
@media only screen and (max-width:512px) {
	.menu-chevron {
		    left: 80%;
	}
	.header-banner {
    margin-top: 109px!important;
	}
	.header-banner .hed-bann-img  {
		padding-right:0;
	}
	.header-banner .hed-bann-text  {
		padding:0;
	}
	a.estimate-mobil {
    	margin-right: 78px; 
	}
}
@media only screen and (max-width:411px)  {
	.header-banner {
    margin-top: 98px!important;
	}
		a.estimate-mobil {
    	padding: 9px 9px;
	}
}
@media only screen and (max-width:360px)  {
	img.custom-logo {
		bottom: -36px;
    	width: 86px;
	}
}

/***END HEADER***/
.mail-footer a::before {
    content: "\f003";
    font-family: 'FontAwesome';
    margin-right: 6px;
}
.email-contact {
	margin-top:10px;
}
/* FOOTER *******************/
.site-info {
	background:#1f1f1f;
	padding: 90px 0 90px;
}
.site-info h3 {
	font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 600;
}
.site-info p {
	font-size: 15px;
	line-height: 28px;
	color: #868686;
	font-weight: 400;
	text-align: justify;
	padding-right: 17px;
}
.site-info .footer-link  {
	padding:0;
}
.footer-link ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-link ul li a {
	font-size: 15px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
}
.footer-link ul li a:hover {
	color:#fff;
}
.md-fot-list {
	font-size: 15px;
line-height: 28px;
color: #868686;
font-weight: 400;
}
.md-fot-list span {
	color:#fff;
}
.md-footer-copy-right {
	text-align: center;
    background: #13287e;
	padding: 8px;
}
.md-footer-copy-right p {
	font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.md-footer-copy-right a {
	font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.md-footer-copy-right a:hover {
	color:#f7cc20;
}
/* .md-fot-social {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 5px;
} */
.md-fot-social a {
    margin-bottom: 8px !important;
    display: inline-block;
}

.md-fot-social a img{
	border-radius: 50%;
    background: #525252;
	margin-right:3px;
	transition: all 0.3s ease-in-out;
}
.md-fot-social a img:hover {
	background:transparent;
}
.footer-working  a{
	font-size: 15px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
}
.footer-working  a:hover{
	color:#f7cc20;
}
@media only screen and (max-width:992px)  {
	.site-info .footer-about, .site-info .footer-working   {
	padding-left:0;
	}
	.site-info .footer-about, .site-info .footer-link  {
		margin-bottom:30px;
	}
	.site-info .footer-link {
		padding-left:15px;
	}
	.site-info .md-fot-list {
		padding-right: 67px;
	}
}
@media only screen and (max-width:767px) {
	.site-info .footer-link, .site-info .footer-social  {
		padding-left:0;
	}
	.site-info .footer-working  {
		margin-bottom:30px;
	}
}
@media only screen and (min-width:751px) and (max-width:767px) {
	.site-info .md-fot-list {
    padding-right: 74px;
}
}
@media only screen and (max-width:567px) {
	.site-info .footer-working, .site-info .footer-social   {
		float:left;
		width:100%;
	}
	.site-info .md-fot-list {
    padding-right: 170px;
}
	.site-info h3 {
       line-height: 44px; 
	}
	.md-footer-copy-right p {
        line-height: 15px; 
	}
	.md-footer-copy-right {
		padding-top:15px;
	}
}

@media only screen and (max-width:400px) {
           .site-info .md-fot-list {
       padding-right: 56px;
}
	
}

.md-ab-hd-cont-info {
    background: #296AD4;
}
p.md-ab-hd-cont-info-p {
    font-size: 16px;
    line-height: 26px;
    color: #f7ca18 ;
    font-weight: 275;
    text-align: right;
}
.md-ab-hd-cont-info {
    padding: 10px 0;
}
.before-header, .md-ab-hd-cont-info {
    float: left;
    width: 100%;
}
@media only screen and (min-width:991px) {
	.site-branding {
		position: relative;
	}
	a.custom-logo-link {
		top: -60px;
		position: relative;
	}
}
@media only screen and (max-width:991px) {
	p.md-ab-hd-cont-info-p {
		padding:0 10px;
	}
}
@media only screen and (max-width:600px)  {
	p.md-ab-hd-cont-info-p {
		font-size: 13px;
   		 line-height: 20px;
	}
}
.md-logo-footer-wrap {
    padding-top: 15px;
}
/* FIXED HEADER */
#masthead {
	position: fixed;
	z-index: 9999999;
	background: #FFF;
	border-bottom: 1px solid #cfcfd1;
}
#content {
	padding-top: 172px;
}
@media all and (max-width:992px) {
	#content {
		padding-top: 210px;
	}
}
/* new css */
.md-container {
    float: left;
    width: 100%;
    padding: 0 75px;
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-info {
    background: #13287E;
}
.site-footer .site-info p {
    color: #fff;
}
.md-map-footer-loc-f {
    display: flex;
    justify-content: space-between;
}
.md-location-ft {
    padding-right: 20px;
    max-width: 250px;
}
.footer-link ul li a {
    color: #fff;
}
.md-fot-list {
    color: #fff;
}
.site-footer .site-info .md-location-ft p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.15px;
    text-align: unset;
    padding-bottom: 20px;
}
.site-info p {
    text-align: unset;
}
.md-fot-social a img {
    background: transparent;
    border: 1px solid #fff;
}
.footer-about .footer-social {
    padding-top: 25px;
}
.md-footer-copy-right:not(.not) {
    background: #041663;
}
.footer-link ul li a {
    text-transform: uppercase;
}
@media only screen and (min-width:1500px) {
	.footer-about:not(.not):not(.not):not(.not) {
		width: 20%;
	}
}
@media only screen and (max-width:1500px) {
	.md-container {
		padding: 0 30px;
	}
	.site-info h3 {
		font-size: 16px;
	}
	.site-info p {
		color: #fff;
		font-size: 14px;
		line-height: 26px;
	}
	.site-footer .site-info .md-location-ft p {
		font-size: 14px;
	}
	.footer-link ul li a {
		font-size: 14px;
	}
	.md-fot-list {
		font-size: 14px;
	}
	.site-info {
		padding: 60px 0 60px;
	}
}
@media only screen and (max-width:1200px){
	.footer-about:not(.not):not(.not):not(.not) {
		width: 50%;
	}
	.footer-link:not(.not):not(.not):not(.not) {
		width: 25%;
	}
	.md-map-footer-loc-f:not(.not):not(.not):not(.not):not(.not) {
		width: 100%;
		padding-top: 40px;
	}
	
}
@media only screen and (max-width:991px){
	.footer-about:not(.not):not(.not):not(.not) {
		width: 100%;
	}
	.footer-link:not(.not):not(.not):not(.not) {
		width: 50%;
		padding-top: 30px;
		padding-left: 0;
	}
	.footer-working:not(.not):not(.not):not(.not):not(.not) {
		width: 50%;
	}
	.md-map-footer-loc-f.:not(.not):not(.not):not(.not):not(.not) {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}
	.footer-working:not(.not):not(.not):not(.not):not(.not) {
		padding-top: 30px;
	}
	.md-container {
		padding: 0 25px;
	}
	.footer-about:not(.not):not(.not):not(.not) {
		margin-bottom: 0;
	}
	.footer-working:not(.not):not(.not):not(.not):not(.not), .footer-link:not(.not):not(.not):not(.not) {
		margin-bottom: 0;
	}
}
@media only screen and (max-width:767px) {
	.md-map-footer-loc-f:not(.not):not(.not):not(.not):not(.not) {
		flex-direction: column;
		padding-right:0;
	}
	.md-location-ft {
		padding-right: 0;
		width: 100%;
	}
	.site-info .md-fot-list {
		padding-right: 0;
	}
}
@media only screen and (max-width:400px){
	.footer-link:not(.not):not(.not):not(.not) {
		width: 100%;
		margin-bottom: 0;
	}
	.footer-working:not(.not):not(.not):not(.not):not(.not) {
		width: 100%;
		margin-bottom: 0;
	}
	.footer-link:not(.not):not(.not):not(.not) {
		padding-top: 0;
	}
}
.md-logo-footer-wrap img {
    max-width: 100px;
}
.site-footer .site-info .md-location-ft p a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.15px;
    text-align: unset;
}
.site-footer .site-info .md-location-ft p a:hover {
    color: #f8cb16;
}

.site-footer iframe {
	width: 100%;
}
