/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */ :root {
  --mc: #0006BE;
  --mcd: #333;
  --mcg: #111416;
  --trans: all 0.2s ease;
  --font-a: 'Assistant', sans-serif;
  --font-b: 'Rubik', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.bg-dark {
  background-color: var(--mcd) !important;
  color: #fff;
}
.bg-light {
  background-color: #f5f7fa !important
}
label {
  font-size: 16px;
  color: var(--mcd);
  font-weight: 700;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: var(--mc);
}
.page_body .container {
  max-width: 1170px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: var(--mc);
}
.form-control {
  height: 48px;
  font-size: 16px;
  color: var(--mcd);
  padding: 15px;
  border: 1px solid #BBBBCB;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.form-control::placeholder {
  color: var(--mcd)
}
.form-control:disabled {
  background-color: var(--l-gray);
  border: 0;
}
button {
  cursor: pointer
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: var(--l-blue);
  text-decoration: none;
}
a:focus {
  color: var(--mc);
  outline: none
}
ul {
  margin: 0;
  padding: 0;
}
/*--primary-btn--*/
.btn-primary {
  height: 54px;
  line-height: 54px;
  padding: 0 37px;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/btn-bg.svg') no-repeat center center;
  background-size: 100%;
  font-size: 20px;
  color: var(--mc);
  border-radius: 0;
  margin-top: 20px;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: var(--mc);
  background-color: transparent;
  border-color: transparent
}
.btn-primary:active {
  color: var(--mcd);
}
.btn-primary:focus {
  box-shadow: none
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: var(--mc);
  background-color: transparent;
  border-color: transparent;
  box-shadow: none !important;
}
.btn-primary.disabled {
  background-color: #B6C0CC;
}
/*--secondary-btn--*/
.btn-secondary {
  height: 48px;
  padding: 0 10px;
  border: 1px solid #0061E6;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: center;
  color: var(--mc);
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
}
.btn-secondary:hover {
  border: 1px solid #0061E6 !important;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  color: var(--mc)
}
.btn-secondary:active {
  border: 1px solid #0061E6 !important;
  background-color: var(--o-white) !important;
  box-shadow: none;
  color: var(--mc) !important
}
.btn-secondary:focus {
  background-color: var(--o-white);
  border: 1px solid #0061E6;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06) !important;
  color: var(--mc)
}
.read_more {
  font-weight: 500;
}
body {
  font-size: 16px;
  color: var(--mcd);
  font-family: 'Assistant', sans-serif;
  padding-top: calc(90px - -1px);
}
li {
  list-style: none;
}
/*--header--*/
header nav.navbar {
  padding: 0;
  background: none;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 26px;
  padding: 14px 1.3em !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff;
  position: relative
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
  color: var(--mc);
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/nav-bg.svg') no-repeat;
  background-size: 100%;
  background-position: center center
}
.navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
}
/*--menuicon--*/
.navbar-toggler {
  padding: 0;
}
.hamburger {
  padding: 2;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.foot_social a {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.foot_social a:hover {
  background: var(--mc)
}
.foot_social a:first-of-type {
  margin-left: 15px;
}
.foot_social a img {
  width: 22px;
  height: 22px;
}
.index_template {
  padding-top: 0;
}
.navbar-brand {
  margin: 0;
}
header {
  padding: 15px 0;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background-color:rgba(0,0,0,0.1)
}
header.show_head {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
header.show_head .navbar-nav .nav-link {
  color: #333;
  border-bottom: 2px solid transparent
}
header.show_head .foot_social a {
  background: var(--mc)
}
header.show_head .navbar-nav .nav-link:hover {
  color: var(--mc);
  background: none;
}
header.show_head .navbar-nav .nav-link.active {
  border-bottom: 2px solid var(--mc)
}
.c_p {
  padding: 5em 0
}
header.show_head .hamburger-inner, header.show_head .hamburger-inner::before, header.show_head .hamburger-inner::after {
  background-color: var(--mc)
}
header.show_head .hamburger.is-active .hamburger-inner, header.show_head .hamburger.is-active .hamburger-inner::before, header.show_head .hamburger.is-active .hamburger-inner::after {
  background-color: var(--mc)
}
/*--hero-section--*/
.hero_sec {
  position: relative;
}
.hero_sec img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.divider_sec {
  background: url(/National_Library/oe_/https://www.bahadunes.co.il/designFiles/divider.svg) no-repeat;
  height: 45px;
  width: 600px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  z-index: 9;
}
.hero_sec .carousel-caption {
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  right: auto;
}
.hero_sec .carousel-caption h1 {
  font-size: 4em;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-b)
}
.hero_sec .carousel-caption h2 {
  font-size: 5em;
  font-weight: 700
}
.hero_sec .carousel-caption p {
  font-size: 32px;
  max-width: 880px;
  margin: auto;
}
.carousel-indicators {
  justify-content: right;
  margin: 0 5% 4%
}
.carousel-indicators li {
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  opacity: 1;
  margin: 5px;
}
.carousel-indicators li.active {
  background: var(--mc)
}
/*--about-sec--*/
.about_head {
  text-align: center;
}
/*
.about_head h3 {
  font-size: 52px;
  font-weight: 300
}*/
.about_head h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--mc);
  margin: 30px 0 0
}
.about_card {
  display: flex;
  justify-content: center;
  margin-top: 5em;
}
.about_card > div {
  width: 50%;
}
.about_card .about_thumb img {
  max-height: 860px;
  height: 860px;
  object-fit: cover;
  width: 100%;
}
.about_card .about_text {
  border: 1px solid #eee;
  padding: 3em;
  display: flex;
  position: relative;
}
.about_card .about_text:before {
  content: '';
  width: 0;
  position: absolute;
  left: -50px;
  top: 48px;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 50px solid #fff;
}
.about_card .about_text .about_box {
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/bg-pat.png');
  padding: 25px;
  display: flex;
  align-items: center;
}
.about_card .about_text p {
  font-size: 20px;
  font-family: var(--font-b);
  font-weight: 500
}
.about_card .about_text .h1 {
  font-size: 52px;
  font-weight: 500;
  font-family: var(--font-b);
  margin: 0 0 20px;
}
.about_card.about_card2 .about_text:before {
  left: 0;
  right: -50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*--franchisee-sec--*/
.franchisee_sec {
  position: relative;
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/f-bg.jpg') no-repeat;
  background-size: cover;
}
.franchisee_sec .divider_sec {
  bottom: auto;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  left: 50%;
}
.franchisee_sec .btn {
  font-size: 32px;
  background-image: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/btn-path2.svg');
  height: 80px;
  line-height: 81px;
  padding: 0 70px;
}
.sec_head .h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700
}
.f_box {
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 24%;
  margin: 0 0 25px;
  color: var(--mcd);
}
.f_detail .h1 {
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 21px; /*25px;*/
  font-weight: 700;
  padding: 0 0 10px;
}
.f_detail {
  margin-right: 14px;
}
.f_detail i {
  color: #333;
  margin-left: 3px;
}
.f_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.f_box img {
  height: 105px;
  width: 105px;
  object-fit: cover;
}
/*--ad-banner--*/
.ad_banner {
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/ad-banner.jpg') no-repeat center center;
  background-size: cover;
  padding: 2em 0;
  text-align: center;
}
.ad_banner .btn {
  font-size: 55px;
  height: 128px;
  line-height: 128px;
  background-image: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/btn-path2.svg');
  padding: 0 2em
}
/*--footer--*/
footer p {
  font-size: 24px;
  font-family: var(--font-b);
  font-weight: 300
}
footer .foot_social a {
  border-color: var(--mc)
}
footer .foot_social a:hover svg path {
  fill: #fff;
}
.foot_info {
  background: #f1f1f1;
  padding: 10px 0;
}
.foot_info p {
  margin: 0;
  font-size: 20px;
}
/*--about-us--*/
.inner_hero {
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/about1920.jpg') no-repeat center center;
  height: 460px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center
}
.inner_hero h1 {
  font-size: 4em;
  color: #fff;
  font-family: var(--font-b);
  font-weight: 700;
  margin-top: 1em;
  width: 100%;
}
.begin_box {
  max-width: 900px;
  margin: auto;
  background: #fff;
  margin-top: -4em;
  padding: 20px;
  box-shadow: 0 17px 67px rgb(52 63 75 / 20%);
  text-align: center;
}
.bread_sec .breadcrumb {
  background-color: transparent;
  justify-content: center;
}
.bread_sec .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.bread_sec .breadcrumb-item a {
  color: #fff;
}
.begin_box .h1 {
  font-size: 1.2em;
  font-family: var(--font-b);
  color: var(--mc);
  display: block;
  font-style: italic
}
.begin_box .h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
.begin_box p {
  font-size: 20px;
}
.begin_box img {
	max-width: 100%;
	height: auto;
}
.set_sec {
  background: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/set-bg-5.jpeg') no-repeat center center;
  padding: 8em 0;
  position: relative;
  margin-top: 3em;
  background-attachment: fixed
}
.set_sec .set_box {
  background: #fff;
  padding: 2em;
  max-width: 600px;
}
.set_sec .set_box .h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
.set_sec .set_box p {
  font-size: 20px;
}
.set_sec2 {
  background-image: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/set-bg2.jpg');
}
.set_sec2 .set_box {
  margin-right: auto;
}
/*--franchisee-page--*/
.franchise_inner {
  background-image: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/franchise.jpg')
}
.franch_box {
  font-size: 17px;
  background: #ccc;
}
.franch_box {
  background: #f4f7fa;
  padding: 20px;
}
section.franch_form img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
}
.franch-text {
  text-align: center;
  position: relative;
}
section.franch_form {
  position: relative;
  padding: 0 0 5em;
  color: #fff;
  margin-top: 3em;
}
.franch_form {
  background: #f4f7fa
}
.franch_form form {
  background: #fff;
  padding: 25px;
  max-width: 800px;
  margin: 35px auto auto;
  position: relative;
}

