@import url(slick.css);
@import url(slick-theme.css);
@import url(odometer.css);

:root {
  --main-color: #dc3e31;
  --sec-color: #205092;
  --thr-color: #0E2442;
}

@font-face {
  font-family: "PingAR+LT";
  src: url("../fonts/PingAR+LT-Regular.otf");
}

@font-face {
  font-family: "Ping_Medium";
  src: url("../fonts/PingAR+LT-Medium.otf");
}

@font-face {
  font-family: "Ping_Light";
  src: url("../fonts/PingAR+LT-Light.otf");
}

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

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  /*direction: rtl !important;*/
  text-align:end;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "PingAR+LT";
  overflow-x: hidden;
}


/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 22px;
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
  background: #fff;
  border-color: transparent;
  border-radius: 0;
  padding: 5px 14px;
  height: 49px;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  z-index: 3;
}

.nice-select::after {
  left: 12px;
  right: auto;
  border-color: #282727;
}

.nice-select .option {
  text-align: start;
  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;
}

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: 6px;
  width: 38px;
  height: 38px;
}

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

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 64px;
}

.searchForm {
  margin-inline-end: 7px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background: var(--sec-color);
  color: #fff;
  padding: 12px 24px;
  min-width: 147px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Ping_Medium";
}

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

.header-btn a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  /*content: "";*/
  background-color: #DEF2F4;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
}

.header-btn a:hover,
.my-btn button:hover,
.my-btn a:hover {
  color: var(--sec-color);
}

.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  /*height: 680%;*/
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;

}

.logo {
  max-width: 121px;
}

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

.lang {
  /* margin-inline-end: 48px; */
}

.main-menu li.menu-item-has-children {
  position: relative;
  margin-inline-end: 14px;
}

.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 222px;
  padding: 6px;
  background: #fff;
  z-index: 99;
  transition: all 0.3s;
  visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 5px 16px #00000017;
}

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

li.menu-item-has-children:hover .sub-menu,
.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  /* z-index: 999999999999; */
}

.sidebar .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: all 0s;
  box-shadow: none;
  padding: 5px 35px;
}


.lang a {
  text-transform: capitalize;
  color: #30326A;
  font-family: "Ping_Medium";
  position: relative;
}

.lang a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background: #30326A;
}

.mynavbar ul li {
  /* margin-inline-start: 32px; */
}



.mynav ul li a {
  color: #111225;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  font-family: "Ping_Medium";
  position: relative;
}

.mynav ul li a:hover, .mynav ul li.current-menu-item a, li.menu-item-has-children:hover a::after, li.menu-item-has-children:hover a, li.menu-item-has-children .sub-menu li a:hover, li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: var(--sec-color);
}

.mynavbar .row {
  align-items: center;
  padding: 17px 0;
}

.mynavbar ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 32px;
}



.mynav ul .sub-menu li a:hover {
  /* color: #fff; */
}

.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btnSearch i {
  color: #fff;
  margin-inline: 10px;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 0;
  z-index: 99;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  overflow-y: scroll;
  clip-path: circle(25px at calc(100% - 45px) 45px);
}

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

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #000;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  /*padding-top: 10px;*/
  /*margin-top: 30px;*/
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

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

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .side-content ul li:hover a::after {
  /* color: #fff; */
}


.sidebar .side-content ul li a {
  color: #212121;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
  border-bottom: 1px #eee solid;
  font-size: 14px;
}

.sidebar .side-content ul .sub-menu li a {
  /* color: var(--main-color); */
  padding: 10px 0;
}

.sidebar .header-btn {
  padding: 16px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}

.home-slider, .home-slider .item, .home-slider .container, .home-slider .container .row, .home-slider .container .slider-block {
  min-height: 83vh;
  direction: rtl;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.slider-home .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #14344C 0%, #2E79B2 100%);
  opacity: .28;
}

.slider-btns {
  display: flex;
  justify-content: center;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info .my-btn {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info .slider-inf-img {
  animation: 1s fadeInDown;
}

.home-slider .row {
  /* align-items: center; */
  text-align: center;
  justify-content: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 0;
  /* display: none; */
  max-width: 1044px;
  margin: 0 auto;
}

.slider-info h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  margin: 0;
  text-align: center;
}

.slider-info h5 {
  font-size: 28px;
  display: none;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  font-size: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #828181;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgb(82 82 82 / 60%);
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 36px;
  border: none;
  background: transparent;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 36px;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
}

.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next {
  border: none;
  font-size: 23px;
}

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

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




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

.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 52px;
  height: 8px;
  margin: 6px 4px;
  border: none;
  background: rgb(34 166 179 / 20%);
  border: none;
  border-radius: 2px;
  transition: all 0.3s;
}


