
@font-face {
    font-family: cairo_b;
    src: url(./fonts/Cairo-Bold.ttf);
  }

  @font-face {
    font-family: cairo_r;
    src: url(./fonts/Cairo-Regular.ttf);
  }

  @font-face {
    font-family: cairo_l;
    src: url(./fonts/Cairo-Light.ttf);
  }
html {
  overflow-x: hidden;
}

body {
  background-color: white;
  font-family: cairo_r;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-white: white;
  --color-info: #0d47a1;
  --color-info-2: #2196f3;
  --color-black: black;
}

a:hover,
a:focus {
  text-decoration: none;
}

.my-nav-link {
  color: var(--color-white);
  display: block;
  padding: 0.5rem;
  font-weight: bold;
}

.my-nav-link:hover, .my-nav-link:active, .my-nav-link:focus {
  color: #00b2d1;
}
.my-nav-link-2 {
    color: var(--color-white);
    display: block;
    padding: 0.5rem;
    font-weight: bold;
  }

  .my-nav-link-2:hover, .my-nav-link-2:active, .my-nav-link-2:focus {
    color: #00b2d1;
  }


.nav-link {
  color: var(--color-white) !important;
}

.logo {
  width: 140px;
  height: 40px;
  object-fit: cover;
}

.logo_title {
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: bold;
}
.one-sight-color{
    color: #00b2d1;
}
.my-navbar-toggler-icon {
  width: 100%;
  height: 10px;
  background-color: var(--color-info-2);
}

