/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joing our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/
:root{
  --petrol:#03283E;
  --lightgray:#D9D9D9;
  --green:#0F4D28;
  --darkgray:#2C2E30;

}
html{
  font-family: roboto;
}

header {
  position: fixed;
  z-index: 10;
  width: 100vw;
  background: var(--green1);
}

mh{
  display: block;
  height:99px;
}

#call_content{
  margin: auto;
  line-height: 1.5;
}
.slider_title {
  padding-bottom: 20px;
  font-size: 63px;
  /* position: absolute; */
  /* bottom: 30%; */
  /* left: 5%; */
  color: white;
  width: 100%;
  background-clip: border-box;
}
.box_shado {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
}
#page_top h1 {
  padding:20px 0;
  font-size: 30px;
}

#log_modern {
  background:
whitesmoke;
  height: 525px;
}

#c_users_1607779937, #forgot_form {
  width: 349px;
  margin:
auto;
  text-align: center;
  padding:
11px;
  border-radius:
7px;
}


#page_top {
  padding-top: 20px;
}

.about_us_hero {
  height: 52vh;
  min-height: 360px;
  max-height: 560px;
  position: relative;
  border-radius: 0 0 38px 38px;
  overflow: hidden;
}

.about_us_hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 40, 62, 0.44) 0%, rgba(3, 40, 62, 0.18) 46%, rgba(3, 40, 62, 0.02) 100%);
}

#page_top.about_us_top {
  margin-top: -120px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#page_top.about_us_top h1 {
  color: white;
  text-align: center;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 28px rgba(3, 40, 62, 0.45);
  padding: 0 0 22px;
}

.about_us_page {
  background: radial-gradient(120% 160% at 90% -10%, #f1efe8 0%, #eceff2 48%, #e7ebee 100%);
  margin-top: 22px;
  padding-bottom: 44px;
}

.about_us_content {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(3, 40, 62, 0.09);
  border-radius: 32px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 48px;
  box-shadow: 0 24px 56px rgba(3, 40, 62, 0.10);
}

.about_us_mce {
  max-width: 1020px;
  margin: 0 auto;
  color: #263642;
  font-size: 19px;
  line-height: 1.9;
}

.about_us_mce h2,
.about_us_mce h3 {
  color: #102938;
  line-height: 1.2;
  margin: 0 0 14px;
}

.about_us_mce p {
  margin: 0 auto 20px;
  max-width: 980px;
}

.about_us_mce p:first-of-type {
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.45;
  color: #122b3a;
  letter-spacing: -0.01em;
  margin-bottom: 26px;
}

.about_us_mce a:not(.l_btn) {
  color: #0f4d28;
  font-weight: 700;
  text-underline-offset: 3px;
}

.about_us_mce .l_btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 77, 40, 0.22);
}

.about_us_mce img {
  display: block;
  width: min(78%, 860px);
  margin: 36px auto 30px;
  border-radius: 24px;
  border: 8px solid rgba(255,255,255,0.95);
  box-shadow: 0 22px 46px rgba(3, 40, 62, 0.16);
}

.about_us_mce p:last-of-type {
  max-width: 940px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 22px 24px;
  border-left: 4px solid var(--mc);
  border-radius: 16px;
  background: rgba(15, 77, 40, 0.06);
  color: #163346;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.45;
}

#c_successSignup, #c_successLogin {
  width: 300px;
  margin:
auto;
    margin-bottom: auto;
  text-align: center;
  background: var(--mainColor);
  padding:
20px;
  border-radius:
10px;
  box-shadow: 0 0 3px gray;
  color: white;
  line-height: 23px;
}

#other_log {
  text-align: center;
  color: #2e73cc;
}

.another_login {
  text-align: center;
  margin-top: 20px;
  color: #8c2727;
}

#new_acc_btn {
  text-align: center;
  margin-top: 20px;
  color: #6c6868;
  display: block;
}

#new_acc_btn span {
  color: green;
}


.log_r {
  height: 100%;
  background-position:
center;
  background-size: cover;
  background-repeat: no-repeat;
}