.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 30px;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: inline-flex;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: rgb(34 166 179 / 20%);
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--sec-color);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  color: #fff !important;
  position: relative;
  height: 31px;
  width: 74px;
  padding-inline-end: 5px;
  background: transparent;
  transition: all 0.5s;
  border-radius: 0;
  border-bottom: 6px rgba(188, 188, 188, 0.32) solid !important;
  font-size: 0;
  opacity: 1 !important;
}


.slider-home.owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff !important;
  font-size: 18.88px;
  font-weight: 700;
  line-height: 13px;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ------------------------------------  search form ------------------------------   */
.search-form form {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  width: 100%;
}

.search-form form .form-group {
  width: 100%;
  margin-inline-end: 15px;
  position: relative;
  margin-bottom: 0;
  display: flex;
}

.search-form form .form-group input,
.search-form form .form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #DEF2F4;
  background: #F9FFFF;
  height: 48px;
  border-radius: 4px;
}

.search-form form .form-group input::placeholder {
  color: #2D2B2B;
}

.search-form form .form-group select option {
  color: #2D2B2B;
}

.search-form form .form-group i {
  position: absolute;
  top: 21px;
  left: 16px;
  color: #fff;
}

.search-form form .form-group select:focus {
  outline: none;
}

section.search-sec {
  padding: 0 0 111px;
  margin-top: -156px;
}

.search-form {
  background: #fff;
  padding: 9px 16px;
  width: 100%;
  margin: auto;
  border-radius: 16px;
  border: 1px solid #22A6B3;
}

.search-form .my-btn button {
  height: 56px;
  min-width: 147px;
}


.search-form span.mob-numb {
  position: absolute;
  top: 14px;
  left: 6px;
  display: inline-block;
  direction: ltr;
}

/* ---------------------------------   services section ------------------------   */
.services .my-btn a {
  min-width: 175px;
  background-color: #fff;
  border: 2px solid var(--sec-color);
  color: var(--sec-color);
}

.services .section-title h4 {
  /* line-height: 77px; */
}

.service-item {
  position: relative;
  margin-bottom: 15px;
}

.service-item .ser-img {
  height: 296px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #51515114;
  border-radius: 16px;
}

.service-item .ser-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.mainSec_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.services .section-title span {
  position: relative;
  margin-inline-start: 14px;
}

.services .section-title span::after {
  position: absolute;
  content: '';
  width: 214px;
  height: 84px;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/Vector.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.services .col-lg-4 {
  padding: 0 10px;
}

.service-item .ser-name {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255 255 255 / 58%);
  border-radius: 12px;
  padding: 13.5px 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  transition: all 0.3s;
  border: 1px solid #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.service-item .ser-name h5 {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-family: "Ping_Medium";
}

.service-item .ser-name span {
  color: var(--sec-color);
  font-weight: 700;
  width: 74px;
  text-align: center;
  transition: all 0.3s;
  height: 41px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------- */
/* Start about section */
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

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

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
  color: #111225;
  font-weight: 700;
}

.about-img2 {
  position: absolute;
  height: 278px;
  width: 284px;
  bottom: 0px;
  left: 0;
}

.about-imgs {
  min-height: 508px;
  position: relative;
  /* border: 1px solid #E0EBF3; */
  /* border-radius: 16.63px; */
  /* overflow: hidden; */
  height: 100%;
}

.about-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.56px 41.03px 0px #4F4F4F1F;
  border-radius: 18px;
}

.comp-exp {
  width: 193px;
  height: 124px;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #DEF2F4;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-info {
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border-radius: 17.5px;
  padding: 48px;
  background: #FBFCFF;
  height: 100%;
}

.about-info h2 {
  font-size: 48px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 24px;
  line-height: 58px;
}

.about-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #141414;
  font-family: 'Ping_Medium';
  line-height: 29px;
}

.about-info h6 {
  font-size: 18px;
  margin-bottom: 24px;
  color: #424244;
  line-height: 25px;
}

.about-info ul {
  /* display: flex; */
  margin-bottom: 32px;
  gap: 32px;
}

.about-info ul li {
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: 'Ping_Light';
  line-height: 22px;
}

.about-info ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 0px;
  right: 0;
  color: #29E895;
  font-size: 15px;
}

.comp-exp h2 {
  font-size: 48px;
  color: var(--sec-color);
  font-weight: 700;
}

.comp-exp span {
  font-size: 18px;
}

.about-img1 {
  height: 100%;
  width: 100%;
  border-radius: 16.63px;
  overflow: hidden;
  border: 1px solid #E0EBF3;
}

.about-img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.about-info .my-btn a {
  min-width: 178px;
}

/* ------------------------------------------------------------ */


/* -------------------------------------------------------- */
/* Start Agencies section */

