:root {
  --main-color: #13519b;
  --sec-color: #154271;
  --bg-gradiant: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
}
@font-face {
  font-family: "NexaBold";
  src: url("../fonts/NexaBold.otf");
}
@font-face {
  font-family: "Nexa-black";
  src: url("../fonts/nexa-black.otf");
}
@font-face {
  font-family: "DIN-Next-LT-Bold";
  src: url("../fonts/DIN-Next-LT-W23-Bold.ttf");
}

@font-face {
  font-family: "DIN-Next-LT-Medium";
  src: url("../fonts/DINNextLTArabic-Medium-3.ttf");
}
@font-face {
  font-family: "DIN-Next-LT-light";
  src: url("../fonts/din-next-lt-w23-light.ttf");
}
@font-face {
  font-family: "din-next-lt";
  src: url("../fonts/din-next-lt-w23-regular.ttf");
}

@font-face {
  font-family: "stv-bold";
  src: url("../fonts/stv-bold.ttf");
}

@font-face {
  font-family: "GE-SS-Two";
  src: url("../fonts/GE-SS-Two.otf");
}


body {
  direction: ltr;
  text-align: start;
  font-family: "din-next-lt";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}
.navbar-toggler-icon {
  width: 51px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s;
  background: #0000001a;
  backdrop-filter: blur(5.96363639831543px);
  position: relative;
  z-index: 99999999999;
}

.navbar-toggler-icon span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.navbar-toggler-icon:hover span {
  background-color: #151515;
}
.navbar-toggler-icon span:first-of-type {
  width: 18px;
  margin-inline-start: -5px;
}
.navbar-toggler-icon span:last-of-type {
  width: 13px;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

span.navbar-toggler-icon {
  background: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 34px;
  height: 34px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.logo {
  height: 70px;
}

.logo img {
  max-height: 100%;
  max-width: 100%;
}
.mynav .navbar-menu li a {
  color: #000;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
}

.mynav .navbar-menu li a:hover,
.mynav li.current-menu-item a {
  color: var(--sec-color);
}

ul.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0;
  padding: 0px;
  background: #fff;
  z-index: 9;
  transition: all 0.4s;
  visibility: hidden;
  padding: 10px 18px 0px 20px;
  min-width: 191px;
  background: transparent;
}

.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;
}

.sidebar .sub-menu {
  display: none;
  transition: all 0s;
  position: relative;
  top: 8px;
  border-inline-start: 1px solid #3377d7;
}
.sidebar .side-content ul .sub-menu li a::after {
  display: none;
}
.mynav .navbar-menu li {
  padding-inline-end: 31px;
}

.mynav .navbar-menu ul.sub-menu li {
  padding-inline-end: 0;
}

.mynav .navbar-menu li .sub-menu a {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #275b90;
  padding-inline-start: 12px;
  position: relative;
}

.mynav .navbar-menu li .sub-menu a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 21px;
  right: 0;
}

.mynav .navbar-menu ul.sub-menu li:last-of-type a {
  border-bottom: none;
}

li.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children > a::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 14px;
  left: -13px;
  color: #000;
  font-size: 15px;
}

ul.sub-menu li {
  margin-inline-end: 0;
  margin-bottom: 15px;
}
li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children > a.active::after {
  color: #3377d7;
  transform: rotate(90deg);
}
.sidebar .side-content ul .sub-menu li a {
  color: #fff;
  padding: 0;
  font-size: 44px;
  line-height: 74px;
  font-weight: 500;
}

.lang a {
  text-transform: capitalize;
  color: #fff;
  background: #0000001a;
  backdrop-filter: blur(5.96363639831543px);
  min-width: 73px;
  border-radius: 8px;
  font-weight: 700;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.mynav .row {
  align-items: center;
  padding: 27px 0;
}

.mynav .nav-link {
  position: relative;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
  justify-content: center;
}

.request a,
.my-btn a,
.my-btn button {
  color: #fff;
  min-width: 196px;
  /* height: 48px; */
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  background: var(--bg-gradiant);
  border-radius: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
  padding: 12px 10px;
}

.my-btn button {
  min-width: 130px;
  font-size: 16px;
  padding: 9px;
  border-radius: 12px;
}

.request a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16px;
  top: 0;
  left: 0;
  background: var(--main-color);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  transform: scaleX(-1);
}

