@charset "UTF-8";
*,
* button:focus {
  outline: 0;
}

:root {
  --mainColor: #0071BB;
  --subColor: #C8C5C7;
  /* --subColor2: #77643d; */
}

.mainColor,
.color-primary {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Alexandria", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 2.2;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 2.2;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.section_head {
  position: relative;
}
.section_head::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 100px;
  height: 50px;
  background-image: url(../images/head_shap.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section_head.text-center::after {
  right: 50%;
  transform: translateX(50%);
}
.section_head h2 {
  position: relative;
  color: var(--mainColor);
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 10;
  font-size: 30px;
}
.section_head p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.swiper-notification {
  display: none;
}

.fancybox-content {
  min-height: 80vh;
}

/* --------------- buttons --------------- */
.butn {
  position: relative;
  padding: 15px 50px;
  text-align: center;
  border: 0;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 50px;
}
.butn * {
  color: #fff;
}
.butn:hover {
  background-color: #000;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  padding: 30px 0;
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--mainColor);
}
.navbar .nav_side {
  display: flex;
  align-items: center;
}
.navbar .nav_side .icon_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;
}
.navbar .nav_side .icon_link:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.navbar .nav_side .lang_drop .flag {
  height: 15px;
  margin-inline-end: 3px;
}
.navbar .dropdown-circle .dropdown-toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 18px;
}
.navbar .dropdown-circle .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-circle .dropdown-menu {
  right: auto;
  left: 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}
.navbar .dropdown-circle .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.navbar .dropdown-circle .dropdown-menu .dropdown-item .icon {
  margin-inline-end: 10px;
}
.navbar .dropdown-circle .dropdown-menu li:last-of-type .dropdown-item {
  border: 0;
}

/* --------------- header --------------- */
.header {
  position: relative;
  overflow: hidden;
}
.header .header_shap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
  pointer-events: none;
  width: 10%;
}
.header .header_slider {
  position: relative;
  overflow: hidden;
}
.header .header_slider .arrows {
  position: absolute;
  right: 4vw;
  bottom: 30px;
  z-index: 10;
}
.header .header_slider .arrows .swiper-button-next,
.header .header_slider .arrows .swiper-button-prev {
  position: static;
  margin: 6px 0;
  width: 45px;
  height: 45px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.header .header_slider .arrows .swiper-button-next::after,
.header .header_slider .arrows .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}
.header .header_slider .arrows .swiper-button-next:hover,
.header .header_slider .arrows .swiper-button-prev:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.header .header_slider .arrows .swiper-button-next:hover::after,
.header .header_slider .arrows .swiper-button-prev:hover::after {
  color: #fff;
}
.header .header_slider .swiper-slide-active .slider_card .bg {
  transform: scale(1);
  transition: all 1s ease;
  transition-delay: 0.4s;
  opacity: 1;
}
.header .header_slider .swiper-slide-active .slider_card .content .info h1,
.header .header_slider .swiper-slide-active .slider_card .content .info h2 {
  opacity: 1;
  transform: translateX(0);
}
.header .header_slider .swiper-slide-active .slider_card .content .info .butn {
  transform: translateY(0);
  opacity: 1;
}
.header .slider_card {
  position: relative;
  height: 100vh;
}
.header .slider_card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
}
.header .slider_card .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.4);
  transition: all 1s ease;
  transition-delay: 0.4s;
}
.header .slider_card .content {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  z-index: 10;
}
.header .slider_card .content .info {
  position: relative;
  color: #fff;
  text-align: center;
  margin: auto;
}
.header .slider_card .content .info h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  transform: translateX(-100px);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  margin-bottom: 50px;
}
.header .slider_card .content .info h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  transform: translateX(-100px);
  transition: all 0.4s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
}
.header .social_links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 50;
  padding-top: 100px;
}
.header .social_links a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  color: #fff;
  margin: 15px;
  border-radius: 50%;
  font-size: 16px;
}
.header .social_links a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