.sec_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.statistic_icon_picture2_wrap {
  width: 27%;
  margin:
auto;
    margin-bottom: auto;
  margin-top: 20px;
  opacity: 0.5;
}

.highlight_summary{
  line-height: 1.5;
}


#home_about {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 42px;
  align-items: center;
}

#home_about > .l_of_hidden {
  display: block;
  min-height: 420px;
  height: 100%;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(3, 40, 62, 0.12);
  background: transparent;
}

#home_about > .l_of_hidden picture {
  display: block;
  width: 100%;
  height: 100%;
}

#home_about_photo,
#home_about_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home_about p {
  line-height: 1.75;
  font-size: 17px;
  width: 100%;
  max-width: 520px;
  color: #31434e;
}

#home_about_wrap{
  background: linear-gradient(180deg, #f8f8f6 0%, #f1f1ee 100%);
  padding: 84px 0 92px;
}

#home_about_wrap .l_w1200 {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 36px;
  box-shadow: none;
}

#home_about_wrap .sec_title {
  margin-bottom: 26px;
}

#home_about_text {
  padding: 8px 6px 8px 0;
}

#home_about_text .l_btn {
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(15, 77, 40, 0.18);
}

#news_home_wrap {
  margin-top: -37px;
  padding:70px 0;
}

#news_home_wrap .home_news_inner {
  position: relative;
}

#news_home_wrap .sec_title {
  margin-bottom: 28px;
}

.home_news_grid {
  gap: 22px;
}

.home_news_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(3, 40, 62, 0.06);
  box-shadow: 0 18px 36px rgba(3, 40, 62, 0.08);
  background: rgba(255,255,255,0.96);
}

.home_news_card picture.prog_proj_photo {
  height: 235px;
}

.home_news_card picture.prog_proj_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px 26px 0 0;
}

.home_news_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 12px;
}

.home_news_content h2 {
  font-size: 18px;
  line-height: 1.35;
  min-height: 60px;
  margin-bottom: 0;
}

.home_news_date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(3, 40, 62, 0.05);
  color: #55646f;
}

.home_news_summary {
  flex: 1;
  color: #31434e;
  line-height: 1.65;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_news_link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 20px 20px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15, 77, 40, 0.14);
}

.home_news_link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 77, 40, 0.18);
}

#home_highlights_wrap {
  margin-top: 70px;
}

#home_highlights_wrap .sec_title {
  margin-bottom: 26px;
}

.home_highlights_grid {
  gap: 18px;
}

.home_highlight {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: 26px;
  padding: 34px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 50px rgba(3, 40, 62, 0.12);
  border: 1px solid rgba(255,255,255,0.18);
}

.home_highlight.l_grid_span2 {
  min-height: 260px;
}

.home_highlight h3,
.home_highlight p,
.home_highlight a {
  position: relative;
  z-index: 2;
}

.home_highlight h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
  max-width: 78%;
}

.highlight_summary {
  line-height: 1.65;
  font-size: 15px;
  max-width: 92%;
  color: rgba(255,255,255,0.92);
}

.highlight_link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 16px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: white;
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
}

.highlight_link:hover {
  background: rgba(255,255,255,0.22);
}

.footer_col li{
  list-style: none;;
}

.w1200{
  width: 1200px;
  margin:auto;
}

.footer_col li a {
  padding:
4px 7px;
  display: block;
}
.footer_col {
  color: white;
  text-align: left;
  width: 15%;
}

#foot_about {
  margin-top: -14px;
}

#foot_about picture {
  filter: brightness(0) invert(1);
  width:230px;
}

#foot_about .parent,
#foot_about .child {
  display: block;
  height: auto;
  vertical-align: top;
}


#social_links_wrap a {
  font-size: 20px;
  margin-right: 11px;
}

#home_impact_wrap {
  margin-top: 18px;
}

#home_impact_wrap #statistic_wrap {
  background: transparent !important;
}

#home_impact_wrap .home_impact_grid {
  width: 100%;
  gap: 20px;
}

#home_impact_wrap .home_impact_card {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(3, 40, 62, 0.06);
  box-shadow: 0 18px 40px rgba(3, 40, 62, 0.08);
  min-height: 300px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#home_impact_wrap .home_impact_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(3, 40, 62, 0.12);
}

