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

.butn,
.items-gray {
  border-radius: 10px;
}

.navbar .navbar_top .nav-item,
.pagination ul li,
a,
img,
span {
  display: inline-block;
}

header .info a,
header .info p {
  line-height: 1.3;
  color: #fff;
  font-size: 17px;
}

.sub_title,
body {
  font-family: Helvetica;
}

.vidbacking-active-block-back,
.vidbacking-active-body-back {
  min-width: 100%;
  min-height: 100%;
}

@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica-Font/Helvetica.ttf);
}
@font-face {
  font-family: Helvetica_bold;
  src: url(../fonts/Helvetica-Font/Helvetica-Bold.ttf);
}
@font-face {
  font-family: Helvetica_light;
  src: url(../fonts/Helvetica-Font/HelveticaLtObl.ttf);
}
@font-face {
  font-family: helvetica-neue;
  src: url(../fonts/Helvetica-Font/HelveticaNeueLTStd-Md.otf);
}
@font-face {
  font-family: Helvetica_ar_bold;
  src: url(../fonts/Neue_Helvetica_Arabic/HelveticaNeueLTArabic-Bold.ttf);
}
@font-face {
  font-family: Helvetica_ar_light;
  src: url(../fonts/Neue_Helvetica_Arabic/HelveticaNeueLTArabic-Light.ttf);
}
@font-face {
  font-family: Helvetica_ar_roman;
  src: url(../fonts/Neue_Helvetica_Arabic/HelveticaNeueLTArabic-Roman.ttf);
}
.max_height::-webkit-scrollbar,
html::-webkit-scrollbar {
  height: 20px;
  width: 7px;
  background: #ebeae8;
  border-radius: 10px;
}

.max_height::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.4666666667);
  border-radius: 10px;
}

.max_height::-webkit-scrollbar-corner,
html::-webkit-scrollbar-corner {
  background: rgba(153, 153, 153, 0.4666666667);
  border-radius: 10px;
}

*,
* button:focus,
body a:focus {
  outline: 0;
}

body {
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  color: #58595B;
}

.text,
p {
  font-size: 14px;
}

body p {
  font-size: 15px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

body ul {
  list-style-type: none;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: 0.6s;
  outline: 0;
}

.items-gray {
  background-color: #f7f7f7;
  padding: 30px;
}

a,
img,
span {
  transition: 0.3s;
  color: inherit;
}

.career .content .info a:hover,
.highlights .highlights_slider .info a:hover,
.legacy .info .cont a:hover,
.vision .content .items .info a:hover,
a.a_arrow:hover,
a:hover,
footer .items .link_group a:hover h6 {
  color: #58595B;
}

.flatpickr-current-month,
ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  line-height: 1.7;
}

.text {
  line-height: 2;
}

.whistleblowing-pg .inner .desc,
small.text {
  font-size: 12px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.section_padding {
  padding: 100px 0;
}

.section_head {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}

.section_head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 48%;
  background-color: #58595B;
  width: 85px;
  height: 0.5px;
}

.butn,
.butn span,
.inner_header,
.navbar,
.navbar .drop_nav,
.news_search .form-group,
.vision .content,
header {
  position: relative;
}

.section_head h3 {
  font-size: 20px;
  color: #58595b;
  text-transform: uppercase;
}