/* --------------- about --------------- */
.about {
  position: relative;
  padding: 90px 0;
}
.about .container {
  position: relative;
  z-index: 20;
}
.about::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--mainColor);
  border-bottom-left-radius: 50px;
}
.about .content_card {
  background-color: #EFF3F6;
  padding: 30px;
  border-radius: 30px;
  margin-top: 30px;
}
.about .content_card .info {
  padding: 50px 0;
}
.about .content_card .info .text {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
.about .content_card .img {
  position: relative;
  height: 400px;
  margin-top: -120px;
}
.about .content_card .img .vid_btn {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: var(--mainColor);
}
.about .content_card .img .shap1 {
  position: absolute;
  right: -100px;
  width: calc(100% + 200px);
  max-width: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about .content_card .img .shap2 {
  position: absolute;
  right: -100px;
  width: calc(100% + 200px);
  max-width: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  transition: all 3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.about .content_card .img .shap2.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about .content_card .img .main_img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

/* --------------- projects --------------- */
.project_now {
  position: relative;
  padding: 70px 0;
}
.project_now .project_card {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-color: #eff3f6;
  border: 7px solid #fff;
  border-radius: 41px;
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.15);
}
.project_now .project_card::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  width: 70%;
  height: 90%;
  background-image: url(../images/card_shap.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.project_now .info {
  position: relative;
  background-color: #EFF3F6;
  padding: 50px;
}
.project_now .info h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.project_now .info h4::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30%;
  height: 3px;
  border-radius: 5px;
  background-color: var(--mainColor);
}
.project_now .info .progress-content-card .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  color: var(--mainColor);
}
.project_now .info .progress-content-card .price .item span {
  font-weight: 600;
  font-size: 18px;
}
.project_now .info .progress-content-card .price .item small {
  font-weight: 400;
  font-size: 10px;
}
.project_now .info .progress-content-card .progress {
  height: 6px;
  border-radius: 5px;
  overflow: visible;
}
.project_now .info .progress-content-card .progress .progress-bar {
  overflow: visible;
  height: 6px;
  border-radius: 5px;
  background-color: var(--mainColor);
}
.project_now .info .progress-content-card .progress .progress-bar .float_txt {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0;
}
.project_now .info .progress-content-card .progress .progress-bar .float_txt small {
  color: var(--mainColor);
  font-size: 7px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mainColor);
}
.project_now .info .progress-content-card .donate {
  margin-top: 30px;
}
.project_now .info .progress-content-card .donate .don_card {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--mainColor);
  font-size: 12px;
  font-weight: 600;
  margin-inline-start: 10px;
}
.project_now .info .progress-content-card .donate .don_card:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.project_now .img {
  height: 100%;
}