.request a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  opacity: 1;
}

.request a:hover,
.my-btn a:hover,
.my-btn button:hover {
  color: #fff;
}

/* ---------------------------------- */
.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.responsive-menu .menu {
  display: flex;
}

.responsive-menu .lang {
  margin-inline-end: 6px;
  color: var(--bg-color);
  text-transform: capitalize;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}

.sidebar .request a {
  margin: 14px 14px 0 0;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100%;
  overflow-y: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 99;
  padding: 20px 0;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0 0 0;
  /*clip-path: circle(25px at calc(100% - 45px) 45px);*/
  background-image: url("../images/bg-menu.png");
  background-size: cover;
}

.sidebar-width {
  left: 0px;
  /*clip-path: circle(75%);*/
}

.sidebar .close-side {
  position: absolute;
  top: 54px;
  border-radius: 3px;
  right: 140px;
  cursor: pointer;
  width: 41px;
  height: 43px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  z-index: 9;
  background: #ffffff1a;
  backdrop-filter: blur(5.96363639831543px);
}
.sidebar .close-side img {
  max-height: 20px;
}
.sidebar .side-content {
  margin-top: 77px;
  padding-inline-start: 140px;
  position: relative;
  z-index: 2;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: var(--bg-color); */
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}
.sidebar .side-content > ul {
  display: flex;
  flex-wrap: wrap;
}
.sidebar .side-content ul li {
  width: 50%;
  transition: all 0.5s;
}

.sidebar .side-content ul li a {
  display: inline-block;
}

.search-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sidebar li {
  margin-bottom: 20px;
}
.sidebar ul li a {
  text-decoration: none;
  font-size: 44px;
  font-weight: 500;
  padding: 0px 30px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.sidebar ul li a:after {
  position: absolute;
  content: "\f105";
  font-family: "font awesome 5 pro";
  top: 17px;
  left: 0px;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}

.sidebar .logo {
  margin-bottom: 67px;
}

/* Start home slider */
/* -------------------------  statistics section ----------------------    */
/*------------------  counter  ------------------ */
.statistics_sec {
  position: relative;
}
.statistics_sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-static.jpg");
  background-size: cover;
  opacity: 6%;
  mix-blend-mode: luminosity;
  z-index: 1;
}
.statistics_sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.statistics_sec .statistics_sec_content::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 100%;
  top: 0;
  right: 0px;
  /*background-image: url("../images/static_after.png");*/
    background-image: url("../images/Vector2.png");
  background-size: cover;
  z-index: 2;
  opacity: 30%;
   opacity: 12%;
  mix-blend-mode: color-burn;
}
.statistics_sec_content{
     position: relative; 
      z-index: 2;
}
.statistics_sec .container {
  position: relative;
  z-index: 2;
}
.counter-item {
  direction: ltr;
  font-size: 52px;
  line-height: 56px;
  margin: 0px 0 10px;
  font-weight: 700;
  font-family: "DIN-Next-LT-Bold";
  color: #fff;
}

.statistics_sec .row {
  height: 100vh;
  align-items: center;
}

.counter-item span.plus {
  position: relative;
  top: 6px;
margin-inline-end: -9px;
}

.count-block {
  margin-bottom: 32.6px;
  width: 100%;
  transition: all 0.3s;
  border: 1.63px solid #516baf;
  border-radius: 13px;
  padding: 16px 27px;
}

.count-block .details h6 {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  font-family: "DIN-Next-LT-light";
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev{
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45.6px;
  height: 43px;
  font-size: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a3580;
  color: #fff;
  backdrop-filter: blur(5.342424392700195px);
}

.card-slider.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-prev {
  left: -28px;
}

.card-slider.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-next {
  right: -28px;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover,.owl-theme .owl-nav .owl-next:hover
,.owl-theme .owl-nav .owl-prev:hover{
  background: #fff;
  color: #624b4b;
  backdrop-filter: blur(5.342424392700195px);
}

.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  margin: 12px 6px;
  border: none;
  /*background: #fff;*/
  border-radius: 1px;
   background: var(--main-color);
   opacity:60%;
}

.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--main-color);
  opacity:100%;
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}
.static_info h3 {
  font-size: 44px;
  margin-bottom: 13px;
  font-weight: 700;
  color: #fff;
  font-family: "DIN-Next-LT-Bold";
  /* font-family: "GE-SS-Two"; */
}