.sub_title {
  color: #58595b;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

.butn {
  padding: 10px 35px;
  text-align: center;
  background: #ebeae8;
  font-size: 14px;
  transition: 0.3s;
}

.butn span {
  color: #444;
  z-index: 5;
  font-weight: 100;
}

.butn:hover,
.pagination ul li a:hover,
footer .foot_logo .socials a:hover {
  background-color: #a9a9a9;
  color: #fff;
}

.about_head_info p,
.butn:hover span {
  color: #fff;
}

.input_line,
select {
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 45px;
  background: 0 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  color: #58595b;
  font-size: 14px;
}

.navbar .lang_nav .nav-link {
  font-family: Helvetica_ar_roman;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 4vw;
  z-index: 99;
}
.navbar .logo-dr {
  display: none;
}

.navbar .navbar-collapse {
  flex-wrap: wrap;
}

.navbar .navbar-brand img {
  width: 160px;
}

.navbar .navbar-nav {
  justify-content: flex-end;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  padding: 5px;
  border-bottom: 2px solid transparent;
}

.navbar .drop_nav .drop_down li a:hover,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar_top .nav-item .nav-link:hover {
  border-bottom: 2px solid #999;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link,
.navbar .navbar_top .nav-item:last-of-type .nav-link {
  margin-right: 0;
}

.navbar .navbar_top {
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}

.navbar .navbar_top .nav-item .nav-link {
  font-size: 13px;
  color: #fff;
  margin: 0 5px;
  padding: 5px;
  border-bottom: 2px solid transparent;
}

.legacy .info .cont a,
.navbar .navbar_top .nav-item .nav-link.active {
  color: #fff;
}

.navbar .search_form {
  margin-left: 15px;
}

.navbar .search_form .form-group {
  margin: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  padding-bottom: 5px;
}

.navbar .search_form .form-group input {
  border: 0;
  font-size: 13px;
}

.navbar .search_form .form-group button {
  border: 0;
  background: 0 0;
}

.navbar .drop_nav .drop_down {
  position: absolute;
  min-width: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  top: calc(100% + 15px);
}

.navbar .drop_nav .drop_down li a {
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  text-align: left;
  display: block;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.navbar .drop_nav .drop_down li a:hover {
  opacity: 0.5;
  border-color: #fff;
}

.navbar .drop_nav:hover .drop_down {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header {
  height: 100vh;
  background-size: cover !important;
  background-position: top right !important;
  overflow: hidden;
}

header .video {
object-fit: unset;
  width: 100vw !important;
  height: 100% !important;
}

header .l_text {
  font-weight: 400;
  font-size: 12vh;
  line-height: 1.2;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  min-height: 100%;
  z-index: 5;
}

header .info {
  padding: 120px 85px 50px 65px;
}

header .info p {
  font-weight: 400;
}

header .info a {
  margin-top: 10px;
  font-weight: 700;
}

.career .content .img img,
.our_history .items .img img,
header .header_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vision .content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 65%;
  background-color: #f9f7f3;
}

.vision .content .items {
  position: relative;
  z-index: 10;
}

.vision .content .items .info {
  padding: 20px;
}

.vision .content .items .info p {
  font-weight: 400;
  font-size: 15px;
  color: #58595b;
}

.vision .content .items .info a,
a.a_arrow {
  font-size: 15px;
  color: #7a7c81;
}

.vision .content .items .info a i,
a.a_arrow i {
  margin: 0 5px;
}

.highlights .highlights_slider .info a:hover i,
.legacy .info .cont a:hover i,
.vision .content .items .info a:hover i,
a.a_arrow:hover i {
  margin: 0 15px;
  transition: 0.3s;
}

.about .about_img_info p:not(:last-of-type),
.about .items .img .img_x:first-of-type,
.legacy .info .inf_title {
  margin-bottom: 30px;
}

.legacy .info .inf_title h6 {
  font-size: 17px;
  color: #7a7c81;
  margin-bottom: 15px;
}

.legacy .info .inf_title h5 {
  color: #58595b;
  font-size: 32px;
  margin-bottom: 15px;
}

.legacy .info .cont p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #58595b;
}

.drive_slider,
.highlights .highlights_slider {
  padding-bottom: 40px;
}

.companies_content .content .company_info .cont .item_logo,
.foot {
  padding: 15px;
}

.highlights .highlights_slider .info {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(249, 247, 243, 0.8235294118);
  min-width: 40%;
}

.highlights .highlights_slider .info a {
  margin-top: 15px;
  color: #7a7c81;
}

.highlights .highlights_slider .info i,
.legacy .info .cont a i,
.vision .content .items .info a i {
  transition: 0.3s;
}

.drive_slider .swiper-pagination,
.highlights .highlights_slider .swiper-pagination {
  text-align: inherit;
}

.drive_slider .swiper-pagination .swiper-pagination-bullet,
.highlights .highlights_slider .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3333333333);
}

footer {
  padding: 120px 0 55px;
}

footer .items .link_group {
  margin-bottom: 25px;
}

footer .items .link_group h6 {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 5px;
  text-transform: capitalize;
}

footer .items .link_group a {
  color: #7a7c81;
  line-height: 1.8;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

footer .items .link_group a:hover {
  padding-left: 3px;
  color: #a9a9a9;
  font-weight: 700;
}

footer .foot_logo {
  text-align: center;
}

footer .foot_logo .socials {
  margin-top: 30px;
}

footer .foot_logo .socials a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  margin: 5px;
}

.foot {
  background-color: #cfd3d6;
}

.foot p {
  margin: 0;
}

.pg_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
}

.inner_header {
  position: relative;
}

.csr_init img,
.inner_header .inner_back img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner_header .inner_info {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  z-index: 10;
}
.inner_header .inner_info h1 {
  color: #fff;
  font-weight: 600;
  font-size: 61px;
}
.inner_header .inner_info .main-text,
.inner_header .inner_info .main-text *{
  position: relative;
  font-size: 27px;
  color: #fff;
  margin-top: 20px;
  text-wrap: balance;
  line-height: 1.4;
  font-weight: 300;
}

.inner_header .bread .item {
    position: relative;
    margin-inline-end: 10px;
    color: #eee;
    font-size: 18px;
}
.inner_header .bread .item::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-inline-start: 10px;
    color: #cccccc96 ;
    font-size: 15px;
}

.inner_header .bread .item.active {
    color: #fff ;
}
.inner_header .bread .item.active::after {
    display: none ;
}

.about_head_info {
  padding: 30px;
  background-color: rgba(112, 112, 112, 0.7176470588);
}

.about_head_info h2 {
  color: #fff;
  letter-spacing: 3px;
}

.about .items p {
  font-size: 15px;
  color: #58595b;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 100px;
}

.about .items .img .img_x {
  height: 150px;
}

.about .items .img .img_y {
  height: 330px;
}

.about .about_img_info {
  padding: 30px;
  background-color: #ebeae8;
  position: relative;
  z-index: 10;
  margin-top: -80px;
  min-height: 160px;
  display: flex;
  align-items: center;
}

.about .about_img_info .max_height {
  max-height: 235px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.about .about_img_new img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_back {
  padding: 60px 0;
  background-color: #f9f7f3;
  margin: 60px 0;
}
.text_back .main-text {
  font-size: 30px;
  line-height: 1.3;
}

.text_back h6 {
  font-size: 25px;
}

.contact .form .form-group,
.text_back .back_items {
  margin: 15px 0;
}

.drive_us .drive_content {
  padding: 30px 0;
  background-color: #f9f7f3;
}

.contact .select_branch .branch_info p,
.drive_us .drive_content .info,
.drive_us .drive_content .info p {
  font-size: 14px;
  color: #58595b;
}

.drive_slider .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20%;
  z-index: 10;
}

