@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --main-color: #4b6ab8;
  --sec-color: #44c3a2;
  --bg-color: #11273e;
  --title-color: #182356;
}

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

body {
  direction: ltr;
  text-align: start;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
.page-circles,
.about-circles,
.map-circle {
  position: relative;
  z-index: -1;
}
.page-circles::after,
.page-circles::before,
.about-circles::after,
.about-circles::before,
.map-circle::before {
  position: absolute;
  content: "";
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.page-circles::after {
  width: 700px;
  height: 700px;
  top: -479px;
  left: -236px;
}
.page-circles::before {
  width: 521px;
  height: 521px;
  top: -420px;
  left: -200px;
}
.about-circles::after {
  width: 700px;
  height: 700px;
  top: -285px;
  right: -309px;
  z-index: -1;
}
.about-circles::before {
  width: 521px;
  height: 521px;
  top: -143px;
  right: -341px;
  opacity: 50%;
}
.map-circle::before {
  width: 875px;
  height: 875px;
  top: -15px;
  right: -180px;
  z-index: -1;
}
form {
  direction: ltr;
}

/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 20px;
  text-align: start;
  padding-left: 12px;
  padding-right: 30px;
  border-radius: 0;
  border: 1px solid #dbd5d5;
}

.nice-select::after {
  right: 12px;
  left: 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;
}

/* -------------------------------------------------   */
header {
  position: relative;
  z-index: 2;
}
.navbar-toggler-icon {
  width: 43.6px;
  height: 40.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 12.03px 0px #0000001c;
}

.right-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

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

.lang-search,
.right-header {
  display: flex;
  align-items: center;
}
.right-header .viss-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 21px;
}
.right-header {
  justify-content: end;
  gap: 28px;
}
.btnSearch {
  cursor: pointer;
}
.btnSearch i,
.lang-search a {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s;
}

.lang-search a i {
  padding-inline-start: 6px;
}

.btnSearch i:hover,
.lang-search a:hover {
  color: var(--sec-color);
}

.mynavbar .logo {
  height: 120px;
}

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

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

.lang {
  position: relative;
}
.lang .lang-icone {
  position: relative;
  padding-inline-end: 14px;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 600;
  color: #000;
}

.lang .sub-mune {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;  
  box-shadow: 0px 0px 12.03px 0px #0000001C;   
  border-radius: 10px;
  padding: 0px;
  background: #fff;
  z-index: 99;
  transition: all 0.4s;
  margin-top: 12px;
}
.lang ul li a {
  color: #000;
  display: inline-block;
  padding: 6px 10px;
  border-bottom: 1px solid #00000021;
  width: 100%;
}
.lang h6 {
  position: relative;
  padding-inline-end: 20px;
  display: inline-block;
}
.lang .lang-icone::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 1px;
  right: 0;
  color: #000;
  font-size: 14px;
}
.mobile_logo {
  height: 193px;
  padding-inline-start: 48px;
  margin-top: 52px;
}
.mobile_logo img {
  filter: brightness(0) invert(1);
  max-height:100%;
}
.sidebar .side-content ul:not(.sub-mune) {
  display: flex;
  flex-wrap: wrap;
}

.sidebar .side-content ul li a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 21px;
  left: 0;
  font-size: 30px;
  font-weight: 400;
}
.sidebar .side-content .sub-mune li a::before {
  display: none;
}
/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
}

.site-search.open {
  z-index: 999;
  opacity: 1;
  animation: 1.3s bounceInDown;
}

.site-search .close-side i {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.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: 39%;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  color: #fff;
  font-size: 50px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 32px;
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  background: #fff;
  border: none;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 15px 0;
  height: 56px;
  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: #000;
  padding-inline-end: 50px;
  padding-inline-start: 22px;
}

.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;
  right: 0;
  bottom: 0;
  font-size: 20px;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  padding: 0;
  width: 80px;
  height: 56px;
  background-color: var(--sec-color);
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #c5c5c5;
}

.searchForm .btnSearch {
  box-shadow: none !important;
  /* margin: 0 11px; */
  padding: 0;
  text-align: center;
  border: none !important;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  height: 43px;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: #fff;
}

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

/* End Search */
/* Start header */
.mynav {
  position: relative;
}

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

.mynavbar ul,
.mynavbar {
  display: flex;
  align-items: center;
}

.mynavbar ul li {
  margin-inline-start: 16px;
}