.static_info p {
  font-size: 18px;
  line-height: 28px;
  font-family: "DIN-Next-LT-light";
  color: #fff;
}

.row.statistics {
  height: auto;
}

/* ********************************* */
/* Start about section */

section {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
body.pages section {
  height: auto;
}
section.about_sec {
  position: relative;
}
section.about_sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../images/bg-about.jpg");
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 5%;
  background-blend-mode: luminosity;
  background-color: #fff;
}

.about_info h4 {
  font-size: 44px;
  margin-bottom: 32px;
  font-family: "DIN-Next-LT-Bold";
  font-weight: 700;
  color: #000;
}
.about_info p {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 28px;
  font-family: "DIN-Next-LT-light";
}
.section-title {
  margin-bottom: 20px;
}

.section-title h4 {
  font-size: 56px;
  color: #2b2b2b;
  font-family: "DIN-Next-LT-Bold";
}

.container {
  position: relative;
  z-index: 2;
}

section.about_sec .row {
  align-items: center;
  height: 100vh;
}

.about-info p {
  color: #414141;
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 27px;
}

.about_img {
  width: 100%;
  height: 424px;
  position: relative;
}

.about_img img {
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
   object-fit: cover;
}

/* ---------------------------------------Start services section--------------------------------------------------*/

section.Services {
  padding: 20px 0 20px;
}
section.Services::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../images/bg-static.jpg");
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 20%;
  background-blend-mode: luminosity;
  background-color: #fff;
}
section.Services .section-title,
.Latest_news .section-title {
  text-align: center;
  margin-bottom: 32px;
}
.service_item {
  padding: 54px 23px;
  border: 1px solid #aaaaaa;
  border-radius: 16px;
  direction: ltr;
  background-color: #fff;
  transition: all 0.3s;
}
.service_item:hover {
  background-color: var(--main-color);
}
.service_img {
  width: 56px;
  height: 56px;
}

.service_img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}

.service_item h4 {
  font-size: 24px;
  line-height: 34px;
  min-height: 68px;
  display: flex;
  align-items: center;
  margin: 18px 0 20px;
  color: #000000;
  font-weight: 700;
  font-family: "DIN-Next-LT-Bold";
  transition: all 0.3s;
}

.service_item p {
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.service_item:hover p,
.service_item:hover h4 {
  color: #fff;
}
.service_item:hover .service_img img {
  filter: brightness(0) invert(1);
}
.service_item:hover {
  border-color: #13519b;
}
section.Services .my-btn,
.Latest_news .my-btn {
  text-align: center;
  margin-top: 40px;
}

/* end services section */
/* Start latest news section */
.new_item a {
  height: 411px;
  border-radius: 14.6px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.Latest_news::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.86deg,
    rgba(255, 255, 255, 0.2) -3.89%,
    #e0e2ff 25.05%,
    #e0e2ff 53.48%,
    rgba(237, 238, 255, 0.958247) 76.93%,
    rgba(255, 255, 255, 0.9) 99.88%
  );
  inset: 0;
  opacity: 70%;
}
.new_item .new_img {
  height: 411px;
}
.new_item .new_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14.6px;
}