/* --------------- steps --------------- */
.steps {
  position: relative;
  padding: 100px 0;
  background-image: linear-gradient(to bottom, transparent, rgba(239, 243, 246, 0.7803921569), #eff3f6);
}
.steps .item {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.steps .item .icon {
  height: 60px;
  margin-bottom: 30px;
}
.steps .item h6 {
  font-size: 20px;
  color: var(--mainColor);
  margin-bottom: 15px;
}
.steps .item .text {
  font-size: 12px;
}

/* --------------- partners --------------- */
.partners {
  position: relative;
  padding: 70px 0;
}
.partners .partners_slider {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.partners .partners_slider .part_card {
  display: block;
  text-align: center;
}
.partners .partners_slider .part_card .pr_logo {
  max-height: 135px;
  max-width: 220px;
  filter: grayscale(1);
  display: block;
  margin: auto;
}
.partners .partners_slider .part_card .pr_logo:hover {
  filter: grayscale(0);
}

/* --------------- numbers --------------- */
.numbers {
  position: relative;
  padding: 150px 0 100px;
  color: #fff;
}
.numbers::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mainColor);
  opacity: 0.7;
  z-index: 3;
}
.numbers .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.numbers .number_card {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  z-index: 10;
}
.numbers .number_card h2 {
  font-size: 55px;
}
.numbers .number_card p {
  font-size: 18px;
}
.numbers .numbers_shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
          clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  transition: all 3s ease;
}
.numbers .numbers_shap.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* --------------- projects --------------- */
.projects {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.projects .line {
  position: absolute;
  bottom: 90px;
  width: 100%;
  height: 4px;
  background-color: var(--mainColor);
  left: calc((100vw - 1320px) / 2);
  transition: all 3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.projects .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.projects .projects_slider {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
  padding-bottom: 100px;
}
.projects .projects_slider .swiper-slide {
  padding: 0 20px;
}
.projects .projects_slider .arrows {
  position: absolute;
  left: 6vw;
  bottom: 0;
  display: inline-flex;
  background-color: #fff;
  z-index: 10;
  padding: 0 10px;
}
.projects .projects_slider .arrows .swiper-button-next,
.projects .projects_slider .arrows .swiper-button-prev {
  position: static;
  margin: 0 6px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(0, 0, 0, 0.0666666667);
  border-radius: 50%;
}
.projects .projects_slider .arrows .swiper-button-next::after,
.projects .projects_slider .arrows .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}
.projects .projects_slider .arrows .swiper-button-next:hover,
.projects .projects_slider .arrows .swiper-button-prev:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.projects .projects_slider .arrows .swiper-button-next:hover::after,
.projects .projects_slider .arrows .swiper-button-prev:hover::after {
  color: #fff;
}
.projects .project_card {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-color: #eff3f6;
  border: 7px solid #fff;
  border-radius: 40px;
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.15);
}
.projects .project_card .img {
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.projects .project_card .info {
  position: relative;
  background-color: #EFF3F6;
  padding: 30px;
}
.projects .project_card .info .project_stats .price {
  font-weight: 600;
  font-size: 25px;
  color: var(--mainColor);
}
.projects .project_card .info .project_stats .price small {
  font-size: 13px;
  font-weight: 300;
}
.projects .project_card .info .project_stats .stats {
  font-size: 21px;
  color: #00C37D;
  font-weight: 600;
}
.projects .project_card .info .text {
  font-size: 13px;
}

/* --------------- contact_footer --------------- */
.contact_footer {
  padding-top: 70px;
  color: #fff;
  background-image: linear-gradient(to bottom, #1D3A4C, #000E1D);
}
.contact_footer .section_head h2 {
  color: #fff;
}
.contact_footer .contact {
  position: relative;
}
.contact_footer .contact .contact_info .info_card {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.contact_footer .contact .contact_info .info_card .icon {
  width: 125px;
  height: 125px;
  border: 5px solid var(--mainColor);
  background-color: rgba(0, 112, 187, 0.2431372549);
  margin: 0 auto 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--mainColor);
}
.contact_footer .contact .contact_form {
  padding-top: 50px;
}
.contact_footer .contact .contact_form .form-group {
  position: relative;
  margin-top: 20px;
}
.contact_footer .contact .contact_form .form-group .icon {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 16px;
}
.contact_footer .contact .contact_form .form-group .form-control {
  padding: 15px 60px 15px 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3529411765);
  background-color: rgba(255, 255, 255, 0.0549019608);
  color: #fff;
}
.contact_footer .contact .contact_form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
}
.contact_footer .contact .contact_form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
}
.contact_footer .contact .contact_form .form-group .form-control:focus {
  border: 1px solid #fff;
}
.contact_footer .contact .shap {
  position: absolute;
  right: 0;
  top: 250px;
  height: 400px;
  z-index: 10;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
          clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  transition: all 3s ease;
}
.contact_footer .contact .shap.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.contact_footer .footer {
  position: relative;
  text-align: center;
  padding-top: 100px;
  border-bottom: 10px solid var(--mainColor);
}
.contact_footer .footer::after {
  position: absolute;
  content: "";
  left: 10%;
  top: 0;
  width: 80%;
  height: 70%;
  background-image: url(../images/footer_shap2.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.contact_footer .footer .logo {
  height: 100px;
}
.contact_footer .footer .text {
  margin-top: 30px;
  opacity: 0.8;
}
.contact_footer .footer .foot_links {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contact_footer .footer .foot_links a {
  font-size: 15px;
  font-weight: 600;
}
.contact_footer .footer .social_links {
  margin-top: 50px;
}
.contact_footer .footer .social_links a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6117647059);
  margin: 0 15px;
}
.contact_footer .footer .social_links a:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.contact_footer .footer .copy {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
}
.contact_footer .footer .copy::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.231372549);
  border-radius: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact_footer .footer .copy img {
  height: 30px;
  margin-inline-start: 10px;
}

.dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
.dropdown-menu .dropdown-item {
  font-size: 13px;
}

.pg_header {
  padding: 200px 0 70px 0;
  position: relative;
}
.pg_header .back_link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
  background-color: rgba(102, 124, 144, 0.2);
}
.pg_header .back_link:hover {
  background-color: #0C8EE3;
}
.pg_header .title {
  color: #fff;
  font-size: 42px;
  position: relative;
}
.pg_header .title::after {
  content: "";
  width: 240px;
  height: 3px;
  background: url(../images/title_line.svg) no-repeat center;
  background-size: contain;
  background-position: right;
  display: block;
}
.pg_header .shape {
  position: absolute;
  inset-inline-end: -15px;
  bottom: 0;
  height: 100%;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  position: relative;
  z-index: 5;
}