.drive_slider .info .info_content {
  padding: 50px;
  background-color: #fff;
  transition: 0.4s 0.2s;
}

.drive_slider .info .info_content h2 {
  font-size: 28px;
  color: #58595b;
  transition: 0.4s 0.5s;
}

.drive_slider .info .info_content p {
  font-size: 15px;
  color: #58595b;
  transition: 0.4s 0.8s;
}

.drive_slider .info .info_content .tr_text {
  font-size: 15px;
  color: #b9babb;
  transition: 0.4s 0.8s;
}

.drive_slider .info .info_content a {
  margin-top: 8px;
  font-size: 17px;
  transition: 0.4s 1s;
}

.drive_slider .swiper-slide .info_content {
  opacity: 0;
  transform: translateY(30px);
}

.drive_slider .swiper-slide .info_content .tr_text,
.drive_slider .swiper-slide .info_content a,
.drive_slider .swiper-slide .info_content h2,
.drive_slider .swiper-slide .info_content p {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(2px);
}

.drive_slider .swiper-slide.swiper-slide-active .info_content {
  opacity: 1;
  transform: translateX(0);
}

.drive_slider .swiper-slide.swiper-slide-active .info_content .tr_text,
.drive_slider .swiper-slide.swiper-slide-active .info_content a,
.drive_slider .swiper-slide.swiper-slide-active .info_content h2,
.drive_slider .swiper-slide.swiper-slide-active .info_content p {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.drive_slider .swiper-button-next:after,
.drive_slider .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}

.drive_slider .img img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 20px);
}

.history_head_info {
  background-color: rgba(64, 76, 87, 0.4666666667);
  padding: 50px 15px 15px;
  position: relative;
}

.history_head_info h2 {
  font-size: 100px;
  color: #fff;
  opacity: 0.4;
  margin: 0;
}

.history_head_info .inf {
  padding: 5px 30px;
  margin-top: -50px;
}

.history_head_info .inf h6,
.legacy_head h2 {
  color: #fff;
  font-size: 21px;
}

.history_head_info .inf p {
  color: #fff;
  line-height: 1.4;
}

.history_head_info .date {
  position: absolute;
  right: 40px;
  top: 20px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.history_head_info .date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #fff;
  opacity: 0.5;
}

.history_head_info .date::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.history_head_info .date strong {
  font-size: 30px;
  color: #fff;
  margin-right: 7px;
}

.history_head_info .date span {
  color: #fff;
  font-size: 11px;
}

.our_history .items {
  height: 250px;
}

.our_history .items .row,
.our_history .items .row > div {
  height: 100%;
}

.our_history .items .img {
  padding: 15px 15px 15px 0;
  height: 250px;
}

.our_history .items .history_line {
  text-align: center;
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 2s ease-in-out;
}

.our_history .items .history_line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.our_history .items .history_line .line_top {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  height: 50%;
  width: 2px;
  background-color: #b9babb;
}

.nesma_boards .board_items:nth-of-type(5),
.nesma_boards .board_items:nth-of-type(7),
.our_history .items:first-of-type .history_line .line_top,
.our_history .items:last-of-type .history_line .line_bottom,
.vidbacking,
.web_none {
  display: none;
}

.our_history .items .history_line .line_bottom {
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  height: 50%;
  width: 2px;
  background-color: #b9babb;
}

.our_history .items .history_line .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #58595b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.our_history .items .info {
  padding-left: 15px;
  align-self: center;
}

.our_history .items .info h6 {
  font-size: 25px;
  color: #58595b;
  margin-bottom: 15px;
}

.our_history .items .info p,
.our_history .items .info ul li {
  color: #58595b;
  font-size: 16px;
}

.our_history .items .info ul li span {
  margin-right: 30px;
}

.governance_header {
  background-color: rgba(128, 58, 18, 0.7058823529);
}

.nesma_boards .board_items {
  transition: 0.3s;
}

.nesma_boards .board_items .board_head {
  background-color: #ebeae8;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  cursor: pointer;
}

.nesma_boards .board_items .board_head.collapsed {
  background-color: #fff;
}

.nesma_boards .board_items .board_head:hover {
  background-color: #ebeae8;
}

.nesma_boards .board_items .board_head .inf {
  color: #58595b;
  font-size: 18px;
}

.nesma_boards .board_items .card-body {
  background-color: #ebeae8;
  padding: 100px 100px 70px;
}

.nesma_boards .board_items .card-body .legacy .img {
  height: 360px;
}

.nesma_boards .board_items .card-body .legacy .img img,
.proj_det .proj_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.legacy_head {
  background-color: rgba(199, 195, 190, 0.5215686275);
  color: #fff;
}

.legacy_head h6 {
  color: #fff;
  font-size: 17px;
}

.companies_head {
  background-color: rgba(110, 163, 163, 0.8274509804);
}

.text_back .form-control {
  font-size: 15px;
}

.companies_content .content {
  display: flex;
  flex-wrap: wrap;
}

.companies_content .content .items {
  width: 18%;
  position: relative;
  transition: 0.3s;
  margin: 1%;
}

.companies .spp_wrapper .cards_wrapper {
    display: flex;
    flex-wrap: wrap;
}