.new_item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 14.6px;
  background: linear-gradient(
    179.95deg,
    rgba(0, 0, 0, 0.6) 20.02%,
    rgba(45, 49, 125, 0.6) 52.48%,
    rgba(0, 0, 0, 0.6) 76.98%
  );
  inset: 0;
  z-index: 2;
}
.new_item .new_name {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  direction: ltr;
  padding: 0 27px;
}
.new_item .new_name h4 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "DIN-Next-LT-Bold";
  color: #fff;
}
.newIcone {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  height: 27px;
}
.newIcone img {
  max-height: 100%;
}
/* *************Start footer section*********** */
.fixed-icone {
  position: fixed;
  top: 55%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 99;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {
  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {
  width: 53px;

  height: 53px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 13px;

  color: #fff;

  font-size: 22px;

  background: #4a9844;

  border-radius: 50%;
}

.fixed-icone a.phone_link {
  color: #fff;
  font-size: 16px;
  background: #30b7a2;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.footer {
  padding: 132px 0 21px;
  height: auto;
}

.footer-links h4,
.right-footer h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "DIN-Next-LT-Bold";
}

footer .contact-list span.key {
  display: block;
  font-size: 16.85px;
}

.footer-logo img {
  height: 100%;
}

footer .footer-menu ul li {
  margin-bottom: 16px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.footer-logo a {
  display: inline-block;
  height: 70px;
  margin-bottom: 20px;
}

footer .footer-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
}

footer .footer-menu ul a {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 300;
  font-family: "DIN-Next-LT-light";
}

.footer-soch a {
  color: #000;
  margin-inline-end: 8px;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(202 202 202 / 40%);
  border: 1px solid transparent;
}
.footer-soch a:hover {
  border: 1px solid #dfdfdf;
  background: #fff;
}
.contact-list a {
  display: flex;
  color: #000;
  font-size: 18px;
  font-family: "DIN-Next-LT-light";
  transition: all 0.3s;
}
footer .contact-list a:hover,
.footer-menu ul a:hover {
  color: #2d317d;
}
.contact-list li i,
.contact-list li img {
  position: relative;
  top: 3px;
  font-size: 20px;
  color: #2d317d;
  width: 28px;
  font-weight: 700;
}
.contact-list li img {
  height: 22px;
  width: 22px;
  margin-inline-end: 5px;
}
.contact-list li {
  margin-bottom: 16px;
}

.contact-list li p {
  margin-bottom: 0px;
  line-height: 29px;
  color: #fff;
}

span.mob-num {
  display: block;
  direction: ltr;
}

.right-footer .map {
  height: 180px;
}

.right-footer .map iframe {
  width: 100%;
  height: 100%;
  box-shadow: 6px 6px 26px 0px #00000008;
  border-radius: 2px;
}

.footer-disc p {
  line-height: 28px;
  font-family: "DIN-Next-LT-light";
}

.footer-soch {
  margin-top: 10px;
}

.copy-right {
  padding: 24px 0px;
  margin-top: 21px;
  border-top: 1px solid #d4d4d4;
}
.copy-right .row {
  align-items: center;
}
.comp-rights {
  text-align: end;
}
.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "DIN-Next-LT-light";
}

span.mob-num {
  direction: ltr;
  display: inline-block;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px;
}

.responsive-menu .lang a {
  margin-inline-start: 9px;
}

