@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --main-color: #043C7E;
  --sec-color: #3B1617;
  --title-color: #21445b;
}

@font-face {
  font-family: "Bahij";
  src: url("../fonts/Bahij-Helvetica-Neue-55-Roman.ttf");
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "Bahij";
  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;
}

input:focus {
  outline: none;
}

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

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

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

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

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

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: var(--main-color);
  color: #fff;
  padding: 11px 10px;
  min-width: 198px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-weight: 400;
  z-index: 1;
  font-size: 18px;
  border: 1px solid #fff;
}

.header-btn a {
  min-width: 134px;
  padding: 7px 10px;
}

.header-btn a:hover,
.my-btn a:hover,
.my-btn button:hover {
  background-color: #074C9E;
}

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

.logo {
  height: 75px;
}

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

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.mynav .submenu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  /* right: 0; */
  min-width: 130px;
  box-shadow: 0px 5px 15px #0000001a;
  border-radius: 3px;
  padding: 5px 10px;
  background: #fff;
  z-index: 999999;
  margin-top: 10px;
  transform: translateY(-20px);
  transition: all 0.4s;
  visibility: hidden;
}

.mynav ul li:hover .submenu {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 99999999;
}

.submenu a {
  color: var(--main-color);
  padding-block: 3px;
}

.mynav li {
  padding-inline-end: 30px;
}

.mynav li a {
  color: #fff;
  transition: all 0.3s;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}


.mynav li a:hover,
.mynav li.current-menu-item a {
  color: var(--main-color);
  color: #DFEDFF;
}

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

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.lang a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

.call-us a {
  color: #8b6f4b;
}

.lang i {
  padding-inline-start: 7px;
  font-weight: 600;
}

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

.lang a:hover {
  color: #fff;
}

.btnSearch i {
  color: var(--main-color);
  margin-inline: 10px;
  cursor: pointer;
}

/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--main-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--main-color);
  font-size: 20px;
  /*  	font-weight: 900;*/
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  color: var(--main-color);
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--main-color);
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--main-color);
  z-index: 9;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 20px 0;
}

.sidebar-width {
  left: 0px;
}

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

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
}

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

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

.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: 8;
  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.current-menu-item a{
  color: #121212;
}

.sidebar .side-content ul li a {
  color: #fff;
  display: block;
  padding: 14px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

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

/* Start home slider */
section.hero_sec {
  position: relative;
  height: 768px;
}

section.hero_sec .hero_image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

section.hero_sec .hero_image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background: linear-gradient(180deg, rgba(0, 45, 98, 0.8) 18.63%, rgba(0, 45, 98, 0.4) 92.83%, #FFFFFF 100%);
}


section.hero_sec .hero_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hero_details {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
}

.hero_logo {
  height: 202px;
}

.hero_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 30%;
}

.hero_sec .row {
  justify-content: center;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.part-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--sec-color);
  border-radius: 0;
}

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

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

.part-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.part-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.part-slider.owl-theme .owl-nav .owl-next,
.part-slider.owl-theme .owl-nav .owl-prev {
  width: 64px;
  height: 30px;
  color: var(--main-color);
  background: #000;
  top: 50%;
}

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

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: #B19366;
}

.sidebar .logo {
  text-align: center;
  margin-top: 26px;
}


/* ---------------------------------------------------*/
/* Start about section */
.more a {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 1200px) {

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

section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

section.about {
  position: relative;
  padding: 120px 0 80px;
}

.about-info {
  padding-inline-end: 20px;
  padding-top: 70px;
}

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

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 0;
}

.about-info h6 {
  font-size: 20px;
  margin-top: 32px;
  color: #2D2D2D;
  line-height: 34px;
  font-weight: 700;
}

section.about .row {
  align-items: center;
}

.about-info p {
  color: #2D2D2D;
  font-size: 18px;
  margin: 20px 0 32px;
  line-height: 28px;
}

.about-img {
  width: 671px;
  height: 767px;
  position: absolute;
  top: 120px;
  left: 0;
}

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

/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 104px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  font-weight: bold;

}


.counter-item span {
  text-shadow: 0px 10.24px 10.24px rgba(0, 0, 0, 0.12);
  color: #043C7E;
  -webkit-text-stroke: 1px #fff;
}

