: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;
  }
  .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;
    padding: 10px 0;
  }
 
  #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;
  }
  #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 {
    color: #0E1C36;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 0;
	transition: .3s ease-in-out;
}

li#menu-item-65 a {
    font-weight: 700 !important;
}

  #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: 11.5px;
    font-size: 24px;
    transform: rotateZ(90deg);
  }
  #primary-menu .menu-item-has-children .sub-menu a::before {
    right: -9px!important;
    top: -8.5px!important;
    font-size: 24px!important;
    transform: rotateZ(0deg)!important;
  }
  #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: 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%;
      /* width:100%; */
		}
    .sub-menu li {
  white-space: nowrap;
}

		#primary-menu {
align-items:center;
}

	} 
  @media screen and (max-width: 992px) {
    .site-header {
      position: relative;

    }
    .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: 14px;
      right: -11px;
    }
    #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%;
		  border: none;
	  }
    .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;	
		align-items:flex-start;
    }
    #primary-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px 0 0 0px;
	overflow:hidden;
		
    }
    #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) {
  
    .navbar-header {
      top: 14px;
    }
  }
  
  /* Header end */

  /************************ CUSTOM *****************************/

  /************************ Menu *****************************/
.md-before-phone-holder{
	display:none;
	border: 1px solid #023683;
    border-radius: 60px;
	background-color: #fff;
	color: #023683;
    padding: 0px 22px 0px 5px;
    width: auto;
    height: 45px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
}

.md-before-phone-holder img {

    width: 35px; 
    height: 35px; 
    margin-right: 10px; 
   
}

.md-before-phone-holder a{
    color: #023683;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	font-weight: 800;
	transition: .3s ease-in-out;
}

.md-before-phone-holder:hover {
    background-color: #0D4BA6;
	 }

.md-before-phone-holder:hover a {
    color: #0D4BA6;
}

.md-before-menu {
    background-color: #023683;
    color: #fff;	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

#primary-menu .menu-item a:hover {
color:#F7CA18;
}

.md-before-menu p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.2px;
}

.md-before-menu p span {
font-weight: 800;
}


#primary-menu .menu-item-65 {

border: 1px solid #023683;
    border-radius: 60px;
    padding: 0px 10px 0px 10px;
    width: 149px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	transition: background-color 0.3s, color 0.3s;
}

#primary-menu .menu-item-65:hover {
    background-color: #023683;
}

#primary-menu .menu-item-65:hover a {
    color: #fff;
}



.md-header-phone-holder {
	border: 1px solid #023683;
    border-radius: 60px;
	background-color: #023683;
	color: var(----main-head-bg);
    padding: 0px 22px 0px 5px;
    width: 192px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s ease-in-out;
	margin-left: 15px;
}

.md-header-phone-holder img {
    width: 35px;
    height: 35px;
    position: relative;
    left: -10px;
}


.md-header-phone-holder a{
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	font-weight: 800;
}

.md-header-phone-holder:hover {
    background-color: #0D4BA6;
    
}

.md-header-phone-holder:hover a {
    color: #fff;
}

  


  /************************ Responsive *****************************/



/* FOOTER */

.site-info {
    float: left;
    width: 100%;
}
.md-footer-top-holder {
    background: #fff;
}
.md-footer-top-holder {
    padding: 60px 0;
}
.md-footer-top-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h3.md-footer-top-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #0E1C36;
    margin-bottom: 5px;
}
.md-footer-link-holder {
    display: flex;
    gap: 10px;
}
a.md-footer-quote-link {
    font-size: 16px;
    font-weight: 800;
    line-height: 19.2px;
    color: #0E1C36;
    background: #F7CA18;
    height: 45px;
    width: 211px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
	transition: background .3s ease-in-out;
}
a.md-footer-quote-link:hover{
	background:#FFDB4A;
}

a.md-footer-phone {
    font-size: 16px;
    font-weight: 800;
    line-height: 19.2px;
    color: #fff;
    background: #023683;
    border-radius: 60px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
	transition:background .3s ease-in-out;
}
a.md-footer-phone:hover {
    background: #0D4BA6;
}
p.md-footer-address {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #868C96;
}
a.md-location-link ,p.md-location {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #868C96;
	transition:color .3s ease-in-out;
}
a.md-location-link:hover p.md-location {
    color: #0E1C36;
}
.md-footer-areas {
    column-count: 2;
}
div#gmap {
    height: 400px;
    border-radius: 20px;
}
.md-footer-bottom-all-holder {
    background: #023683;
    padding: 60px 0 15px;
}
h3.md-footer-top-title.md-footer-bottom-title {
    color: #fff;
}
.md-footer-bottom-right {
    display: flex;
    gap: 40px;
}
p.md-footer-copy-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #9AAFCD;
}
.md-footer-bottom-right ul {
    list-style: none;
}
.md-footer-bottom-right ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #9AAFCD;
	transition:color .3s ease-in-out;
}
.md-footer-bottom-right ul li a:hover {
    color: #FFFFFF;
}