.responsive-menu .logo {
  height: 64px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive-menu .logo img {
  height: 100%;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select{
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  color: #b9b9c3;
  font-size: 16px;
  border-radius: 5px;
  font-family: "DIN-Next-LT-Medium";
  border: 1px solid #d8d6de;
}
.form-control:focus {
    color: #b9b9c3;
    border-color: #d8d6de;
    outline: 0;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    border-radius: 5px !important;
    height: 50px;
}
.form-control {
    height: auto;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #b9b9c3;
}

textarea:focus {
  outline: none;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 128px;
}

.contact-form .my-btn {
  margin-top: 24px;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}
.contact-form form {
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 29px 26px 9px;
  box-shadow: 0px 4px 24px 0px #0000000f;
  box-shadow: 0px 0px 12px 0px #0000000f;
}

.f-contact {
  background: #fff;
  padding: 42px;
  border-radius: 11.8px;
  box-shadow: 5.57px 2.78px 24.13px 0px #0000000d;
  margin-bottom: 38px;
}

.contact_page_details .map {
  height: 379px;
}

.contact_page_details .map iframe {
  height: 100%;
  width: 100%;
  box-shadow: 6px 6px 26px 0px #00000008;
  border-radius: 12px;
}
.contact-data ul.contact-list li p {
  width: 69%;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}
.text-faq .card.active {
  box-shadow: 0px 4px 36px 0px #D3D3D340;
  border: 1px solid #347BBD;
}
.form-group {
  margin-bottom: 13px;
}
/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-section {
  padding: 40px 0 67px;
  position: relative;
  z-index: 1;
}
.about_page .about_img {
  height: 549px;
}
.about_page .about_img img {
  height: 100%;
  object-fit: cover;
}
body.pages .row {
  height: auto !important;
}
section.about_sec.about_page .row {
  align-items: start;
}
body.pages {
  position: relative;
}
body.pages::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80%;
  height: 794px;
  background: url("../images/bread-pages.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-info h2 {
  font-size: 44px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "DIN-Next-LT-Bold";
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb {
  display: flex;
  justify-content: start;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb-item.active {
  font-size: 23px;
  font-weight: 300;
  font-family: "DIN-Next-LT-light";
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.vission-box .section-title {
  margin-bottom: 10px;
}

.vission-sec .col-md-4:nth-child(2) {
  animation-delay: 0.2s;
}

.vission-sec .col-md-4:nth-child(3) {
  animation-delay: 0.4s;
}

.vission-sec {
  padding: 100px 0 0 0;
}

.vission_sec_content {
  background: #f4f4f4;
  border-radius: 40px;
  padding: 74px 59px 70px;
}
.vission-item {
  height: 100%;
  padding-inline-end: 16px;
}

.vission-item .img {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.vission-title h5 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  transition: all 0.4s;
  margin-bottom: 0;
  font-family: "DIN-Next-LT-Bold";
}

.vission-item p {
  color: #303030;
  font-family: "DIN-Next-LT-Medium";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.vission-item .img img {
  max-height: 100%;
}
section.about_sec.about_page::before {
  display: none;
}
header.pages {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
/* ******************************************************************************************************** */

.pagination {
  justify-content: center;
}

.pagination .page-item {
  padding-inline: 5px;
}

.pagination .page-link {
  border-radius: 0 !important;
  color: #131313;
  border: 1px solid #e8e8e8;
  width: 29px;
  height: 27px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 13px;
  font-size: 14px;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #347bbd;
  text-decoration: none;
  background-color: transparent;
  border-color: #347bbd;
}

.pagination .page-link:hover span {
  background-color: #fff;
}
section.Services.service_page::before {
  display: none;
}
.service_page .service_item,
.news_page .new_item {
  margin-bottom: 50px;
}
.Services.service_page .col-lg-3,
.news_page .col-lg-3 {
  padding: 0 11px;
}
/* -----------------------  contact-page  -----------------   */
.contact-form {
  height: 100%;
}
.contact_page_details .contact-list li {
    margin-bottom: 23px;
}
.contact-form h5 {
  font-weight: 700;
  font-size: 30px;
  /*line-height: 56px;*/
  margin-bottom: 29.5px;
  color: #272525;
  font-family: "DIN-Next-LT-Bold";
}
.contact_page_details h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #000000;
  font-family: "DIN-Next-LT-Bold";
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-form label {
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: "DIN-Next-LT-Bold";
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.input-group.upload {
  position: relative;
}

.input-group.upload span.uplod {
  height: 50px;
  position: absolute;
  left: 0px;
  top: 40px;
  font-size: 12px;
  z-index: 2;
  color: #282831;
  width: 100%;
  display: inline-block;
  text-align: end;
  padding-inline-end: 18px;
}

.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

/* ------------------------------------- */
section {
  height: 100vh;
}

.overlay-img video,
.overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  /*mix-blend-mode: darken;*/
  /*position: absolute;*/
  /*bottom: -90px;*/
  /*left: 0;*/
  /*right: 0;*/
  margin: auto;
}
.overlay-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overlay-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/video_layer.svg");
  background-size: cover;
  /*z-index: -1;*/
  background: #14060669;
}
.overlay-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-size: cover;
  z-index: 1;
  background: url("../images/Rectangle\ 39.svg");
}
.hero_section .row {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.hero_info {
  text-align: center;
  margin-top: 100px;
  /* background: #1406064F; */
  /* backdrop-filter: blur(20px); */
  /* border-radius: 30px; */
  /* padding: 26px 14px 53px; */
}

.hero_info h2 {
  color: var(--sec-color);
  font-weight: 700;
  font-family: "DIN-Next-LT-Bold";
  font-size: 106px;
  line-height: 140px;
  margin-bottom: 10px;
  /* background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #F9FCFF;
}
.hero_info h3 {
  font-size: 29px;
  line-height: 46px;
  font-family: "DIN-Next-LT-light";
  /* background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #F9FCFF;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  opacity: 1;
  width: 100%;
  left: 0 !important;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0.94rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1300px) {
 div#fp-nav {
  left:38px ;
   
}
}
div#fp-nav {
  top: 0;
  bottom: 0;
  margin: 0 !important;
  height: 100vh;
  left: 5px ;
   /*border:3px solid red;*/
  z-index: 5;
}
.about_info {
    padding-inline-start: 12px;
}
div#fp-nav ul {
  display: flex;
  flex-direction: column;
  /* flex: 0 1; */
  height: 100%;
  justify-content: center;
}

div#fp-nav ul li {
  /* flex: auto; */
  margin: 8px 0;
  width: auto;
  height: auto;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  background: #d9d9d9;
  padding: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s;
}

.head-inner {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}

#fp-nav ul li .fp-tooltip {
  right: -4.625vw !important;
  width: auto;
  font-size: 1.37578125vw;
  font-weight: 700;
  line-height: 26.42px;
  transform: translateX(10px);
  transition: all 0.4s;
  opacity: 0;
  height: auto;
}

#fp-nav ul li:hover .fp-tooltip {
  opacity: initial;
  transform: none;
}

#fp-nav ul li:hover a,
.fp-slidesNav ul li:hover a,
#fp-nav ul li a.active {
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
}
.right-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 32px;
}
/* ------------------------------------- */
.fp-right.Statistics-sec ul li:hover a,
.fp-right.Statistics-sec ul li a.active {
  background: #f06824 !important;
}
header.sticky {
  margin: 0;
  padding: 0;
}