.counter-item:hover span {
  background-image: linear-gradient(122.32deg, #002D62 20.41%, #005CC8 86.68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text {
  color: #043C7E;
  font-weight: bold;
  font-size: 100px;
}

.gradient-text:hover {
  background-image: linear-gradient(122.32deg, #002D62 20.41%, #005CC8 86.68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 77px 10px 65px;
}

.count-block .details {
  /* text-align: center; */
  display: flex;
}

.count-block .details h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 0;
}

.counter-info h3 {
  font-family: 'bold';
  font-size: 32px;
  margin-bottom: 60px;
}

.statist_title {
  background-image: url('../images/bg-sta.jpg');
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: 70px;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}

.statist_title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 45, 98, 0.8) 0%, rgba(0, 92, 200, 0.8) 78.93%);
}

.statist_title .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.statist_title .section-title h4 {
  color: #fff;
}

.about-counter {
  /* background: #F2F8FF; */
  /* clip-path: polygon(0 1%, 100% 0, 86% 100%, 0% 100%); */
  position: relative;
}

.col-md-4.col-6 {
  padding: 0 3px;
}

section.statistics .col-lg-4,
.col-lg-8 {
  padding: 0;
}

section.statistics {
  background: #F2F8FF;
  padding: 0;
  margin-bottom: 36px;
}

.about-counter::before {
  position: absolute;
  content: '';
  width: 163px;
  height: 101%;
  top: -1px;
  right: -142px;
  background: #fff;
  z-index: 2;
  clip-path: polygon(84% 0, 94% 0, 12% 100%, 0% 100%);
}

/* ---------------------------- team section ---------------------------   */
.team-item {
  box-shadow: 0px 4px 4px 1px #8F8F8F14;
margin-bottom:20px;
  transition: all 0.3s;
}

.team-item .team-img {
  height: 310px;
  overflow: hidden;
}

.team-item .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 1s;
}

.team-details {
  text-align: center;
  position: relative;
  margin-top: -34px;
  z-index: 2;
  background: #fff;
  transition: all 0.4s;
  padding: 32px 12px;
  border: 1px solid #E4F1FF;
  border-top: none;
}

.team-item:hover {
  box-shadow: 0px 4px 4px 0px #00000040;
}

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

.team-details h5 {
  font-size: 24px;
  font-weight: 700;
  color: #121212;
}

.team-details h6 {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 0;
}

.team_sec .section-title {
  text-align: center;
  margin-bottom: 48px;
}

.team_sec .my-btn {
  text-align: center;
  margin-top: 48px;
}


.team-item:hover .team-details {
  /* margin-top: 0; */
  /* padding: 17px 12px 28px; */
  /*border-color: var(--main-color);*/
}

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

section.services {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FF 49.04%, #FFFFFF 100%);
}

section.services .section-title,
.partner .section-title {
  text-align: center;
  max-width: 49%;
  margin: 0px auto 58px;
}

section.services .section-title h4,
.partner .section-title h4 {
  margin-bottom: 32px;
}

.service-item {
  margin-bottom: 47px;
  transition: all 0.3s;
  position: relative;
}


.service-item .img {
  height: 60px;
  width: 60px;
  z-index: 2;
  position: relative;
}

.service-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.service-item .service-details {
  background: #fff;
  padding: 26px 18px 16px;
  position: relative;
  margin-top: -18px;
  box-shadow: 0px 12px 32px 0px #00000014;
  transition: all 0.3s;

}


.service-item .service-details h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--main-color);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

section.services .col,.client_page .col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.service-item .service-details::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--main-color);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.5s;
  opacity: 0;
}

.service-item:hover .service-details::after {
  opacity: 1;
}

.service-item:hover .img img {
  transform: translateY(-23px);
}

.service-item:hover .service-details h6 {
  color: #fff;
}

.service-item:hover .service-details {
  background: transparent;
  box-shadow: none;
}

.service-item:hover .service-details::after {
  width: 105%;
}

/* end services section */
/* ************************************************8 */
section.part-section {
  padding: 0;
}

.container-fluid {
  padding: 0;
}

.partner-image,
.part-info {
  height: 100%;
}

.partner-section-content {
  padding: 74px 100px 67px;
  background-color: #F2F8FF;
}

.part-item .img {
    height: 105px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 1px #8F8F8F14;
    border: 1px solid #E4F1FF;
    margin-bottom: 15px;
    transition: all 0.3s;
    overflow: hidden;
    padding: 30px;
    text-align:center;
}

.part-item .img:hover {
  border-color: #002D62;
}

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

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  transition: all 0.4s;
  background: rgb(4 60 126 / 20%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color);
  width: 24px;
  height: 24px;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

