@import url(jquery.fancybox.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(line-awesome.min.css);
@import url(../slick/slick.css);
@import url(../slick/slick-theme.css);
@import url(all.css);
@import url(nice-select.css);
@import url(edomiter.css);
@import url(../vendor/intlTelInput/intlTelInput.css);

:root {
  --main-color: #08447F;
  --sec-color: #3B1617;
  --title-color: #21445b;
  --thr-color: #0A5BAA;
}

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

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

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

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

body {
  direction: rtl;
  text-align: start;
  font-family: "CodecPro";
  overflow-x: hidden;
  color: #212121;
}

/* nice select */
.nice-select {
  transition: all .4s;
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
}

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

.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: #F2F9FF;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 34px;
  height: 34px;
}

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

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline-start: -30px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  color: #fff;
  padding: 12px 10px;
  min-width: 175px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-weight: 600;
  z-index: 1;
  font-size: 16px;
  background: linear-gradient(270deg, #0E76DB 0%, #05C1C8 100%);
  border-radius: 48px;
}

.header-btn a {
  min-width: 139px;
}

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

.header-btn a::after {
  background-color: var(--main-color);
}

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

.logo {
  height: 42px;
}

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

header {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all .4s;
}

.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-start: 15px;
}

.mynav li a {
  color: #000;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
}


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

.mynavbar .row {
  align-items: center;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #BAD7F3;
  border-radius: 56px;
}

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

.lang a {
  text-transform: capitalize;
  background: #F2F9FF;
  padding: 8px 17px;
  border-radius: 48px;
  font-weight: 600;
  color: #393838;
  text-decoration: underline;
}

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

span.btnSearch {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F2F9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vision2030 {
  height: 41px;
}

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

/* 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);
}

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

.sidebar .lang {
  margin: 16px 0;
  padding-inline-start: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .logo {
  background: #fff;
  text-align: center;
  padding: 14px;
  height: 70px;
  margin: 20px 0 10px;
}

/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: all 0.7s;
  padding: 30px 20px;
  height: auto;
  overflow-y: scroll;
}

.sidebar-width {
  left: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #333;
  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 .sidebar-btns a {
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 20px;
  min-width: auto;
  text-decoration: none;
  font-size: 14px;
}

.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: 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 a {
  color: #333;
  display: block;
  padding: 15px 0;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .header-btn {
  /* padding-inline-start: 20px; */
  /* margin: 20px 0; */
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
  min-height: 768px;
  direction: rtl;
}

.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, #073F75 21.22%, rgba(17, 0, 0, 0) 100%);
}

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

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

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

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

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

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

.slider-info {
  direction: rtl;
  position: relative;
  z-index: 2;
  padding-top: 180px;
}

.slider-info h2 {
  font-size: 56px;
  line-height: 84px;
  margin: 0px 0 24px;
  color: #fff;
  font-weight: 600;
  text-align: 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%;
}

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

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

.home-slider .owl-theme .owl-nav {
  display: flex;
  padding: 0 15px;
  bottom: 46px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
  width: 64px;
  height: 64px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  bottom: 90px;
  border: 1px solid #EEF5FA;
  opacity: 20%;
  transition: all 0.4s;
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 60px;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 60px;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  color: rgb(255 255 255 / 70%);
  position: relative;
  height: 20px;
  width: 231px;
  margin: 0;
  font-size: 18px;
  font-family: "Montserrat";
}

.owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: '';
  width: 231px;
  height: 1px;
  background-color: rgb(255 255 255 / 50%);
  left: 0;
  bottom: -15px;
}

.owl-theme .owl-dots .owl-dot.active span::after {
  width: 231px;
  height: 5px;
  background-color: #fff;
  bottom: -7px;
}

.owl-theme.card-slider .owl-dots .owl-dot.active span::after {
  bottom: -10px;
}

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


.owl-theme .owl-dots .owl-dot span::before {
  content: "/ 03";
  font-size: 18px;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  right: 70px;
  color: rgb(255 255 255 / 70%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: "Montserrat";
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  top: 10px;
  margin: 0 -10px;
}

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

section.about {
  position: relative;
  padding-top: 120px;
}

.about-info {
  padding-inline-end: 90px;
}

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

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: #020202;
  font-weight: 600;
  margin-bottom: 0;
}

.about-info h6 {
  font-size: 24px;
  margin: 32px 0 20px;
  color: #000;
  line-height: 34px;
  /* font-weight: 500; */
  font-weight: 600;
}