.mynavbar li a {
  padding: 0;
  color: #fff;
  transition: all 0.3s;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.mynavbar li a:hover {
  color: var(--sec-color);
}

.my-btn a,
.my-btn button {
  display: inline-block;
  min-width: 189px;
  text-align: center;
  background: #fff;
  color: var(--sec-color);
  padding: 17px 10px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
  font-weight: 700;
  border: 1px solid var(--sec-color);
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
  border-radius: 120px;
}

.my-btn a i,
.my-btn button i {
  font-size: 26px;
  font-weight: 200;
}
header .my-btn a,
.tab-title .my-btn a {
  min-width: 189px;
  background: var(--sec-color);
  color: #fff;
  padding: 17px 10px;
}

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

.navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  color: var(--bg-color);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-search {
  display: flex;
  align-items: center;
  gap: 31px;
}

.navbar-toggler i {
  font-size: 23px;
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0%;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.7s;
  padding: 20px 0;
  background-color: var(--sec-color);
  opacity: 0;
}

.sidebar-width {
  opacity: 1;
  z-index: 99;
  animation: 1.3s bounceInDown;
}
.sidebar .close-side i {
  
}
.sidebar .close-side {
  position: absolute;
  top: 64px;
  right: 60px;
  cursor: pointer;
  width: 104px;
  height: 104px;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  z-index: 9;
  border: 2px solid #78dfc4;
  border-radius: 50%;
  font-weight: 100;
}
.sidebar .close-side img {
  max-height: 20px;
}
.sidebar .side-content {
  margin-top: 77px;
  padding-inline-start: 78px;
  position: relative;
  z-index: 2;
}

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

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

.sidebar .side-content ul li {
  position: relative;
  width: 50%;
  transition: all 0.5s;
}

.sidebar .side-content ul li a {
  color: #fff;
  display: inline-block;
  padding: 14px 12px;
  position: relative;
  font-weight: 800;
  transition: all 0.6s;
  font-size: 36px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #d5fff4;*/
  width: 100%;
  padding-inline-start: 30px;
}
.sidebar .side-content ul li a::after {
    position: absolute;
    content: '';
    width: 82%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #d5fff4;
}
.side-content ul li.has-child a {
  padding-inline-end: 20px;
}

.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

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

/* Start hero section */
section.hero-sec {
  padding-top: 28px;
}
section.hero-sec .col-lg-8 {
  padding-inline-end: 0;
}
section.hero-sec .row {
  align-items: center;
}

.hero-image::before {
  position: absolute;
  content: "";
  width: 418px;
  height: 411px;
  background: var(--sec-color);
  z-index: -1;
  border-radius: 206px 0 206px 206px;
  top: 44px;
  left: 53%;
  transform: translateX(-50%);
}
.hero-image {
  height: 506px;
  position: relative;
  text-align: end;
}
.heroimgcercils::after,
.heroimgcercils::before {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.heroimgcercils::after {
  width: 234px;
  height: 234px;
  border: 21px solid #ffffff;
  bottom: -65px;
  left: 10px;
}
.heroimgcercils::before {
  width: 345px;
  height: 345px;
  border: 21px solid #ffffff;
  opacity: 20%;
  bottom: -98px;
  left: -21px;
}
.hero-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.slider-info {
  padding-inline-end: 0;
}

.slider-info h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 24.5px;
  text-transform: uppercase;
  font-weight: 800;
  color:#000;
}
.slider-info h6 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 24.5px;
  font-weight: 400;
  padding-inline-end: 33px;
}
/* -------------------------------------------------- */
/* Start animate group */
/* -------------------------------------------------------------- */

.animate-group span {
  position: absolute;
  width: 26px;
  height: 26px;
  background: var(--sec-color);
  border-radius: 50%;
}
.animate-group .move-1 {
  left: 5%;
  top: 47%;
}
.animate-group .move-2 {
  left: 39%;
  bottom: 40px;
  background: rgb(19 32 84 / 20%);
}
.animate-group .move-3 {
  left: 0;
  top: 0;
}
.animate-group .move-4 {
  right: -10px;
  top: 19%;
  background: #d4d4d4;
}
.animate-group .move-5 {
  right: 21%;
  bottom: -8%;
  width: 7px;
  height: 7px;
  background: var(--sec-color);
}
.animate-group .move-6 {
  left: 27%;
  bottom: 52%;
  background: var(--sec-color);
  width: 15px;
  height: 15px;
}
.animate-group .move-7 {
  right: 14%;
  bottom: 52%;
  background: var(--sec-color);
}
.animate-group .move-8 {
  right: 4%;
bottom: -82%;
    background: rgb(19 32 84 / 20%);
}
.animate-group .rotate {
  left: 40%;
  top: 30%;
  width: 7px;
  height: 7px;
}
.animate-group .rotate {
  animation: move-1 30s infinite;
}
.animate-group .move-1 {
  animation: move-1 30s infinite linear;
}
.animate-group .move-2 {
  animation: move-2 30s infinite linear;
}
.animate-group .move-3 {
  animation: move-3 5s infinite linear;
}
.animate-group .move-4 {
  animation: move-4 5s infinite linear;
}
.animate-group .move-5 {
  animation: move-1 30s infinite;
}
.animate-group .move-6 {
  animation: move-1 30s infinite;
}
.animate-group .move-7 {
  animation: move-1 30s infinite;
}
.animate-group .move-8 {
  animation: move-1 30s infinite;
}
@keyframes move-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(-50px, 30px, 30px) rotate(360deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes move-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(100px, 30px, 30px) rotate(360deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes move-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(40px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 40px, 40px);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: translate3d(0, 40px, 40px) rotateZ(3600deg);
  }
}

/*--------------------------------------------------------------
# End animate group
--------------------------------------------------------------*/

/* ------------------------        about section   --------------------------------- */
.aboutimgs {
  display: flex;
  width: 100%;
  gap: 30px;
}

.aboutimgs .img1,
.aboutimgs .img2 {
  position: relative;
  height: 386px;
  width: 48%;
}

.about-img {
  height: 739px;
  position: relative;
}

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

.about-sec .count-block {
  position: absolute;
  top: -127px;
  left: 0;
  z-index: 3;
  height: 92px;
  border-radius: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 84px 0px #00000021;
  width: 100%;
}
.aboutimgs .img1 img,
.aboutimgs .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.aboutimgs .img2 {
  margin-top: 127px;
}

.counter-name {
  display: flex;
  align-items: center;
  gap:6px;
}

.counter-name h6 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
span.odometer.odometer-auto-theme {
  margin-inline-start: -8px;
  margin-inline-end: 8px;
}
/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 22px;
  font-weight: 800;
  color: var(--title-color);
}

.video-icone {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  z-index: 2;
  width: 164px;
  height: 164px;
  transform: translateX(-50%);
}