footer {
  overflow: hidden;
  padding: 68px 0 0;
  position: relative;
  background-color: var(--main-color);
}

.f-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

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

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

footer a {
  color: #fff;
}

footer a i {
  display: flex;
}

.footer-soch-icone {
  text-align: center;
  margin-top: 92px;
}

.footer-soch-icone a i {
  color: #fff;
  font-size: 20px;
}

.footer-soch-icone a {
  padding-inline: 6px;
  display: inline-flex;
}


footer a:hover {
  color: var(--main-color);
}

footer .footer-links a:hover,
.footer-address a:hover {
  color: #0D72D4;
}

.copy-right {
  padding: 10px 0px;
  background-color: #fff;
  margin-top: 14px;
}

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

.copy-right p {
  margin-bottom: 0;
  color: #05284A;
  font-size: 18px;
}


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

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  position: absolute;
  z-index: 6;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 12px;
}

.responsive-menu .lang a {
  color: #fff;
  margin-inline-end: 12px;
}

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

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

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


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

a:hover i.fab.fa-youtube {
  color: #ff0000;
}

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

a:hover i.fab.fa-instagram {
  color: #5851db;
}

.footer-links h4 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}

footer .footer-links a {
  color: #fff;
  font-size: 18px;
  display: flex;
  gap: 10px;
}

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

footer .footer-links ul.contact-list li {
  margin-bottom: 19px;
}

.footer-soch span {
  color: #fff;
}

.footer-soch {
  display: flex;
  align-items:center;
  background-color: #0A569F;
  max-width: max-content;
  padding: 8px 24px;
}

.footer-logo {
  height: 159px;
  margin-bottom: 35px;
}

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

.footer-soch a {
  color: #fff;
  font-size: 20px;
  padding: 0 12px;
}

footer .footer-links a span {
  display: block;
  direction: ltr;
}

footer .footer-links a p {
  margin-bottom: 0;
}



.footer-links.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.input-group.upload span.uplod {
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

.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;
}

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

.breadcrumb-section {
  padding: 174px 0 97px;
  z-index: 2;
  position: relative;
  background-position: center;
}

.breadcrumb-info h2 {
  font-size: 24px;
  margin-bottom: 29px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

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

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

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

.breadcrumb-item.active {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 6px;
  content: "-";
  color: #fff;
  padding-right: 6px;
  font-size: 18px;
  position: relative;
  top: 0px;
}


.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 45, 98, 0.8) 18.63%, rgba(0, 45, 98, 0.4) 92.83%, #FFFFFF 100%);
  z-index: -1;
}

section.vission_sec {
  padding: 120px 0 40px;
}

.vission-item {
  border: 1px solid #E4F1FF;
  box-shadow: 0px 4px 4px 1px #8F8F8F14;
  padding: 32px;
  transition: all 0.4s;
  outline: 2px solid transparent;
  offset: -2px;
  background: #fff;
}
.vission-item:hover {
  background: #F2F8FF;
  box-shadow: none;
  border: 1px solid #043C7E;
outline: 2px solid #043C7E;
}
/* ******************************************************************************************************** */


.pagination {
  justify-content: center;
}

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

.pagination .page-link {
  border: 1px solid #00c4b3;
  border-radius: 0;
  color: var(--sec-color);
}

.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: #fff;
  text-decoration: none;
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}

.pagination .page-link:hover span {
  background-color: #fff;
}

.vission-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom:16px;
}

.vission-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.viss-img {
  height: 48px;
  width:48px;
}

.viss-img img {
  max-height: 100%;
}

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

.vission-details p {
  font-size: 18px;
  color: #2D2D2D;
  line-height: 28px;
}
.team_page .team-item{
  margin-bottom: 20px;
}
.services.service_page{
  background: #fff;
}
/* ------------------------------  contact page ---------------------    */
.form-group select {
  background: transparent;
  -webkit-appearance: none;
}

.form-group .select {
  position: relative;
  cursor: pointer;
}

.form-group .select::after {
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 12px;
  left: 17px;
  color: #043C7E;
  font-size: 18px;
  transition: all 0.3s;
  pointer-events: none;
}

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

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 10px 10px;
  background: #F6FAFF;
  color: #2D2D2D;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #E1EEFE;
  height:48px;
}



