
@font-face {
    font-family: mainfont;
    src: url("../fonts/Loew Next Arabic Medium.ttf");
}

@font-face {
    font-family: mainfont2;
    src: url("../fonts/Loew Next Arabic Light.ttf");
}

body {
    font-family: mainfont;
    padding-top: 0px;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0.5rem;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #2B6542;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    border-radius: 10px;
    transition:all 0.3s ease-in;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #C19333;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }

ul {
  list-style: none;
  padding: 0;
}
a {
    text-decoration: none !important;
}
a:hover {
  text-decoration: none;
}

.navbar-brand {
  margin-right: 0rem !important;
}

.light-btn {
  cursor: initial !important;
}

.more {
  text-align: center;
  margin: auto;
  display: table;
}

.nav-link.active {
  color: #C19333;
}

.ui-form-input .form-group label {
  color: #C19333;
  font-size: 13px;
}

.ui-form-input input {
  border: 0px;
  border-radius: 25px !important;
  font-size: 12px;
}

/* header*/
header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: 500ms ease;
  background: transparent;
  padding: 2rem 0rem;
}
header.scrolled {
  background: #2B6542;
  top: 0;
  padding: 0.7rem 0rem;
}
header.scrolled img {
  width: 137px;
}
header.scrolled .nav-item img {
  width: 92px;
}
header.scrolled .navbar {
  padding-bottom: 7px;
}
header.scrolled .navbar-brand img {
  margin-top: -18px;
}
header .navbar-brand img {
  width: 140px;
  margin-top: -12px;
}
header .nav-item {
  margin: 0 10px;
}

header .nav-link {
  color: #fff;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-size: 13px;
  padding: 0 !important;
  margin: 0 !important;
}
header .nav-link:hover {
  color: #fff;
}
header .nav-link:focus {
  color: #fff;
}
header .Login-btn {
  background-color: #C19333;
  color: #fff;
  font-size: 10px;
  border-radius: 25px;
  padding: 5px 5px;
  margin-right: 0.5rem;
}
header .Login-btn:hover {
  color: #fff;
}
header .Login-btn img {
  width: 16px;
  margin: 0px 4px;
}
 header .lang-btn 
   {
        background-color: #C19333;
        color: #fff;
        font-size: 10px;
        border-radius: 25px;
        padding: 5px 5px;
        width:50px;
        text-align:center;
    }

        header .lang-btn a {
        color:#fff;
        font-size:14px;
        }

        .navbar-expand-lg .navbar-nav .nav-link:active, .navbar-expand-lg .navbar-nav .nav-link:focus {
            color: #fff;
        }

.navbar-brand {
  margin-right: 0rem !important;
}

.nav-link:focus, .nav-link:hover {
  color: #fff !important;
}

.dropdown-toggle::after {
display:none;
}

ul.custom-dropdown-menu {
    width: 200px;
    position: absolute;
    top: 45px !important;
    background: #c19333;
}

    .custom-dropdown-menu li > a {
    color:#fff;
    }
    .custom-dropdown-menu li > a:hover {
        color: #fff;
    }

span.custom-toggler {
    font-size: 12px;
    top: 0px;
/*    left: 0;
    right: 0;*/
        left: 50px;
        right: unset;
        position: absolute;
        /*    transform: translate(-55px, 2px);*/
        width: 20px;
        height: 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }



.bg-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-video-wrap h1 {
  margin-top: 80px;
  color: #fff;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 33px;
  font-weight: lighter;
}
.bg-video-wrap p {
  color: #fff;
  z-index: 99;
  text-align: center;
  top: 61%;
  left: 50%;
  font-size: 30px;
  font-weight: bold;
}
.bg-video-wrap .links {
  color: #fff;
  z-index: 99;
  text-align: center;
  bottom: 23%;
  left: 50%;
  font-size: 14px;
}
.bg-video-wrap .links a {
  color: #C19333;
  font-size: 14px;
  font-weight: bold;
}
.bg-video-wrap .links a img {
  width: 25px;
  transform: rotate(180deg);
}
.bg-video-wrap .links a:hover {
  color: #C19333;
  font-size: 14px;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0.7215686275), rgba(33, 37, 41, 0.4509803922));
  z-index: 2;
}

.about-center {
  padding: 3.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-center .title {
  background-image: url(../images/logo-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 5rem 0rem;
  background-position: right;
}
.about-center .title span {
  color: #2B6542;
  line-height: 2;
  font-size: 24px;
}
.about-center .title h5 {
  color: #2B6542;
  font-weight: 600;
  font-size: 30px;
}
.about-center .content p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  color: #737373;
  line-height: 1.8;
}
.about-center .content-p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  color: #2B6542;
  line-height: 1.8;
}
.about-center .content-p span {
  font-weight: 700;
  color: #2B6542;
  text-align: left;
}
.about-center .content-p p {
  padding: 10px 0px;
  padding-bottom: 0px;
}

.fields .card {
  width: 100%;
  height: 330px;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  border: 0px;
  transition: 0.5s all;
}
.fields .card:hover {
  width: 120%;
  transition: 0.5s all;
}
.fields .over-lay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fields .over-lay h6 {
  color: #fff;
  display: flex;
  justify-content: center;
  z-index: 999;
  font-size: 25px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  margin-bottom: 10px;
}
.fields .over-lay .content-field {
  top: 50%;
  padding: 20px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  transition: 1s all;
}
.fields .over-lay .content-field p {
  color: #fff;
  height: 50px;
  overflow: hidden;
}
.fields .over-lay .content-field a {
  color: #C19333;
  text-align: center;
  display: block;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}
.fields .over-lay .content-field img {
  width: 18px;
  margin: 0px 5px;
  transform: rotate(180deg);
}
.fields:hover .content-field {
  width: 100%;
  transition: 1s all;
}

.fields .card .content-field {
  opacity: 0;
}

.fields .card:hover .content-field {
  opacity: 1;
}

.fields .card:hover h6 {
  width: 100%;
}

.about-field {
/*  background-image: url(../images/vector.svg);*/
  background-size: cover;
/*  background-size: auto 400px;*/
  padding: 3.5rem 0rem;
/*  background-repeat: no-repeat;
  background-position: center right;*/
  margin-top: 0rem;
}
.about-field .row {
  align-items: center;
  justify-content: center;
}
.about-field .title {
  margin-bottom: 20px;
}
.about-field .title span {
  color: #2B6542;
  line-height: 2;
  font-size: 24px;
}
.about-field .title h5 {
  color: #2B6542;
  font-weight: 600;
  font-size: 30px;
}
.about-field .content {
  margin-top: 2rem;
}
.about-field .content p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  color: #737373;
  line-height: 1.8;
}
.about-field .content a {
  color: #C19333;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.about-field .content a img {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
.about-field .field-img {
  z-index: 1;
  margin-top: 30px;
}
.about-field .field2-img {
  z-index: 2;
  margin-top: -100px;
  margin-left: 180px;
}
.about-field img {
  width: 100%;
  height: 330px;
}

.News {
  background-color: #F2F2F2;
  padding: 4rem 0rem;
}
.News .card .over-lay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(43, 101, 66, 0.3215686275), #033918);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.News h2 {
  text-align: center;
  color: #2B6542;
  font-size: 35px;
  margin-bottom: 40px;
}
.News .card {
  height: 230px;
  border-radius: 0px;
  border: 0px;
  width: 100%;
  transition: 0.5s all;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.News .card:hover {
  transform: scale(0.9);
  transition: 0.5s all;
}
.News .card .over-lay .content-field {
  top: 44%;
  padding: 20px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  transition: 1s all;
}
.News .card .over-lay .content-field p {
  color: #fff;
  margin-bottom: 0rem;
}
.News .card .over-lay .content-field a {
  color: #C19333;
  display: block;
  font-size: 12px;
  cursor: pointer;
}
.News .card .over-lay .content-field img {
  width: 22px;
  margin: 0px 5px;
}
    .News .Link, .sector-link {
        color: #C19333 !important;
        display: block;
        font-size: 23px;
        cursor: pointer;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        text-decoration: none;
    }
        .News .Link img, .sector-link img {
            transform: rotate(180deg);
        }

button:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

/*.numbers {
  background-image: url(../images/curve-img.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 101%;
  background-size: cover;
  margin-top: -68px;
  padding-bottom: 0rem;
  background-position: center bottom;
  height: 630px;
}
.numbers::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  width: 110%;
  left: -5%;
  height: 295px;
  z-index: 0;
  background: #f2f2f2;
  border-radius: 82%/82%;
}
.numbers .title-n {
  text-align: center;
  margin-top: 12rem;
}
.numbers .title-n span {
  color: #C19333;
  line-height: 1.8;
  font-size: 20px;
}
.numbers .title-n h3 {
  font-size: 30px;
  line-height: 1.8;
  color: #C19333;
  font-weight: 600;
}
.numbers .No-field {
  text-align: center;
  margin-top: 35px;
}
.numbers .No-field span {
  color: #C19333;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}
.numbers .No-field h6 {
  color: #fff;
  line-height: 1.8;
  font-size: 33px;
}

.numbers .No-field {
  border-left: 1px solid #fff;
}

.numbers .No-field:last-child {
  border-left: none;
}*/

.parteners {
  padding: 9rem 0rem;
  padding-top: 0rem !important;
}
    .parteners h3 {
        font-size: 25px;
        color: #C19333;
        text-align: center;
        line-height: 2;
    }
.parteners p {
  font-size: 16px;
  text-align: center;
  color: #737373;
}
.parteners .brands {
  margin-top: 40px;
}
.parteners .brands img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: 60px;
  transition: 0.3s;
}