.video-icone::after {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.75px solid #4b6ab8;
}

.video-icone::before {
  position: absolute;
  content: "";
  width: 133px;
  height: 134px;
  margin: auto;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background: #4b6ab8;
  transform: translate(-50%, -50%);
  border: 0.75px solid #4b6ab8;
}
.about-info h6 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 11px;
}

.about-info h4 {
  font-size: 38px;
  font-weight: 800;
  color: var(--title-color);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.about-info p {
  margin-bottom: 74px;
  font-size: 18px;
  color: #6b6b6b;
  line-height: 30px;
}

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

.about-info {
  padding-top: 80px;
}
/* -------------------------------------- ---------------------   */
.container-fliud {
  padding: 0;
}

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

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

.section-title h4 {
  font-size: 38px;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--title-color);
}
.section-title h6 {
  font-size: 16px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 11px;
}
/* -------------------------------  products section ---------------------   */
.proj-img {
  height: 230px;
  margin-bottom: 50px;
}

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

.project-item {
  margin: 90px 6px 13px;
  border-radius: 19px;
  box-shadow: 0px 3.84px 90.28px 0px #00000026;
  box-shadow: 0px 3.84px 138.3px 0px #0000000f;
  box-shadow: 0px -16px 34px 0px #0000001a;
  padding: 96px 12px;
  background: #fff;
  position: relative;
  text-align: center;
}

.project-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 84%;
  top: 0;
  left: 0;
  box-shadow: 0px 3.84px 90.28px 0px #00000026;
  /* box-shadow: 0px 3.84px 138.3px 0px #0000000F; */
  z-index: -1;
  border-radius: 19px 19px 0 0;
  /* background: #fff; */
}

section.products {
  padding-top: 40px;
  position: relative;
}
.products::before {
  position: absolute;
  content: "";
  width: 883px;
  height: 868px;
  background: var(--sec-color);
  z-index: -1;
  border-radius: 434px 0 434px 434px;
  top: 117px;
  left: -640px;
}
.owl-carousel.card-slider .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.card-slider .owl-item {
  opacity: 0;
}
.owl-carousel.card-slider .owl-item.active {
  opacity: 1;
}
.products .my-btn {
  text-align: center;
  margin-top: 32px;
}
.project-item a {
  position: relative;
  z-index: 2;
}

.project-details h4 {
  font-size: 21px;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
}

.project-details h6 {
  font-weight: 400;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 29px;
}

/* --------------------------------------------------------- */
.map-img {
  height: 789px;
  position: relative;
  x: 2;
}
.map-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.map-sec {
  padding-top: 16px;
  padding-bottom: 0;
}

.map-img-wrapper {
  background: #fff;
  position: relative;
  z-index: 99;
}
.map-sec .row {
  justify-content: center;
}
/* -------------------  Start footer section ---------------------- */
.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.footer {
  background-color: var(--sec-color);
  padding: 75px 0 76px;
  border-radius: 0 222px 222px 0;
  margin-inline-end: 45px;
}

.copy-right {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

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

.footer-links h4,
.footer-contacts h4 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}
.footer-links ul li a {
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 15.5px;
}
.copy-right .row,
.bottom-footer .row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-logo {
  height: 111px;
  margin-bottom: 28px;
}

.footer-logo img {
  filter: brightness(0) invert(1);
  max-height:100%;
}

.all-links {
  display: flex;
  gap:55px;
}

.footer-contacts ul li a {
  color: #fff;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  margin-bottom: 12px;
}

.footer-disc p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

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

.comp-rights {
  text-align: center;
  margin-top: 14px;
}

.comp-rights p {
  color: #000;
}

.footer-soch {
  margin-top: 17px;
  background: #2eb290;
  border-radius: 8px;
  max-width: max-content;
  padding: 6px 22px;
}

.footer-soch a {
  color: #fff;
  margin: 0 12px;
}
.footer-soch a i {
  font-style: normal;
  font-size: 18px;
}
.footer-soch-icons span {
  color: #fff;
  font-weight: 600;
  font-size: 17.5px;
  margin-bottom: 11px;
}

/* ************************************************ */
/* Start about page */
.breadcrumb-section {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 50px;
}

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

.breadcrumb-info {
  text-align: start;
}

.breadcrumb-info h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 11px;
  text-align: center;
  color: #4b6ab8;
}

.breadcrumb-section a {
  font-size: 16px;
  color: rgb(255 255 255 / 80%);
  text-transform: capitalize;
  font-weight: 500;
}

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

.breadcrumb-item.active {
  font-size: 38px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 800;
  color: var(--title-color);
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 6px;
  content: "-";
  color: #fff;
  font-size: 16px;
  display: inline-flex;
}
section.vission-sec {
  padding-top: 20px;
}

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

.vission-item {
  border: 2.92px solid #e6fff9;
  padding: 95px 50px 34px 73px;
  border-radius: 15.5px;
  background: #fff;
  transition: all 0.3s;
  height:100%;
}

.vission-item .title {
  display: flex;
  gap: 10px;
  margin-bottom: 23px;
}

.vission-item .title .img {
  height: 32px;
}

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

.vission-item .title h5 {
  font-size: 23px;
  color: #44c2a1;
  font-weight: 600;
}

.vission-sec .col-lg-4:nth-child(2) .vission-item {
  border-radius: 0;
  border-inline-end: none;
  border-inline-start: none;
}

.vission-disc {
  min-height: 184px;
}

.vission-disc p {
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}

.vission-disc ul li {
  color: #232323;
  margin-bottom: 8px;
  position: relative;
  padding-inline-start: 23px;
  padding-inline-end: 50px;
}

