/* 



/* جعل العناصر جنباً إلى جنب */
.grid-container-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* المسافة بين العناصر */
    justify-content: flex-start; /* محاذاة من اليمين */
}

.grid-item {
    flex: 1; /* يجعل العناصر متساوية في العرض */
    min-width: 300px; /* أقل عرض لكل عنصر */
    max-width: calc(33.333% - 20px); /* 3 عناصر في الصف */
}

/* تحسين مظهر العناصر */
.generic_block1 {
    display: block;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.generic_block1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.generic_block1 .image_container {
    width: 100%;
    padding-top: 60%; /* نسبة العرض إلى الارتفاع */
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.generic_block1 .image_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.generic_block1:hover .image_container .overlay {
    opacity: 1;
}

.generic_block1 .image_container .overlay div {
    background: #0a6206;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
}

.generic_block1 .content_container {
    padding: 15px 0 0 0;
}

.generic_block1 .content_container h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #333;
    line-height: 1.4;
}

.generic_block1:hover .content_container h2 {
    color: #0a6206;
}

.generic_block1 .content_container small {
    font-size: 12px;
    color: #666;
}

/* تصميم متجاوب للشاشات الصغيرة */
@media (max-width: 768px) {
    .grid-item {
        min-width: calc(50% - 10px); /* عنصرين في الصف */
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .grid-item {
        min-width: 100%; /* عنصر واحد في الصف */
        max-width: 100%;
    }
}






















.module_inline_videos1 .video .image_container {
  min-width: 100px;
  width: 100px;
  height: 60px;
  background-size: cover;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.module_inline_links1 .links {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  columns: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (max-width: 576px) {
  .module_inline_links1 .links {
    padding: 10px 0 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    columns: 2;
  }
}
.module_inline_links1 .links > li {
  line-height: 25px;
}
.module_inline_links1 .links > li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f104";
  font-size: 20px;
  float: right;
  margin-left: 10px;
  color: #3ba437;
}
.module_inline_links1 .links > li a {
  margin-bottom: 5px;
}
.module_custom.negative .module_inline_links1 .links > li a {
  color: #fff !important;
}
.module_custom.negative .module_inline_links1 .links > li a:hover {
  color: #eee !important;
}
.module_inline_visitors1 .module_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}
.module_inline_visitors1 .counter_block_container {
  min-width: 150px;
  margin: 10px;
}
.module_inline_visitors1 .counter_block {
  flex-basis: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #505050;
  text-align: center;
}
.module_inline_visitors1 .counter_block i {
  font-size: 35px;
  color: #205d1f;
}
.module_inline_visitors1 .counter_block span {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 10px auto 15px auto;
  color: #22971e;
}
.module_inline_visitors1 .counter_block div {
  font-size: 30px;
  font-weight: bold;
  direction: ltr;
  line-height: 1;
  color: #205d1f;
}
.module_custom.negative .module_inline_visitors1 .counter_block {
  color: #eee;
}
.module_custom.negative .module_inline_visitors1 .counter_block i {
  color: #fff;
}
.module_custom.negative .module_inline_visitors1 .counter_block span {
  color: #eee;
}
.module_custom.negative .module_inline_visitors1 .counter_block div {
  color: #fff;
}
table.contact_block1 {
  width: 100%;
}
table.contact_block1 td {
  padding: 5px;
}
table.contact_block1 span {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  border-radius: 50%;
  background: #0e430d;
  color: #fff;
}
.marketing_block1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: right;
  border: 1px solid #ddd;
  transition: box-shadow 0.25s;
  position: relative;
}
.marketing_block1 > a {
  height: 100%;
}
.marketing_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  color: #404040;
  background: #f9f9f9;
}
.marketing_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}
.marketing_block1 h2 {
  width: 100%;
  margin: 10px 0 3px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marketing_block1:hover h2 {
  color: #0f7f0b;
}
.marketing_block1 .price {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 10px;
  width: 80px;
  text-align: center;
  background: #0f7f0bc8;
  border-radius: 5px 5px 0 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
}
.marketing_block1 .price small {
  display: block;
  color: white;
}
.marketing_block1 .price b {
  display: block;
  font-size: 18px;
}
.marketing_block1 .block_data {
  width: 100%;
  font-size: 11px;
  color: #808080;
}
.marketing_block1 .block_data span {
  margin-left: 5px;
}
.marketing_block1 .block_data div {
  margin-bottom: 5px;
}
.marketing_block1 .buttons {
  width: calc(100% + 10px);
  margin: 10px 0 0 0;
  display: flex;
}
.marketing_block1 .buttons > div {
  margin-left: 10px;
}
.marketing_block1 .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  line-height: 1;
  width: 40px;
}
.marketing_block1 .buttons .large {
  flex-grow: 1;
}
.marketing_block1 .buttons .large a {
  width: 100%;
}
.marketing_block1 .buttons .completed {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(143, 200, 0);
  background: linear-gradient(
    225deg,
    rgba(143, 200, 0, 1) 0,
    rgba(122, 163, 0, 1) 100%
  );
  width: 100%;
  color: white !important;
  border-radius: 3px;
}
.marketing_block1 .buttons .in_cart {
  display: flex;
  align-items: center;
  text-align: center;
  background: #eee;
  width: 100%;
  color: #707070;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  height: 35px;
}
.marketing_block1 .buttons .in_cart span {
  flex-grow: 1;
  margin-right: 10px;
  text-align: right;
}
.marketing_block1 .buttons .in_cart div {
  cursor: pointer;
}
.marketing_block1 .tags {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
}
.marketing_block1 .tags i {
  font-size: 14px;
  margin-left: 5px;
}
.marketing_block1 .tags .urgent {
  width: 100%;
  background: rgba(240, 20, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
}
.marketing_block1 .tags .completed {
  width: 100%;
  background: rgba(35, 130, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}
.marketing_block1 .progress_bar {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  padding: 5px;
  background: #f4f4f4;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404040 !important;
}
.marketing_block1 .progress_bar b {
  position: absolute;
  display: block;
  z-index: 100;
}
.marketing_block1 .progress_bar .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: rgb(157, 213, 58);
  background: linear-gradient(
    225deg,
    rgba(157, 213, 58, 1) 0,
    rgba(124, 188, 10, 1) 100%
  );
  border-bottom: 1px solid #4d9c4f;
}
.marketing_block1 .donation {
  margin-top: 10px;
}
.marketing_block1 .labels {
  text-align: center;
  margin: 2px 0 2px 0;
}
.marketing_block1 .labels label {
  display: inline-block;
  cursor: pointer;
  margin: 4px;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  transition: background 0.25s;
  font-weight: normal;
}
.marketing_block1 .labels label:hover {
  background: #eee;
}
.marketing_block1 .input_spinner {
  display: flex;
  max-width: 150px;
  margin: 0 auto 0 auto;
}
.marketing_block1 .input_spinner input {
  margin: 0 5px 0 5px;
  border-radius: 3px;
}
.marketing_block1 .amount {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.marketing_block1 .amount input {
  border-radius: 3px;
  padding: 7px 70px 7px 7px;
  font-size: 16px;
  border: 0;
}
.marketing_block1 .amount span {
  color: #808080;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
}
.marketing_block1 .amount i {
  font-style: normal;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10;
}




 */






.generic_block1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s !important;
}
.generic_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.generic_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  position: relative;
}
.generic_block1 .image_container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.generic_block1 .image_container .overlay div {
  background: #404040;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  position: relative;
  left: -20px;
  transition: left 0.35s ease;
}
.generic_block1:hover .image_container .overlay {
  opacity: 1;
}
.generic_block1:hover .image_container .overlay div {
  left: 0;
  background: #0a6206;
}
.generic_block1 .content_container h2 {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
.generic_block1:hover .content_container h2 {
  color: #0f7f0b;
}
.generic_block1 .content_container small {
  width: 100%;
  font-size: 11px;
  color: #909090;
}
.program_enroll_block1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: right;
  border: 1px solid #ddd;
  transition: box-shadow 0.25s;
  position: relative;
}
.program_enroll_block1 > a {
  height: 100%;
}
.program_enroll_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  color: #404040;
  background: #f9f9f9;
}
.program_enroll_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}
.program_enroll_block1 .price {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 10px;
  width: 80px;
  text-align: center;
  background: #0f7f0bc8;
  border-radius: 5px 5px 0 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
}
.program_enroll_block1 .price small {
  display: block;
  color: white;
}
.program_enroll_block1 .price b {
  display: block;
  font-size: 18px;
}
.program_enroll_block1 h2 {
  width: 100%;
  margin: 10px 0 3px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program_enroll_block1:hover h2 {
  color: #0f7f0b;
}
.program_enroll_block1 .block_data {
  width: 100%;
  font-size: 11px;
  color: #808080;
}
.program_enroll_block1 .block_data span {
  margin-left: 5px;
}
.program_enroll_block1 .block_data div {
  margin-bottom: 5px;
}
.program_enroll_block1 .buttons {
  margin-top: 10px;
  display: flex;
}
.program_enroll_block1 .buttons > div {
  margin-left: 10px;
}
.program_enroll_block1 .buttons > div:last-child {
  margin-left: 0;
}
.program_enroll_block1 .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  line-height: 1;
  width: 40px;
}
.program_enroll_block1 .buttons .large {
  flex-grow: 1;
}
.program_enroll_block1 .buttons .large a {
  width: 100%;
}
.program_enroll_block1 .buttons .completed {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(143, 200, 0);
  background: linear-gradient(
    225deg,
    rgba(143, 200, 0, 1) 0,
    rgba(122, 163, 0, 1) 100%
  );
  width: 100%;
  color: white !important;
  border-radius: 3px;
}
.program_enroll_block1 .buttons .btn-danger.disabled {
  opacity: 1;
}
.program_enroll_block1 .tags {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
}
.program_enroll_block1 .tags i {
  font-size: 14px;
  margin-left: 5px;
}
.program_enroll_block1 .tags .urgent {
  width: 100%;
  background: rgba(240, 20, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
}
.program_enroll_block1 .tags .completed {
  width: 100%;
  background: rgba(35, 130, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}
.program_enroll_block1 .progress_bar {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  padding: 5px;
  background: #f4f4f4;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404040 !important;
}
.program_enroll_block1 .progress_bar b {
  position: absolute;
  display: block;
  z-index: 100;
}
.program_enroll_block1 .progress_bar .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: rgb(157, 213, 58);
  background: linear-gradient(
    225deg,
    rgba(157, 213, 58, 1) 0,
    rgba(124, 188, 10, 1) 100%
  );
  border-bottom: 1px solid #4d9c4f;
}
.gallery_block1 {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  transition: box-shadow 0.35s ease;
  position: relative;
}
.gallery_block1:hover .image_container {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.gallery_block1 .image_container .count {
  background: #3ba437af;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.gallery_block1 .image_container .count b {
  display: block;
  font-size: 20px;
}
.gallery_block1 .content_container h2 {
  width: 100%;
  margin: 10px 0 3px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}
.gallery_block1:hover .content_container h2 {
  color: #0f7f0b;
}
.gallery_block1 .content_container small {
  width: 100%;
  font-size: 11px;
  color: #909090;
}
.videos_block1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s !important;
}
.videos_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.videos_block1 .image_container {
  width: 100%;
  padding: 30%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos_block1 .image_container i {
  background: #0a6206af;
  font-size: 26px;
  color: white;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease;
  padding: 2px 0 0 4px;
}
.videos_block1:hover .image_container i {
  background: #0a6206;
  transform: scale(1.2);
}
.videos_block1 .content_container h2 {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}
.videos_block1:hover .content_container h2 {
  color: #0f7f0b;
}
.videos_block1 .content_container small {
  width: 100%;
  font-size: 11px;
  color: #909090;
}
.image_block1 {
  display: block;
  width: 100%;
  height: 100%;
  direction: ltr;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.image_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: top center;
  transition: transform 0.5s ease;
}
.image_block1:hover .image_container {
  transform: scale(1.2);
}
.image_block1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0;
  transition: 0.5s;
  color: white;
}
.image_block1:hover .overlay {
  opacity: 1;
}
.image_block1 .overlay i {
  color: white;
  font-size: 40px;
}
.video_block1 .image_container {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.video_block1 .image_container .image {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
}
.video_block1 .image_container .image .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.25s;
}
.video_block1 .image_container .image .overlay .glyphicon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  transition: transform 0.25s;
}
.video_block1:hover .image_container .image .overlay {
  background: rgba(0, 0, 0, 0.35);
}
.video_block1:hover .image_container .image .overlay .glyphicon-play {
  transform: scale(1.15);
}
.testimonial_block1 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 75px 0 0 0;
}
.testimonial_block1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5;
}
.testimonial_block1 .testimonial_container {
  background: #fcfcfc;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  direction: rtl;
  font-size: 13px;
  padding: 85px 10px 10px 10px;
  position: relative;
  line-height: 1.6;
  background-image: url(../images/templates/block_testimonial1_background.png);
  background-position: top left;
  background-size: 75% auto;
  background-repeat: no-repeat;
}
.testimonial_block1 .testimonial_container:before {
  position: absolute;
  top: 0;
  right: 10px;
  content: "”";
  color: #22971e;
  font-family: Arial;
  font-size: 150px;
  line-height: 1;
}
.testimonial_block1 .testimonial_title {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 10;
  width: calc(100% - 160px);
}
.testimonial_block1 .testimonial_title b {
  display: block;
  width: 100%;
  color: #e8b523;
  font-size: 14px;
  margin-bottom: 5px;
}
.service_block1 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.025);
  overflow: hidden;
  transition: all 0.25s !important;
}
.service_block1:hover {
  box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.25);
  transform: scale(1.025);
}
.service_block1 div {
  text-align: center;
}
.service_block1 i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.service_block1 span {
  font-size: 120px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  opacity: 0.05;
}
.service_block_container:nth-child(even) .service_block1 {
  background: #fafafa !important;
  color: #0e430d !important;
}
.service_block_container:nth-child(odd) .service_block1 {
  background: #0e430d !important;
  color: #fafafa !important;
}
.chance_block1 {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: right;
  border: 1px solid #ddd;
  transition: box-shadow 0.25s;
  position: relative;
}
.chance_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  color: #404040;
  background: #f9f9f9;
}
.chance_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}
.chance_block1 h2 {
  width: 100%;
  margin: 10px 0 3px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chance_block1:hover h2 {
  color: #0f7f0b;
}
.chance_block1 .block_data {
  width: 100%;
  font-size: 11px;
  color: #808080;
}
.chance_block1 .block_data span {
  margin-left: 5px;
}
.chance_block1 .block_data div {
  margin-bottom: 5px;
}
.chance_block1 .buttons {
  margin: 10px 0 0 0;
  display: flex;
}
.chance_block1 .buttons > div {
  margin-left: 10px;
}
.chance_block1 .buttons > div:last-child {
  margin-left: 0;
}
.chance_block1 .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  line-height: 1;
  width: 40px;
}
.chance_block1 .buttons .large {
  flex-grow: 1;
}
.chance_block1 .buttons .large a {
  width: 100%;
}
.chance_block1 .buttons .completed {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(143, 200, 0);
  background: linear-gradient(
    225deg,
    rgba(143, 200, 0, 1) 0,
    rgba(122, 163, 0, 1) 100%
  );
  width: 100%;
  color: white !important;
  border-radius: 3px;
}
.chance_block1 .tags {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
}
.chance_block1 .tags i {
  font-size: 14px;
  margin-left: 5px;
}
.chance_block1 .tags .urgent {
  width: 100%;
  background: rgba(240, 20, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
}
.chance_block1 .tags .completed {
  width: 100%;
  background: rgba(35, 130, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}
.chance_block1 .progress_bar {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  padding: 5px;
  background: #f4f4f4;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404040 !important;
}
.chance_block1 .progress_bar b {
  position: absolute;
  display: block;
  z-index: 100;
}
.chance_block1 .progress_bar .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: rgb(157, 213, 58);
  background: linear-gradient(
    225deg,
    rgba(157, 213, 58, 1) 0,
    rgba(124, 188, 10, 1) 100%
  );
  border-bottom: 1px solid #4d9c4f;
}
.contest_block1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 0;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #404040;
  transition: box-shadow 0.25s !important;
}
.contest_block1:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.contest_block1 .image_container {
  width: 100%;
  padding: 40%;
  background-size: cover;
  background-position: center center;
}
.contest_block1 .content_container {
  border-top: 1px solid #c8c8c8;
  padding: 10px;
}
.contest_block1 .content_container h2 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contest_block1:hover .content_container h2 {
  color: #0a6206;
}
.contest_block1 .content_container small {
  font-size: 11px;
  color: #909090;
}
.contest_block1 .tag {
  position: absolute;
  top: 10px;
  right: 0;
  width: 80px;
}
.contest_block1 .tag i {
  font-size: 14px;
  margin-left: 5px;
}
.contest_block1 .tag .finished {
  width: 100%;
  background: rgba(240, 20, 20, 0.85);
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
}
.partners_block1 {
  height: 200px;
}
.partners_block1 b {
  display: block;
  text-align: center;
  color: #808080;
}
.partners_block1 img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 100%;
  max-height: 110px;
}
.nav-stuck #nav-sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.header {
  position: relative;
  background: #fefefe;
  background-color: #fefefe;
  background-image: url(../images/templates/header_background.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
}
.header .header_logo img {
  max-width: 250px;
  max-height: 80px;
}
.header .header_logo img.negative {
  display: none;
}
.header.negative .header_logo img:not(.negative) {
  display: none;
}
.header.negative .header_logo img.negative {
  display: block;
}
.header .header_components {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .header_content {
  display: flex;
  align-items: center;
}
.header .header_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_buttons > div {
  margin-left: 10px;
}
.header .header_buttons > div:last-child {
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .header .header_components,
  .header .header_content {
    justify-content: center;
  }
  .header .header_buttons {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .header .grow-small {
    flex-grow: 1;
  }
  .header .header_logo img {
    max-width: 200px;
  }
}
.header .dropdown-menu {
  margin-left: 1px;
}
.header .header_contact {
  display: block;
  border-right: 1px solid #c8c8c8;
  margin: 0 15px 0 0;
  padding: 10px;
  flex-grow: 1;
}
.header .header_contact i {
  display: inline-block;
  font-size: 16px;
  color: white;
  background: #0f7f0b;
  padding: 8px;
  border-radius: 50%;
  margin: 5px 0 0 10px;
  float: right;
}
.header .header_contact span {
  direction: ltr;
  text-align: right;
  font-size: 18px;
  display: block;
  color: #606060;
  line-height: 1.5;
}
.header .header_contact b {
  color: #22971e;
}
@media screen and (max-width: 768px) {
  .header .header_contact {
    display: none;
  }
}
.header.negative .header_contact {
  border-right: 1px solid #eee;
}
.header.negative .header_contact i {
  color: #0f7f0b;
  background: #fff;
}
.header.negative .header_contact span {
  color: #eee;
}
.header.negative .header_contact b {
  color: #fff;
}
.header .header_button {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fefefe !important;
  background: #0a6206;
  font-size: 12px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.header .header_button:hover {
  background: #0f7f0b;
  color: #f8f8f8;
}
.header .header_button i {
  font-size: 18px;
  color: #f8f8f8;
}
.header .cart_button {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fcfcfc;
  position: relative;
  font-size: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.header.negative .cart_button {
  border: 0;
}
.header .cart_button:hover {
  background: #eee;
}
.header .cart_button i {
  font-size: 18px;
}
.header .cart_button .cart_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  background: #c8c8c8;
  position: absolute;
  top: -5px;
  right: -5px;
}
.header .cart_button .cart_count.active {
  background: red;
}
.cart_dropdown .dropdown-menu {
  width: 280px;
  max-width: 90vw;
}
.header .cart_content {
  text-align: center;
  padding: 10px;
  background: white;
  font-size: 12px;
}
.header .cart_content .cart_row {
  text-align: right;
  padding: 10px 0 10px 0;
  border-top: 1px dotted #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .cart_content .cart_row:first-child {
  border-top: 0;
  padding-top: 0;
}
.header .cart_content .cart_row .btn {
  margin-left: 5px;
  height: 30px;
}
.header .cart_content .cart_row .btn i {
  color: white;
}
.header .cart_content .cart_row .title {
  flex-grow: 1;
}
.header .cart_content .cart_row .price {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  margin-right: 5px;
}
.header .cart_content .cart_total {
  text-align: center !important;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 5px 10px 5px;
}
.header .cart_content .cart_total small {
  color: #909090;
}
.header .cart_content .cart_total b {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .nav-menu-sm {
    display: none;
  }
  .nav-menu {
    margin: 0 auto 0 auto;
    padding: 4px 0 4px 0;
    list-style-position: none;
    text-align: center;
    font-size: 13px;
  }
  .nav-menu > li.nav-item {
    display: inline-block;
    margin: 2px;
  }
  .nav-menu > li.nav-item > a {
    display: block;
    padding: 10px;
    font-weight: bold;
    transition: color 0.15s;
  }
  .nav-menu > li.nav-item > a i {
    transition: color 0.15s;
  }
  .nav-menu > li.nav-item span.fa-angle-down {
    transition: transform 0.3s, color 0.15s;
    margin: 0 5px 0 0;
    position: relative;
  }
  .nav-menu > li.nav-item:hover span.fa-angle-down {
    transform: rotate(-180deg);
  }
  .nav-menu > li.nav-dropdown-item.hover > .nav-dropdown {
    background: #fff;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    margin: -20px 0 0 0;
    padding: 0 10px 0 10px;
    list-style-position: none;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s, margin 0.2s;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block {
    padding: 10px 10px 0 10px;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block:last-child {
    padding-bottom: 10px;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a {
    display: block;
    width: 100%;
    line-height: 2;
    padding: 0 0 0 5px;
    transition: margin 0.25s, padding 0.25s;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a {
    display: block;
    width: 100%;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block.single b,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block.single b a {
    font-weight: normal;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a:hover,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a:hover {
    margin: 0 5px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 0.2s;
  }
  .nav-menu-sm {
    font-size: 0;
  }
  .nav-menu-sm .container {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
  }
  .nav-menu-sm .nav-button {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
  }
  .nav-menu-sm .close-nav {
    position: fixed;
    top: 7px;
    right: 265px;
    font-size: 30px;
    color: #f8f8f8;
    z-index: 1000;
    cursor: pointer;
  }
  .nav-dropdown {
    margin: 0;
    padding: 0;
    list-style-position: none;
  }
  .nav-dropdown .menu-links {
    background: #f8f8f8;
  }
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style-position: none;
    background: white;
  }
  .nav-menu > li.nav-item {
    display: block;
    position: relative;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(270px);
    width: 250px;
    height: 100vh;
    z-index: 10000;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .nav-menu-opened {
    transform: translateX(0);
  }
  .nav-menu::-webkit-scrollbar {
    width: 0;
  }
  .nav-menu > li.nav-item > a {
    width: 100%;
    display: block;
    padding: 14px;
  }
  .nav-menu > li.nav-item span.fa-angle-down {
    float: left;
    margin-top: 4px;
    transition: transform 0.25s;
  }
  .nav-menu > li.active span.fa-angle-down {
    transform: rotate(-180deg);
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown {
    display: none;
    overflow: hidden;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block {
    padding: 10px 10px 0 10px;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block:last-child {
    padding-bottom: 10px;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a {
    display: block;
    width: 100%;
    line-height: 2.5;
    padding: 0 0 0 5px;
    transition: margin 0.25s, padding 0.25s;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a {
    display: block;
    width: 100%;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block.single b,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block.single b a {
    font-weight: normal;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a:hover,
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a:hover {
    margin: 0 5px 0 0;
    padding: 0;
  }
}
.nav-menu-container {
  background: #205d1f;
  background: linear-gradient(45deg, #22971e 0, #205d1f 100%);
}
@media screen and (min-width: 992px) {
  .nav-menu > li.nav-item {
    border-radius: 3px;
  }
  .nav-menu > li.nav-item:hover {
    background: rgba(0, 0, 0, 0.02);
  }
  .nav-menu > li.nav-item > a,
  .nav-menu > li.nav-item > a i,
  .nav-menu > li.nav-item span.fa-angle-down {
    font-weight: normal;
    color: #22971e;
  }
  .nav-menu > li.nav-item:hover > a,
  .nav-menu > li.nav-item:hover > a i,
  .nav-menu > li.nav-item:hover span.fa-angle-down {
    color: #205d1f;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block:not(.single) b,
  .nav-menu
    > li.nav-dropdown-item
    > ul.nav-dropdown
    .menu_block:not(.single)
    b
    a {
    color: #205d1f;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a {
    color: #202020;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a:hover {
    color: #0a6206;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a:hover {
    color: #0a6206;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown {
    background: #fff;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block i {
    text-align: center;
    width: 1.25em;
  }
  .menu.negative .nav-menu > li.nav-item:hover {
    background: rgba(0, 0, 0, 0.25);
  }
  .menu.negative .nav-menu > li.nav-item > a,
  .menu.negative .nav-menu > li.nav-item > a i,
  .menu.negative .nav-menu > li.nav-item span.fa-angle-down {
    font-weight: normal;
    color: #fff;
  }
  .menu.negative .nav-menu > li.nav-item:hover > a,
  .menu.negative .nav-menu > li.nav-item:hover > a i,
  .menu.negative .nav-menu > li.nav-item:hover span.fa-angle-down {
    color: #fefefe;
  }
}
@media screen and (max-width: 992px) {
  .nav-menu-sm .container span {
    width: 100%;
    color: #0a6206;
    font-size: 13px;
  }
  .nav-menu-sm .nav-button {
    color: white;
    background: #0e430d;
  }
  .nav-menu-sm .nav-button:active {
    background: #0a6206;
  }
  .nav-menu {
    background: #fefefe;
  }
  .nav-menu > li.nav-item {
    border-bottom: 1px solid #eee;
  }
  .nav-menu > li.nav-item > a {
    color: #202020;
  }
  .nav-menu > li.nav-item > a i {
    text-align: center;
    width: 1.25em;
  }
  .nav-menu > li.nav-item:active > a,
  .nav-menu > li.active > a {
    background: #0a6206;
    color: #fefefe;
  }
  .nav-menu > li.active > a i {
    color: #fefefe !important;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block:not(.single) b,
  .nav-menu
    > li.nav-dropdown-item
    > ul.nav-dropdown
    .menu_block:not(.single)
    b
    a {
    color: #205d1f;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a {
    color: #202020;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block b a:hover {
    color: #0a6206;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block a:hover {
    color: #0a6206;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown {
    background: #fff;
  }
  .nav-menu > li.nav-dropdown-item > ul.nav-dropdown .menu_block i {
    text-align: center;
    width: 1.25em;
  }
  .menu.negative .nav-menu-sm .container span {
    color: #fff;
  }
}
.section_header {
  width: 100%;
  position: relative;
  background: #fefefe;
  background: linear-gradient(
      180deg,
      rgba(253, 253, 253, 0.9),
      rgba(253, 253, 253, 1)
    ),
    var(--background);
  background-size: cover;
  background-position: center center;
}
.section_header .section_description {
  padding: 30px 0 30px 0;
}
.section_header h2 {
  display: block;
  color: #0e430d;
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.section_header h1 {
  display: block;
  color: #0a6206;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
}
.section_header span {
  display: block;
  width: 100%;
  color: #606060;
  text-align: center;
  margin-top: 15px;
}
.breadcrumb_container {
  margin-top: 15px;
}
.breadcrumb_container .breadcrumb {
  border-radius: 0;
  background: transparent;
  padding: 15px 0 5px 0;
  margin: 0;
}
.breadcrumb_container .breadcrumb a {
  color: #0f7f0b !important;
  font-weight: bold;
}
.breadcrumb_container .breadcrumb > i {
  color: #e8b523;
  margin-left: 5px;
}
.breadcrumb_container .breadcrumb > li + li:before {
  font-weight: bold;
  font-size: 14px;
  color: #e8b523;
}
.section_header.negative {
  color: #eee;
}
.section_header.negative h2 {
  color: #eee;
}
.section_header.negative h1 {
  color: #fff;
}
.section_header.negative span {
  color: #eee;
}
.section_header.negative .breadcrumb_container .breadcrumb a {
  color: #fff !important;
}
.section_header.negative .breadcrumb_container .breadcrumb > i {
  color: #f8f8f8;
}
.section_header.negative .breadcrumb_container .breadcrumb > li + li:before {
  color: #f8f8f8;
}
#page-loading {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #404040;
  font-size: 14px;
  padding: 40px;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 999999999 !important;
}
body.inline #page-loading {
  display: none;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0a6206;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.page_container {
  padding: 15px;
  /* margin: 4px; */
  border-radius: 5px;
  background: white;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
}
#side_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
}
#side_menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #909090;
  background: #fefefe;
  transition: 0.25s;
  padding: 10px;
  margin: 0;
}
#side_menu ul li a i {
  margin-left: 5px;
}
#side_menu ul li a:hover,
#side_menu ul li.current a {
  background: #f8f8f8;
  border-left: 10px solid #0f7f0b;
  color: #0f7f0b;
}
.live_contact .main_button {
  background: #0a6206;
  border: 6px solid #0a620660;
}
.live_contact .main_button:not(.active):before {
  background-color: #0a6206;
}
.live_contact .sub_buttons_container .sub_button {
  background: #0a6206;
}
.contact_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  display: none;
}
.contact_overlay.active {
  z-index: 1100;
}
/* .live_contact {
  margin: 10px;
  z-index: 900;
}
.live_contact.active {
  z-index: 1100;
}
.live_contact .main_button {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.live_contact .main_button:not(.active):before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -21px;
  left: -21px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: pulse-ring 2s cubic-bezier(0.3, 0.6, 0.4, 2) infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  90%,
  100% {
    opacity: 0;
  }
}
.live_contact .active {
  background: #ccc;
  border: 6px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.live_contact .main_button i {
  font-size: 26px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.live_contact .main_button span {
  font-size: 32px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
}
.live_contact .sub_buttons_container {
  position: relative;
  top: 20px;
  width: 70px;
  display: none;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.live_contact .sub_buttons_container .sub_button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
  cursor: pointer;
}
.live_contact .sub_buttons_container .sub_button_container {
  position: relative;
}
.live_contact .sub_buttons_container .sub_button_container span {
  width: 100px;
  position: absolute;
  left: 60px;
  top: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.live_contact .sub_buttons_container .sub_button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
.live_contact .sub_buttons_container .sub_button:hover span {
  opacity: 1;
}
.live_contact .sub_buttons_container .sub_button i {
  font-size: 22px;
  color: white;
  text-shadow: 1p 1px 1px rgba(0, 0, 0, 0.1);
}  */