.sticky {
  position: sticky !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  padding: 6px 0;
  z-index: 99;
  background: #fff;
}
.container {
  transition: all 0.4s;
}
.sticky .mynav .row {
  padding: 5px 0;
}
.sticky .logo {
  height: 54px;
}
.sticky .lang a,
.sticky .navbar-toggler-icon {
  height: 44px;
}
/* -------------------------------------  single services  ----------------------    */

.single_project-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  transition: all 0.3s;
  display: none;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
  right: 10px;
}

#big_image .owl-stage-outer {
  position: relative;
  z-index: 3;
}

#big_image .single-img {
  height: 578px;
}
#big_newsimage .single-img {
  height: 599px;
}
#big_image .single-img img,
#big_newsimage .single-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

#thumbs_gallary .img,
#thumbs_newsgallary .img {
  height: 65px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 10px 2px 10px;
}
#thumbs_newsgallary .img {
  height: 68px;
}
#thumbs_gallary .img img,
#thumbs_newsgallary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  /* border: 2px solid transparent; */
}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.project-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-weight: 300;
}

#thumbs_gallary .img::after {
  position: absolute;
  /* content: ''; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: #26252552;
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
  opacity: 0;
}
.single_service_info p,
.single-news-disc p {
  color: #000;
  line-height: 27px;
  font-size: 16px;
  font-family: "DIN-Next-LT-light";
  font-weight: 300;
}

.single-news-disc {
  width: 83%;
  text-align: center;
  margin: 42px auto 0;
}
@media (max-width: 768px) {
  .sidebar .close-side {
    right: 23px;
  }
}

/* --------------------------  leadership page ------------------------  */
.team-img {
  height: 300px;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 80px;
}

section.meet_our_team {
  background: #f4f4f4;
  padding: 100px 0 40px;
}

.ceo_img {
  height: 552px;
  text-align: end;
  position: relative;
}
.ceo_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 87%;
  left: -11px;
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
  border-radius: 0 0 0 116px;
  z-index: -1;
}
.ceo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 161px;
  box-shadow: 0px 0px 59.61px 0px #0000001c;
}
.Leadership_page {
  padding: 40px 0 100px;
}
.Leadership_page .row,
.meet_our_team .row {
  align-items: center;
}
.team_itme {
  position: relative;
  border-radius: 0 0 0 80px;
  margin-bottom: 49.7px;
  box-shadow: 0px 0px 41.21px 0px #0000001c;
}

