/* Varaibale */
:root {
  --primaryColor-1: #00567d;
  --primaryColor-2: #7bbad6;
  --Dark-Gray: #2b2b2b;
  --white: #fff;
}
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  src: url(fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 500;
  src: url(fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  src: url(fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}

body {
  font-family: "OpenSans" !important;
}
a {
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

h1 {
  margin: 0;
  color: var(--primaryColor-1);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h1 span {
  font-weight: 400 !important;
}

h2 {
  margin: 0;
  color: var(--Dark-Gray);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: var(--primaryColor-2);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

h2 span {
  font-weight: 700;
}

.Banner.banner-header h1,
.Banner h1 {
  color: var(--primaryColor-1);
  padding: 0;
}

.header-padding {
  padding: 0 60px;
}

p {
  margin: 0;
  color: #2b2b2b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.Banner {
  background: var(--background);
  background-blend-mode: overlay;
  background-position: center !important;
  background-size: cover !important;
  height: 348px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 21px;
}

.Banner.banner-header::before,
.Banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  top: 0;
  height: 5%;
}
.Banner.banner-header::before {
  height: 45%;
}
.close {
  border: unset;
}
h5 {
  margin: 0;
  color: var(--primaryColor-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h3,
.nav-tabs a {
  color: #2b2b2b;
  font-size: 24px;
  font-style: normal;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}

.nav-tabs a {
  position: relative;
  border: unset !important;
  padding: unset !important;
  padding-bottom: 18px !important;
}
.productSectionLine {
  /* height: 600px; */
  overflow-y: hidden;
}
.nav-tabs a.active {
  font-weight: 700;
  color: var(--primaryColor-2) !important;
}
.nav-tabs a.active::after {
  content: "";
  border-bottom: 4px solid var(--primaryColor-2) !important;
  position: absolute;
  height: 5px;
  bottom: -2px;
  background: var(--primaryColor-2);
  width: 100%;
  display: flex;
}
footer h3,
footer li a {
  color: var(--white) !important;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  line-height: normal;
}

.foo-item h3 {
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
}

.section-padding {
  padding: 50px 0;
}
.navbar-nav {
  align-items: center;
  gap: 18px;
}
.navbar-nav-header {
  gap: 34px;
}
.navbar-toggler {
  border: unset !important;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}
.nav-header {
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: unset;
}

.nav-header .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-button {
  border: unset !important;
}

.nav-button:focus {
  box-shadow: unset !important;
}

.modal-body .navbar-nav a.nav-link {
  color: #2b2b2b;
  text-align: center;
  font-family: "Open Sans";
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-body .navbar-nav a.nav-link.active {
  color: var(--primaryColor-2) !important;
  font-weight: 700;
  background: url(../line-modal.svg) no-repeat bottom;
}
.modal-body .navbar-nav a.nav-link.products.active::after {
  background: url("Images/dropdown-hover.svg") no-repeat bottom;
}

.modal-body .navbar-nav .search a.nav-link.active {
  background: unset;
}

.nav-header .nav-link {
  color: var(--Dark-Gray) !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
}

/* .news-tab {
  width: 280px;
}

.tabs-upcoming {
  width: 1016px;
} */

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
  opacity: 1;
  background: var(--white) !important;
}
.Highlights-swiper .swiper-button-next,
.Highlights-swiper .swiper-rtl .swiper-button-prev {
  right: 34px !important;
}
.nav-header .nav-link.active {
  color: var(--primaryColor-2) !important;
  font-weight: 600;
  background: url(../line-hover-header.svg) no-repeat bottom;
}

.modal-body a#navbarCollapse.nav-link.products.collapsed {
  background: url(../dropdown-mobile.svg) no-repeat right;

  padding-right: 12px !important;
}
.nav-header .nav-link.dropdown-toggle.show,
.nav-link.dropdown-toggle.active,
.modal-body a#navbarCollapse.nav-link.products:not(.collapsed),
.pro-sss:hover .nav-link.dropdown-toggle {
  color: var(--primaryColor-2) !important;
  /*  background-image: url("Images/dropdown-hover.svg"),
    url("Images/line-hover-header.png"); 
  background-position: right, bottom;
  background-repeat: no-repeat, no-repeat; */
}

.dropdown-toggle::after {
  border: unset !important;
}
.header-dropdown {
  background-color: var(--white);
  gap: 15px;
}

.dropdown-item p {
  font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--white) !important;
}

.dropdown-item {
  background: url(/dropdown-line.png) no-repeat bottom left;
  padding: 8px;
}

.gap-list {
  gap: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white) !important;
}
.dropdown-item:focus p,
.dropdown-item:hover p,
.dropdown-item.active p,
.dropdown-item:active p {
  color: var(--primaryColor-1) !important;
  font-weight: 700;
}

/* home */
/* banner */
.btn-more {
  background-color: var(--primaryColor-2);
  border-radius: 20px 0px !important;
  border: none;
  border: 1px solid var(--primaryColor-2);

  color: var(--white);
  padding: 15px;
}
.btn-more:hover {
  background-color: var(--white);
  color: var(--primaryColor-2);
}

.Banner h1 {
  font-size: 54px;
  padding-left: 80px;
}

.banner-header {
  padding: unset;
}

.banner-pagination .swiper-pagination-bullet {
  width: 243.579px;
  height: 14.551px;
  border-radius: 0 !important;
  background-color: var(--primaryColor-1) !important;
  opacity: 1 !important;
}

.banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--primaryColor-2) !important;
  bottom: 5px !important;
  position: relative;
}

.Banner.banner-header {
  height: 745px !important;
}

.banner-content {
  margin-top: 59px;
}

.banner-content p {
  padding: 26px 0 44px;
  color: var(--Dark-Gray, #2b2b2b);
  font-size: 32px;
}

.banner-content .btn-more {
  margin-top: 30px;
}
/* .btn-more {
  margin-right: auto;
  margin-left: auto;
} */
.banner-pagination {
  bottom: -10px !important;
  position: absolute;
  z-index: 999;
}

/* Products-lines section */

.product-lines {
  text-align: center;
  padding: 0;
  padding-top: 60px;
}

.product-lines-title,
.Highlights-title,
.Testimonials-title,
.Careers-title,
.Events-title,
.Contact-title,
.Overview-title,
.Standards-title,
.Certificates-title,
.Mission-title,
.Objectives-title,
.products-title,
.International-title,
.seactionTitle {
  padding-bottom: 40px;
}
.line-padding {
  padding: 0 40px;
}

.mySwiper {
  width: 100%;
  /* max-width: 1000px; */
}

.mySwiper .swiper-slide {
  /* background: #222; */
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  border-radius: 40px 0;
  /* transition: transform 0.3s ease; */
  /* transition: height 0.5s; */
  transition: all 0.5s;
  height: 375px;

  transform: scale(0.75) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-slide {
  gap: 27px;
}
.mySwiper .swiper-slide-active .line-slide h2 {
  color: #fff;
}
.line-slide .btn-more {
  border: 1px solid var(--primaryColor-2);
  background-color: var(--white);
  color: var(--primaryColor-2);
}
.mySwiper .swiper-slide-active {
  transform: scaleX(1.277) !important;
  /* height: 375px !important; */
  z-index: 2;
  background: var(--primaryColor-1);
  border-radius: 50px 0px;
}
.mySwiper .swiper-slide .line-slide {
  transform: scaleX(1.3333);
}
.mySwiper .swiper-slide-active .line-slide {
  transform: scaleX(calc(1 / 1.277));
}
.line-slide h2 {
  color: var(--primaryColor-1);
  font-weight: 700;
}
.LineImage {
  width: 80px;
  height: 80px;
}
.mySwiper .swiper-slide-active .LineImage {
  width: 120px;
  height: 120px;
}
.LineImage img {
  height: 100%;
}
.line-slide .btn-more {
  border: 1px solid var(--primaryColor-2);
  background-color: var(--white);
  color: var(--primaryColor-2);
}

.mySwiper .swiper-slide-active h2 {
  color: var(--white);
}
.line-slide .slide-gap {
  gap: 22px;
}
.mySwiper .swiper-slide-active .slide-gap {
  gap: 21px;
}
.mySwiper .swiper-slide-active .btn-more {
  background-color: var(--primaryColor-2);
  border-radius: 20px 0px !important;
  border: none;
  color: var(--white);
  padding: 15px;
}
.line-slide .btn-more:hover {
  color: var(--white) !important;
  background-color: var(--primaryColor-2);
}
.mySwiper .swiper-slide-active .btn-more:hover {
  color: var(--primaryColor-2) !important;
  background-color: var(--white);
}
.pro-sss:hover .dropdown-menu {
  display: block;
  width: 184px;
}

.fixed-hight {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 
.line-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 40px 0px;
  color: white;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform-origin: center center;
  padding: 47px;
  box-sizing: border-box;
} 
.line-slide h2 {
  color: var(--primaryColor-1);
  font-weight: 700;
}
.line-next {
  right: -4px !important;
}
.line-prev {
  left: -4px !important;
}
.line-next:before,
.line-prev:before {
  content: "" !important;
}
.dg-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 370px;
  justify-content: center;
  overflow: hidden;
}
.LineImage {
  width: 80px;
  height: 80px;
}
.dg-wrapper > div.dg-center .LineImage {
  width: 120px;
  height: 120px;
}
.LineImage img {
  height: 100%;
}
.dg-wrapper {
  height: 100%;
  width: 500px;
  z-index: 11;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.dg-wrapper .line-slide {
  height: 350px;
  width: 500px;
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  border-radius: 40px 0px;
  top: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.dg-wrapper .line-slide.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dg-container nav {
  width: 100%;
  position: absolute;

  z-index: 10;
  bottom: 0;
  left: 0;
  margin-left: 0;
  top: 42%;
}

.dg-container nav span {
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 1;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  right: 10px;
}
.dg-container nav span.dg-prev {
  left: 5px;
}
.dg-wrapper > div.dg-center {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
  background: var(--primaryColor-1);
  border-radius: 50px 0px;
}
.line-slide .btn-more {
  border: 1px solid var(--primaryColor-2);
  background-color: var(--white);
  color: var(--primaryColor-2);
}
.line-slide {
  color: var(--primaryColor-1);
  border-radius: 40px 0;
  padding: 40px;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  gap: 27px;
}

.line-slide.dg-center h2 {
  color: var(--white);
}
.line-slide .slide-gap {
  gap: 22px;
}
.line-slide.dg-center .slide-gap {
  gap: 21px;
}
.line-slide.dg-center .btn-more {
  background-color: var(--primaryColor-2);
  border-radius: 20px 0px !important;
  border: none;
  color: var(--white);
  padding: 15px;
}
.line-slide .btn-more:hover {
  color: var(--white) !important;
  background-color: var(--primaryColor-2);
}
.line-slide.div.dg-center .btn-more:hover {
  color: var(--primaryColor-2) !important;
  background-color: var(--white);
}

.pro-sss:hover .dropdown-menu {
  display: block;
  width: 184px;
}
.reacptcha-margin {
  margin: 0 50px;
}
.fixed-hight {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-swiper-button div::after {
  content: "";
}
.dg-container .main-swiper-button div {
  position: absolute;
  bottom: 10px;
  top: 50%;
  z-index: 20;
}
.div.dg-center .slide-gap {
  gap: 22px;
}
.line-slide .slide-gap {
  gap: 21px;
}

.Highlights-content {
  width: 100%;
}

.Highlights-padding {
  padding: 0 40px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 60%;
  text-align: center;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  margin-bottom: 20px;
}

.lightbox-content p {
  color: white;
  font-size: 18px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}

.next-btn,
.prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px;
}

.next-btn {
  right: 10px;
}

.prev-btn {
  left: 10px;
}
*/
/* .Highlights-swiper .swiper-slide,
.Certificates-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
} */

.Highlights-swiper .swiper-slide img {
  height: 300px;
  width: 300px !important;
  max-height: 300px;
  border-radius: 363px;
  border: 1px solid #eeeeee;
}
.Events img {
  border: 1px solid #eeeeee;
}
.Events .Events-body img,
.Events .Events-title img {
  border: none;
}
.news-section-style {
  row-gap: 30px;
}
.events-card-news {
  border: 1px solid #eeeeee;
  /* padding-bottom: 35px; */
  position: relative;
  border-radius: 50px 0px 0px;
}
.news-card .events-card-news {
  border: 1px solid #eeeeee !important;
  /* padding-bottom: 45px; */
}
.news-card .card-text p {
  text-align: unset;
}
.Events-body {
  padding: 0px 10px;
}

.Highlights-swiper .swiper-slide {
  gap: 20px;
}
/* 
.Highlights-swiper .swiper-button-next,
.Highlights-swiper .swiper-button-prev {
  top: 28% !important;
} */

.card-text p,
.product-item h3,
.product-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-card .card-text p {
  -webkit-line-clamp: 3;
}
.card-text p {
  text-align: justify;
}
.product-item p,
.product-item h3 {
  -webkit-line-clamp: 2;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

/* Testimonials section  */
/* .Testimonials-title {
  padding: 245px 0 80px;
  padding-bottom: 80px;
} */
/* .Position-img img {
  border-radius: 70px 0px;
} */

/* .Positio   n-content {
  position: relative;
} */
.card-b {
  position: absolute;
  top: -50px;
  z-index: 10;
}

.author a,
.author p {
  color: #2f8ebe;
}

.Testimonials-swiper .swiper-slide {
  border-radius: 50px 0;
  background: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.1);
  gap: 40px;
  padding: 40px;
}
.Testimonials-swiper {
  top: -5px;
}
.Testimonials-swiper .swiper-slide .main-swiper-button {
  padding-top: 32px;
}
.Highlights-swiper .swiper-slide h3 {
  color: var(--primaryColor-1);
  font-weight: 700;
}

/* .Position-img {
  position: absolute;
  left: 0;
}
.Position-img img {
  border-radius: 50px 0;
} */

.search-inp,
.search-inp-mobile {
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  border-radius: 10px;
  border: none;
  padding: 12px 21px;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
}
.search-inp {
  position: absolute;
  top: 73px;
}
.close {
  background-color: unset;
}
.star-rating {
  font-size: 30px;
  position: absolute;
  right: 50px;
  /* gap: 5px; */
}

.mb-30 {
  margin-bottom: 30px;
}

.fa.fa-star.checked {
  color: orange;
}

.fa.fa-star {
  color: #c5c5c5;
}

.Testimonials-swiper .swiper-button-next,
.Testimonials-swiper .swiper-button-prev {
  position: absolute;
  top: 88% !important;
  right: 60px;
  display: flex;
  opacity: 1 !important;
}

.Testimonials-swiper .swiper-button-prev {
  right: 110px;
  left: unset;
}

.Testimonials-swiper,
.Certificates-swiper {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

/* .Position-text {
  position: absolute;
  top: 135px;
  right: 0;
} */

/* Events */
/* .Events-title {
  padding: 188px 0 87px;
  padding-bottom: 87px;
} */
.Event {
  gap: 29px;
}

.Events-content {
  row-gap: 30px;
}

.card {
  border: none !important;
  gap: 20px;
}

.card-date {
  color: #2f8ebe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
  margin: 0;
}

.card-text a img,
.nav-row .card a img {
  border-radius: 0px;
}

.card-text {
  /* max-width: 92%; */
  height: 90px;
}

.up-coming a {
  color: var(--primaryColor-2) !important;
  font-weight: 500;
  /* font-size: 18px; */
}

.up-coming-content {
  row-gap: 34px;
}

.up-coming-text .btn-more {
  margin-top: 40px;
}
.Events-text .btn-more {
  margin-top: 20px;
}
.Events h2 {
  padding-bottom: 49px !important;
  padding: 0;
}

.Events img,
.nav-row img {
  border-radius: 50px 0px;
}

.up-coming {
  gap: 21px;
}

.up-coming img {
  border-radius: 30px 0;
}

/*Contact Us */
.Contact {
  background-size: cover;
  padding: 80px;
  position: relative;
}
.form-select {
  background-image: url(../../Images/arrowSelect.svg);
  background-size: unset;
}

.inp {
  width: 100%;
  position: relative;
}
.inp p {
  position: absolute;
  font-size: 12px;
}

.gap-10 {
  gap: 10px;
}
.details-contact {
  min-height: 300px;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  border-radius: 50px 0px;
  padding: 30px;
  gap: 12px;
}

.details-location a {
  color: #2b2b2b;
  font-size: 18px;
}

.details-email a {
  text-decoration: underline;
  color: #2f8ebe;
}

/* .details-contact p {
  font-size: 20px;
} */

.form {
  background-color: var(--primaryColor-1);
  gap: 24px;
  border-radius: 50px 0px;
  padding: 55px 62px;
}

.Contact .form {
  background-color: rgba(0, 86, 125, 0.8) !important;
  position: relative;
}

.form h2 {
  color: var(--white) !important;
  padding-bottom: 34px;
}

.swiper-vectore {
  position: absolute;
  bottom: -100px;
  left: 102px;
}
#file-placeholder {
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
::placeholder,
#file-placeholder {
  color: #c5c5c5 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
option:hover {
  border-top: 1px solid var(--Light-Gray, #c5c5c5);
  background: #e9f0f3;
}

#certificateModal .modal-content,
.msgModal .modal-content,
#certificateModal .modal-header,
.msgModal .modal-header,
.subscribeModalContent,
.subscribeModalContent .modal-header {
  background-color: unset;
  border: unset;
}

.modal {
  background: rgba(43, 43, 43, 0.8);
}

input,
textarea,
select {
  color: var(--Dark-Gray);
  outline: unset;
  height: 50px;
  border-radius: 10px !important;
  font-family: "OpenSans";
  border: none;
  padding: 12px 20px 13px;
}

::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* .form input,
textarea {
  margin: 0 48px 0 52px;
} */
textarea {
  padding: 12px 20px 13px !important;
  height: 120px;
}

.p-relative {
  position: relative;
}

.form-vectore {
  position: absolute;
  left: -99px;
  bottom: 37px;
}

.form-vectore-contact {
  position: absolute;
  right: -125px;
  bottom: 74px;
}
#upload-cv {
  height: 48px;
}

.Contact-content img {
  position: absolute;
  left: 30%;
}
.dropdown img {
  width: 25px;
}
.upload-container img {
  height: 48px;
}
.details {
  row-gap: 12px;
}
.details h3 {
  color: var(--primaryColor-2);
  font-weight: 700;
}

.details-location {
  gap: 12px;
}

.details p,
.Objectives p,
.Testimonials-swiper .swiper-slide p {
  /* font-size: 18px; */
  text-align: start;
}

/* subscribe */
.Subscribe {
  background-color: var(--primaryColor-2);
  padding: 37px 0;
  gap: 21px;
}

.Subscribe a {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* footer */
footer {
  padding: 60px 0 38px;
  background-color: var(--primaryColor-1);
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-items {
  row-gap: 70px;
}

.btn-fixed {
  top: 380px;
  z-index: 999;
  display: flex;
  position: fixed;
  width: 210px;
  height: 48px;
  transform: rotate(-90deg);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: -80px;
}

.modal-sidebar.left .modal-dialog {
  margin-left: auto;
  margin-right: 0;
}

.layer {
  position: fixed;
  bottom: 59px;
  right: 44px;
  z-index: 999;
  width: 80px;
}

.ist h3 a {
  color: var(--white);
  text-decoration: underline;
}
.footer-logo img {
  max-width: 241.998px;
  height: 52.708px;
}

/* About page */
/* .overView {
  padding-top: 106px;
} */
/* .Standards {
  padding: 151px 0 56px;
} */
/* .overView p,
.Standards p {
  padding: 82px 0;
} */

.background {
  max-width: 330px;
  border-radius: 50px 0px;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  padding: 30px;
  height: 376px;
  background-color: var(--white);
}
.background img {
  height: 100%;
  cursor: pointer;
}
.Certificates-swiper {
  padding: 0 45px;
}

.btn-close {
  width: unset;
  opacity: 1;
  background: unset;
  z-index: 20;
  height: unset;
}
.btn-close:hover {
  opacity: 1;
  box-shadow: unsset;
}

.mediaModal {
  z-index: 2000;
  background: rgba(43, 43, 43, 0.8);
}
.mediaModal .modal-header {
  border: unset;
}

.img-background {
  background: var(--primaryColor-1);
  width: 221px;
  height: 221px;
  border-radius: 50%;
}
.Careers-content {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 973.529px;
  position: relative;
}

.Mission .Position-text {
  background-color: var(--primaryColor-1);
  padding: 55px 39px 51px 57px;
  z-index: 1;
  border-radius: 50px 0px;
  width: 551px;
}

.Position-content {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 696px;
  position: relative;
}

.position-img {
  position: absolute;
}

.position-img img {
  border-radius: 70px 0;
}

.Mission .Position-text p {
  text-align: start;
  color: var(--white);
  font-size: 20px;
}

.frame-test {
  position: absolute;
  bottom: 39px;
  left: 59%;
  z-index: 2;
}

.frame {
  position: absolute;
  top: 68px;
  right: 332px;
}

.Objectives {
  background: url(../Objectives.png) no-repeat;
  background-size: cover !important;
  /* padding: 109px 0 98px; */
}

.object-gap {
  gap: 30px;
}

/* .Objectives-content img {
  width: 200px;
} */

.Objectives-content {
  row-gap: 30px;
}

.Objectives p {
  text-align: center;
}

.Certificates {
  padding: 40px 17px;
}

/* .popup {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup-images {
  width: 51%;
} */
/* 
.Certificates-paper {
  position: relative;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 221px;
  height: 221px;
  overflow: hidden;
  text-align: center;
}

.Certificates-paper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 86, 125, 0.75);
  border-radius: 50%;
  z-index: 2; 
}

.Certificates-paper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1; /* Ensures the image is below the overlay
}

.Certificates-paper h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: white;

} */
.Certificates .swiper-slide h3 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white);
  z-index: 2;
}
.Certificates .swiper-slide h3,
.close-popup {
  cursor: pointer;
}
.close-popup {
  float: right;
  position: relative;
  top: 14px;
}

.popup-swiper p {
  color: var(--white);
  text-align: left;
}

.padding-paper {
  /* gap: 88px; */
  padding: 24px 0;
}
.popupSlierImage {
  width: 75%;
  margin: 0 auto;
}
/*product page  */

.link-general h2 {
  color: var(--primaryColor-1);
}
.productImage {
  width: 95px;
  height: 95px;
}
.productImage img {
  height: 100%;
}
.link-general .btn-more {
  border: 1px solid var(--primaryColor-2);
  color: var(--primaryColor-2) !important;
  background-color: var(--white);
}

.products-content {
  row-gap: 50px;
}

.Product {
  row-gap: 100px;
  gap: 100px;
}

.Product .link-general {
  gap: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50px 0px;
  height: 350px;
  background: var(--white);
  box-shadow: 0px 0px 17.918px 0px rgba(15, 94, 141, 0.2);
}

.link-general .btn-more:hover {
  background-color: var(--primaryColor-2);
  color: var(--white) !important;
}

.breadcrumb-item a,
.filter p {
  color: var(--primaryColor-1);
}

.breadcrumb-item.active a {
  color: var(--primaryColor-2);
}

.page-item.disable .page-link,
.current-page .page-link,
.dotes .page-link {
  background-color: #ccc;
  border-radius: 50px !important;
  color: var(--white);
}

.breadcrumb {
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gap-search {
  gap: 38px;
}

.line-dropdown,
.category-dropdown,
.site-dropdown {
  display: flex;
  position: relative;
  align-items: center;
  border: 2px solid var(--primaryColor-2);
  border-radius: 20px;
  overflow: hidden;
}

.site-dropdown {
  border: unset;
  border-radius: 10px !important;
}

.line-dropdown select,
.category-dropdown select,
.site-dropdown select {
  border: none;
  outline: none;
  padding: 17px 221px 18px 25px;
  font-size: 16px;
  width: 365px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ddd;
}

.site-dropdown select {
  width: 100% !important;
  padding: 12px 20px 13px;
  color: #c5c5c5 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb-section {
  padding-top: 40px;
}

.searchbar {
  padding: 10px 0 0 20px;
}

.searchbar .btn-more {
  padding: 15px 48px !important;
}

.line-dropdown img,
.category-dropdown img,
.site-dropdown img {
  pointer-events: none;
  position: absolute;
  right: -2px;
}

/* .products-content {
  padding: 73px 0 114px;
} */

.products-detail-page h3 {
  padding-top: 15px;
}

.product-item {
  display: flex;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  padding: 25px 40px;
  gap: 30px;
  height: 275px;
  border-radius: 40px 0px;
}

.product-item .btn-more {
  background-color: var(--white);
  border: 1px solid;
  color: var(--primaryColor-2);
  padding: 13px 12px;
  margin-top: 0;
}

.product-item h3 {
  padding-bottom: 0;
  color: var(--primaryColor-2);
  font-weight: 700;
}

.product-button {
  gap: 17px;
  /* padding-top: 39px; */
}
.product-button button {
  border: unset;
  background-color: unset;
}
.product-item:hover {
  background-color: var(--primaryColor-1);
}

.product-item:hover p {
  color: var(--white);
}

.products-items {
  row-gap: 26px;
}

.rowGap {
  row-gap: 20px;
}
.product-item:hover .btn-more {
  background-color: var(--primaryColor-2);
  color: var(--white);
  border: none;
}

.products-items :hover .product-item pa {
  color: var(--white);
}

.products-details p {
  padding: 50px 0;
}

.product-button p,
.product-item:hover .product-button p {
  color: var(--primaryColor-2);
  font-weight: 600;
}

td {
  border-bottom: 1px solid #ddd;
  text-align: left;
}

th {
  color: var(--primaryColor-2);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

table {
  width: 100%;
}

th,
td {
  padding: 15px;
}

.products-detail-page {
  border-radius: 40px 0px;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 48px 42px;
}

.products-detail-page-content {
  gap: 37px;
}

.products-detail-page .btn-more {
  margin: 0 auto;
  padding: 19px 45px;
}

.paper-gap {
  gap: 5px;
}
a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: var(--primaryColor-1);
  font-size: 24px;
  background-color: unset;
  font-weight: 600;
}

.accordion-button:focus {
  box-shadow: unset;
  border: unset;
}

.accordion-item .accordion-button,
.productIems a {
  color: var(--primaryColor-1);
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 15px;
  background: url(../line-modual.png) no-repeat bottom;
}

.accordion-item {
  border: unset;
}

.accordion-button::after {
  background-image: url(../arrow-down.svg);
  transform: unset;
  transition: unset;
}

.accordion-button:not(.collapsed)::after {
  background: url(../arrow-down.svg) no-repeat;
}

.accordion {
  gap: 30px;
}
.product-list a {
  color: #2b2b2b;
  cursor: pointer;
}
.product-list a.active {
  color: var(--primaryColor-2);
  text-decoration: underline;
}

/* International Presence page  */

.International-description {
  padding-bottom: 40px;
}

.atlas {
  gap: 17px;
}

.international-map {
  padding-top: 60px;
}

/* Careers page */

/* .careers-img {
  border-radius: 70px 0px;
} */

.Careers-form {
  border-radius: 50px 0px;
  background: var(--primaryColor-1);
  padding: 33px 60px 58px;
  gap: 15px;
  width: 629px;
  z-index: 1;
}

.Careers-form h2 {
  color: var(--white) !important;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-container {
  position: relative;
  background-color: var(--white);
  border-radius: 10px;
}

#upload-cv {
  background-color: var(--white);
  width: 100%;
  padding: 11px 12px !important;
  opacity: 0;
  pointer-events: none;
}

#file-placeholder {
  position: absolute;
  top: 14px;
  left: 20px;
  pointer-events: none;
}

.upload-label {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.recaptcha-padding {
  padding: 15px 0px 30px;
}

.Careers-form .btn-more {
  margin: 0;
}

/* News and events product */

.nav-row,
.contact-row {
  row-gap: 64px;
}
/* .nav-tabs .nav-link {
  border-bottom: 4px solid #c5c5c5 !important;
} */
.nav-tabs {
  border-bottom: 4px solid #c5c5c5 !important;
  gap: 40px;
  padding-top: 60px;
}
/* .nav-tabs li.active {
  border-bottom: var(--primaryColor-2) 2px solid;
} */

/* terms page */
/* .terms {
  padding: 106px 0 93px;
} */
.terms h2 {
  color: var(--primaryColor-2);
  padding-bottom: 30px;
}

.terms-text {
  gap: 30px;
}

.errorBorder {
  border: 2px solid#f00 !important;
}
.form-select:focus {
  border-color: 1px solid #ced4da;
  outline: 0;
  box-shadow: unset;
}
.error-content {
  border-radius: 10px 0;
  padding: 7px 11px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.successBorder {
  border: 2px solid #1dc82e !important;
}
.inp p.error {
  color: #f00 !important;
}
.inp p.success {
  color: #1dc82e !important;
}
.upload-container.form-control {
  padding: unset !important;
}

input[type="radio"] {
  width: 27px;
  height: 27px;
  border: 1px solid var(--white);
  accent-color: #4b90af;
}

.userType label {
  color: var(--white);
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--primaryColor-1);
}
.breadcrumb-item.active {
  color: var(--primaryColor-2);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #c5c5c5;
  content: "|";
}
.paddingContent {
  padding: 38px 0 60px;
}
.contentBox {
  border-radius: 40px 0px;
  background: var(--White);
  box-shadow: 0px 0px 17.918px 0px rgba(15, 94, 141, 0.2);
  padding: 48px 20px;
}
.fix {
  min-width: 192px;
}
/* .contentText {
  max-width: 530px;
} */

.contentBox h3 {
  color: var(--primaryColor-1);
  font-weight: 700;
}
.CatBorder {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
a.btn-more:hover {
  color: var(--primaryColor-2) !important;
  background-color: var(--white);
}

.details-phone {
  color: #2b2b2b;
}
.details-phone:hover {
  color: #2b2b2b;
}
.contectDetails {
  padding: 0 50px;
  gap: 35px;
}
.contectDetails h1 {
  color: #2f8ebe;
}
.contectDetails h3 {
  font-weight: 400;
  color: #2b2b2b;
}

.userLogin {
  top: 75%;
  position: absolute;
  right: 7%;
}
.userLoginForm {
  background-color: var(--primaryColor-1);
  padding: 30px;
  min-width: 289px;
  border-radius: 30px 0px;
}

.userAccount {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  padding: 15px;
  max-width: 211px;
}
.userAccount p {
  color: var(--Primary-Petrol, #00567d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.userAccount a {
  color: var(--Secondary-Blue-Light, #7bbad6);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
input.btn-more {
  min-width: 128px;
  display: flex;
  border-radius: 20px 0px;
  align-items: center;
  padding: 18px 21px;
  text-align: center;
  height: 60px;
  justify-content: center;
}
option {
  border-radius: 10px 10px 0px 0px;
  background: var(--white);
  padding: 12px 18px;
}
option:hover {
  border-top: 1px solid #c5c5c5;
  background: #e9f0f3;
}

/* path {
  fill: #cdd7d3;
  stroke: white;
}
path:hover {
  fill: var(--Secondary-Blue-Light, #7bbad6);
  stroke-width: 1px;
  stroke: var(--White, #fff);
} */

rect,
.tt_name,
.tt_sm_map,
.tt_sm,
.tt_custom_sm,
.tt_mobile_sm,
.xmark_sm,
.map a {
  display: none !important;
}
.details-contact.active {
  border: 2px solid var(--primaryColor-2);
}
textarea {
  height: 100px;
}
.msgForm,
.subscribeModalContent {
  border-radius: 50px 0px;
  background: var(--primaryColor-1);
}
.msgForm {
  padding: 35px;
}
.msgForm h2,
.subscribeModalContent h2 {
  font-size: 28px;
  color: white;
  padding-bottom: 30px;
}
.subscribeModalContent .modal-body {
  padding: 60px 40px;
}
.subscribeModalContent h2 {
  padding-bottom: 20px;
}
.msgForm .btn-more,
.subscribeModalContent .btn-more {
  margin-top: 15px;
  min-width: 128px;
}

#map {
  padding-bottom: 34px;
}
.userLoginForm .error-content {
  bottom: 8px;
}
.highlightsText {
  /* max-width: 413px; */
  padding: 0 20px;
}

.certificteImage .background {
  max-width: 85%;
}
#certificateModal .swiper-button-next {
  right: -20px;
}
#certificateModal .swiper-button-prev {
  left: -20px;
}

.loginModalContent {
  border-radius: 25px 0px;
  margin: 20px;
  background-color: var(--primaryColor-1);
}

.loginModalContent .btn-close,
.subscribeModalContent .btn-close {
  position: absolute;
  top: -20px;
  right: -12px;
}
.certificateModalContent .btn-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.msgModalContent .btn-close {
  position: absolute;
  right: 0px;
  top: 25px;
}
.form-control {
  border-width: 2px;
}
.seachpageIcon {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  cursor: pointer;
}
.formContact {
  background: var(--White, #fff);
  border-radius: 10px;
  border: 1px solid #ced4da;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
}
input[type="search"] {
  height: 50px;
  border: unset !important;
}
.formContact button[type="submit"] {
  border: 0;
  position: absolute;
  height: 100%;
  right: 5px;
  background: var(--White, #fff);
}
.form-control:focus {
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);

  border: 1px solid #c5c5c5;
}
.seatchItem {
  padding-bottom: 15px;
  border-bottom: 1px solid #7691a41a;
}
.searchGap {
  row-gap: 80px;
}
/* .seatchItem h4 {
  font-size: 28px;
} */

.fixItem {
  height: 100px;
}

/* .formContact p.error {
  color: #ff9191 !important;
} */

.wpcf7-response-output {
  display: none;
}

.errorTitle H1 {
  text-align: center;
  font-size: 128px;
  line-height: 100%;
}

.errrorSection P {
  color: #4b5563;
  text-align: center;
}
input.login-btn-new {
  height: 40px !important;
  padding: unset !important;
}
.nav-tabs-news {
  border-bottom: 2px solid #c5c5c5 !important;
}
.nav-tabs .nav-link {
  margin-bottom: 0px !important;
}

.background {
  max-width: 330px;
  border-radius: 50px 0px;
  box-shadow: 0px 0px 15px 0px rgba(15, 94, 141, 0.2);
  padding: 30px;
  background-color: var(--white);
}
.certificteImage .background {
  height: 550px;
}
.swiper-slide .background {
  height: 376px;
}
.fixed-hight h4 {
  text-align: center;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50% !important;
  border: 1px solid var(--White, #fff);
  display: flex;
  width: 27px;
  height: 27px;
  padding: 7px !important;
  justify-content: flex-end;
  align-items: flex-start;
}

input[type="radio"]:checked {
  background: url(../../Images/cHeckImage.svg) no-repeat center;
  border: unset;
  background-size: cover;
}

.newsTitle {
  padding-bottom: 20px;
}

.newsCardImage {
  height: 290px;
}

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