.companies .spp_wrapper .cards_wrapper .comp_box {
    width: 18%;
    position: relative;
    transition: 0.3s;
    margin: 1%;
}
.companies .spp_wrapper .cards_wrapper .comp_box .card-box {
    cursor: pointer;
    height: 200px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    transition: 0.3s;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies .spp_wrapper .cards_wrapper .comp_box .card-box::before {
    content: "\f067"; /* plus */
    position: absolute;
    inset-inline-end: 15px;
    bottom: 15px;
    z-index: 10;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 0.4;
    transition: 0.3s;
}

.companies .spp_wrapper .cards_wrapper .comp_box.active .card-box::before {
    content: "\f068"; /* minus */
}
.companies .spp_wrapper .expanded-content {
  background: #ebeae8;
  padding: 80px 6vw;
  /*border-radius: 16px;*/
  
  animation: slideDown 0.3s ease;
}
.companies .spp_wrapper .expanded-row {
    position: relative;
    margin: 10px 0;
}
.companies .spp_wrapper .expanded-row .cls {
    display: flex;
    align-items: center;
    font-size: 18px;
    top: 30px;
    left: 6%;
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
    color: #58595B ;
    font-size: 30px;
}
.companies .spp_wrapper  .hidden-content {
    display: none;
}


@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
    


.spp_companies.companies_content  .content .items .img_box::before  {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: 0.3;
  transition: 0.3s;
    display: block !important;
}
.spp_companies .content .items .img_box.plus::before {
  content: "\f068";  
}

.companies_content .content .items .img_btn {
  position: relative;
  cursor: pointer;
  height: 200px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  transition: 0.3s;
  padding: 40px 20px;
}

.companies_content .content .items .img_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*.companies_content .content .items .img_btn::before {*/
/*  position: absolute;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  z-index: 10;*/
/*  content: "\f067";*/
/*  font-weight: 900;*/
/*  font-family: "Font Awesome 5 Free";*/
/*  opacity: 0.3;*/
/*  transition: 0.3s;*/
/*}*/



/*.companies_content .content .items .img_btn.plus::before {*/
/*  content: "\f068";*/
/*}*/

.companies_content .content .items:hover {
  border-color: #222;
}

.companies_content .content .items:hover .img_btn {
  background-color: rgba(153, 153, 153, 0.1333333333);
}

.companies_content .content .company_info {
  width: 100vw;
  background-color: #fff;
  z-index: 30;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.companies_content .items .clss,
.news_content .items .clss {
  z-index: 12;
  background-color: transparent;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

.companies_content .content .company_info.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.companies_content .content .company_info .cont {
  padding: 80px;
  background-color: #ebeae8;
  position: relative;
  margin: 30px 0;
}

.companies_content .content .company_info .cont .cls {
  display: flex;
  align-items: center;
  font-size: 18px;
  top: 30px;
  left: 60px;
  position: absolute;
  opacity: 0.6;
  cursor: pointer;
}

.companies_content .content .company_info .cont .cls i {
  font-size: 30px;
  margin-right: 10px;
}

.companies_content .content .company_info .cont .info p {
  color: #58595b;
  font-size: 15px;
}

.companies_content .items .clss {
  position: absolute;
  height: 200px;
}


.news_wrapper {


}

.news_wrapper .box::before {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: 0.3;
  transition: 0.3s;
}

.news_wrapper .box.active::before {
  content: "\f068";
}

.news_wrapper .box:hover {
    background-color: rgba(153, 153, 153, 0.1333333333);
}

.news_wrapper .cards_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.news_wrapper .cards_wrapper .box {
    width: 18%;
    position: relative;
    transition: 0.3s;
    margin: 1%;
}
.news_wrapper .cards_wrapper .box .card-box {
    cursor: pointer;
    height: 200px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    transition: 0.3s;
    padding: 15px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    height: fit-content;
}
.news_wrapper .cards_wrapper .box .card-box .date_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_wrapper .cards_wrapper .box .card-box .date_logo .date {
    font-size: 12px;
    max-width: 50px;
    text-align: center;
    display: block;
}
.news_wrapper .cards_wrapper .box .card-box .date_logo .news_logo {
    height: 35px;
    width: -moz-max-content;
    width: max-content;
    max-width: 80px;
    object-fit: contain;
}
.news_wrapper .cards_wrapper .box .card-box .new_title {
    margin-top: 50px;
    /*padding-right: 15px;*/
    display: flex;
    min-height: 50px;
    padding-inline-end: 15px;
}
.news_wrapper .cards_wrapper .box .card-box .new_title h5 {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.3px;
}
.news_wrapper .cards_wrapper  .expanded-content {
  background: #ebeae8;
  padding: 80px 6vw;
  /*border-radius: 16px;*/
  
  animation: slideDown 0.3s ease;
}
.news_wrapper .cards_wrapper  .expanded-row {
    position: relative;
    margin: 10px 0;
}
.news_wrapper .cards_wrapper .expanded-content .item_logo {
    padding: 15px;
}
.news_wrapper .cards_wrapper .expanded-content h5 {
    font-size: 30px;
    color: #58595b;
}
.news_wrapper .cards_wrapper .expanded-content .date {
    font-size: 14px;
    color: #7a7c81;
    margin-bottom: 15px;
    display: block;
}
.news_wrapper .cards_wrapper .expanded-content p {
    color: #58595b;
    font-size: 15px;
    margin: 10px 0;
}

.news_wrapper .cards_wrapper  .expanded-row .cls {
    display: flex;
    align-items: center;
    font-size: 18px;
    top: 30px;
    left: 6%;
    position: absolute;
    opacity: 0.6;
    cursor: pointer;
    color: #58595B ;
    font-size: 30px;
}
.news_wrapper  .hidden-content {
    display: none;
}



.news_content .items .clss {
  position: absolute;
  height: 170px;
}

.csr_head,
.sig_head {
  background-color: rgba(150, 181, 191, 0.8705882353);
}

.csr_head h2 {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3333333333);
  margin: -40px 20px;
}

.csr_head p {
  font-size: 21px;
  font-weight: 700;
}

.csr_init p {
  text-align: center;
  font-size: 17px;
  color: grey;
  margin-top: 5px;
}

.proj_det .proj_item {
  position: relative;
  margin-bottom: 60px;
}
.proj_det .proj_item:last-of-type {
  margin-bottom: 0;
}

.contact .map,
.proj_det .proj_item .img {
  height: 380px;
}

.proj_det .proj_item.back_proj .info {
  padding: 20px 0;
}

.proj_det .proj_item.back_proj::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  background-color: #f9f7f3;
}

.proj_det .proj_item .info .logo_img {
  margin: 25px 0 15px;
}

.proj_det .proj_item .info .logo_img img {
  height: 70px;
  width: 140px;
  object-fit: contain
}

.proj_det .proj_item .info .title {
  color: #58595b;
  font-family: Helvetica;
  font-size: 25px;
  margin: 5px;
}

.proj_det .proj_item .info .date_plc {
  display: flex;
}

.proj_det .proj_item .info .date_plc .itm {
  margin-right: 20px;
  font-size: 13px;
  color: grey;
}

.proj_det .proj_item .info .discr {
  margin-top: 15px;
  color: #58595b;
  font-size: 14px;
}

.contact .form .form-group input,
.contact .form .form-group textarea {
  background: #ebeae8;
  padding: 10px 15px;
  font-size: 17px;
  border: 0;
  text-transform: capitalize;
  width: 100%;
  display: block;
}

.contact .form .form-group textarea {
  height: 120px;
}

.contact .select_branch {
  background-color: #ebeae8;
  padding: 30px;
  height: 100%;
}

.contact .select_branch select {
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 45px;
  background: 0 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  color: #58595b;
  font-size: 17px;
}

.contact .select_branch .branch_info {
  margin-top: 20px;
}

.contact .map iframe {
  height: 380px !important;
  width: 100% !important;
}

.career .content {
  display: flex;
  align-items: center;
}

.career .content .info {
  width: 50%;
  margin-right: -20%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 40px;
  height: -moz-max-content;
  height: max-content;
  color: #58595b;
  font-size: 13px;
}

.career .content .info p {
  font-size: 12px;
  line-height: 2.5;
}

.career .content .info h6 {
  font-size: 14px;
}

.career .content .info a {
  color: #b9b4b4;
}

.career .content .img {
  width: 70%;
}

.career .content.cont_left .info {
  margin-right: auto;
  margin-left: -20%;
}

.news_search .form-group .search_btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  border: 0;
  background: 0 0;
  font-size: 17px;
  color: #58595b;
}

.news_content .content .items .img_btn {
  height: auto;
  padding: 15px;
}

.news_content .content .items .img_btn .date_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_content .content .items .img_btn .date_logo .news_logo {
  height: 35px;
  width: -moz-max-content;
  width: max-content;
  max-width: 80px;
}

.news_content .content .items .img_btn .date_logo .date {
  font-size: 12px;
  max-width: 50px;
  text-align: center;
  display: block;
}

.news_content .content .items .img_btn .new_title {
  margin-top: 50px;
  padding-right: 15px;
  display: flex;
  min-height: 50px;
}

.news_content .content .items .img_btn .new_title h5 {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.3px;
}

.news_content .news_info .info h5 {
  font-size: 30px;
  color: #58595b;
}

.news_content .news_info .info .date {
  font-size: 14px;
  color: #7a7c81;
  margin-bottom: 15px;
  display: block;
}

.news_content .news_info .info p {
  margin: 10px 0;
}

.press_kit .press_content .content .img_btn::before {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 0.3;
    transition: 0.3s;
    content: "\f063";
}

.loading_page {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.vidbacking-active-block-back,
.vidbacking-active-block-back-youtube {
  width: auto;
  height: auto;
  position: absolute;
}

circle {
  transform-origin: center;
  transform-box: fill-box;
  transform-origin: center;
  animation: linear infinite rotate;
}

circle:first-child {
  animation-duration: 1.6s;
}

circle:nth-child(2) {
  animation-duration: 1.2s;
}

circle:nth-child(3) {
  animation-duration: 0.8s;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.navbar.nav_scroll {
  transition: 0.4s;
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  background-color: #fff;
  transform: translateY(100px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1333333333);
}
.navbar.nav_scroll .logo-dr {
  display: inline-block;
}
.navbar.nav_scroll .logo-wh {
  display: none;
}
.navbar.nav_scroll .navbar-nav .nav-item .nav-link {
  color: #58595b;
}
.navbar.nav_scroll .navbar .navbar-nav .nav-item .nav-link.active {
  color: #58595b;
}
.navbar.nav_scroll .navbar_top .nav-item .nav-link {
  color: #58595b;
}
.navbar.nav_scroll .navbar_top .nav-item .nav-link.active {
  color: #58595b;
}
.navbar.nav_scroll .drop_nav .drop_down {
  background-color: #fff;
}
.navbar.nav_scroll .drop_nav .drop_down li a {
  color: #58595B;
}
.navbar.nav_scroll .drop_nav .drop_down li a:hover {
  opacity: 1;
  border-color: #58595B;
}

.vidbacking-active-body-back,
.vidbacking-active-body-back-youtube {
  position: fixed;
  opacity: 1;
  transition: opacity 2s;
  overflow: hidden;
}

.vidbacking-active-block-back,
.vidbacking-active-block-back-youtube,
.vidbacking-active-body-back,
.vidbacking-active-body-back-youtube {
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pagination ul {
  margin: 30px auto auto;
}

.pagination ul li.disabled {
  opacity: 0;
}

.pagination ul li a {
  border-radius: 5px;
  margin: 0;
  padding: 0 8px;
}

.pagination ul li.active a {
  background-color: #a9a9a9 !important;
  color: #fff !important;
}

.mob_none {
  display: block;
}

.highlights .img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vidbacking-active-body-back {
  background-size: cover;
}

.content_sec .content .text {
  margin-bottom: 20px;
}

.content_sec .content .text:last-of-type {
  margin-bottom: 0;
}

.companies {
  overflow: hidden;
}

.dashed-li li {
  text-indent: -5px;
}

.dashed-li li:before {
  content: "-";
  text-indent: -5px;
  margin: 6px;
}

.whistleblowing-pg .inner {
  padding: 100px 50px;
  margin-top: -50px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.whistleblowing-pg .inner .form-group .form-control {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
}

.whistleblowing-pg .inner .form-group input,
.whistleblowing-pg .inner .form-group select {
  height: 50px;
}

.whistleblowing-pg .inner .fileUpload {
  position: relative;
  overflow: hidden;
  border: 1px solid #707070;
  padding: 0.7rem 1rem;
  font-size: 13px;
  color: #58595b;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.whistleblowing-pg .inner .fileUpload .icon {
  width: 15px;
  height: 15px;
  margin-inline-start: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.whistleblowing-pg .inner .fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 42px;
}

.whistleblowing-pg .inner input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg_title {
    font-size: 26px;
  }
  .whistleblowing-pg .inner {
    padding: 60px 20px;
    margin-top: -20px;
  }
  .whistleblowing-pg .sec_img {
    margin-top: 35px;
  }
  


}
.flatpickr-current-month {
  padding-top: 1px !important;
}

.whistleblowing-pg .inner .form-group select.form-control {
  padding: 0 15px !important;
}

/* ------------ new style 2025 ------------ */
.numbers-sec {
  position: relative;
  background-color: #F9F7F3;
}
.numbers-sec .number-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
.numbers-sec .number-card .numb {
  position: relative;
  font-size: 85px;
  line-height: 1;
}
.numbers-sec .number-card h5 {
  font-size: 24px;
  margin-top: 20px;
}
.numbers-sec .main-text {
  position: relative;
  font-size: 27px;
  text-align: center;
}

.fsz-16 {
  font-size: 16px;
}

.fsz-17 {
  font-size: 17px;
}

.about-sec {
  position: relative;
}
.about-sec .nav-pills {
  position: relative;
  margin-bottom: 20px;
}
.about-sec .nav-pills .nav-item {
  flex-grow: 1;
  width: 33.3%;
  border-bottom: 1px solid #707070;
}
.about-sec .nav-pills .nav-item .nav-link {
  position: relative;
  font-size: 17px;
  color: #58595B;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  margin-bottom: -3px;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 5px solid transparent;
  width: 100%;
  text-align: start;
}
.about-sec .nav-pills .nav-item .nav-link.active {
  border-color: #707070;
}
.about-sec .nav-pills .nav-item:nth-of-type(2) .nav-link {
  text-align: center;
}
.about-sec .nav-pills .nav-item:last-of-type .nav-link {
  text-align: end;
}
.about-sec .about-card {
  position: relative;
}
.about-sec .about-card .img {
  position: relative;
  height: 500px;
  z-index: 20;
}
.about-sec .about-card .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7529411765) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.about-sec .about-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .about-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 5vw;
  z-index: 20;
  color: #fff;
}
.about-sec .about-card .info .card-title {
  font-size: 30px;
  line-height: 1.4;
  text-wrap: balance;
  margin-bottom: 0;
  margin-inline-end: 15px;
}

.legacy-sec {
  position: relative;
  z-index: 20;
}
.legacy-sec .content {
  position: relative;
  z-index: 20;
}
.legacy-sec .content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEAE8;
  z-index: -1;
}
.legacy-sec .founder-img {
  position: relative;
  margin-top: -50px;
}
.legacy-sec .founder-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.legacy-sec .info {
  position: relative;
  padding: 30px 0;
}
.legacy-sec .info h6 {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.legacy-sec .info h2 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.legacy-sec .info .main-text {
  font-size: 17px;
}
.legacy-sec .info .text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-sec {
  position: relative;
}
.news-sec .title-wrapper {
  position: relative;
}
.news-sec .title-wrapper h2 {
  font-size: 44px;
  text-transform: capitalize;
  font-weight: bold;
}
.news-sec .cards {
  position: relative;
}
.news-sec .cards .row {
  margin: 0 -30px;
}
.news-sec .cards .row .col-lg-4 {
  padding: 0 30px;
}
.news-sec .post-card {
  position: relative;
  margin-top: 50px;
}
.news-sec .post-card .img {
  position: relative;
  height: 250px;
}
.news-sec .post-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-sec .post-card .info {
  position: relative;
  padding-top: 20px;
}
.news-sec .post-card .info .card-title {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 1.6;
  padding: 0;
  text-wrap: pretty;
}
.news-sec .post-card .info .date {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
}
.news-sec .post-card .info .text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}

.vision-mission {
  position: relative;
}
.vision-mission .item {
  position: relative;
  overflow: hidden;
}
.vision-mission .item .img {
  position: relative;
  overflow: hidden;
  height: 420px;
}
.vision-mission .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-mission .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9058823529), transparent);
  color: #fff;
  transform: translateY(40px);
  transition: all 0.3s ease;
}
.vision-mission .item .info h5 {
  font-size: 35px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.vision-mission .item .info .text {
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  opacity: 0;
  transition: all 0.3s ease;
}
.vision-mission .item:hover .info {
  transform: translateY(0);
}
.vision-mission .item:hover .info .text {
  opacity: 1;
}

.values-sec {
  position: relative;
  overflow: hidden;
}
.values-sec .content {
  position: relative;
  padding-inline-start: calc((100vw - 1340px) / 2);
}
.values-sec .main-info {
  position: relative;
  background-color: #fff;
  z-index: 20;
  padding: 80px 100px;
  height: 100%;
  margin-inline-start: -2px;
}
.values-sec .main-info h2 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 1px;
}
.values-sec .main-info .arrows {
  position: relative;
  width: 120px;
  margin: 40px -10px 0;
}
.values-sec .main-info .arrows .swiper-button-next,
.values-sec .main-info .arrows .swiper-button-prev {
  top: 0;
}
.values-sec .main-info .arrows .swiper-button-next::after,
.values-sec .main-info .arrows .swiper-button-prev::after {
  font-size: 25px;
  color: #58595B;
}
.values-sec .main-info .arrows .swiper-pagination {
  font-size: 16px;
  bottom: -10px;
  pointer-events: none;
}
.values-sec .values-slider {
  position: relative;
}
.values-sec .values-slider .item {
  position: relative;
  overflow: hidden;
}
.values-sec .values-slider .item .img {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.values-sec .values-slider .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.values-sec .values-slider .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9058823529), transparent);
  color: #fff;
}
.values-sec .values-slider .item .info h5 {
  font-size: 35px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.values-sec .values-slider .item .info .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
  text-wrap: balance;
}

