@font-face {
  font-family: "geflow";
  src: url("../fonts/GE_Flow_Regular.otf");
  font-weight: normal !important;
  font-style: normal; }
.active-black-white {
  -webkit-filter: grayscale(100%) brightness(95%) contrast(120%);
  -o-filter: grayscale(100%) brightness(95%) contrast(120%);
  filter: grayscale(100%) brightness(95%) contrast(120%); }

body {
  font-family: "geflow", sans-serif;
  direction: rtl;
  text-align: right;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

textarea {
  resize: none; }

ul {
  list-style: none;
  margin-bottom: 0; }

label {
  font-size: 14px;
  color: #56585a; }

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
  outline: none; }

input.form-control:focus,
select.form-control:focus {
  outline: none;
  border-color: initial;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }

button:focus,
.btn:focus,
.form-control:focus,
select {
  outline: 0; }

* {
  border: 0 none;
  margin: 0;
  padding: 0; }

h1,
h2,
.building-code-container .card-body .code-title h3,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: "geflow", sans-serif !important; }

p {
  margin: 0;
  padding: 0;
  font-size: 14px; }

a,
button {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out; }

.animated.custom-faster-animation {
  animation-duration: 300ms; }

.animated {
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  -o-animation-duration: 100ms;
  animation-duration: 100ms; }

.position-relative {
  position: relative; }