#home_impact_wrap .statistic_title {
  margin: 0;
  min-height: 72px;
  padding: 22px 14px 8px;
  line-height: 1.3;
}

#home_impact_wrap .impact_box {
  padding: 0 12px 18px;
}

#home_impact_wrap .statistic_numbers {
  font-size: 3rem;
  line-height: 1;
}

#home_impact_wrap .stat_icon_wrap {
  background: #dfe3e6;
  min-height: 132px;
  position: relative;
  border-top: 0;
}

#home_impact_wrap .stat_wave {
  background: #dfe3e6;
  top: -66%;
}

#home_impact_wrap .statistic_icon_picture2 img {
  filter: grayscale(1) opacity(0.7);
}

.new_brush_top {
  top: -29px;
}
.news_brush {
  position: absolute;
  width: 100%;
  height: 51px;
  background-repeat: repeat-x !important;
  background-size: 51% !important;
  left: -0;
}
.new_brush_bottom {
  bottom: -24px;
}

.partner picture > img {
  max-width: 190px;
  margin:0 20px;
  max-height: 90px;
  height:auto;
  width:auto;
}

.red_sep {
  background:
red;
  height: 2px;
}

#call_sep {
  width: 50px;
}

#web2{
  background-color: var(--darkgray);
  padding:12px 0;
  
}

#web2 .w1200{
  padding:16px 0;
}

#final {
  background: var(--darkgray);
}

a.head {
  color: white;
  font-size: 19px;
  padding: 3px 15px;
}

#logo_menu {
  width: 151px;
}

.c_header_login {
  
  font-size: 14px;
  margin-left: 10px;
  border:
1px solid #0000005e;
  font-weight: 700;
  padding:
5px 15px;
}

.l_btn{
  color:white !important;
}
#bgs_slider {
   height: 190px;
  width: 100vw;
  margin-top: -137px;
  z-index: 1;
    /* width: 100vw; */
    /* height: 312px; */
}
#white_bg::after {
  background: white;
  clip-path: path("M0,0 C400,150 1200,150 4000,0 L1600,300 L0,300 Z");
  
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  z-index: 8;
  width: 100%;
  height: 160px;

}
#white_bg {
   width: 100%;
  height: 190px;
  background: #d55b2b; /* Orange color */
  clip-path: path("M0,0 C400,150 1200,150 4000,0 L1600,300 L0,300 Z");
}

#hello {
  border: 1px solid var(--mc);
  padding: 5px;
  border-radius: 5px;
  height: 32px;
  align-content: center;
}

#fixed_links {
  top: 250px;
  margin-right: 12px;
  z-index: 2;
}
.home_fixed_box:hover {
  width: 75px;
  height: 75px;
}
.home_fixed_box {
  width: 60px;
  height: 60px;
  display: block;
  background: white;
  border-radius: 100%;
  background-size: 50% !important;
  margin-top: 10px;
  transition: 0.5s width, 0.5s height;
}

.home_fixed_box:nth-child(1) {
  margin-left: 30px;
}

#client_menu {
  position: absolute;
  display: none;
  left: 0;
  width: 250px;
  box-shadow: 0 0 3px #000000a6;
  top: 30px;
  z-index: 111;
  background: var(--mc);
}

.client_menu_item {
  background: var(--blue);
  color: white !important;
  padding:12px 8px;
  min-width: 100%;
  border-radius:3px;
}

.client_menu_item i {
  font-size: 14px;
}

#client_header_area:hover #client_menu {
  display: unset;
}

.c_full_width_form .form_field {
  padding-right: 14px;
}

.client_menu_item i {
  margin-right: 5px;
}

.l_card a{
  text-decoration: underline !important;
}

.page_top_bg {
  width: 100%;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(0px);
  background-position: center !important;
  }



  .report_box {
    display: block;
    box-shadow: 0 0 5px #80808080;
    margin-bottom: 20px;
    width: 56%;
    border-radius:
  10px;
  }


  .report_list_pic_wrap {
    width: 120px;
    height: 120px;
    border-radius: 10px 0 0 10px;
  }


  .report_title {
    font-size: 19px;
    margin-left: 10px;
    max-width: 70%;
    line-height: 1.4;
  }