.vission-disc ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #44c2a1;
  top: 3px;
  left: 0;
  font-size: 15px;
}

.vission-sec .col-lg-4:first-of-type .vission-item {
  border-radius: 15px 0 0 15px;
}

.vission-sec .col-lg-4:nth-child(3) .vission-item {
  border-radius: 0 15px 15px 0;
}
/* ------------------------------------------------------ */

/* Pagination */
.pagination-list {
  padding: 22px 20px;
  /*width: 345px;*/
  margin: 28px auto 0;
  border-radius: 16px;
  border: 1px solid rgb(103 103 103 / 40%);
  max-width:max-content;
}

.pagination {
  justify-content: center;
}

.page-item .page-link {
  color: rgb(44 44 44 / 20%);
  font-size: 16px;
  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;
  margin-inline-end: 3px;
  text-transform: capitalize;
}

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

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

.page-item.active .page-link,
.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: 1px;
  padding:0 3px;
}
.page-item:last-child .page-link span, .page-item:first-child .page-link span {
    font-size: 12px;
}
.page-link:focus {
  box-shadow: none;
}

/* ------------------------------------------------------------- */
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 11px 20px;
  color: #161616;
  font-size: 15px;
  border-radius: 7px;
  background: #fff;
  border: 1.03px solid #c8c8c8;
  box-shadow: 0px 3.1px 8.26px 0px #00000014;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.contact-form form select::placeholder {
  color: rgb(77 77 77 / 54%);
}
textarea:focus {
  outline: none;
}

.form-info form input:focus {
  outline: none;
}
.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  box-shadow: none;
}
.contact-form form textarea {
  height: 130px;
}

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

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

.input-group > .form-control {
  flex: unset;
  border-radius: 7px !important;
}

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

.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;
  border-radius: 7px;
}

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

.contact-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.select-field {
  position: relative;
}
.form-group.select-field span.wpcf7-form-control-wrap{
    position: initial;
}
.form-group.select-field::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 38px;
  position: absolute;
  margin: 8px;
  right: 14px;
  font-size: 22px;
  color: rgb(77 77 77 / 54%);
  z-index: 1;
  pointer-events: none;
}

.contact-form {
  border-radius: 20px;
  background: #fff;
}

.contact-form textarea {
  height: 144px;
  border-radius: 20px;
}

.iti__country-list {
  left: 0;
}

.iti {
  width: 100%;
}

input#phone,
input#phone2 {
  padding-left: 12px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: none;
}

.iti__arrow {
  position: relative;
}

.iti__arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  width: 1px;
  height: 42px;
  color: #282828;
  top: -17px;
  left: -11px;
  font-size: 24px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 2px;
  margin-left: 0;
  direction: ltr;
  font-size: 16px;
  color: #282828;
  font-weight: 700;
  position: relative;
  top: 0px;
}

.iti__flag.iti__sa {
  border-radius: 0;
  height: 14px;
}

.iti__selected-flag {
  padding: 0 10px;
}

.iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.iti__flag-box {
  display: inline-block;
  width: 33px;
}

.iti__country-list {
  text-align: start;
}
.iti__flag-container {
  right: 0 !important;
  left: auto !important;
}
.contact_map .map {
  height: 375px;
  margin: 60px 0 52px;
}

.contact_map .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  border: 0 !important;
}

.my-btn button {
  min-width: 100%;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}
section.contact_sec {
  padding-bottom: 111px;
}

@media (max-width: 991px) {
  .sidebar .close-side {
    right: 16px;
  }
}
/* Scroll to top */
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 47px;
  height: 47px;
  background: var(--main-color);
  border-radius: 0px;
  box-shadow: 0px 8.62px 14.77px 0px #1b1a1a40;
  color: #f5e8e8;
  font-weight: 700;
  font-family: "bold";
  font-size: 12px;
}

#mybtn i {
  color: #fff;
  font-size: 16px;
} /* -------------------------------------------- */
/* circular-menu */
#circularMenu {
  position: fixed;
  bottom: 70px;
  right: 16px;
  z-index: 9;
}

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

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

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

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

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

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

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #77777791;
  transition:
    transform 0.3s ease,
    background-color 0.2s ease;
  transition-timing-function: ease, ease;
}

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

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

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

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

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

.map-img-wrapper .svg-path.active {
  fill: var(--sec-color);
}

.map-img-wrapper .svg-path {
  transition: all 0.3s;
  cursor: pointer;
}

.map-text {
  max-width: 540px;
}

.map-text .title {
  margin: 0 0 68px;
}

.map-text .title h3 {
  line-height: 59.96px;
}

.map-text p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.block-map {
  background: #fff;
  text-align: center;
}

