/*
** RTL Mixins including margin, pading, position, border and border radius
*/
/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
@font-face {
  font-family: "din23";
  src: url("../fonts/DIN-Next-LTW23/DINNextLTW23.ttf");
}

.mlr {
  margin: 0px 8px 0px 8px;
}

html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] a,
html[lang="ar"] li,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
  font-family: din23 !important;
}

.light-btn {
  background: #e9f6f5;
}

.rtl {
  direction: rtl;
}

a {
  text-decoration: none;
}

.list-btn {
  padding: 12px 14px 12px 14px !important;
  border-radius: 30px !important;
  background: #00a99a !important;
}

.list-btn .fa-list {
  font-size: 22px;
  color: #ffffff;
}

.tree-btn {
  padding: 16px 13px 16px 13px !important;
  margin: 0;
  border-radius: 30px !important;
  background: #00a99a !important;
}

.ltr {
  direction: ltr;
}

dl,
ol,
ul {
  padding: 0;
  list-style: none;
}

.main-bg {
  background: #01767a !important;
}

.main-bg .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
}

.main-bg .btn-group .dropdown-toggle {
  direction: ltr;
  font-size: 22px;
  color: #ffffff;
}

img {
  max-width: 100%;
}

.ml {
  margin-left: 15px;
}

.mr {
  margin-right: 15px;
}

.radius {
  border-radius: 100px !important;
}

.user-ul {
  color: #ffffff !important;
}

.main-btn {
  background: #7dc960;
  padding: 8px 20px;
  min-width: 160px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}

.main-btn:hover {
  background: #00a99a;
  color: #fff;
}

.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  color: #ffffff;
}

.border-right {
  border-right: 2px solid #4f5152;
}

.gray {
  color: #4f5152;
}

.main-color {
  color: #01767a;
}

/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
@media (max-width: 991px) {
  .header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .header-container {
    max-width: 1500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header-position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
}

.header-logo {
  display: block;
}

.header-menu-nav > ul > li {
  display: inline-block;
}

.header-menu-nav > ul > li:not(:last-child) {
  margin-right: 65px;
}

@media (max-width: 1399px) {
  .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 35px;
  }
}

@media (max-width: 1199px) {
  .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}

.header-menu-nav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 11px;
}

.header-menu-nav > ul li a {
  color: #3b4666;
  display: block;
  font-size: 18px;
}

.header-menu-nav.white-text * {
  color: #ffffff;
}

.header-drop-holder {
  position: relative;
}

.header-drop-holder:hover .header-drop-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-drop-menu {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 3;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.header-drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right li {
  display: inline-block;
}

.header-right li:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .header-right li:not(:first-child) {
    margin-left: 15px;
  }
}

.header-right li a {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header-right li a {
    font-size: 18px;
  }
}

@media (max-width: 1399px) {
  .header-right li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right li i {
    font-size: 25px;
    color: #212529;
  }
}

.header-right li button {
  outline: none;
  box-shadow: none;
  border: 0;
}

@media (max-width: 1399px) {
  .header-right li .btn-custom-size {
    width: 130px;
    height: 45px;
    line-height: 42px;
  }
}