.section_Content {
  background: #E9F6F7;
  border-radius: 16px;
  padding: 66px 80px;
}

.item.part-item .img {
  background: #fff;
  border-radius: 17.5px;
  border: 4px solid #F4FBFF;
  height: 127px;
  margin: 0px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

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

.partner .section_Content {
  box-shadow: 0px 8px 56px 0px #4F4F4F14;
  background: #FFFFFF;
  padding: 48px;
  border-radius: 17.54px;
}

section.partner {
  padding-block: 30px 152px;
}

/* --------------------  Start footer section ------------------------- */
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 3;
  border: none;
  outline: none;
  background-color: #2E79B2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0px 3.42px 3.42px 0px #0000000D;
}

#mybtn i {
  color: #fff;
}

.fixed-icone {
  position: fixed;
  bottom: 86px;
  left: 30px;
  z-index: 3;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

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

.fixed-icone a {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;

  justify-content: center;
  border-radius: 10.5px;
  color: #fff;
}

.fixed-icone a.phone_link {
  background: var(--sec-color);
  font-size: 16px;
}

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

footer {
  /* background-image: url('../images/footer-bg.png'); */
  /* background-size: cover; */
  /* padding-top: 112px; */
  position: relative;
}

footer::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(180deg, #262855 58.36%, rgba(38, 40, 85, 0.9) 100%); */
}

.footer {
  padding-bottom: 41px;
}

.footer-links h4,
footer .contact-form h3 {
  color: #1D4883;
  font-size: 24px;
  margin-bottom: 29px;
  font-weight: 700;
}

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

.left-footer h2 {
  color: #1D4883;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  font-weight: 700;
}

footer .footer-menu ul li {
  margin-bottom: 24px;
}


.footer-logo {
  max-width: 195px;
  margin-bottom: 32px;
}


.footer-contact-form {
  /* background: #1D1E40; */
  /* border: 1px solid #6E72CA; */
  border-radius: 8px;
  padding: 0px 37px 0px;
  padding-inline-start: 0;
}

.footer-contact-form .my-btn button {
  min-width: 100%;
}

.all-f-soch {
  /* background: #1D1E40; */
  border-radius: 8px;
  max-width: max-content;
  border: none;
  padding: 0px 0 0 0;
}

.comp-rights p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.bottom-footer .row {
  align-items: center;
}

.copy-right {
  padding: 20px 0;
}

.bottom-footer .col-sm-6 {
  padding: 0;
}

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

.footer-soch a {
  color: #fff;
  margin-inline-end: 20px;
  transition: all 0.3s;
  font-size: 18px;
}

.footer-soch span {
  color: #153650;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.contact-list li a {
  color: #153650;
  transition: all 0.3s;
  display: flex;
  font-family: "Ping_Light";
  align-items: center;
}

.contact-list li i {
  position: relative;
  top: 2px;
  padding-inline-end: 12px;
  color: #fff;
  font-size: 15px;
}

.contact-list li {
  margin-bottom: 32px;
}

.contact-list li p, .contact-list li span {
  margin-bottom: 0px;
  width: calc(100% - 24px);
  padding: 0 8px;
  display: inline-block;
}

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

/* bottom footer */
.copy-right {
  text-align: start;
  border-top: 1px rgb(11 28 51 / 10%) solid;
}

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

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

.comp-rights {
  text-align: end;
}

.copy-right p {
  margin-bottom: 0;
  color: #0B1C33;
  font-size: 16px;
}

footer .col-lg-4 {
  padding-inline-start: 0;
}

/* a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #e1306c;
} */


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

.responsive-menu .lang a {
  font-size: 16px;
}

.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: 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  font-family: "Ping_Light";
  border: 1px solid #DEF2F4;
  background: #F9FFFF;
  color: #2D2B2B;
}

footer .contact-form form input,
footer .contact-form form textarea,
footer .contact-form form select {
  color: #EAEBF0;
  border: 1px solid var(--sec-color);
  background: #262855;
}

.modal-body .contact-form form input,
.modal-body .contact-form form textarea,
.modal-body .contact-form form select {
  color: #2D2B2B;
  border: 1px solid #E2F1FC;
  background: #FCFEFF;
  border-radius: 4px;
  height: 48px;
}

.modal-content {
  border-radius: 17.5px;
  outline: 0;
  border: 6px solid #DEF2F4;
  padding: 38px 29px;
}

.single-services_P .contact-form h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #111225;
    font-weight: 700;
}

.modal-header {
  border: none;
  padding: 0;
}

.select_wrapper select {
  background: transparent;
  -webkit-appearance: none;
}

.select_wrapper {
  position: relative;
  cursor: pointer;
}

.select_wrapper::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: -2px;
  left: 20px;
  color: #22A6B3;
  font-size: 30px;
  font-weight: 300;
}

