@font-face {
  font-family: 'geulasans';
  src: url('../fonts/fbgeulasans-regularwebfont.eot');
  src: url('../fonts/fbgeulasans-regularwebfont.woff') format('woff'), url('../fonts/fbgeulasans-regularwebfont.ttf') format('truetype'), url('../fonts/fbgeulasans-regularwebfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'geulasans';
  src: url('../fonts/fbgeulasans-boldwebfont.eot');
  src: url('../fonts/fbgeulasans-boldwebfont.woff') format('woff'), url('../fonts/fbgeulasans-boldwebfont.ttf') format('truetype'), url('../fonts/fbgeulasans-boldwebfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a, a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
html, body {
  direction: rtl;
}
body {
  font-family: 'geulasans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  color: #1a1a1a; /*  Previously: #848789 */
  background-color: #fff;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* Header area */
.navbar {
  padding: 0;
}
header {
  background: #fff;
}
.header_top .navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 8px;
}
.social-icons {
  margin: 10px 20px 0 0;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  display: block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
  color: #e4b7b2;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.social-icons ul li a:hover {
  color: #121255;
  border-color: #121255;
}
.header_top .navbar-light .navbar-nav .nav-item {
  position: relative;
}
.header_top .navbar-light .navbar-nav .nav-item:before {
  position: absolute;
  content: '';
  display: block;
  top: 28px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.header_top .navbar-light .navbar-nav .nav-item {
  padding: 0 10px;
}
.header_top .navbar-light .navbar-nav .nav-item:last-child:before {
  display: none;
}
.header_top .navbar-light .navbar-nav .nav-link {
  color: #222;
}
.header_top .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #7F352C;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.header_top .menuBar .dropdown-menu {
  background-color: #7F352C;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.nav-item.dropdown.hover a {
  color: #fff !important;
  background-color: #7F352C;
}
.bg-yellow-gradient .nav-item.dropdown.hover a {
  background-color: #A1501A;
}
.bg-yellow-gradient .nav-item.dropdown.hover .bg-yellow a {
  background-color: #C96421;
}
.bg-red-dark-gradient .nav-item.dropdown.hover a {
  background-color: #44322C;
}
.bg-red-dark-gradient .nav-item.dropdown.hover .bg-red-dark a {
  background-color: #130604;
}
.header_top .menuBar .dropdown-item {
  display: block;
  width: 100%;
  padding: 20px 15px;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  line-height: 15px;
  font-size: 20px;
}
.header_top .dropdown-item span {
  display: block;
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
}
.header_top .menuBar .dropdown-item:hover {
  background-color: #702f27
}
.header-form {
  margin-left: 20px;
}
.btn-search-dropdown {
  border-radius: 25px 0 0 25px !important;
  border-width: 1px 1px 1px 1px;
  border-color: #ced4da;
  border-style: solid;
  color: #666;
  transition: all 300ms ease-in-out;
}
.btn-search-dropdown.show_border {
  border-radius: 0 !important;
}
.btn-search {
  border-radius: 25px 0 0 25px;
  border-width: 1px 1px 1px 0px;
  border-color: #ced4da;
  border-style: solid;
  background-color: #fff;
  margin-right: -1px;
  color: #666;
}
.header-form .form-control {
  border-width: 1px 1px 1px 0;
  border-radius: 0;
  font-size: 18px;
  width: 180px;
}
.search-category {
  position: relative;
}
.search-dropdown-menu {
  position: absolute;
  width: 250px;
  left: 0;
  top: 38px;
  border: 1px solid #ced4da;
  display: none;
  text-align: right;
  background-color: #fff;
  padding: 15px 0;
  z-index: 999999;
}
.search-dropdown-menu.show {
  display: block;
}
.search-dropdown-menu .custom-control-label {
  padding: 2px 10px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  color: #4e6170;
  font-family: Arial;
}
.search-dropdown-menu .custom-control-label::before {
  top: 12px;
  right: -14px;
}
.search-dropdown-menu .custom-control-label::after {
  top: 12px;
  right: -14px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #7F352C;
  background-color: #7F352C;
}
.logo-1 {
  width: 90px;
}
.navbar-brand {
  margin-left: 50px;
}
/* feature-section */
.feature-section {
  background-image: url('../designFiles/main_btns_bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0 0;
}
/* single_feature_card */
.single_feature_card {
  text-align: center;
  position: relative;
  display: block;
}
.web_img {
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 1;
  display: block;
  transition: top 300ms ease-in-out;
}
.single_feature_card:hover .web_img {
  top: 140px;
}
.feature__cover {
  position: relative;
  z-index: 999;
  width: 230px;
  display: block;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
.feature__cover img {
  width: 100%;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.cover_1 img {
  border-color: #F1CFAB;
}
.cover_2 img {
  border-color: #96CECD;
}
.cover_3 img {
  border-color: #fff;
}
.feature__content h3 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin: 15px 0 0px 0;
}
.feature__content p {
  font-size: 28px;
  color: #000;
  line-height: 20px;
}
.feature__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 50%;
  padding: 40px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.single_feature_card:hover .feature__info {
  opacity: 1;
}
.feature__info h3 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  margin: 25px 0 10px 0;
  padding-bottom: 10px;
  display: block
}
.feature__info p {
  font-style: normal;
  font-size: 14px;
  color: #bbb;
  line-height: 18px;
}
.feature-bottom {
  margin-top: 50px;
  background-color: #E6E6E6;
  padding: 50px 0;
}
.feature-bottom__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 3px #fff;
  border-radius: 50px;
  height: 100px;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}
.feature-bottom__card::after {
  content: '';
  background-color: #fff;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: width 300ms ease-in-out;
}
.feature-bottom__card:hover::after {
  width: 100%;
}
.center-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 999;
  position: relative;
}
.feature-bottom__card--content h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 20px;
}
.feature-bottom__card--content p {
  font-size: 20px;
  line-height: 20px;
  color: #737373;
  margin: 0;
}
.feature-bottom__card--icon {
  margin-left: 20px;
  transition: all 300ms ease-in-out;
}
.feature-bottom__card--icon img {
  width: 80px;
}
.feature-bottom__card:hover .feature-bottom__card--icon {
  margin-top: -15px;
}
.parallax-window {
  min-height: 500px;
  padding: 100px 0;
  text-align: center;
  background: #000 url(../designFiles/home_sunset.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* footer-section */
.footer-section {
  padding: 50px 0;
  background-color: #F2F2F2;
}
.footer-card a.flogo {
  display: block;
  margin: 20px 0;
  width: 100px;
}
.flogo img {
  width: 100%;
}
.footer-card ul li {
  display: block;
}
.footer-card ul li a {
  display: block;
  color: #666;
  font-size: 20px;
}
.footer-card ul li a:hover {
  color: #000;
}
/* footer-small */
.footer-small {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
}
.copyright p {
  font-size: 20px;
}
.fsocial-icons ul li {
  display: inline-block;
}
.fsocial-icons ul li a {
  display: block;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
  width: 100px;
  height: 45px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.fsocial-icons ul li a:hover {
  color: #000;
  border-color: #000;
}
.signature_f {
  text-align: left;
}
@media all and (max-width:991px) {
  .navbar-light .navbar-toggler {
    display: none;
  }
  .header-form {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .logo-1 {
    width: 190px;
    margin: 0 auto;
  }
  .navbar-brand {
    margin: 20px auto;
  }
  .social-icons {
    margin: 10px 20px 0 0;
    position: absolute;
    left: 0px;
    top: 20px;
  }
  .social-icons ul li a {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
  }
  .feature__cover {
    width: 180px;
  }
  .web_img {
    top: 124px;
  }
  .single_feature_card:hover .web_img {
    top: 100px;
  }
  .feature__info {
    padding: 20px;
  }
  .single_feature_card {
    margin-bottom: 40px;
  }
  .feature-bottom__card {
    margin-bottom: 30px;
  }
  .parallax-card {
    margin-bottom: 30px;
    display: block;
  }
  .footer-card {
    margin-bottom: 30px;
  }
  .footer-small {
    text-align: center;
  }
  .signature_f {
    text-align: center;
    margin-top: 15px;
  }
}
@media all and (min-width:992px) and (max-width:1050px) {
  .logo-1 {
    width: 210px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
  }
  .header-form .form-control {
    font-size: 14px;
    width: 78px;
  }
  .navbar-light .navbar-nav .nav-item:before {
    top: 18px;
  }
  .feature-bottom__card--icon {
    margin-left: 0;
  }
}
/* Home 2 */
.main-nav {
  margin: 30px 0 0 0;
}
.bg-yellow-gradient {
  background: #e58a30;
  background: -moz-linear-gradient(top, rgba(229, 138, 48, 1) 0%, rgba(191, 95, 40, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(229, 138, 48, 1) 0%, rgba(191, 95, 40, 1) 100%);
  background: linear-gradient(to bottom, rgba(229, 138, 48, 1) 0%, rgba(191, 95, 40, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a30', endColorstr='#bf5f28', GradientType=0);
}
.main-nav__inner ul li {
  float: left;
}
.main-nav__inner ul li a {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  padding-left: 14px !important;
  padding-right: 14px !important;
  padding-top: 18px;
  padding-bottom: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease-in-out;
  text-align: center;
  position: relative;
}
.dropdown-toggle::after {
  vertical-align: 1px;
}
.main-nav__inner ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main-nav__inner ul li.active a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.main-nav__inner ul li a::before {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  transition: width 300ms ease-in-out;
  opacity: 0.7;
}
.main-nav__inner ul li a:hover:before {
  width: 100%;
}
.logo-big img {
  position: relative;
  z-index: 9999;
  margin-top: -15px;
  margin-bottom: -15px;
}
.main-nav .dropdown-menu {
  min-width: 15rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-align: right;
}
.bg-yellow {
  background-color: #c96421;
}
.bg-red {
  background-color: #802d14;
}
.bg-red-dark {
  background-color: #31110a ; /*#070201;*/
}
.dropdown-item {
  text-align: right !important;
  padding: 15px !important
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}
.tp-rightarrow.default {
  height: 75px;
  margin-top: -83px;
}
.tp-leftarrow.default {
  height: 75px;
  margin-top: -83px;
}
.breadcrumbs-inner {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumbs-inner ul li {
  display: inline-block;
  padding: 10px 8px;
}
.breadcrumbs-inner ul li a {
  display: block;
  color: #282828;
}
.breadcrumbs-inner ul li a span {
  font-size: 15px;
  color: #DD812F;
}
.breadcrumbs-inner span.breadcrumbs-title {
  color: #333333;
}
/* main-content */
.space-100 {
  padding: 100px 0;
}
.spaceY-100 {
  padding: 100px 0 0 0;
}
.spaceY-50 {
  padding: 50px 0 0 0;
}
.card-item {
  border-bottom: 3px solid #d47456;
  background-color: #F2F2F2;
  margin-bottom: 100px;
}
.card-item__cover {
  width: 110px;
  height: 110px;
  margin: -55px 0 0 0;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  position: absolute;
  left: 50%;
  margin-left: -55px;
}
.border_bottom .col-md-4:nth-child(1) .card-item__footer {
  border-radius: 0 0 15px 0;
}
.border_bottom .col-md-4:nth-child(2) .card-item {
  border-radius: 0;
  border-right: solid 2px #aaa;
}
.border_bottom .col-md-4:nth-child(3) .card-item {
  border-right: solid 2px #aaa;
}
.border_bottom .col-md-4:first-child .card-item {
  border-radius: 0 15px 15px 0;
}
.border_bottom .col-md-4:last-child .card-item {
  border-radius: 15px 0 0 15px;
}
.border_bottom .col-md-4:last-child .card-item__footer {
  border-radius: 0 0 0 15px;
}
.border_bottom .col-md-4:nth-child(3) .card-item__footer {
  border-radius: 0 0 0 15px;
}
.new_border .card-item {
  border-radius: 15px !important;
}
.new_border .card-item .card-item__footer {
  border-radius: 0 0 15px 15px !important;
}
.card-item__cover img {
  width: 100%;
  height: 100%;
}
.card-item__content {
  padding: 80px 20px 20px 20px;
  text-align: center;
  min-height: 290px;
  width: 100%;
}
.card-item__content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
}
.card-item__content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.card-item__content p {
  text-align: right;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin-top: 20px;
}
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  background-color: #b94a48;
}
.module_document__date {
  color: #000;
}
.module_document__date span {
  display: block;
  font-size: 21px;
  line-height: 24px;
}
.main-content__inner img
{
	max-width: 100%;
	height: auto;
}
.card-item__footer {
  background-color: #CCCCCC;
  text-align: center;
  padding: 20px;
}
.card-item__btn {
  display: block;
  margin: 20px auto;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 26px;
  text-align: center;
  color: #9c3718;
  padding-top: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.card-item__btn:hover {
  color: #9c3718;
}
.card-item__footer span {
  color: #000;
}
.card-item__footer span a {
  color: #666;
}
.card-item__footer span a:hover {
  color: #000;
}
.grid-title h3 {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 70px;
  margin-top: -50px;
}
/* right-sidebar */
.right-sidebar {
  padding-left: 50px;
}
.search-box .header-form {
  margin: 0;
}
.search-box .header-form .form-control {
  width: 220px;
}
.news_and_event {
  margin-top: 30px;
  background-color: #F2F2F2;
  border-radius: 15px 15px 0 0;
}
.news_and_event-header {
  text-align: center;
  border-radius: 15px 15px 0 0;
  background-color: #DC792D;
  padding: 10px 15px;
}
.news_and_event-header h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.news_and_event-content {
  padding: 0 20px;
}
.news_and_event-item {
  border-bottom: 1px solid #c48774;
  display: block;
  padding: 20px 0;
}
.news_and_event-item a {
  font-size: 22px;
  font-weight: 700;
  color: #5e1d0e;
  line-height: 32px;
}
.news_and_event-item:last-child {
  border: none;
}
.news_and_event-item p {
  color: #5e1d0e;
  line-height: 26px;
}
.news_and_event-footer {
  text-align: left;
  padding: 8px 20px;
  background-color: #638482;
}
.news_and_event-footer a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 22px;
}
.news_and_event-footer a i {
  font-size: 24px;
  margin-right: 10px;
}
.partner_button, .shvushim_button {
  margin-top: 30px;
}
.partner_button a, .shvushim_button a {
  display: block;
}
.partner_button img, .shvushim_button img {
  width: 100%;
}
.survey-box {
  margin-top: 30px;
  background-color: #F2F2F2;
  border-radius: 15px;
}
.survey-header {
  text-align: center;
  border-radius: 15px 15px 0 0;
  background-color: #DC792D;
  padding: 10px 15px;
}
.survey-header h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.survey-content {
  padding: 20px;
}
.survey-content h3 {
  font-size: 20px;
  color: #5e1d0e;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.survey-content .custom-control {
  padding-right: 30px;
}
.survey-content .custom-control-label {
  font-size: 20px;
  color: #5e1d0e;
  cursor: pointer;
  margin-bottom: 15px;
  line-height: 22px;
}
.survey-content .custom-control-label::before {
  width: 20px;
  height: 20px;
  right: -30px;
  background-color: transparent;
  border: #5e1d0e solid 2px;
}
.survey-content .custom-control-label::after {
  width: 20px;
  height: 20px;
  right: -30px;
}
.survey-footer a {
  display: block;
  padding: 0 20px 15px 20px;
  color: #5e1d0e;
}
@media all and (max-width:991px) {
  .main-nav .col-md-8 {
    display: none;
  }
  .main-nav {
    margin: 0;
  }
  .logo-big a {
    display: block;
    text-align: center;
  }
  .logo-big img {
    position: relative;
    z-index: 9999;
    width: 250px;
    margin: -5px auto;
  }
  .breadcrumbs {
    display: none;
  }
  .card-item {
    border-radius: 15px !important;
    border: none !important;
  }
  .card-item__footer {
    border-radius: 0 0 15px 15px !important;
  }
  .card-item__content p {
    display: none;
  }
  .card-item__content {
    min-height: 225px;
  }
  .card-item__btn {
    margin: 8px auto;
  }
  .right-sidebar {
    display: none;
  }
  .space-100 {
    padding: 50px 0 0 0;
  }
}
.logo-2.logo-big img {
  margin-bottom: -32px;
}
.bg-red-gradient {
  background: #9c3718;
}
.lesson-head a {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #666;
}
.lesson-head a:hover {
  color: #282828;
}
.lesson-head p {
  color: #282828;
  font-size: 24px;
}
.pdf-showcase iframe {
  width: 100%;
  height: 530px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.lesson-desc p {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.lesson-desc ul {
  padding-right: 20px;
  margin-bottom: 15px;
}
.lesson-desc ul li {
  display: block;
  color: #000;
  position: relative;
}
.lesson-desc ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  right: -20px;
  top: 13px;
  display: block
}
.space-50 {
  padding: 50px 0;
}
.spaceYB-50 {
  padding-bottom: 50px;
}
.spaceX-30 {
  padding-right: 30px;
}
.bg-color {
  background-color: #f2f2f2;
  padding: 30px !important;
}
.bg-color .right-sidebar {
  padding: 0;
}
.yellow-box {
  border-radius: 15px;
  background-color: #fff;
  border-bottom: 5px solid #d47456;
  margin-bottom: 30px;
}
.yellow-box__header {
  text-align: center;
  background-color: #F4D892;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}
.yellow-box__header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #9c3718;
  margin: 0;
}
.category_list {
  padding: 20px;
}
.category_list ul > li {
  display: block;
}
.category_list ul > li > a {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}
.category_list ul > li > a i {
  margin-left: 10px;
  font-size: 28px;
}
.sublist {
  margin-right: 20px;
}
.category_list ul > li > .sublist li {
  display: block;
}
.category_list ul > li > .sublist li a {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
}
.category_list ul > li > .sublist li a:hover {
  font-weight: 700;
}
.category_list ul > li > .sublist li a:hover i {
  color: #702f27;
}
.category_list ul > li > .sublist li a i {
  color: #C48774;
  margin-left: 10px;
  font-size: 15px;
}
.lesson_lists {
  padding: 20px 30px;
}
.lesson-item {
  border-bottom: solid 1px #c6c6c6;
  padding: 10px 0;
}
.lesson-item:last-child {
  border-bottom: none;
}
.lesson-item a {
  font-size: 26px;
  line-height: 24px;
  font-weight: 900;
  color: #9c3718;
  display: block;
}
.lesson-item h3 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  display: block;
  margin: 10px 0;
}
.lesson-item p {
  font-size: 17px;
  line-height: 16px;
  color: #000;
}
.entry-btn {
  color: #666;
}
.entry-btn:hover {
  color: #000;
}
@media all and (max-width:991px) {
  .main-nav .col-md-7 {
    display: none;
  }
  .logo-2.logo-big img {
    margin-bottom: -16px;
  }
  .pdf-showcase {
    display: none;
  }
}
.section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.section_head h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
.filters {
  display: flex;
  align-items: center;
}
.filters label {
  white-space: nowrap;
  color: #000;
  margin-left: 10px;
}
.filters select.custom-select {
  font-size: 15px;
}
.drop-list {
  margin-left: 30px;
}
.page-link {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #9c3718;
  border-color: #9c3718;
}
.page-link:hover {
  color: #fff;
  background-color: #9c3718;
  border-color: #9c3718;
}
.page-title h3 {
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}
.contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.contact-info h3 span {
  font-weight: 400;
  font-family: sans-serif;
  font-size: 18px;
}
.input-card {
  margin-bottom: 15px;
}
.input-card label {
  color: #000;
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
}
.form-submit {
  background-color: #DA7E2E;
  color: #fff;
  font-size: 20px;
  width: 150px;
}
.form-submit:hover {
  color: #fff;
}
@media all and (max-width:991px) {
  .contact-info {
    margin-bottom: 50px;
  }
}
.contact-info p {
  color: #000;
  line-height: 24px;
  margin: 5px 0;
}
.registration-head h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* galleries_cover */
.galleries_card {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.galleries_cover img {
  width: 100%;
  transition: all 300ms ease-in-out;
}
.galleries_card:hover img {
  transform: scale(1.1);
}
.galleries_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  padding: 10px 20px;
  transition: all 300ms ease-in-out;
}
.galleries_card:hover .galleries_overlay {
  background-color: rgba(0, 0, 0, 1);
}
.galleries_overlay h3 {
  color: #DDD;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  transition: color 300ms ease-in-out;
}
.galleries_card:hover .galleries_overlay h3 {
  color: #fff;
}
.galleries_overlay p {
  color: #DDD;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  transition: color 300ms ease-in-out;
}
.galleries_card:hover .galleries_overlay h3 {
  color: #fff;
}
.galleries_card:hover .galleries_overlay p {
  color: #fff;
}
.gallery-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.paggination
{
	overflow: hidden;
}
.paggination_count_page {
  color: #000;
  margin: 0;
  font-size: 20px;
}
.gallery_card {
  height: 250px;
  display: block;
  width: 100%;
  position: relative;
}
.gallery_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #fff;
}
.gallery_card span.zoom_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #222;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 11px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.gallery_card:hover span.zoom_icon {
  opacity: 1;
}
/* links_card */
.links_card {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transition: background-color 300ms ease-in-out;
  margin-bottom: 30px;
}
.links_card span {
  display: flex;
  color: #666;
  font-size: 21px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 15px;
}
.links_card:hover span {
  color: #282828;
}
.links_card i {
  font-size: 16px;
  margin-left: 10px;
}
.links_card img {
  width: 100%;
}
.links_area .col-md-6:nth-child(odd) .links_card {
  background-color: #fcfcfc;
}
.links_area .col-md-6:nth-child(odd) .links_card:hover {
  background-color: #f2f2f2;
}
.links_card:hover {
  background-color: #f2f2f2;
}
.links_card {
  min-height: 305px;
}
.bg-red-dark-gradient {
  background: #31110a;
  background: -moz-linear-gradient(top, #31110a 0%, #66544c 100%);
  background: -webkit-linear-gradient(top, #31110a 0%, #66544c 100%);
  background: linear-gradient(to bottom, #31110a 0%, #66544c 100%);
}
.article__card {
  overflow: hidden;
  transition: background-color 300ms ease-in-out;
  margin-bottom: 30px;
  padding: 20px;
}
.article__card:hover {
  background-color: #f2f2f2;
}
.article__card--head a {
  font-size: 29px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  color: #666;
}
.article__card--head a:hover {
  color: #282828;
}
.article__info {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  line-height: 0;
}
.writer_info span {
  margin-bottom: 10px;
}
.article__info span {
  display: inline-block;
  font-size: 17px;
  color: #999999;
}
.article__date {
  color: #282828;
  font-weight: 700;
}
.article__card--cover a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.article__card--cover a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.article__card--cover span.link_icons {
  position: absolute;
  left: 50%;
  top: -50%;
  color: #000;
  font-size: 24px;
  transition: top 300ms ease-in-out;
}
.article__card--cover:hover span.link_icons {
  top: 50%;
}
.article__card--desc p {
  color: #222222;
  margin-bottom: 5px;
}
.article__card--footer a {
  color: #666;
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
}
.article__card--footer a i {
  font-size: 15px;
  margin-left: 8px;
}
.article__card--footer a:hover {
  color: #282828;
}
.bg_margin_b {
  margin-bottom: 40px;
  border-radius: 0 0 15px 15px;
}
@media all and (min-width:992px) and (max-width:1050px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 5px;
    font-size: 15px;
  }
  .logo-big img {
    margin-top: -6px;
    margin-bottom: -15px;
    width: 235px;
  }
  .galleries_overlay h3 {
    font-size: 13px;
    line-height: 16px;
  }
  .galleries_overlay p {
    font-size: 14px;
  }
  .gallery_card {
    height: 190px;
  }
  .search-box .header-form .form-control {
    width: 130px;
  }
  .card-item__content h3 {
    font-size: 20px;
  }
  .card-item__content h5 {
    font-size: 17px;
  }
  .card-item__content p {
    font-size: 16px;
  }
}
#category_list_tree {
  margin: 0;
  padding: 0;
}
#category_list_tree ul {
  padding-right: 25px;
}
#category_list_tree li {
  color: #222;
  font-size: 20px;
  font-weight: 400;
}
#category_list_tree ul li a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
#category_list_tree ul li a:hover {
  font-weight: 700;
}
#category_list_tree ul li a i {
  color: #C48774;
  margin-left: 10px;
  font-size: 15px;
}
#category_list_tree ul li a:hover i {
  color: #702f27;
}
.caret {
  cursor: pointer;
  user-select: none;
}
.caret::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  color: black;
  display: inline-block;
  margin-left: 6px;
}
.caret-down::before {
  transform: rotate(-90deg);
}
.nested {
  display: none;
}
.active {
  display: block;
}
/* search_box */
.search_box {
  background-color: #f2f2f2;
  padding: 80px 0;
  background-image: url('../designFiles/inPagePic.jpg');
  background-size: cover;
  background-position: top center;
}
.search_box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  border-radius: 50px;
}
.search_box-inner li {
  width: 33%;
  border-right: 1px solid #ddd;
}
.search_box-inner li:first-child {
  border: none;
}
.btn_search {
  font-size: 20px;
  padding-top: 9px;
  padding-bottom: 2px;
  color: #ced4da;
}
.search_box-inner .form-control {
  border: none;
  font-size: 18px
}
.search_box-inner .custom-select {
  border: none;
  font-size: 18px
}
.search_box-inner .custom-select:focus {
  box-shadow: none;
}
.contribution_head span {
  color: red;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}