.story-sec {
  position: relative;
}
.story-sec .nav-pills {
  position: relative;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}
.story-sec .nav-pills .nav-item {
  flex-grow: 1;
}
.story-sec .nav-pills .nav-item .nav-link {
  background-color: transparent;
  border: 0;
  color: #58595b;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  margin-bottom: -2px;
  font-size: 21px;
}
.story-sec .nav-pills .nav-item .nav-link.active {
  border-color: #707070;
}
.story-sec .story-card {
  position: relative;
  padding: 40px 60px;
  background-color: #EBEAE8;
}
.story-sec .story-card .img {
  height: 240px;
}
.story-sec .story-card li {
  position: relative;
  font-size: 17px;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.csr_new .csr_card {
  position: relative;
  z-index: 20;
  margin-bottom: 60px;
}
.csr_new .csr_card.csr_card_color::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5%;
  height: 90%;
  width: 100%;
  background-color: #F9F7F3;
}

/* .csr_new .csr_card::after{
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 70%;
        height: 100%;
        background-color: #f5f5f5;
    } */
.csr_new .csr_card:last-of-type {
  margin-bottom: 0;
}

.csr_new .csr_card .img {
  height: 400px;
  position: relative;
  z-index: 10;
  /*border: 10px solid #fff;*/
}