.contact {
  min-height: 100vh;
}

.serv-sac {
  bottom: 10%;
  z-index: 999;
  position: absolute;
}
.serv-sac .btn {
  background-color: #C19333;
  color: #fff;
  border: 0px;
  font-size: 13px;
  padding: 14px 18px;
  text-align: center;
  border-radius: 8px;
}
.serv-sac .btn img {
  width: 14px;
  margin: 0px 3px;
  float: right;
  margin-top: 4px;
  transform: rotate(180deg);
}

#jumbotron .intro {
  position: relative;
  width: 100%;
}

.head {
  background: #2B6542;
  top: 0;
  padding: 0.7rem 0rem;
}

.intro {
  padding: 9rem 0rem;
  background-image: url(../images/Mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  height: 500px;
  width: 101%;
}
.intro span {
  color: #C19333;
  line-height: 1.8;
  font-size: 24px;
  font-weight: 300;
}
.intro h1 {
  font-size: 30px;
  line-height: 1.8;
  color: #C19333;
  font-weight: 600;
}
.intro p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
.intro p span {
  color: #fff;
}
.intro .light-btn {
  background-color: #fff;
  color: #2B6542;
  border-radius: 25px;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  bottom: -28px;
  font-size: 16px;
  font-weight: 700;
  background: #FFFFFF;
  box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
  font-weight: 700;
  font-size: 20px;
  /* display: -webkit-box; */
  display: flex;
  align-items: center;
  text-align: right;
  color: #2B6542;
  padding: 11px 75px;
}

.goals {
  padding: 9rem 0rem;
}
.goals .col-lg-4 {
  border-right: 2px solid #DFDFDF;
}
.goals .about-boxes {
  text-align: center;
  padding: 12px;
}
.goals .about-boxes img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: 60px;
  transition: 0.3s;
  text-align: center;
  margin-bottom: 20px;
}
.goals .about-boxes h5 {
  color: #C19333;
  font-size: 18px;
  margin-bottom: 20px;
}
.goals .about-boxes p {
  color: #737373;
  font-size: 15px;
  line-height: 1.7;
}
.goals .owl-next {
  height: 30px;
  top: 50%;
  position: absolute;
  right: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.goals .owl-next span {
  font-size: 27px;
}
.goals .owl-prev {
  height: 30px;
  top: 50%;
  position: absolute;
  left: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.goals .owl-prev span {
  font-size: 27px;
}

.directors {
  padding: 9rem 0rem;
  background-color: #F2F2F2;
  position: relative;
  overflow:hidden;
  /*border-radius: 0 0 90% 90%/15em;*/
}
.directors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: #F2F2F2;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(2);
}
.directors .head-title {
  margin-top: 1rem;
}
.directors .head-title span {
  color: #C19333;
  font-size: 17px;
  line-height: 1.8;
}
.directors .head-title h5 {
  font-size: 28px;
  font-weight: bold;
  color: #C19333;
}
.directors .director-img {
  width: 250px;
  height: 250px;
  max-height: 300px;
  margin-bottom: 10px;
}
.directors img {
  height: 100%;
  width: 100%;
  width: 100%;
}
.light-btn {
    background-color: #fff;
    color: #2B6542;
    border-radius: 25px;
    z-index: 999;
    position: absolute;
    left: 50%;
    /*    transform: translateX(-50%) translateY(-50%);*/
    /*    top: 50%;*/
    bottom: -20px;
    transform: translateX(-50%);
/*    transform: translateX(-50%) translateY(150px);*/
    margin-top: 140px;
    font-size: 16px;
    font-weight: 700;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
    font-weight: 700;
    font-size: 20px;
    /* display: -webkit-box; */
    display: flex;
    align-items: center;
    text-align: right;
    color: #2B6542;
    padding: 11px 75px;
}

.Organizational-Chart {
  padding: 9rem 0rem;
}
.Organizational-Chart img {
  width: 100%;
  margin: auto;
}

.manager-word {
  padding: 6rem 0rem;
  background-image: url(../images/word.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.manager-word img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: table;
}
.manager-word p {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
}
.manager-word .end-text {
  text-align: center;
}
.manager-word .end-text span {
  color: #C19333;
  font-size: 14px;
  line-height: 1.8;
}
.manager-word .end-text h6 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.international-recognition {
  padding: 12rem 0rem;
  background-color: #F2F2F2;
  position: relative;
  /*border-radius: 0 0 90% 90%/15em;*/
}
.international-recognition:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(2);
}
.international-recognition h5 {
  color: #C19333;
  font-size: 20px;
  text-align: center;
}
.international-recognition .Logos {
  margin: auto;
  display: table;
}
.international-recognition .Logos img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: 90px;
  transition: 0.3s;
  margin: 20px 20px;
}
.international-recognition .Logos label {
  border-right: 2px solid #737373;
  height: 90px;
  max-width: 100%;
  width: auto;
  margin-top: 21px;
  position: absolute;
}
.international-recognition .second-text {
  color: #737373;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  margin: auto;
  display: table;
  margin-top: 20px;
}
.international-recognition .second-text li {
  text-align: center;
  list-style: disc;
}
.international-recognition .single-box {
  background-color: #fff;
  padding: 20px;
  color: #2B6542;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}
.international-recognition .light-btn {
  background-color: #fff;
  color: #2B6542;
  border-radius: 25px;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 188px;
  font-size: 16px;
  font-weight: 700;
  background: #FFFFFF;
  box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
  font-weight: 700;
  font-size: 20px;
  /* display: -webkit-box; */
  display: flex;
  align-items: center;
  text-align: right;
  color: #2B6542;
  padding: 11px 75px;
}

.reports {
  padding: 6rem 0rem;
  overflow-y: hidden;
}
.reports .about-report h6 {
  color: #C19333;
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
}
.reports .about-report img {
  max-width: 100%;
  transition: 0.3s;
  margin: auto;
  width: 230px;
}
.reports .owl-next {
  height: 30px;
  top: 50%;
  position: absolute;
  right: 0%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.reports .owl-next span {
  font-size: 27px;
}
.reports .owl-prev {
  height: 30px;
  top: 50%;
  position: absolute;
  left: 0%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.reports .owl-prev span {
  font-size: 27px;
}

#owll2 .owl-next {
  height: 30px;
  top: 50%;
  position: absolute;
  right: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
#owll2 .owl-next span {
  font-size: 27px;
}
#owll2 .owl-prev {
  height: 30px;
  top: 50%;
  position: absolute;
  left: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
#owll2 .owl-prev span {
  font-size: 27px;
}

.goals #owll .item {
  border-right: 2px solid #DFDFDF;
  min-height: 300px;
}

