﻿
header {
    -webkit-box-shadow: 0px 0px 4.65px 0.35px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 4.65px 0.35px rgba(0, 0, 0, 0.14);
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 1.5 !important;
}

.header > .container {
  max-width: 1600px;
}

header.menu_active .main_menu li a:not(.search_btn) {
  opacity: 0;
  pointer-events: none;
}
header.menu_active .main_menu li a.global_link {
	opacity:1;
	pointer-events: all;
}
header .container {
  max-width: 1600px;
  width: 100%;
  padding: 0;
}
header a, header a:hover, header a:focus, header .trans3ms, header .trans3ms:before, header .trans3ms:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  color: #6e6e6e;
}
header .fm {
  font-weight: 500;
}
header .bold, header strong {
  font-family: 'DIN Next W01 Bold', sans-serif;
}
header .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
header .menu_icon_wrapper {
    height: 60px;
    width: 100px;
    margin-right: 16px;
    padding-top: 6px;
}
header .menu_icon_wrapper.active {
  background: #0075ba;
}
header .btn_menu {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 30px;
  height: 26px;
  cursor: pointer;
  /*	padding-top: 10px;
  padding-bottom: 10px;*/
}
header .btn_menu.animate .btn_menu_line, header .btn_menu.animate .btn_menu_line:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .btn_menu_line {
  height: 3px;
  width: 30px;
  background: #6a7b84;
  display: block;
  position: relative;
}
header .menu_icon_wrapper.active .btn_menu_line, header .menu_icon_wrapper.active .btn_menu_line:hover, header .menu_icon_wrapper.active .btn_menu_line:focus {
  background: #fff !important;
}
header .btn_menu .btn_menu_line:nth-child(2), header .btn_menu .btn_menu_line:nth-child(3) {
  margin-top: 8px;
}
header .btn_menu.animate .btn_menu_line:before {
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #6a7b84;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
header .btn_menu:hover .btn_menu_line, header .btn_menu:hover .btn_menu_line:before {
  background: #000;
}
header .btn_menu.animate:not(.active):hover .btn_menu_line {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
header .btn_menu.animate:not(.active) .btn_menu_line:nth-child(1) {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
header .btn_menu.animate:not(.active) .btn_menu_line:nth-child(2) {
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
header .btn_menu.animate:not(.active) .btn_menu_line:nth-child(3) {
  -webkit-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}
header .main_menu {
  opacity: 1;
  font-size: 0;
}
header .logo {
  margin-top: 5px;
}
header .header_bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  overflow:hidden
}
header.header_set .header_bottom:before {
	content:'';
	position:absolute;
/*	right:100%;*/
	height:100%;
	width:100%;
	background:#0075ba;
}
header.menu_active .header_bottom {
  -webkit-box-shadow: 0px 3px 4.65px 0.35px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 4.65px 0.35px rgba(0, 0, 0, 0.14);
  /*max-width: 1600px;
  margin: 0 auto;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;*/
}
header .main_menu li {
  vertical-align: top;
  margin-right: 0 !important;
}
    header .main_menu li a {
        font-size: 20px;
        color: #6a7b84;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 15px 24px;
        display: block;
        font-family: 'DIN Next W01 Regular', sans-serif;
    }
header .main_menu li a::after {
  display: block;
  content: attr(title);
  font-family: 'DIN Next W01 Medium', sans-serif;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header .main_menu li:hover a {
  color: #000;
  font-family: 'DIN Next W01 Regular', sans-serif;
  /*font-family: "Arimo",Arial,Helvetica,sans-serif !important;*/
}
header .btn_menu.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .btn_menu.active .btn_menu_line {
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .btn_menu.active .btn_menu_line:before {
  display: none !important;
}
header .btn_menu.active .btn_menu_line:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
header .btn_menu.active .btn_menu_line:nth-child(2) {
  display: none;
}
header .btn_menu.active .btn_menu_line:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
header .search_btn, header .global_link {
    height: 60px;
}
header .close_search {
  display: none;
}
header .search_link_active {
  background: #0075ba;
  color: #fff !important;
}
header .search_link_active .close_search {
  display: block;
  width: 25px;
  text-align: center;
}
header .search_btn i {
  width: 25px;
  text-align: center;
}
header .search_link_active .open_search_icon {
  display: none;
}
header .search_wrapper {
  padding: 20px 15px;
  background: #0075ba;
  display: none;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 0px 4.65px 0.35px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 4.65px 0.35px rgba(0, 0, 0, 0.14);
}
header .search_wrapper input[type=search] {
  height: 84px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px;
  font-size: 25px;
  padding-right: 100px;
}
header .search_wrapper_inner {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
header .search_wrapper button {
  background: #02b7f1;
  width: 78px;
  height: 78px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .search_wrapper button:hover, header .search_wrapper button:focus {
  background: #0075ba;
}
header .search_wrapper_inner button {
  font-size: 25px;
  color: #fff;
}
header .min-h-100 {
  min-height: 100vh;
}
header .res_dis_item {
  display: none;
}
header .mega_menu_wrapper {
  background: #0075ba;
  position: relative;
  opacity: 0;
  border-radius: 0 0 10px 10px;
 /* overflow: hidden;*/
  pointer-events: none;
}
header .mega_menu_wrapper.mega_menu_set {
  width: 250px;
  display: none;
  opacity: 1;
  pointer-events: all;
}
header .mega_menu_wrapper.mega_menu_active {
  width: 100%;
  animation: wid 0.3s forwards;
  -webkit-animation: wid 0.3s forwards;
}
@-webkit-keyframes wid {
  from {
    width: 250px;
  }
  to {
    width: 100%;
  }
}
@keyframes wid {
  from {
    width: 250px;
  }
  to {
    width: 100%;
  }
}
header .mega_menu_wrapper > .dropdown_wrapper > ul {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .mega_menu_wrapper.mega_menu_active .dropdown_wrapper > ul {
  opacity: 1;
  width: 100%;
  margin-top: 0px;
}
header .mega_menu_wrapper ul[class*=" lvl"] {
  padding: 27px 0px 27px 16px;
}
header .lvl1menu > li > a {
  font-family: 'DIN Next W01 Bold', sans-serif;
  color: #fff;
}
header .mega_menu_wrapper ul[class*=" lvl"] > li > a {
    width: 235px;
    border-radius: 7px 0 0 7px;
    padding: 15px 0 15px 25px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}

/* added a new style to prevent active menu cursor be point */
header .mega_menu_wrapper ul[class*=" lvl"] > li.active > a {
  cursor: default;
}

header .lvl1menu > li.active > a, header .lvl1menu > li:not(.no_submenu):hover > a {
  background: #02b7f1;
}
header .mega_menu_wrapper ul li > .dropdown_wrapper {
  position: absolute;
  top: 0;
  left: 250px;
  background: #02b7f1;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
header .lvl1menu > li > .dropdown_wrapper {
  width: calc(100% - 250px);
}
header .lvl2menu > li > a {
  font-family: 'DIN Next W01 Regular', sans-serif;
  color: #fff;
}
header .lvl2menu > li.active > a, header .lvl2menu > li:not(.no_submenu):hover > a, header .res_dis_item a:hover, header .res_dis_item a:focus {
  background: #fafafa;
  color: #000;
}
header .lvl2menu .menu_posts_list li a {
  padding: 8px 15px;
}
header .no_submenu a, header .no_submenu a {
  border-radius: 10px !important;
}
header .no_submenu a:hover, header .no_submenu a:focus {
  background: rgba(250, 250, 250, 0.3);
  color: #000;
}
header .dropdown_wrapper {
  min-height: 720px;
}
header .lvl2menu > li > .dropdown_wrapper {
  right: 0;
  background: #fafafa !important;
  left: 250px !important;
  padding: 2px 45px;
  opacity: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  padding-bottom: 38px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
header .lvl2menu > li > .dropdown_wrapper .row div[class^=col-] .inner_menu_wrap:last-child {
  margin-bottom: 0;
}
header .inner_menu_wrap > *:last-child {
  margin-bottom: 0 !important;
}
header .mega_menu_wrapper ul li > .dropdown_wrapper.active {
  opacity: 1 !important;
  z-index: 2 !important;
  -webkit-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  pointer-events: all !important;
}
header .lvl2menu > li > .dropdown_wrapper:after{
	content:'';
	position:absolute;
	left:100%;
	width:3000px;
	height:100%;
	background:#fafafa;
	top:0;
}
header .inner_menu_wrap {
  margin: 38px 0;
  font-size: 18px;
}
header .inner_menu_wrap > *:not(ul) {
  padding: 0 15px;
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;
}
header .clr-black {
  color: #000;
}
header .clr-light {
  color: #6a7b84;
}
header .clr-light-hover:hover {
  color: #000;
}
header .fa-comment.mr-1 {
  margin-right: 0.35rem !important;
}
header .inner_menu_wrap h4 {
  font-size: 20px;
  margin-top: 0;
  font-family: 'DIN Next W01 Bold', sans-serif;
  color: #000;
  padding: 0 15px;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: bold;
}
header .inner_menu_wrap ul li a {
  font-size: 18px;
  color: #000;
  /*padding: 8px 15px;*/
  padding: 4px 15px;
  display: block;
  border-radius: 10px;
  /*line-height: 1;*/
  margin: 3px 0;
}
header .inner_menu_wrap ul li a .post-link-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
header .inner_menu_wrap ul li a:hover .post-link-arrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
header .inner_menu_wrap ul:not(.w_tags):not(.menu_posts_list) li a:hover, header .inner_menu_wrap ul:not(.w_tags):not(.menu_posts_list) li a:focus {
  background: #0075ba;
  color: #fff;
  outline: none;
}
header .arrow-wrap, header .tag-wrap {
  display: inline-block;
}
header .inner_menu_wrap li, header .inner_menu_wrap p {
    font-family: Arimo,Arial,Helvetica,sans-serif;
    font-weight: 400;
}

header .inner_menu_wrap ul.w_tags li a {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-block !important;
  display: -ms-block !important;
  display: block !important;
}
header .inner_menu_wrap ul.w_tags li a span {
    display: inline-block;
    /*vertical-align: middle;*/
}

header .list-tag {
  font-size: 12px;
  padding: 3px 7px 2px;
  display: inline-block;
  background: #b1b9bf;
  border-radius: 3px;
  /*margin-left: 15px;*/
  font-family: 'DIN Next W01 Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 2px;
  line-height: 1.7;
}
header .inner_menu_wrap ul.w_tags li a:hover, header .inner_menu_wrap ul.w_tags li a:focus, header .inner_menu_wrap ul.menu_posts_list li a:hover, header .inner_menu_wrap ul.menu_posts_list li a:focus {
  color: #0075ba;
}
header a.clr-light p {
    color: #000000;
    font-size: 18px!important;
}
header .inner_menu_wrap ul.w_tags li a:hover p, header .inner_menu_wrap ul.w_tags li a:focus p, header .inner_menu_wrap ul.menu_posts_list li a:hover p, header .inner_menu_wrap ul.menu_posts_list li a:focus p {
  color: #000000;
}
header .inner_menu_wrap ul.w_tags li a:hover .list-tag, header .inner_menu_wrap ul.w_tags li a:focus .list-tag {
  background: #0075ba;
}
header .cstmr-pdf {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
header .cstmr-pdf:hover {
  color: #0075ba;
  text-decoration: underline;
}
header .lvl2menu > li > a i {
  padding-left: 15px;
}
header .or {
  margin-right: 0.5rem !important;
}
header .post-link-arrow {
  margin-bottom: 1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main_menu li a {
    padding: 24px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .mega_menu_wrapper ul[class*=" lvl"] > li > a {
    width: 100%;
    width: 96%;
    margin-left: 4%;
  }
}
@media (max-width: 991px) {
	header .main_menu li a {
    	padding: 24px 15px;
  	}

  header .lvl2menu > li > .dropdown_wrapper {
    left: -250px !important;
  }

  /* this min-height was set to make the mobile menu height auto */
  header .dropdown_wrapper {
    min-height: auto;
  }
  header .mega_menu_wrapper ul[class*=" lvl"] {
    padding-left: 0;
  }
    header .mega_menu_wrapper ul[class*=" lvl"] > li > a:after, header .no_submenu a:after {
        content: "\f105";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        /*font-family: "Font Awesome 5 Pro";*/
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
    }
  header .lvl2menu .res_dis_item {
    display: block;
  }
  header .res_dis_item a {
    padding: 20px 15px;
    display: block;
    line-height: 1;
    border-radius: 10px 0 0 10px;
  }
  header .lvl2menu .res_dis_item {
    border-bottom: 1px solid rgba(224, 224, 224, 0.4);
  }
  header .lvl2menu .back-btn {
    color: #000;
  }
  header .back-btn {
    color: #fff;
    font-size: 18px;
  }
  header .back-btn i {
    margin-right: 5px;
  }
  header .lvl2menu > li > .dropdown_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .lvl2menu > li > .dropdown_wrapper .inner_menu_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  header .lvl2menu .dropdown_wrapper {
    padding-bottom: 27px;
    padding-bottom: 27px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header .main_menu li a:not(.search_btn) {
    display: none;
  }
}

@media (max-width: 767px) {
  header .mega_menu_wrapper ul[class*=" lvl"] > li > a {
    width: 100%;
  }
  header .mega_menu_wrapper.mega_menu_active {
    animation: none;
    -webkit-animation: none;
  }
  header .menu_icon_wrapper {
    width: 80px;
  }
  header .search_wrapper_inner, header .search_wrapper button {
    border-radius: 7px;
  }
  header .menu_icon_wrapper {
    margin-right: 5px;
  }
  header .res_dis_item {
    display: block;
  }
  header .mega_menu_wrapper ul li > .dropdown_wrapper {
    left: 0;
    width: 100%;
  }
  header .back-btn {
    color: #fff;
    font-size: 16px;
  }
  header .lvl2menu > li > .dropdown_wrapper .back-btn {
    color: #000;
  }
  header .lvl2menu > li > .dropdown_wrapper {
    left: 0 !important;
  }
  header .lvl2menu > li > .dropdown_wrapper .inner_menu_wrap {
    margin-bottom: 0px;
  }
  header .mega_menu_wrapper ul[class*=" lvl2"] {
    padding-top: 0;
  }
  header .mega_menu_wrapper ul[class*=" lvl"] > li > a {
    font-size: 16px;
    padding: 14px 32px 14px 15px;
  }
  header .res_dis_item a {
    padding: 14px 15px 14px 15px;
  }
  header .search_wrapper {
    padding: 15px 15px;
  }
  header .search_wrapper input[type=search] {
    font-size: 16px;
    height: 40px;
  }
  header .search_wrapper_inner button {
    font-size: 16px;
    width: 34px;
    height: 34px;
  }
  header .mega_menu_wrapper > .dropdown_wrapper > ul > li .dropdown_wrapper {
    padding: 27px 0;
  }
  header .menu_lp_date:first-of-type {
    padding-top: 8px;
    margin-top: 3px;
  }
}
@media (max-width: 576px) {
  header .main_menu li:not(:last-child) {
    display: none;
  }
  header .main_menu li:nth-last-child(2) {
	display:inline-block;
}
}
@media (max-width: 480px) {
  header .logo, header .logo svg {
   /* max-width: 150px;*/
   max-width: 120px
  }
 
  /* this min-height was set to make the mobile menu height auto */
  header .dropdown_wrapper {
    min-height: auto;
  }
}

	.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	}
	.justify-content-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.d-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		/*display: flex!important;*/
	}
	.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
	}
	.z-index-1000{
		z-index: 1000;
	}
	.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	}
	@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

*, ::after, ::before {
    box-sizing: border-box;
}
.header_bottom .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}	
.header_bottom li {
	margin-bottom: 0!important;
}

/*New Boostrap Styles*/
@media (min-width: 992px) {
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.ml-2{
	margin-left:.5rem!important;
}
.mr-2{
	margin-right:.5rem!important;
}
/*End New Bootstrap Styles*/

a h4.px-0 {
    padding-left: 0px;
}

.homenav::after {
    display: none !important;
}