.csr_new .csr_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.csr_new .csr_card .info {
  position: relative;
  z-index: 10;
  padding-inline-start: 30px;
}

.csr_new .csr_card .info h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.csr_new .csr_card .info .text {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}

.csr_new .csr_card .info a {
  font-size: 16px;
  margin-top: 20px;
  /*text-decoration: underline;*/
}

.arrow-link {
  position: relative;
  white-space: nowrap;
}
.arrow-link:hover {
    padding-inline-start: 10px;
}
.arrow-link .txt {
  transition: all 0.3s ease;
}
.arrow-link .hvr-txt {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.arrow-link:hover .txt {
  opacity: 0;
}
.arrow-link:hover .hvr-txt {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    background-color: #fff !important;
  }
  .navbar .logo-dr {
    display: inline-block;
    width: 100px !important;
  }
  .navbar .logo-wh {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #58595B;
  }
  .numbers-sec .number-card .numb {
    font-size: 60px;
  }
  .numbers-sec .number-card {
    margin-bottom: 30px;
  }
  .section_head {
    margin-bottom: 30px !important;
  }
  .about-sec .nav-pills .nav-item {
    width: 100%;
  }
  .about-sec .nav-pills .nav-item .nav-link {
    padding: 15px 0;
    text-align: start !important;
  }
  .about-sec .about-card .info .card-title {
    margin-bottom: 15px;
  }
  .legacy-sec .founder-img {
    margin-top: 0;
  }
  .news-sec .title-wrapper h2 {
    font-size: 30px;
  }
  .inner_header .inner_back img {
    height: 400px;
  }
  .inner_header .inner_info h1 {
    font-size: 30px;
  }
  .about .items .img .img_x:last-of-type,
  .about .items .img .img_y {
    display: block !important;
  }
  .about .items .img img.img_x {
    height: 110px !important;
  }
  .text_back .main-text {
    font-size: 20px;
  }
  .navbar .drop_nav .drop_down li a {
    color: #58595B;
  }
  .vision-mission .item .info {
    transform: translateY(0);
    padding: 30px;
  }
  .vision-mission .item .info .text {
    opacity: 1;
  }
  .values-sec .main-info {
    padding: 0 30px 50px;
  }
  .values-sec .main-info h2 {
    font-size: 30px;
  }
  .values-sec .values-slider .item .info {
    padding: 30px 20px;
  }
  .mob_footer {
    padding: 30px 0 !important;
  }
  .inner_header .inner_info {
    top: 150px;
    bottom: auto !important;
  }
  .about .text_back p,
  .csr .text_back p {
    margin: 8px 0;
  }
  .csr_new .csr_card .img {
    margin-top: 30px;
    height: 300px;
  }
  .csr_new .col-lg-6 {
    order: 3;
  }
  .proj_det .proj_item .img {
    height: 250px;
  }
  .inner_header .inner_info h1 {
      margin: 0;
  }
  .inner_header .inner_info .main-text,
  .inner_header .inner_info .main-text p{
    font-size: 16px;
    margin-top: 5px;
  }
  .contact .map {
    margin-top: 30px;
  }
  .numbers-sec .main-text {
    font-size: 20px;
  }
  .text_back .back_items .img {
    height: 60px !important;
  }
  .about .about_img_info .max_height {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .navbar .drop_nav .drop_down {
    visibility: visible;
    opacity: 1;
  }
  
  .news-sec {
      overflow: hidden;
  }
  
  .legacy-sec .col-lg-6 {
      order: 3;
  }
  
  .projects_pg .proj_card .overlay {
    filter: blur(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1 !important;
    }
    
    .projects_pg .proj_card::after {
        opacity: 1 !important;
    }
    
    .navbar .navbar-collapse {
        min-height: calc(100vh - 75px);
        display: block !important;
        /*transform: translateX(-100%);*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        inset-inline-start: 0;
        top: 72px;
        width: 100%;
        transition: all 0.3s ease;
    }
    
    .navbar .navbar-collapse.show {
        /*transform: translateX(0);*/
        opacity: 1;
        visibility: visible;
    }
    
    
    .inner_header .bread .item {
        font-size: 12px;
    }
      .inner_header .bread .item::after {
        font-size: 7px;
    }
    
    .company-det .com-logo {
            margin-top: 25px !important;
    }
    
    .companies .spp_wrapper .cards_wrapper .comp_box {
        width: 48%; 
        margin-bottom: 10px;
    }
    .news_wrapper .cards_wrapper .box {
        width: 48%; 
        margin-bottom: 10px;
    }
    
    .news_wrapper .cards_wrapper .box .card-box .new_title {
        margin-top: 20px;
    }
    
    .news_wrapper .cards_wrapper .box .card-box .date_logo .news_logo {
        max-width: calc(100% - 30px);
        max-height: 30px;
    }
    
    .news_wrapper .cards_wrapper .box .card-box .date_logo .date {
        font-size: 9px;
    }
    
    .news_wrapper .cards_wrapper .expanded-content {
        padding: 50px 15px 15px;
    }
    
    .news_wrapper .cards_wrapper .expanded-row .cls {
        top: 10px;
        left: 10px;
    }
    
    .news_wrapper .cards_wrapper .expanded-content h5 {
        font-size: 20px;
    }
    
    
} 




.company-det .vis-card {
  position: relative;
  margin-top: 30px;
}
.company-det .vis-card .lg-title {
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    margin-inline-end: 30px;
    letter-spacing: 2px;
    /*width: 200px;*/
    flex-shrink: 0;
    margin-top: 5px;
}

html[lang="ar"] .company-det .vis-card .lg-title .our {
    display: none !important ;
}

/*html[lang="ar"] .company-det .vis-card .lg-title {*/
/*    width: 150px;*/
/*}*/

/*html[lang="ar"] .company-det .vis-card {*/
/*    align-items: center;*/
/*}*/

/*html[lang="ar"] .company-det .vis-card p {*/
/*    margin-top: 0;*/
/*}*/

/*.company-det .vis-card p {*/
/*  margin-top: 15px;*/
/*}*/
.company-det .contact-links {
  position: relative;
}
.company-det .contact-links .contact-cont {
  position: relative;
  padding: 60px 0;
  background-color: #f9f7f3;
}
.company-det .contact-links .contact-cont .contacts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5vw;
}
.company-det .contact-links .contact-cont .contacts a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
}
.company-det .contact-links .contact-cont .contacts a .txt {
    direction: ltr;
}
.company-det .contact-links .contact-cont .contacts a .icon {
  font-size: 20px;
  margin-inline-end: 10px;
}
.company-det .contact-links .contact-cont .contacts a .fa-phone {
  transform: rotateY(180deg);
}

.company-det .com-logo {
    position: relative;
    height: 140px;
    /*padding: 30px;*/
    margin-inline-start: auto;
    /*border: 1px solid #9993;*/
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: auto;
}

/*.companies_content:not(.news_content) .content .items .img_btn::before,*/
.companies_content:not(.news_content) .items .clss {
  display: none !important;
}

/*.news_content .content .items .img_btn::before {*/
/*  display: block !important;*/
/*}*/

.rel-links .lnks {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.company-det .butn {
    border: 2px solid #58595B !important;
    background-color: transparent;
    margin-top: 20px;
}

.company-det .butn:hover {
    background-color: #58595B;
    color: #fff;
}


/*# sourceMappingURL=styles.css.map */