/*.about-list {
  text-align: start;
  list-style: disc;
  list-style-position: inside;
}*/

.about-list {
    text-indent: -1.5em;
    margin:0 20px;
    text-align: start;
    list-style: disc;
    list-style-position: inside;
}

.owl-stratigy .owl-stage {
  direction: ltr;
}

.owl-stratigy .owl-nav {
  direction: ltr;
}

.full-arac {
  background-image: url(../images/arac/back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 80px;
  background-position: 0 -65px;
}
.full-arac::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.full-arac .intro-arac {
  height: 340px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  background-image: url(../images/arac/sh.png);
  background-size: contain;
}
.full-arac .intro-arac .light-btn {
  bottom: -38px;
  border-radius: 100px;
  font-size: 24px;
}
.full-arac .intro-arac .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.full-arac .intro-arac .content img {
  margin-bottom: 10px;
  width: 120px;
}
.full-arac .intro-arac .content h3 {
  color: white;
  font-weight: 600;
  font-size: 35px;
  margin: 0;
}
.full-arac .intro-arac .content p {
  color: #C19333;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.full-arac .about-arac {
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  padding-bottom: 140px;
}
.full-arac .about-arac h2 {
  letter-spacing: 20px;
  font-weight: 600;
  font-size: 30px;
  color: #2B6542;
  margin-bottom: 30px;
}
.full-arac .about-arac p {
  color: #737373;
  font-size: 20px;
  width: 800px;
  margin: auto;
  margin-bottom: 45px;
}
.full-arac .about-arac img {
  width: 700px;
}
.full-arac .agenda {
  position: relative;
  padding: 50px 0;
}
.full-arac .agenda .agenda-box {
  background-color: #F5F5F5;
  border-radius: 0px 0px 30px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -105px;
}
.full-arac .agenda .agenda-box .title {
  border-right: 1px solid #C19333;
  align-items: center;
  display: flex;
  padding: 40px 35px;
}
.full-arac .agenda .agenda-box .title h3 {
  font-weight: 700;
  font-size: 26px;
  color: #C19333;
}
.full-arac .agenda .agenda-box .details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 35px;
}
.full-arac .agenda .agenda-box .details p {
  font-size: 14px;
  font-weight: 600;
  color: #C19333;
  margin: 0px;
}
.full-arac .agenda .agenda-box .details p span {
  font-weight: 500;
  color: #737373;
}
.full-arac .agenda .agenad-tabel .table-title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 25px;
}
.full-arac .agenda .agenad-tabel .table {
  border-spacing: 0em 10px;
  border-collapse: separate;
  margin-bottom: 0;
}
.full-arac .agenda .agenad-tabel .table p {
  margin: 0;
}
.full-arac .agenda .agenad-tabel .table thead {
  color: #fff;
}
.full-arac .agenda .agenad-tabel .table thead tr {
  background-color: #2B6542;
  border: none;
}
.full-arac .agenda .agenad-tabel .table thead tr th {
  border: none;
  font-size: 13px;
  text-align: start;
  font-weight: 600;
  vertical-align: middle;
  padding: 10px 20px;
}
.full-arac .agenda .agenad-tabel .table tr {
  background-color: #fff;
}
.full-arac .agenda .agenad-tabel .table td {
  border: none;
  font-size: 13px;
  text-align: start;
  color: #C19333;
  font-weight: 600;
  vertical-align: middle;
  padding: 25px 20px;
}
.full-arac .agenda .agenad-tabel .table td .dec {
  background-color: #C19333;
  color: #fff;
  font-size: 13px;
  padding: 2px 28px;
  position: absolute;
  top: -7px;
  left: 8px;
}
.full-arac .agenda .agenad-tabel tr td:first-child {
  border-top-left-radius: 0px;
}
.full-arac .agenda .agenad-tabel tr td:last-child {
  border-top-right-radius: 30px;
}
.full-arac .agenda .agenad-tabel tr td:first-child {
  border-bottom-left-radius: 0px;
}
.full-arac .agenda .agenad-tabel tr td:last-child {
  border-bottom-right-radius: 0px;
}
.full-arac .agenda .agenad-tabel thead tr th:first-child {
  border-top-left-radius: 0px;
}
.full-arac .agenda .agenad-tabel thead tr th:last-child {
  border-top-right-radius: 0px;
}
.full-arac .agenda .agenad-tabel thead tr th:first-child {
  border-bottom-left-radius: 0px;
}
.full-arac .agenda .agenad-tabel thead tr th:last-child {
  border-bottom-right-radius: 30px;
}
.full-arac .agenda .btn-link {
  font-size: 15px;
  background: #C19333;
  padding: 20px 20px;
  color: #fff;
  margin: 35px 0;
  border-radius: 12px;
  transition: 0.5s;
}
.full-arac .agenda .btn-link:hover {
  background-color: transparent;
  border: 1px solid #C19333;
  text-decoration: none;
  transition: 0.5s;
}

.contact_cards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_cards .contact_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact_cards .contact_card .contact_card_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_cards .contact_card .contact_card_icon img {
  width: 100%;
}
.contact_cards .contact_card h2 {
  font-size: 20px;
  color: #C19333;
  margin: 10px 0;
}

.accredition {
  padding-bottom: 13rem;
}
.accredition::before {
  background-color: initial !important;
}
.accredition .cards {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 79%;
  margin-top: 5rem;
}
.accredition .cards .col-lg-6 {
  margin-bottom: 10px;
}
    .accredition .cards .card {
        border-radius: 15px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 20px 10px;
        min-height: 190px;
        margin-bottom: 20px;
        /*max-height: -moz-max-content;
        max-height: max-content; */
        display: flex;
        /*justify-content: center;*/
        overflow: hidden;
        height: 100%;
    }
.accredition .cards .card h4 {
  font-size: 20px;
  color: #2B6542;
  text-align: center;
  font-weight: bold;
}
.accredition .cards .card p {
  font-size: 16px;
  color: #737373;
  text-align: center;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
}

.support {
  padding: 9rem 0rem;
  padding-top: 2rem;
}
.support img {
  width: 600px;
  text-align: center;
  margin: auto;
  display: table;
}
.support .light-btn-support {
  background-color: #fff;
  color: #2B6542;
  border-radius: 25px;
  z-index: 999;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 80px;
  margin: auto;
  display: table;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  /* display: -webkit-box; */
  display: flex;
  align-items: center;
  text-align: right;
  color: #2B6542;
  padding: 11px 85px;
  box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
}

.accredition-list {
  margin-top: 40px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
}
.accredition-list:last-child {
  border-bottom: 0px;
}
.accredition-list .accredition-content p {
  color: #737373;
  font-size: 14px;
  line-height: 1.8;
}
.accredition-list .accredition-content ul {
  padding: 0px;
  margin: 0px;
}
.accredition-list .accredition-content ul li {
  color: #737373;
  font-size: 14px;
  line-height: 1.8;
  list-style: circle;
  display: list-item !important;
}
.accredition-list .accredition-title span {
  color: #C19333;
  line-height: 1.8;
  font-size: 14px;
}
.accredition-list .accredition-title h6 {
  color: #C19333;
  font-size: 20px;
  line-height: 1.8;
}

.directors2 {
  background-color: #F2F2F2;
  padding: 9rem 0rem;
  position: relative;
  overflow:hidden;
  border-radius: 0 0 90% 90%/15em;
}
/*.directors2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(2);
}*/
.directors2 .about-boxes {
  padding: 0px 10px;
}
.directors2 .about-boxes p {
  font-size: 14px;
}
.light-btn-goals {
    background-color: #fff;
    color: #2B6542;
    border-radius: 25px;
    z-index: 999;
    position: absolute;
    left: 50%;
    /*    transform: translateX(-50%) translateY(-50%);
    margin-top: 139px;*/
    bottom: -25px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
    font-weight: 700;
    font-size: 20px;
    /* display: -webkit-box; */
    display: flex;
    align-items: center;
    text-align: right;
    color: #2B6542;
    padding: 11px 75px;
}