section.about .row {
  align-items: center;
  border: 1px solid #DADADA;
  box-shadow: 0px 46.71px 58.07px 0px #98989829;
  border-radius: 24px;
  padding: 70px 35px;
}

.about-info p {
  color: #000;
  font-size: 18px;
  line-height: 29px;
}

.about-img {
  width: 100%;
  height: 408px;
  object-fit: cover;
  position: relative;
  border-radius: 24px;
}

.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.about-img .count-block {
  position: absolute;
  bottom: 23px;
  right: -86px;
  z-index: 3;
  width: 191px;
  height: 64px;
  padding: 0;
  border: 1.32px solid #B0E4DD;
  border-radius: 5px;
  background: #FFFFFF99;
  backdrop-filter: blur(33.04304122924805px);
  padding-inline-end: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img .count-block::before {
  display: none;
}

.about-img .counter-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.about-img .counter-item {
  font-size: 37px;
  color: #007F6D;
  margin-bottom: 0;
  font-weight: bolder;
}

/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: #003b33;
  /* text-align: end; */
}

.count-block {
  border: 1px solid #fff;
  padding: 22px 12px;
  transition: all 0.3s;
  border-radius: 6.5px;
  position: relative;
  padding-inline-end: 72px;
  margin-bottom: 20px;
}

.count-block .details h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #050505;
  text-align: end;
  margin-bottom: 0;
}

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

.chooseImg {
  position: relative;
  height: 386px;
}

.video-icone {
  width: 82px;
  height: 82px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  border: 1px solid #EFE8D6;
}

.video-icone::after {
  position: absolute;
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #00A991;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/Polygon 1.png');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3px;
}

.chooseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

section.statistics .row {
  border: 1px solid #DADADA;
  padding: 81px 65px;
  border-radius: 24px;
}

section.statistics .about-counter .row {
  padding: 0;
  border: none;
  border-radius: 0;
}

section.statistics .section-title {
  margin-bottom: 34px;
}

.count-block::before {
  position: absolute;
  content: '';
  width: 58px;
  height: 58px;
  background: #E6F6F4;
  border-radius: 5.4px;
  left: 34px;
  top: 29px;
  /* transform: rotate(38deg); */
  transition: all 0.4s;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.statistics .about-counter .row .col-6 {
  padding: 0 6px;
}

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

section.services {

  position: relative;

  padding-top: 87px;

  background-color: var(--main-color);
}

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

.service_item .serv-details {
  display: flex;
  padding: 29px 22px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 0;
  right: 0;
  width: 93%;
  border: 1px solid #FFFFFF99;
  background: #05284A8F;
  backdrop-filter: blur(12px);
  border-radius: 16px;
  color: #fff;
  margin: 0 auto;
}

.more span {
  font-weight: 600;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: linear-gradient(270deg, #0E76DB 0%, #05C1C8 100%);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  font-family: "CodecPro-ExtraBold";
}

.service_item .serv-img {
  height: 510px;
  overflow: hidden;
}

.service_item {
  direction: rtl;
  position: relative;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.service_item .serv-details h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "CodecPro-ExtraBold";
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 57px;
}

.service_item .serv-details h6 {
  font-size: 18px;
  color: #E7F1FB;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.service_item .serv-details .serv-name {
  width: calc(100% - 150px);
}

.owl-item.active.center .serv-img {
  width: 100%;
}

.service_item .serv-details {
  width: 85%;
}

.owl-item.active.center .service_item .serv-details {
  width: 93%;
  /* left: 47%; */
}

.owl-item .serv-img {
  width: 92%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.owl-item .service_item {
  opacity: 50%;
}

.owl-item.active.center .service_item {
  opacity: 100%;
  width: 100%;
}

.container-fluid {
  padding: 0;
}

.owl-item.active.center .service_item {
  margin-inline-end: 20px;
}

/* end services section */
/* ---------------------  start partner section ------------------   */
.part-item .img {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transition: all 0.3s;
  margin: 0px 6px 20px;
  padding: 5px 5px;
  border: 1px solid #fff;
  box-shadow: 0px 8px 12px 0px #6C04040A;
  border-radius: 16px;
}


.part-section .item .img a,
.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.3s;
}

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


.part-block {
  height: 113px;
  width: 250px;
  line-height: 113px;
  text-align: center;
  border: 0.85px solid #DADADA;
  margin: 0px 7px;
  box-shadow: 0px 39.6px 49.23px 0px #98989814;
  border-radius: 20px;
}

.part-block img {
  display: inline-block;
  max-height: 100px;
  max-width: 172px;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
}

.slick.marquee {
  direction: ltr;
}

.slick.marquee .item.slick-slide {
  float: left !important;
}

.slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.slick-list {
  padding: 0 !important;
  overflow: visible !important;
}

.slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-slide .inner {
  margin: 0 15px;
}

.marquee_rtl,
.marquee {
  transform: scale(0.8, 0.8);
  margin-top: 0px;
}

.slick-dots {
  bottom: -60px;
  opacity: 0;
}

.slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border-color: transparent;
  opacity: 1;
  top: -3px;
  left: -3px;
}

.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 2px;
}

.sectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 38px;
}

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

section.partners {
  position: relative;
  padding-top: 40px;
}

section.partners::after,
section.partners::before {
  position: absolute;
  content: '';
  width: 96px;
  height: 320px;
  background: linear-gradient(270deg, #FFFFFF 51.5%, rgba(255, 255, 255, 0.2) 100%);
  top: 140px;
}

section.partners::after {
  right: 0;
}

section.partners::before {
  left: 0;
  z-index: 2;
  transform: scaleX(-1);
}

/* ************************************************8 */
.slider-home .item {
  position: relative;
  overflow: hidden;
}

/* -----------  Start footer section  -------------------- */
.fixed-icone {
  position: fixed;
  bottom: 78px;
  right: 16px;
  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: 46px;

  height: 46px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 22px;

  border-radius: 10px;

  box-shadow: 0px 3.17px 3.17px 0px #30BF2F4D;

  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);

  border: 0.79px solid #FFFFFF33;
}

.fixed-icone a i {
  margin-bottom: 0;
  font-size: 20px;
}

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

.footer-soch {
  max-width: max-content;
  padding: 6px 14px;
  background: #0A569F;
  border-radius: 8px;
  border: 1.04px solid #0D72D4;
  backdrop-filter: blur(1.923488974571228px);
}

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

.footer-soch a i {
  font-style: normal;
  font-size: 24px;
}

.footer {
  padding: 84px 86px 52px;
  border-radius: 24px;
  position: relative;
  background-position: center;
}

.footer::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(12, 106, 197, 0.9) 0%, rgba(6, 51, 95, 0.9) 100%);
  top: 0;
  left: 0;
  border-radius: 24px;
}

.footer .row {
  position: relative;
  z-index: 2;
}

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

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

footer .footer-menu ul li {
  margin-bottom: 14px;
  width: 50%;
}

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

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

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

footer .footer-menu ul a {
  color: #E7F1FB;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 400;
}

.footer-soch a {
  color: #fff;
  margin: 0 12px;
  transition: all 0.3s;
  font-size: 24px;
}

footer .contact-list a {
  display: flex;
  color: #E7F1FB;
  font-size: 16px;
}

footer .contact-list li i {
  position: relative;
  top: 5px;
  padding-inline-end: 10px;
  color: #E6F6F4;
  font-size: 19px;
}

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

footer .contact-list li p {
  margin-bottom: 0px;
  line-height: 29px;
  /* color: #E6F6F4; */
}

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

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

.right-footer .map iframe {
  width: 100%;
  height: 100%;
}

.left-footer h2 {
  color: #fff;
  max-width: 60%;
  margin: 30px 0;
  line-height: 34px;
  font-size: 24px;
  font-weight: 600;
}

.left-footer .read-more a {
  min-width: 300px;
}

.col-md-7 .footer-links {
  padding-inline-start: 48px;
}

/* bottom footer */
.copy-right {
  text-align: start;
  padding: 24px 0;
}

.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;
  color: #000;
}

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

/* 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: 46px;
  height: 46px;
  background: linear-gradient(270deg, #0E76DB 0%, #05C1C8 100%);
  border-radius: 8px;
}

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

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  position: absolute;
  z-index: 9;
  width: 96%;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 12px;
  background: #fff;
  border: 1px solid #BAD7F3;
  border-radius: 22px;
  margin: 20px auto;
}

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

.responsive-menu .btnSearch img {
  max-height: 22px;
}

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

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

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


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

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/about-img.jpg');
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  padding: 175px 0 106px;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.breadcrumb-info h2 {
  text-align: center;
}

.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: #fff;
  font-size: 40px;
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 10px;
  content: "/";
  color: #fff;
  font-size: 28px;
  display: inline-flex;
  position: relative;
  top: 12px;
}

/* ******************************************************************************************************** */

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

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

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #B0B0B0;
  color: #000;
  font-size: 14px;
  border-radius: 0;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #232323;
  font-size: 18px;
  margin-bottom: 13px;
}

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

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


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


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