.my-btn button {
  min-width: 100%;
}

.modal-header .close {
  display: none;
}

textarea:focus,
form input:focus {
  outline: none;
}

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

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

.form-group.mobile {
  position: relative;
}

.form-group.mobil span.mob-num {
  position: absolute;
  top: 11px;
  left: 12px;
}

.form-group {
  margin-bottom: 16px;
}

.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.contact-data ul li {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-page .contact-data ul li a {
  color: #2B2B2E;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s;
}


.contact-data li p {
  margin-bottom: 0;
  color: #2B2B2E;
  font-size: 20px;
}

.contact-data ul .data span.mob-num {
  color: #656565;
  font-size: 15px;
}

.contact-data {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  background: #FBFCFF;
  border-radius: 8px;
  padding: 39px 63px 69px;
  margin-inline-start: 70px;
  position: relative;
  height: 100%;
}

section.contact-page .contact-form {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  background: #FBFCFF;
  border-radius: 8px;
  padding: 39px 27px;
}

section.contact-page .col-lg-5 {
  padding-inline-end: 0;
}

ul.contact_page-list a i {
  color: var(--sec-color);
  font-size: 20px;
  padding-inline-end: 10px;
}


.contact-p-img {
  position: absolute;
  bottom: 65px;
  left: 21px;
  height: 340px;
  z-index: 1;
}

.contact-p-img img {
  max-width: 100%;
  max-height: 100%;
}

.contact-p-soch span {
  display: block;
  color: #424244;
  font-size: 18px;
  font-family: 'Ping_Medium';
  margin-bottom: 34px;
}

.form-group.mobil {
  position: relative;
}

section.contact-page .contact-form textarea {
  height: 48px;
}

.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  border-color: #22A6B3;
}

footer.contact_Page {
  padding-top: 0;
}

.contact-p-soch .contact-p-icone {

  background: #E9F6F7;

  border-radius: 8px;

  padding: 10px;

  text-align: center;
}

.contact-p-soch .contact-p-icone a {
  color: #0C3A3F;
  padding: 0 18px;
  font-size: 24.67px;
}

ul.contact_page-list,
.contact-p-soch {
  position: relative;
  z-index: 2;
}


/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  /* padding: 0; */
  /* z-index: 2; */
  /* position: relative; */
}

.breadcrumb-info h2 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  font-family: 'Bahij_TheSansArabic-SemiBold';
}

.breadcrumb-section a {
  color: #fff;
  font-size: 16px;
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 16px;
}

.breadcrumb-section .overlay-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #14344C 0%, #2E79B2 100%);
  opacity: .8;
}

.breadcrumb-section a {
  color: #fff;
}

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

.breadcrumb-item.active,
.breadcrumb-item {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 51px;
  margin: 0;
}

.viss-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 12px;
}

.vission-items {
  margin-top: 88px;
}

.vission-item {
  border: 6px solid rgba(222, 242, 244, 1);
  padding: 51px 48px;
  border-radius: 20px;
}

.vission-item h6 {
  color: #2B2A32;
  font-size: 18px;
  font-family: 'TS-Safaa';
  font-weight: 500;
  margin-bottom: 10px;
}



section.about.about_Page .section-title h4 {
  color: #000;
}

section.about.about_Page .section_Title h6 {
  color: #000;
}

.about-sec.about_page {
  padding-top: 88px;
  padding-bottom: 145px;
}

.vission-item h5 {
  font-size: 32px;
  color: #111225;
  font-family: 'Ping_Medium';
  margin-bottom: 0;
}

.vission-item p {
  color: #2B2B2E;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.4s;
}
.vission-item .img {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-item .img img {
  max-height: 100%;
  max-width: 100%;
}

section.vission-sec .col-lg-4 {
  padding: 0 10px;
}

section.about.about_Page .about-info p {
  height: auto;
}
.vission-item {
    transition: all 0.4s;
}
/* ************************************************************************ */

/* Pagination */
.pagination-list {
  padding: 22px 0;
  /* width: 394px; */
  margin: 28px auto 0;
  box-shadow: 0px 5.02px 45.2px 0px #4F4F4F1F;
  border: 2px solid #E9F6F7;
  border-radius: 20px;
  display: inline-flex;
}

.pagination {
  justify-content: center;

}

.page-item .page-link {
  color: #424244;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 6px 5px;
  margin: 0;
  line-height: 31px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 12px;
  color: #22A6B3;
  font-size: 14px;
  line-height: 18px;
  width: 94px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #22A6B3;
  border-radius: 8px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--sec-color);
  border-color: #fff;
  color: #fff;
  width: 32px !important;
  opacity: 1 !important;
}
.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--sec-color);
  border-color: #fff;
  color: #fff;
}