.block-map h4 {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.block-map .title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.block-map .title-block .icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.block-map .title-block .icon img {
  max-width: 26px;
  max-height: 26px;
}

.block-map .title-block h3 {
  margin: 0;
  color: var(--main-color);
  font-size: 36px;
  font-family: "bahijBold";
  line-height: 60px;
  padding-inline-start: 13px;
}
/* ------------------------  media center page ------------------    */
.vid-item .about-video {
  height: 370px;
  position: relative;
}
.course-img {
  position: relative;
}
.vid-item .video-icone,
.cours-image .video-icone {
  bottom: unset;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 73px;
  transform: translate(-50%, -50%);
  background: transparent;
}
.vid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.vid-item .video-icone::before,
.cours-image .video-icone::before {
  width: 73px;
  height: 73px;
  background: #b84b4d;
  border: none;
}
.vid-item .video-icone::after,
.cours-image .video-icone::after {
  font-size: 18px;
  width: 73px;
  height: 73px;
  border: none;
}
.cours-image .video-icone::before {
  background: rgb(20 47 134 / 40%);
  width: 61px;
  height: 61px;
}
.cours-image .video-icone::after {
  display: none;
}
.cours-image .video-icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cours-image .video-icone img {
  max-height: 27px;
  max-width: 21px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}
.media-center-page .col-lg-3 {
  padding: 0 10px;
}
.tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.tab-title::before {
  position: absolute;
  content: "";
  width: 111%;
  height: 2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d9d9d9 0%, #ffffff 100%);
  z-index: -1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  color: var(--title-color);
  border-bottom: 6px solid var(--title-color);
}

.nav-pills .nav-link {
  border-radius: 0;
  color: var(--sec-color);
  font-weight: 700;
  padding: 22px 12px;
  margin-inline-end: 58px;
  text-transform: uppercase;
}

.vid-item {
  margin-bottom: 32px;
}

.item-name h5 {
  font-size: 18px;
  font-weight: 700;
  color: #323235;
  margin: 20px 0 0 0;
}
.media-center_page.page-circles::after,
.contact_us_page.page-circles::after {
  top: -680px;
}
.media-center_page.page-circles::before,
.contact_us_page.page-circles::before {
  top: -660px;
}
.article-item {
  box-shadow: 0px 0px 51.95px 0px #00000024;
  border-radius: 16px;
  padding: 8px;
  background: #fff;
  margin-bottom: 32px;
}

.article-item .article-img {
  height: 190px;
}

.article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.article-item .article-detials {
  background: #fff;
  padding: 36px 8px 18px;
}

.article-detials h5 {
  margin-bottom: 11px;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}

.article-detials .date {
  color: #555459;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.article-detials p {
  margin-bottom: 32px;
  font-size: 15px;
  color: #565656;
  line-height: 28px;
}

.article-detials .my-btn span {
  min-width: 100%;
  text-align: center;
  background: var(--sec-color);
  border: 1px solid var(--sec-color);
  display: inline-block;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.article-detials .date img {
  max-width: 100%;
  max-height: 20px;
}
/* -----------------------  single media ---------------------    */
.single-art-img {
  position: relative;
  height: 500px;
  border-radius: 40px;
  margin-bottom: 55px;
}

.single-art-img .video-icone {
  left: 7%;
  bottom: 7%;
  width: 73px;
  height: 73px;
  background: transparent;
}

.single-art-img .video-icone::after {
  width: 73px;
  height: 73px;
  background: #b84b4d;
  font-size: 20px;
  border: none;
}

.single-art-img .video-icone::before {
  background: #b84b4d;
  width: 73px;
  height: 73px;
  border: none;
}

.single-art-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  object-position: top;
}

.single-art-img::after {
  position: absolute;
  content: "";
  width: 103%;
  height: 411px;
  top: 43px;
  background: #44c3a2;
  left: -12px;
  z-index: -1;
  border-radius: 205px 0 205px 205px;
}

.single-art-details p {
  line-height: 28px;
  color: #000;
}

.single-art-details .date {
  margin: 31px 0;
  color: #555459;
  font-size: 19px;
}

.single-art-details h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}

.toc h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--title-color);
  text-transform: uppercase;
}

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

.toc li,
.toc-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 8px 0;
}

.toc .title {
  white-space: nowrap;
}

.dots {
  flex: 1;
  border-bottom: 1px dotted #6b6b6b;
  margin: 0 10px;
  transform: translateY(-2px);
}
.toc-title .dots {
  transform: translateY(-7px);
  border-color: var(--title-color);
  border-width: 3px;
}
.toc .page {
  min-width: 30px;
  text-align: right;
  font-weight: 600;
}
.toc h2.appendix {
  color: #277c66;
  text-transform: capitalize;
}
.toc-title {
  flex-wrap: wrap;
}
.toc-item {
  margin-bottom: 35px;
}
/* ----------------------  product-page ---------------   */
.product-page .col-lg-3 {
  padding: 0 10px;
}
.product-page .project-item {
  margin: 0px 0px 20px;
  padding: 74px 12px 63px;
}
#big_image .single-img {
  height: 472px;
}
#big_image .single-img img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
#thumbs_gallary .img {
  height: 128px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 10px 2px 23px;
}
#thumbs_gallary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#thumbs_gallary .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9d9d9;
  opacity: 0.1;
  transition: all 0.3s;
}
#thumbs_gallary .img:hover::after {
  opacity: 0;
}
.owl-item.active + .active + .active + .active .img img {
  border-radius: 0 10px 10px 0;
}
.single-product-details {
  padding-inline-end: 122px;
}

.single-product-details h3 {
  font-size: 38px;
  margin: 11px 0 34px;
  color: var(--title-color);
  font-weight: 800;
  text-transform: uppercase;
}

.single-product-details h6 {
  color: #4b6ab8;
  font-weight: 400;
  text-transform: uppercase;
}

.single-product-details p {
  font-size: 18px;
  color: #6b6b6b;
  line-height: 30px;
}
/* ----------------------  online course -----------------    */
.course-img {
  height: 282px;
}

.course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 6px 6px;
}

.course-price {
  box-shadow: 0px 16px 24px 0px #0000000a;
  padding: 24px;
  border-radius: 0 0 12px 12px;
  background: #fff;
}
.course-price .c-price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cours-image {
  border: 1px solid #cdfff2;
  border-radius: 12px;
}
section.online-course-sec {
  position: relative;
  margin-bottom: 100px;
}

section.online-course-sec::before {
  position: absolute;
  content: "";
  background: #f4f4f4;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  border-radius: 0 30px 286px 0;
}