@media (min-width: 1200px) {

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

header.active {
  position: fixed;
  top: 0;
  background: #fff;
}

header.active .row {
  border-color: transparent;
}

img {
  max-width: 100%;
}

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

/* Start Breadcrumb-h */

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

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

.beadcrumb-h {
  position: relative;
  padding-block: 284px 110px;
}

.beadcrumb-h .overlay-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #073F75 21.22%, rgba(17, 0, 0, 0) 100%);
}

.bread-text {
  text-align: center;
}

.bread-text h1 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 56px;
  line-height: 84px;
}


/* End Breadcrumb-h */

/* Start About-page */

main {
  overflow: hidden;
}

.about-block-in {
  border: 1px solid #0C6AC5;
  border-radius: 24px;
  padding: 32px 11px;
  height: calc(100% - 20px);
  margin: 10px 0;
}

.about-block-in .title-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.about-block-in .title-block .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.about-block-in .title-block .icon img {
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-block-in .title-block h3 {
  margin: 0;
  font-weight: 600;
  color: #1F1F1F;
  font-size: 24px;
  line-height: 24px;
}

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

.about-block-in p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.about-more {
  padding-block: 0 60px;
}

/* End About-page */

/* Start Services-page */

.all-page {
  text-align: center;
  margin-top: 2px;
}

.all-page .pagination {
  display: inline-flex;
  box-shadow: 0px -2px 24px 0px #0000000F;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 8px;
  gap: 12px;
  align-items: center;
}

.all-page .pagination .page-item {
  padding: 0;
}

.all-page .pagination .page-item .page-link {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  opacity: .3;
  transition: all .4s;
}

.all-page .pagination .page-item.active .page-link {
  opacity: 1;
  font-size: 18px;
  line-height: 32px;
  color: #232323;
}

.all-page .pagination .page-item.btn-prev .page-link,
.all-page .pagination .page-item.btn-next .page-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1.53px solid #0A5BAA;
  color: #0A5BAA;
}

.body-inner {
  padding: 140px 0;
}

span.odometer-digit {
  padding-inline-end: 3px;
}

/* End Services-page */

/* Start Single-service */

.bread-text span {
  display: inline-flex;
  font-weight: 500;
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
  line-height: 21px;
}

.single-text h3 {
  margin-bottom: 40px;
  font-weight: 600;
  color: #040404;
  font-size: 40px;
  line-height: 65px;
}

.single-text p {
  color: #050505;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.single-form {
  margin-top: 52px;
  background: #FBFCFF;
  max-width: 508px;
  margin-inline-start: auto;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border-radius: 8px;
  padding: 42px 28px;
  height: 100%;
}

.single-form h3 {
  color: #111225;
  font-weight: bold;
  margin-bottom: 31px;
  font-size: 32px;
  line-height: 38px;
}

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

.form-group .form-control {
  background: #F9FFFF;
  border: 1px solid #DEF2F4;
  height: 44px;
  border-radius: 4px;
  padding: 11px 16px !important;
  text-align: right;
  color: #2D2B2B;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
}

.nice-select:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-color: #22A6B3;
}

form {
  direction: rtl;
}

.iti {
  display: block;
}

.form-group .form-control:focus {
  box-shadow: none;
}

.form-group button {
  width: 100%;
  height: 56px;
  background: var(--thr-color);
}

.iti__flag {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  direction: ltr;
}

.iti__country-list {
  left: 0;
}

.iti__country {
  direction: ltr;
  text-align: right;
}

.gallery-h {
  padding-top: 100px;
}

.title-gallery {
  margin-bottom: 40px;
}

.title-gallery h3 {
  color: #040404;
  font-weight: 600;
  margin: 0;
  font-size: 40px;
  line-height: 33.6px;
}

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

.gallery-img {
  height: 328px;
  overflow: hidden;
  border-radius: 16px;
  margin: 8px 0;
}

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

.more-gallery .gallery-img {
  height: 156px;
}

.single-service {
  padding-bottom: 100px;
}

/* End Single-service */

/* Start Single-project */

.single-project-imgs .slick-track {
  display: block !important;
  overflow: hidden !important;
}

.single-project-imgs .slick-list {
  overflow: hidden !important;
}

.single-project-imgs .big-img {
  position: relative;
  overflow: hidden;
  height: 444px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.single-project-imgs .big-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000066;
}

.single-project-imgs .big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-project-imgs .big-img .zoom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 18px 23px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.slider-single-nav .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}

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

.single-project-imgs .small-img {
  height: 154px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.single-project-imgs .small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* End Single-project */

/* Start News-page */

.news-block {
  margin: 10px 0;
  height: calc(100% - 20px);
}

.news-block .news-img {
  height: 368px;
  border-radius: 16px;
  overflow: hidden;
}

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

.news-block .details {
  padding: 20px 0 0;
}

.date-h {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #007F6D;
  font-weight: 400;
  font-size: 16px;
  align-content: center;
  line-height: 29px;
  align-items: center;
}

.date-h span {
  position: relative;
  top: 2px;
}

.news-block .details h3 {
  margin: 16px 0 12px;
  font-weight: bold;
  color: #050505;
  font-size: 24px;
  line-height: 33.6px;
}

.news-block .details .readMore {
  border-top: 1px solid #AFC9E2;
  padding-top: 7px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #050505;
  font-weight: bold;
  font-size: 16px;
  line-height: 33.6px;
}

.news-block .details .readMore i {
  color: #0C67BF;
  font-size: 24px;
  font-weight: 400;
}

/* End News-page */

/* Start Single-news */

.single-news {
  padding-bottom: 100px;
}

.single-inner .img {
  height: 430px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
}

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

.single-inner .single-content {
  max-width: 1040px;
}

.single-inner .single-content h3 {
  font-weight: bold;
  color: #050505;
  font-size: 40px;
  line-height: 65px;
}

.single-inner .single-content .date-h {
  margin-block: 16px 32px;
  background: #009883;
  display: inline-flex;
  padding: 12px 20px;
  color: #fff;
  border-radius: 16px;
}

.single-inner .single-content .date-h .icon {
  filter: brightness(0) invert(1);
}

.single-inner .single-content p {
  color: #050505;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

.single-inner .single-content p:last-child {
  margin: 0;
}

/* End Single-news */

/* Start Contact-page */

.single-form.contact-block {
  max-width: 100%;
  margin: 0;
  padding: 39px;
}

.contact-block h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.contact-block .form-group .form-control {
  border-radius: 25px;
  background: #F0F8FF;
  border: 1px solid #E7F1FB;
  height: 45px;
}

.form-group textarea.form-control {
  height: 80px !important;
  border-radius: 10px !important;
}

.single-form.contact-block.info-form h3 {
  margin-bottom: 54px;
}

.contact-block .contact-list a {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 11px;
  color: #040404;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.contact-block .contact-list a .icon {
  width: 31.62px;
  height: 32.81px;
  line-height: 32.81px;
  color: #0A569F;
  font-size: 23px;
}

.contact-block .contact-list a p {
  margin: 0;
}

.contact-soch {
  margin-top: 37px;
}

.contact-soch span {
  color: #050505;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.contact-soch .s-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  background: #E7F1FB;
  border-radius: 8px;
  padding: 16px;
  gap: 36.5px;
  align-items: center;
}

.contact-soch .s-h a {
  font-size: 26px;
  color: #0A569F;
}

.contact-page {
  padding-bottom: 75px;
}

/* End Contact-page */

/* Start Career-page */

.career-block.career-form form {
    border: 1px solid #08447F;
    padding: 70px 55px 50px;
    border-radius: 24px;
    box-shadow: 0px 20px 36px 0px #65A77814;
}

.career-block h3 {
    font-weight: bold;
    font-size: 24px;
    color: #272525;
    line-height: 56px;
}

.career-block.career-form {
    max-width: 569px;
}

.career-form form .form-group:first-child {
    margin-top: 0;
}

.career-form form .form-group:last-child {
    margin-bottom: 0;
}

.career-form form .form-group {
    margin: 12px 0;
}

.career-form form .form-group .form-control {
    border: 1px solid rgb(5 5 5 / 30%);
    height: 48px;
    border-radius: 16px;
    background: #fff;
    /* padding-inline-end: 0 !important; */
}

.career-form form .form-group .iti__selected-dial-code {
    color: #0A569F;
}

.iti__arrow {
    display: none;
}

.career-form form .form-group .form-control::after {
    border-color: #050505;
}

.form-group .file-upload-group.form-control {
    position: relative;
}

.form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.career-form form .form-group .form-control label.for-sm-input-file {
    margin: 0;
    color: #0C67BF;
    width: 41px;
    height: 48px;
    align-content: center;
    text-align: center;
    border-inline-start: 1px solid rgb(5 5 5 / 30%);
}

.career-form form .form-group.my-btn {
    margin-top: 32px;
}

.career-block.all-jobs {
    max-width: 569px;
    margin-inline-start: auto;
}

.accordion .accordion-item {
    margin: 0 0 16px;
    border: 1px solid transparent;
    border-radius: 16px;
}

.accordion .accordion-item .accordion-button {
    text-align: start;
    background: var(--white, #FFFFFF);
    box-shadow: 0px 20px 36px 0px #65A77814;
    border-radius: 16px;
    padding: 22px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-inline-end: 70px;
    font-weight: bold;
    color: #272525;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
}

.accordion .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 27.81px;
    line-height: 32.82px;
    color: #fff;
    background: #0A569F;
    width: 38px;
    height: 32px;
    margin: 0;
    border-radius: 8px;
    position: absolute;
    left: 16px;
    text-align: center;
    align-items: center;
}

.accordion .accordion-item.active .accordion-button {
    box-shadow: none;
    padding: 22px 25px;
    padding-inline-end: 70px;
}

.accordion .accordion-item.active {
    border-color: #0A569F;
}

.accordion-body {
    max-width: calc(100% - 50px);
    margin: 0 auto;
    border-top: 1px solid #D3D3D3;
    padding: 12px 0 26px;
}

.accordion-body p {
    margin: 0;
    color: #585856;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.career-form form .file-upload-group.form-control {
    padding-inline-end: 0 !important;
}

.accordion .accordion-item.active .accordion-button::after {
    content: "\f00d";
    font-size: 18px;
}

.about-img .counter-item * {
    font-weight: bold;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

section.partners .sectionTitle .my-btn a {
    background: transparent;
    color: var(--main-color);
    padding: 0;
    border-radius: 0;
    text-decoration: underline;
}

section.partners .sectionTitle .my-btn a::after {
    display: none;
}

.about-info .my-btn a {
    background: transparent !important;
    color: var(--main-color);
    padding: 0;
    border-radius: 0;
    text-decoration: underline;
}

.about-info .my-btn a::after {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    font-size: 0 !important;
}

.single-text ul {
    padding-inline-start: 20px;
    margin: 20px 0;
}

.single-text ul li {
    list-style: disc;
    display: list-item;
    margin: 4px  0;
    color: #050505;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

/* End Career-page */

/* Start Hover */

@media (min-width: 991px) {

  .header-btn a:hover::after,
  .my-btn a:hover::after,
  .my-btn button:hover::after,
  .slider-links a:hover::after {
    opacity: 1;
  }


  .new-request a:hover {
    background-color: var(--bg-color);
    color: #fff;
  }

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

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

  .sidebar .side-content ul li:hover {
    background-color: #fff;
  }

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

  .sidebar .side-content ul li:hover a,
  .sidebar .side-content>ul li:hover a::after {
    color: var(--main-color);
  }

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

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


  .home-slider .owl-theme .owl-nav .owl-prev:hover,
  .home-slider .owl-theme .owl-nav .owl-next:hover {
    opacity: 100%;
  }

  .count-block:hover {
    border: 1.6px solid #00A991;
    box-shadow: 0px 6.4px 9.6px 0px #05C1C814;
  }

  .count-block:hover::before {
    width: 39px;
    height: 39px;
    /* top: 22px; */
    /* left: 19px; */
  }

  .part-item .img:hover {
    box-shadow: 0px 8px 12px 0px #0000000A;
    border: 3px solid #080808;
  }

  .part-block:hover img {
    opacity: 100%;
  }

  .slick-dots li button:hover:before {
    background: #fff;
  }


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

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


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

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

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

  a:hover i.fab.fa-instagram {
    color: #405de6 !important;
  }

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

  .all-page .pagination .page-item.btn-prev .page-link:hover,
  .all-page .pagination .page-item.btn-next .page-link:hover {
    opacity: 1;
  }

  .form-group .form-control:focus {
    border-color: var(--main-color);
  }

  .contact-block .form-group .form-control:focus {
    border-color: #0A569F;
  }

  .contact-block .form-group .form-control:focus::placeholder {
    color: #0C67BF;
  }

  a i {
    transition: all .3s;
  }

  a:hover i.fab.fa-tiktok {
    color: #000;
  }

.contact-block .contact-list a:hover {
    color: var(--main-color);
}

.contact-soch .s-h a:hover {
    color: var(--sec-color);
}

}

/* End Hover */

.owl-theme .owl-dots .owl-dot span {
    font-size: 0 !important;
}