li.page-item {
  margin-inline: 0;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  opacity: 50%;
}

.page-item:last-child .page-link i,
.page-item:first-child .page-link i {
  position: relative;
  top: 2px;
}

h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

/* ------------------------------------------------- */
/* -----------------------  contact-page  -----------------   */
.contact-form {
  height: 100%;
  border-radius: 2px;
}

.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423D69;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.contact-page .contact-form h3,
.contact-data h3 {
  font-size: 32px;
  margin-bottom: 31px;
  color: #111225;
  font-weight: 700;
}

.contact-form label {
  color: #151515;
  margin-bottom: 5px;
  font-size: 14px;
}

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

.contact-page {
  padding-top: 57px;
}

.application-form-page .row,
.blog-page .row {
  justify-content: center;
}

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

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  color: rgb(68 68 68 / 54%);
  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;
}

.form-group.mobile span.mob-numb {
  position: absolute;
  top: 15px;
  left: 12px;
  display: inline-block;
  direction: ltr;
  color: #0C3A3F;
}

.about_page .about-img1 {
  /* height: 411px; */
}

.about_page .about-img2 {
  height: 301px;
}

.about_page .about-info ul {
  margin-bottom: 0;
}

.contact-data h3 {
  margin-bottom: 45px;
}

/* -------------------------  clients page -------------------   */
.client-page .col-lg-3 {
  padding: 0 8px;
}

.client-page .item.part-item .img {
  height: 146px;
  margin: 0 0 20px;
  text-align:center;
}

/* ---------------------------------  single service -------------------------   */
.media-item {
  margin-bottom: 14px;
}

.media-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.photos-side .media-item a::before,.singel-ser2 .media-item a::before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  content: '';
  background-image: url('../images/zoom-in.svg');
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
}

.media-item a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 58, 63, 70%);
  border-radius: 17px;
  opacity: 0;
  transition: all 0.3s;
}

.media-item .img {
  height: 169px;
  box-shadow: 0px 4.36px 39.23px 0px #4F4F4F1F;
  border: 5.31px solid #FFFFFF;
  border-radius: 17px;
}

.video-side .media-item .img {
  height: 357px;
}

.media-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.play-icone{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sec-color);
  font-size: 22px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}

.play-icone img {
  max-height: 26px;
  margin: auto;
  margin-inline-end: 6px;
}
.single-servie-info {
  padding-inline-end: 120px;
  position: relative;
  padding-bottom: 70px;
}

.more-photo {
  position: absolute;
  bottom: 0;
  left: 40px;
  text-align: center;
}

.more-photo a span {
  display: block;
  color: #424244;
  font-size: 14px;
  margin-bottom: 10px;
}

.more-photo a i {
  width: 38px;
  height: 38px;
  background: #2B2D5F;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.single-servie-info h3 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #30326A;
  font-weight: 700;
}

.single-servie-info p {
  font-size: 20px;
  color: #2B2B2E;
}

.single-servie-info .single-ser-list h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}

.single-ser-list ul li {
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 8px;
}

.single-ser-list ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 0px;
  right: 0;
  color: #BAE3E7;
  font-size: 15px;
}

.photos-and-Videos {
  padding-top: 67px;
}

.photos-and-Videos h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.photos-side .col-lg-6 {
  padding: 0 8px;
}

.video-side {
  margin-inline-start: 20px;
}

.single-services_p .contact-form form {
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 6px solid #FFFFFF;
  padding: 22px;
  border-radius: 8px;
  background: #FBFCFF;
}

.single-services_p .contact-form.contact {
  margin-inline-start: 44px;
}
.photos-and-Videos .row{
  align-items: end;
}
/* ------------------------  single 3 ----------------------   */
.single-servie-info > ul {
  padding-inline-start: 20px;
  list-style: disc;
  margin-bottom: 26px;
}

.single-servie-info > ul li {
  color: #424244;
  margin-bottom: 4px;
}

section.single-services.single-3 .single-servie-info {
  padding-inline-end: 80px;
  padding-bottom: 0;
}

.single-services.single-3 .single-ser-list ul li {
  width: 49%;
  display: inline-block;
}

.single-3 .single-servie-info .single-ser-list h3 {
  margin-bottom: 16px;
}

section.single-services.single-3 .more-photo {
  bottom: 62px;
}
.modal-content .contact-form h3 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #111225;
  font-weight: 700;
  text-align: center;
}
/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

/* Start Not-found */

.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.not-found .not-found-pro img {
  max-height: 400px;
}

.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}

.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}

.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}

.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}

.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #f1f1f1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}

.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}


/* End Not-found */


section.search-sec .search-form .wpcf7-response-output {
    position: absolute;
    bottom: -63px;
    color: #fff;
}