.importance {
  padding: 4rem 0rem;
  padding-bottom: 9rem;
}
.importance .row {
  justify-content: center;
}
.importance .nav-pills {
  display: flex;
  justify-content: center;
}
.importance .nav-pills li {
  margin: auto;
}
.importance .nav-pills .nav-link {
  color: #2B6542;
  background-color: initial;
  border: 0px;
  border-radius: 0px;
  padding: 15px 4px;
  font-weight: bold;
  margin: 0px 10px;
  cursor: pointer;
  margin: auto;
}
.importance .nav-pills .nav-link:active {
  border: 0px;
}
.importance .nav-pills .nav-link.active, .importance .nav-pills .show > .nav-link {
  color: #2B6542;
  background-color: initial;
  border: 0px;
  border-bottom: 3px solid #C19333;
  border-radius: 0px;
}
.importance .cards {
  margin-top: 55px;
}
.importance .cards .card {
  width: 100%;
  background-color: #F2F2F2;
  padding: 20px;
  border: 0px;
  margin: auto;
  margin-bottom: 15px;
  height: 100%;
  max-height: 170px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.importance .cards .card h5 {
  color: #C19333;
  text-align: center;
  font-size: 15px;
}
.importance .cards .card p {
  color: #737373;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  height: 80px;
  overflow: hidden;
}
    .importance .light-btn-import {
        background-color: #fff;
        color: #2B6542;
        border-radius: 25px;
        z-index: 999;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin-top: 139px;
        font-size: 16px;
        font-weight: 700;
        background: #FFFFFF;
        box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
        font-weight: 700;
        font-size: 20px;
        /* display: -webkit-box; */
        display: flex;
        align-items: center;
        text-align: right;
        color: #2B6542;
        padding: 11px 75px;
    }

.importance li button:hover {
  color: #2B6542 !important;
}

.importance .nav-pills .nav-link.active, .importance .nav-pills .show > .nav-link {
  color: #2B6542 !important;
}

.importance .nav-pills .nav-link {
  font-size: 14px;
}
.importance .nav-pills .nav-link:focus {
  color: #2B6542 !important;
}

.parteners2 {
  background-color: #F2F2F2;
  padding: 9rem 0rem;
  /*border-radius: 90% 90% 0% 0%/15em;*/
}

.about-service .cards .box3 li {
  color: #737373;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 20px;
  padding-left: 7px;
  padding-right: 0px;
  display: flex;
  align-items: baseline;
}

.traning {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/Mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 9rem 0rem;
  background-position: center bottom;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.programes {
  padding: 2rem 0rem;
}
.programes h5 {
  color: #2B6542;
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  margin: 2rem 0rem;
}
.programes .cards {
  margin-top: 20px;
}
.programes .cards .accordion-item {
  cursor: pointer;
  margin-bottom: 10px;
}
.programes .cards .card {
  border: 0px;
  background-color: #fff;
  border-radius: 25px !important;
  padding: 15px;
  filter: drop-shadow(0px 0px 54px rgba(0, 0, 0, 0.14));
  overflow: visible;
}
.programes .cards .card h6 {
  color: #C19333;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.programes .cards .card span {
  color: #2B6542;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
  display: table;
}
.programes .cards .card .polygon {
  background-color: #C19333;
  width: 22px;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  bottom: -3px;
  z-index: 9999;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
.programes .cards .card [aria-expanded=true] .polygon {
  transform: rotate(180deg);
}
.programes .cards .accredition-list {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0px;
}
.programes .cards .accredition-list .accredition-content {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #C19333;
}
.programes .cards .accredition-list p {
  font-size: 12px !important;
}
.programes .cards .accredition-list ul {
  margin-left: 20px;
}
.programes .cards .accredition-list ul li {
  font-size: 12px;
}
.programes .cards .accredition-list h4 {
  color: #C19333;
  font-size: 14px;
  line-height: 1.8;
}
.programes .cards .accredition-list p {
  font-size: 14px;
}
.programes .cards .accredition-list label {
  color: #737373;
  font-size: 13px;
}
.programes .cards .login-btn {
  background-color: #C19333;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  float: right;
  margin-top: 20px;
}
.programes .cards .login-btn img {
  transform: rotate(180deg);
}
.programes .Last-content {
  text-align: center;
  margin: auto;
  display: table;
  width: 70%;
  margin-top: 20px;
}
.programes .Last-content img {
  transform: rotate(180deg);
}
.programes .Last-content p {
  text-align: center;
  color: #737373;
  font-size: 15px;
}
.programes .Last-content a {
  text-align: center;
  color: #C19333;
}

.accredition-list ul {
  display: initial !important;
}

.parteners2 {
  padding-top: 9rem !important;
}

.travel {
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel2 {
  background-color: #f2f2f2 !important;
}
.accordion-steps {
  padding: 9rem 0rem;
  background-color: #F2F2F2;
  position: relative;
  /*border-radius: 0 0 90% 90%/15em;*/
}
    .accordion-steps .light-btn-service{
        background-color: #fff;
        color: #2B6542;
        border-radius: 25px;
        z-index: 999;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin-top: 139px;
        font-size: 16px;
        font-weight: 700;
        background: #FFFFFF;
        box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
        font-weight: 700;
        font-size: 20px;
        /* display: -webkit-box; */
        display: flex;
        align-items: center;
        text-align: right;
        color: #2B6542;
        padding: 11px 75px;
    }
.accordion-steps ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}
.accordion-steps ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.accordion-steps ul li img {
  width: 60px;
  text-align: center;
  margin: auto;
  display: table;
  margin-bottom: 10px;
}
.accordion-steps ul li h3 {
  color: #C19333;
  font-size: 14px;
  text-align: center;
}
.accordion-steps ul li p {
  color: #737373;
  font-size: 13px;
  text-align: center;
}
.accordion-steps ul .arrow {
  margin-top: 30px;
  transform: rotate(180deg);
}

.accreditation-Services {
  padding: 2rem 0rem;
  display: flex;
  justify-content: center;
  overflow-y: hidden;
}
.accreditation-Services .cards {
  margin-top: 3rem;
}
.accreditation-Services .card {
  border: 0px;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.accreditation-Services .card .content-card {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accreditation-Services .card .content-card h5 {
  position: absolute;
  top: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.accreditation-Services .card img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.accreditation-Services .card .over-lay {
  background: linear-gradient(356.88deg, rgba(0, 0, 0, 0.4588235294) 2.58%, rgba(0, 0, 0, 0) 95%);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  border-radius: 20px;
}
.accreditation-Services .card .bottom-card {
  z-index: 99;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #737373;
}
.accreditation-Services .card .bottom-card .btn {
  width: 100%;
  border: 0px;
}
.accreditation-Services .card .bottom-card .btn-outline-secondary {
  background: inherit;
  color: #fff;
  border-radius: 0px 0px 0px 20px;
  padding: 1rem 0rem;
  font-size: 15px;
  border-right: 1px solid #737373;
  border-left: 0px;
}
.accreditation-Services .card .bottom-card .btn-outline-secondary:hover {
  color: #fff;
  background-color: #a7a9ac;
}
.accreditation-Services .card .bottom-card .btn-outline-success {
  background-color: inherit;
  color: #fff;
  border-radius: 0px 0px 20px 0px;
  padding: 1rem 0rem;
  font-size: 15px;
}
.accreditation-Services .card .bottom-card .btn-outline-success:hover {
  background-color: #7EC468;
}

.more img, .Center-publications #owl-carousel2 .btn-secondary img {
  transform: rotate(180deg);
}

.laboratory-accreditation {
  background-image: url(../images/mask-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 9rem 0rem;
  background-position: center bottom;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.laboratory-accreditation .content {
  padding-top: 0rem;
}
.laboratory-accreditation .content span {
  color: #fff;
  text-align: center;
  margin: auto;
  display: table;
}
.laboratory-accreditation .content h6 {
  font-size: 30px;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.laboratory-accreditation .light-btn {
  background-color: #fff;
  color: #2B6542;
  border-radius: 25px;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  bottom: -50px;
  font-size: 16px;
  font-weight: 700;
  background: #FFFFFF;
  box-shadow: 0px 0px 60px rgba(45, 133, 80, 0.3);
  font-weight: 700;
  font-size: 20px;
  /* display: -webkit-box; */
  display: flex;
  align-items: center;
  text-align: right;
  color: #2B6542;
  padding: 11px 75px;
}

.about-service {
  padding: 4rem 0rem;
  padding-bottom: 9rem;
}
.about-service p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #2B6542;
  margin: auto;
  display: table;
}
.about-service .buttons {
  margin: auto;
  display: table;
  margin-top: 49px;
  margin-bottom: 100px;
}
.about-service .buttons .btn-info {
  color: #C19333;
  border: 1px solid #C19333;
  background-color: #fff;
  margin: 0px 5px;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 12px;
}
.about-service .buttons .btn-info:active {
  color: #C19333 !important;
  border: 1px solid #C19333 !important;
  background-color: #fff !important;
}
.about-service .buttons .btn-secondary {
  background-color: #C19333;
  color: #fff;
  border: 1px solid #C19333;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 12px;
}

.about-service .buttons .btn-secondary:active {
  background-color: #C19333 !important;
  color: #fff !important;
}
.about-service .cards .card {
  background-color: #F2F2F2;
  border: 0px;
  padding: 20px 30px;
  margin: 10px 0px;
  border-radius: 35px;
  min-height: 220px;
  height: 90%;
  margin-bottom: 30px;
}
.about-service .cards .box {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.about-service .cards .box span {
  color: #2B6542;
  display: inline-block;
  margin: 0px 5px;
  font-weight: 700;
}
.about-service .cards .box img {
  margin-right: 5px;
  margin-left: 0px;
}
.about-service .cards .box2 li {
  color: #737373;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 20px;
  padding-left: 7px;
  padding-right: 0px;
}
.about-service .cards .box2 li i {
  font-size: 6px;
  display: inline-block;
  margin: 0px 5px;
}
.about-service .cards .box2 .document {
  border-right: 2px solid #DFDFDF;
  border-left: 0px;
  padding-right: 20px;
  margin-left: 10px;
}
.about-service .cards .box2 .document:last-child {
  border-right: 0px;
  border-left: 0px;
}
.about-service .cards .box2 .document img {
  width: 27px;
  margin: auto;
  display: table;
  margin-bottom: 5px;
}
.about-service .cards .box2 .document h6 {
  text-align: center;
  font-size: 14px;
  color: #2B6542;
}
.about-service .cards .box3 {
  display: flex;
  align-items: baseline;
}

.accordion ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}
.accordion ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.accordion ul li img {
  width: 60px;
  text-align: center;
  margin: auto;
  display: table;
  margin-bottom: 10px;
}
.accordion ul li h3 {
  color: #C19333;
  font-size: 14px;
  text-align: center;
}
.accordion ul li p {
  color: #737373;
  font-size: 13px;
  text-align: center;
}
.accordion ul .arrow {
  margin-top: 30px;
  transform: rotate(180deg);
}

.News .content {
  margin: auto;
  display: table;
  text-align: center;
}

.News-page {
  background-color: #fff;
  margin-top: -150px;
  background-color: #fff;
  padding-top: 0rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.News-page .card {
  margin-bottom: 10px;
  border-radius: 20px;
}
.News-page .over-lay {
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(43, 101, 66, 0.1215686275), rgba(3, 57, 24, 0.6392156863)) !important;
}
.News-page .content-field {
  top: 50% !important;
}

.pagination {
  background-color: transparent;
  width: 100%;
  padding: 10px;
  justify-content: center;
}

.News .Pag input[type=submit] {
    margin: 0px !important;
    padding :0 !important;
    color: #198754 !important;
}

.Activee {
  color: #C19333 !important;
}

.News .card .over-lay .content-field p {
  color: #fff;
  margin-bottom: 0rem;
  height: 65px;
  overflow: hidden;
}

.New-details {
  padding-top: 0rem;
  background-color: #fff;
}
.New-details .card {
  width: 60%;
  height: 300px;
  margin: auto;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
}
.New-details .card span {
  color: #C19333;
}
.New-details .over-lay {
  justify-content: start !important;
}
.New-details .over-lay .content-field {
  top: 70% !important;
}
.New-details .last-new {
  width: 60%;
  margin: auto;
}
.New-details .last-new p {
  text-align: justify;
  color: #737373;
  line-height: 2;
  font-size: 12px;
  margin-top: 30px;
}

.more {
  color: #2B6542;
  font-size: 14px;
  margin-bottom: 20px;
}
.more img {
  width: 25px;
}

.New-details .content-field p {
  color: #fff;
  margin-bottom: 0rem;
  height: 43px !important;
  overflow: hidden;
}

.documents {
  padding-top: 4rem;
  padding-bottom: 9rem;
}
.documents h5 {
  color: #C19333;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0px;
}
.documents .cards {
  min-height: 316px;
}
.documents .nav-pills {
  height: auto;
}
.documents .nav-pills button {
  border: 0px;
  font-size: 13px;
  padding: 11px 12px;
  color: #737373;
  border-radius: 0px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  flex:1;
}
.documents .nav-pills button:last-of-type {
    border-bottom:none;
}
 .documents .nav-pills .nav-link.active {
     border-bottom:none;
 }
.documents .nav-pills button:focus, .documents .nav-pills button:active {
  border: 0px;
}
.documents .nav-pills button:hover {
  color: #737373 !important;
}
.documents .nav-pills .nav-link.active, .documents .nav-pills .show > .nav-link {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  background-color: #C19333;
  color: #fff;
  border-radius: 5px;
}
.documents .document {
  background-color: #F2F2F2;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  margin: 0px 1px;
  min-height: 348px;
  display: flex;
  width: 170px;
  cursor: pointer;
}

.Center-publications {
  padding: 9rem 0rem;
  background-color: #F2F2F2;
}
.Center-publications h5 {
  color: #C19333;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0px;
}
.Center-publications #owl-carousel2 .card {
  border: 2px solid #DFDFDF;
  background-color: initial;
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  margin: auto;
  display: table;
  position: relative;
}
.Center-publications #owl-carousel2 .card .row {
  align-items: center;
}
.Center-publications #owl-carousel2 .card .content h3 {
  color: #2B6542;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
}
.Center-publications #owl-carousel2 .card .content p {
  font-size: 13px;
  line-height: 1.8;
  color: #737373;
  width: 80%;
}
.Center-publications #owl-carousel2 .card img {
  width: 200px;
}
.Center-publications #owl-carousel2 .btn-secondary {
  background-color: #C19333;
  color: #fff;
  border: 1px solid #C19333;
  font-size: 12px;
  border-radius: 10px;
  padding: 10px 8px;
}
.Center-publications #owl-carousel2 .btn-secondary img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.Center-publications #owl-carousel2 .owl-next {
  height: 30px;
  top: 50%;
  position: absolute;
  right: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.Center-publications #owl-carousel2 .owl-next span {
  font-size: 27px;
}
.Center-publications #owl-carousel2 .owl-prev {
  height: 30px;
  top: 50%;
  position: absolute;
  left: -5%;
  color: #B0B0B0 !important;
  font-size: 20px;
  border: 1px solid #B0B0B0 !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 30px;
  line-height: 0 !important;
}
.Center-publications #owl-carousel2 .owl-prev span {
  font-size: 27px;
}