.about-couse-list ul {
  display: flex;
  align-items: center;
  margin: 24px 0 37px;
}

.about-couse-list ul li i {
  color: #6ac9f1;
  padding-inline-end: 3px;
  font-size: 20px;
}

.teacher-name span.key {
  font-size: 14px;
  color: #323235;
}

.teacher-name span.data {
  font-size: 16px;
  font-weight: 700;
}

.teacher-name {
  display: flex;
  gap: 6px;
}

.teacher-name img {
  max-height: 24px;
}

.course-details h3 {
  font-size: 26px;
  color: #323235;
  font-weight: 700;
  margin-bottom: 24px;
}

.course-disc h4 {
  margin-bottom: 24px;
  color: #323235;
  font-size: 16px;
  font-weight: 700;
}

.course-disc ul {
  list-style: disc;
  padding-inline-start: 20px;
}
i.fa-jelly.fa-regular.fa-play {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 600;
}
.fa-play:before {
  content: "\f04b";
}
@media (max-width: 991px) {
  .lang .sub-mune {
    left: 18px;
  }
  .sidebar .side-content ul li a::before {
    left: 10px;
  }
  .single-art-img::after {
    left: -8px;
  }
  .single-art-img .video-icone {
    left: 20%;
  }
}
/* -------------------------------------  register course ---------------------    */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #7ab78f !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  content: "\f104";
  font-family: "Line Awesome Free";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 3px 6px;
}

.ui-datepicker .ui-datepicker-next::after {
  content: "\f105";
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: var(--sec-color);
  border-color: var(--sec-color);
  color: #000;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--sec-color);
  background: var(--sec-color);
  color: #000;
}
.register-course-page .row {
  justify-content: center;
}
.contact-form label {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 17.5px;
  font-weight: 600;
  color: #161616;
}
.contact-us-page .contact-form label {
  font-weight: 400;
}
.register-course-page .my-btn button {
  border-radius: 13px;
  background: var(--sec-color);
  color: #fff;
}
select:focus {
  outline: none;
}
.form-group i {
  position: absolute;
  top: 48px;
  color: var(--sec-color);
  font-size: 28px;
  left: 7px;
}

.form-group.select-field select {
  padding-inline-start: 40px;
}
.input-group.upload span.uplod {
  position: absolute;
  top: 40px;
  left:0;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  height: 49px;
  padding: 0 22px;
  border-radius: 7px;
}
.input-group.upload span.uplod i {
  color: rgb(77 77 77 / 54%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 16px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 16px;
  margin-top: 15px;
}
.form-group.date-input i {
  right: 20px;
  left: auto;
}
.course-price span.key {
  font-size: 16px;
  font-weight: 700;
  color: #323235;
}

.course-price span.value {
  font-size: 24px;
  color: #4b6ab8;
  font-weight: 700;
}
.course-disc ul li {
  max-width: 77%;
  line-height: 28px;
  color: #000;
}

a{
    transition:all 0.3s;
}
@media (min-width: 991px) {
  .my-btn a:hover,
  .my-btn button:hover,
  .slider-info .my-btn a:hover {
    color: #fff;
    background: var(--sec-color);
  }
  .contact_map ul.contact-list li a:hover {
    color: var(--main-color);
}
.contact-soch-icon a:hover {
    background: #bdbdbd;
    color: #fff;
}   
  header .my-btn a:hover,
  .tab-title .my-btn a:hover,
  .article-detials .my-btn:hover span,   
  .register-course-page .my-btn button:hover,
  .course-price .my-btn a:hover,
  .trianing-item .my-btn a:hover,
  .Case-studies-sec .my-btn a:hover,
  .contact-us-page .my-btn button:hover,
  .the-book-page-details .my-btn a:hover {
    border: 1px solid var(--sec-color);
    background: #fff;
    color: var(--sec-color);
  }
  .the-book-page-details .my-btn a:hover svg,
  .the-book-page-details .my-btn a:hover svg path {
    fill: var(--sec-color);
    stroke: var(--sec-color);
  }
  .vission-item:hover {
    background: #e6fff9;
  }
  .owl-theme .owl-nav .owl-next:hover,
  .owl-theme .owl-nav .owl-prev:hover {
    background: #222629 !important;
  }
  .footer-links ul li a:hover,
  .footer-contacts ul li a:hover,
  .footer-soch a:hover {
    color: var(--title-color);
  }
}
a {
  transition: all 0.3s;
}
.about-couse-list li.text-i i,
.online_course_sec .trianing-item ul li:first-of-type i {
  border: 1px solid #6ac9f1;
  border-radius: 4px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 9px;
}
i.fal.fa-wifi {
  color: var(--sec-color);
  font-weight: 600;
  font-size: 18px;
}
.about-couse-list ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline-end: 55px;
}

.about-couse-list ul li img {
  height: 17px;
}
.course-price .my-btn {
  margin-top: 28px;
}
.course-price .my-btn a,
.trianing-item .my-btn a {
  min-width: 100%;
  background: var(--sec-color);
  color: #fff;
  border-radius: 12px;
}
/* --------------------- training hub page ---------------    */
section.training-hub-sec .hero-image::before {
  width: 107%;
  height: 411px;
  left: 50%;
}

.training-hub-sec .hero-image {
  max-width: 533px;
  margin-inline-start: auto;
}

.training-hub-sec .hero-image img {
  height: 100%;
}

.training-hub-sec .heroimgcercils::before {
  bottom: -157px;
  left: -115px;
}