.franch_form.contact_form form
{
	max-width: 500px;
}

.franch-text {
  padding: 20px 0 0;
}
section.franch_form button.btn {
  background-image: url('/National_Library/oe_/https://www.bahadunes.co.il/designFiles/btn2-path.svg')
}
section.franch_form .form-group {
  position: relative;
}
section.franch_form .form-group i {
  color: var(--mc);
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateY(3em);
}
section.franch_form .form-group .form-control {
  padding-left: 40px;
}
.branches_sec {
  background-image: none;
  background-color: #F4F7FA;
}
.franch-text .btn {
  font-size: 30px;
}
.franch-text p {
  font-size: 20px;
}
/*--singal-branch--*/
.singal_branch {
  background-color: #F4F7FA
}
.singal_branch header {
  background: #fff;
  padding: 0;
}
.singal_branch header .navbar-nav .nav-link:hover, .singal_branch header .navbar-nav .nav-item.active .nav-link {
  color: var(--mc)
}
.singal_branch header .navbar-nav .nav-link {
  color: #333
}
.singal_branch header .foot_social a {
  background-color: var(--mc)
}
/*--branch-css--*/
.branch_pic img {
  height: 500px;
  object-fit: cover;
}
.singal_branch .carousel-indicators {
  justify-content: flex-end;
}
.singal_branch .carousel-indicators li {
  height: 15px;
  width: 15px;
}
.branch_detail .branch_name {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.branch_detail h2 {
  font-size: 26px;
  color: #fff;
}
.branch_detail h2 i {
  color: #fff;
  font-size: 18px;
  margin-left: 6px;
}
.branch_detail a {
  color: #fff;
}
.branch_detail {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  right: 7em;
  padding: 1em;
  max-width: 480px;
}
footer {
  background: #fff;
}
.branch_container {
  display: flex;
  padding: 3em 0;
}
.branch_container > div.branch_text {
  width: 27%;
}
.text_group {
  background: #fff;
  padding: 25px;
  width: 100%;
  box-shadow: 0 17px 67px rgb(52 63 75 / 20%);
}
.branch_text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -100px;
  position: relative;
}
.branch_map {
  width: 80%;
  border: 5px solid #fff;
}
.text_group strong {
  color: var(--mc);
  font-size: 20px
}
.singal_branch .hamburger-inner, .singal_branch .hamburger-inner::before, .singal_branch .hamburger-inner::after {
  background-color: var(--mc);
}
.singal_branch .hamburger.is-active .hamburger-inner, .singal_branch .hamburger.is-active .hamburger-inner::before, .singal_branch .hamburger.is-active .hamburger-inner::after {
  background-color: var(--mc);
}
/*--contact-us--*/
.contact_template .franch_form {
  margin-top: 0;
}
.contact_form p {
  color: #333;
}
.contact_form .container {
  max-width: 770px;
}
ul.contact-info li {
  text-align: center;
  margin: 0;
  width: 33.3%;
}
ul.contact-info li i {
  display: block;
  border: 1px solid var(--mc);
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: var(--mc);
  margin: auto auto 10px
}
ul.contact-info li .h4 {
  color: var(--mc);
  font-size: 18px;
  font-weight: 700
}
ul.contact-info li p {
  font-size: 20px;
}

