/*********************
        Color
*********************/
/*********************
        Font
*********************/
.feed-icons {
  display: none !important;
} 
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    position: relative;
    top: 40px;
  }
  
  body {
    direction: rtl;
    font-family: 'Tajawal' !important; }
  
  .breadcrumb-item.active {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #000 !important;
  }
  
  .breadcrumb-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #3C690F;
  }
  
  .text-head {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #3C690F;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-decoration: unset;

  }
  .text-head:hover {
    text-decoration: unset;
    
  }
  .text-head img {
    border-radius: 0 !important;
  }
  
  .button-more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-decoration: none;
    color: #566843;
  }
  
  /**********************************************************
                              Start Heder top
  /**********************************************************/
  .navbar-top {
    background-image: url("../img/ghanem-header.svg");
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  @media (max-width: 767px) {
    .navbar-top .logo-navbar {
      padding-right: 0;
    }
  }
  .navbar-top .logo-navbar h3 {
    font-style: normal;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434;
  }
  .navbar-top .logo-navbar img {
    width: 400px;
    height: 100px;
    margin-bottom: 0.5rem;
  }
  .navbar-top nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    padding: 3px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 180px;
  }
  .navbar-top .navbar-light .navbar-nav .nav-link {
    border: 1px solid transparent;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 8px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
  }
  @media (max-width: 1200px) {
    .navbar-top .navbar-light .navbar-nav .nav-link {
      padding: 0 1rem;
      font-size: 16px;
    }
  }
  .navbar-top .navbar-light .navbar-nav .nav-link:focus, .navbar-top .navbar-light .navbar-nav .nav-link:hover {
    border: 1px solid #FFC11F;
    border-radius: 50px;
    color: #FFC11F;
  }
  .navbar-top .nav-item {
    padding: 10px 22px;
  }
  @media (max-width: 1200px) {
    .navbar-top .nav-item {
      padding: 10px 10px;
    }
  }
  .navbar-top .navbar-collapse {
    padding: 7px 0px;
  }
  @media (max-width: 1200px) {
    .navbar-top .navbar-collapse {
      margin: 0 0;
    }
  }
  .navbar-top .navbar-light .navbar-nav .nav-link.is-active, .navbar-top .navbar-light .navbar-nav .show > .nav-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #3C690F;
    background: #FFC11F;
    border-radius: 20px;
  }
  
  .js-form-type-search {
    position: relative;
    margin-top: 0.7rem;
  }
  .js-form-type-search span {
    position: absolute;
    left: -90px;
    top: 9px;
  }
  @media (max-width: 767px) {
    .js-form-type-search span {
      left: 0;
    }
  }
  .js-form-type-search span img {
    width: 80%;
  }
  
  input {
    background: rgba(242, 242, 242, 0.82);
    border: 0.5px solid #D9D9D9;
    border-radius: 25px;
    position: relative;
    width: 160%;
    height: 40px;
    padding-right: 30px !important;
    margin-top: 4px;
  }
  @media (max-width: 992px) {
    input {
      width: 100%;
      padding-right: 0;
    }
  }
  
  /**********************************************************
                              End Heder Top
  /**********************************************************/
  /**********************************************************
                              Start Heder bottom
  /**********************************************************/
  /**********************************************************
                              End Heder bottom
  /**********************************************************/
  /**********************************************************
                              Start Banner
  /**********************************************************/
  .banner-home {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3490196078), rgba(0, 0, 0, 0.1019607843)), url("../images/image/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .banner-home .slick-slider {
    direction: ltr;
    margin-bottom: 0;
  }
  .banner-home .slick-slider img {
    height: auto;
  }
  .banner-home .cl {
    height: 444px;
    padding: 10px;
    position: relative;
  }
  .banner-home .cl h3 {
    position: absolute;
    top: 60px;
    left: 2%;
    background: #fff;
    padding: 15px 75px;
    border-radius: 0px 14px 14px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #912B29;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  }
  .banner-home .slick-active .overlay {
    opacity: 0 !important;
  }
  .banner-home .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3c690f;
  }
  .banner-home .slick-dots {
    bottom: -57px;
  }
  .banner-home .slick-dots li button:before {
    color: #fff;
    opacity: 1;
  }
  .banner-home .slick-dots li button:before {
    font-size: 18px;
  }
  .banner-home .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5294117647);
    width: 100%;
    height: 98%;
    margin: 0 10px;
    z-index: 0;
    border-radius: 15px;
  }
  .banner-home .transform-slider {
    transform: scale(0.8);
  }
  .banner-home .slick-active {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2509803922));
    border-radius: 14px;
    position: relative;
    z-index: 999;
  }
  .banner-home .slick-center {
    transform: scale(1.08);
  }
  .banner-home .slick-slide:not(.slick-active) {
    margin: 20px 0;
  }
  .banner-home .child {
    width: 100%;
  }
  .banner-home .slide:not(.slick-active) {
    cursor: pointer;
  }
  
  /**********************************************************
                              END Banner
  /**********************************************************/
   /**********************************************************
                              Start department
  /**********************************************************/
  .department {
    background-image: url("../img/bg-squers.png");
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .department .slick-slide a {
    width: 100%;
  }

  .department .slick-initialized .slick-slide {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
    border-radius: 14px;
    margin: 0 10px;
    padding: 15px 33px 5px;
    position: relative;
  }
  .department a {
    text-decoration: none;
  }
  .department .slick-slider .slick-track, .department .slick-slider .slick-list {
    margin-bottom: 10px;
  }
  .department .slick-slider {
    direction: ltr;
    margin-bottom: 0;
  }
  .department .slick-slider p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    /* dark */
    color: #343434;
    direction: rtl;
  }
  .department .slick-slide img {
    margin: auto;
    border-radius: 14px;
    border: 2px solid #B5985A;
  }
  
  /**********************************************************
                              END department
  /**********************************************************/
  /**********************************************************
                              Start product
  /**********************************************************/
  .product {
    background: #f9f9f9;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .product img {
    border-radius: 15px;
  }

  .product .news-video img {
    border-radius:0 0 15px 15px ;
  }
  .product .video-section {
    position: relative;
  }
  .product .video-section img {
    border-radius: 15px;
  }
  .product .video-section .icon-video {
    position: absolute;
    top: 30%;
    left: 35%;
    border-radius: 0px;
  }
  .product a {
    text-decoration: none;
  }
  .product .card-body-product {
    background: #FFFFFF;
    padding: 8px 6px;
  }
  /* .product .card-body-product p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1px;
    text-align: right;
    color: #566843;
  } */
  .product .card-body-product2 {
    /* background-image: url("../images/image/banner.png"); */
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 12px 15px 0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.0745098039) !important;
    border-radius: 0px 0px 14px 14px;
  }
  .product .card-body-product2 p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #000000;
  }
  .product .card-body-product2 img {
    margin: 0 1rem 0 .5rem;
  }
  .product .contact-us {
    background: rgba(217, 217, 217, 0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
    border-radius: 14px;
    padding: 13px 15px 0;
    /* margin-top: 2rem; */
  }
  .product .contact-us h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #343434;
  }
  input:hover {
    outline: 0 !important;
    border: unset !important;
  }
  .product .contact-us input {
    background: #FFFFFF;
    border-radius: 14px;
    height: 56px;
    margin-bottom: 1rem;
  }
  .product .contact-us textarea {
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 1rem;
    height: 56px;
    padding: 16px;
    border: unset;
  }
  .product .contact-us .button {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 45px;
    display: flex;
    width: auto !important;
    height: auto;
  }
  .product .contact-us .button span {
    margin: 0 1rem 0 3.5rem;
  }
  .product .contact-us .button img {
    margin-left: 1rem;
  }
  .product .sectiontwo-contacat-us {
    background: linear-gradient(0deg, rgba(77, 88, 64, 0.8588235294), rgba(77, 88, 64, 0.8588235294)), url(5540822.jpg);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
    border-radius: 0px 0px 14px 14px;
    padding: 10px 20px;
    min-height: 200px;
  }
  .product .sectiontwo-contacat-us h5 {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  .product .sectiontwo-contacat-us a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFC11F;
    text-decoration: none;
  }
  .product .sectiontwo-contacat-us p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #D9D9D9;
  }
  .product .sectiontwo-contacat-us h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #566843;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  }
  .product .sectiontwo-contacat-us .text-p {
    text-align: left;
  }
  .product .back-image-contact {
    background-image: url("../images/image/Rectangle 31.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px 35px;
  }
  .product .back-image-contact h3 a {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #566843;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  /**********************************************************
                              END product
  /**********************************************************/
  /**********************************************************
                              Start department-page
  /**********************************************************/
  .department-page {
    /* background-image:  lightgray 50%, url("../images/image/Rectangle 3.png"); */
    background: url("../images/image/Rectangle 3.png"), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .department-page .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
  }
  .department-page button.slick-prev, .department-page button.slick-next {
    display: none !important;
  }
  
  /**********************************************************
                              END department-page
  /**********************************************************/
  /**********************************************************
                              Start department-deails
  /**********************************************************/
  .department-deails {
    background-image: url("../img/bg-squers.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .department-deails .download-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
    border-radius: 14px;
    padding: 15px;
    z-index: 1;
    position: relative; }
  
  .department-deails .download-card .download-card__content-box__catagory {
    background: rgba(214, 208, 156, 0.3803921569);
    border-radius: 14px;
    padding: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #3C690F;
  }
  .department-deails .download-card .download-card__content-box__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #566843;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .department-deails .download-card__content-box {
    margin-right: 3rem;
  }
  @media (max-width: 992px) {
    .department-deails .download-card__content-box {
      margin-right: 0;
    }
  }
  .department-deails .download-card__icon-box img {
    width: 125px !important;
    height: 162px !important;
    border-radius: 16px;
    max-width: max-content !important;
  }
  @media (max-width: 992px) {
    .department-deails .download-card__icon-box img {
      width: 100%;
      height: 100%;
    }
  }
  .department-deails .file-download a {
    background: #3C690F;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
    padding: 7px 15px;
    text-decoration: none;
  }
  .department-deails .file-download a img {
    padding: 0 5px;
  }
  .department-deails .file-download p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #716D69;
  }
  .department-deails .file-download p img {
    margin: 0 3px;
  }
  .department-deails .button-more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
  }
  .department-deails .a-right {
    display: flex;
    justify-content: end; }
  .department-deails .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/"); }
  .department-deails .Scientific_window {
    position: relative;
    transition: 0.3s all ease-in-out; }
  .department-deails .Scientific_window img {
    border-radius: 15px;
    transition: 0.3s all ease-in-out; }
  .department-deails .Scientific_window .overlay-window h3 {
    position: absolute;
    bottom: 0px;
    background-color: #0000006e;
    width: 100%;
    padding: 15px;
    margin: 0;
    color: #fff;
    border-radius: 15px; 
    min-height: 100px;
    display: flex;
    align-items: center;
  }

    .department-deails .Scientific_window .overlay-window h3 a {
    color: #fff;
    font-size: 18px !important;

    }

    .department-deails .Scientific_window .overlay-window h4 a {
    color: #343434;
    font-size: 18px !important;
    }
  .department-deails .Scientific_window .overlay-window h4 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    margin: 0;
    display: none;
    transition: 0.3s all ease-in-out;
    color: #343434;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 14px 14px; }
  .department-deails .Scientific_window .overlay-window:hover h4 {
    display: block;
    min-height: 100px;
    transition: 0.3s all ease-in-out; }
  .department-deails .Scientific_window .overlay-window:hover h3 {
    display: none; }
  .department-deails .download-cards h1 {
    background: #566843;
    border-radius: 14px 14px 0 0;
    padding: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    top: 8px;
    z-index: 1; }
  
  .product .views-field.views-field-title-1 {
    height: 100%;
    background: #FFFFFF;
    border-radius:14px;
    padding: 0 0 0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.07) !important;
  }
  
  /**********************************************************
                              END department-deails
  /**********************************************************/
  /**********************************************************
                              Start cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url("../images/image/image.png");
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  
    .left-content .cv__des {
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      text-align: right;
      color: #3C690F;
      margin-bottom: 48px; }
  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; 
    color: #566843;
  }
  .search-page form{
    display: none;
  }
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px; }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      Width: 320px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
  
    .cv-conatiner {
      padding: 88px 20px; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  /**********************************************************
                              END cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url(image.png);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  

  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px; }
  
  .comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4; }
  
  .comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080; }
  
  .comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF; }
  
  .comments__box-comment .send img {
    margin-right: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; }
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px; }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  .bg {
    background-image: url("../images/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
  
  .no-bg-color {
    background-color: unset !important; }
  
  .no-bg-img {
    background-image: unset !important; }
  
  .gray-bg {
    background-color: #cdc9c97a !important; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      width: 320px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
      .date-container .reply img {
        margin-right: 20px !important;
    }
    .comment-form {
      margin: 0 0 57px 0 !important;
     }
    .cv-conatiner {
      padding: 88px 20px; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  /**********************************************************
                              END cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url("../image.png");
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  

  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px; }
  
  .comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4; }
  
  .comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080; }
  
  .comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF; }
  
  .comments__box-comment .send img {
    margin-right: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; 
  display: flex;}
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px;
   }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  .comment-form-gray {
    background: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px; }
  
  .comment-form-gray input, .comment-form-gray textarea {
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .bg {
    background-image: url("../images/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
  
  .no-bg-color {
    background-color: unset !important; }
  
  .no-bg-img {
    background-image: unset !important; }
  
  .gray-bg {
    background-color: #cdc9c97a !important; }
  
  .card-subject {
    position: relative;
    background-image: url("../images/image/news.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px; }
  
  .card-subject img {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 14px;
    filter: grayscale(0.3); }
  
  .card-subject p {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF; }
  
  .ta7ded-dany__container {
    padding: 40px 0;
    text-align: center;
    background: #FFFFFF; }
  
  .ta7ded-dany__container h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px; }
  
  .ta7ded-dany__container .container-p {
    text-align: right;
    padding: 0 10rem; }
  
  .ta7ded-dany__container p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000; }
  
  .gray-color {
    color: #716D69; }
  
  .ml-2 {
    margin-left: .5rem; }
  
  .custom-container-1000 {
    max-width: 1000px; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      width: 320px;
      height: auto; } }
  @media screen and (max-width: 1024px) {
    .ta7ded-dany__container .container-p {
      text-align: right;
      padding: 0 2rem; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
  
    .cv-conatiner {
      padding: 88px 20px; }
  
    .container, .container-sm {
      max-width: 540px !important; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  /**********************************************************
                              END cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url("../image.png");
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  

  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px; }
  
  .comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4; }
  
  .comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080; }
  
  .comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF; }
  
  .comments__box-comment .send img {
    margin-right: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; }
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px; }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  .comment-form-gray {
    background: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px; }
  
  .comment-form-gray input, .comment-form-gray textarea {
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .bg {
    background-image: url("../images/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
  
  .no-bg-color {
    background-color: unset !important; }
  
  .no-bg-img {
    background-image: unset !important; }
  
  .gray-bg {
    background-color: #cdc9c97a !important; }
  
  .card-subject {
    position: relative;
    background-image: url("../images/image/news.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px; }
  
  .card-subject img {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 14px;
    filter: grayscale(0.3); }
  
  .card-subject p {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF; }
  
  .ta7ded-dany__container {
    padding: 40px 0;
    text-align: center;
    background: #FFFFFF; }
  
  .ta7ded-dany__container h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px; }
  
  .ta7ded-dany__container .container-p {
    text-align: right;
    padding: 0 10rem; }
  
  .ta7ded-dany__container p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000; }
  
  .gray-color {
    color: #716D69; }
  
  .ml-2 {
    margin-left: .5rem; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      width: 320px;
      height: auto; } }
  @media screen and (max-width: 1024px) {
    .ta7ded-dany__container .container-p {
      text-align: right;
      padding: 0 2rem; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
  
    .cv-conatiner {
      padding: 88px 20px; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  /**********************************************************
                              END cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url("../image.png");
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  

  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px; }
  
  .comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4; }
  
  .comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080; }
  
  .comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF; }
  
  .comments__box-comment .send img {
    margin-right: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; }
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px; }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  .comment-form-gray {
    background: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px; }
  
  .comment-form-gray input, .comment-form-gray textarea {
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .bg {
    background-image: url("../images/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
  
  .no-bg-color {
    background-color: unset !important; }
  
  .no-bg-img {
    background-image: unset !important; }
  
  .gray-bg {
    background-color: #cdc9c97a !important; }
  
  .card-subject {
    position: relative;
    background-image: url("../images/image/news.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px; }
  
  .card-subject img {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 14px;
    filter: grayscale(0.3); }
  
  .card-subject p {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF; }
  
  .ta7ded-dany__container {
    padding: 40px 0;
    text-align: center;
    background: #FFFFFF; }
  
  .ta7ded-dany__container h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px; }
  
  .ta7ded-dany__container .container-p {
    text-align: right;
    padding: 0 10rem; }
  
  .ta7ded-dany__container p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000; }
  
  .gray-color {
    color: #716D69; }
  
  .ml-2 {
    margin-left: .5rem; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      width: 320px;
      height: auto; } }
  @media screen and (max-width: 1024px) {
    .ta7ded-dany__container .container-p {
      text-align: right;
      padding: 0 2rem; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
  
    .cv-conatiner {
      padding: 88px 20px; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  /**********************************************************
                              END cv
  /**********************************************************/
  .cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 53px 240px; }
  
  .cv-conatiner {
    position: relative;
    padding: 88px 93px; }
  
  .cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  
  .drGhanem__img {
    background: url("../image.png");
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px; }
  
  .left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px; }
  

  
  .normal-text__green {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F; }
  
  .normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000; }
  
  .mt-40 {
    margin-top: 40px; }
  
  .guests-comments {
    background: #FBF9F6; }
  
  .guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px; }
  
  .font-w-700 {
    font-weight: 700; }
  
  .font-w-500 {
    font-weight: 500; }
  
  .comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px; }
  
  .comments__box-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px; }
  
  .comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4; }
  
  .comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080; }
  
  .comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF; }
  
  .comments__box-comment .send img {
    margin-right: 16px; }
  
  .comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px; }
  
  .comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px; }
  
  .comments__box .gust-img img {
    margin-top: 8px; }
  
  .color-black {
    color: #000; }
  
  .comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  
  .comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px; }
  
  .date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434; }
  
  .date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px; }
  
  .date-container .reply img {
    margin-right: 40px; }
  
  .contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem; }
  
  .contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  
  .comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px; }
  
  .comment-form input, .comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem; }
  
  .comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .comment-form .send img {
    margin-right: 63px; }
  
  .comment-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434; }
  
  .bg {
    background-image: url("../images/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
  
  .no-bg-color {
    background-color: unset !important; }
  
  .no-bg-img {
    background-image: unset !important; }
  
  .gray-bg {
    background-color: #cdc9c97a !important; }
  
  .card-subject {
    position: relative;
    background-image: url("../images/image/news.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px; }
  
  .card-subject img {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 14px;
    filter: grayscale(0.3); }
  
  .card-subject p {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF; }
  
  @media screen and (max-width: 1440px) {
    /* tablet */
    .cv {
      padding: 53px 120px; } }
  @media screen and (max-width: 1200px) {
    /* tablet */
    .cv {
      padding: 53px 80px; }
  
    .drGhanem__img {
      width: 320px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    /* tablet */
    .left-content {
      margin-top: 12rem; }
  
    .cv-conatiner {
      padding: 88px 20px; } }
  /**********************************************************
                              END cv
  /**********************************************************/
  footer {
    background-image: url("../images/image/Rectangle 63.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  footer p {
    font-family: "Tajawal";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    margin-bottom: 0;
  }/*# sourceMappingURL=theme1.css.map */
  .product .video-section img {
    border-radius: 15px 15px 0px 0px;
}
.product .card-body-product {
  border-radius: 15px;
}

.product .video-section .card-body-product {
  border-radius: 0 0 15px 15px;
  padding: 12px 6px !important;
}
.search-help-link,.search-advanced{
  display: none;
}
.department-deails .download-cards h1 a {
  color: #fff !important;
  }
[dir='rtl'] .slick-slide {
    float: left !important;
}

.breadcrumb-item a:hover {
  color: #3C690F;
}
.card-body-product p a {
  color: #3C690F;

}

div.xx {
  height: fit-content;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.product .contact-us .button:hover, .comment-form input[type=submit]:hover{
  color: #3C690F;
    background-color: #fff;
    border-color: #3C690F;
    border: 2px solid;
}

.side-right p , .normal-text__black , .normal-text__green , .sectiontwo-contacat-us p , .download-card__content-box__title p , .ta7ded-dany__container  p  , .download-card__content-box__title div , .container-p div , .container-p p  {
  text-align: justify !important;
}
.New .back-color-new .side-left:first-child {
  border-radius: 8px 8px 0 0;
}

.New .back-color-new .side-left {
  background: #EFF2E7;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.product {
  background: #f9f9f9;
  padding-top: 2rem;
  padding-bottom: 0rem !important; }

  .send{
    width: auto !important;
  }
  .department .slick-initialized .slick-slide {
   height: auto !important;
  }
  .col-lg-12.no-background-p .bg-white-card{
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .captcha summary, div#edit-captcha-response--description ,a.reload-captcha, .form-item-captcha-response label{
    display: none;
  }

  .bg-white-card {
    height: 100%;
  }
  .indented {
    margin-right: 5rem;
  }

  .youtube img {
    width: 100%;
  }
  .news-card .header .title a{
    color: #B4C99E;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; 
  }
  .comment-delete .mr-2 , .comment-edit .mr-2 , .comment-approve .mr-2{
    display: none;
  }
  .youtube-node iframe#youtube-field-player{
    width: 100%;
  }

  .download a{
    background: #B4C99E;
    border-radius: 14px;
    padding: 10px 10px 8px;
    color: #566843;
    position: relative;
    top :15px  
}

.ta7ded-dany__container > img {
  max-width: 100% !important;
  height: auto !important;
}

img {
  max-width: 100% !important;
}


.fix-space .space{
  margin-top: 2rem;
}