.contribution_head {
  color: #000;
}
.contribution_head h3 {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 10px;
}
.donation_detail {
  background-color: #f2f2f2;
  padding: 50px;
  margin-bottom: 100px;
  border-radius: 5px;
}
.donation_detail h3, .donar_details h3 {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 10px;
}
.donation_type {
  margin-bottom: 10px;
  display: block;
}
.donation_detail .row {
  margin-bottom: 15px;
}
.donation_detail label {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.input_f_1 input[type=text] {
  width: 270px;
}
.input_f_1 label {
  margin-right: 10px;
}
.input_f_2 input[type=text] {
  width: 140px;
}
.input_f_2 label {
  margin-right: 10px;
}
.msg {
  color: red;
  font-size: 14px;
  font-style: italic;
}
.donar_details {
  background-color: #f2f2f2;
  padding: 50px;
  margin-bottom: 100px;


  border-radius: 5px;
}
.donar_details .row {
  margin-bottom: 15px;
}
.donar_details label {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 5px;
}
.second_name {
  display: none;
}
.submit_btn {
  background-color: #DA7E2E;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.submit_btn:hover {
  color: #fff;
}
.header_bg {
  background-image: url('../designFiles/four_col_bg.gif');
  height: 24px;
  width: 100%;
  display: block;
}
.shop_page_title {
  background-image: url('../designFiles/shop1.jpg');
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 70px 20px;
}
.shop_page_title h3 {
  font-size: 62px;
  color: #fff;
  line-height: 62px;
  margin: 0;
}
.visual_sorting {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visual_sorting_card {
  text-align: center;
}
.visual_sorting_card span {
  display: block;
  font-size: 20px;
  color: #000;
}
.shop_sorting {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding: 20px 0px;
}
.sorting_result {
  display: flex;
  align-items: center;
  width: 30%
}
.sorted_by {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 30%
}
.sorting_result .custom-select {
  width: 150px;
}
.sorting_result p {
  font-size: 20px;
  color: #000;
  margin: 0 20px 0 0;
}
.sorted_by a {
  background-color: #f2f2f2;
  font-size: 12px;
}
.sorted_by p {
  font-size: 20px;
  color: #000;
  margin: 0 0 0 20px;
}
.shop_card {
  background-color: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 1px solid #ddd;
  transition: box-shadow 300ms ease-in-out;
}
.shop_card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.shop_card-cover a {
  display: block;
  height: 200px;
}
.shop_card-cover a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.shop_card-content {
  padding: 10px 15px;
}
.shop_card-content h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
}
.shop_card-content span {
  color: #000;
  display: block;
  font-size: 14px;
}
.shop_card_footer {
  display: flex;
  justify-content: space-between;
}
.shop_card_footer a {
  display: block;
  width: 50%;
}
.btn_add_to_card {
  background-color: #0077B3;
  color: #fff;
  border-radius: 0 0 0 10px;
}
.btn_add_to_card:hover {
  color: #fff;
  background-color: #004a6f;
}
.btn_full_detail {
  background-color: #004a6f;
  color: #fff;
  border-radius: 0 0 10px 0;
}
.btn_full_detail:hover {
  color: #fff;
  background-color: #0077B3;
}
.shot_item_name h3 {
  font-size: 32px;
  color: #000;
}
.page_back {
  margin-bottom: 30px;
}
.page_back a {
  display: flex;
  align-items: center;
}
.page_back a {
  color: #000;
}
.page_back a i {
  margin-left: 10px;
}
.product_detail img {
  width: 100%;
}
.product_detail-desc {
  padding-right: 30px;
}
.product_detail-desc h3 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
}
.product_detail-desc span {
  display: block;
}
.product_detail-desc span span {
  display: inline-block;
}
.product_detail-desc span.version_ab {
  display: flex;
}
.product_detail-desc .custom-select {
  width: 200px;
  border: none;
  background-color: #f2f2f2;
  margin-right: 20px;
  margin-bottom: 30px;
}
.available_item {
  color: green;
}
.cart_item {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-size: 16px;
}
.value-button:hover {
  cursor: pointer;
}
form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}
form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}
input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail-desc .add_to_card {
  background-color: #0077B3;
  color: #fff;
  padding: 8px 20px;
}
.cart_head {
  margin-bottom: 30px;
}
.cart_head p {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.cart_head a {
  background-color: #0077B3;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  padding: 3px 20px;
}
.cart_head a:hover {
  color: #fff;
}
.margin_top {
  margin-top: 32px;
}
.cart_head .custom-control-label {
  line-height: 22px;
}
.product_item {
  width: 450px;
}
.cart_table {
  margin-top: 50px;
  text-align: left;
}
/*.cart_table .form-control {
  width: 50px;
  float: left;
  text-align: center;
}*/
.cart_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_product img {
  width: 60px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.table td, .table th {
  vertical-align: middle;
}
.remove_item a {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 20px;
  background-color: #999;
  display: block;
  text-align: center;
  padding-top: 4px;
  line-height: 12px;
}
.cart_footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cart_f_right {
  display: flex;
  align-items: center;
}
.cart_coupon .form-control {
  width: 150px;
  text-align: right;
}
.cart_coupon {
  margin-left: 20px;
}
.btn-coupon {
  border: 1px solid #DD812F;
  background-color: #DD812F;
  color: #ffff;
  margin-left: 10px;
}
.btn-coupon:hover {
  background-color: transparent;
}
.cart_update {
  background-color: #f2f2f2;
  color: #000;
}
.cart_sub_total h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
}
.delivery_method {
  text-align: right;
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 40px;
}
.delivery_method h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.delivery_method .custom-control-label {
  line-height: 22px;
  margin-bottom: 15px;
}
.coment_req {
  width: 100%;
}
.coment_req .form-control {
  width: 100%;
  text-align: right;
}
.cart_last {
  text-align: right;
  margin-bottom: 100px;
}
.cart_last .custom-control-label {
  line-height: 22px;
  margin-bottom: 15px;
}
.btn-buy {
  background-color: #0077B3;
  color: #fff;
  font-size: 20px;
  padding: 8px 50px;
  margin-top: 10px;
}
.btn-buy:hover {
  color: #fff;
}
.event_table {
  margin-bottom: 50px;
}
.event_table {
  color: #000;
}
.product_detail {
  margin-bottom: 100px;
}
@media all and (max-width:991px) {
  .donation_detail {
    padding: 20px;
    margin-bottom: 50px;
  }
  .input_f {
    margin: 0 0 10px 0;
  }
  .donar_details .form-control {
    margin: 0 0 10px 0;
  }
  .input_f_1 input[type=text] {
    width: 220px;
  }
  .msg {
    color: red;
    font-size: 13px;
    font-style: italic;
  }
  .visual_sorting {
    display: block;
  }
  .visual_sorting_card img {
    display: none;
  }
  .shop_sorting {
    flex-wrap: wrap;
  }
  .sorting_result {
    width: 100%;
    margin-bottom: 10px;
  }
  .sorted_by {
    justify-content: flex-start;
    width: 100%;
    margin: 15px 0;
  }
  .shop_page_title {
    height: 100px;
    padding: 25px 20px;
  }
  .shop_page_title h3 {
    font-size: 36px;
    color: #fff;
    line-height: 32px;
    margin: 0;
  }
  .product_detail-desc {
    padding: 0;
    margin: 50px 0;
  }
  .product_detail {
    margin: 0;
  }
  .table {
    width: 1000px;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .cart_footer-inner {
    flex-wrap: wrap;
  }
  .update_card {
    width: 100%;
    margin: 15px 0;
  }
  .cart_coupon .form-control {
    width: 120px;
    text-align: right;
  }
  .datepicker-container {
    margin: auto auto 50px auto;
  }
}
.comment_box {
  margin-top: 50px;
}
.add_comment {
  display: block;
  background-color: #0077B3;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 8px 10px;
}
.add_comment:hover {
  color: #fff;
}
.comment_form {
  margin-top: 15px;
  display: none;
}
.comment_form.show {
  display: block;
}
.comment_box-header {
  display: flex;
  justify-content: space-between;
  background-color: #000;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.comment_form .custom-control-label {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: top;
  line-height: 22px;
}
.btn_comment {
  background-color: #0077B3;
  color: #fff;
  margin: 15px 0;
  padding: 6px 20px;
}
.btn_comment:hover {
  color: #fff;
}
.advance_search_form {
  margin-bottom: 100px;
}
.advance_search_form {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
}
.advance_search_form-box {
  display: none;
}
.advance_search_form .form_filed_box {
  margin-bottom: 15px;
}
.advance_search_form .form_filed_box .form-control {
/*  height: 50px;*/
}
.open_box {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  display: block;
}
.open_box:hover {
  color: #000;
}
.open_box i {
  margin-left: 10px;
}
.btn-submit {
  background-color: #0077B3;
  color: #fff;
}
.btn-submit:hover {
  color: #fff;
}
@media all and (max-width:991px) {
  .form_filed_box label {
    display: block;
  }
  .select2-container {
    width: 100% !important;
  }
}
/* article_fold__card */
.article_fold__card {
  overflow: hidden;
  height: 360px;
  margin-bottom: 40px;
}
.article_fold__card--cover img {
  width: 100%;
}
.article_fold__card--cover {
  transition: all 300ms ease-in-out;
}
.article_fold__card--desc a {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.article_fold__card--desc a:hover {
  color: #282828;
}
.article_fold__card--desc {
  border-top: 4px solid #aaa;
  background-color: #F0F0F0;
  padding: 15px;
  margin-bottom: -130px;
}
.article_fold__card:hover .article_fold__card--cover {
  margin-top: -131px;
}
.article_fold__card--desc a.read_more_link {
  font-weight: 400;
}
.middle_fold .article_fold__card--desc {
  background-color: #E0E0E0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.article_fold__card__all {
  padding: 30px 0;
  text-align: center;
}
.article_fold__card__all a {
  font-size: 22px;
  color: #666;
  font-weight: 400;
  display: block;
}
.section-title h3 {
  font-size: 37px;
  line-height: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}
.ans_superior_law {
  padding: 30px 20px;
  background-color: #F0F0F0;
}
.ans_superior_law a {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  display: block;
}
.ans_superior_law a:hover {
  color: #282828;
}
.ans_superior_law a.read_more_link {
  font-weight: 400;
}
.middle_ans_l {
  background-color: #E0E0E0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tribunal_section_form {
  margin-top: 50px;
}
.tribunal_form__head h3 {
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
}
.tribunal_form__head p {
  margin: 0;
}
.tribunal_form__content {
  margin-top: 30px;
}
.tribunal_form__content h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.tribunal_form__content .row {
  margin-bottom: 15px;
}
.tribunal_form__content label {
  font-size: 18px;
  color: #1a1a1a;
}
.submit_btn_wrap {
  margin-top: 20px;
}
.responsible_law_ans_list {
  margin-bottom: 60px;
}
.responsible_law_ans_list a {
  display: block;
  font-size: 24px;
  padding: 10px 15px;
  color: #31110a;
}
.responsible_law_ans_list a span {
  display: inline-block;
  border-left: 1px solid rgba(161, 56, 26, 0.5);
  padding-left: 10px;
  margin-left: 10px;
  color: rgba(161, 56, 26, 0.5);
}
.responsible_law_ans_list a:hover span {
  color: rgba(161, 56, 26, 1);
}
/*--hanish-css--*/
.datepicker {
  direction: rtl
}
.card_container.no-gutters.border_bottom {
  display: flex;
  flex-wrap: wrap
}
.datepicker td, .datepicker th {
  height: auto;
}
.card_container.no-gutters.border_bottom .card-item {
  flex: 0 0 33.3%;
  display: flex;
  flex-wrap: wrap;
  position: relative
}
.card_container.no-gutters.border_bottom .card-item:first-of-type {
  border-radius: 0px 20px 20px 0px;
  border-left: 2px solid #ddd;
}
.card_container.no-gutters.border_bottom .card-item:first-of-type .card-item__footer {
  border-bottom-right-radius: 20px;
}
.card_container.no-gutters.border_bottom .card-item:last-of-type .card-item__footer {
  border-bottom-left-radius: 20px;
}
.card_container.no-gutters.border_bottom .card-item:last-of-type {
  border-radius: 20px 0px 0px 20px;
  border-right: 2px solid #ddd;
}
.card_container.no-gutters.border_bottom .card-item .card-item__footer {
  align-self: flex-end;
  width: 100%
}
@media(max-width:700px) {
  .card_container.no-gutters.border_bottom .card-item {
    flex: 100%;
  }
}
/*--blog-page--*/
.blog_page {
  background: #545453;
}
.blog_container {
  border-radius: 25px;
	 
}
.blog_container .blog_item{ background: #333;}
.blog_page .breadcrumbs {
  display: none;
}
.blog_container .blog_item {
    background: #333;
    margin: 0 0 3em;
    padding: 20px;
    border-radius: 50px;
}
.blog_list{background:url("../designFiles/blog-bg.png")  no-repeat center; min-height:488px;      
    text-align: center; padding-bottom: 20px; margin-bottom:2em;}
.sec_heading {
  background: #333;
  border-radius: 0 0px 50px 50px;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  margin-bottom: 3.3em;
}
.sec_heading h1 {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #333;
  padding: 10px 25px;
  position: relative;
  z-index: 5
}
.sec_heading:after {
  content: '';
  background: #282828;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.blog_card img {
    width: 150px;
    height: 170px;
    object-fit: cover;
	object-position:top;
}
.blog_card {
    padding: 0 1.5em;
    /* -webkit-transform: translateY(4.8em); */
    /* transform: translateY(4.8em); */
    position: relative;
    top: 4em;
}

.blog_card p {
    margin: 0;
    line-height: 24px;
}
.card_head {
    padding: 5px 0;
    line-height: 20px;
    border-bottom: 2px solid #333;
}
.card_head .card_date{margin:0}
.card_head a.h4 {color:#666;
    font-size: 24px;
    font-weight: bold;
}
@media(max-width:1024px){
	.blog_card{  top:-7px;}
	.blog_list{padding-top:89px;}
	.blog_card img {
    width: 130px;
    height: 150px;
    object-fit: cover;
}
	.blog_list{background-size: 95% 100%;}
}
/*--blog-detail--*/
.blog_detail_head .h2 {
    font-weight: bold;
    font-size: 2em;
}
.blog_detail {
    color: #fff;
    text-align: center;
}
.blog_detail .featured_img {
    max-width: 400px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
	margin-bottom: 15px;
}
/*--write-about-page--*/
.write_container {
    border-top: 1px solid #ddd;
}
.write_container .about_list:nth-child(odd){background:#fcfcfc;}
.about_list {
    padding: 10px 0 20px; 
    border-bottom: 1px solid #ddd;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	
}
.about_list:hover{background-color:#f2f2f2 !important;}
.about_list img {
    max-width: 180px;
    display: block;
    width: 100%;
	margin: auto
}
.write_about  .about_title{font-size:1.9rem; font-weight:bold;}
.about_list a {
    padding: 0 35px 0 0;
    position: relative;
    margin: 0 0 5px;
    display: block;
	color:#666
}
.about_list a:after {content:''; background:url(../designFiles/weblink.png) no-repeat; height:16px; width:16px; display:inline-block; position:absolute;     right: 8px;
    top: 8px;}
/*--donation-page--*/
ul.nav.nav-tabs.dontaion-tab {
    align-items: flex-start;
    margin: 0 0 20px;
}
ul.nav.nav-tabs.dontaion-tab li {
    flex: 0 0 14%;
    text-align: center;
}
ul.nav.nav-tabs.dontaion-tab a {
    color: #9e9e9e	;
	padding: 20px;
	min-height:137px;
}
ul.nav.nav-tabs.dontaion-tab i {
    display: block;
   
}
ul.nav.nav-tabs.dontaion-tab i:before {
    margin: 0;
    font-size: 2.5em;
}

ul.nav.nav-tabs.dontaion-tab a strong {
    line-height: 22px;
    display: block;
	margin-top: 5px;
}
ul.nav.nav-tabs.dontaion-tab a strong br{display:none;}
ul.nav.nav-tabs.dontaion-tab a {
    color: #9e9e9e;
    padding: 20px;
	border:0;
}
ul.nav.nav-tabs.dontaion-tab a.active {
    background: #e2a33b;
    color: #fff;
}
.donation_detail p{line-height:normal;}
.donation_detail p a{color:#1a1a1a}
div#email-tab .donation_detail, #donationPhone-tab  .donation_detail, #donationBank-tab  .donation_detail, #debitBank-tab   .donation_detail{
    font-size: 24px;
    padding: 20px;
    line-height: normal;
}
/*--nice-select--*/
#charitybox-tab .donation_detail select {
  display: none; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 12px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  text-align: right;
  direction: rtl;
  }
.nice-select:hover {
  border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
  }
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  }
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  text-align: right;
  }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }
.nice-select .option.selected {
  font-weight: bold; }
.nice-select .current{float:right}
#donationBank-tab  .donation_detail p strong{color:#e2a33b}
.cls_1 i.sprite:after, .navbar-toggle i.sprite:after{ content:"\f100";  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}
.cls_2 i.sprite:after{content: "\f101";}
.cls_3 i.sprite:after{ content: "\f102";}
.cls_4 i.sprite:after{ content: "\f103";}
.cls_5 i.sprite:after{ content: "\f104";}
.cls_6 i.sprite:after{ content: "\f105";}
.cls_7 i.sprite:after{ content: "\f106";}
@media(min-width:768px){
	.responsive-toggle .navbar-collapse{display:block;}
	
}
@media(max-width:767px){
	.spaceX-30 { padding-right: 0px;}

	button.navbar-toggle > span{display:block; width:100%;}
	button.navbar-toggle > span > span {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 26px;
}
	button.navbar-toggle > span > span {
    order: 2;
    justify-content: center;
    width: 100%;
		line-height:normal;
   
}
	button.navbar-toggle .fa {
    width: 30px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    background: #fff;
    border: 2px solid #e2a33b;
    height: 30px;
    border-radius: 100%;
    color: #e2a33b;
    line-height: 30px;
}
	button.navbar-toggle .sprite {
    display: block;
    order: 1;
    width: 100%;
		margin-top:10px;
}
	button.navbar-toggle .sprite:after {
    font-size: 2em !important;
}
	button.navbar-toggle {
    background: #e2a33b;
    /* display: flex !important; */
    /* flex-wrap: wrap; */
    text-align: center;
    margin: auto auto 25px;
    position: relative;
    padding-bottom: 20px;
    width: 200px;
    height: 150px;
}
	.responsive-toggle .nav-tabs {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
	ul.nav.nav-tabs.dontaion-tab li{flex:0 0 33%}
}
@media(max-width:480px){
	ul.nav.nav-tabs.dontaion-tab li{flex:0 0 50%}
}

@media(max-width:375px){
	ul.nav.nav-tabs.dontaion-tab li{flex:0 0 100%}
}

/* yeshua ratbi asked to increase font size */
.main-content__inner
{
	font-size: 22px;
}

.main-content__inner audio
{
	margin: 15px 0;
}

#scrollUp{
	background: #414042 none repeat scroll 0 0;
    border: 2px solid #999;
    bottom: 30px;
    color: #fff;
    height: 50px;
    line-height: 44px;
    right: 2px;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 50px;
}
#scrollUp:hover{
	background:#9c3718 none repeat scroll 0 0;
	border-color:#9c3718;
}	

.grecaptcha-badge { opacity:0;}
.protectedByGoogleReCaptcha { font-size: 14px; font-weight: normal; color: #333 }

.embed-responsive:before {
  padding-top: 56.25%;
}
.padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
audio {
  width: 100%;
  vertical-align: top;
}
.pdf-embed {
  margin-bottom: 20px;
}
.styleMarkResult
{
	color: red;
}
.searchTypeTitle
{
	font-weight: bold;
	font-size: 24px;
}


/* Events ---------------------------------------------------------------------------------------------------------------------------------------- */

div#eventsCalendar
{
	width: 199px;
}

div#eventsCalendarBorder1
{
	border: 1px solid #DADADA;
	text-align: right;
}

div#eventsCalendarBorder2
{
}

table.calendarNav
{
	border: 1px solid #F6F6F6;
	border-left: 0px;
}

table.calendarNavTop
{
	background-color: #DA7E2E;
}

table.calendarNavContent
{
	background-color: #F8F8F8;
}

.calendarYearMonth
{
	width: 120px;
	background-color: #DA7E2E;
	color: white;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.calendarMonthNav 
{
	margin-left: 12px;
}

div.calendarMonthNavPrev
{
	padding-right: 15px;
	line-height: 13px;
}

div.calendarMonthNavNext
{
	line-height: 13px;
}

.calendarWeekday
{
	background-color: #A6D5D4;
	color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
	width: 27px;
	height: 23px;
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid #F6F6F6;
}

.calendarDay, .calendarDayNone, .calendarDaySelected, .calendarDaySelectedNone
{
	background-color: #FEFEFE;
	text-align: center;
	font-size: 12pt;
	border: 1px solid #F6F6F6;
	height: 18px;
}

.calendarDay, .calendarDaySelected
{
	background-color: #F8C359;
}

.calendarDay a, .calendarDaySelected a
{
	color: #535258;
	text-decoration: none;
}

.calendarDayNone a
{
	color: #535258;
	text-decoration: none;
}

.calendarDaySelected, .calendarDaySelectedNone
{
	text-align: center;
	font-size: 12pt;
}

.calendarDaySelectedNone
{
	background-color: #EAEAEA;
}

.calendarDaySelectedNone a
{
	color: #535258;
	text-decoration: none;
}

div#nextEvents
{
	padding-top: 5px;
	padding-right: 10px;
}

div#nextEvents_in
{
	height: 90px;
	overflow: hidden;
}

div.nextEvent_date
{
	background: url(../designFiles/greenBullet.png) no-repeat right;
}

div.nextEvent_date div
{
	padding-right: 12px;
	padding-bottom: 2px;
	font-size: 12pt;
}

div.nextEvent_name
{
	padding-right: 12px;
	font-size: 12pt;
}

/* -- events pages ------------------------------------------------------------------------------------------------ */

table#eventsPageTbl td#eventsPage_col1
{
	width: 573px;
}

table#eventsPageTbl td#eventsPage_col2
{
	width: 199px;
}

div#eventsCats
{
	padding-top: 15px;
}

div.eventsCat_box a::before, div.eventsCat_box_selected a::before
{
	content: url(../designFiles/goSmallArrowBtn.png);
	padding-left: 10px;
}

div.eventsCat_box div, div.eventsCat_box_selected div
{
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 1px;
}

div.eventsCat_box a, div.eventsCat_box_selected a
{
	color: #255176;
}

div.eventsCat_box_selected
{
	color: #4C9B25;
	font-weight: bold;
}

div.eventsCat_sep
{
	height: 3px;
	font-size: 0px;
}

table#eventsTbl
{
	width: 100%;
}

table#eventsTbl.numEvents0
{
	background: none;
}

table#eventsTbl tr#noEvents
{
	display: none;
}

table#eventsTbl.numEvents0 tr#noEvents
{
	display: block;
}

table#eventsTbl tr.eventRow_even, table#eventsTbl tr.eventRow_odd
{
	cursor: pointer;
	color: #157CCB;
}

table#eventsTbl td.date, table#eventsTbl td.hour, table#eventsTbl td.price
{
	text-align: right;
	font-size: 20px;
}

table#eventsTbl td.price
{
	text-align: right;
}

table#eventsTbl tr.tableRow_even, table#eventsTbl tr.tableRow_odd,
table#eventsTbl tr.tableRow_even_open, table#eventsTbl tr.tableRow_odd_open,
table#eventsTbl tr.tableRow_even_over, table#eventsTbl tr.tableRow_odd_over
{
	cursor: pointer;
}

table#eventsTbl th 
{
	padding-left: 15px;
	padding-right: 15px;
}

table#eventsTbl td, table#eventsTbl th 
{
	font-weight: bold;
	height: 44px;
}

table#eventsTbl td
{
	height: auto;
	min-height: 44px;
	line-height: 24px;
	padding: 10px;
	border-bottom: 1px solid #D2D2D2;
	padding-left: 15px;
	padding-right: 15px;
	color: #444444;
	font-size: 22px;
}

.inpage_table_head
{
	background-color: #F2F2F2;
}

.pgnt{
    font-size: 16px;
    text-align: center;
    margin: 45px auto;
    padding: 0;
    list-style-type: none;
}
.pgnt li{
    padding: 10px 5px;
    display: inline-block;
}
.pgnt .glyphicon{
    color: #434142;
}

.lastPage span
{
	color: #E2E2E2 !important;
}
.wpcf7
{
	border-top: 1px solid;
}

.homepageLinks .row > div
{
	margin-top:50px;
}

.homepageLinks a
{
	text-align: center;
	font-size: 48px;
	color: white;
}

.btn-subcat
{
	background-color: #F4D892;
	color: #9c3718;
	margin-left: 20px;
	margin-bottom: 10px;
}