.Standard-Specifications {
  padding: 2rem 0rem;
}
.Standard-Specifications h5 {
  color: #2B6542;
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0px;
}
.Standard-Specifications h6 {
  color: #C19333;
  font-size: 18px;
  margin: 10px 0px;
  min-height: 67px;
}
.Standard-Specifications p {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
  color: #737373;
}

.definitions {
  padding: 2rem 0rem;
}
.definitions h5 {
  color: #2B6542;
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0px;
  margin-bottom: 30px;
}
.definitions .definition-content {
  margin-top: 10px;
}
.definitions .definition-content h6 {
  font-size: 14px;
  color: #2B6542;
  line-height: 23.3px;
}
.definitions .definition-content p {
  font-size: 12px;
  color: #737373;
}

.documents .cards .nav-link.active:hover {
  color: #efe9e9 !important;
}

.traning {
  background-color: #fff;
}

.documents .nav-pills .nav-link.active, .documents .nav-pills .show > .nav-link {
  text-align: center !important;
}

.document a h6 {
  font-size: 14px;
}

.documents .nav-pills button {
  text-align: center !important;
}

.observer_participants {
  padding: 2rem;
}
.observer_participants .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.observer_participants .input-group input {
  border: 0px;
  border-radius: 25px !important;
}
.observer_participants .input-group .fa-fw {
  color: #C19333;
}
.observer_participants .search_name {
  text-align: center;
  margin: 15px 0px;
  cursor: pointer;
}
.observer_participants .search_name a {
  color: #C19333;
}
.observer_participants .search_name a:hover {
  color: #C19333;
}
.observer_participants .search_name img {
  background: #C19333;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  padding: 6px;
}
.observer_participants .filtersContainer {
  width: 70%;
  margin: auto;
  display: table;
}
.observer_participants .filtersContainer .form-group .form-control {
  background-color: #F2F2F2;
  border-radius: 25px;
  color: #C19333;
}
.observer_participants .filtersContainer input::-moz-placeholder {
  color: #C19333;
}
.observer_participants .filtersContainer input::placeholder {
  color: #C19333;
}
.observer_participants .Tablle {
  border: 1px solid #F2F2F2;
  text-align: center;
}
.observer_participants .Tablle thead {
  background: #2B6542;
}
.observer_participants .Tablle thead th {
  color: #fff;
  font-weight: bold;
  padding: 16px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.observer_participants .Tablle .table-striped > tbody > tr:nth-of-type(odd) {
  color: #2B6542;
}
.observer_participants .Tablle .table > :not(caption) > * > * {
  padding: 1.5rem 0.5rem;
}
.observer_participants #example {
  padding: 0rem 3rem;
}
.observer_participants .pagination {
  background-color: transparent;
  padding: 15px;
  width: 100%;
}
.observer_participants .pagination .d-flex {
  margin: auto;
}
.observer_participants .pagination ul {
  margin: auto;
  display: table;
}
.observer_participants .pagination ul li {
  display: inline-block;
  margin: 0px 20px;
}
.observer_participants .pagination ul li a {
  color: #fff;
  text-decoration: none;
}
.observer_participants .pagination .fas {
  color: #fff;
}