textarea:focus, select:focus {
  outline: none;
}
.form-control:focus {
  background: #F6FAFF;
  color: #2D2D2D;
    border-color: #E1EEFE;
    outline: 0;
    box-shadow: none;
}
.contact-form label {
  color: #121212;
  font-size: 16px;
  margin-bottom: 10px;
}

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

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

.contact-form {
  padding: 42px 62px 49px;
  background-color: #fff;
  height: 100%;
}

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

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

.contact-data .map {
  height: 460px;
}

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


.contact-form form {
  padding-top: 0;
}

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

i.fa-phone-volume {
  transform: rotate(-45deg);
}

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

.input-group.upload {
  margin-bottom: 26px;
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 12px 10px;
  height: 47px;
  border-radius: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  background-color: rgb(219 171 33 / 10%);
  border-color: rgb(219 171 33 / 10%);
}

.form-control:disabled,
.form-control[readonly] {
  border-color: transparent;
}

.input-group.upload span.uplod i {
  height: 46px;
  width: 44px;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 28px;
}

label.input-group-btn {
  background-color: #F4F7F9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}


.contact-form h5 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
}

.modal-body {
  padding: 0;
}

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

.modal-header .close {
  position: absolute;
  top: 0px;
  left: -21px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  opacity: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.86px 3.44px 3.44px 0px #00000026;
  color: #707070;
  font-weight: 300;
  font-size: 27px;
}

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

.form-group.mobil span.mob-num {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #2B2B2B;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

select:focus {
  outline: none;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
}

@media (max-width: 768px) {
  .modal-header .close {
    left: 0;
  }
}

footer.contact_page .footer{
  display: none;
}
.contact_page_details{
  padding: 60px 75px;
  /*height: 100%;*/
  position: relative;
  margin-inline-start: 55px;
  background-color: #043C7E;
   margin-top: 90px; 
   padding: 60px 75px 37px;
}



.contact-data{
  position: relative;
  z-index: 2;
}
.contact-p-soch .contact-p-icone {
  background: #F1F1FF1A;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}

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

.contact-page .contact-data ul li a {
  color: #E7F1FB;
  display: flex;
  /* align-items: center; */
  font-size: 20px;
  transition: all 0.3s;
  line-height: 29px;
}
.contact-page .contact-data ul li a i {
  padding-inline-end: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 4px;
}

.contact-page .contact-data ul li p {
  margin-bottom: 0;
}

.contact-p-soch .contact-p-icone a {
  color: #fff;
  padding: 0 9px;
}
footer.contact_page {
    padding: 0;
}

footer.contact_page .copy-right {
    margin: 0;
}

.contact_page_details h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 700;
}

.contact-page .contact-data ul li {
    margin-bottom: 21px;
}

.contact-data .footer-soch {
    margin-top: 57px;
}

section.contact-page .row {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 15px 52px 0px #0000000F;
    padding: 58px 55px 51px 48px;
    position: relative;
    z-index: 2;
    background: #fff;
    /*align-items: end;*/
}

section.contact-page .contact-form {
    padding: 0;
    width: 102%;
}
.contact-page .col-lg-6{
  padding: 0;
}

.contact-page_map {
  padding: 0;
  margin-top: -70px;
}
.contact-page_map  .map{
  width: 100%;
  height: 786px;
}
.contact-page_map iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page_map .container-fluid{
  padding: 0;
}
.contact-page{
  padding-bottom: 0;
}
section.contact-page .contact-form h3{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* Scroll to top */
#mybtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    font-size: 24px;
    line-height: 3px;
    background: transparent;
}

#mybtn i {
    color: #043C7E;
    text-shadow: 0px 1.85px 7.41px  #00000040;
}
#mybtn img{
  max-width: 29px;
}
/* ------------------------------------- */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.part-item .img img {
    margin: auto;
    max-width: 94%;
    max-height: 100px;
    padding: 7px;
}
.vission-details {
    min-height: 200px;
}

.single-service-page .about-info ul {
    list-style: disc;
    padding-inline-start: 16px;
}
.single-service-img {
    height: 430px;
}

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

.counter-item {
    direction: ltr;
    font-size: 78px;
}
.about-counter .col-md-3.col-6 {
    padding: 0 8px;
}

.mynav li a:hover, .mynav li.current-menu-item a {
    /*color: #121212;*/
    color:#dbdbdb;
}

section.services .row {
    justify-content: center;
}
.service-item .img {
    margin-inline-start: 18px;
}

.team-item:hover .team-img img {
    transform: scale(1.1);
}
.header-btn a {
    font-weight: 600;
}





