.training-hub-sec .heroimgcercils::after {
  bottom: -100px;
  left: -60px;
}
.training-details h3 {
  font-size: 38px;
  margin-bottom: 15px;
  line-height: 56px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

.training-details p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

section.training-hub-sec .row {
  align-items: center;
}

.trianing-item {
  box-shadow: 0px 0px 51.95px 0px #00000024;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
}

.trianing-item .img {
  height: 190px;
}

.trianing-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.trianing-item .item-details ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.upcoming-t-sec .col-lg-3,
.online_course_sec .col-lg-3 {
  padding: 0 8px;
}

.item-details h6 {
  color: #323235;
  font-size: 16px;
  line-height:27px;
  font-weight: 700;
  margin: 16.6px 0;
}

.item-details {
  padding: 8px;
}

.trianing-item ul li span {
  font-size: 14px;
  color: #555459;
}

.secttion-title h6 {
  color: #4b6ab8;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 11px;
}

.secttion-title h5 {
  margin-bottom: 48px;
  font-size: 38px;
  color: var(--title-color);
  font-weight: 800;
  text-transform: uppercase;
}

section.upcoming-t-sec {
  padding: 40px 0 50px;
}
.trianing-item .img {
  position: relative;
}
.c-price-i {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  color: #3fabd9;
  padding: 6px 10px;
}
.online_course_sec .item-details h5 {
  font-size: 15px;
  color: #323235;
}

.online_course_sec .trianing-item {
  margin-bottom: 24px;
}

.online_course_sec .trianing-item ul li i {
  color: #6ac9f1;
}

.reviwer-info .img {
  width: 46px;
  height: 46px;
}

.reviwer-info {
  display: flex;
  align-items: center;
  gap: 17px;
}

.reviwer-info .img img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.review-item {
  border-radius: 15px;
  background: #f0f0f0;
  padding: 31px 30px;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  padding: 0;
  background: var(--sec-color) !important;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
}
.review-slider .owl-stage-outer {
  overflow: visible;
}
.review-slider .owl-item {
  opacity: 0;
}
.review-slider .owl-item.active {
  opacity: 1;
}
.customer-review .section-title h6 {
  color: #4b6ab8;
}
.customer-review .section-title h3 {
  font-size: 38px;

  margin-bottom: 54px;

  font-weight: 700;

  text-transform: capitalize;

  color: var(--title-color);
}
.review-item h6 {
  margin-bottom: 19px;
  color: #000000;
  line-height: 27px;
  font-weight: 400;
}

.review-item .review-data .name h6 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #000000;
}

.review-item .review-data .starts i {
  color: #ffc250;
}
.qute-icone {
  text-align: end;
  /* height: 88px; */
}
.qute-icone img {
  max-width: 63px;
  max-height: 100%;
  margin-inline-start: auto;
}
.qute-icone i {
  color: #ddd;
  font-size: 59px;
}
.online_course_sec {
  padding-bottom: 30px;
}
.card-header {
  border: none;
  padding: 0;
  border-radius: 12px !important;
  background: #fff;
  display: flex;
  align-items: center;
}

.card {
  border: none;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #fff;
  padding: 32px 30px;
  box-shadow: 12px 12px 50px 0px #00000014;
}

.card-header .btn {
  display: flex;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 18px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  text-align: start;
  color: #101828;
  background: #fff;
  font-weight: 500;
  width: calc(100% - 50px);
}

.card-header .btn::after {
  color: var(--sec-color);
  content: "\f107";
  position: absolute;
  left: 20px;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  top: 16px;
  font-size: 18px;
  display: none;
}

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

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

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

.card-header .btn:not(.collapsed) {
  font-size: 18px;
  background: #fff;
  color: #101828;
  padding: 0;
  font-weight: 500;
}

.card-header .btn:not(.collapsed)::after {
  color: var(--sec-color);
}

.card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgb(0 0 0 / 75%);
  margin-bottom: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.Services-offered-sec .section-title {
  text-align: start;
}
.service-offerd-img {
  height: 752px;
}

.service-offerd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.card-header h5 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-bottom: 0 !important;
}

.card-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6fff9;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Services-offered-sec .section-title h3,
.Case-studies-sec .section-title h3 {
  margin-bottom: 48px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--title-color);
  font-size: 38px;
}

section.Case-studies-sec {
  padding-top: 20px;
}

.case-st-item {
  padding: 40px;
  background: #00000005;
  border-radius: 12px;
  border: 1px solid #2e2e1f1f;
  margin-bottom: 33px;
}

.case-st-item h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2e2e27;
  margin-bottom: 12px;
}

.case-st-item p {
  line-height: 24px;
  color: #2e2e27;
}
.Case-studies-sec .my-btn {
  text-align: center;
}
.Case-studies-sec .my-btn a {
  padding: 18px;
  min-width: 328px;
  background: var(--sec-color);
  color: #fff;
}
.card.active {
  border-top: 1px solid #44c3a2;
}
.card.active .card-header h5 {
  margin-bottom: 16px !important;
}
/* ---------------------------- ------------------------------    */
.contact-us-page h3 {
  color: var(--title-color);
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 37px;
}

.contact-us-page .my-btn button {
  min-width: 170px;
  background: var(--sec-color);
  color: #fff;
}

.contact_map ul.contact-list li a {
  color: #0f0f0f;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 400;
}
.contact_map ul.contact-list li a i {
  color: #4b6ab8;
  font-weight: 900;
  padding-inline-end: 10px;
  width: 26px;
}
.contact-soch-icon a {
  width: 34px;
  height: 33px;
  border: 1px solid #bdbdbd;
  display: inline-flex;
  align-items: center;
  color: #4b6ab8;
  justify-content: center;
  border-radius: 4px;
  margin-inline-end: 13px;
}

.contact-soch-icon a i {
  font-style: normal;
}

.contact-soch-icon {
  margin-top: 17px;
}
span.choose {
  min-width: 137px;
  border-radius: 8px;
  background: #d9d9d9;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 17.8px;
}
div#ui-datepicker-div {
  z-index: 3 !important;
}
.contact-us-page .contact-form {
  padding-inline-end: 30px;
}
/* ----------------------------------------------------   */
.book-image {
  height: 687px;
}

.book-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.the-book-page-details {
  padding-inline-end: 104px;
}

.the-book-page-details h3 {
  font-size: 38px;
  margin-bottom: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--title-color);
}

.the-book-page-details h6 a {
  color: #426bd3;
  font-weight: 400;
}

.the-book-page-details h6 i {
  transform: rotate(45deg);
}

.the-book-page-details ul {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.the-book-page-details ul li {
  border: 0.78px solid #bababa;
  padding: 7px;
  border-radius: 90px;
  min-width: 167px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform:uppercase;  
}

.the-book-page-details p {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 18px;
}

.the-book-page-details .my-btn a {
  min-width: 100%;
  text-align: center;
  justify-content: center;
  background: var(--sec-color);
  color: #fff;
  gap: 12px;
}

section.the-book-page .row {
  align-items: end;
}
/* ---------------------------------------------------------   */
.p-title h3 {
  font-size: 38px;
  margin-bottom: 50px;
  color: var(--title-color);
  font-weight: 800;
  text-transform: uppercase;
}

.knowledge-bank-item {
  margin-bottom: 21px;
  min-height: 249px;
  box-shadow: 0px 0px 44px 0px #00000012;
  box-shadow: 0px 0px 124px 0px #00000008;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
}

.knowledge-bank-item h4 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
}
.knowledge-bank-item a {
  color: #2e2e27;
}
.knowledge-bank-page .col-lg-4 {
  padding: 0 10px;
}

.knowledge-bank-page {
  position: relative;
  padding-bottom: 130px;
}

.knowledge-bank-page::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 88%;
  top: 12%;
  right: 0;
  background: var(--sec-color);
  border-radius: 0 0 0 239px;
}

section.knowledge-bank-page.systems::before {
  display: none;
}

section.knowledge-bank-page.systems {
  padding-top: 0;
}
.singl-k-bank{
  max-width: 70%;
}
/* ----------------------------------------------    */
.sidebar li.current-menu-item a {
    color: var(--title-color) !important;
}

.project-details h6 {
    min-height: 116px;
}

.project-details h4 {
    min-height: 50px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.project-item {
    padding: 96px 12px 30px;
}


.upcoming-t-sec i.fa-classic.fa-regular.fa-calendar-days,
.upcoming-t-sec i.fa-classic.fa-solid.fa-wifi,
.upcoming-t-sec i.fa-classic.fa-regular.fa-credit-card{
    color: var(--sec-color);
}


.trianing-item .item-details ul {
    min-height: 49px;
}
.upcoming-t-sec .item-details h6 {
    min-height: 58px;
}
.online_course_sec .item-details h5 {
    min-height: 36px;
}
.online_course_sec .item-details h6 {
    min-height: 58px;
}
.article-detials h5 {
    min-height: 73px;
}
section.register-course-page {
    padding-top: 30px;
}

.input-group.upload div#mfcf7_zl_multifilecontainer {
    margin-top: 0px !important;
}

.search.search-results .proj-img {
    margin-bottom: 20px;
} 

.search.search-results .product-page .project-item {
    padding:22px  12px;
}

.search.search-results .proj-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.search.search-results .project-details h4 {
    height: 80px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    min-height: unset;
    display: block;
}
.search.search-results .project-details h6 {
    height: 84px;
    overflow: hidden;
}
body.wp-theme-SUD.lang-es .counter-name h6 {
    font-size: 18px;
}

body.lang-es .all-links {
    gap: 0;
}

body.lang-es .online_course_sec .item-details h6 {
    font-size: 15px;
    min-height: 81px;
}
body.lang-es .case-st-item p {   
    min-height: 96px;
}      

body.lang-es  .project-details h4 {
    font-size: 17px;
    line-height: 27px;
    min-height: 135px;
} 
    
    
.input-group.form-group.upload  span.wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
}  
    .page-template-page-templateSubmit-a-topic-php .input-group.form-group.upload  span.wpcf7-not-valid-tip {
    position: relative;
    top: -6px;
}  

.page-template-page-templatecontact-php .input-group.form-group.upload span.wpcf7-not-valid-tip {
    top: -20px;
}
 .about-page .about-info p {
    margin-bottom: 24px;
  }
    
  .about-page .about-info {
    padding-top: 48px;
} 
  .the-book-page-details h6 a span {
    text-decoration: underline;
}  
    
 .the-book-page-details .my-btn {
    margin-top: 52px;
}   
    
 .upcoming-t-sec .item-details h6 {
    min-height: 81px;
}   
.online_course_sec .item-details h6 {
    min-height: 82px;
}    
    
 .side-search {
  margin: 30px 0 20px;
  padding: 0 20px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}
  
.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}
      
.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
 
  font-weight: 900;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}
  .project-details h4 {
    min-height: 101px;
  }  
      
        
 body.lang-es section.the-book-page .row {
    align-items: start;
}   

body.lang-es  .page-item:last-child .page-link span,
body.lang-es  .page-item:first-child .page-link span {
    font-size: 11px;
}

.mynavbar .logo {
    height: 106px;
}