.red-color-light {
  color: #af5043 !important; }

.green-color {
  color: #0e8a5e !important; }

.gray-color {
  color: #56585a !important; }

.btn-green, .btn-outline, .btn-outline-small, .sweet-alert button.cancel, .btn-green-light, .btn-green-small, .btn-gray, .sweet-alert button.confirm {
  padding: 8px 10px;
  min-width: 110px;
  font-size: 14px;
  color: white !important;
  background: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  cursor: pointer;
  border: 1px solid #0e8a5e; }
  .btn-green:hover, .btn-outline:hover, .btn-outline-small:hover, .sweet-alert button.cancel:hover, .btn-green-light:hover, .btn-green-small:hover, .btn-gray:hover, .sweet-alert button.confirm:hover {
    color: #56585a !important; }
    .btn-green:hover::before, .btn-outline:hover::before, .btn-outline-small:hover::before, .sweet-alert button.cancel:hover::before, .btn-green-light:hover::before, .btn-green-small:hover::before, .btn-gray:hover::before, .sweet-alert button.confirm:hover::before {
      transform: scaleX(0); }
  .btn-green::before, .btn-outline::before, .btn-outline-small::before, .sweet-alert button.cancel::before, .btn-green-light::before, .btn-green-small::before, .btn-gray::before, .sweet-alert button.confirm::before {
    background: linear-gradient(to right, #0e8a5e, #056245);
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    color: white; }
  .btn-green.disabled, .disabled.btn-outline, .disabled.btn-outline-small, .sweet-alert button.disabled.cancel, .disabled.btn-green-light, .disabled.btn-green-small, .disabled.btn-gray, .sweet-alert button.disabled.confirm {
    background: white !important;
    color: #56585a !important;
    cursor: not-allowed;
    border-color: #56585a !important;
    pointer-events: none; }
    .btn-green.disabled::before, .disabled.btn-outline::before, .disabled.btn-outline-small::before, .sweet-alert button.disabled.cancel::before, .disabled.btn-green-light::before, .disabled.btn-green-small::before, .disabled.btn-gray::before, .sweet-alert button.disabled.confirm::before {
      background: white !important;
      color: #56585a !important;
      border-color: #56585a !important; }

.btn-outline, .btn-outline-small, .sweet-alert button.cancel {
  border: 1px solid #56585a;
  color: #0e8a5e !important;
  background: #56585a; }
  .btn-outline:hover, .btn-outline-small:hover, .sweet-alert button.cancel:hover {
    color: white !important; }
  .btn-outline::before, .btn-outline-small::before, .sweet-alert button.cancel::before {
    background: white !important; }

.btn-outline-small {
  padding: 5px 10px;
  min-width: 95px; }

.btn-green-light {
  border: 1px solid #056245; }
  .btn-green-light:hover {
    border: 1px solid white; }
  .btn-green-light::before {
    background: #056245; }

.btn-green-small {
  padding: 5px 10px;
  min-width: 95px; }

.btn-green::before, .btn-outline::before, .btn-outline-small::before, .sweet-alert button.cancel::before, .btn-green-light::before, .btn-green-small::before, .btn-gray::before, .sweet-alert button.confirm::before {
  background: linear-gradient(to right, #0e8a5e, #056245); }

.btn-gray::before {
  background: #56585a; }

.btn-file {
  display: inline-block; }
  .btn-file label {
    margin-bottom: 0; }
  .btn-file input[type="file"] {
    display: none; }

.btn-action {
  background: transparent;
  font-size: 20px;
  cursor: pointer; }
  .btn-action:hover {
    color: #0e8a5e; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-icon i {
    font-size: 20px;
    margin-left: 2px; }

.btn-accept, .btn-reject {
  font-size: 14px;
  background: #0e8a5e;
  padding: 6px 10px;
  min-width: 105px;
  display: inline-block;
  text-align: center;
  color: white; }

.btn-reject {
  background: #af5043; }

.attach-file {
  background: white !important;
  margin-left: 20px; }

.hvr-sweep-to-left:before {
  background: white; }

.main-title, .main-title-border {
  font-size: 18px;
  color: #0e8a5e;
  margin-bottom: 20px; }

.main-title-white {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

.main-title-border {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 10px; }

.title-border {
  font-size: 22px;
  color: #0e8a5e;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative; }
  .title-border::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 70px;
    border-bottom: 2px solid #0e8a5e; }

.inner-title {
  font-size: 18px;
  color: #0e8a5e;
  font-weight: 400; }

.description {
  font-size: 16px;
  color: #56585a;
  line-height: 26px; }

.flex-none {
  flex: none; }

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
  background: linear-gradient(rgba(14, 138, 94, 0.8), rgba(5, 98, 69, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px; }

[class*=" imghvr-"],
[class^="imghvr-"] {
  height: 120px;
  background: white;
  display: flex;
  align-items: center; }

.form-control {
  font-size: 14px;
  border: 0;
  height: auto !important;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 10px;
  border-radius: 0; }

@media (min-width: 992px) {
  .custom-col-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }
.tooltip-inner {
  background-color: #0e8a5e !important;
  color: white;
  font-family: "geflow", sans-serif;
  font-size: 13px; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #0e8a5e !important; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #0e8a5e !important; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #0e8a5e !important; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #0e8a5e !important; }

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.9) !important; }
.tooltip.bs-tooltip-top .tooltip-inner {
  background: rgba(0, 0, 0, 0.9) !important; }

.pager-scroll {
  position: fixed;
  left: 20px;
  top: 25%;
  z-index: 999; }
  .pager-scroll li, .pager-scroll footer .footerBody li a, footer .footerBody li .pager-scroll a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #0e8a5e;
    margin-bottom: 6px;
    background: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out; }
    .pager-scroll li .btn-scroll, footer .footerBody li .pager-scroll a .btn-scroll {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .pager-scroll li .icon-active, footer .footerBody li .pager-scroll a .icon-active {
      display: none; }
    .pager-scroll li:hover, .pager-scroll footer .footerBody li a:hover, footer .footerBody li .pager-scroll a:hover {
      background: #0e8a5e; }
      .pager-scroll li:hover .icon-disactive, .pager-scroll footer .footerBody li a:hover .icon-disactive, footer .footerBody li .pager-scroll a:hover .icon-disactive {
        display: none; }
      .pager-scroll li:hover .icon-active, .pager-scroll footer .footerBody li a:hover .icon-active, footer .footerBody li .pager-scroll a:hover .icon-active {
        display: block; }
      .pager-scroll li:hover i, .pager-scroll footer .footerBody li a:hover i, footer .footerBody li .pager-scroll a:hover i {
        height: 25px;
        border-radius: 33px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        -ms-border-radius: 33px;
        -o-border-radius: 33px; }
  @media (max-width: 991px) {
    .pager-scroll {
      display: none; } }

.hamburger .line {
  width: 35px;
  height: 4px;
  background-color: #56585a;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg); }

.main-content {
  position: relative; }

.slider {
  background: rgba(12, 38, 51, 0.5);
  background-size: cover;
  min-height: 600px;
  position: relative; }
  .slider.inner-lg-slider {
    background: url(../images/inner-slider.jpg) no-repeat center center;
    background-size: cover;
    min-height: auto;
    height: 465px; }
  .slider.inner-small-slider {
    background: url(../images/inner-slider.jpg) no-repeat center left;
    background-size: cover;
    height: 398px;
    min-height: auto; }
  .slider.inner-register-slider {
    background: url(../images/inner-register.jpg) no-repeat center left;
    background-size: cover;
    height: 398px;
    min-height: auto; }
  .slider.inner-login-slider {
    background: url(../images/login-background.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    height: 100%; }
  .slider .video-home-bg {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    min-width: 100%;
    max-width: 100vw;
    height: 100%;
    object-fit: cover; }
  .slider .slider-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px; }
    .slider .slider-title h1 {
      color: white;
      font-size: 28px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .slider .slider-title h1 {
          font-size: 20px; } }
  .slider .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(5, 98, 69, 0.7);
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    border-radius: 8px 8px 0 0;
    color: white; }
    .slider .arrow-down i {
      position: relative;
      animation: move 1.2s ease-in-out infinite;
      -o-animation: move 1.2s ease-in-out infinite;
      -moz-animation: move 1.2s ease-in-out infinite;
      -webkit-animation: move 1.2s ease-in-out infinite;
      top: 6px; }

@keyframes move {
  0% {
    top: 0; }
  50% {
    top: 6; } }
.top-navbar-header {
  padding: 8px 10px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  margin-bottom: 2px; }
  .top-navbar-header .socailLinks {
    display: flex; }
    .top-navbar-header .socailLinks .changeLanguage {
      margin-left: 20px; }
      .top-navbar-header .socailLinks .changeLanguage li a, footer .footerBody li .top-navbar-header .socailLinks .changeLanguage a a {
        font-weight: 700;
        width: auto;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        padding: 0 2px; }
    .top-navbar-header .socailLinks li a, footer .footerBody li .top-navbar-header .socailLinks a a {
      display: block;
      justify-content: center; }
    .top-navbar-header .socailLinks li i, footer .footerBody li .top-navbar-header .socailLinks a i {
      font-size: 15px;
      margin-left: 5px; }
  .top-navbar-header ul li, .top-navbar-header ul footer .footerBody li a, footer .footerBody li .top-navbar-header ul a {
    font-size: 14px;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    color: white;
    position: relative; }
    .top-navbar-header ul li:last-child, .top-navbar-header ul footer .footerBody li a:last-child, footer .footerBody li .top-navbar-header ul a:last-child {
      margin-left: 0; }
    .top-navbar-header ul li a, footer .footerBody li .top-navbar-header ul a a {
      color: white;
      font-size: 14px;
      padding: 10px 0; }
    .top-navbar-header ul li i, footer .footerBody li .top-navbar-header ul a i {
      font-size: 18px; }
    .top-navbar-header ul li .call, footer .footerBody li .top-navbar-header ul a .call {
      margin-left: 8px;
      display: inline-block; }
    @media (max-width: 767px) {
      .top-navbar-header ul li, .top-navbar-header ul footer .footerBody li a, footer .footerBody li .top-navbar-header ul a {
        margin-left: 10px; } }
  .top-navbar-header .eye-toggle {
    cursor: pointer; }
  .top-navbar-header .settings-cog {
    margin-left: 6px; }
    .top-navbar-header .settings-cog .dropdown-toggle i {
      font-size: 18px; }
    .top-navbar-header .settings-cog .dropdown-toggle::after {
      display: none; }
    .top-navbar-header .settings-cog .dropdown-menu {
      min-width: auto;
      width: 100px; }
      .top-navbar-header .settings-cog .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        justify-content: start; }
        .top-navbar-header .settings-cog .dropdown-menu .dropdown-item i {
          font-size: 22px; }
  .top-navbar-header .header-search {
    padding-right: 10px;
    position: static;
    transform: scaleX(-1);
    border-right: 1px solid;
    margin-left: 5px; }
    .top-navbar-header .header-search .search-btn {
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      margin: 0; }
  .top-navbar-header .cart-shopping a {
    position: relative; }
    .top-navbar-header .cart-shopping a i {
      font-size: 24px; }
  .top-navbar-header .cart-shopping span, .top-navbar-header .cart-shopping .news-container .news-image .event-date p, .news-container .news-image .event-date .top-navbar-header .cart-shopping p, .top-navbar-header .cart-shopping .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .top-navbar-header .cart-shopping p {
    position: absolute;
    min-width: 22px;
    min-height: 22px;
    background: #0e8a5e;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    top: 0;
    left: -10px;
    font-size: 12px; }
  .top-navbar-header .dropdown-menu li, .top-navbar-header .dropdown-menu footer .footerBody li a, footer .footerBody li .top-navbar-header .dropdown-menu a {
    display: block;
    margin: 0;
    padding: 0; }
    .top-navbar-header .dropdown-menu li a, footer .footerBody li .top-navbar-header .dropdown-menu a a {
      color: #56585a;
      padding: 8px 10px; }
  .top-navbar-header .hamburger {
    display: none; }
  .top-navbar-header .mobile-logo {
    display: none; }

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  right: 0;
  left: auto;
  transform: unset !important;
  top: 100% !important;
  min-width: 160px;
  margin: 0; }
  .dropdown-menu a {
    text-align: right;
    color: #56585a;
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    .dropdown-menu a:hover {
      background: linear-gradient(rgba(14, 138, 94, 0.8), rgba(5, 98, 69, 0.8));
      color: white !important; }
  .dropdown-menu:last-child a {
    border: 0; }

@media (max-width: 991px) {
  .top-navbar-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    background: white;
    padding: 4px 20px 0; }
    .top-navbar-header .socailLinks li a, footer .footerBody li .top-navbar-header .socailLinks a a {
      color: #56585a; }
    .top-navbar-header .header-search {
      color: #56585a; }
      .top-navbar-header .header-search .search-input input {
        border: 1px solid #56585a;
        background: white;
        position: relative;
        z-index: 1; }
    .top-navbar-header .hamburger {
      display: block; }

  .logo-home {
    display: none; }

  .slider .navbar-container {
    position: fixed;
    right: -400px;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid rgba(112, 112, 112, 0.2); }
    .slider .navbar-container .container {
      padding: 0; }
    .slider .navbar-container .nav {
      flex-direction: column !important; }
      .slider .navbar-container .nav .nav-item {
        border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
        .slider .navbar-container .nav .nav-item .nav-link {
          padding: 10px 15px;
          color: #56585a;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .slider .navbar-container .nav .nav-item .nav-link.active, .slider .navbar-container .nav .nav-item .nav-link:hover {
            color: #0e8a5e; }
          .slider .navbar-container .nav .nav-item .nav-link span, .slider .navbar-container .nav .nav-item .nav-link .news-container .news-image .event-date p, .news-container .news-image .event-date .slider .navbar-container .nav .nav-item .nav-link p, .slider .navbar-container .nav .nav-item .nav-link .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .slider .navbar-container .nav .nav-item .nav-link p {
            font-size: 20px; }
      .slider .navbar-container .nav .mobile-logo {
        display: block;
        background: #56585a;
        padding: 10px; }
      .slider .navbar-container .nav .dropdown-menu {
        position: static !important;
        width: 100%;
        border: 0;
        border-top: 1px solid rgba(112, 112, 112, 0.2);
        padding: 10px; }
        .slider .navbar-container .nav .dropdown-menu a {
          padding-right: 30px; } }
.search-input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease-in-out;
  min-height: 100vh; }
  .search-input .search-body {
    position: relative;
    width: 70%;
    padding-left: 70px;
    background: rgba(255, 255, 255, 0.1); }
    .search-input .search-body .close-button {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      background: transparent;
      z-index: 1;
      color: white;
      cursor: pointer;
      text-align: center;
      line-height: 60px; }
      .search-input .search-body .close-button:hover {
        color: rgba(255, 255, 255, 0.36); }
      .search-input .search-body .close-button i {
        font-size: 22px;
        font-weight: 700; }
    .search-input .search-body #typed {
      color: white;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-right: 17px;
      padding-left: 56px;
      z-index: -1;
      font-size: 25px; }
    .search-input .search-body ::-webkit-input-placeholder {
      color: white; }
    .search-input .search-body :-ms-input-placeholder {
      color: white; }
    .search-input .search-body ::placeholder {
      color: white; }
  .search-input input,
  .search-input input:focus {
    border-radius: 0;
    height: 90px;
    background: transparent;
    border: 0;
    color: white;
    font-size: 25px; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media (max-width: 991px) {
    .search-input {
      top: 52px;
      position: fixed; }
      .search-input .search-body {
        width: 95%; }
      .search-input #typed,
      .search-input input {
        font-size: 20px !important; } }

.navbar-container .nav .nav-item {
  position: static; }
  .navbar-container .nav .nav-item .nav-link {
    color: white;
    font-size: 14px;
    padding: 10px; }
    .navbar-container .nav .nav-item .nav-link.active, .navbar-container .nav .nav-item .nav-link:hover {
      background: rgba(255, 255, 255, 0.36); }
    @media (min-width: 1200px) {
      .navbar-container .nav .nav-item .nav-link {
        padding: 10px;
        min-width: 100px;
        text-align: center;
        margin: 0 1px; } }
  .navbar-container .nav .nav-item.active .nav-link, .navbar-container .nav .nav-item:hover .nav-link {
    background: rgba(255, 255, 255, 0.36); }
.navbar-container .nav .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 15px;
  border: 0;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  background: rgba(255, 255, 255, 0.95); }
  .navbar-container .nav .dropdown-menu a {
    border-radius: 4px; }
.navbar-container .nav .mobile-logo {
  display: none; }
@media (min-width: 992px) {
  .navbar-container.fixed-top {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    .navbar-container.fixed-top .nav .nav-item .nav-link {
      color: #56585a;
      padding: 20px 10px; }
      .navbar-container.fixed-top .nav .nav-item .nav-link.active, .navbar-container.fixed-top .nav .nav-item .nav-link:hover {
        color: #0e8a5e; }
    .navbar-container.fixed-top .nav .nav-item.active .nav-link, .navbar-container.fixed-top .nav .nav-item:hover .nav-link {
      color: #0e8a5e; } }

.about-us {
  padding: 100px 0;
  position: relative; }
  .about-us p {
    color: #56585a;
    margin-bottom: 40px;
    max-width: 365px; }
  .about-us .about-body {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .about-us .about-body {
        margin-top: 40px; } }
    @media (max-width: 600px) {
      .about-us .about-body {
        justify-content: center; } }
  .about-us .owl-item {
    border: 1px solid rgba(112, 112, 112, 0.2);
    padding: 10px;
    transform: scaleY(0.8); }
    .about-us .owl-item:hover {
      border-color: #0e8a5e; }
    .about-us .owl-item img {
      min-height: 250px;
      max-height: 400px;
      margin: auto;
      width: 80%; }
      @media (max-width: 767px) {
        .about-us .owl-item img {
          min-height: 150px;
          width: 70%; } }
    .about-us .owl-item.center {
      padding: 15px;
      transform: scaleY(1); }
      .about-us .owl-item.center img {
        width: 90%; }
        @media (max-width: 767px) {
          .about-us .owl-item.center img {
            width: 80%; } }
  .about-us .item-body {
    text-align: center; }
    .about-us .item-body h4 {
      font-size: 14px;
      color: #56585a;
      font-weight: 600;
      margin-bottom: 8px; }
    .about-us .item-body p {
      font-size: 11px;
      font-weight: 600;
      margin-bottom: 8px; }
  .about-us .owl-carousel .owl-nav.disabled {
    display: block; }
  @media (max-width: 767px) {
    .about-us {
      padding: 40px 0; } }

.partners {
  margin-top: 0;
  margin-bottom: -30px;
  position: relative; }
  .partners::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    background: url(../images/about_back.png) no-repeat bottom center;
    width: 100%;
    height: 76px;
    background-size: cover;
    z-index: -1; }
  .partners [class*=" imghvr-"],
  .partners [class^="imghvr-"] {
    border: 1px solid rgba(112, 112, 112, 0.2);
    padding: 10px; }
  .partners .partners-container {
    padding: 20px 30px;
    background: white;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }
    .partners .partners-container [class*=" imghvr-"],
    .partners .partners-container [class^="imghvr-"] {
      border: none;
      margin: 2px;
      padding: 0; }
    .partners .partners-container img {
      max-width: 100%;
      margin: auto; }
  .partners .partners-slider {
    padding: 20px 30px;
    background: white;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }
  .partners img {
    max-width: 300px;
    max-height: 115px;
    background: #fff;
    object-fit: fill;
    object-position: 0; }
  .partners .partners-slider a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.services-container {
  background: fixed url(../images/service_bag.jpg) no-repeat center center;
  padding: 120px 0;
  min-height: 350px;
  background-size: cover; }
  .services-container .custom-tabs .nav-link.active, .services-container .custom-tabs .nav-link:hover {
    color: white; }
  @media (max-width: 767px) {
    .services-container {
      padding-top: 100px;
      padding-bottom: 40px; } }

.service-item {
  text-align: center; }
  .service-item .service-link {
    color: #56585a;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    min-width: 180px;
    margin: 8px;
    width: 94%; }
  .service-item [class^="imghvr-"] {
    flex-direction: column;
    justify-content: center;
    color: #56585a; }
  .service-item img {
    display: block;
    margin: 0 auto 15px;
    max-width: 65px;
    max-height: 65px; }

.service-rate i {
  color: #ed8a19; }

.how-to-use-service {
  background: #0e8a5e;
  padding: 14px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .how-to-use-service p {
    color: white; }

.media-center {
  padding: 100px 0;
  position: relative; }
  .media-center::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/art_background.png) no-repeat bottom center;
    width: 100%;
    height: 138px;
    background-size: cover; }
  .media-center .custom-tabs .nav-link {
    border-color: #0e8a5e;
    color: #0e8a5e; }
  @media (max-width: 767px) {
    .media-center {
      padding: 40px 0; } }

.media-tab-body .news-container {
  border: 1px solid rgba(112, 112, 112, 0.2) !important;
  margin-bottom: 0 !important; }

.news-container {
  overflow: hidden;
  border: 1px solid rgba(112, 112, 112, 0.2); }
  .news-container:hover .news-body::before {
    bottom: 0; }
  .news-container:hover .news-body h4,
  .news-container:hover .news-body p {
    color: white;
    z-index: 1;
    position: relative; }
  .news-container .news-image {
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    text-align: center;
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .news-container .news-image img {
      height: 222px;
      width: 100%; }
    .news-container .news-image i {
      text-align: center;
      color: #56585a;
      font-size: 80px;
      padding: 30px; }
    .news-container .news-image .event-date {
      text-align: center;
      box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
      padding: 5px 8px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      background: #0e8a5e;
      position: absolute;
      left: 15px;
      bottom: -20px;
      z-index: 1;
      min-width: 60px; }
      .news-container .news-image .event-date span, .news-container .news-image .event-date p, .news-container .news-image .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .news-container .news-image .event-date p {
        color: white;
        font-size: 25px;
        font-weight: 700; }
      .news-container .news-image .event-date p {
        font-size: 12px; }
  .news-container .news-body {
    position: relative;
    padding: 15px;
    text-align: right; }
    .news-container .news-body::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(14, 138, 94, 0.8), rgba(5, 98, 69, 0.8));
      left: 0;
      bottom: -300px;
      transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      -o-transition: 0.2s linear; }
    .news-container .news-body h4 {
      font-size: 14px;
      font-weight: 600;
      color: #0e8a5e;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      -o-transition: 0.2s linear; }
    .news-container .news-body p {
      font-size: 13px;
      color: #56585a;
      transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .news-container.document-container .news-image {
    height: 170px; }

.media-center-body .news-container:hover .news-body::before {
  display: none; }
.media-center-body .news-container:hover .news-body h4 {
  color: #0e8a5e;
  z-index: 1;
  position: relative; }
.media-center-body .news-container .news-body {
  padding: 15px; }
.media-center-body .news-container:hover .news-image::before {
  top: 0; }
.media-center-body .image-lightbox:hover .news-image::before {
  background: rgba(0, 0, 0, 0.9) url(../images/search.png) no-repeat center; }
.media-center-body .file-lightbox:hover .news-image::before {
  background: rgba(0, 0, 0, 0.9) url(../images/download.png) no-repeat center; }
.media-center-body .news-image {
  position: relative; }
  .media-center-body .news-image::before {
    content: "";
    position: absolute;
    right: 0;
    top: -300px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9) url(../images/video.png) center center no-repeat;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear; }

.fancybox-media {
  position: relative;
  display: block; }
  .fancybox-media:hover .news-image::before {
    background-color: rgba(0, 0, 0, 0.9); }
  .fancybox-media img {
    height: 222px;
    width: 100%; }

.lb-data {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .lb-data .lb-details {
    text-align: right; }
  .lb-data .lb-close {
    opacity: 1;
    width: 42px;
    height: 35px;
    background: url(../images/fancybox_sprite.png) top right no-repeat; }

.lb-nav .lb-next {
  float: left !important;
  background: url(../images/prev.png) left 48% no-repeat !important; }
.lb-nav .lb-prev {
  float: right !important;
  background: url(../images/next.png) right 48% no-repeat !important; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out; }
  .fancybox-overlay .child {
    background: transparent;
    font-size: 13px;
    font-family: "geflow", sans-serif; }
  .fancybox-overlay .fancybox-close {
    position: absolute;
    bottom: -38px;
    left: 0;
    right: unset;
    top: unset; }
  .fancybox-overlay .fancybox-title-float-wrap {
    bottom: 0;
    right: 40px; }

.events {
  background: fixed url(../images/about-us.jpg) no-repeat center center;
  padding: 120px 0;
  min-height: 350px;
  background-size: cover; }
  .events .events-container p {
    color: white;
    margin-bottom: 40px;
    max-width: 500px; }
  @media (max-width: 767px) {
    .events .events-container {
      margin-bottom: 20px; } }
  .events .events-slider .item {
    background: white; }
    .events .events-slider .item .item-title {
      padding: 25px 20px 20px; }
      .events .events-slider .item .item-title .event-title {
        color: #0e8a5e;
        font-size: 17px;
        font-weight: 600; }
        .events .events-slider .item .item-title .event-title:hover {
          color: #56585a; }
      .events .events-slider .item .item-title p {
        color: #56585a;
        font-size: 12px; }
        .events .events-slider .item .item-title p i {
          font-size: 15px;
          margin-left: 5px; }
    .events .events-slider .item .item-body {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 35px;
      border-top: 1px solid rgba(112, 112, 112, 0.2); }
      .events .events-slider .item .item-body .event-date {
        text-align: center;
        box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
        padding: 5px 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px; }
        .events .events-slider .item .item-body .event-date span, .events .events-slider .item .item-body .event-date p {
          color: #0e8a5e;
          font-size: 45px;
          font-weight: 700; }
        .events .events-slider .item .item-body .event-date p {
          font-size: 14px; }
      .events .events-slider .item .item-body .to {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #0e8a5e;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
        margin: 0 8px; }
      @media (max-width: 767px) {
        .events .events-slider .item .item-body {
          padding: 35px 20px; }
          .events .events-slider .item .item-body .event-date span, .events .events-slider .item .item-body .event-date p {
            font-size: 25px; }
          .events .events-slider .item .item-body .event-date p {
            font-size: 12px; } }
  .events .events-slider .owl-nav .owl-prev,
  .events .events-slider .owl-nav .owl-next {
    transform: translate(0) !important;
    top: -40px; }
    .events .events-slider .owl-nav .owl-prev:hover,
    .events .events-slider .owl-nav .owl-next:hover {
      background: transparent;
      border-color: white; }
    .events .events-slider .owl-nav .owl-prev:hover i,
    .events .events-slider .owl-nav .owl-next:hover i {
      background: transparent;
      border-color: white;
      color: white; }
  .events .events-slider .owl-nav .owl-prev {
    left: 35px;
    right: unset; }
  .events .events-slider .owl-nav .owl-next {
    left: 0; }
  @media (max-width: 767px) {
    .events {
      padding: 40px 0; } }
  .events.faqs {
    background: fixed url(../images/faq.jpg) no-repeat center center;
    background-size: cover;
    min-height: 350px; }
    @media (max-width: 767px) {
      .events.faqs {
        padding-top: 40px;
        padding-bottom: 120px; } }

.faq-accordion .card {
  background: transparent;
  border: 0;
  margin-bottom: 8px; }
  .faq-accordion .card .card-header {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    background: linear-gradient(to right, #0e8a5e, #056245); }
    .faq-accordion .card .card-header:hover, .faq-accordion .card .card-header:focus {
      background: linear-gradient(to right, #0e8a5e, #056245);
      color: white; }
  .faq-accordion .card .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: white;
    color: #56585a;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: right; }
    .faq-accordion .card .faq-header:hover, .faq-accordion .card .faq-header:focus {
      background: white;
      color: #56585a; }
    .faq-accordion .card .faq-header.collapsed {
      background: rgba(5, 98, 69, 0.7);
      color: white; }
    .faq-accordion .card .faq-header .faq-arrow {
      transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      color: white;
      background: #0e8a5e;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      flex: none; }
  .faq-accordion .card .card-body {
    color: white;
    padding: 15px 0; }
.faq-accordion.custom-accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0; }
  .faq-accordion.custom-accordion .card .card-header:hover, .faq-accordion.custom-accordion .card .card-header:focus {
    background: linear-gradient(to right, #0e8a5e, #056245);
    color: white; }
.faq-accordion.custom-accordion .card .faq-header {
  background: linear-gradient(to right, #0e8a5e, #056245);
  color: white;
  padding: 6px;
  font-size: 22px;
  font-weight: 400; }
  .faq-accordion.custom-accordion .card .faq-header:hover, .faq-accordion.custom-accordion .card .faq-header:focus {
    background: linear-gradient(to right, #0e8a5e, #056245);
    color: white; }
  .faq-accordion.custom-accordion .card .faq-header.collapsed {
    background: #ebebeb;
    color: #0e8a5e;
    border: 1px solid rgba(112, 112, 112, 0.2); }
    .faq-accordion.custom-accordion .card .faq-header.collapsed .faq-arrow {
      color: #0e8a5e;
      background: transparent; }
  .faq-accordion.custom-accordion .card .faq-header img {
    height: 70px;
    border-radius: 6px;
    background: white;
    margin-left: 10px;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }
  .faq-accordion.custom-accordion .card .faq-header .faq-arrow {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    color: white;
    background: transparent;
    font-size: 20px; }
.faq-accordion.custom-accordion .card .card-body {
  color: #0e8a5e;
  padding: 15px 0; }
.faq-accordion.custom-accordion .card-body .formation-list {
  margin-bottom: 30px; }
  .faq-accordion.custom-accordion .card-body .formation-list .formation-list-title {
    padding: 12px; }
    .faq-accordion.custom-accordion .card-body .formation-list .formation-list-title img {
      height: 37px;
      margin-left: 8px;
      border-radius: 6px; }
    .faq-accordion.custom-accordion .card-body .formation-list .formation-list-title i {
      color: #0e8a5e;
      font-size: 20px; }
@media (max-width: 767px) {
  .faq-accordion.custom-accordion .card .faq-header {
    font-size: 16px; } }

.voting-container {
  position: relative;
  padding: 100px 0 140px; }
  .voting-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/art_background.png) no-repeat bottom center;
    width: 100%;
    height: 138px;
    background-size: cover; }
  .voting-container .select-vote {
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    padding: 20px 20px 50px; }
    .voting-container .select-vote .main-title, .voting-container .select-vote .main-title-border {
      font-size: 14px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.2);
      padding-bottom: 25px; }
  @media (max-width: 767px) {
    .voting-container {
      padding: 40px 0 20px; }
      .voting-container .select-vote {
        margin-bottom: 30px; } }

.related-site {
  margin-top: -100px;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .related-site::before {
    display: none; }
  .related-site .related {
    margin-top: 0; }
  .related-site .web-silder {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .related-site {
      padding-bottom: 0; } }

.subscribe {
  padding: 50px 0 0; }
  .subscribe .address-continer {
    background: url(../images/subscribe_bg.png) no-repeat;
    padding-right: 35px;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    overflow: hidden;
    min-height: 370px;
    display: flex;
    align-items: center;
    color: #56585a; }
    .subscribe .address-continer h3 {
      font-size: 18px;
      font-weight: 700;
      color: #0e8a5e;
      margin-bottom: 20px; }
      .subscribe .address-continer h3 ul li, .subscribe .address-continer h3 ul footer .footerBody li a, footer .footerBody li .subscribe .address-continer h3 ul a {
        font-size: 14px;
        color: #56585a; }
  .subscribe .subscribe-form {
    background: url(../images/subscribe.jpg) no-repeat;
    background-size: cover;
    min-height: 370px;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    text-align: center;
    padding: 25px; }
    .subscribe .subscribe-form h2, .subscribe .subscribe-form .building-code-container .card-body .code-title h3, .building-code-container .card-body .code-title .subscribe .subscribe-form h3 {
      font-size: 27px;
      font-weight: 700;
      color: white;
      margin-bottom: 20px; }
    .subscribe .subscribe-form h4 {
      font-size: 18px;
      font-weight: 700;
      color: white;
      margin-bottom: 20px; }
    .subscribe .subscribe-form p {
      font-size: 12px;
      color: white;
      margin-bottom: 35px; }
    .subscribe .subscribe-form input {
      height: 60px;
      margin-bottom: 20px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border: 0; }

.related {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .related {
      margin-top: 20px; } }

.web-silder {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 45px 30px;
  margin-bottom: -40px;
  background: white; }
  .web-silder .item-images {
    width: 100px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.2);
    overflow: hidden;
    padding: 20px; }
    .web-silder .item-images:hover {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      border-color: #0e8a5e; }
    .web-silder .item-images img {
      max-width: 100%;
      max-height: 40px; }

.custom-tabs .nav-pills {
  align-items: center; }
.custom-tabs .nav-item {
  width: 100%;
  text-align: center; }
.custom-tabs .nav-link {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  padding: 15px;
  position: relative;
  display: block;
  background: transparent; }
  .custom-tabs .nav-link.active {
    background: #0e8a5e;
    border-color: transparent;
    color: white; }
    .custom-tabs .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0e8a5e; }
  .custom-tabs .nav-link:hover {
    background: #0e8a5e;
    border-color: transparent;
    color: white; }
  @media (max-width: 767px) {
    .custom-tabs .nav-link {
      font-size: 13px;
      margin-bottom: 2px; }
      .custom-tabs .nav-link.active::after {
        display: none; } }
  @media (max-width: 320px) {
    .custom-tabs .nav-link {
      font-size: 12px; } }
.custom-tabs .tab-content {
  background: white;
  padding: 20px 50px;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .custom-tabs .tab-content {
      padding: 10px; } }

.pagination {
  margin: 20px 0; }
  .pagination .page-item .page-link {
    font-size: 14px;
    color: #0e8a5e;
    border-color: rgba(112, 112, 112, 0.2);
    height: 100%; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
      color: white;
      background: #0e8a5e; }
  .pagination .page-item:first-child .page-link {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .pagination .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.statistics {
  position: relative;
  margin-top: 65px;
  margin-bottom: 10px;
  color: white;
  background: #ebebeb;
  border-radius: 6px;
  text-align: center; }
  .statistics .statistics-body {
    padding: 20px 2px;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .statistics .statistics-body:last-child {
      border-left: 0; }
  .statistics h5 {
    font-size: 13px;
    color: #3e3e3e; }
    .statistics h5 span, .statistics h5 .news-container .news-image .event-date p, .news-container .news-image .event-date .statistics h5 p, .statistics h5 .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .statistics h5 p {
      font-weight: 700;
      margin: 0 1px;
      font-size: 16px;
      color: #3e3e3e; }
  .statistics p {
    font-size: 12px; }
    .statistics p i {
      font-size: 6px;
      margin-left: 4px; }
  .statistics .statistics-rate {
    font-size: 12px;
    line-height: normal;
    color: #0e8a5e; }
  @media (max-width: 767px) {
    .statistics .statistics-body {
      border-left: 0;
      border-bottom: 1px solid rgba(112, 112, 112, 0.2); } }

footer {
  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  position: relative; }
  footer.inner-footer {
    background: url(../images/inner-footer.jpg) no-repeat center center;
    background-size: cover; }
  footer .footerBody {
    margin-bottom: 50px; }
    footer .footerBody h2, footer .footerBody .building-code-container .card-body .code-title h3, .building-code-container .card-body .code-title footer .footerBody h3 {
      font-size: 18px;
      color: white;
      margin-bottom: 16px;
      font-weight: bold; }
    footer .footerBody li, footer .footerBody li a {
      font-size: 13px;
      color: white;
      margin-bottom: 10px; }
      footer .footerBody li a:hover {
        padding-right: 10px; }
    @media (max-width: 767px) {
      footer .footerBody {
        margin-bottom: 30px; } }
  footer .footer-top {
    position: relative; }
    footer .footer-top::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/footer_border.png) no-repeat top left;
      width: 100%;
      height: 85px; }
  footer .footer {
    padding: 10px 0; }
    footer .footer p {
      color: white; }
    footer .footer .social li, footer .footer .social .footerBody li a, footer .footerBody li .footer .social a {
      display: inline-block;
      margin-left: 10px; }
      footer .footer .social li a, footer .footerBody li .footer .social a a {
        color: white;
        font-size: 18px;
        border: 1px solid transparent;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px; }
        footer .footer .social li a:hover, footer .footerBody li .footer .social a a:hover {
          border-color: white;
          transform: rotate(360deg); }
  footer .statistics {
    background: transparent;
    align-items: flex-end;
    margin-top: -30px; }
    footer .statistics img {
      margin-top: 0; }
    footer .statistics p {
      justify-content: start;
      margin-bottom: 10px; }
    @media (max-width: 991px) {
      footer .statistics {
        margin-top: 0;
        align-items: start; } }

.owl-nav {
  display: block;
  margin: 0;
  text-align: center; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: inline-block;
    z-index: 999;
    opacity: 1;
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    transform: translateY(-50%); }
    @media (max-width: 1100px) {
      .owl-nav .owl-prev,
      .owl-nav .owl-next {
        position: static;
        transform: translateY(0);
        margin: 20px 5px 0; } }
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
      background: transparent;
      border-color: #0e8a5e; }
    .owl-nav .owl-prev:hover i,
    .owl-nav .owl-next:hover i {
      background: transparent;
      border-color: #0e8a5e;
      color: #0e8a5e; }
    .owl-nav .owl-prev i,
    .owl-nav .owl-next i {
      background: #0e8a5e;
      color: #fff;
      font-size: 16px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 29px;
      border: 1px solid transparent;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out; }
  .owl-nav .owl-prev {
    right: -44px;
    top: 50%; }
  .owl-nav .owl-next {
    left: -44px;
    top: 50%; }

.custom-modal .modal-content {
  border-radius: 12px;
  overflow: hidden; }
.custom-modal .modal-header {
  background: linear-gradient(to right, #0e8a5e, #056245);
  border-radius: 0; }
.custom-modal .modal-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: white; }
.custom-modal .modal-body {
  padding: 35px;
  max-width: 767px; }
.custom-modal .nav-tabs {
  margin-bottom: 30px;
  border-bottom-color: rgba(112, 112, 112, 0.2); }
  .custom-modal .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    color: #56585a; }
    .custom-modal .nav-tabs .nav-link.active {
      border-color: #0e8a5e;
      color: #0e8a5e; }
@media (max-width: 991px) {
  .custom-modal .modal-body {
    padding: 35px 20px; } }

.custom-radio, .custom-check {
  padding-left: unset; }
  .custom-radio .custom-control-label, .custom-check .custom-control-label {
    cursor: pointer;
    font-size: 14px;
    color: #56585a;
    padding-right: 1.5rem; }
    .custom-radio .custom-control-label::before, .custom-check .custom-control-label::before {
      top: 6px;
      left: unset;
      right: 0;
      background: transparent;
      border: 1px solid #56585a; }
    .custom-radio .custom-control-label::after, .custom-check .custom-control-label::after {
      top: 6px;
      left: unset;
      right: 0; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-check .custom-control-input:checked ~ .custom-control-label::before {
    background: transparent; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-check .custom-control-input:checked ~ .custom-control-label:after {
    background: #0e8a5e;
    top: 9px;
    right: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%; }

.custom-control-inline {
  margin-right: 0;
  margin-left: 1rem;
  align-items: center; }

.custom-check .custom-control-label::before {
  border-radius: 0 !important; }
.custom-check .custom-control-label::after {
  border-radius: 0 !important; }

.breadcrumb-container {
  margin-top: -140px;
  margin-bottom: 100px;
  border-radius: 0; }
  .breadcrumb-container h4 {
    font-size: 40px;
    color: white; }
  .breadcrumb-container .breadcrumb {
    background-color: transparent;
    padding: 0; }
    .breadcrumb-container .breadcrumb .breadcrumb-item, .breadcrumb-container .breadcrumb .breadcrumb-item a {
      color: #a9adae;
      font-size: 14px; }
      .breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-container .breadcrumb .breadcrumb-item a + .breadcrumb-item::before, .breadcrumb-container .breadcrumb .breadcrumb-item .breadcrumb-item + a::before, .breadcrumb-container .breadcrumb .breadcrumb-item a + a::before {
        content: ">"; }
  @media (max-width: 767px) {
    .breadcrumb-container h4 {
      font-size: 24px; } }

.search-group .search-body {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 15px;
  margin-top: -70px;
  background: white; }
  .search-group .search-body label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9); }

.cv-container {
  margin-top: 70px;
  margin-bottom: 10px; }

.cv-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  position: relative;
  overflow: hidden; }
    .cv-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: -300px;
        width: 100%;
        height: 100%;
        background-color: #026b02;
        /*background: url(../images/cv-bg.jpg) no-repeat center center;*/
        background-size: cover;
        z-index: -1;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
    }
  .cv-link:hover::before {
    top: 0; }
  .cv-link:hover .link-active {
    display: none; }
  .cv-link:hover .link-disactive {
    display: block;
    margin: auto auto 15px; }
  .cv-link:hover h4 {
    color: white; }
  .cv-link:hover p {
    color: white; }
  .cv-link:hover .btn-green, .cv-link:hover .btn-outline, .cv-link:hover .btn-outline-small, .cv-link:hover .sweet-alert button.cancel, .sweet-alert .cv-link:hover button.cancel, .cv-link:hover .btn-green-light, .cv-link:hover .btn-green-small, .cv-link:hover .btn-gray, .cv-link:hover .sweet-alert button.confirm, .sweet-alert .cv-link:hover button.confirm {
    bottom: 0; }
  .cv-link img {
    margin-bottom: 15px; }
  .cv-link .link-disactive {
    display: none; }
  .cv-link h4 {
    font-size: 16px;
    color: #0e8a5e;
    margin-bottom: 15px; }
  .cv-link p {
    color: #56585a;
    margin-bottom: 15px;
    max-height: 42px;
    overflow: hidden; }
  .cv-link .btn-green, .cv-link .btn-outline, .cv-link .btn-outline-small, .cv-link .sweet-alert button.cancel, .sweet-alert .cv-link button.cancel, .cv-link .btn-green-light, .cv-link .btn-green-small, .cv-link .btn-gray, .cv-link .sweet-alert button.confirm, .sweet-alert .cv-link button.confirm {
    position: relative;
    bottom: -200px; }

.latest-jobs {
  padding: 30px 0; }

.jobs-group {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  margin-bottom: 15px; }
  .jobs-group .jobs-header {
    padding: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    .jobs-group .jobs-header .job-link {
      color: #0e8a5e;
      font-size: 14px;
      font-weight: 600; }
      .jobs-group .jobs-header .job-link:hover {
        color: rgba(0, 0, 0, 0.9); }
    .jobs-group .jobs-header p {
      color: #56585a;
      margin-bottom: 10px;
      font-size: 14px; }
    .jobs-group .jobs-header .job-date label {
      font-size: 14px;
      margin-left: 15px;
      color: rgba(0, 0, 0, 0.9); }
      .jobs-group .jobs-header .job-date label:last-child {
        margin-left: 0; }
  .jobs-group .jobs-footer {
    padding: 15px; }
    .jobs-group .jobs-footer li, .jobs-group .jobs-footer footer .footerBody li a, footer .footerBody li .jobs-group .jobs-footer a {
      display: inline-block;
      margin-left: 25px; }
      .jobs-group .jobs-footer li:last-child, .jobs-group .jobs-footer footer .footerBody li a:last-child, footer .footerBody li .jobs-group .jobs-footer a:last-child {
        margin-left: 0; }
      .jobs-group .jobs-footer li label, footer .footerBody li .jobs-group .jobs-footer a label {
        color: rgba(0, 0, 0, 0.9);
        font-size: 14px; }
        .jobs-group .jobs-footer li label span, footer .footerBody li .jobs-group .jobs-footer a label span, .jobs-group .jobs-footer li label .news-container .news-image .event-date p, .news-container .news-image .event-date .jobs-group .jobs-footer li label p, footer .footerBody li .jobs-group .jobs-footer a label .news-container .news-image .event-date p, .news-container .news-image .event-date footer .footerBody li .jobs-group .jobs-footer a label p, .jobs-group .jobs-footer li label .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .jobs-group .jobs-footer li label p, footer .footerBody li .jobs-group .jobs-footer a label .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date footer .footerBody li .jobs-group .jobs-footer a label p {
          font-size: 12px;
          color: #0e8a5e;
          margin-right: 12px; }
      @media (max-width: 500px) {
        .jobs-group .jobs-footer li, .jobs-group .jobs-footer footer .footerBody li a, footer .footerBody li .jobs-group .jobs-footer a {
          display: block;
          margin-left: 0; } }

.job-card, .list-group-container, .list-group-cv {
  margin-bottom: 15px; }
  .job-card .list-group, .list-group-container .list-group, .list-group-cv .list-group {
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    margin-bottom: 15px; }
  .job-card .list-group-item, .list-group-container .list-group-item, .list-group-cv .list-group-item {
    border-radius: 0; }
  .job-card span, .list-group-container span, .list-group-cv span, .job-card .news-container .news-image .event-date p, .news-container .news-image .event-date .job-card p, .list-group-container .news-container .news-image .event-date p, .news-container .news-image .event-date .list-group-container p, .list-group-cv .news-container .news-image .event-date p, .news-container .news-image .event-date .list-group-cv p, .job-card .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .job-card p, .list-group-container .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .list-group-container p, .list-group-cv .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .list-group-cv p {
    font-size: 12px;
    color: #56585a; }
  .job-card .list-title, .list-group-container .list-title, .list-group-cv .list-title {
    color: #0e8a5e;
    font-size: 13px; }

.job-details-card {
  margin-bottom: 20px; }
  .job-details-card .card {
    border-radius: 0; }
    .job-details-card .card .card-header {
      background: white;
      font-size: 16px;
      color: #0e8a5e;
      font-weight: 600;
      padding: 20px; }
    .job-details-card .card .card-title {
      font-size: 16px;
      color: #0e8a5e;
      margin-bottom: 20px;
      font-weight: 600; }
    .job-details-card .card .card-text {
      margin: 20px 0;
      font-size: 14px;
      color: #56585a; }
    .job-details-card .card li, .job-details-card .card footer .footerBody li a, footer .footerBody li .job-details-card .card a {
      font-size: 14px;
      color: #56585a; }

.list-group-container .list-title, .list-group-cv .list-title {
  font-size: 14px;
  padding: 0.75rem 1.25rem;
  display: block;
  color: rgba(0, 0, 0, 0.9); }
  .list-group-container .list-title.active, .list-group-cv .list-title.active, .list-group-container .list-title:hover, .list-group-cv .list-title:hover {
    background: #0e8a5e url(../images/list-bg.svg) no-repeat center left;
    color: white; }
.list-group-container .list-group-item, .list-group-cv .list-group-item {
  padding: 0; }

.list-group-cv .list-title {
  color: #56585a !important; }
  .list-group-cv .list-title.active {
    color: rgba(0, 0, 0, 0.9) !important; }
    .list-group-cv .list-title.active .list-check {
      background: #0e8a5e;
      font-style: unset; }
  .list-group-cv .list-title.active, .list-group-cv .list-title:hover {
    background: unset; }

.cv-card-group {
  background: #fbfbfb;
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px;
  margin-bottom: 15px; }
  .cv-card-group:last-child {
    margin-bottom: 0; }
  .cv-card-group .card-title {
    margin-bottom: 10px; }
  .cv-card-group h6 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    font-weight: 600; }
    .cv-card-group h6 span, .cv-card-group h6 .news-container .news-image .event-date p, .news-container .news-image .event-date .cv-card-group h6 p, .cv-card-group h6 .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .cv-card-group h6 p {
      color: #0e8a5e;
      margin-right: 20px; }
  .cv-card-group li, .cv-card-group footer .footerBody li a, footer .footerBody li .cv-card-group a {
    margin-bottom: 10px; }
    .cv-card-group li a, .cv-card-group footer .footerBody li a a, footer .footerBody li .cv-card-group a a {
      color: #0e8a5e;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 600; }
      .cv-card-group li a:hover, footer .footerBody li .cv-card-group a a:hover {
        color: rgba(0, 0, 0, 0.9); }

.list-check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: white;
  background: rgba(112, 112, 112, 0.2);
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  margin-left: 5px;
  display: inline-block; }

.answer-body {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.2); }

.person-card .language-title {
  font-size: 16px;
  color: #0e8a5e;
  font-weight: 600; }
  .person-card .language-title .list-check {
    background: #0e8a5e; }

.personal-info-card .person-image {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 15px;
  width: 160px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 25px; }
  .personal-info-card .person-image img {
    max-width: 150px;
    max-height: 150px; }
.personal-info-card .person-body h4 {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
  font-weight: 600; }
.personal-info-card .person-body input {
  margin-bottom: 15px;
  display: none; }
  .personal-info-card .person-body input.attach-file {
    display: block;
    background: white;
    margin-bottom: 0;
    border-radius: 0;
    margin-left: 10px; }
.personal-info-card .person-body p {
  margin-left: 8px;
  color: #56585a; }

.attach-container {
  margin-bottom: 15px; }
  .attach-container .attach-body i {
    font-size: 45px; }
  .attach-container .attach-body span, .attach-container .attach-body .news-container .news-image .event-date p, .news-container .news-image .event-date .attach-container .attach-body p, .attach-container .attach-body .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .attach-container .attach-body p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    font-weight: 600; }
  .attach-container .delete-attach {
    background: transparent;
    font-size: 24px;
    align-items: center;
    cursor: pointer;
    color: #0e8a5e; }
    .attach-container .delete-attach:hover {
      color: #56585a; }
    .attach-container .delete-attach span, .attach-container .delete-attach .news-container .news-image .event-date p, .news-container .news-image .event-date .attach-container .delete-attach p, .attach-container .delete-attach .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .attach-container .delete-attach p {
      font-size: 14px;
      text-decoration: underline;
      color: rgba(0, 0, 0, 0.9); }

.building-code-container .card-header h5 {
  background: white;
  font-size: 16px;
  color: #0e8a5e;
  font-weight: 600;
  margin-bottom: 0; }
.building-code-container .card-body label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9); }
.building-code-container .card-body .search-body {
  margin-bottom: 25px; }
  .building-code-container .card-body .search-body .col,
  .building-code-container .card-body .search-body [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.building-code-container .card-body .code-title {
  text-align: center;
  margin: 40px 0; }
  .building-code-container .card-body .code-title h2, .building-code-container .card-body .code-title h3 {
    font-size: 21px;
    font-weight: 700;
    color: #56585a;
    margin-bottom: 20px; }
.building-code-container .card-body.head-container .head-body .head-image {
  margin-bottom: 30px;
  max-height: 300px; }
.building-code-container .card-body.head-container .head-body h5 {
  font-size: 14px;
  color: #56585a;
  margin-bottom: 20px; }
.building-code-container .card-body.head-container p {
  font-size: 14px;
  color: #56585a;
  line-height: 2; }
.building-code-container .card-body.head-container .head-title {
  font-size: 14px;
  font-weight: 600;
  color: #56585a; }
.building-code-container .card-body.head-container ul {
  padding-right: 20px; }
  .building-code-container .card-body.head-container ul li, .building-code-container .card-body.head-container ul footer .footerBody li a, footer .footerBody li .building-code-container .card-body.head-container ul a {
    list-style: disc; }
@media (max-width: 767px) {
  .building-code-container .card-header h5 {
    margin-bottom: 15px; } }

.code-card {
  border-radius: 6px;
  padding: 15px 5px;
  text-align: center;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  margin-bottom: 25px; }
  .code-card h3 {
    font-size: 14px;
    color: #0e8a5e;
    font-weight: 600; }
  .code-card h4 {
    font-size: 13px;
    color: #56585a;
    margin-bottom: 20px; }
  .code-card img {
    width: 70%;
    max-height: 300px; }

.building-code-card {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 10px;
  position: relative;
  margin-bottom: 30px; }
  .building-code-card .price-body {
    position: absolute;
    left: 14px;
    top: 14px;
    text-align: center; }
    .building-code-card .price-body .price {
      min-width: 43px;
      min-height: 43px;
      font-size: 16px;
      background: #56585a;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
    .building-code-card .price-body span, .building-code-card .price-body .news-container .news-image .event-date p, .news-container .news-image .event-date .building-code-card .price-body p, .building-code-card .price-body .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .building-code-card .price-body p {
      color: #56585a;
      font-size: 14px;
      font-weight: 700;
      text-align: center; }
  .building-code-card img {
    height: 220px;
    margin-left: 15px; }
  .building-code-card h3 {
    color: #0e8a5e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .building-code-card h5 {
    font-size: 13px;
    color: #56585a;
    margin-bottom: 25px; }
  .building-code-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #56585a;
    margin-bottom: 20px; }
  @media (max-width: 500px) {
    .building-code-card .media {
      display: block; } }

.code-card-cart {
  text-align: center;
  margin-bottom: 25px; }
  .code-card-cart .code-header {
    background: #0e8a5e;
    color: white;
    padding: 12px 5px; }
    .code-card-cart .code-header h4 {
      font-size: 12px; }
    .code-card-cart .code-header h3 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0; }
  .code-card-cart img {
    width: 65%;
    max-height: 300px; }
  .code-card-cart .code-body {
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    border-radius: 0 0 12px 12px;
    padding: 10px 5px; }
    .code-card-cart .code-body .card-list li, .code-card-cart .code-body .card-list footer .footerBody li a, footer .footerBody li .code-card-cart .code-body .card-list a {
      border-top: 1px solid rgba(112, 112, 112, 0.2);
      padding: 12px 5px; }
      .code-card-cart .code-body .card-list li h4, footer .footerBody li .code-card-cart .code-body .card-list a h4 {
        font-size: 14px;
        color: #56585a;
        margin-bottom: 0; }
    .code-card-cart .code-body .card-list .btn-outline, .code-card-cart .code-body .card-list .btn-outline-small, .code-card-cart .code-body .card-list .sweet-alert button.cancel, .sweet-alert .code-card-cart .code-body .card-list button.cancel,
    .code-card-cart .code-body .card-list .btn-green,
    .code-card-cart .code-body .card-list .btn-outline,
    .code-card-cart .code-body .card-list .btn-outline-small,
    .code-card-cart .code-body .card-list .sweet-alert button.cancel,
    .sweet-alert .code-card-cart .code-body .card-list button.cancel,
    .code-card-cart .code-body .card-list .btn-green-light,
    .code-card-cart .code-body .card-list .btn-green-small,
    .code-card-cart .code-body .card-list .btn-gray,
    .code-card-cart .code-body .card-list .sweet-alert button.confirm,
    .sweet-alert .code-card-cart .code-body .card-list button.confirm {
      min-width: 130px; }

.select-code-build {
  text-align: center;
  margin: 2.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .select-code-build .btn-code {
    margin: 4px;
    padding: 12px 8px;
    min-width: 180px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    color: #56585a;
    display: inline-block;
    font-size: 14px;
    background: white;
    width: 24%; }
    .select-code-build .btn-code.active, .select-code-build .btn-code:hover {
      background: linear-gradient(to right, #0e8a5e, #056245);
      color: white; }
    @media (max-width: 767px) {
      .select-code-build .btn-code {
        width: 48%; } }

.terms-title {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9); }
  .terms-title:hover {
    color: #0e8a5e; }

.pay-cart {
  background: rgba(14, 138, 94, 0.13);
  padding: 15px 2px;
  margin-bottom: 10px; }
  .pay-cart p {
    color: #af5043;
    font-size: 12px;
    font-weight: 600; }

.cart-container.building-code-container .card-header {
  padding: 20px; }
.cart-container .card-header {
  padding-bottom: 0;
  margin-bottom: 20px;
  background: white;
  padding: 0;
  border-bottom: 2px solid #0e8a5e; }
  .cart-container .card-header li, .cart-container .card-header footer .footerBody li a, footer .footerBody li .cart-container .card-header a {
    display: inline-block;
    margin-left: 0; }
    .cart-container .card-header li:last-child, .cart-container .card-header footer .footerBody li a:last-child, footer .footerBody li .cart-container .card-header a:last-child {
      margin-left: 0; }
  .cart-container .card-header .cart-link {
    font-size: 14px;
    color: #56585a;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    text-align: center;
    min-width: 72px; }
    .cart-container .card-header .cart-link.active, .cart-container .card-header .cart-link:hover {
      background: linear-gradient(to right, #0e8a5e, #056245);
      color: white; }
  .cart-container .card-header .add-icon i {
    font-size: 0; }
  .cart-container .card-header h5 {
    background: white;
    font-size: 16px;
    color: #0e8a5e;
    font-weight: 600;
    margin-bottom: 0; }
.cart-container .table-cart {
  margin-bottom: 0; }
  .cart-container .table-cart thead td,
  .cart-container .table-cart thead th {
    font-size: 13px;
    font-weight: 600;
    color: white;
    background: #0e8a5e; }
  .cart-container .table-cart td,
  .cart-container .table-cart th {
    vertical-align: middle; }
  .cart-container .table-cart .table-title {
    font-size: 14px;
    margin-right: 0 !important; }
  .cart-container .table-cart span, .cart-container .table-cart .news-container .news-image .event-date p, .news-container .news-image .event-date .cart-container .table-cart p, .cart-container .table-cart .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .cart-container .table-cart p,
  .cart-container .table-cart p {
    font-size: 12px;
    font-weight: 600; }
.cart-container .table-footer {
  margin-top: 15px; }
  .cart-container .table-footer label {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 10px; }
.cart-container .bills-cart td {
  border: 0; }
.cart-container .bills-cart .border-bottom {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
.cart-container .bills-cart .gray-color {
  font-size: 13px; }
.cart-container .download-user-profile a,
.cart-container .download-user-profile button {
  font-size: 12px;
  text-decoration: underline;
  color: #0e8a5e;
  cursor: pointer; }
  .cart-container .download-user-profile a:hover,
  .cart-container .download-user-profile button:hover {
    color: #56585a; }
@media (max-width: 991px) {
  .cart-container .table-cart td {
    min-width: 138px;
    padding: 10px; } }
@media (max-width: 767px) {
  .cart-container .card-header .add-icon {
    min-width: unset;
    font-size: 0; }
    .cart-container .card-header .add-icon i {
      font-size: 16px; }
  .cart-container .card-header .cart-link {
    font-size: 12px;
    padding: 10px;
    min-width: unset; }
  .cart-container .card-header .custom-check .custom-control-label {
    font-size: 12px; } }

.main-image {
  position: relative;
  margin-bottom: 20px; }
  .main-image .image-footer {
    background: rgba(5, 98, 69, 0.7);
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 22px 10px 10px; }
    .main-image .image-footer h4 {
      font-size: 16px;
      color: white;
      font-weight: 700; }
    .main-image .image-footer h6 {
      font-size: 12px;
      color: white;
      margin-bottom: 0; }

.head-inner p {
  margin-bottom: 50px;
  color: #56585a;
  line-height: 26px; }

.formation-container .description {
  margin-bottom: 20px; }
.formation-container .inner-title {
  margin-bottom: 40px; }

.formation-list {
  margin-bottom: 30px; }
  .formation-list:nth-child(odd) .formation-list-title {
    background: #ebebeb; }
  .formation-list:nth-child(even) .formation-list-title {
    background: rgba(14, 138, 94, 0.13); }
  .formation-list .formation-list-title {
    font-size: 15px;
    font-weight: 700;
    background: #ebebeb;
    margin: 0;
    padding: 20px;
    color: #3e3e3e; }
  @media (max-width: 767px) {
    .formation-list .formation-list-title {
      font-size: 12px; } }

.list-arrow li, .list-arrow footer .footerBody li a, footer .footerBody li .list-arrow a {
  display: flex;
  color: #3e3e3e;
  margin-bottom: 10px;
  align-items: baseline; }
  .list-arrow li i, .list-arrow footer .footerBody li a i, footer .footerBody li .list-arrow a i {
    flex: none;
    margin-left: 5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #0e8a5e transparent transparent; }
.list-arrow.list-bold li, .list-arrow.list-bold footer .footerBody li a, footer .footerBody li .list-arrow.list-bold a {
  font-size: 18px;
  font-weight: 700; }

.number-list li, .number-list footer .footerBody li a, footer .footerBody li .number-list a {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline; }
  .number-list li span, .number-list footer .footerBody li a span, footer .footerBody li .number-list a span, .number-list li .news-container .news-image .event-date p, .news-container .news-image .event-date .number-list li p, footer .footerBody li .number-list a .news-container .news-image .event-date p, .news-container .news-image .event-date footer .footerBody li .number-list a p, .number-list li .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .number-list li p, footer .footerBody li .number-list a .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date footer .footerBody li .number-list a p {
    flex: none;
    margin-left: 18px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #056245;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
  .number-list li h4, .number-list footer .footerBody li a h4, footer .footerBody li .number-list a h4 {
    font-size: 16px;
    font-weight: 700;
    color: #221d1f; }
  .number-list li:last-child, .number-list footer .footerBody li a:last-child, footer .footerBody li .number-list a:last-child {
    margin-bottom: 0; }
  .number-list li:nth-child(even) span, .number-list footer .footerBody li a:nth-child(even) span, footer .footerBody li .number-list a:nth-child(even) span, .number-list li:nth-child(even) .news-container .news-image .event-date p, .news-container .news-image .event-date .number-list li:nth-child(even) p, .number-list footer .footerBody li a:nth-child(even) .news-container .news-image .event-date p, .news-container .news-image .event-date .number-list footer .footerBody li a:nth-child(even) p, footer .footerBody li .number-list a:nth-child(even) .news-container .news-image .event-date p, .news-container .news-image .event-date footer .footerBody li .number-list a:nth-child(even) p, .number-list li:nth-child(even) .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .number-list li:nth-child(even) p, .number-list footer .footerBody li a:nth-child(even) .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .number-list footer .footerBody li a:nth-child(even) p, footer .footerBody li .number-list a:nth-child(even) .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date footer .footerBody li .number-list a:nth-child(even) p {
    background: #0e8a5e; }
  .number-list li .list-group, footer .footerBody li .number-list a .list-group {
    flex: auto;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 20px; }
  .number-list li:last-child .list-group, .number-list footer .footerBody li a:last-child .list-group, footer .footerBody li .number-list a:last-child .list-group {
    border: none;
    padding-bottom: 0; }

.member-profile {
  background: url(../images/member-bg.svg) no-repeat left 10px bottom 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  margin-bottom: 20px; }
  .member-profile img {
    height: 240px;
    width: 190px; }
  .member-profile .member-body {
    text-align: center;
    padding: 10px;
    flex: auto; }
    .member-profile .member-body h3 {
      color: #0e8a5e;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 25px; }
    .member-profile .member-body h5 {
      font-size: 13px;
      color: #56585a;
      margin-bottom: 25px; }
    .member-profile .member-body h4 {
      font-size: 16px;
      color: #56585a;
      font-weight: 700;
      margin-bottom: 0; }
  @media (max-width: 575px) {
    .member-profile {
      display: block;
      text-align: center; } }

.other-member {
  margin-top: 50px; }

.other-member-profile {
  position: relative;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden; }
  .other-member-profile .manager-profile {
    height: 240px; }
  .other-member-profile .member-body {
    padding: 20px 8px; }
    .other-member-profile .member-body h3 {
      color: #0e8a5e;
      font-size: 16px;
      margin-bottom: 16px; }
    .other-member-profile .member-body h5 {
      font-size: 12px;
      color: #56585a;
      margin-bottom: 16px; }
    .other-member-profile .member-body h4 {
      font-size: 16px;
      color: #56585a;
      font-weight: 700;
      margin-bottom: 0; }
  .other-member-profile .member-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -500px;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(14, 138, 94, 0.8), rgba(5, 98, 69, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease; }
    .other-member-profile .member-footer img {
      border-radius: 6px;
      height: 140px; }
  .other-member-profile:hover .member-footer {
    bottom: 0; }

.form-electronic {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 40px; }

.interactive-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.2); }
  .interactive-container .title-border {
    padding-bottom: 10px;
    margin-bottom: 10px; }

.search-group .btn-code {
  padding: 12px 2px; }

.discussions-list {
  margin-top: 20px; }
  .discussions-list li, .discussions-list footer .footerBody li a, footer .footerBody li .discussions-list a {
    margin-bottom: 15px; }
    .discussions-list li:nth-child(odd) .disc-list, .discussions-list footer .footerBody li a:nth-child(odd) .disc-list, footer .footerBody li .discussions-list a:nth-child(odd) .disc-list {
      background: #ebebeb; }
    .discussions-list li:nth-child(even) .disc-list, .discussions-list footer .footerBody li a:nth-child(even) .disc-list, footer .footerBody li .discussions-list a:nth-child(even) .disc-list {
      background: rgba(14, 138, 94, 0.13); }
    .discussions-list li .disc-list, footer .footerBody li .discussions-list a .disc-list {
      display: block;
      color: #0e8a5e;
      padding: 20px;
      font-size: 14px;
      border-radius: 4px;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out; }
      .discussions-list li .disc-list:hover, footer .footerBody li .discussions-list a .disc-list:hover {
        background: linear-gradient(to right, #0e8a5e, #056245) !important;
        color: white; }
        .discussions-list li .disc-list:hover a, footer .footerBody li .discussions-list a .disc-list:hover a {
          color: white !important; }

.inner-news-container, .newspaper-container {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 10px;
  margin-bottom: 15px; }
  .inner-news-container .news-image, .newspaper-container .news-image {
    position: relative; }
    .inner-news-container .news-image img, .newspaper-container .news-image img {
      height: 180px;
      width: 100%;
      border-radius: 4px; }
    .inner-news-container .news-image .event-date, .newspaper-container .news-image .event-date {
      background: linear-gradient(to right, #0e8a5e, #056245);
      position: absolute;
      bottom: 10px;
      left: -24px;
      padding: 2px 13px;
      border-radius: 4px; }
      .inner-news-container .news-image .event-date span, .newspaper-container .news-image .event-date span, .inner-news-container .news-container .news-image .event-date p, .news-container .inner-news-container .news-image .event-date p, .newspaper-container .news-container .news-image .event-date p, .news-container .newspaper-container .news-image .event-date p, .inner-news-container .news-image .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .inner-news-container .news-image .event-date p, .newspaper-container .news-image .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .newspaper-container .news-image .event-date p {
        font-size: 20px;
        color: white;
        font-weight: bold; }
      .inner-news-container .news-image .event-date p, .newspaper-container .news-image .event-date p {
        font-size: 12px;
        color: white;
        font-weight: bold; }
  .inner-news-container .news-body, .newspaper-container .news-body {
    padding-right: 40px;
    padding-left: 10px; }
    .inner-news-container .news-body h4, .newspaper-container .news-body h4 {
      color: #0e8a5e;
      margin-bottom: 15px;
      font-size: 16px; }
    .inner-news-container .news-body p, .newspaper-container .news-body p {
      max-width: 600px;
      color: #56585a; }
  @media (max-width: 576px) {
    .inner-news-container .news-body, .newspaper-container .news-body {
      padding: 0;
      padding-top: 20px; } }

.inner-news-details-container .news-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .inner-news-details-container .news-header h4 {
    font-size: 22px;
    color: #0e8a5e;
    margin-bottom: 10px;
    margin-left: 20px; }
  .inner-news-details-container .news-header ul li, .inner-news-details-container .news-header ul footer .footerBody li a, footer .footerBody li .inner-news-details-container .news-header ul a {
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    color: #56585a;
    margin-bottom: 10px; }
    .inner-news-details-container .news-header ul li i, footer .footerBody li .inner-news-details-container .news-header ul a i {
      margin-left: 6px; }
    .inner-news-details-container .news-header ul li:last-child, .inner-news-details-container .news-header ul footer .footerBody li a:last-child, footer .footerBody li .inner-news-details-container .news-header ul a:last-child {
      margin-left: 10px; }
.inner-news-details-container .inner-news-body img {
  margin-bottom: 40px;
  height: 400px;
  width: 100%; }
.inner-news-details-container .inner-news-body p {
  font-size: 16px;
  color: #56585a;
  padding: 0 15px; }

.newspaper-container .news-image .event-date {
  position: static;
  min-height: 90px;
  min-width: 85px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
.newspaper-container .news-body {
  flex: auto; }
@media (max-width: 576px) {
  .newspaper-container .news-body {
    padding-right: 20px;
    padding-top: 0; } }

.inner-events-container {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 15px;
  margin-bottom: 15px; }
  .inner-events-container .event-title a {
    font-size: 16px;
    font-weight: 700;
    color: #0e8a5e;
    display: inline-block;
    margin-bottom: 16px; }
    .inner-events-container .event-title a:hover {
      color: #56585a; }
  .inner-events-container .event-title .event-list li, .inner-events-container .event-title .event-list footer .footerBody li a, footer .footerBody li .inner-events-container .event-title .event-list a {
    font-size: 16px;
    color: #56585a;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .inner-events-container .event-title .event-list li i, footer .footerBody li .inner-events-container .event-title .event-list a i {
      font-size: 22px;
      margin-left: 16px; }
  .inner-events-container .event-date-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .inner-events-container .event-date-container .event-date {
      text-align: center;
      box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
      padding: 5px 10px;
      background: linear-gradient(to bottom, #0e8a5e, #056245);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
      .inner-events-container .event-date-container .event-date span, .inner-events-container .event-date-container .news-container .news-image .event-date p, .news-container .news-image .inner-events-container .event-date-container .event-date p, .inner-events-container .event-date-container .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .inner-events-container .event-date-container .event-date p {
        color: white;
        font-size: 34px; }
      .inner-events-container .event-date-container .event-date p {
        font-size: 16px;
        color: white; }
    .inner-events-container .event-date-container .to {
      width: 61px;
      height: 61px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #56585a;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: none;
      margin: 0 10px; }
  @media (max-width: 767px) {
    .inner-events-container .event-date-container {
      margin-top: 20px; } }

.event-details-list {
  font-size: 13px;
  color: #0e8a5e; }
  .event-details-list i {
    font-size: 22px;
    margin-left: 10px;
    flex: none; }

.digital-container .btn-code {
  width: auto; }
.digital-container .news-container {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  border: 0; }
  .digital-container .news-container .news-image {
    min-height: 100px; }
    .digital-container .news-container .news-image img {
      height: 170px; }
.digital-container .fancybox-media .news-image {
  position: relative; }
  .digital-container .fancybox-media .news-image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 70px;
    width: 70px;
    background: url("../images/video.svg") no-repeat; }
.digital-container .fancybox-media .news-body {
  padding: 15px; }
.digital-container .document-container .news-image {
  min-height: 150px;
  flex-direction: column;
  padding: 20px; }
  .digital-container .document-container .news-image img {
    width: auto;
    height: auto; }
  .digital-container .document-container .news-image .document-download {
    width: 100%;
    text-align: left;
    padding-top: 20px; }
    .digital-container .document-container .news-image .document-download span, .digital-container .document-container .news-container .news-image .document-download .event-date p, .news-container .digital-container .document-container .news-image .document-download .event-date p, .digital-container .document-container .news-container .news-image .event-date .document-download p, .news-container .digital-container .document-container .news-image .event-date .document-download p, .digital-container .document-container .news-image .document-download .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .digital-container .document-container .news-image .document-download p {
      color: #56585a;
      font-family: sans-serif; }
    .digital-container .document-container .news-image .document-download .document-img {
      color: #056245;
      margin-right: 4px;
      font-family: "FontAwesome"; }
.digital-container .document-container .news-body {
  padding: 15px; }

.album-name {
  position: absolute;
  font-size: 22px;
  color: #0e8a5e;
  z-index: 9; }

.slider-pro .sp-thumbnails-container {
  margin-top: 42px;
  left: unset; }
.slider-pro .sp-selected-thumbnail .sp-thumbnail-image {
  border: 5px solid #0e8a5e; }
.slider-pro .sp-thumbnail-image {
  width: 240px;
  height: 200px; }
.slider-pro .news-header {
  text-align: left;
  margin-bottom: 0; }
  .slider-pro .news-header ul {
    flex: auto; }
.slider-pro .img-slider {
  width: 100%;
  height: 400px; }
.slider-pro .sp-caption-container {
  text-align: right; }
  .slider-pro .sp-caption-container h6 {
    margin-top: 20px;
    font-size: 16px;
    color: #0e8a5e; }
@media (max-width: 991px) {
  .slider-pro .news-header {
    margin-top: 10px; }
  .slider-pro .sp-thumbnail-image {
    height: 100px;
    width: 100%; }
  .slider-pro .img-slider {
    width: 100%;
    height: 200px; } }

.voting-body {
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  margin-bottom: 15px; }
  .voting-body .vote-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #56585a;
    padding: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    .voting-body .vote-header h6 {
      margin-bottom: 0; }
    .voting-body .vote-header h4 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0; }
  .voting-body .vote-footer {
    padding: 15px; }
    .voting-body .vote-footer .circle {
      position: relative; }
      .voting-body .vote-footer .circle strong {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: sans-serif; }

.inner-related-website .item {
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }
  .inner-related-website .item [class*=" imghvr-"],
  .inner-related-website .item [class^="imghvr-"] {
    height: 160px;
    padding: 20px; }
    .inner-related-website .item [class*=" imghvr-"] img,
    .inner-related-website .item [class^="imghvr-"] img {
      max-height: 125px;
      margin: auto; }

.category-filter {
  text-align: left;
  margin-bottom: 30px; }
  .category-filter span, .category-filter .news-container .news-image .event-date p, .news-container .news-image .event-date .category-filter p, .category-filter .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .category-filter p {
    color: #056245;
    font-size: 14px;
    margin-left: 20px; }
  .category-filter select {
    display: inline-block;
    background: linear-gradient(to right, #0e8a5e, #056245);
    width: auto;
    max-width: 300px;
    color: white; }
    .category-filter select option {
      color: #056245; }
    .category-filter select:focus {
      color: white; }

.faq-container .faq-accordion .card .faq-header {
  font-size: 16px;
  padding: 16px; }
.faq-container .faq-accordion .card .card-body {
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.2); }

.search-result {
  font-size: 16px;
  color: #56585a;
  font-weight: 700; }
  .search-result span, .search-result .news-container .news-image .event-date p, .news-container .news-image .event-date .search-result p, .search-result .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .search-result p {
    background: #0e8a5e;
    margin-right: 5px;
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #0e8a5e; }

.custom-table {
  border: 1px solid rgba(112, 112, 112, 0.2);
  color: #56585a; }
  .custom-table thead th,
  .custom-table thead td {
    font-size: 14px;
    background: #0e8a5e;
    color: white; }
  .custom-table tbody tr:nth-child(even) {
    background: rgba(14, 138, 94, 0.13); }
  .custom-table tbody td {
    vertical-align: middle; }
  .custom-table .btn-green-small {
    border-radius: 4px; }
    .custom-table .btn-green-small.expire::before {
      background: #56585a !important; }

.guide-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
  .guide-container .inner-title {
    font-size: 14px; }
  .guide-container .btn-green, .guide-container .btn-outline, .guide-container .btn-outline-small, .guide-container .sweet-alert button.cancel, .sweet-alert .guide-container button.cancel, .guide-container .btn-green-light, .guide-container .btn-green-small, .guide-container .btn-gray, .guide-container .sweet-alert button.confirm, .sweet-alert .guide-container button.confirm {
    min-width: 300px; }

.voice-modal img {
  display: block;
  margin: auto auto 20px; }
.voice-modal .description {
  max-width: 400px;
  margin: 10px auto; }

#Path_1818,
#Path_1820,
#Path_1822,
#Path_1824,
#Path_1826,
#Path_1828,
#Path_1830,
#Path_1832,
#Path_1834,
#Path_1836,
#Path_1838,
#Path_1840,
#Path_1842 {
  animation: pbounce 0.6s ease-in-out infinite both;
  -webkit-animation: pbounce 0.6s ease-in-out infinite both;
  animation-delay: -0.32s; }

#Path_1819,
#Path_1821,
#Path_1823,
#Path_1825,
#Path_1827,
#Path_1829,
#Path_1831,
#Path_1833,
#Path_1835,
#Path_1837,
#Path_1839,
#Path_1841,
#Path_1843 {
  animation: pbounce 0.6s ease-in-out infinite both;
  -webkit-animation: pbounce 0.6s ease-in-out infinite both;
  animation-delay: -0.16s; }

@-webkit-keyframes pbounce {
  0%,
  80%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes pbounce {
  0%,
  80%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.contact-us-card {
  position: relative;
  text-align: center;
  box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
  padding: 50px 40px 20px;
  border-bottom: 5px solid #0e8a5e;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px; }
  .contact-us-card .contact-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e8a5e;
    border-radius: 50%;
    font-size: 28px;
    color: white;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%); }
  .contact-us-card h4 {
    font-size: 16px;
    color: #0e8a5e;
    margin-bottom: 20px; }

.contact-form {
  padding: 30px;
  background: #0e8a5e; }
  .contact-form label {
    color: white; }
  .contact-form .captcha {
    background: white;
    text-align: center;
    padding: 6px;
    margin-bottom: 3px; }

.my-profile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .my-profile-image .preview {
    padding: 10px;
    position: relative;
    margin-left: 20px;
    margin-right: 10px; }
    .my-profile-image .preview::before {
      content: "";
      background: url(../images/profile-placeholder.png) no-repeat center right;
      position: absolute;
      right: -8px;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .my-profile-image .preview i {
      color: white;
      font-size: 18px;
      position: absolute;
      bottom: 10px;
      background: #0e8a5e;
      left: -6px;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1; }
    .my-profile-image .preview .preview-img {
      width: 170px !important;
      height: 170px !important;
      min-width: 170px;
      min-height: 170px;
      z-index: 1;
      position: relative; }
    .my-profile-image .preview .browse-button {
      width: 170px;
      height: 170px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 1; }
    .my-profile-image .preview .browse-input {
      width: 170px;
      height: 170px;
      opacity: 0;
      cursor: pointer;
      z-index: 1;
      position: relative;
      border-radius: 0; }
  .my-profile-image .my-email .card-title {
    margin-bottom: 10px; }
  .my-profile-image .my-email h6 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600; }

.filter-search {
  margin-bottom: 10px;
  height: 48px; }

.filter-group {
  margin-bottom: 15px; }
  .filter-group .filter-header {
    background: #0e8a5e;
    padding: 15px 20px; }
    .filter-group .filter-header h3 {
      color: white;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 600; }
  .filter-group .filter-body {
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }

.number-of-users h5 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9); }

.settings {
  position: fixed;
  z-index: 99;
  top: 70%;
  left: 27px; }
  .settings .setting-btn {
    background: #0e8a5e;
    color: white;
    width: 38px;
    height: 38px;
    font-size: 28px;
    cursor: pointer;
    border-radius: 4px; }
  .settings .settings-list {
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    text-align: center;
    position: absolute;
    left: -5px;
    bottom: 57px;
    background: white;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    animation: fadeIn 0.2s ease-in-out;
    display: block; }
    .settings .settings-list.active {
      display: none; }
    .settings .settings-list::before {
      content: "";
      border-width: 8px;
      left: 50%;
      border-style: solid;
      border-color: white transparent transparent transparent;
      position: absolute;
      bottom: -16px;
      transform: translateX(-50%); }
    .settings .settings-list li, .settings .settings-list footer .footerBody li a, footer .footerBody li .settings .settings-list a {
      padding: 4px 12px;
      font-size: 22px;
      color: #56585a;
      cursor: pointer;
      transform: scaleX(-1); }
      .settings .settings-list li:hover, .settings .settings-list footer .footerBody li a:hover, footer .footerBody li .settings .settings-list a:hover {
        color: #0e8a5e; }
    @media (max-width: 991px) {
      .settings .settings-list {
        display: none; }
        .settings .settings-list.active {
          display: block; } }

.login-container {
  background: white;
  margin: 20px 0;
  padding: 25px; }

.reset {
  font-size: 14px;
  color: #56585a;
  text-decoration: underline; }
  .reset:hover {
    color: #0e8a5e; }

.login-code {
  margin-bottom: 35px; }
  .login-code h4 {
    color: #0e8a5e;
    font-size: 18px;
    font-weight: 700; }
  .login-code h5 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9); }

.all-register-body {
  min-height: calc(100vh - 102px);
  height: 100%; }

.line-or {
  height: 100%;
  width: 2px;
  background: rgba(112, 112, 112, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  margin: auto;
  color: #a9adae; }
  .line-or span, .line-or .news-container .news-image .event-date p, .news-container .news-image .event-date .line-or p, .line-or .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .line-or p {
    position: absolute;
    right: -4px;
    background: white;
    padding: 10px 0; }
  @media (max-width: 767px) {
    .line-or {
      width: 100%;
      height: 1px;
      margin: 20px 0; }
      .line-or span, .line-or .news-container .news-image .event-date p, .news-container .news-image .event-date .line-or p, .line-or .events .events-slider .item .item-body .event-date p, .events .events-slider .item .item-body .event-date .line-or p {
        right: auto;
        background: white;
        padding: 0 10px;
        left: 50%;
        transform: translateX(-50%); } }

.register-container .login-code h4 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px; }
.register-container .login-code h5 {
  position: relative;
  color: white;
  font-size: 16px;
  padding-right: 30px; }
  .register-container .login-code h5::before {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    background: white;
    width: 13px;
    height: 23px; }

.register-pages {
  margin-top: -120px;
  margin-bottom: 30px; }
  .register-pages .login-code {
    display: flex;
    align-items: center; }
    .register-pages .login-code img {
      flex: none; }
    .register-pages .login-code h4 {
      font-size: 28px;
      margin: 0;
      margin-right: 20px;
      color: white;
      font-weight: normal; }
  .register-pages .form-login {
    background: white;
    padding: 60px 40px;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2); }
    .register-pages .form-login .col-lg-4 {
      text-align: left;
      padding: 0; }
  .register-pages .login-footer {
    text-align: left;
    margin-top: 50px; }
    .register-pages .login-footer .btn-green, .register-pages .login-footer .btn-outline, .register-pages .login-footer .btn-outline-small, .register-pages .login-footer .sweet-alert button.cancel, .sweet-alert .register-pages .login-footer button.cancel, .register-pages .login-footer .btn-green-light, .register-pages .login-footer .btn-green-small, .register-pages .login-footer .btn-gray, .register-pages .login-footer .sweet-alert button.confirm, .sweet-alert .register-pages .login-footer button.confirm {
      min-width: 220px; }
  @media (max-width: 767px) {
    .register-pages .login-code h4 {
      font-size: 20px; }
    .register-pages .form-login {
      padding: 25px; } }

.login-body {
  max-width: 550px;
  margin: auto; }
  .login-body .reset {
    font-size: 14px;
    color: #56585a;
    text-decoration: underline; }
    .login-body .reset:hover {
      color: #0e8a5e; }
  .login-body .btn-green-small,
  .login-body .btn-outline-small {
    min-width: 150px;
    margin-bottom: 8px; }
  .login-body .person-body .btn-green-small,
  .login-body .person-body .btn-outline-small {
    min-width: 80px; }
  .login-body .form-control {
    border-radius: 0; }

.register .login-body {
  max-width: 100%;
  z-index: 1;
  position: relative; }

.login-left-side {
  text-align: center; }
  .login-left-side h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0e8a5e;
    margin-bottom: 40px; }
  .login-left-side p {
    font-size: 14px;
    color: #3e3e3e;
    max-width: 375px;
    margin: 0 auto 20px; }
  .login-left-side .btn-green, .login-left-side .btn-outline, .login-left-side .btn-outline-small, .login-left-side .sweet-alert button.cancel, .sweet-alert .login-left-side button.cancel, .login-left-side .btn-green-light, .login-left-side .btn-green-small, .login-left-side .btn-gray, .login-left-side .sweet-alert button.confirm, .sweet-alert .login-left-side button.confirm {
    max-width: 375px; }

.service-item-register {
  text-align: center; }
  .service-item-register .service-link {
    color: #56585a;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 10px rgba(112, 112, 112, 0.2);
    margin-bottom: 15px;
    min-width: 100%; }
  .service-item-register [class^="imghvr-"] {
    flex-direction: column;
    justify-content: center;
    color: #56585a; }
  .service-item-register img {
    display: block;
    margin: 0 auto 15px;
    max-width: 65px;
    max-height: 65px; }

@media (min-width: 992px) {
  .inner-register .login-body-bg {
    width: 33.333%; } }

.list-experience li, .list-experience footer .footerBody li a, footer .footerBody li .list-experience a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: gray;
  color: white;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 0 0 5px 5px; }
  .list-experience li .btn-action, footer .footerBody li .list-experience a .btn-action {
    font-size: 13px;
    margin-right: 5px;
    color: white; }

.change-password {
  position: relative; }
  .change-password input {
    padding-left: 40px; }
  .change-password .btn-show-password {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    color: #56585a;
    width: 42px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 24px; }
    .change-password .btn-show-password:hover {
      color: rgba(0, 0, 0, 0.9); }

.sweet-alert button {
  font-family: "geflow", sans-serif;
  margin: 0;
  border-radius: 0;
  background: inherit; }
  .sweet-alert button.cancel {
    background: #56585a !important; }
  .sweet-alert button.confirm {
    background: white !important; }

@media (max-width: 400px) {
  .custom-col {
    width: 100%;
    max-width: 100%;
    flex: 100%; } }
@media (max-width: 600px) {
  footer .justify-content-between {
    justify-content: center !important; } }
@media (max-width: 991px) {
  .login-container,
  .register-container {
    margin-top: 60px; } }

/*# sourceMappingURL=style.css.map */
