@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #c3993b;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #c3993b;
  border-radius: 10px;
}
.btn-style:hover {
  color: #c3993b;
  background-color: #fff;
  border-color: #fff;
  border-color: #c3993b;
}

.btn-style-rounded {
  background-color: #c3993b;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #c3993b;
}
.btn-style-rounded:hover {
  color: #c3993b;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #c3993b;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* menu icon */
.custom_navbar {
  background-color: #010101;
  padding: 5px 0;
}
.custom_navbar .container {
  position: relative;
}
.custom_navbar .logo img {
  width: 210px;
}
.custom_navbar .dropdown {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 6;
}
.custom_navbar .dropdown button {
  background-color: #c3993b;
  border: 0;
}
.custom_navbar .dropdown button span {
  margin-top: 3px;
  margin-right: 5px;
}
.custom_navbar .dropdown button:focus {
  outline: 0;
  box-shadow: none;
}
.custom_navbar .nav_item {
  padding: 0 15px;
}
.custom_navbar .nav_item .nav_link {
  color: #fff;
  position: relative;
}
.custom_navbar .nav_item .nav_link::before {
  width: 0%;
  background-color: #fff;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease-in;
}
.custom_navbar .nav_item .nav_link.active::before {
  width: 80%;
}
.custom_navbar .nav_item .nav_link:hover::before {
  width: 80%;
}
.custom_navbar .mobile_icon {
  display: none;
}

.customer_header .card_img {
  height: calc(100vh - 120px);
}

.inner_customer_header .card_img {
  height: 70vh;
}

.about_wasmi {
  position: relative;
}
.about_wasmi .about_wasmi_bg {
  position: absolute;
  width: 100%;
}
.about_wasmi .about_wasmi_bg img {
  width: 100%;
}
.about_wasmi .about_logo,
.about_wasmi .about_conten {
  position: relative;
  z-index: 3;
}
.about_wasmi .about_logo p,
.about_wasmi .about_conten p {
  color: #dcaa27;
}

.statistics_home {
  padding-top: 150px;
  background-color: #fbfbfb;
}
.statistics_home .card_img {
  height: 425px;
}
.statistics_home h5 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #404040;
}

.statistics_card {
  margin-bottom: 35px;
}
.statistics_card .parent {
  width: 80px;
  height: 80px;
  border: 4px dotted #951b81;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.statistics_card .parent span {
  font-size: 1.2rem;
  color: #308138;
  font-weight: bold;
}
.statistics_card h6 {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}


.about_wasmi_pargraph h5 {
  font-weight: bold;
}
.about_wasmi_pargraph p {
  margin-top: 15px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about_wasmi_pargraph a {
  color: #c3993b !important;
  position: relative;
  cursor: pointer;
}
.about_wasmi_pargraph a::after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #c3993b;
  content: "";
  right: 0;
}
.about_wasmi_pargraph .read_less {
  opacity: 0;
  visibility: hidden;
}
.about_wasmi_pargraph .read_options {
  position: relative;
}
.about_wasmi_pargraph .read_options a {
  position: absolute;
  right: 0;
}

.increaselies p {
  -webkit-line-clamp: none !important;
}
.increaselies .read_more {
  opacity: 0;
  visibility: hidden;
}
.increaselies .read_less {
  opacity: 1;
  visibility: visible;
}

.family_news {
  margin-top: 90px;
  position: relative;
  padding: 20px 0;
}
.family_news .family_news_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.family_news .section_header {
  text-align: center;
  position: relative;
  z-index: 2;
}
.family_news .section_header h5 {
  font-size: 2rem;
}
.family_news .show_all {
  margin-top: 31px;
  text-align: center;
}
.family_news .show_all a {
  border: 1px solid #404040;
  padding: 14px 55px;
  border-radius: 45px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  margin: auto;
}
.family_news .show_all a:hover {
  background-color: #c3993b;
  color: #fff;
  border-color: #c3993b;
}

.news_card {
  background-color: #fff;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  border-radius: 3px;
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 20px;
}
.news_card .card_img {
  height: 182px;
}
.news_card .card_body h5 {
  font-size: 0.9rem;
  color: #636363;
  margin: 20px 0;
}
.news_card .card_body p {
  color: #c3993b;
  font-size: 0.9rem;
}