.List_table {
  background-color: #F2F2F2;
  padding: 20px;
  margin: 20px 5px;
  margin-top: 100px;
}
.List_table li {
  display: inline-block;
  margin-bottom: 10px;
}
.List_table li img {
  width: 30px;
  margin: auto;
  margin-bottom: 10px;
  display: table;
}
.List_table li h5 {
  color: #737373;
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
}

.home2 {
  color: #C19333;
  font-size: 14px;
}

.b-box img {
  width: 30px;
  margin: auto;
  margin-bottom: 10px;
  display: table;
}

.b-box h5 {
  color: #737373;
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
}

#notfound .notfound-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/abstract.jpg);
  background-size: cover;
}

#notfound .notfound-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

#notfound .notfound {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 30px;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#notfound .notfound .notfound-404 {
  position: relative;
  height: 277px;
}

#notfound .notfound .notfound-404 img {
  width: 200px;
  margin: auto;
  display: table;
}

#notfound a {
  color: #008000;
  text-decoration: none;
}

#notfound .notfound h2 {
  font-size: 26px;
  font-weight: 400;
  color: #222225;
  margin-top: 0px;
  margin-bottom: 20px;
}

#notfound .notfound .link-page2 {
  border-bottom: 1px solid;
  font-weight: bold;
  padding: 6px;
}

#notfound .notfound:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
  z-index: -1;
}

.top-footer {
  background: linear-gradient(0deg, #12332D -218.87%, #2B663F 261.41%);
  padding: 20px;
}
/*.top-footer .contact-links {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem;
}
.top-footer .contact-links li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.top-footer .contact-links li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.top-footer .contact-links li a img {
  width: 12px;
}
.top-footer .contact-links .LINK li a i {
  font-size: 18px !important;
}
.top-footer .contact-links .LINK li a img {
  margin-bottom: 5px;
}
*/
.bottom-footer {
  background-color: #2B6542;
  padding: 11px;
}
.bottom-footer .row {
  align-items: center;
}
.bottom-footer img {
  width: 170px;
/*  float:left;*/
}
.bottom-footer p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
  vertical-align: middle;
  float: right;
}/*# sourceMappingURL=main.css.map */

/*.video_card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    width: 320px;*/
/*    height: 280px;*/
    /*margin: 1rem auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border: 1px solid #ebe0e0;
    cursor: pointer;
}*/

.video_card:hover {
    transform: scale(1.05);
}

    .video_card:hover img {
        transform: scale(1.1);
    }

.video_card .video_card_body {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

    .video_card .video_card_body .grid-item__hover {
        visibility: visible;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f4f5f6;
        background: linear-gradient(180deg, rgb(244 245 246 / 0%) 0%, rgba(15, 32, 86, 0.798327) 75%);
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
        transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
        height: 100%;
        width: 100%;
    }

    .video_card .video_card_body .grid-item__name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .video_card .video_card_body .grid-item__name img {
            width: 50px;
            transition: 0.3s;
        }

.video_card .title {
    padding: 1rem;
    text-align: start;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ebe0e0;
    flex: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

    .video_card .title span {
        margin-top: 15px;
        display: flex;
        color: #fff;
        font-size: 11px;
        position: absolute;
        background-color: #c19333;
        top: -25px;
        right: 5px;
        border-radius: 3px;
        padding: 1px 5px;
    }

    .video_card .title h3 {
        position: relative;
        margin-top: 1rem;
        font-size: 1rem;
        font-weight: 400;
        color: #2B6542;
    }

        .video_card .title h3::after {
            content: '';
            position: absolute;
            top: -25px;
            right: 0;
            display: block;
            width: 100px;
            height: 2px;
            background-color: #2B6542;
            margin: 1rem auto;
        }
.faq {
    padding-bottom: 50px;
}
    .faq h5 {
        color: #C19333;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        margin: 50px 0px;
    }

    .faq .accordion .accordion-item {
        background-color: #f7f8f8;
        border-radius: 25px;
        margin-bottom: 1rem;
        border: none !important;
    }

    .faq .accordion .accordion-item .accordion-header {
        background-color: transparent !important;
        border-radius: 25px;
        border: none !important;
    }

        .faq .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 17px;
            font-weight: 600;
            color: #2d7853;
            display: flex;
            justify-content: start;
            align-items: center;
            margin-bottom: 0;
            background-color: #f7f8f8;
            border-radius: 25px;
            padding: 1rem;
            border: 2px solid #e0e0e0;
        }

            .faq .accordion .accordion-item .accordion-header .accordion-button i {
                margin-inline-end: 1rem;
                color: #2d7853;
                font-size: 16px;
            }

            .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                color: #2d7853;
                background-color: #f7f8f8;
                padding: 1rem;
                font-size: 17px;
                font-weight: 600;
                border-radius: 25px;
                border: 2px solid #e0e0e0;
            }

            .faq .accordion .accordion-item .accordion-header .accordion-button:not(:focus) {
                border: none;
                box-shadow: none;
            }

                .faq .accordion .accordion-item .accordion-header .accordion-button:focus {
                    border: none;
                    box-shadow: none;
                }

/*        .faq .accordion .accordion-item .accordion-header{
            border-top-right-radius: 45px !important;
            border-top-left-radius: 45px !important;
            border-bottom-left-radius: 45px !important;
            border-bottom-right-radius: 45px !important;
        }*/

            .faq .accordion .accordion-item .accordion-header .accordion-button::after {
                display: none;
            }

    .faq .accordion .accordion-item .accordion-body {
        background-color: #fff;
        border: none !important;
    }

        .faq .accordion .accordion-item .accordion-body p {
            color: #2d7853;
            text-align: start;
        }


.media_center {
    padding: 3rem 0;
}