.item.part-item .img img {
    max-width: 70%;
    margin: auto;
    max-height: 147px;
}


footer .wpcf7 form .wpcf7-response-output {
    color: #fff;
}


.footer-soch {
    display: flex;
    /* position: absolute; */
    /* bottom: 0px; */
    flex-wrap: wrap;
    gap: 12px;
}


.footer .row {
    height: 100%;
}
.search-form form .form-group .form-group#Air_conditioning1 {
    margin-inline-end: 4px;
}
.service-item .ser-name h5 {
    transition: all 0.5s;
}

.service-item:hover .ser-name h5 {
    /* transform: translateX(-5px); */
}
.header-btn a::after, .my-btn a::after, .my-btn button::after {
    background-color: var(--main-color);
}



footer .contact-form form input::placeholder,
footer .contact-form form textarea::placeholder,
footer .contact-form form select {
  color: #EAEBF0;
}

ul.pagination.justify-content-center.mt-5 {
    margin: 0 !important;
}

.play-icone img {
    object-fit: contain !important;
}

.sidebar .side-content .logo {
        /* background: #fff; */
        padding: 10px 10px;
        height: 104px;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

footer .form-group.mobil span.mob-num {
    color: #fff;
}

.service-item .ser-name span{
  position: relative;
  margin-inline-end: 10px;
}
.service-item .ser-name span::after{
    position: absolute;
    content: '';
    width: 62%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    border-bottom: 1px solid #22A6B3;
  transition: all 0.3s;
}


.search-form .select {
  width: 100%;
  position: relative;
}

section.search-sec .select::after {position: absolute;content: "\f107";font-family: 'font awesome 5 pro';top: 7px;left: 8px;color: #22A6B3;font-size: 24px;}

.search-form form .form-group select {-webkit-appearance: none;}



section.search-sec .wpcf7 input[type="tel"] {
    direction: ltr;
    text-align: start;
    padding-inline-start: 57px !important;
    margin-top: 2px;
}


.search-form form .form-group {
    height: auto !important;
}

/* Start New Style H */

.home-slider .slider-block {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav ul li.current-menu-item>a::after {
    opacity: 1;
}

.mynav ul li>a::after {
    content: "";
    position: absolute;
    width: 9.83px;
    height: 14.31px;
    bottom: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(../images/link.png);
    opacity: 0;
}

.about-sec {
    padding-block: 124px 40px;
}

.about-imgs .about-counter {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-start-start-radius: 17.54px;
    border-end-end-radius: 17.54px;
    padding: 25px 62px;
    text-align: center;
    border: 1px solid #E0EBF3;
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
}

.about-count-in h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.25px;
    color: #183C6E;
    margin-bottom: 2px;
}

.about-count-in span {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.about-imgs .about-counter .about-count-in {
    position: relative;
}

.about-imgs .about-counter .about-count-in::after {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 71px;
    content: "";
    background: #E1E6EF;
}

.about-imgs .about-counter.row .col-md-6:last-child .about-count-in::after {
    display: none;
}

.readMore {
    color: var(--sec-color);
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.readMore span {text-decoration: underline;text-decoration-style: solid;}

.services {
    padding-block: 128px 122px;
}

.services .row {
    box-shadow: 0px 8px 56px 0px #4F4F4F14;
    border: 6px solid #FFFFFF;
    padding: 79px;
    justify-content: center;
    border-radius: 17.54px;
}

.services .section-title {
    text-align: center;
}

.section-title {
    margin-bottom: 48px;
}

.mainSec_title .section-title {
    margin: 0;
}

.cert-h {
    padding: 0;
}

.cert-h .section-title {
    text-align: center;
}

.cert-slider .item {
    padding: 0 10px;
}

.cert-block {
    display: block !important;
    height: 389px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EAF2F7;
    border-radius: 8px;
}

.cert-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cert-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #FFFFFF 95%);
    opacity: 0;
}

.cert-block h3 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding: 13px;
    font-family: 'Ping_Medium';
    color: #141414;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 74px;
    height: 31px;
    border-radius: 0;
    background: none !important;
    font-size: 0;
    border-bottom: 6px solid #2E79B2;
    opacity: 0.12;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    font-size: 18px;
    opacity: 1;
    color: #2E79B2;
    line-height: 13px;
}

.cert-block::before {
    content: "\2b";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 51px;
    height: 51px;
    border-radius: 4px;
    overflow: hidden;
    background: #E0EBF3;
    z-index: 3;
    border: 1px solid #BED5E7;
    box-shadow: 0px 4px 4px 0px #00000014;
    font-family: 'Font Awesome 6 Pro';
    align-content: center;
    text-align: center;
    font-size: 31.54px;
    color: var(--sec-color);
    font-weight: bold;
    display: none;
}

.subscribe-h {
    padding: 152px 0;
}

.subscribe-inner {
    background: #BED5E7;
    border-radius: 16px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 70px;
    text-align: center;
}

.subscribe-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/85c94a7c564b1ec5236e610b8f369268facb0df2.jpg);
    mix-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subscribe-inner h3, .subscribe-inner p, .subscribe-inner .subscribe-form {
    position: relative;
    z-index: 2;
}

.subscribe-inner h3 {
    color: #111225;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
}

.subscribe-inner p {
    font-family: 'Ping_Medium';
    color: #424244;
    font-size: 18px;
    line-height: 120%;
    color: #424244;
}

.subscribe-form form {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    max-width: 474px;
    margin: 45px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe-form form input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none !important;
    box-shadow: none !important;
    padding: 0 17px;
    font-size: 16px;
    font-family: 'Ping_Light';
}

.subscribe-form form .btn {
    background: #205092;
    min-width: 126px;
    min-height: 48px;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    align-content: center;
    padding: 12px 10px;
}

.footer-h {
    position: relative;
    background: #F0F0F0;
    border-radius: 16px;
    overflow: hidden;
    padding: 97px 50px 23px;
}

.footer-h::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1D4E90;
    z-index: -1;
}