.media_center {
  margin-top: 35px;
}
.media_center .section_header {
  text-align: center;
}
.media_center .section_header h5 {
  font-size: 2rem;
}
.media_center .show_all {
  margin-top: 31px;
  text-align: center;
}
.media_center .show_all a {
  border: 1px solid #404040;
  padding: 14px 55px;
  border-radius: 45px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  margin: auto;
}
.media_center .show_all a:hover {
  background-color: #c3993b;
  color: #fff;
  border-color: #c3993b;
}

.media_card .card_img {
  height: 265px;
  border-radius: 5px;
}
.media_card .card_img .img_parent,
.media_card .card_img img {
  border-radius: 5px;
}
.media_card .card_img .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.media_card .card_img .play_btn i {
  color: #000;
}

.modona {
  margin-top: 40px;
  padding-top: 100px;
  position: relative;
}
.modona .modona_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modona .modona_bg img {
  width: 100%;
  height: 100%;
}
.modona .section_header {
  position: relative;
  z-index: 3;
  text-align: center;
}
.modona .section_header h5 {
  font-size: 2rem;
}
.modona .show_all {
  margin-top: 31px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.modona .show_all a {
  border: 1px solid #404040;
  padding: 14px 55px;
  border-radius: 45px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  margin: auto;
}
.modona .show_all a:hover {
  background-color: #c3993b;
  color: #fff;
  border-color: #c3993b;
}

.modona_card {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
}
.modona_card .card_img {
  height: 321px;
}
.modona_card .card_img .date {
  position: absolute;
  width: 67px;
  height: 67px;
  background-color: #c3993b;
  border: 3px solid #fff;
  z-index: 4;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  bottom: -35px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modona_card .card_img .date span {
  display: block;
}
.modona_card .card_body {
  padding: 57px 15px 20px 15px;
}
.modona_card .card_body p {
  font-size: 0.9rem;
}
.modona_card .card_body a {
  color: #c3993b;
  font-size: 0.9rem;
}

.contact_us_section {
  margin-top: 200px;
  position: relative;
  z-index: 4;
  background-color: #fbfbfb;
  padding: 50px 0;
  padding-bottom: 100px;
}
.contact_us_section .section_header {
  text-align: center;
}
.contact_us_section .section_header h5 {
  font-size: 2rem;
}
.contact_us_section label {
  font-size: 1.1rem;
}
.contact_us_section .form-group {
  margin-top: 50px;
}
.contact_us_section .form-control {
  height: 70px;
  background-color: #fff;
  margin-top: 14px;
  text-align: right;
}
.contact_us_section textarea.form-control {
  height: 125px;
  resize: none;
}
.contact_us_section .show_all {
  margin-top: 31px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.contact_us_section .show_all a {
  border: 1px solid #404040;
  padding: 14px 55px;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  margin: auto;
  width: 500px;
  max-width: 100%;
  background-color: #c3993b;
  border: 1px solid #c3993b;
  color: #fff;
}
.contact_us_section .show_all a:hover {
  background-color: #fff;
  color: #000;
}

.custom_footer {
  background-color: #404040;
  padding: 50px 0 100px 0;
  position: relative;
}
.custom_footer .wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.custom_footer .wave img {
  width: 100%;
}
.custom_footer .logo a {
  display: block;
}
.custom_footer .logo img {
  width: 300px;
}
.custom_footer h5 {
  color: #c3993b;
  font-size: 1.4rem;
}
.custom_footer p {
  font-size: 1rem;
  color: #c3993b;
}
.custom_footer li {
  margin: 0 10px;
}
.custom_footer li a {
  color: #c3993b;
  font-size: 1rem;
}
.custom_footer li a:hover {
  color: #fff;
}
.custom_footer .footer_social {
  margin-top: 54px;
}

.gray_box {
  padding: 18px 50px;
  background-color: #f6f6f6;
  border-radius: 32px;
  border: 0.5px solid rgba(64, 64, 64, 0.2823529412);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
.gray_box .section_header {
  text-align: center;
  margin-bottom: 60px;
}
.gray_box .section_header h5 {
  font-size: 2rem;
  font-weight: bold;
}
.gray_box .show_all {
  margin-top: 31px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.gray_box .show_all a {
  border: 1px solid #404040;
  padding: 14px 55px;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  margin: auto;
  width: 500px;
  max-width: 100%;
  margin: auto;
  background-color: #c3993b;
  border: 1px solid #c3993b;
  color: #fff;
}
.gray_box .show_all a:hover {
  background-color: #fff;
  color: #000;
}

.family_details p {
  font-size: 1rem;
  line-height: 35px;
}
.family_details ul {
  margin: 40px 0;
}

.news_page_details .news_card {
  margin-bottom: 30px;
}

.news_details_page {
  padding: 40px 0;
}
.news_details_page p {
  font-size: 1rem;
  line-height: 35px;
}
.news_details_page h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.news_details_page .image {
  padding: 10px;
  border: 1px solid #1d9098;
  border-radius: 5px;
  width: 373px;
  max-width: 100%;
  margin: auto;
}
.news_details_page .image .card_img {
  width: 100%;
  height: 414px;
  border-radius: 5px;
}
.news_details_page .image .card_img img {
  border-radius: 5px;
}
.news_details_page .news_details_page_content {
  margin-bottom: 60px;
}
.news_details_page .news_details_page_content_second .image {
  margin-right: auto;
}

.pagination_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.pagination_nav nav {
  overflow-x: auto;
}
.pagination_nav .page-item {
  margin: 0 7px;
}
.pagination_nav .page-item .page-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3993b;
  background-color: #c3993b;
  color: #fff;
  font-size: 1.1rem;
}
.pagination_nav .page-item .page-link:hover {
  background-color: #fff;
  color: #c3993b;
}

.video_blog {
  margin-bottom: 90px;
}
.video_blog .container {
  position: relative;
}
.video_blog .video_blog_wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.video_blog .video_blog_wrapper .card_img {
  height: 369px;
  width: 100%;
}
.video_blog .section_header {
  text-align: center;
  position: relative;
  z-index: 4;
  padding-top: 36px;
}
.video_blog .section_header p {
  color: #fff;
}
.video_blog .video_box {
  text-align: center;
}
.video_blog .video_box .card_img {
  height: 461px;
  width: 853px;
  margin: auto;
  max-width: 100%;
  border-radius: 24px;
}
.video_blog .video_box .card_img .img_parent img {
  border-radius: 24px;
}
.video_blog .video_box .card_img .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  border-radius: 50%;
}
.video_blog .video_box .card_img .play_btn i {
  color: #c3993b;
  font-size: 1.4rem;
}

.media_center_page {
  margin-bottom: 100px;
}
.media_center_page .media_center_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.media_center_page .media_center_nav .nav {
  width: 70%;
}
.media_center_page .media_center_nav .nav-item {
  width: 45%;
  margin: auto;
}
.media_center_page .media_center_nav .nav-item .nav-link {
  width: 100%;
  padding: 16px;
  background-color: #eeeeee;
  border-radius: 10px;
  color: #010101;
  font-size: 1.1rem;
}
.media_center_page .media_center_nav .nav-item .nav-link.active {
  background-color: rgba(195, 153, 59, 0.19);
  color: #c3993b;
}
.media_center_page .media_img .card_img {
  height: 260px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.media_center_page .media_img .card_img .img_parent,
.media_center_page .media_img .card_img img {
  border-radius: 5px;
}
.media_video_card {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin-bottom: 30px;
}
.media_video_card .card_img {
  height: 265px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media_video_card .card_img .img_parent {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media_video_card .card_img .img_parent img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media_video_card .card_body {
  padding: 21px 15px;
}
.media_video_card .card_body h5 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.media_video_card .card_body li span {
  font-size: 0.8rem;
  margin-right: 5px;
}
.media_video_card .card_img .play_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media_video_card .card_img .play_btn i {
  color: #000;
}

.result_search {
  padding-bottom: 90px;
}

.custom_select {
  position: relative;
  width: 100%;
  float: none !important;
  height: 70px;
  margin-top: 14px;
  text-align: right !important;
  line-height: 70px;
}
.custom_select .current {
  text-align: right !important;
}
.custom_select .list {
  width: 100%;
}
.custom_select .list .option {
  text-align: right;
}

.contact_us_section_page {
  margin-top: 0;
  background-color: #fff;
}
.contact_us_section_page .wrapper {
  background-color: #f6f6f6;
  border-radius: 32px;
  padding: 20px 120px;
  margin-top: -150px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding-bottom: 80px;
}

.personal-img {
  position: relative;
}
.personal-img .per {
  width: 120px;
  height: 95px;
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
}
.personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personal-img .btn {
  color: #c3993b;
  cursor: pointer !important;
  text-align: right;
  font-size: 12px;
  z-index: 9;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}
.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.personal-img .btn:disabled {
  display: none;
}
.personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.personlaimg-h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
}

.account_user_page {
  background-image: url("../images/account_bg.png");
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
}
.account_user_page:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account_user_page .login_form {
  background-color: rgba(1, 1, 1, 0.5333333333);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 490px;
  max-width: 100%;
  padding: 70px 30px;
  position: relative;
  z-index: 2;
}
.account_user_page .login_form .logo {
  text-align: center;
}
.account_user_page .login_form .section_header {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
.account_user_page .login_form .section_header h5 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
}
.account_user_page .login_form .section_header p {
  font-size: 0.8rem;
  color: #fff;
}
.account_user_page .login_form label {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.account_user_page .login_form .form-group {
  margin-top: 24px;
}
.account_user_page .login_form .form-control {
  height: 60px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  text-align: right;
}
.account_user_page .login_form .form-control::-moz-placeholder {
  font-size: 0.9rem;
}
.account_user_page .login_form .form-control::placeholder {
  font-size: 0.9rem;
}
.account_user_page .forget_pass {
  margin-top: 10px;
}
.account_user_page .forget_pass a {
  color: #c3993b;
  font-size: 0.9rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.account_user_page .forget_pass a::after {
  position: absolute;
  bottom: 5px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c3993b;
  right: 0;
}
.account_user_page .btn_submit {
  margin-top: 31px;
  text-align: center;
}
.account_user_page .btn_submit button {
  border: 1px solid #404040;
  padding: 14px 55px;
  display: block;
  width: 100%;
  color: #fff;
  margin: auto;
  background-color: #c3993b;
}
.account_user_page .btn_submit button:hover {
  background-color: #fff;
  color: #c3993b;
  border-color: #c3993b;
}
.account_user_page .new_account {
  text-align: center;
  margin-top: 15px;
}
.account_user_page .new_account p {
  color: #fff;
  font-size: 0.8rem;
}
.account_user_page .new_account a {
  margin-right: 5px;
  color: #c3993b;
  display: inline-block;
}
.account_user_page .otp_wrapper .form-control {
  width: 78px;
  height: 85px;
  border-radius: 10px;
  text-align: center !important;
  font-size: 2rem;
}
.account_user_page .otp_wrapper .form-control::-moz-placeholder {
  font-size: 2rem;
}
.account_user_page .otp_wrapper .form-control::placeholder {
  font-size: 2rem;
}
.account_user_page .approv label {
  font-size: 0.9rem;
  color: #c3993b;
}

.family_tree_page {
  padding: 50px 0;
}
.family_tree_page .section_header {
  text-align: center;
}
.family_tree_page .family_tree_page_wrapper {
  border: 1px solid #404040;
  padding: 50px 100px;
  margin-top: 40px;
}
.family_tree_page .seconds_cards {
  position: relative;
  width: 100%;
}
.family_tree_page .seconds_cards::before {
  width: 2px;
  background-color: #583A35;
  height: 95%;
  content: "";
  top: -30px;
  left: 36px;
  position: absolute;
}
.family_tree_page .second_row {
  position: relative;
}
.family_tree_page .second_row::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 106px;
  left: 50%;
  background-color: #583A35;
  bottom: 100%;
  transform: translate(-50%, 0);
}
.family_tree_page .second_row::after {
  position: absolute;
  content: "";
  width: 70%;
  margin: auto;
  height: 1px;
  left: 50%;
  background-color: #583A35;
  top: -105px;
}
.family_tree_page .second_row_first::after {
  left: -70px;
}
.family_tree_page .second_row_middle::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.family_tree_page .second_row_line::before {
  height: 170px;
  width: 2px;
}

.family_card {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #ECE7D7;
  border-radius: 5px;
  z-index: 2;
}
.family_card .card_wrap {
  padding: 20px;
  padding-bottom: 10px;
}
.family_card .card_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.family_card .card_img img {
  border-radius: 50%;
}
.family_card h5 {
  font-size: 1.1rem;
  color: #583A35;
  font-weight: bold;
  margin: 0;
}
.family_card p {
  margin: 0;
  font-size: 0.9rem;
}
.family_card p span {
  font-size: 0.9rem;
}
.family_card h6 {
  font-size: 1rem;
}
.family_card .card_footr {
  background-image: url("../images/footer-card.png");
  padding: 10px;
}
.family_card .card_footr img {
  margin-right: 15px;
}
.family_card.first_card {
  margin: auto;
  margin-bottom: 150px;
}
.family_card.second_card {
  margin-bottom: 0 !important;
  margin-top: 30px;
  margin-right: -20px;
  position: relative;
}
.family_card.second_card::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: -30px;
  background-color: #583A35;
  top: 50%;
  transform: translate(0, -50%);
}

.first_color {
  background-color: #ECE7D7;
}

.second_color {
  background-color: #F6E6C3;
}

.family_aspect_card {
  text-align: center;
  justify-content: center;
  margin: 40px 0;
}
.family_aspect_card h5 {
  margin: 0;
  font-size: 1.5rem;
  color: #c3993b;
  margin-right: 5px;
}
.family_aspect_card h5 span {
  margin-right: 5px;
}
.family_aspect_card i {
  color: #c3993b;
  font-size: 1.5rem;
}

@media (max-width: 1440px) {
  .family_tree_page .seconds_cards::before {
    left: 0;
  }
  .family_card.second_card::before {
    width: 19px;
    left: -19px;
  }
}
@media (max-width: 1200px) {
  html, body {
    font-size: 13px;
  }
  .custom_navbar .nav_item .nav_link {
    font-size: 1rem;
  }
  .custom_navbar .nav_item {
    padding: 0 7px;
  }
  .custom_navbar .logo img {
    width: 180px;
  }
  .about_wasmi .about_logo img {
    width: 200px;
  }
  .family_tree_page .family_tree_page_wrapper {
    padding: 50px 50px;
  }
}
@media (max-width: 991px) {
  .custom_navbar .nav_links ul {
    display: none !important;
  }
  .custom_navbar .dropdown button {
    display: none !important;
  }
  .statistics_card .parent {
    width: 60px;
    height: 60px;
  }
  .media_card {
    margin-bottom: 20px;
  }
  .custom_footer li {
    margin: 0 5px;
  }
  .contact_us_section_page .wrapper {
    padding: 20px 50px;
  }
  .account_user_page .login_form {
    padding: 30px 20px;
    min-width: 100%;
  }
  .custom_navbar .nav_links {
    justify-content: space-between !important;
    flex-direction: row-reverse;
  }
  .custom_navbar .mobile_icon {
    display: inline-flex;
  }
  .custom_navbar .mobile_icon i {
    color: #fff;
    font-size: 2rem;
  }
  .family_card.second_card {
    margin-right: 0;
  }
  .family_tree_page .seconds_cards {
    width: -moz-fit-content;
    width: fit-content;
  }
  .family_tree_page .seconds_cards::before {
    left: -20px;
  }
  .family_card.first_card {
    margin-bottom: 10px;
  }
  .family_card {
    margin-top: 30px !important;
  }
  .family_tree_page .second_row_first::after, .family_tree_page .second_row::after, .family_tree_page .second_row::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .about_wasmi .about_wasmi_bg {
    height: 100%;
  }
  .about_wasmi .about_wasmi_bg img {
    height: 100%;
  }
  .statistics_home h5 {
    margin-top: 20px;
  }
  .custom_footer ul {
    flex-wrap: wrap;
  }
  .custom_footer ul li {
    margin: 5px;
  }
  .custom_footer .logo img {
    width: 150px;
  }
  .custom_footer h5 {
    font-size: 1.1rem;
  }
  .custom_footer {
    padding: 30px 0 50px 0;
  }
  .custom_navbar .logo img {
    width: 130px;
  }
  .gray_box {
    padding: 18px 20px;
  }
  .pagination_nav .page-item .page-link {
    width: 30px;
    height: 30px;
  }
  .contact_us_section_page .wrapper {
    padding: 20px 20px;
  }
  .contact_us_section .form-group {
    margin-top: 20px;
  }
  .account_user_page .otp_wrapper .form-group {
    width: 20%;
  }
  .account_user_page .otp_wrapper .form-group .form-control {
    width: 100%;
  }
  .family_tree_page .seconds_cards {
    margin-right: -20px;
  }
  .family_tree_page .seconds_cards {
    width: 100%;
  }
  .family_aspect_card {
    margin: 20px 0;
  }
}
/* Shared styles  */
.account_user_page {
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */

@media(max-width: 600px){
    .about_wasmi{
      background-color: #404040;
      padding: 15px;
    }
    .about_wasmi .about_wasmi_bg {
      display: none;
    }
  }