ul.contact-info {
    display: flex;
}

.contact-text {
    margin-top: 35px;
}
.contact_template .inner_hero{background-image:url("/National_Library/oe_/https://www.bahadunes.co.il/designFiles/set-bg3.jpg")}
/*--new-blog-design--*/
.blog_card{
	  -webkit-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  margin-top:3em;
	  background: #fff;
	  padding: 10px;
	  border: 1px solid #eee;
	  box-shadow: 0 0 10px rgb(0 0 0 / 0%);
}
.blog_card img {
  height: 250px;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}
.card_detail {
  max-width: 100%;
  background: #fff;
  margin-top: -11px;
  position: relative;
  z-index: 1;
  margin:  auto;
  padding: 15px;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
}
.card_detail .h1 {
  font-size: 20px;
  margin: 0 0 10px;
  display: block;
  color: #202020;
  position: relative;
	font-weight:700;
}
.card_detail .h1:before {
  content: '';
  background: #42bda7;
  height: 100%;
  position: absolute;
  width: 4px;
  right: -15px;
	display:none;
}
.card_detail p {
  font-size: 12px;
}
.card_detail .btn {
      border-radius: 0;
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 8px 28px;
    line-height: normal;
    border: 0;
    background: url(/National_Library/oe_/https://www.bahadunes.co.il/designFiles/nav-bg2.svg) no-repeat;
    color: #fff;
}
.blog_card:hover .card_detail {
  top: -20px;
}
.blog_detail .blog_thumb {
      min-height: 350px;
      object-fit: cover;
      border: 2px solid #eee;
      border-radius: 0;
      max-height: 400px;
      width: 100%;
      padding: 15px;
      background: #fff;
}

.blog_body {
    margin: 2em 0 0;
    padding:15px 0;
	direction: rtl;
	text-align: right;
}
.blog_body .blog_title{position:relative; margin:0 0 1em;}

.blog_body p, .blog_body ul li{font-size:14px}
.blog_body ul{
    margin:2em 0;
    line-height:26px;
    font-size:12px;
    color:#202020;
    position:relative;
	    padding-right: 20px;

}

.blog_body ul:before{
    background-color:#eee

}
.blog_body ul li{
    position:relative;
	list-style: circle
}
.blog_body ul li::marker{color:var(--mc)}
.blog_body ul li:before{
   height: 5px;
   width: 6px;
   border-radius: 50px;
   top: 11px;
   display: block;
   right: -16px;
}
.blog_detail > strong {
    font-size: 18px;
}
.blog_card:hover {box-shadow: 0 0 10px rgb(0 0 0 / 10%);}

/*.blog_body strong {
    font-size: 15px;
    margin: 0 0 6px;
    display: block;
    color: #202020;
}*/
section.blog_page {
    background: #f8f8f8;
    padding: 2em 0 5em;
}
.blog_body a{text-decoration:underline}
h2.blog_title {
    margin: 40px 0 1em;
    font-size: 2.5em;
    font-weight: 700;
    position: relative;
    color: var(--mc);
}
.blog_body > strong{display: block; margin:0 0 10px;}
h2.blog_title:after{content:'';border-bottom: 2px solid var(--mc);display:block;width:100px;margin: 30px 0 0;}
/*--new-footer--*/
.foot_menus {
    border-top: 1px solid #eee;
    padding: 3em 0;
    margin-top: 3em;
    background: #f9f9f9;
}
.foot_menus ul{padding:0; margin:0
}
.menu_card.branch_card ul {
    column-count: 2;
}
.menu_card ul{line-height:26px}
.foot_menus ul li a{color:var(--mcd); font-size:14px; padding:0; -webkit-transition:var(--trans); transition:var(--trans); position:relative; right:0; display: inline-block;}
.foot_menus ul li a:hover{right:10px; color:var(--mc)}
.menu_card h6 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mcd);
}
@media(max-width:1800px){
	.navbar-nav .nav-link{font-size:20px}
}
@media(max-width:1200px){
	.navbar-nav .nav-link{font-size:18px}
}
@media(min-width:1440px){
	.blog_detail .blog_thumb{min-height:450px; max-height:450px;}
}
@media(max-width:767px){
	.branch_card  h6{margin-top:1.5em;}
	.foot_menus ul li a{
		
		    line-height: normal;
    padding: 0 0 8px;
	}
	.foot-nav {
    width: 100%;
}
	#new_footer .foot_menu{flex-wrap:wrap;     justify-content: center;}
	#new_footer #foot_social {width:100%; justify-content: center;}
	.foot-nav ul{
		flex-wrap: wrap; justify-content: center; margin:0 0 15px;}
	.blog_detail .big_thumbnail{min-height:200px;}
}