.footer-map {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

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

.contact-list li a .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.contact-list li:last-child {
    margin: 0;
}

.footer-soch a {
    width: 33px;
    display: inline-flex;
    height: 29.49px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 5.62px;
    background: #2E79B2;
    margin: 0;
    font-size: 16.4px;
}

.row.copy-right {
    margin-top: 66px;
    align-items: center;
}

.copy-right p span {
    color: var(--main-color);
}

.about_page .about-imgs {
    min-height: 508px;
    height: 100%;
}

.about_page + .cert-h {
    padding-bottom: 145px;
}

.contact-list li a .icon svg path {
    fill: #2E79B2;
}

.copy-right p span {
    color: #FF5547;
}

.comp-rights a, .comp-rights span {
    color: #000 !important;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -4;
}

.breadcrumb-info nav {
    padding: 90px 0;
}

.big-img {
    height: 420px;
    background: #FCFBF9;
    border: 5.31px solid #FCFBF9;
    overflow: hidden;
    border-radius: 17.43px;
    padding: 10px;
    align-content: center;
    margin-bottom: 16px;
    text-align: center;
}

.big-img img {
    width: auto !important;
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto;
}

.small-img {
    height: 132px;
    overflow: hidden;
    border: 5.31px solid #FCFBF9;
    border-radius: 17.43px;
    align-content: center;
    background: #FCFBF9;
}

.slider-single-nav .item {
    padding: 0 10px;
}

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

.single-text-h h3 {
    color: #141414;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
}

.single-text-h h4 {
    font-family: 'Ping_Medium';
    color: #2C2E35;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 38px;
    text-transform: capitalize;
}

.single-text-h table {
    width: 100%;
}

.single-text-h table td {
    padding: 12px 40px;
    color: #2C2E35;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.single-text-h table tr:nth-child(odd) td {
    background: #F3F3F3;
}

.single-text-h .my-btn {
    margin-top: 48px;
}

.contact-form form input, .contact-form form textarea, .contact-form form select {
    text-align: right;
}

.client-page .row {
    margin: 0;
    background: #fff;
    padding: 48px 77px;
    border: 6px solid #FFFFFF;
    border-radius: 17.54px;
    box-shadow: 0px 8px 56px 0px #4F4F4F14;
}

.news-block {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #DDE3EA;
    border-radius: 16px;
    margin: 10px 0;
    height: calc(100% - 20px);
}

img {
    max-width: 100%;
}

.news-block .img {
    height: 193px;
    border-radius: 6px;
    overflow: hidden;
}

.news-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-block .details {
    padding: 24px 0 0;
    height: calc(100% - 193px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-block .details h3 {
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
}

.news-block .details p {
    font-weight: 400;
    color: #6B6B6B;
    font-size: 16px;
    line-height: 29px;
}

.news-block .details .readMore {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    gap: 5px;
    align-items: center;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.single-news .row {
    align-items: center;
}

.single-news-img img {
    height: 416px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.single-news-text h3 {
    color: #2C2E35;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 48px;
    text-transform: capitalize;
}

.single-news-text p {
    color: #2C2E35;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.single-news-img .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 43%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.single-news-img .owl-nav .owl-prev, .single-news-img .owl-nav .owl-next {
    margin: 0;
    background: transparent !important;
    min-width: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: none;
    background-size: contain;
    position: relative;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
}

.single-news-img .owl-nav .owl-prev::after, .single-news-img .owl-nav .owl-next::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-arrow.png) no-repeat;
    background-size: contain;
    z-index: -1;
    transition: all .4s;
    opacity: 0.5;
}

.single-news-img .owl-nav .owl-prev::after {
    transform: scaleX(-1);
}

.single-news-text {
    padding-inline-start: 20px;
}

.breadcrumb-info .col-md-12 {
    padding: 0;
}

.breadcrumb-info .row {
    margin: 0;
}

.mynav ul li.menu-item-has-children>a::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -17px;
    border-top: 1px #2E79B2 solid;
    border-left: 1px #2E79B2 solid;
    top: 3px;
    transform: rotate(-136deg);
}

li.menu-item-has-children .sub-menu li {
    padding: 12px;
    border-bottom: 1px solid #BED5E7;
}

li.menu-item-has-children .sub-menu li a {
    color: #141414;
}

li.menu-item-has-children .sub-menu li:last-child {
    border: none;
}

.home-slider .owl-theme .owl-nav .owl-prev, .home-slider .owl-theme .owl-nav .owl-next {
    font-size: 53.75px;
}

.subscribe-inner p span.wpcf7-form-control-wrap {
    width: calc(100% - 138px);
    display: block;
}

.subscribe-inner form p {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
}

.subscribe-form .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

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

.sidebar .side-content ul li.current-menu-item a {
    color: var(--sec-color);
}

.right-nav {
    gap: 50px;
}

header {
    /* z-index: 2; */
    /* position: relative; */
}

.breadcrumb-info .container {
    position: initial;
}

li.menu-item-has-children .sub-menu li a::after {
    opacity: 0;
}

footer .footer-menu ul a {
  color: #0B1C33;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-family: "Ping_Light";
}

header.active {
    position: fixed;
    z-index: 9;
    background: #fff;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px #0000001c;
}

.about-count-in h2 span {
    font-size: inherit;
    line-height: inherit;
    color: initial;
    direction: ltr;
}
 
#mybtn, .fixed-icone {
    /* right: auto; */
    /* left: 30px; */
}

.fancybox-content .cert-block::before, .fancybox-content .cert-block::after {
    display: none;
}

.breadcrumb-info .overlay-img {
    display: none;
}

.breadcrumb-info {
    background: #c7dff1;
}

.mypagination {
    text-align: center;
}

.mainSec_title .my-btn a {
    min-width: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sec-color);
    text-decoration: underline;
}