.team_itme .name {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  padding: 14px 0;
  height: 91px;
  border-radius: 0 0 0 80px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.team_itme .name h4 {
  font-size: 24.3px;
  line-height: 23.47px;
  font-weight: 900;
  margin-bottom: 12px;
  font-family: "Nexa-black";
  font-family: "NexaBold";
}
.team_information {
  margin-inline-start: 50px;
}
.Leadership_page,
.meet_our_team {
  position: relative;
}
.Leadership_page::before,
.meet_our_team::before {
  position: absolute;
  content: "";
  width: 174px;
  background-image: url("../images/Vector2.png");
  background-size: contain;
  opacity: 40%;
  mix-blend-mode: darken;
  opacity: 20%;
  background-repeat: no-repeat;
}
.Leadership_page::before {
  top: 0px;
  right: -64px;
  height: 78%;
}
.meet_our_team::before {
  top: 60%;
  transform: translateY(-50%);
  left: -42px;
  height: 76%;
  width: 158px;
}
.team_information h4 {
  font-size: 53px;
  margin-bottom: 32px;
  line-height: 64.4px;
  color: #000;
  font-family: "DIN-Next-LT-Bold";
  font-weight: 700;
  text-transform:capitalize;
}

.team_information p,
.leadership_diesc p {
  color: #000;
  font-weight: 300;
  font-family: "DIN-Next-LT-light";
  line-height: 27px;
}

.leadership_diesc h3 {
  font-size: 53px;
  line-height: 91px;
  font-family: "DIN-Next-LT-Bold";
  font-weight: 700;
  margin-bottom: 42px;
}
.col-lg-6:first-of-type .team_itme {
  margin-top: 80px;
}
.col-lg-6:nth-child(3) .team_itme .name,
.col-lg-6:nth-child(4) .team_itme .name,
.col-lg-6:nth-child(3) .team_itme img,
.col-lg-6:nth-child(4) .team_itme .team-img img {
  border-radius: 0 0 80px 0;
}
.col-lg-6:nth-child(3) .team_itme,
.col-lg-6:nth-child(4) .team_itme,
.col-lg-6:nth-child(3) .team_itme,
.col-lg-6:nth-child(4) .team_itme {
  box-shadow: 0px 0px 41.21px 0px #0000001c;
  border-radius: 0 0 80px 0;
}
.col-lg-6:nth-child(4) .team_itme {
  margin-top: -130px;
}
.col-lg-6:first-of-type .team-img {
  height: 347px;
}
.team_imgs .row {
  align-items: unset;
}
.col-lg-6:first-of-type .team-img img {
  object-position: right;
}
body.pages .footer {
  padding: 100px 0 0px;
}
body.pages .copy-right {
  padding: 14px 0px;
}

/* Start career page */
.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423d69;
}

.card-header {
  background: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
}

.card {
  border: none;
  margin-bottom: 16px;
  padding: 0 20px;
  box-shadow: 0px 20px 36px 0px #CBE5FE2E;
  border-radius: 16px;
}

.card-header .btn {
  display: flex;
  padding: 18px 0;
  width: 100%;
  /* padding-inline-end: 40px; */
  position: relative;
  font-size: 18px;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  border: none;
  background: #fff;
  text-align: start;
  font-family: 'DIN-Next-LT-Bold';
  color: #272525;
}