.header-sticky.is-active {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-logo {
    max-width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-menu {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-style-1 .header-menu {
    text-align: center;
  }
}

.header-style-1 .header-menu-nav ul li:hover > a {
  color: #407ff0;
}

.header-style-1 .header-drop-menu a:hover {
  color: #407ff0;
}

@media (min-width: 1200px) {
  .header-style-2 .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 75px;
  }
}

.header-style-2 .header-with-btn {
  display: flex;
  justify-content: flex-end;
}

.header-style-2 .header-with-btn .header-right {
  margin-left: 115px;
}

@media (max-width: 1399px) {
  .header-style-2 .header-with-btn .header-right {
    margin-left: 75px;
  }
}

.header-style-2:not([class*="is-active"]) .header-menu-nav > ul > li > a {
  color: #ffffff;
}

.header-style-2:not([class*="is-active"]) .header-drop-menu a:hover {
  color: #fe6a21;
}

@media (min-width: 992px) {
  .header-style-2:not([class*="is-active"]) .header-right li a {
    color: #ffffff;
  }
}

.header-style-2:not([class*="is-active"]) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-2:not([class*="is-active"]) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-2:not([class*="is-active"]) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-2[class*="is-active"] .header-menu-nav > ul > li:hover > a {
  color: #fe6a21;
}

.header-style-2[class*="is-active"]
.header-menu-nav
> ul
> li
.header-drop-menu
li
a:hover {
  color: #fe6a21;
}

.header-style-2[class*="is-active"]
.header-menu-nav.onepage-nav
ul
li.active
a {
  color: #fe6a21;
}

.header-style-2[class*="is-active"] .header-logo img.primary-img {
  display: none;
}

.header-style-2[class*="is-active"] .header-logo img.sticky-img {
  display: block;
}

.header-style-3:not([class*="is-active"]) .header-menu-nav > ul > li > a {
  color: #ffffff;
}

.header-style-3:not([class*="is-active"]) .header-drop-menu a:hover {
  color: #01767a;
}

@media (min-width: 992px) {
  .header-style-3:not([class*="is-active"]) .header-right li a {
    color: #ffffff;
  }
}

.header-style-3:not([class*="is-active"]) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-3:not([class*="is-active"]) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-3:not([class*="is-active"]) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-3[class*="is-active"] .header-menu-nav > ul > li:hover > a {
  color: #01767a;
  border-bottom: 2px solid #01767a;
}

.header-style-3[class*="is-active"]
.header-menu-nav
> ul
> li
.header-drop-menu
li
a:hover {
  color: #01767a;
}

.header-style-3[class*="is-active"]
.header-menu-nav.onepage-nav
ul
li.active
a {
  color: #01767a;
  border-bottom: 2px solid #01767a;
  font-weight: bold;
}

.header-style-3[class*="is-active"] .header-logo img.primary-img {
  display: none;
}

.header-style-3[class*="is-active"] .header-logo img.sticky-img {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-style-4 * {
  font-family: "Gordita";
}

.header-style-4:not([class*="is-active"]) .header-menu-nav > ul > li > a {
  color: #500836;
}

.header-style-4:not([class*="is-active"]) .header-drop-menu a {
  font-size: 16px;
}

.header-style-4:not([class*="is-active"]) .header-drop-menu a:hover {
  color: #ff8144;
}

@media (min-width: 992px) {
  .header-style-4:not([class*="is-active"]) .header-right li a {
    color: #ffffff;
  }
}

.header-style-4[class*="is-active"] .header-menu-nav > ul > li:hover > a {
  color: #ff8144;
}

.header-style-4[class*="is-active"]
.header-menu-nav
> ul
> li
.header-drop-menu
li
a:hover {
  color: #ff8144;
}

.header-style-4[class*="is-active"]
.header-menu-nav.onepage-nav
ul
li.active
a {
  color: #ff8144;
}

.header-style-4[class*="is-active"] .header-drop-menu li a {
  font-size: 16px;
}

.header-style-5:not([class*="is-active"]) .header-menu-nav > ul > li > a {
  color: #ffffff;
}

.header-style-5:not([class*="is-active"]) .header-menu-nav > ul > li > a:hover {
  color: #f0582e;
}

.header-style-5:not([class*="is-active"]) .header-menu-nav > ul > li.active a {
  color: #f0582e;
}

.header-style-5:not([class*="is-active"]) .header-drop-menu a:hover {
  color: #f0582e;
}

@media (min-width: 768px) {
  .header-style-5:not([class*="is-active"]) .header-right li a {
    color: #ffffff;
  }
}

.header-style-5:not([class*="is-active"]) .header-logo img.sticky-img {
  display: none;
}

@media (max-width: 991px) {
  .header-style-5:not([class*="is-active"]) .header-logo img.sticky-img {
    display: block;
  }
  .header-style-5:not([class*="is-active"]) .header-logo img.primary-img {
    display: none;
  }
}

.header-style-5[class*="is-active"] .header-menu-nav > ul > li:hover > a {
  color: #f0582e;
}

.header-style-5[class*="is-active"]
.header-menu-nav
> ul
> li
.header-drop-menu
li
a:hover {
  color: #f0582e;
}

.header-style-5[class*="is-active"]
.header-menu-nav.onepage-nav
ul
li.active
a {
  color: #f0582e;
}

.header-style-5[class*="is-active"] .header-logo img.primary-img {
  display: none;
}

.header-style-5[class*="is-active"] .header-logo img.sticky-img {
  display: block;
}

.header-area:not([class*="is-active"]) .header-drop-menu {
  top: calc(100% - 25px);
}

/* ---Onepage Nav--- */
.onepage-nav > ul li.active a {
  color: #407ff0;
}

.onepage-offcanvas-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #eaeff4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.onepage-offcanvas-nav > ul > li a {
  color: #3b4666;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.onepage-offcanvas-nav > ul > li.active a {
  color: #407ff0;
}

.onepage-offcanvas-nav > ul li .dropdown .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

.onepage-offcanvas-nav > ul li .dropdown .btn:after {
  content: none;
}

.onepage-offcanvas-nav > ul li .dropdown .btn.show i:before {
  content: "\eaa1";
}

.onepage-offcanvas-nav > ul li .dropdown-menu {
  position: relative !important;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  border: 0;
  transform: none !important;
  transition: all 0.3s ease 0s;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li:not(:last-child) {
  padding-bottom: 10px;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li a.dropdown-item {
  padding: 0;
}

.onepage-offcanvas-nav > ul li .dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
  color: #407ff0;
}

/* ---Setting Button--- */
.setting-body {
  padding-top: 15px;
  display: none;
}

.setting-item {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.banner {
  padding: 130px 0 50px 0;
  position: relative;
  margin-bottom: 150px;
  border-bottom: 10px solid #00a99a;
}

.banner .banner-wrap {
  width: 100%;
  padding: 60px 70px;
  position: relative;
}

.banner .main-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
}

.banner .mini-title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner .family {
  margin-bottom: -200px;
}

.banner-bg {
  background-image: url("../img/banner-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.fill-in {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  position: relative;
}

.fill-in .sm-shape {
  position: absolute;
  right: 0%;
  top: 70%;
}

.fill-in .sm-shape2 {
  position: absolute;
  left: 0%;
  top: 10%;
}

.fill-in .line-path img {
  position: absolute;
  z-index: -1;
  right: 24%;
  transform: rotate(190deg);
  top: 190px;
}

.fill-in .mbl-line-path {
  display: none;
}

.fill-in .title {
  color: #000000;
}

.fill-in .text-icon {
  display: flex;
  align-items: start;
}

.fill-in .text-icon .icon {
  width: 240px;
}

.nav-system {
  padding: 50px;
  background-image: url("../img/banner-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  margin-top: 50px;
}

.nav-system .text {
  font-size: 18px;
  color: #ffffff;
}

.download {
  padding: 80px;
  position: relative;
}

.download .bottom-path {
  position: absolute;
  right: 0%;
  top: 60%;
  z-index: -1;
}

.download .left-path {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}

.download a {
  margin: 0px 8px 0px 8px;
}

/*----------------------------------------*/
/*  17. Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  background-color: #00a99a;
}

.breadcrumb-height {
  height: 450px;
}

@media (max-width: 767px) {
  .breadcrumb-height {
    background-position: bottom;
  }
}

.breadcrumb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.breadcrumb-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 90px;
}

@media (max-width: 479px) {
  .breadcrumb-title {
    font-size: 40px;
  }
}

.breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-list li:not(:last-child) {
  padding-right: 10px;
}

.breadcrumb-list li:not(:last-child) a {
  position: relative;
}

.breadcrumb-list li:not(:last-child) a:after {
  content: "-";
  margin-left: 15px;
}

.breadcrumb-list li a,
.breadcrumb-list li span {
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}

.breadcrumb-list li span {
  color: #d3d0d0;
}

/*----------------------------------------*/
/* . Navigation
/*----------------------------------------*/
.blog-arrow-wrap {
  display: flex;
}

.blog-arrow-wrap.style-2 .testimonial-button-prev i,
.blog-arrow-wrap.style-2 .testimonial-button-next i {
  color: #ffffff;
}

.blog-arrow-wrap.style-2 .testimonial-button-prev i:hover,
.blog-arrow-wrap.style-2 .testimonial-button-next i:hover {
  border-color: #1f1927;
  background-color: #1f1927;
}

.blog-arrow-wrap.style-3 .testimonial-button-prev,
.blog-arrow-wrap.style-3 .testimonial-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.blog-arrow-wrap.style-3 .testimonial-button-prev i,
.blog-arrow-wrap.style-3 .testimonial-button-next i {
  border-color: #edc8c1;
  color: #edc8c1;
}

.blog-arrow-wrap.style-3 .testimonial-button-prev i:hover,
.blog-arrow-wrap.style-3 .testimonial-button-next i:hover {
  background-color: #ff8144;
  border-color: #ff8144;
  color: #ffffff;
}

.blog-arrow-wrap.style-3 .testimonial-button-next {
  left: auto;
  right: 0;
}

.partner-arrow-wrap.style-4 .blog-button-prev i,
.partner-arrow-wrap.style-4 .blog-button-next i,
.testimonial-arrow-wrap.style-4 .blog-button-prev i,
.testimonial-arrow-wrap.style-4 .blog-button-next i,
.screen-arrow-wrap.style-4 .blog-button-prev i,
.screen-arrow-wrap.style-4 .blog-button-next i,
.blog-arrow-wrap.style-4 .blog-button-prev i,
.blog-arrow-wrap.style-4 .blog-button-next i {
  border-color: #eeeeee;
  color: #0f034a;
  font-size: 25px;
  width: 52px;
  height: 52px;
  line-height: 51px;
  border-radius: 10px;
}

.partner-arrow-wrap.style-4 .blog-button-prev i:hover,
.partner-arrow-wrap.style-4 .blog-button-next i:hover,
.testimonial-arrow-wrap.style-4 .blog-button-prev i:hover,
.testimonial-arrow-wrap.style-4 .blog-button-next i:hover,
.screen-arrow-wrap.style-4 .blog-button-prev i:hover,
.screen-arrow-wrap.style-4 .blog-button-next i:hover,
.blog-arrow-wrap.style-4 .blog-button-prev i:hover,
.blog-arrow-wrap.style-4 .blog-button-next i:hover {
  background-color: #01767a;
  border-color: #01767a;
  color: #ffffff;
}

.blog-button-prev i,
.blog-button-next i {
  border: 2px solid #e3e8f1;
  transition: all 0.3s ease 0s;
  color: #b6bcc4;
  font-size: 20px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 75px;
  display: block;
  text-align: center;
}

.blog-button-prev i:hover,
.blog-button-next i:hover {
  background-color: #407ff0;
  border-color: #407ff0;
  color: #ffffff;
}

.blog-button-prev {
  margin-right: 20px;
}

/* ---Pagination--- */
/* ---Pagination--- */
.pagination {
  justify-content: center;
}

.pagination-area {
  margin-top: 75px;
}

.pagination li:not(:last-child) {
  /*margin-right: 20px;*/
}

.pagination .page-link {
  background-color: #f5f4fb;
  font-family: "Gordita";
  border-color: #f5f4fb;
  /* border-radius: 15px; */
  padding: 0;
  width: 50px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #07135b;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: #01767a;
  color: #ffffff;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  /*border-radius: 15px;*/
}

.pagination .page-item.active .page-link {
  background-color: #01767a;
  color: #ffffff;
  border-color: #01767a;
}

.partner-pagination {
  position: relative;
  margin-top: 80px;
}

.partner-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.partner-pagination.style-2 .swiper-pagination-bullet {
  background-color: #25b760;
  width: 15px;
  height: 15px;
}

.partner-pagination.style-3 .swiper-pagination-bullet {
  background-color: #ff8144;
  width: 15px;
  height: 15px;
}

/*----------------------------------------*/
/* . Blog
/*----------------------------------------*/
.blog-img {
  display: block;
}

.blog-img img {
  border-radius: 15px;
  width: 100%;
}

.blog-content {
  padding-top: 35px;
}

.blog-category {
  font-family: "Gordita";
  color: #0f034a;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.blog-category span {
  color: #9b9ea1;
}

.blog-title {
  color: #00a99a;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

.blog-title a {
  color: #00a99a;
}

.blog-desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-meta span {
  font-family: "Gordita";
  color: #0f034a;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
}

.blog-meta .time {
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}

.blog-meta .time:before {
  background-color: #0f034a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-listview .blog-item {
  display: flex;
}

@media (max-width: 767px) {
  .blog-listview .blog-item {
    flex-direction: column;
  }
}

.blog-listview .blog-img {
  width: 350px;
}

@media (max-width: 1199px) {
  .blog-listview .blog-img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .blog-listview .blog-img {
    width: 100%;
  }
}

.blog-listview .blog-content {
  width: calc(100% - 84px);
  padding-left: 30px;
  padding-top: 0;
  align-self: center;
}

@media (max-width: 1199px) {
  .blog-listview .blog-content {
    width: calc(100% - 250px);
  }
}

@media (max-width: 767px) {
  .blog-listview .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.blog-detail {
  padding-top: 60px;
}

.blog-detail .blog-content {
  padding-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-detail .blog-content {
    margin-bottom: -20px;
  }
}

.blog-detail .blog-meta {
  margin-bottom: 20px;
}

.blog-detail .blog-meta span {
  font-family: "Gordita";
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}

.blog-detail .blog-meta span em {
  font-style: normal;
  color: #626262;
}

.blog-detail .blog-meta span.author {
  color: #091d40;
  font-weight: 500;
}

.blog-detail .blog-meta .common {
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}

.blog-detail .blog-meta .common:before {
  background-color: #0f034a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-detail .blog-title {
  max-width: 755px;
  color: #07135b;
  font-size: 32px;
  line-height: 47px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .blog-detail .blog-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.blog-detail .blog-tags {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .blog-detail .blog-tags {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .blog-detail .blog-tags li {
    margin-bottom: 20px;
  }
}

.blog-detail .blog-tags li:not(:last-child) {
  margin-right: 20px;
}

.blog-detail .blog-tags li a {
  border-radius: 8px;
  display: block;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.blog-detail .blog-tags li a.wordpress {
  background-color: #e0f9f6;
  color: #3ac8bd;
}

.blog-detail .blog-tags li a.woocommerce {
  background-color: #fff1dc;
  color: #d59a46;
}

.blog-detail .blog-tags li a.magento {
  background-color: #fbefef;
  color: #b36262;
}

.blog-detail .blog-tags li a.laravel {
  background-color: #f2efff;
  color: #9c8bda;
}

.blog-detail .blog-tags li a:hover {
  background-color: #00a99a;
  color: #ffffff;
}

.blog-detail-info {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .blog-detail-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-detail-info .title {
  color: #07135b;
  font-size: 25px;
  line-height: 40px;
  max-width: 915px;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .blog-detail-info .title {
    font-size: 20px;
    line-height: 35px;
  }
}

.blog-detail-info .title.style-2 {
  max-width: 790px;
}

.blog-detail-info .desc {
  font-family: "Gordita";
  font-size: 15px;
  line-height: 28px;
}

.blog-detail-info .list-area {
  margin-bottom: 40px;
}

.blog-detail-info .list-area .title {
  margin-bottom: 40px;
}

.blog-detail-info .list-item li:not(:last-child) {
  margin-bottom: 10px;
}

.blog-detail-info .list-item li a {
  border: 1px solid #eeeeee;
  transition: all 0.3s ease 0s;
  font-family: "Gordita";
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #01767a;
  font-weight: 500;
  display: block;
}

.blog-detail-info .list-item li a:hover {
  background-color: #efefef;
}

.blog-detail-info .list-item li a i {
  margin-right: 10px;
  color: #0a1e43;
  font-size: 16px;
}

.blog-detail-info .single-img {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-detail-info .single-img img {
  border-radius: 15px;
}

.blog-detail-info .blog-quote {
  background-color: #00a99a;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 65px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-detail-info .blog-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-detail-info .blog-quote .title {
  font-size: 44px;
  line-height: 68px;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog-detail-info .blog-quote .title {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .blog-detail-info .blog-quote .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .blog-detail-info .blog-quote .title {
    font-size: 20px;
  }
}

.blog-detail-info .blog-social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .blog-detail-info .blog-social-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .blog-detail-info .blog-social-link {
    flex-direction: column;
  }
}

.blog-detail-info .blog-social-link .title {
  color: #0a1e43;
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .blog-detail-info .blog-social-link .title {
    margin-bottom: 10px;
  }
}

.blog-detail-info .blog-social-link .social-list {
  display: flex;
}

.blog-detail-info .blog-social-link .social-list li:not(:last-child) {
  margin-right: 20px;
}

.blog-detail-info .blog-social-link .social-list li a {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
}

.blog-detail-info .blog-social-link .social-list li a:hover {
  background-color: #01767a;
}

.blog-detail-info .blog-social-link .social-list li a:hover i {
  color: #ffffff;
}

.blog-detail-info .blog-social-link .social-list li a i {
  color: #22262a;
  font-size: 14px;
}

.blog-slider-area {
  background-color: #f8f8f8;
  padding-top: 75px;
  padding-bottom: 70px;
}

.blog-slider-area .section-area {
  margin-bottom: 20px;
}

.blog-slider-area .section-title {
  color: #07135b;
  font-size: 38px;
  line-height: 95px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog-slider-area .section-title {
    font-size: 30px;
  }
}

.blog-comment-area {
  padding-top: 55px;
}

@media (min-width: 992px) {
  .blog-comment-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.blog-comment-title {
  color: #0a1e43;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 24px;
}

.blog-comment-item {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}

.blog-comment-item.reply-item {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .blog-comment-item.reply-item {
    margin-left: 25px;
  }
}

.blog-comment-item[class*="blog-comment-item"]:not(:last-child) {
  margin-bottom: 20px;
}

.blog-comment-item .inner-item {
  display: flex;
}

@media (max-width: 575px) {
  .blog-comment-item .inner-item {
    flex-direction: column;
  }
}

.blog-comment-item .comment-img {
  width: 90px;
}

.blog-comment-item .comment-content {
  margin-left: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 90px);
}

@media (max-width: 575px) {
  .blog-comment-item .comment-content {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}

.blog-comment-item .comment-content .title {
  color: #0a1e43;
  font-size: 22px;
}

.blog-comment-item .comment-content .meta {
  color: #797e86;
  font-size: 14px;
  line-height: 29px;
}

.blog-comment-item .comment-content .meta .time {
  color: #01767a;
}

.blog-comment-item .reply-btn {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #01767a;
  width: 110px;
  height: 45px;
  line-height: 43px;
}

.blog-comment-item .reply-btn:hover {
  background-color: #01767a;
  border-color: #01767a;
  color: #ffffff;
}

.blog-comment-item .reply-btn:hover i {
  color: #ffffff;
}

.blog-comment-item .reply-btn i {
  margin-right: 5px;
}

@media (max-width: 575px) {
  .blog-comment-item .reply-btn-wrap {
    margin-top: 10px;
  }
}

.blog-comment-item .feedback {
  color: #797e86;
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog-comment-item .feedback {
    font-size: 14px;
  }
}

.blog-style-1 {
  padding-top: 140px;
}

.blog-style-1 .blog-item-wrap {
  --bs-gutter-y: 25px;
}

@media (min-width: 1400px) {
  .blog-style-1 .blog-item-wrap {
    --bs-gutter-x: 70px !important;
    --bs-gutter-y: 65px;
  }
}

/* ---Sidebar--- */
@media (max-width: 991px) {
  .sidebar-area {
    margin-top: 65px;
  }
}

.sidebar-title {
  color: #0a071b;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}

.sidebar-searchbox {
  position: relative;
}

.sidebar-searchbox .input-field {
  background-color: #f8f7fc;
  border: 1px solid #f8f7fc;
  font-family: "Gordita";
  font-size: 15px;
  border-radius: 15px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 55px;
}

.sidebar-searchbox .input-field::placeholder {
  color: #0a071b;
}

.sidebar-searchbox-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding-right: 0;
}

.sidebar-searchbox-btn .search-icon-wrap {
  vertical-align: middle;
  position: relative;
}

.sidebar-searchbox-btn .search-icon-wrap:after {
  content: url("../images/sidebar/icon/search.png");
}

.sidebar-post {
  margin-top: 75px;
}

.sidebar-post .sidebar-title {
  margin-bottom: 40px;
}

.sidebar-post .post-list-slider {
  overflow: hidden;
}

.sidebar-post .post-list-item {
  display: flex;
}

.sidebar-post .post-list-img {
  width: 88px;
}

.sidebar-post .post-list-content {
  width: calc(100% - 102px);
  margin-left: 20px;
}

.sidebar-post .post-list-content .title {
  color: #2a2c39;
  font-size: 14px;
  line-height: 25px;
}

.sidebar-post .post-list-content .title a {
  color: #2a2c39;
}

.sidebar-post .post-list-content .meta span {
  font-family: "Gordita";
  color: #52565b;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
}

.sidebar-post .post-list-content .meta span.date i {
  margin-right: 5px;
  line-height: 28px;
}

.sidebar-post .post-list-content .meta .time {
  position: relative;
  padding-left: 15px;
  margin-left: 8px;
}

.sidebar-post .post-list-content .meta .time:before {
  background-color: #52565b;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sidebar-social {
  margin-top: 70px;
}

.sidebar-social .sidebar-title {
  margin-bottom: 40px;
}

.sidebar-social .social-list li {
  background-color: #f8f7fc;
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
}

.sidebar-social .social-list li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-social .social-list li:hover {
  background-color: #028d92;
}

.sidebar-social .social-list li:hover * {
  color: #ffffff;
}

.sidebar-social .social-icon {
  font-family: "Gordita";
  color: #0a071b;
}

.sidebar-social .social-icon i {
  margin-right: 15px;
  font-size: 18px;
}

.sidebar-social .social-activity {
  font-family: "Gordita";
  color: #01767a;
  font-size: 15px;
}

.sidebar-social .social-activity a {
  color: #01767a;
}

.sidebar-banner {
  margin-top: 55px;
}

.sidebar-banner .sidebar-img {
  position: relative;
}

.sidebar-banner .sidebar-img:before {
  background-color: #0a071b;
  border-radius: 15px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}

.sidebar-banner .sidebar-img img {
  border-radius: 15px;
  width: 100%;
}

.sidebar-banner .sidebar-img .inner-content {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.sidebar-banner .sidebar-img .inner-content .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar-banner .sidebar-img .inner-content .title span {
  font-weight: 500;
}

@media (min-width: 1400px) {
  .sidebar-style-1 {
    padding-left: 70px;
  }
}

/*----------------------------------------*/
/* . Newsletter
/*----------------------------------------*/
.newsletter-area.style-1 * {
  color: #ffffff;
}

@media (max-width: 991px) {
  .newsletter-area.style-1 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-item .inner-item .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-item .inner-item .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newsletter-area.style-1 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-1 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

.newsletter-area.style-2 {
  margin-bottom: 102px;
  margin-top: 102px;
}

@media (max-width: 991px) {
  .newsletter-area.style-2 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.newsletter-area.style-2 .newsletter-title {
  color: #1f1927;
}

.newsletter-area.style-2 .newsletter-desc {
  color: #6f7872;
}

.newsletter-area.style-2 .newsletter-form .input-field {
  border-color: #e3eae5;
  background-color: transparent;
  color: #5f6762;
}

@media (max-width: 767px) {
  .newsletter-area.style-2 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .input-field {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-2 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-area.style-3 {
  padding-bottom: 140px;
}

.newsletter-area.style-3 .newsletter-bg {
  border-radius: 25px;
}

.newsletter-area.style-3 .newsletter-item {
  padding-top: 70px;
  padding-bottom: 55px;
  text-align: left;
  margin-left: 75px;
}

@media (max-width: 767px) {
  .newsletter-area.style-3 .newsletter-item {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .newsletter-area.style-3 .newsletter-item .inner-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.newsletter-area.style-3 .newsletter-title {
  color: #500836;
}

.newsletter-area.style-3 .newsletter-form .input-field {
  border: 2px solid #ecd1cc;
  background-color: #ffe4df;
  color: #534e4b;
  width: 570px;
}

@media (max-width: 767px) {
  .newsletter-area.style-3 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-3 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-area.style-4.newsletter-space-y-axis {
  padding-top: 140px;
  padding-bottom: 140px;
}

.newsletter-area.style-4 * {
  color: #ffffff;
}

@media (max-width: 767px) {
  .newsletter-area.style-4 .newsletter-item .inner-item {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-item .inner-item .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-item .inner-item .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form {
    width: 100%;
  }
}

.newsletter-area.style-4 .newsletter-form .input-field {
  background-color: transparent;
  border-color: #ffffff;
  width: 570px;
}

@media (max-width: 767px) {
  .newsletter-area.style-4 .newsletter-form .input-field {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .input-field {
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .btn-custom-size {
    line-height: 67px;
  }
}

@media (max-width: 575px) {
  .newsletter-area.style-4 .newsletter-form .btn-wrap {
    position: relative;
    margin-top: 15px;
  }
}

.newsletter-item {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  border-radius: 25px;
}

.newsletter-title {
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .newsletter-title {
    font-size: 35px;
    line-height: 50px;
  }
}

.newsletter-desc {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .newsletter-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.newsletter-form {
  display: inline-block;
  position: relative;
}

.newsletter-form .input-field {
  background-color: #fe8549;
  border: 1px solid #fe8549;
  border-radius: 20px;
  color: #fefdfc;
  font-size: 17px;
  width: 630px;
  height: 70px;
  padding-left: 30px;
  padding-right: 240px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.newsletter-form .btn-custom-size {
  border-radius: 20px;
  line-height: 1;
  height: 100%;
}

.newsletter-space-top-n140 {
  margin-top: -140px;
}

.newsletter-space-n140 {
  margin-bottom: -140px;
}

/* ---Mailchimp--- */
.mailchimp-submitting,
.mailchimp-success,
.mailchimp-error {
  margin-top: 25px;
}

.detailes {
  background: #e1e1e1;
}

.detailes .mySwiper .card {
  border-radius: 1px;
  border-top: 20px solid #007b7e;
}

.detailes .mySwiper .card .card-body .checkbox .form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailes .mySwiper .card .card-body .checkbox .form .label {
  cursor: pointer;
  display: flex;
  margin: 0px 15px 0px 15px;
  align-items: center;
}

.detailes .mySwiper .card .card-body .checkbox .form .input-radio {
  box-shadow: 0px 0px 0px 1px #00a99a;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.detailes .mySwiper .card .card-body .checkbox .form .input-radio:checked {
  background-color: #00a99a;
}

.detailes .mySwiper .card .card-body .form-control {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.detailes .mySwiper .card .card-body .btn-next {
  background: #00a99a;
  color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 12px;
  font-size: 20px;
}

.detailes .mySwiper .card .card-body .btn-next:hover {
  transition: 0.3s;
  background: #007b7e;
}

.detailes .mySwiper .card .card-body .datepicker {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.detailes .mySwiper .card .card-body .datepicker .form-control {
  border: none;
}

.detailes .mySwiper .card .card-body .datepicker #datepicker[type="text"]::placeholder {
  text-align: end;
}

.detailes .mySwiper .card .card-body input[type="text"]::placeholder {
  color: #000000;
}

.detailes .mySwiper .card .card-body .btn-group {
  display: flex;
  justify-content: end;
}

.detailes .mySwiper .card .card-body .btn-group .btn-female {
  border: 1px solid #00a99a;
  border-radius: 50px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  max-width: 90px;
  margin: 3px;
}

.detailes .mySwiper .card .card-body .btn-group .btn-male {
  border: 1px solid #00a99a;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  max-width: 90px;
  margin: 3px;
  background: #00a99a;
}

.detailes .mySwiper .card .swiper-pagination-bullet-active {
  background-color: #007b7e !important;
}

.family-tree-sec {
  position: relative;
}

.family-tree-sec .card-btn {
  border: 1px solid #036366;
  color: #036366;
  border-radius: 30px;
  transition: 0.3s;
  padding: 3px 20px 3px 20px;
  margin: 0px 20px 0px 20px;
}

.family-tree-sec .card-btn:hover {
  transition: 0.3s;
  color: #ffffff;
  background: #036366;
}

.family-tree-sec .family-title {
  font-weight: 700;
  font-size: 22px;
}

.family-tree-sec .create-btn {
  background: #7dc960;
  font-size: 15px;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 30px;
}

.family-tree-sec .create-btn:hover {
  transition: 0.3s;
  background: #5ca041;
}

.family-tree-sec .card {
  background: #ffffff;
  margin: 10px 0px 10px 0px;
}

.family-tree-sec .lft-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.family-tree-sec .rgt-site a {
  margin: 0px 15px 0px 15px;
  text-decoration: none;
  font-size: 20px;
}

.family-tree-sec .rgt-site a .fa-eye,
.family-tree-sec .rgt-site a .fa-pen-to-square {
  font-weight: lighter;
  color: #046164;
}

.family-tree-sec .path-up {
  position: absolute;
  left: 88%;
  z-index: -1;
  bottom: -45%;
}

.family-tree-sec .form-control {
  direction: rtl;
  border: none;
  border-bottom: 1px solid #8f9c9b;
}

.family-tree-sec .modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.family-tree-sec .modal .modal-dialog .modal-content .modal-header .btn-close {
  background: #e8f1f1;
  border-radius: 50px;
  margin: 0px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.family-tree-sec .modal .modal-dialog .modal-content .modal-header .btn-close .fa-x {
  color: #00a99a;
  font-weight: 700;
  font-size: 11px;
}

.family-tree-sec .card {
  border: none;
}

.family-tree-sec .card .card-body form .form-select {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  font-weight: lighter;
  font-size: 19px;
}

.family-tree-sec .card .card-body .card-title {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0px 0px 12px;
}

.family-tree-sec .card .card-body .form-control {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.family-tree-sec .card .card-body .btn-next {
  background: #00a99a;
  color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 12px;
  font-size: 20px;
}

.family-tree-sec .card .card-body .btn-next:hover {
  transition: 0.3s;
  background: #007b7e;
}

.family-tree-sec .card .card-body .datepicker {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.family-tree-sec .card .card-body .datepicker .form-label {
  text-align: start;
}

.family-tree-sec .card .card-body .datepicker .form-control {
  border: none;
}

.family-tree-sec .card .card-body .datepicker #datepicker[type="text"]::placeholder {
  text-align: end;
}

.family-tree-sec .card .card-body input[type="text"]::placeholder {
  color: #000000;
}

.sidebar-sec {
  display: flex;
  background: #01767a;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Custom styles for the sidebar toggle button */
}

.sidebar-sec .user-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.sidebar-sec .user-mail {
  color: #6bc8cb;
  font-size: 18px;
}

.sidebar-sec #sidebar.active {
  left: 0;
}

.sidebar-sec #sidebarCollapse {
  display: none;
}

.ul-list {
  list-style: none;
  text-align: right;
}

.ul-list .nav-item {
  border-bottom: 1px solid #5da3a6;
}

.ul-list .nav-item .nav-link {
  margin: 20px 0px 4px 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: start;
  padding: 8px 20px;
  border-radius: 10px;
}

.ul-list .nav-item .nav-link i {
  margin-right: 6px;
}

.ul-list .nav-item .nav-link:hover, .ul-list .nav-item .nav-link.active {
  background: #7dc960;
}

.name-list .nav-item .nav-link:hover {
  background: none !important;
}

/*----------------------------------------*/
/*  . Form
/*----------------------------------------*/
.form .group-input {
  display: flex;
}

.form-field {
  width: 100%;
}

.form-field[class*="form-field"]:not(:last-child) {
  margin-right: 30px;
}

.form-field .input-field,
.form-field .textarea-field {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 10px;
  color: #52565b;
  font-size: 15px;
  padding: 25px;
  width: 100%;
  height: 55px;
}

.form-field .input-field:focus,
.form-field .textarea-field:focus {
  background-color: transparent;
  border-color: #efefef;
}

.form-field .textarea-field {
  margin-top: 30px;
  height: 200px;
}

.form-btn {
  font-family: "Gordita";
  background-color: #7dc960;
  border: 1px solid #7dc960;
  border-radius: 10px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  line-height: 57px;
  color: #ffffff;
  font-size: 14px;
}

.form-btn:hover {
  background-color: #00a99a;
  border-color: #00a99a;
}

.form-btn i {
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 20px;
}

.form-btn-wrap {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}

.form-area {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .form-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.form-title {
  color: #0a1e43;
  font-size: 25px;
  line-height: 40px;
  border-top: 1px solid #efefef;
  margin-bottom: 32px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .form-style-2 .form-wrap {
    padding-left: 115px;
    padding-right: 115px;
  }
}

.form-style-2 .form-field {
  margin-bottom: 20px;
}

.form-style-2 .form-field[class*="form-field"]:not(:last-child) {
  margin-right: 0;
}

.form-style-2 .form-field .input-field,
.form-style-2 .form-field .textarea-field {
  border-color: #efefef;
}

.form-style-2 .form-field .input-field:focus,
.form-style-2 .form-field .textarea-field:focus {
  background-color: transparent;
  border-color: #00a99a;
}

.form-style-2 .form-field .textarea-field {
  margin-top: 0;
}

.form-style-2 .form-btn {
  background-color: #7dc960;
  border-color: #7dc960;
}

.form-style-2 .form-btn:hover {
  background-color: #00a99a;
  border: 1px solid #00a99a;
}

.form-style-2 .form-btn i {
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 20px;
}

.form-style-2 .form-btn-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}

.form-style-2 .form-messege {
  margin-top: 25px;
  margin-bottom: 0;
}

.form-style-2 .form-messege.error {
  color: red;
}

.form-style-2 .form-messege.success {
  color: green;
}

/*----------------------------------------*/
/*  20. Contact
/*----------------------------------------*/
.contact-map {
  padding-top: 140px;
}

.contact-map-size {
  height: 500px;
  width: 100%;
}

@media (min-width: 992px) {
  .contact-sidebar {
    padding-left: 40px;
  }
}

.contact-sidebar .inner-img {
  position: relative;
}

.contact-sidebar-banner {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
}

.contact-sidebar-banner img {
  width: 100%;
}

.contact-sidebar-banner:hover .sidebar-btn {
  background-color: #00a99a;
}

.contact-sidebar .sidebar-btn {
  background-color: #00a99a;
  border-radius: 10px;
  width: 215px;
  height: 50px;
  line-height: 49px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.contact-sidebar .sidebar-btn:after {
  background-color: #ededed;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact-sidebar .sidebar-btn-wrap {
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.contact-sidebar-info {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.contact-sidebar-info .contact-info li {
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .contact-info li:hover .contact-icon {
  background-color: #00a99a;
}

.contact-sidebar-info .contact-info li:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

.contact-sidebar-info .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}

.contact-sidebar-info .contact-info li a,
.contact-sidebar-info .contact-info li span {
  font-family: "Gordita";
  color: #52565b;
  font-size: 13px;
  line-height: 28px;
}

.contact-sidebar-info .contact-info li a:hover {
  color: #00a99a;
}

.contact-sidebar-info .contact-icon {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .contact-icon img {
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .social-link {
  margin-top: 20px;
}

.contact-sidebar-info .social-title {
  margin-bottom: 15px;
  color: #22262a;
  font-size: 18px;
}

.contact-sidebar-info .social-list {
  display: flex;
}

.contact-sidebar-info .social-list li:not(:last-child) {
  margin-right: 10px;
}

.contact-sidebar-info .social-list li a {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
}

.contact-sidebar-info .social-list li a:hover {
  background-color: #00a99a;
}

.contact-sidebar-info .social-list li a:hover i {
  color: #ffffff;
}

.contact-sidebar-info .social-list li a i {
  color: #22262a;
  font-size: 14px;
}

/*----------------------------------------*/
/*  21. Tables
/*----------------------------------------*/
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #036366;
}

.adduser-form .adduser-feild label {
  width: fit-content;
  margin-right: 20px;
  text-wrap: nowrap;
}

.adduser-form .adduser-feild .select2 {
  width: 100% !important;
}

.form-group input,
.form-group select {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.btn-space {
  background: #01767a;
  color: #fff;
}

.btn-green {
  background: #7dc960;
  color: #fff;
}

/*----------------------------------------*/
/*  22. 404
/*----------------------------------------*/
.error-404-area {
  padding-top: 140px;
}

.error-404-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.error-404-content {
  margin-top: 75px;
}

.error-404-content .title {
  color: #212832;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .error-404-content .title {
    font-size: 35px;
  }
  .banner {
    padding: 20px 0 50px 0 !important;
  }
  .banner .banner-wrap {
    padding: 0px !important;
  }
  .download {
    padding: 26px !important;
  }
  #footer .foot-nav {
    display: block !important;
  }
  #footer .foot-nav .nav-item {
    text-align: center;
  }
  .wrap-login100 {
    width: 100%;
  }
  .form-width {
    width: 100% !important;
    max-width: 100% !important;
  }
  .table-striped {
    padding: 0 !important;
    margin: 0 !important;
  }
  .table-striped thead {
    font-size: 12px !important;
  }
  .dataTables_length {
    text-align: center !important;
  }
  .dataTables_filter {
    text-align: center !important;
    padding-top: 5px;
  }
  .pagination {
    padding: 8px;
  }
}

.error-404-content .desc {
  font-family: "Gordita";
  color: #4a4b51;
  line-height: 30px;
  margin-bottom: 70px;
  max-width: 610px;
}

#footer {
  background: #292b2c;
  color: #ffffff;
  padding: 30px;
}

#footer .container .nav-item {
  list-style: none;
}

#footer .container .nav-item .nav-link {
  padding: 0;
  padding: 10px 0 10px 0;
  color: #ffffff;
}

#footer .container .text {
  font-size: 22px;
}

#footer .foot-nav {
  display: flex;
  justify-content: center;
}

#footer .foot-nav .nav-item {
  text-decoration: none;
  list-style: none;
}

#footer .foot-nav .nav-item .nav-link {
  color: #4f5152;
  padding: 0px 5px 0px 5px;
}

#footer .btn-start {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#footer .btn-start:hover {
  color: #000000;
}

.wrapper {
  background: #fbfbfb;
  height: 100vh;
}

.wrapper .tree {
  height: 20vh;
}

.wrapper .tree .level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.wrapper .tree .level-2-wrapper li {
  position: relative;
}

.wrapper .tree .level-2-wrapper li .lft-pat {
  position: absolute;
  left: -10px;
  top: 35px;
}

.wrapper .tree .level-2-wrapper li .rght-pat {
  position: absolute;
  top: 35px;
  left: -150px;
}

.wrapper .tree .level-2-wrapper li .rectangle {
  position: relative;
  padding: 20px;
}

.wrapper .tree .level-2-wrapper li .bef-line {
  position: relative;
}

.wrapper .tree .level-2-wrapper li .bef-line::before {
  content: "";
  width: 21px;
  height: 1px;
  background: #c6d4d3;
  position: absolute;
  right: -8%;
}

.wrapper .tree .level-2-wrapper li .level-3 {
  margin-bottom: 20px;
  border-radius: 30px;
  color: #b5b5b5;
  text-align: center;
  border: thin dotted;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .tree .level-2-wrapper li .level-3 span {
  font-family: din23;
}

.wrapper .tree .level-2-wrapper li .level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.wrapper .tree .level-2-wrapper li .level-3-wrapper .level-4 {
  border-radius: 30px;
  color: #6b7271;
  text-align: center;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .tree .level-2-wrapper li .level-i-text {
  margin-right: 30px;
}

.wrapper ol {
  list-style: none;
}

.wrapper .btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper .btn-group .btns {
  width: 30%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.wrapper .btn-group .btns .level-3 {
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  color: #6b7271;
  padding: 10px;
  background: #fff;
  position: relative;
}

.wrapper .btn-group .btns .level-3 .user-img {
  max-width: 50px;
}

.wrapper .btn-group .btns .level-3 span {
  font-family: din23;
}

.wrapper .btn-group .btns .plus-img {
  position: absolute;
  bottom: -12px;
}

.wrapper .btn-group .btns .bef-line {
  position: relative;
}

.wrapper .btn-group .btns .bef-line::before {
  content: "";
  width: 115px;
  height: 1px;
  background: #c6d4d3;
  position: absolute;
  right: -50%;
}

.wrapper .btn-3 {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}

.wrapper .btn-3 .level-3 {
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #6b7271;
  padding: 10px;
  background: #fff;
  position: relative;
  width: 12%;
}

.wrapper .btn-3 .level-3::after {
  content: "";
  background: #c6d4d3;
  width: 1px;
  height: 155px;
  position: absolute;
  bottom: 70px;
}

.wrapper .btn-3 .level-3 .plus-img {
  position: absolute;
  bottom: -12px;
}

.wrapper .btn-3 .level-3 span {
  font-family: din23;
}

.wrapper .btn-3 .level-3 .user-img {
  max-width: 50px;
}
/*# sourceMappingURL=all.css.map */