.md-footer-bottom-box {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.md-footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
/*     justify-content: space-between;
	gap:20px; */
}
.md-footer-logo {
  margin-bottom: 53px;
}
.md-footer-social-holder {
    display: flex;
    gap: 10px;
}

.md-footer-social-holder a img {
		transition: 0.3s ease-in-out;
    }

.md-footer-social-holder a img:hover {
        filter: invert(100%); 
    }


ul#menu-footer-company-menu li:last-child a {
    color: #F7CA18;
	transition: color .3s ease-in-out;
}
ul#menu-footer-company-menu li:last-child a:hover {
    color: #FFFFFF;
}

@media screen and (min-width:768px){
	.md-footer-top-holder {
    padding: 70px 0;
}
	p.md-footer-copy-text.md-footer-copy-text-phone {
    padding-left:15px;
}
	p.md-footer-copy-text {
    font-size: 18px;
    line-height: 35.28px;
}

}
@media screen and (min-width:992px){
	.md-footer-bottom-right {
    gap: 20px;
		justify-content: flex-end;
}
	.md-footer-top-holder .md-footer-top-right {
    padding-left: 40px;
}
	.md-footer-top-right {
    height: 100%;
		
}

	.md-header-phone-holder {
    margin-left: 0px;
}
	.md-footer-top-holder {
    display: flex;
    flex-wrap: wrap;
}
	p.md-footer-copy-text.md-footer-copy-text-phone {
    display: none;
}
	.md-footer-bottom-all-holder {
    padding: 70px 0;
}
}
@media screen and (min-width:1200px){
	.md-footer-top-holder .md-footer-top-right {
    padding-left: 80px;
}

.md-header-phone-holder {
    margin-left: -20px;
}

	.md-footer-bottom-right {
    gap: 40px;
}
}
@media screen and (max-width:991px){

	.md-before-menu {
    flex-direction: row;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;	
	padding: 10px 10px;			
}

.md-before-phone-holder{
display:flex;
margin-left: 15px;
}

.md-footer-top-holder {
    padding: 40px 0;
}

.md-header-phone-holder{
display:none;
}

.md-before-menu p {
margin-bottom:10px;
margin-right: 15px;
}

	.md-footer-top-right {
    gap: 20px;
    margin-top: 30px;
}
	.md-footer-bottom-left {
    margin-bottom: 30px;
}
	.md-footer-bottom-right {
		justify-content: space-between;
	}
	p.md-footer-copy-text.md-footer-copy-text-desktop {
    display: none;
}
	.md-footer-bottom-right {
    margin-bottom: 60px;
}
	img.md-footer-logo {
    width: 320px;
    height: auto;
}
	.md-footer-bottom-right {
    flex-wrap: wrap;
}
}
@media screen and (max-width:767px){
	.md-footer-top-holder .md-footer-top-map,.md-footer-top-holder .md-footer-top-right ,.md-footer-bottom-box .md-footer-bottom-left,.md-footer-bottom-box .md-footer-bottom-right{
    padding-left: 0;
    padding-right: 0;
	}
.md-before-menu {
    flex-direction: column;
}

.md-before-phone-holder{
margin-left: 0px;
}

.md-before-menu p {
margin-right: 0px;
}

}
@media screen and (max-width:500px){
	.md-footer-link-holder {
    flex-wrap: wrap;
}
	.md-footer-link-holder a.md-footer-quote-link,.md-footer-link-holder a.md-footer-phone {
    width: 300px;
}
}


@media screen and (max-width:400px){
.md-footer-bottom-right {
    display: flex;
    flex-direction: column;
}
}

.md-footer-email {
  font-size: 18px;
  font-weight: 700;
  line-height: 35.28px;
  text-align: left;
  color: #FFF;
}
.md-footer-mail-a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #9AAFCD;
  transition: color .3s ease-in-out;
  margin-left: 10px;
}
.md-footer-mail-a:hover {
	color:#FFF;
}