.media_center .sec_title {
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 3rem 1rem;
}

    .media_center .sec_title.infografic {
        background-color: #f4f5f6;
    }

    .media_center .sec_title .sec_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3rem;
        margin-bottom: 1rem;
    }

        .media_center .sec_title .sec_head h2 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #C19333;
        }

        .media_center .sec_title .sec_head a {
            font-size: 1rem;
            font-weight: 700;
            color: #C19333;
            text-decoration: none;
            cursor: pointer;
        }

.video_card, .news_card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    width: 98%;
    height: 260px;
    margin: 1rem auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border: 1px solid #ebe0e0;
    cursor: pointer;
}

    .video_card:hover {
        transform: scale(1.05);
    }

    .news_card .news_card_body {
        position: relative;
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

        .news_card .news_card_body img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            transition: 0.3s;
        }

    .news_card .title {
        padding: 0px 16px;
        text-align: start;
        border-radius: 0 0 10px 10px;
        border: 1px solid #ebe0e0;
        flex: 1;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        background-color: #2b6542;
        position:relative;
        height:60px;
        display:flex;
        align-items:center;
    }

        .news_card .title h3 {
            position: relative;
/*            display:flex;
            align-items:center;*/
            margin-top: 10px;
            font-size: 12px;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.67;
            color: #fff;
/*            height:50px;*/
        }

        .news_card .title span {
            margin-top: 15px;
            display: flex;
            color: #fff;
            font-size: 11px;
            position: absolute;
            background-color: #c19333;
            top: -25px;
            right: 5px;
            border-radius: 3px;
            padding: 1px 5px;
        }

        .news_card .title::after {
            content: '';
            position: absolute;
            top: -3px;
            right: unset;
            left: 16px;
            display: block;
            width: 100px;
            height: 2px;
            background-color: #fff;
            margin: 11px auto;
        }

    .news_card:hover {
        transform: scale(1.05);
    }

        .news_card:hover img {
            transform: scale(1.1);
        }

    .video_card:hover img {
        transform: scale(1.1);
    }

    .video_card .video_card_body {
        position: relative;
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

        .video_card .video_card_body .grid-item__hover {
            visibility: visible;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #f4f5f6;
            background: linear-gradient(180deg, rgb(244 245 246 / 0%) 0%, rgba(15, 32, 86, 0.798327) 75%);
            box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
            transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            opacity: 1;
            height: 100%;
            width: 100%;
        }

        .video_card .video_card_body .grid-item__name {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .video_card .video_card_body .grid-item__name img {
                width: 50px;
                transition: 0.3s;
            }

    .video_card .title {
        /*        padding: 0px 16px;
        text-align: start;
        border-radius: 0 0 10px 10px;
        border: 1px solid #ebe0e0;
        flex: 1;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        background-color: #2B6542;*/
        padding: 0px 16px;
        text-align: start;
        border-radius: 0 0 10px 10px;
        border: 1px solid #ebe0e0;
        flex: 1;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        background-color: #2b6542;
        position: relative;
    }

        .video_card .title h3 {
            position: relative;
/*            display:flex;
            align-items:center;*/
            margin-top: 10px;
            font-size: 12px;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.67;
            color: #fff;
/*            height:50px;*/
        }

        .video_card .title::after {
            content: '';
            position: absolute;
            top: -3px;
            left: 16px;
            right: unset;
            display: block;
            width: 100px;
            height: 2px;
            background-color: #fff;
            margin: 11px auto;
     
        }

.infografic .news_card {
    width: 300px;
    height: 450px;
}

    .infografic .news_card .news_card_body {
        height: 400px;
    }

.top-footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-align: start;
}

.top-footer li {
    text-align: start;
    transition: all 0.3s;
}

.top-footer a,
.top-footer ul li p{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: start;
    margin-bottom:10px;
}

.top-footer ul li i {
    color: #c19333;

/*    text-decoration: none;
    font-size: 12px;
    text-align: start;*/
}

.top-footer ul.LINK li a.twitter {
/*    background: #c19333;*/
    width: 25px;
    height: 25px;
    display: flex;
    padding: 18px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.top-footer li:hover {
    transform: translateX(-5px);
    transition: all 0.3s;
}

.top-footer li a i {
    color: #fff;
    font-size: 25px;
/*    background: #c19333;*/
    color: #fff;
    font-size: 20px;
    /* padding: 10px; */
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.top-footer a img {
    width: 16px;
    margin-inline-end: 5px;
    margin:0;
}

.top-footer .LINK {
    display: flex;
/*    justify-content: end;*/
}
    .top-footer .LINK li {
    padding-inline-end:25px;
    }


    .top-footer .LINK li a img {
        width: 18px;
    }
.pag-next {
    background-color: transparent !important;
    color: #198754;
}
.News .Pag input[type=submit] {
    color: #198754;
}
.News .Pag .btn-success input[type=submit] {
    color: #fff !important;
    background-color: transparent !important;
}
/*.News .pagination .btn-success .pag-link {
    color: #fff !important
}*/
.document_lib_parent {
/*    display: flex;
    justify-content: center;*/
    gap: 1rem;
}
@media (max-width: 767px) {
    .document_lib_parent {
        flex-direction: column;
    }
}
.news_card .news_card_body::visited {
    border: 0px solid;
    outline: none;
    box-shadow: none;
}
.News .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px !important;
}
.pagination .pag-num {
    color: #198754;
}
.btn:focus {
    box-shadow: none !important
}
a:visited .news_card_body img{
    color: #fff;
/*    background-color: green;*/
    box-shadow:none;
    border:none;
    outline:0;
}
/*a:link, a:visited {
    text-decoration: none;
}*/

section#jumbotron {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section#jumbotron .content {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 85ch;
    text-align: center;
}

section#jumbotron:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/about-page.svg);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(2);
}

section#body {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10em;
    padding: 10em 0;
}

    section#body .content {
        color: #260645;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        max-width: 85ch;
        text-align: center;
    }

    section#body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #febd6c;
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        transform: scaleX(2);
    }

/*        .top-background .accordion .accordion-item */

.top-background .accordion .accordion-item .accordion-body table tr > th {
    border: 1px solid #000;
    text-align: center;
}

.top-background .accordion .accordion-item .accordion-body table tr > td {
    border: 1px solid #000;
    text-align: center;
}


cursor: pointer;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

    .accordion-item .accordion-header {
/*    margin:0;*/
    }

    .accordion-item .accordion-body {
        display: flex;
        justify-content: flex-start;
        padding: 1rem 1.25rem;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: right;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        margin-right: unset;
        content: "";
        background-image: url(../images/download.svg);
        /*background-repeat: no-repeat;*/
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }


.about-center .content a img {
    transform: rotate(180deg);
}

.navbar-toggler {
    padding: .25rem 5px;
}
    .navbar-toggler:focus {
    box-shadow: none;
}

/***********************************sector-details********************************/
.sector-details {
    background-color: #F2F2F2;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 95px;
}

.sector-details .box-content {
    width: 200px;
}

    .sector-details .box-content img {
        width: 35px;
        height: 35px;
        margin: auto;
        display: block;
        margin-bottom: 10px;
    }

    .sector-details .box-content .title {
        position: relative;
        width: 200px;
    }

        .sector-details .box-content .title h3 {
            text-align: center;
            color: #C19333;
            font-size: 35px;
            margin-bottom: 40px;
            font-weight: 700;
        }

            .sector-details .box-content .title h3::after {
                position: absolute;
                content: "";
                right: unset;
                left: 140px;
                bottom: -20px;
                background-color: #C19333;
                width: 60px;
                height: 3px;
            }

        .sector-details .box-content .title::after {
            position: absolute;
            content: "";
            right: unset;
            left: 0;
            bottom: -20px;
            background-color: #C19333;
            width: 60px;
            height: 3px;
        }

        .sector-details .box-content .title::before {
            position: absolute;
            content: "";
            right: unset;
            left: 70px;
            bottom: -20px;
            background-color: #C19333;
            width: 60px;
            height: 3px;
        }