.home_highlight_bg_color{
  background: linear-gradient(180deg, rgba(3, 40, 62, 0.16) 0%, rgba(3, 40, 62, 0.58) 48%, rgba(2, 21, 33, 0.82) 100%);
}

.stat_wave {
  width: 100%;
  clip-path: polygon(100% 0%, 0% 0% , 0% 52.04%, 1% 52.03%, 2% 52.01%, 3% 51.97%, 4% 51.91%, 5% 51.84%, 6% 51.76%, 7% 51.66%, 8% 51.55%, 9% 51.42%, 10% 51.28%, 11% 51.13%, 12% 50.96%, 13% 50.78%, 14% 50.58%, 15% 50.38%, 16% 50.16%, 17% 49.93%, 18% 49.69%, 19% 49.44%, 20% 49.18%, 21% 48.92%, 22% 48.64%, 23% 48.36%, 24% 48.07%, 25% 47.77%, 26% 47.47%, 27% 47.16%, 28% 46.85%, 29% 46.53%, 30% 46.21%, 31% 45.89%, 32% 45.57%, 33% 45.24%, 34% 44.92%, 35% 44.60%, 36% 44.28%, 37% 43.96%, 38% 43.64%, 39% 43.33%, 40% 43.02%, 41% 42.72%, 42% 42.42%, 43% 42.13%, 44% 41.85%, 45% 41.57%, 46% 41.31%, 47% 41.05%, 48% 40.80%, 49% 40.56%, 50% 40.33%, 51% 40.12%, 52% 39.91%, 53% 39.72%, 54% 39.54%, 55% 39.37%, 56% 39.21%, 57% 39.07%, 58% 38.94%, 59% 38.83%, 60% 38.73%, 61% 38.65%, 62% 38.58%, 63% 38.53%, 64% 38.49%, 65% 38.47%, 66% 38.46%, 67% 38.47%, 68% 38.49%, 69% 38.53%, 70% 38.59%, 71% 38.66%, 72% 38.74%, 73% 38.84%, 74% 38.95%, 75% 39.08%, 76% 39.22%, 77% 39.38%, 78% 39.54%, 79% 39.73%, 80% 39.92%, 81% 40.13%, 82% 40.34%, 83% 40.57%, 84% 40.81%, 85% 41.06%, 86% 41.32%, 87% 41.59%, 88% 41.87%, 89% 42.15%, 90% 42.44%, 91% 42.74%, 92% 43.04%, 93% 43.35%, 94% 43.66%, 95% 43.98%, 96% 44.30%, 97% 44.62%, 98% 44.94%, 99% 45.26%, 100% 45.58%);
  background:var(--lightgray);
  position: absolute;
  height: 100%;
  rotate: 180deg;
  top: -70%;
}


.stat_icon_wrap{
  background:var(--lightgray);
}

.statistic_icon_picture2 img {
  /* filter: brightness(0) invert(1); */
  
}

.statistic_icon_picture2{
  margin-bottom: 20px;
}

#stats_grid{ 

margin: auto;

}

.subtitle {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.new_sub {
  position: absolute;
  left: 0;
  top: 19px;
  background: var(--mc);
  width: 100%;
  border-radius: 10px;
}
.noselect.sub_li_btn.in {
  display: block;
  text-align: center;
  width: 100%;
  color: white;
  padding: 5px;
}
.noselect.sub_li_btn:hover {
  background: white;
  color: var(--mc);
  border-radius: 10px;
  box-shadow: 0 0 2px var(--mc);
}

.profile_ picture {
  height: 200px;
  width: 200px;
}
.profile_ picture img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.profile_ h2 {
  font-size: 15px;
  font-weight: bold;
}
.profile_ .el {
  font-size: 14px;
  color: gray;
  padding: 5px 0;
}
.profile_ {
  text-align: center;
}
.profile_:hover img {
  box-shadow: 0 0 2px var(--mc);
}
.profile_:hover h2 {
  color:var(--mc);
}

#page_top.staffs_page_top {
  margin-top: 20px;
  padding-top: 12px;
}