.profile_pg {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #F5F7F9, #fff);
}
.profile_pg .tabs_head {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.profile_pg .tabs_head .nav-link {
  font-size: 16px;
  color: #898989;
  padding: 0.65rem 2rem;
  min-width: 200px;
}
.profile_pg .tabs_head .nav-link.active {
  background-color: #0C8EE3;
  color: #fff;
}
.profile_pg .tabs_head .logout_butn {
  background-color: transparent;
  border: none;
  color: #F36945;
  padding: 0.65rem 2rem;
}
.profile_pg .tab_inner .head_tab .title {
  color: #0C8EE3;
}
.profile_pg .tab_inner .head_tab .title .icon::after {
  content: "";
  margin: 0 15px;
  width: 2px;
  height: 40px;
  position: relative;
  top: 13px;
  background-color: #0C8EE3;
  display: inline-block;
}
.profile_pg .main_tab .data_box {
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid rgba(107, 114, 128, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
}
.profile_pg .main_tab .data_box .icon_box {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCF2F6;
  border-radius: 13px;
  margin-inline-end: 15px;
}
.profile_pg .main_tab .data_box .icon_box .icon {
  width: 52px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_pg .main_tab .data_box .data_content {
  width: calc(100% - 100px);
}
.profile_pg .main_tab .data_box .data_content .label {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}
.profile_pg .main_tab .data_box .data_content .price {
  font-size: 32px;
  color: var(--mainColor);
}
.profile_pg .main_tab .data_box2 .label {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}
.profile_pg .main_tab .data_box2 h5 {
  font-size: 16px;
  font-weight: 400;
}
.profile_pg .main_tab .data_box2 .share_butn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #0C8EE3;
}
.profile_pg .main_tab .data_box2 .share_butn i {
  margin-inline-end: 5px;
}
.profile_pg .main_tab .donors_box {
  position: relative;
}
.profile_pg .main_tab .donors_box .prof_box {
  background-color: #0C8EE3;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.profile_pg .main_tab .donors_box .prof_box .name {
  font-size: 16px;
}
.profile_pg .main_tab .donors_box .prof_box .avatar_box {
  width: 75px;
  height: 75px;
  background-color: #E2E2E2;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px auto;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.3333333333);
}
.profile_pg .main_tab .donors_box .prof_box .avatar_box .icon {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_pg .main_tab .donors_box .prof_box .avatar_box .avatar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_pg .main_tab .donors_box .prof_box .item {
  font-size: 9px;
}
.profile_pg .main_tab .donors_box .prof_box .item span {
  margin-bottom: 5px;
}
.profile_pg .main_tab .donors_box .donor_item {
  background-color: #F0F2F6;
  border: 1px solid rgba(85, 85, 85, 0.0941176471);
  color: #333333;
  padding: 15px 10px;
}
.profile_pg .main_tab .donors_box .donor_item .avatar_box {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.0666666667);
}
.profile_pg .profile_tab {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}
.profile_pg .profile_tab .editData_box {
  display: none;
}
.profile_pg .profile_tab .data_tab .editButton {
  width: 130px;
  height: 45px;
  background-color: #0C8EE3;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #0C8EE3;
}
.profile_pg .profile_tab .data_tab .inner_body .item {
  margin-bottom: 20px;
}
.profile_pg .profile_tab .data_tab .inner_body .item .label {
  color: #6E7C87;
  font-size: 12px;
}
.profile_pg .profile_tab .data_tab .inner_body .item .avatar_box {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2E2E2;
  border-radius: 50%;
}
.profile_pg .profile_tab .data_tab .inner_body .item .avatar_box .icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_pg .profile_tab .data_tab .inner_body .item .data_field {
  background-color: #DDDDDD;
  border-radius: 8px;
  padding: 15px;
  height: 48px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(65, 75, 119, 0.0431372549);
  color: #898989;
}
.profile_pg .profile_tab .data_tab .inner_body .item .data_field .flag_country {
  margin-inline-end: 15px;
  border-inline-end: 1px solid #888;
  padding-inline-end: 15px;
}
.profile_pg .profile_tab .editData_box .inner_body .item {
  margin-bottom: 20px;
}
.profile_pg .profile_tab .editData_box .inner_body .item .label {
  color: #6E7C87;
  font-size: 12px;
}
.profile_pg .profile_tab .editData_box .inner_body .item .profile-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #E2E2E2;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #E2E2E2;
  border-radius: 50%;
}
.profile_pg .profile_tab .editData_box .inner_body .item .profile-avatar input {
  position: absolute;
  bottom: 0;
  left: -72px;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 100%;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}
.profile_pg .profile_tab .editData_box .inner_body .item .profile-avatar button {
  background-color: transparent;
  border: transparent;
  color: var(--mainColor);
  cursor: pointer !important;
  position: absolute;
  inset-inline-end: -80px;
  bottom: 0px;
  cursor: pointer;
}
.profile_pg .profile_tab .editData_box .inner_body .item .profile-avatar button i {
  margin-inline-end: 5px;
  cursor: pointer !important;
}
.profile_pg .profile_tab .editData_box .inner_body .item .form-control {
  height: 50px !important;
  border-radius: 8px;
  border-color: rgba(65, 75, 119, 0.2);
  font-size: 15px;
}
.profile_pg .profile_tab .editData_box .inner_body .item .phone_box {
  position: relative;
}
.profile_pg .profile_tab .editData_box .inner_body .item .phone_box .form-control {
  text-align: center;
  direction: ltr;
}
.profile_pg .profile_tab .editData_box .inner_body .item .phone_box .flag_country {
  position: absolute;
  inset-inline-start: 17px;
  top: 17px;
  direction: ltr;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #ddd;
}
.profile_pg .passForm_tab {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}
.profile_pg .passForm_tab .inner_body .item {
  margin-bottom: 20px;
}
.profile_pg .passForm_tab .inner_body .item .label {
  color: #6E7C87;
  font-size: 12px;
}
.profile_pg .passForm_tab .inner_body .item .form-control {
  height: 50px !important;
  border-radius: 8px;
  border-color: rgba(65, 75, 119, 0.2);
  font-size: 15px;
}
.profile_pg .proj_tab .accordion-item {
  position: relative;
  margin-bottom: 25px;
  border: none !important;
  box-shadow: 3px 15px 15px 0 rgba(86, 86, 86, 0.067);
  border-radius: 20px !important;
}
.profile_pg .proj_tab .accordion-item .accordion-header {
  padding: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
}
.profile_pg .proj_tab .accordion-item .accordion-header .accordion-button {
  width: 50%;
  border-bottom: none;
  font-size: 20px;
  color: #898989;
  display: flex;
  box-shadow: none !important;
}
.profile_pg .proj_tab .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.profile_pg .proj_tab .accordion-item .accordion-header .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: block;
  color: #888;
  background: unset;
  margin: unset;
  margin-inline-start: 15px;
  top: 0px;
  position: relative;
}
.profile_pg .proj_tab .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #898989;
  background-color: #fff;
  box-shadow: none;
}
.profile_pg .proj_tab .accordion-item .accordion-header .data_end {
  display: flex;
  align-items: center;
}
.profile_pg .proj_tab .accordion-item .accordion-header .data_end * {
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
}
.profile_pg .proj_tab .accordion-item .accordion-header .data_end .share_butn {
  background-color: transparent;
  border: navajowhite;
  color: var(--mainColor);
}
.profile_pg .proj_tab .accordion-item .accordion-body {
  padding-top: 0;
}
.profile_pg .proj_tab .accordion-item .accordion-body .butn_collapse {
  display: block;
  padding: 15px;
  background-color: #E3E6EB;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.profile_pg .proj_tab .accordion-item .accordion-body .butn_collapse::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: block;
  color: #888;
  position: absolute;
  inset-inline-end: 55px;
  top: 20px;
}
.profile_pg .proj_tab .accordion-item .accordion-body .collapse {
  padding-bottom: 25px;
  background-color: #F0F2F6;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table td {
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table td.price {
  color: #222222;
  font-weight: 500;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table td.pay {
  color: #666;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #F0F2F6;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table.table-striped > tbody > tr:nth-of-type(even) {
  --bs-table-accent-bg: #E3E6EB;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table .text-start td {
  text-align: start;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table .mainUserTr th {
  padding: 1.5rem 2rem;
}
.profile_pg .proj_tab .accordion-item .accordion-body .table .subUserTr td {
  padding-inline-start: 4vw;
}
.profile_pg .view_butns .nav-link {
  background-color: #f1f1f1;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-inline-end: 10px;
  color: var(--mainColor);
}
.profile_pg .view_butns .nav-link.active {
  background-color: var(--mainColor);
  color: #fff;
}
.profile_pg .listView_tab .accordion-item .accordion-body .butn_collapse {
  font-size: 17px;
  padding-inline-end: 65px;
  color: var(--mainColor);
}
.profile_pg .listView_tab .accordion-item .accordion-body .butn_collapse::after {
  inset-inline-end: 20px;
}
.profile_pg .share_box {
  position: relative;
}
.profile_pg .share_box .share_butn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #0C8EE3;
}
.profile_pg .share_box .share_butn i {
  margin-inline-end: 5px;
}
.profile_pg .share_box .share_links {
  position: absolute;
  bottom: -35px;
  inset-inline-start: 0;
  transition: all 0.3s linear;
  z-index: 9;
}
.profile_pg .share_box .share_links.active a {
  transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}
.profile_pg .share_box .share_links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px !important;
  color: #fff;
  background-color: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
  border: 1px solid #eee;
  transform: scaleX(0) translateY(-30px);
  visibility: hidden;
  opacity: 0;
  transform-origin: right center;
  perspective: 1000px;
}
.profile_pg .share_box .share_links a:nth-child(2) {
  transition-delay: 0.1s;
}
.profile_pg .share_box .share_links a:nth-child(3) {
  transition-delay: 0.2s;
}
.profile_pg .share_box .share_links a:nth-child(4) {
  transition-delay: 0.3s;
}
.profile_pg .share_box .share_links a:nth-child(5) {
  transition-delay: 0.4s;
}
.profile_pg .share_box .share_links a:hover {
  background-color: #000E1D;
  color: #fff !important;
}

.modal .btn-close {
  filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}
.modal .modal-content {
  padding: 40px;
  border-radius: 20px;
}
.modal .modal-content .form-control {
  border-radius: 35px;
}
.modal .modal-content .butn {
  min-width: 100px;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}
.logoutModal .icon_box .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logoutModal .btn-secondary {
  background-color: #ccc;
  color: var(--mainColor);
}

.dir_ltr {
  direction: ltr;
}

.proj_det_pg {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #F5F7F9, #F5F7F9, #fff);
}
.proj_det_pg .nav {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.proj_det_pg .nav .nav-link {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  padding: 0.65rem 1.7rem;
}
.proj_det_pg .nav .nav-link.active {
  background-color: #0C8EE3;
  color: #fff;
}
.proj_det_pg .proj_name {
  font-size: 32px;
}
.proj_det_pg .img_box {
  position: relative;
}
.proj_det_pg .img_box .proj_swiper {
  overflow: hidden;
  position: relative;
}
.proj_det_pg .img_box .proj_swiper .img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.proj_det_pg .img_box .proj_swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.proj_det_pg .img_box .proj_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 25px;
  opacity: 1;
  transition: all 0.3s linear;
  background-color: #898989;
}
.proj_det_pg .img_box .proj_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 50px;
}
.proj_det_pg .img_box .swiper-button-next,
.proj_det_pg .img_box .swiper-button-prev {
  width: 85px;
  height: 85px;
  background-color: rgba(102, 124, 144, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-backdrop-filter: blur(10%);
          backdrop-filter: blur(10%);
}
.proj_det_pg .img_box .swiper-button-next::before,
.proj_det_pg .img_box .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: block;
  color: var(--mainColor);
  font-size: 30px;
  transition: all 0.3s linear;
}
.proj_det_pg .img_box .swiper-button-next::after,
.proj_det_pg .img_box .swiper-button-prev::after {
  display: none;
}
.proj_det_pg .img_box .swiper-button-next:hover,
.proj_det_pg .img_box .swiper-button-prev:hover {
  background-color: #667C90;
}
.proj_det_pg .img_box .swiper-button-next:hover::before,
.proj_det_pg .img_box .swiper-button-prev:hover::before {
  color: #fff;
}
.proj_det_pg .img_box .swiper-button-next {
  transform: translateX(40px);
}
.proj_det_pg .img_box .swiper-button-next::before {
  content: "\f061";
}
.proj_det_pg .img_box .swiper-button-prev {
  transform: translateX(-40px);
}
.proj_det_pg .img_box .swiper-button-prev::before {
  content: "\f060";
}
.proj_det_pg .categ_badge {
  width: 140px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--mainColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proj_det_pg .progress_box .progress {
  height: 20px;
}
.proj_det_pg .progress_box .numbers_row h6 {
  font-size: 13px;
  color: #898989;
}
.proj_det_pg .progress_box .numbers_row h6 span {
  font-size: 20px;
}
.proj_det_pg .progress_box .numbers_row h6 small {
  color: var(--mainColor);
}
.proj_det_pg .progress_data {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.proj_det_pg .progress_data .item {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 25px;
}
.proj_det_pg .progress_data .item .title {
  font-size: 15px;
  color: #898989;
}
.proj_det_pg .progress_data .item .title::before {
  content: "●";
  display: inline-block;
  margin-inline-end: 7px;
  font-size: 13px;
}
.proj_det_pg .progress_data .item .badge {
  width: 200px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
}
.proj_det_pg .progress_data .item .badge.primary_badge {
  background-color: var(--mainColor);
}
.proj_det_pg .progress_data .item .badge.badge2 {
  background-color: #25B0A8;
}
.proj_det_pg .progress_data .item .badge.badge3 {
  background-color: #503192;
}
.proj_det_pg .progress_data .item:last-child {
  border-bottom: none;
}
.proj_det_pg .formDonor_box {
  position: relative;
}
.proj_det_pg .formDonor_box .form-control {
  width: 210px;
  height: 45px;
  border-radius: 25px;
  font-size: 13px;
}
.proj_det_pg .formDonor_box .butn {
  font-size: 13px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proj_det_pg .formDonor_box .butn::before {
  content: "";
  width: 100px;
  background-color: var(--mainColor);
  height: 100%;
  position: absolute;
  inset-inline-start: -25px;
  top: 0;
  bottom: 0;
  z-index: -2;
}
.proj_det_pg .formDonor_box .butn:hover::before {
  background-color: #000;
}
.proj_det_pg .text {
  color: #000;
  font-weight: 400;
}
.proj_det_pg .vid_box {
  height: 400px;
  position: relative;
}
.proj_det_pg .vid_box .play_butn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.proj_det_pg .ul li {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-inline-start: 25px;
}
.proj_det_pg .ul li::before {
  content: "●";
  display: inline-block;
  margin-inline-end: 7px;
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
}
.proj_det_pg .ol li {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}
.proj_det_pg h5 {
  color: var(--mainColor);
}
.proj_det_pg .accordion-item {
  border: 0;
  border-radius: 20px !important;
  margin-bottom: 0px;
}
.proj_det_pg .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 20px 20px 0 0;
  padding: 30px;
  border: 0;
  display: flex;
  align-items: center;
}
.proj_det_pg .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-90deg) !important;
}
.proj_det_pg .accordion-item .accordion-button:not(.collapsed) .num {
  background-color: var(--mainColor);
  color: #fff;
}
.proj_det_pg .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--mainColor);
}
.proj_det_pg .accordion-item .accordion-button h3 {
  width: calc(100% - 40px);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.proj_det_pg .accordion-item .accordion-button .num {
  font-size: 14px;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-weight: bold;
  margin-inline-end: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.proj_det_pg .accordion-item .accordion-button::after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-image: none;
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
}
.proj_det_pg .accordion-item .accordion-body {
  padding-inline-start: 85px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
  border-radius: 0 0 20px 20px;
}
.proj_det_pg .accordion-item .accordion-body .text {
  font-size: 14px;
  color: #4E4E4E;
  line-height: 1.7;
}

.contact_pg {
  padding: 70px 0;
  background-color: #fff;
  color: #1D3A4C;
  background-image: unset;
}
.contact_pg .section_head h2 {
  color: var(--mainColor);
}
.contact_pg .contact .contact_form .form-group .form-control {
  border: 1px solid #EFF3F6;
  background-color: #EFF3F6;
  color: #000E1D;
}
.contact_pg .contact .contact_form .form-group .form-control::-moz-placeholder {
  color: #ccc;
}
.contact_pg .contact .contact_form .form-group .form-control::placeholder {
  color: #ccc;
}
.contact_pg .contact .contact_form .form-group i {
  color: var(--mainColor);
}

.content_pg .content_card {
  padding: 50px 4vw;
}
.content_pg .txt_box h5 {
  font-size: 18px;
}
.content_pg .txt_box .p {
  font-size: 14px;
}
.content_pg .txt_box .ul li {
  color: #444;
  margin-bottom: 5px;
  display: block;
  position: relative;
  padding-inline-start: 20px;
  font-size: 17px;
}
.content_pg .txt_box .ul li::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 7px;
  inset-inline-start: 0;
}
.content_pg::after {
  width: 30%;
  right: unset;
  left: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

section {
  overflow: hidden;
}

.register_pg {
  padding: 70px 0;
  background-image: linear-gradient(to bottom, #F5F7F9, #fff);
  position: relative;
}
.register_pg .head_tab .title {
  color: #0C8EE3;
}
.register_pg .head_tab .title .icon::after {
  content: "";
  margin: 0 15px;
  width: 2px;
  height: 40px;
  position: relative;
  top: 13px;
  background-color: #0C8EE3;
  display: inline-block;
}
.register_pg .inner_body .item {
  margin-bottom: 20px;
}
.register_pg .inner_body .item .row {
  align-items: center;
}
.register_pg .inner_body .item .label {
  color: #6E7C87;
  font-size: 12px;
}
.register_pg .inner_body .item .profile-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #E2E2E2;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #E2E2E2;
  border-radius: 50%;
}
.register_pg .inner_body .item .profile-avatar input {
  position: absolute;
  bottom: 0;
  left: -72px;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 100%;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}
.register_pg .inner_body .item .profile-avatar button {
  background-color: transparent;
  border: transparent;
  color: var(--mainColor);
  cursor: pointer !important;
  position: absolute;
  inset-inline-end: -80px;
  bottom: 0px;
  cursor: pointer;
}
.register_pg .inner_body .item .profile-avatar button i {
  margin-inline-end: 5px;
  cursor: pointer !important;
}
.register_pg .inner_body .item .form-control {
  height: 50px !important;
  border-radius: 8px;
  border-color: rgba(65, 75, 119, 0.2);
  font-size: 15px;
}
.register_pg .inner_body .item .forget_pass {
  font-size: 12px;
  color: var(--mainColor);
  display: block;
  text-align: end;
}
.register_pg .inner_body .item .phone_box {
  position: relative;
}
.register_pg .inner_body .item .phone_box .form-control {
  text-align: center;
  direction: ltr;
}
.register_pg .inner_body .item .phone_box .flag_country {
  position: absolute;
  inset-inline-start: 17px;
  top: 17px;
  direction: ltr;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #ddd;
}
.register_pg .inner_body .code-group {
  display: flex;
  justify-content: center;
}
.register_pg .inner_body .code-group .form-control {
  width: 60px !important;
  height: 60px !important;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 25px;
  padding: 0;
}
.register_pg .underline {
  text-decoration: underline !important;
}

/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .navbar {
    font-size: 11px;
  }
  .navbar .logo {
    height: 50px;
  }
  .navbar .nav_side .icon_link {
    width: 30px;
    height: 30px;
    margin-inline-start: 10px;
  }
  .header .social_links {
    top: auto;
    bottom: 70px;
    transform: translateY(0);
    display: flex;
    align-items: center;
  }
  .header .slider_card .content .info h2 {
    font-size: 18px;
  }
  .header .header_slider .arrows {
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 10;
    display: flex;
    transform: translateX(50%);
  }
  .header .header_slider .arrows .swiper-button-next, .header .header_slider .arrows .swiper-button-prev {
    margin: 5px;
  }
  .about::after {
    display: none;
  }
  .about .content_card {
    margin-top: 150px;
    padding: 15px;
  }
  .about .content_card .img .shap1,
  .about .content_card .img .shap2 {
    display: none;
  }
  .project_now .info {
    padding: 30px 20px;
  }
  .project_now .info .progress-content-card .donate {
    text-align: center;
  }
  .project_now .info .progress-content-card .donate .butn {
    display: block;
    margin-bottom: 20px;
  }
  .project_now .info .progress-content-card .price .item:first-of-type {
    width: 100%;
  }
  .numbers .numbers_shap {
    opacity: 0.1;
  }
  .projects .line {
    left: 0;
  }
  br {
    display: none;
  }
  .contact_footer .footer .foot_links {
    flex-wrap: wrap;
  }
  .contact_footer .footer .foot_links a {
    width: 50%;
    margin: 10px 0;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */