:root {
  --main-head-color: #1b1b1b;
  --main-head-color-hover: #00427e;
  --main-head-bg: #fff;
  --main-head-submenu-bg: #ececec;
}  
/* Header */
  .site-header {
    position: relative;
    z-index: 9999;
	  border-bottom: 1px solid #BBBEAB;
  }
.page-id-12 .site-header {
	background: #F7F8F2;
}
  .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:87px;
  }
 
  #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 auto;
    background-color: var(--main-head-bg);
    border: unset;
  }
@media all and (min-width:993px) {
	.page-id-12 #site-navigation {
		background-color: #F7F8F2;
	}
}
  #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: 17px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 34px;
	/* identical to box height, or 227% */
	color: #0B1E5B;
  }
  #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: 9.5px;
    font-size: 24px;
    transform: rotateZ(90deg);
  }
  #primary-menu .menu-item a:hover {
    color: var(--main-head-color-hover);
  }
#primary-menu .menu-item:not(#menu-item-81,#menu-item-82,#menu-item-83,#menu-item-84) > a:hover {
	border-bottom: 4px solid #0B1E5B;
	padding-bottom: 2.9rem;
}
.md-header-phone {
	background: #FFFFFF;
	border: 2px solid #DF390B;
	border-radius: 60px;
	
	font-weight: 800;
	font-size: 16px;
	line-height: 34px;
	/* identical to box height, or 212% */
	text-transform: uppercase;
	color: #DF390B;
	padding: 12px 40px;
}
.md-header-phone:active,
.md-header-phone:focus{
	color:#DF390B;
}
.md-header-phone img {
	padding: 0px 7px 2px 0px;
}
#primary-menu > .menu-item:last-child a {
	font-weight: 700;
}
.md-header-phone:hover {
	background: #DF390B;
	color: #FFFFFF;
}
.md-header-phone:hover img {
	filter: invert(100%) sepia(100%) saturate(11%) hue-rotate(175deg) brightness(1021%) contrast(105%);
}
  #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: 992px) and (max-width: 1200px) {
    #primary-menu .menu-item a {
      font-size: 14px;
    }
    .site-branding img {
      max-width: 180px;
    }
    #site-navigation {
      margin-right: 17px;
    }
    #primary-menu > li:not(:first-child) {
      margin-left: 20px;
    }
    }  
   
	@media screen and (min-width: 992px) {
		.menu-item-has-children .sub-menu .sub-menu {
			top: 50px;
			left: 90%;
		}
	} 
  @media screen and (max-width: 992px) {
    .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: 155px;
	  margin-left:15px;
    }
    .navbar-header {
      position: absolute;
      top: 17.5px;
      right: 0px;
    }
    #site-navigation .navbar-header button {
      background-color: unset;
      border: unset;
      border-radius: unset;
      margin: 0;
		margin-right: 15px;
    }
    #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: #DF390B!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 1px;
    }
    #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;
    }
  }
  
  @media screen and (max-width: 400px) {
    .site-branding img {
      max-width: 121px;
    }
    .navbar-header {
      top: 14px;
    }
  }
  
  /* Header end */
/* footer */
footer {
	background: url('/wp-content/uploads/2022/11/Group-27.jpg');
	padding:80px 0;
}
footer a:hover {
	color:#DF390B;
}
.menu-footer-1-container ul {
	list-style:none;
}
.menu-footer-1-container a {
	font-weight: 500;
	font-size: 15px;
	line-height: 34px;
	/* identical to box height, or 227% */
	color: #FFFFFF;
}
.footer-contact-info h3 {
	font-weight: 800;
	font-size: 15px;
	line-height: 28px;
	/* identical to box height, or 187% */
	color: #FFFFFF;
}
.footer-contact-info p,
.footer-contact-info a{
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
	/* identical to box height, or 187% */
	color: #FFFFFF;
	padding-bottom: 20px;
}
.md-footer-copy-right p {
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
	/* or 187% */
	color: #FFFFFF;
}
.md-footer-copy-right a {
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
	/* or 187% */
	color: #D6D9CA;
}
/* footer end */
/* RESPONSIVE */
.site-header::before {
	position:unset;
}
.md-before-header-phone {
	float:left;
	width:100%;	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
	color: #DF390B;
	background: #FFFFFF;
	border: 2px solid #DF390B;
	height:55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.before-header-number:hover a {
	background:#DF390B;
	color: #FFF;
}
.md-before-header-phone:hover img {
  filter: invert(54%) sepia(37%) saturate(7514%) hue-rotate(212.4deg) brightness(1168%) contrast(88%);
}
@media all and (min-width: 993px) {
	.before-header-number {
		 display:none;
	 }
	span.menu-chevron {
		display:none;
	}
}
@media all and (max-width:1199px) {
	footer {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 0 20px;
	}
	.footer-logo img {
		margin-bottom: 30px;
	}
	#menu-footer-1 {
		padding-bottom:30px;
	}
	.footer-contact-info p:last-child {
		padding-bottom:50px;
	}
}
@media all and (max-width:992px) {
	.md-header-phone {
		display:none;
	}
	#primary-menu .menu-item:not(#menu-item-81, #menu-item-82, #menu-item-83, #menu-item-84) > a:hover {
	  border-bottom: 4px solid #0B1E5B;
	  padding-bottom: 0;
	}
	#primary-menu .menu-chevron {
	  top: 13px;
	  left: 80px;
	  color: #18407a;
	}
	.header-content {
		height: 75px;
	}
	.custom-logo {
		padding-top:5px;
	}
	#primary-menu > li.menu-item {
	  margin: 10px 0 0 30px;
	}
}
@media all and (max-width:768px) {
	footer {
		background: url('/wp-content/uploads/2022/11/footer.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media all and (min-width: 993px) {
	.navbar-toggle {
    display: none!important;
  }
}
/* RESPONSIVE END */