#page_top.staffs_page_top h1 {
  font-size: clamp(34px, 3.4vw, 46px);
  letter-spacing: -0.02em;
  color: #0f2330;
}

.staffs_page_grid {
  margin-top: 12px;
  margin-bottom: 60px;
  gap: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staffs_page_card {
  display: block;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.staffs_page_card:hover {
  transform: none;
  box-shadow: none;
}

.staffs_page_card picture {
  width: 100%;
  height: 487px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.staffs_page_card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  filter: grayscale(1);
  transition: filter 0.25s ease;
}

.staffs_page_card:hover picture img {
  filter: grayscale(0);
}

.staffs_page_card_content {
  margin-top: 12px;
}

.staffs_page_card h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: #2f3540;
  font-weight: 700;
}

.staffs_page_card .el {
  margin-top: 6px;
  font-size: 15px;
  color: #6a2525;
  min-height: auto;
  line-height: 1.25;
}

.staffs_page_summary {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #8a8176;
  display: none;
}

.staffs_page_card:hover h2 {
  color: #2f3540;
}

.staffs_page_card:hover img {
  box-shadow: none;
}
.profile_name.mid.w50 {
  font-size: 20px;
  padding: 5px 0;
  font-weight: bold;
}
.profile_job.mid.w50 {
  text-align: right;
  padding: 5px 0;
  font-size: 15px;
}
.profile_summary {
  padding: 5px 0;
  line-height: 1.4;
  height: 300px;
  align-content: center;
}
.profile_pic picture {
  height: 400px;
  padding: 5px 0;
}
.profile_pic{
  text-align:right;
}
.profile_pic picture img{
  border-radius: 10px;
}
.l_btn, a.l_btn{
  background-color: var(--green);
}
.yt_link {
  text-align: center;
  padding: 10px;
}
.yt_link iframe{
  border-radius: 10px;
  height: 400px;
  width: 50%;
}
.menu_items_box:hover .new_sub {
  display: block !important;
}
.new_sub{
  display: none;
}
div#top_head_wrap {
    text-align: right;
}
a.noselect.mid.langa {
    font-size: 18px;
}
div#search label {
    font-size: 27px;
}
form#search_box {
    min-width: 0;
    max-width: 87px;
    font-size: 15px;
    margin-right: -5px;
}
input#search_field {
    padding: 1px;
    font-size: 12px;
    min-height: 32px;
    border-radius: 5px;
}
#top_head_oppo,div#top_head_wrap{
  /* width: 180px; */
}
.po.pvp_chooser img {
    width: 100%;
    height: 100%;
}
picture.prog_proj_photo {
    height: 300px;
    width: 100%;
}
picture.prog_proj_photo img {
    border-radius: 5px 5px 0 0;
}
section.prog_proj_content,.prog_proj_ab {
    padding: 10px;
}
.form_success_message {
    background: #d6633259;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--mc);
}
.error-note {
    position: absolute;
}
.l_tab_toggler {
    margin: 4px;
}



#questions_wrap {
    padding: 0 20px;
    background: #00000005;
    box-shadow: 0 0 3px #80808057;
    margin: 20px 0;
}
#questions_wrap .dona{
    margin-bottom: 30px;
}


.questions_box {
    padding: 30px 0;
}


.questions_question {
    font-size: 20px;
}

.ki {
    margin-top: 14px;
}

#cong {
  box-shadow: 0 0 20px #8080803b;
  margin: 30px 0;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}


#cong i {
  display: block;
  font-size: 50px;
  color: green;
}

#cong span {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}



#table_certificates {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

#table_certificates thead {
  background: var(--green);
  color: white;
}

#table_certificates th {
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#table_certificates tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

#table_certificates tbody tr:hover {
  background-color: #f8f8f8;
}

#table_certificates tbody tr:last-child {
  border-bottom: none;
}

#table_certificates td {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
}

#table_certificates tbody tr:nth-child(even) {
  background-color: #fafafa;
}