/* End New Style H */




















@media (min-width: 991px){


.single-news-img .owl-nav .owl-prev:hover::after, .single-news-img .owl-nav .owl-next:hover::after {
    opacity: 1;
}

footer .footer-menu ul a:hover {
    font-weight: 700;
    color: #153650;
}


.subscribe-form form .btn:hover {
    background: var(--thr-color);
}


.service-item .ser-name:hover span::after{
  display: none;
}

.services .my-btn a:hover {
    color:#fff;
}

.header-btn a:hover, .my-btn a:hover, .my-btn button:hover {
    background: var(--main-color);
    box-shadow: 0px 0px 12px 0px rgb(27 133 143 / 16%);
}



.header-btn a:hover, .my-btn a:hover, .my-btn button:hover {
    color: #ffF;
}


.service-item:hover .ser-name span {
    /* transform: translate(-1px, -1px); */
    margin-inline-end: 5px;
}
.media-item:hover .play-icone{
  opacity: 1;
}


.media-item:hover a::before,
.media-item:hover a::after,.singel-ser2 .media-item:hover a::before {
  opacity: 1;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  color: #fff;
  background-color: var(--sec-color);
}

.vission-item:hover {
    border-color: #22A6B3;

}

.vission-item:hover p {
    transform: translateY(8px);
}

.contact-page .contact-data ul li a:hover,
.contact-data li p:hover {
  color: var(--sec-color);
}

footer .contact-list a:hover {
  color: var(--sec-color);
}

footer .footer-menu ul a:hover {
  color: var(--sec-color);
}

.item.part-item .img:hover  {
  border-color: var(--sec-color);
}

.service-item:hover .ser-name span {
  background: var(--sec-color);
  color: #fff;
}

.service-item:hover .ser-name {
  background: #fff;
  border: 1px solid var(--sec-color);
  padding-inline-start: 16px;
  /* padding-inline-end: 14px; */
}

.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(--sec-color);
  width: 78px;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgb(82 82 82 / 60%);
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
  background: #fff;
  color: rgb(82 82 82 / 60%);
}

.header-btn a:hover,
.my-btn a:hover,
.my-btn button:hover{
  background: var(--thr-color);
}

.footer-soch a:hover {
    background: var(--sec-color);
}

.service-item .ser-img img {
    transition: all .4s;
}

.service-item:hover .ser-img img {
    transform: scale(1.1);
}
}