.bg-heade {
  width: 100%;
  height: 100vh;
  background-image: url(../assets/imgs/heade-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-heade_color {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.heade-content {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.heade-content_title {
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
}

.heade-content_text {
  color: var(--color-white);
}
.router-link-active a {
  color: #00b2d1 !important;
}

.carousel-indicators li{
  width: 10px!important;
  height: 10px!important;
  border-radius: 50%!important;
}
.carousel-indicators .active{
  background-color: #00b2d1!important;
}
.box {
  position: absolute;
  bottom: 200%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.box span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.box span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.bg-white-2 {
  width: 100%;
  padding: 50px 20px;
  background-color: var(--color-white);
  position: relative;
}

.card {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.card-Do {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

.card-Do img {
  position: relative;
  border-radius: 8px;
}

.card-img-color {
  position: absolute;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background: #002231;
  background: linear-gradient(100deg, rgba(0, 34, 49, 0.8) 15%, rgba(180, 189, 193, 0.8) 100%);
}

.card-img-color_title {
  text-align: left;
  color: var(--color-white);
  z-index: 100;
}

.bg-beneficiaries {
  width: 100%;
  padding: 50px 20px;
  background-color: var(--color-info);
  position: relative;
}

.card-beneficiaries {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  background: #002231;
  background: linear-gradient(121deg, #002231 8%, #1d84d6 49%);
  position: relative;
}

.card-beneficiaries_img {
  position: absolute;
  top: 13%;
  left: 13%;
  width: 50px;
}

.url_more {
  float: right;
  color: green;
}

.url_more:hover, .url_more:active, .url_more:focus {
  color: green;
}

.card-team {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.card-team_box {
  width: 80%;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-team_box_name {
  color: var(--color-white);
  font-size: 0.9rem;
}

.card-team_box_job {
  color: var(--color-white);
  font-size: 0.9rem;
  display: none;
}
.card-team:hover > .card-team_box > .card-team_box_name{
    display: none;
}
.card-team:hover > .card-team_box > .card-team_box_job{
  display: block;
}

.card-team img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.table {
  height: 400px;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

.table_img {
  width: 380px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 20px;
}

tbody {
  height: 400px;
}

tr {
  cursor: pointer;
}

tr:hover, tr:active, tr:focus {
  background-color: var(--color-info) !important;
  color: var(--color-white);
}

tr:hover .btn-download, tr:active .btn-download, tr:focus .btn-download {
  color: var(--color-white);
}

.bg-thead {
  border-radius: 8px 8px 0 0 !important;
  background-color: var(--color-info);
  color: var(--color-white);
}

.btn-download {
  color: var(--color-info-2);
}

.btn-download:hover, .btn-download:active, .btn-download:focus {
  color: var(--color-info-2);
}

.href_box {
  color: var(--color-white);
  font-size: 1.3rem;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.href_box:hover, .href_box:active, .href_box:focus {
  color: var(--color-white);
}

.footer_title {
  color: var(--color-white);
}

.footer_text {
  color: var(--color-white);
  font-size: 1rem;
}

.url_more_footer {
  color: #ffc107;
  font-size: 1.2rem;
  float: right;
}

.url_more_footer:hover, .url_more_footer:active, .url_more_footer:focus {
  color: #ffc107;
}

.lebal_footer {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}

.donate_title {
  color: var(--color-black);
  text-align: left;
}

.donate-text {
  color: var(--color-black);
  text-align: left;
  font-size: 1rem;
}

.donate-num {
  color: var(--color-info);
  font-size: 1rem;
}

.card-title {
  color: var(--color-black);
}

.form-control {
  color: var(--color-info-2) !important;
  background-color: rgba(33, 150, 243, 0.1) !important;
}

::-webkit-input-placeholder {
  color: var(--color-info-2) !important;
}

:-ms-input-placeholder {
  color: var(--color-info-2) !important;
}

::-ms-input-placeholder {
  color: var(--color-info-2) !important;
}

::placeholder {
  color: var(--color-info-2) !important;
}

:-ms-input-placeholder {
  color: var(--color-info-2) !important;
}

::-ms-input-placeholder {
  color: var(--color-info-2) !important;
}



.navbar_notIndex {
    background: #eeeeee;
    box-shadow:0px 1px 10px #999;
}
.navbar_notIndex h5{
    color:#000000;
}

  .about-left{
    direction:ltr
  }

  .about-right{
    direction:rtl
  }

  .gallery{
    cursor: pointer;
  }

  .gallery-active{
    background-color:#00b2d1;
    border-radius: 5px;
    text-align: center;
    color: white;

  }




  /* New Style */


.section
{
    background-color: #f3f6f8;
}
.section-white{
    background-color: var(--color-white);
}

.section-gradient{
    background: linear-gradient(215deg, rgba(243,246,248,1)  50%, rgba(237,241,244,1) 50%);
}
.section-gradient-2{
    background: linear-gradient(215deg, rgba(255,255,255,1)  50%, rgba(237,241,244,1) 50%);
}
.container > div > div > div > img{
    object-fit: cover;
}

.item-img{
    object-fit: cover;
    border-radius: 5px;
}

.carousel_img{
    width: 250px!important;
    height: 230px;
    border-radius: 8px;
    object-fit: contain;
}
.team_img{
    width: 250px!important;
    height: 230px;
    border-radius: 8px;
    object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-']{
    font-size: 1.5rem!important;
    color: #FFF!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%!important;
    background-color: rgba(0, 178, 209, .5)!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.owl-theme .owl-nav [class*='owl-']:hover{
   
    background-color: rgba(0, 178, 209, 1)!important;
   
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #00b2d1!important;
}

.form-control{
    background-color: inherit!important;
    color: black!important;
    border: 0;
    border-bottom: 2px solid black;
    border-radius: 0!important;
    font-size: 1.1rem;
}
.form-control:focus{
  outline: 0!important;
  box-shadow: none!important;
}

::placeholder{
    color: black!important;
}

.img-12{
    height: 530px;
}
.img-6{
    height: 350px;
}
.img-4{
    height: 230px;
}



.card div {
    transition: 0.3s;
    cursor: pointer;
  }
.work-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    border-radius: 8px;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}
.work-title div{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.work-title p{
    font-size: 1.3rem;
    color: var( --color-white);
}
.work-title a{
    font-size: 1.3rem;
    color: var( --color-white);
    border: 1px solid var( --color-white);
    border-radius: 30px;
}
.card div:hover .work-title{
    opacity: 1;
}


.project-details h3{
    font-family: cairo_b;
}

.project-details h5{
    font-family: cairo_b;
}

.project-details p{
    font-size: 1.2rem;

}

.project-details a{
    font-size: 1rem;
    background-color: #00b2d1;
    color: var( --color-white);
    transition: 0.3s;
}
.project-details a:hover{
    background-color: rgba(237,241,244,1);
    color: #00b2d1;
}

.project-details-img{
    height: 450px;
}

.owl-dots{
    display: none;
}


@media (max-width: 1000px) {
    .img-12{
        height: 230px;
    }
    .img-6{
        height: 230px;
    }
    .img-4{
        height: 230px;
    }
    .owl-dots{
        display: block;
    }

    .navbar {
        background-color:#eeeeee!important;
        box-shadow: 0px 1px 10px #999!important;
    }
    .navbar-nav li a {
        color:#000000!important;
    }
    .heade-content {
      width: 100%;
    }
    .width-section {
      width: 100% !important;
    }
    .table_img {
      display: none;
    }
    .col-emp {
      display: none;
      width: 0 !important;
    }

    .my-nav-link {
      color: var(--color-black) !important;
    }
    .my-nav-link-2 {
        color: var(--color-black) !important;
      }
    .card-team {
      height: auto;
    }
    .project-details-img{
        height: 250px;
    }

  }