.sector-details .box-img img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.about-sector {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .about-sector .box-content .title {
        position: relative;
        width: 170px;
    }

        .about-sector .box-content .title h3 {
            text-align: start;
            color: #2B6542;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 40px;
            margin-inline-start: 10px;
        }

        .about-sector .box-content .title::after {
            position: absolute;
            content: "";
            right: unset;
            left: 0px;
            top: 0px;
            background-color: #2B6542;
            height: 94px;
            width: 3px;
        }

    .about-sector .box-desc p {
        text-align: start;
        font-size: 19px;
        line-height: 1.67;
        color: #C19333;
    }

.about-sector-ksa {
    background-color: #F2F2F2;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .about-sector-ksa h3 {
        color: #2B6542;
        font-size: 35px;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .about-sector-ksa p {
        text-align: start;
        font-size: 18px;
        line-height: 1.67;
        color: #C19333;
    }

.role-ksa {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .role-ksa h3 {
        color: #2B6542;
        font-size: 35px;
        margin-bottom: 40px;
        font-weight: 700;
        line-height: 1.67;
    }

    .role-ksa p {
        text-align: start;
        font-size: 18px;
        line-height: 1.67;
        color: #C19333;
    }

.sector-tabel {
    padding-bottom: 30px;
    width: 85%;
    margin: auto;
    background-color: #F2F2F2;
}

    .sector-tabel .box-heading {
        /*background-color: #2B6542;*/
        background-image: url(/assets/images/numbers-bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: auto;
        /*            height:200px;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .sector-tabel .box-heading h3 {
            width: 500px;
            margin: auto;
            color: #fff;
            font-size: 25px;
            font-weight: 700;
            line-height: 1.67;
            text-align: center;
        }

    .sector-tabel .specifications-tabel {
        border-bottom: 3px solid #C19333;
        padding-bottom: 30px;
    }

        .sector-tabel .specifications-tabel table {
            -webkit-border-vertical-spacing: 15px;
            border-collapse: separate;
            width: 100%;
        }

            .sector-tabel .specifications-tabel table th {
                background-color: #679E51;
                border-radius: 8px;
                color: #fff;
                font-size: 20px;
                padding: 15px 0px;
                margin: 0px 0px;
            }

            .sector-tabel .specifications-tabel table tbody td {
                background-color: #eee;
                border: 1px solid #a7a9ac;
                border-radius: 8px;
                color: #2B6542;
                font-size: 18px;
                width: 40%;
                text-align: center;
                padding-top: 15px;
            }

                .sector-tabel .specifications-tabel table tbody td.td-center {
                    width: 60%;
                    text-align: start;
                    padding-inline: 30px;
                    padding-top: 0px;
                }



    .sector-tabel .table-tr {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

        .sector-tabel .table-tr .table-th-right {
            width: 40%;
            height: 60px;
            background-color: #679E51;
            margin: 0px 2px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sector-tabel .table-tr .table-th-right p {
                padding: 0;
                margin: 0;
                text-align: center;
                color: #fff;
                font-size: 20px;
            }

        .sector-tabel .table-tr .table-th-left {
            width: 60%;
            height: 60px;
            background-color: #679E51;
            margin: 0px 2px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sector-tabel .table-tr .table-th-left p {
                padding: 0;
                margin: 0;
                text-align: center;
                color: #fff;
                font-size: 20px;
            }

    .sector-tabel .table-body {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

        .sector-tabel .table-body .table-td-right {
            width: 40%;
            height: 60px;
            margin: 0px 2px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #eee;
            border: 1px solid #a7a9ac;
        }

            .sector-tabel .table-body .table-td-right p {
                padding: 10px 15px;
                margin: 0;
                text-align: center;
                color: #2B6542;
                font-size: 16px;
            }

        .sector-tabel .table-body .table-td-left {
            width: 60%;
            height: 60px;
            margin: 0px 2px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            background-color: #eee;
            border: 1px solid #a7a9ac;
        }

            .sector-tabel .table-body .table-td-left p {
                padding: 10px 15px;
                margin: 0;
                text-align: start;
                color: #2B6542;
                font-size: 16px;
            }

    .sector-tabel .desc p {
        text-align: center;
        font-size: 18px;
        line-height: 1.67;
        color: #2B6542;
        margin-top: 20px;
    }

@@media (max-width: 767px) {
    .sector-tabel .box-heading h3 {
        width: 100%;
        font-size: 20px;
    }
    /*        .sector-tabel .specifications-tabel table {
            width: 1000px;
        }*/
    /*            .sector-tabel .specifications-tabel table tbody td {
                font-size: 17px;

            }*/
}
/*
@@media (max-width:991px) {
    .sector-tabel .specifications-tabel {
        overflow: auto;
        overflow-x: scroll;
    }

        .sector-tabel .specifications-tabel .wrapper-tabel {
            overflow: auto;
            overflow-y: hidden;
            overflow-x: scroll;
            width: 1000px;
        }
}*/



@media(max-width:991px) {
    header .lang-btn {
        margin-top: 10px;
        margin-right: 0.5rem;
    }

/*    header .Login-btn {
        margin-top: 10px;
    }*/

    .top-footer li.privacyPolicyLink h3 {
        text-align: start !important;
    }

    .sector-tabel .specifications-tabel {
        overflow: auto;
        overflow-x: scroll;
    }

        .sector-tabel .specifications-tabel .wrapper-tabel {
            overflow: auto;
            overflow-y: hidden;
            overflow-x: scroll;
            width: 1000px;
        }

}
.img-trs{
    transform:rotate(180deg)
}
.img-trs-270 {
    transform: rotate(270deg)
}
.img-trs-90 {
    transform: rotate(90deg)
}

    .adv {
        opacity: 1;
        transition: opacity 0.5s;
        background: rgb(43 101 66 / 75%);
        color: white;
        position: fixed;
        top: 120px;
        left: 20px;
        border-radius: 10px;
        text-align: center;
        width: 400px;
        min-height: 360px;
        z-index: 9999;
        padding:15px 10px;
    }

    .adv .btn-primary {
        border: none;
        padding: 5px 15px 10px;
        cursor: pointer;
        border-radius: 8px;
        background-color: #C19333;
        font-size:15px
        
    }
.adv-head {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: start;
}
.adv-text {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align: start;
}
    .closeAdv {
        border: none;
        cursor: pointer;
        border-radius: 50px;
        background-color: #f3f3f3;
        font-size: 15px;
        position: absolute;
        width: 30px;
        height: 30px;
        right: -10px;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.cookies-card {
    width: 400px;
    border-radius: 25px;
    border: 0;
    box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.09);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .cookies-card .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F3FCF6;
    }

        .cookies-card .icon i {
            color: #429873;
        }

    .cookies-card a.close {
        color: #888;
        font-size: 18px;
    }

    .cookies-card p {
        color: #888;
        font-size: 14px;
        font-weight:500;
    }
    .cookies-card .card-text a {
        color: #1B8354!important;
    }

    .cookies-card .btn-primary {
        font-size: 14px;
        color: #fff;
        background-color: #1B8354;
        border-color: #1B8354;
    }

        .cookies-card .btn-primary:hover {
            background-color: #116942;
            border-color: #116942;
        }

    .cookies-card .btn-outline-secondary {
        border-color: #d9d9d9;
        font-size: 14px;
    }
@media(max-width:500px) {
    .cookies-card {
        width: 88%;
    }
    .adv{
        width:90vw;
    }
}


.faq .nav {
   
    gap: 25px;
}
.faq .nav-link {
    color: #626262;
    font-size: 15px;
    padding: .5rem 0;
    border-radius:0;
}
    .faq .nav-link:focus, .faq .nav-link:hover {
        color: #2d7853 !important;
    }
.faq .nav-pills .nav-link.active, .faq .nav-pills .show > .nav-link {
    color: #222222;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 2px solid #2d7853;
}

.select2-container--bootstrap-5 .select2-selection--single {
   
    background-color: #F2F2F2;
    border-radius: 25px;
    color: #C19333;
    font-size:14px;
    height:38px
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #F2F2F2;
    box-shadow: none;
}

.select2-results__option {
    font-size: 14px!important;
}
.form-control {
    font-size: 14px !important;
    color: #212529!important
}
    .form-control::placeholder {
        color: #212529!important;
    }
.form-control:focus {
    border-color: #F2F2F2;
    box-shadow: none;
}