.card-header .btn::after {
  color: #fff;
  content: "\f067";
  position: absolute;
  right: 0px;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  top: 16px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background: #347BBD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 21px 0;
  border-radius: 0;
  border-top: none;
  border: none;
  background: #fff;
  border-top-color: transparent;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-rotate h3 {
  margin: 0;
  writing-mode: vertical-rl;
  transform: scale(-1);
  color: #e4deff;
  font-size: 127px;
  line-height: 127px;
}

.card-header .btn:not(.collapsed) {
  border-bottom: 1px solid #CBE5FE;
  font-size: 20px;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body p {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 0;
}

.input-group > .form-control {
  flex: unset;
}
.text-faq h3 {
  font-size: 30px;
  margin-bottom: 32px;
  font-family: 'DIN-Next-LT-Bold';
  color: #000;
  line-height: 56px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.input-group.upload span.uplod .upload_img {
    position: relative;
    top: 13px;
}
.Leadership_page.Sustainability_page::before{
  display: none;
}
section.Leadership_page.Sustainability_page {
    padding-bottom: 40px;
}

.sidebar ul li.current-menu-item a {
    color: #000;
}

.service_item {
    min-height: 428px;
}

.service_item h4 {
    margin: 10px 0 16px;
}
section.meet_our_team .col-lg-6.col-6 {
    padding: 0 10px;
}

.team_itme .name h4 {
    font-size: 21px;
}

div#thumbs_newsgallary {
    justify-content: center;
    display: flex;
}
.about_page .about_info p {
    text-align: justify;
}

/* -------------------------------------------- */
  /* circular-menu */
  #circularMenu {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 9;
  }

  .circular-menu .floating-btn {
    display: block;
    width: 2.7em;
    height: 2.7em;
    border-radius: 10px;
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    color: #fff !important;
  }

  /* .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
  }

  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
  } */

  .circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform 0.2s;
  }

  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
  }

  .circular-menu:after {
    display: block;
    content: " ";
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: rgba(27, 133, 190, 0);
    transition: all 0.3s ease;
  }

  .circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
  }

  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
  }

  .circular-menu .menu-item {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: rgb(50 74 113);
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F9FF;
    transition: transform 0.3s ease, background-color 0.2s ease;
    transition-timing-function: ease, ease;
    /* box-shadow: 0 0 22px 5px #f5f9fc6b; */
  }

  .circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-1em, -4.2em, 0);
  }

  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-4em, -2em, 0);
  }

  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-4em, 1.5em, 0);
  }

/* Scroll to top */
  #mybtn {
    /* display: none; */
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 41px;
    background: var(--main-color);
    border-radius: 10px;
    box-shadow: 0px 4.73px 4.73px 0px #88A6FF40;
  }

  #mybtn i {
    color: #fff;
    font-size: 20px;
  }


#section6,#section6 .fp-tableCell{height:auto !important;}

#big_image .single-img {
    height: 370px;
}

body, html {
  overflow-x: hidden; 
}

section.Services ,section.Latest_news{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider.owl-theme .owl-nav .owl-next, 
.card-slider.owl-theme .owl-nav .owl-prev {
    top: 50%;
}

.col-lg-4:last-of-type .vission-item p {
    padding-inline-start: 52px;
}

section.partner {
    display: flex;
    align-items: center;
}
.partner_sec .section-title h4 {
    text-align: center;
    margin-bottom: 48px;
}

.item.part-item {
    height: 110px;
    border: 1px solid #aaaaaa;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item.part-item img ,.certificate-item .img img{
    /* max-width: 100%; */
    /* max-height: 100px; */
    object-fit: contain;
}

.item.part-item .img {
    max-height: 100px;
}

.certificate-item .img {
       border: 1px solid #aaaaaa;
       border-radius: 16px;
       margin-bottom: 31px;
       /* height: 377px; */
       /* display: flex; */
       /* align-items: center; */
       /* justify-content: center; */
}

footer {
    padding-top: 50px;
}
.footer {
    padding-top: 80px;
}

.certificate-item .img {
    height: 320px;
    width:100%;
    padding: 20px 10px;
}
.certificate-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.certificate-item .img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.item.part-item .img img {
    max-height: 94px;
}

.mynav .row {
    padding: 12px 0;
    background: rgb(45 49 125 / 10%);
    border-radius: 10px;
    margin-top: 20px;
    background: rgb(45 49 125 / 10%);
}
.team_information {
    margin-inline-start: 0;
    text-align: center;
    margin-bottom: 32px;
}
section.meet_our_team .row {
    justify-content: center;
}

.team_itme .name, .team-img img {
    border-radius: 12px !important;
}

.manger_name{
    position:absolute;
    z-index:3;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    background: linear-gradient(180deg, #0059a4 0%, #2e317d 100%);
        width: 88%;
    padding: 22px 10px;
    border-radius: 16px;
    /*border-bottom-right-radius: 80px;*/
}
.manger_name h3 {
    font-size: 24px;
    font-family: 'NexaBold';
}

.manger_name h4 {
    font-size: 20px;
    font-family: 'NexaBold';
}

.team_itme .name h5 {
    color: #fff;
    font-size: 19px;
    font-family: 'NexaBold';
}

.col-12.project_Manger .team_itme{
    max-width:41%;
  margin: 0 auto 40px;
}

.col-12.project_Manger .team_itme .team-img {
    height: 400px;
}




.copy-right .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}







