 section.hours-section .item figure {
    width: 40px;
    height: 40px;
    justify-content: center;
    margin: 0 auto;
}

header.header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  z-index: 100;
  transition: 0.4s;
  background-color: #000;
  width: 100%;
  left: 0;
}
header.transparent-header {
  background-color: transparent;
}
header.header.hide {
  transform: translateY(-100%);
}
.header-menu {
  gap: 25px;
}
header.transparent-header .header-menu a {
  /* color: #030000; */
}
.header-menu a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  position: relative;
  transition: 0.4s;
  /* font-family: var(--third-font-regular); */
  font-weight: 400;
  text-transform: uppercase;
}
.header-menu a:hover,
.header-menu li.current_page_item > a {
  color: var(--main-color) !important;
}
.header-menu li.current_page_item a {
  /* font-weight: 700; */
}
.header-menu li.current_page_item a:after {
  /* content: ""; */
  /*position: absolute;*/
  /*bottom: -6px;*/
  /*left: 0;*/
  /*right: 0;*/
  /*margin: auto;*/
  /*height: 2px;*/
  /*width: 17px;*/
  /*background-color: var(--main-color);*/
}
.btn-header {
  width: 165px;
  height: 47px;
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}

.btn-34 {
  width: 190px;
  height: 65px;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  /* -webkit-mask-image: -webkit-radial-gradient(#000, #fff); */
  border-radius: 0;
}
.btn-34 {
  border-width: 1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: 0.4s;
  background: var(--main-color);
  font-size: 16px;
  border: 2px solid var(--main-color);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-34:hover {
  transform: scale(1.1);
  z-index: 1;
}
.btn-34 span {
  z-index: 1;
}
.btn-34:before {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.2s;
  width: 0;
  border-radius: 50%;
}
.btn-34:hover:before {
  width: 100%;
}
.btn-34:hover span {
  color: #000000;
}

.btn-34.no {
  background-color: var(--main-color);
}
.btn-header-2,
.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-normal {
  background-color: var(--main-color);
  color: #fff;
  transition: 0.4s;
  height: 50px;
  padding-inline: 13px;
  border: 1px solid var(--main-color);
}

.btn-normal:hover {
  background-color: #fff;
  color: var(--main-color);
}
.case-inner-1-section .right img {
    object-fit: cover;
    width:100%;
}
.landing-section .item {
  height: 600px;
  background-position:center;
}
.landing-section .item:before {
  content: "";
  /*background: linear-gradient(180deg, #000 0%, rgba(84, 84, 84, 0) 100%);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
}
.landing-section .item.overlay-2:before {
  /*background: linear-gradient(180deg, #000 9.9%, rgba(84, 84, 84, 0) 100%);*/
  height: 100%;
}
.landing-section .btn-trans {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 160px;
  height: 35px;
  background: radial-gradient(
    301.25% 255.48% at -35.34% 1.27%,
    #21c0c2 0%,
    #1fbcbe 33.33%,
    #ae81b8 66.67%,
    #159cbe 100%
  );
  text-align: center;
}
.landing-section .btn-trans:hover {
  transform: scale(1.1);
}
.btn-trans {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-image: url(../image/btn-bg.svg);
  background-size: 100% 100%;
  padding: 6px 20px;
  background-position: center center;
}
.join-header-lbl:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
  margin-inline-end: 7px;
  display: inline-block;
}
.hover-secondary {
  transition: 0.4s;
}
.hover-secondary:hover {
  color: var(--secondary-color);
}
.with-section {
  padding: 150px 0;
  margin-top: -80px;
  z-index: 2;
}
.with-section:before {
  content: "";
  background: url(../image/patt.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-section .swiper-custom-pagination {
  position: absolute;
  z-index: 3;
  bottom: 55px;
}
.swiper-custom-pagination span {
  position: relative;
  background: transparent;
  opacity: 1;
  transform: scaleX(-1);
  transition: 0.4s;
}
.swiper-custom-pagination {
  gap: 10px;
}
.swiper-custom-pagination span {
    width:25px;
    height:25px;
}
.swiper-custom-pagination span:before {
  content: "";
  width:100%;
  height:100%;
  background:url(../image/slide-right.svg) no-repeat;
  position: relative;
    display: block;
    background-size: cover!important;
    transition:.4s;
}
.swiper-custom-pagination .swiper-pagination-bullet-active,.lang-ar .swiper-custom-pagination .swiper-pagination-bullet {
  transform: scaleX(1) !important;
}
.logos-section .swiper-custom-pagination span:before, .swiper-custom-pagination.dark span:before{
    background:url(../image/triangle-right-black.svg) no-repeat;
}
.swiper-custom-pagination .swiper-pagination-bullet-active:before {
  color: var(--main-color);
  background:url(../image/slide-right-color.svg) no-repeat!important;
  background-size: cover!important;
}
.lang-ar .swiper-custom-pagination .swiper-pagination-bullet-active:before {
    transform: scaleX(-1) !important;
}
.landing-section .content {
  position: absolute;
  bottom: 80px;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.landing-section .land-text-2 {
  height: 100%;
  bottom: auto;
  top: 70px;
  text-align: inherit;
  width: 95%;
  left: 0;
  right: 0;
}
.landing-section .land-text-2 h1 {
  font-size: 65px;
  line-height: 1.3;
  font-weight: bold;
  background: linear-gradient(180deg, #31b7bc, #a783b4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform:uppercase;
}
[lang="ar"] .landing-section .land-text-2 h1 {
    line-height: 1.4;
}
[lang="ar"] [name="DXBL_ContactUsForm"] .col-sm-12 {
    text-align:right!important;
}
.arr-item-box .arrr {
  position: absolute;
  top: 0%;
  width: 240px;
  left: -80px;
  transition: 0.4s;
}
.lang-ar .arr-item-box .arrr {
    transform: scaleX(-1);
    left: auto!important;
    right: -80px;
}
.case-section .arr-item-box .arrr {
    /*left:-60px;*/
}
.arr-item-box:hover .arrr {
  left:-60px;
}
.lang-ar .arr-item-box:hover .arrr {
  right:-60px;
}
.case-section .arr-item-box .arrr {
  width: 140px;
  left:-40px;
}
.lang-ar .case-section .arr-item-box .arrr {
  right:-40px;
}
.case-section .arr-item-box:hover .arrr {
    left:-30px;
}
.lang-ar .case-section .arr-item-box:hover .arrr {
    right:-30px;
}
.lang-ar .arr-item-box {
    align-items: flex-start;
}
.lang-ar .arr-item-box p{
    flex-direction: row-reverse;
}
.lang-ar .arr-item-box p img, .lang-ar .case-section .content-bottom img,
.lang-ar .explore-tch-more img, .lang-ar .list-ul.--bold li:before,
.lang-ar .news-section .small-item a img,
.lang-ar .inq-section .content .right img, 
.lang-ar .inq-patt,
.lang-ar .list-ul li:before,
.lang-ar .case-tabs-section .rest-box .rd-arrow,
.lang-ar .media-tabs-section .rest-box .rd-arrow{
    transform:scaleX(-1);
}
.lang-ar .inq-section .box:hover .inq-patt {
    transform: scaleX(-1) translateX(20%)!important;
}
.lang-ar .col-5 .foot-links a {
    unicode-bidi: plaintext;
}
.foot-links a {
    text-transform: capitalize;
}
.cap-single-banner-sec {
    height:365px;
}
.item-hover-color:hover .title {
  color: var(--main-color);
}
.section-title-30 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title-48 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.black-2 {
  color: #040504;
}
.with-section .container {
  z-index: 3;
  position: relative;
}
.shadow {
  filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.06));
}
.shadow-2 {
  box-shadow: 0 1px 4px 0 #00000029;
}
.key-section .item {
  padding: 40px 15px 15px 15px;
}
.cap {
  text-transform: capitalize;
}
.hover-img {
    opacity:0;
}
.key-fig {
    position:relative;
}
.key-img ~ .hover-img {
    position:absolute;
    top:0;
    left:0;
}
.key-img, .key-img ~ .hover-img {
  aspect-ratio: 1/0.8;
  transition:.4s;
  margin-top:-30px;
}
.key-section .item:not(:nth-of-type(2)) .key-img,
.key-section .item:not(:nth-of-type(2)) .key-img ~ .hover-img {
    transform: scale(0.85);
}
.key-section .item:nth-of-type(2) .key-img,
.key-section .item:nth-of-type(2) .key-img ~ .hover-img {
    transform: scale(0.65);
}

.key-section .item:nth-of-type(5) .key-img,
.key-section .item:nth-of-type(5) .key-img ~ .hover-img{
    transform: scale(0.75);
}
.key-section .item:nth-of-type(4) .key-img,
.key-section .item:nth-of-type(4) .key-img ~ .hover-img {
    transform: scale(0.70);
}
.key-section .item:hover .hover-img {
    opacity:1;
}
.key-section .item:hover .key-img{
    opacity:0;
}
.case-section .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/overlay.png);
  background-size: cover;
}
.case-section .item .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 50px 25px 50px;
  z-index: 1;
}
.case-section .item .content-logo,
.item-gray img {
  filter: grayscale(1);
}
.case-section .item:hover .content-logo,
.item-gray:hover img {
  filter: grayscale(0);
}
.case-section .left.item .content-logo {
    width:80px;
}
.case-section .middle.item .content-logo {
    width:130px;
    
}
.case-section .right-box .right-top {
    height:310px;
}
.case-section .item.middle .content {
  padding: 30px 15px 15px 15px;
}
.case-section .item.right-top .content {
  padding: 20px 10px;
}
.case-section .item.middle:before {
  background-image: url(../image/overlay-2.png) !important;
}
.case-section .right-box .item:before {
  content: none;
}
.case-section .right-box .right-bottom-arr {
  position: absolute;
  top: 0;
  left: -13%;
  width: 40%;
}
.capa-section .item {
  padding-top: 50px;
  padding-inline: 30px;
}
.capa-section .item-img {
  max-width: 100%;
  position: relative;
  top: 50px;
  filter: grayscale(1);
}
.line_1 {
  line-height: 1;
}
.line_1-2 {
  line-height: 1.2;
}
.capa-section .item:before {
  content: "";
  background: radial-gradient(
    77.54% 77.54% at 47.05% 100%,
    #2aa9ae 0%,
    #acdee0 45.83%,
    rgba(255, 255, 255, 0) 98.96%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  border-radius: 8px;
}
.capa-section .item:hover:before {
  opacity: 1;
}
.capa-section .item:hover .item-img {
  filter: grayscale(0);
}
.capa-section .item:hover .first {
    opacity:0;
}
.capa-section .item .last {
    position: absolute;
    top: 50px;
    left: 0;
    opacity:0;
}
.capa-section .item:first-of-type .item-fig .trans {
    top: 96px;
}
.capa-section .item .item-fig .trans {
    margin-top: -100px;
    top: 100px;
}
.capa-section .item:nth-of-type(3) .item-fig .trans {
    width: 220px;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 130px;
}
.capa-section .item:nth-of-type(5) .item-fig .trans {
    width: 260px;
    margin-inline: auto;
    left: 0;
    right: 0;
    top: 120px;
}
.landing-section ~ .capa-section .item:nth-of-type(5) .item-fig .trans {
    top: 120px;
}
.capa-section .item:nth-of-type(6) .item-fig .trans {
        top: 140px;
}
.capa-section .item:nth-of-type(7) .item-fig .trans,
.capa-section .item:nth-of-type(9) .item-fig .trans{
        top: 120px;
}
.capa-section .item:nth-of-type(8) .item-fig .trans {
    margin-top: -80px;
}
.capa-section .item:nth-of-type(9) .item-fig .trans {
    top: 150px;
}
.capa-section .item:nth-of-type(10) .item-fig .trans{
        margin-top: -235px;
    top: 285px;
}
.capa-section .item:nth-of-type(11) .item-fig .trans {
        margin-top: -110px;
    top: 110px;
}

.capa-section .item:nth-of-type(12) .item-fig .trans{
    margin-top: -125px;
    top: 135px;
}
.capa-section .item:hover .last {
    opacity:1;
}
.capa-section .item .icon-on-hover {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.4s;
  transform: scale(2);
  opacity: 0;
}
.capa-section .item:hover .icon-on-hover {
  transform: scale(1);
  opacity: 1;
}
.capa-section .box {
  row-gap: 100px;
}
.capa-section .arr-item-box {
    order: 222;
    width: 32%;

}
.logos-section .item {
  height: 150px;
}
.logos-section .item img {
  max-width: 100%;
  transform:scale(1);
}
.gray-2 {
  color: #818181;
}
.testimonials-section .item .content {
  padding: 60px 30px;
}
.testimonials-section .item .item-fig:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: block;
  margin-inline-start: 20px;
  margin-bottom: 25px;
}
.testimonials-section .item .item-fig img {
  max-width: 200px;
}
.testimonials-section {
  background: url(../image/grad.png) no-repeat;
  background-size: cover;
  /*background: radial-gradient( 301.25% 255.48% at -115.34% 1.27%, #21c0c2 0%, #1fbcbe 33.33%, #ae81b8 66.67%, #159cbe 100% );*/
    background-size: cover;
  padding-block: 80px 65px;
  background-position:right;
  
}
.news-section .left {
    height:362px;
}
@keyframes mbg {
    from {
        background: radial-gradient( 301.25% 255.48% at -35.34% 1.27%, #21c0c2 0%, #1fbcbe 33.33%, #ae81b8 66.67%, #159cbe 100% );
    }
    to {
        background: radial-gradient( 301.25% 255.48% at -115.34% 1.27%, #21c0c2 0%, #1fbcbe 33.33%, #ae81b8 66.67%, #159cbe 100% );
    }
}
.testimonials-section .quote-icon {
  position: relative;
  top: -18px;
  margin-inline-end: 5px;
}
.to-color {
  transition: 0.4s;
  filter: grayscale(1);
}
.to-color:hover {
  filter: grayscale(0);
}
.testimonials-section .desc {
  line-height: 1.3;
}
.testimonials-section
  .swiper-custom-pagination
  .swiper-pagination-bullet-active:before {
  color: var(--secondary-color);
}
.color-label {
  border-radius: 4px;
  height: 20px;
  padding-inline: 5px;
}
.news-section .left .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/overlay.png) no-repeat;
  background-size: cover;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 50px;
}
.news-section .box {
  display: grid;
  grid-template-columns: 47% 1fr 1fr;
  gap: 35px;
}
.news-section .small-item .color-label {
  position: absolute;
  top: 13px;
  left: 10px;
}
.bg-grad {
      background: radial-gradient( 301.25% 255.48% at -35.34% 1.27%, #21c0c2 0%, #1fbcbe 33.33%, #ae81b8 66.67%, #159cbe 100% );
}
.inq-section .box {
  padding-block: 40px;
}
.inq-section .content  {
    width: 80%;
}
.tech-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
[ca-item].active .item-content .item-img {
    display:none;
}
.inq-section .box .title {
  font-size: 40px;
  line-height: 0.8;
}
.inq-patt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 100%;
  transition: 0.4s;
}
.inq-section .box:hover .inq-patt {
  transform: translateX(20%);
}
.join-header-lbl:hover {
  opacity: 0.6;
  color: var(--main-color);
}

.header .btn-trans,
.inq-btn,
.section-1-video .btn-trans,
.btn-trans {
  transition: 0.4s;
}
.header .btn-trans:hover,
.inq-btn:hover,
.section-1-video .btn-trans:hover,
.make-ur-1-video .btn-trans:hover,
.locate-map-section .btn-trans:hover {
  background-color: var(--main-color);
}
.inq-btn:hover,
.section-1-video .btn-trans:hover,
.make-ur-1-video .btn-trans:hover,
.locate-map-section .btn-trans:hover {
  color: #fff;
}

.footer {
  background-color: #040504;
  padding-block: 130px 50px;
}
.foot-links a,
.foot-links li > * {
  transition: 0.4s;
  color: #707070;
  font-size: 15px;
}
.foot-links .main-link {
  text-transform: uppercase;
  font-weight: bold;
}
.col-5 .foot-links a {
  color: #fff;
  font-weight: 500;
}
.footer .box {
  border-bottom: 1px solid #707070;
}
.foot-links a:hover {
  color: var(--main-color);
}
.header.black-header {
  position: relative;
  background: #000;
}
.banner-section {
  padding-block: 100px;
  background: #000;
}
.banner-title {
  font-size: 28px;
}
.tabs-box button {
  transition: 0.4s;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 15px;
  color: #000;
  font-weight: 400;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
}
.tabs-box button:hover {
  color: var(--main-color);
}
.tabs-box button.active {
  color: var(--main-color);
  border-color: var(--main-color);
}
.video-js .vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../image/play.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 50% calc(50% - 10px);
  border: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: none;
}
.video-el {
  height: 400px;
}
.vjs-poster {
  background-size: cover;
}
.black {
  color: #000;
}
.section-1-video .btn-trans,
.inq-btn {
  min-width: 162px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.contact-section .inq-btn {
    min-width: 173px;
}
.list-ul li {
  position: relative;
  font-weight: 300;
  
}

.list-ul li:before {
  content: "";
  background: url(../image/list.svg) no-repeat;
  background-size: 100% 100%;
  width: 4px;
  height: 9px;
  display: inline-block;
  margin-inline-end: 10px;
  flex-shrink: 0;
  /*top: 9px;*/
position: relative;
}
.list-ul.--white li:before {
  background: url(../image/list-white.svg) no-repeat;
}
.border-b {
  border-bottom: 1px solid #95959547;
}
.border-t {
  border-top: 1px solid #95959547;
}

.grad-form {
  padding: 40px;
}
.grad-form .grad-form-input::placeholder {
  color: #fff;
}
.grad-form .grad-form-input {
  border: 0.5px solid #fff;
  border-radius: 4px;
  font-size: 15px;
  padding-inline: 10px;
  color: #fff;
  background: transparent;
  height: 45px;
  width: 100%;
}

.grad-form textarea.grad-form-input {
  height: auto;
}
.btn-grad-form {
  border: 1px solid #fff;
  transition: 0.4s;
  background: transparent;
  cursor: pointer;
  width: 115px;
  height: 38px;
}
.btn-grad-form:hover {
  background: var(--secondary-color);
}
.btn-grad-form:hover img {
  transform: scale(1.2);
}
.cap-slider-section .item figure {
  padding: 0 20px;
}
.cap-slider-section .item figure img {
  aspect-ratio: 1/0.7;
  object-fit:contain;
}
.cap-slider .title {
    height:48px;
    overflow:hidden;
}
.pri-list a {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-left: 5px solid #31b7bc;
  background: rgb(190 190 190 / 10%);
  border-color: #707070;
  transition: 0.4s;
  color: #000;
  font-weight: 500;
}
.pri-list a.active,
.pri-list a:hover {
  border-left: 5px solid #31b7bc;
  background: rgb(49 183 188 / 10%);
}
.privacy-section .right {
  position: sticky;
  top: 10px;
  align-self: baseline;
}
.avatar-box figure {
  padding-inline-end: 13px;
  border-right: 1px solid #000;
}
.lang-ar .avatar-box figure {
    border:0;
    border-left: 1px solid #000;
}
.up-lbl-av {
  margin-top: -5px;
}
.subscribe__content {
  border: 0.5px solid #fff;
}
.subscribe__btn {
  width: 40px;
  height: 40px;
  border: 0;
}
.subscribe__input {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 15px;
  height: 40px;
}
.subscribe-box {
  background-color: #000;
}
.art-right-box {
  padding: 40px;
}
.thumbs-articles-box {
  background: linear-gradient(0deg, #f6f6f6 0%, #f6f6f6 100%), #fff;
}
.thumbs-box .item figure {
  min-width: 140px;
  width: 140px;
}
.thumbs-box .item figure img {
  height: 100%;
}
.thumbs-box .item {
  border-bottom: 1px solid rgb(183 183 183 / 50%);
  padding-block: 20px;
}
.thumbs-box .item:last-of-type {
  border: 0;
}
.thumbs-box .fig-hover figure:after {
  font-size: 10px;
}
.timeline-slider .item-desc {
  height: 96px;
  overflow: hidden;
}
.timeline-slider .timeline-span:before {
  content: "";
  border-radius: 12px;
  background: linear-gradient(90deg, #1ebcbe 0%, #ae81b8 100%);
  display: block;
  height: 3px;
  width: 110px;
  margin-bottom: 7px;
  margin-top: 8px;
}
.timeline-slider .item {
  border-radius: 12px;
  background: #242424;
  padding: 20px;
  padding-bottom: 23px;
  position:relative;
}
.timeline-slider .item:before {
    content:"";
    position:absolute;
    left:0;
    top:-40px;
    width:10px;
    height:10px;
    background:#ccc;
    border-radius:50%;
}
.lang-ar .timeline-slider .item:before {
    left:auto;
    right:0;
}
.up-to-section {
        background: radial-gradient( 301.25% 255.48% at -115.34% 1.27%, #21c0c2 0%, #1fbcbe 33.33%, #ae81b8 66.67%, #159cbe 100% );
}
.timeline-top {
    transform: translateY(6px);
}
.timeline-top .icon-item {
    position: relative;
    top: -5px;
    left: -4px;
}
.section-who-4 .right {
    margin-top:40px;
}
.heading-section .big-num {
  font-size: 150px;
  display: flex;
}
.heading-section .big-num:after {
  content: "";
  width: 1px;
  background-color: #000;
  display: block;
  height: 140px;
  position: relative;
  margin-block: auto;
  opacity: 0.2;
  margin-inline: 15px;
}
.prog-bar-box{
  height:1px;
  background: #E9E9E9;
  width: 100%;
}
.prog-bar-box .swiper-progress-bar {
  background: linear-gradient(90deg, #1EBCBE 0%, #AE81B8 100%);
  height: 1px;
}
.swiper-scrollbar-drag {
  background: transparent;
}
.prog-bar-box .swiper-progress-bar {
  min-width: 20%;
}
.has-arrow-after {
    display:flex;
    align-items:center;
    gap:5px;
}
.has-arrow-after:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 9px;
}
.header-menu li {
  position: relative;
}
.header-menu .submenu-box {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.header .has-arrow-after.relative {
    top: 2px;
}

.header-menu .submenu {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 210px;
  max-height: max-content;
  overflow-y: auto;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}
.header-menu li a:hover ~ .submenu-box,
.header-menu li a:hover ~ .submenu-box .submenu,
.header-menu li .submenu-box:hover,
.header-menu li .submenu-box:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header-menu .submenu {
  padding-block: 15px;
}
.header-menu .submenu-box:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  height: 23px;
}
.header-menu .submenu-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    transition:.4s;
    opacity:0;
}
.header-menu li a:hover ~ .submenu-box:after, 
.header-menu li .submenu-box:hover:after,
.header-menu li a:hover ~ .submenu-box:after {
    opacity:1;
}
.header-menu .submenu a {
  color: #000;
  font-size: 12px;
  padding: 7px 16px;
  width: 100%;
  display: block;
  position:relative;
}
.header-menu .submenu li:not(:last-of-type) a:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:calc(100% - 32px);
    background:#E9E9E9;
    height:1px;
}
.header-menu .submenu a:hover {
  color: var(--main-color) !important;
}
.case-section .box .item {
    max-height: 435px;
}
.case-section .box .middle {
    width:27%;
    flex-shrink: 0;
}
.case-section .box .left {
        width: 43%;
    flex-shrink: 0;
}
.case-section .box .left ,.case-section .box .middle, .case-section .box .right-box {
    height:416px;
}
.landing-section .item {
    height: 850px;
}
.landing-section .content > p {
        background: linear-gradient(180deg, #31b7bc, #a783b4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /*text-transform: uppercase;*/
    /*font-weight: 500;*/
    /*font-size: 22px;*/
    margin-bottom:0;
}
.landing-section .content > p:first-of-type {
    margin-top: -24px;
    font-size: 34px;
    margin-bottom:12px;
}
.landing-section .content > p:nth-of-type(3), .landing-section .content > p:nth-of-type(2) {
    line-height:1.4;   
    color:#fff;
}
.landing-section .content > .list-ul {
    margin-top:25px;
}
.just-testi-item_std {
    width:330px;
    max-width:100%;
}
.tech-2-section .left .list-ul li,
.tech-1-section .left .list-ul li{
    display:flex;
}
.tech-2-section .left .list-ul li:before,
.tech-1-section .left .list-ul li:before {
    top:5px;
}
@media (min-width: 1500px) {
    .logos-slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide img {
        filter:grayscale(0)!important;
    } 
}
@media (max-width: 1440px) {
    .landing-section .item {
        height: 600px;
    }
    .landing-section .land-text-2 {
        top:60px;
    }
    .landing-section .land-text-2 h1 {
    font-size: 40px;
    line-height:1.4;
    }
    .landing-section .content > p {
    font-size: 16px;
    margin-bottom: 0;
}
.landing-section .content > p:first-of-type {
    margin-top: -22px;
    font-size: 25px;
    margin-bottom:9px;
}
[lang="ar"] .landing-section .content > p:first-of-type {
    margin-top: 0;
}
}
.tabs-box button {
    font-weight:bold;
}
.cap-slider-section .item .item-img-on-hover {
    opacity:0;
    position:absolute;
    left:0;
    top:0;
        width: 100%;
    height: 100%;
}
.cap-slider-section .item:hover .item-img {
    opacity:0;
}
.cap-slider-section .item:hover .item-img-on-hover{
    opacity:1;
}
.gallery-section .right > * {
    height: 195px;
    object-fit:cover;
}
.gallery-section .left > * {
    max-height:635px;
    object-fit:cover;
}
.case-inner-1-section ~ p {
    display:none;
}
.tech-popup .tch-lnk  {
    grid-column: 1 / -1;
    justify-content:end;
}
.tech-popup .tch-lnk  a{
    min-width: 30%;
    justify-content: start;
}
.flip-en {
    transform:scaleX(-1);
}

.events-slider-section .arrows-box button, .custom-arrows-box button{
    background: transparent;
    border: 2px solid var(--main-color);
    display: flex;
    align-items: center;
    cursor:pointer;
}
.clients-section .left p {
    font-size:14px;
}
.logos-slider .item img {
    filter:grayscale(1)!important;
}
.logos-slider .item:hover img, .logos-slider .swiper-slide-active + .swiper-slide + .swiper-slide  img{
    filter:grayscale(0)!important;
}
@media (max-width: 1099px) {
    .logos-slider .swiper-slide-active + .swiper-slide + .swiper-slide img{
        filter:grayscale(1)!important;
    }
    .logos-slider .swiper-slide-active + .swiper-slide img{
        filter:grayscale(0)!important;
    }
}
.lang-ar .iti--allow-dropdown input,
.lang-ar .iti--allow-dropdown input[type=text],
.lang-ar .iti--allow-dropdown input[type=tel],
.lang-ar .iti--separate-dial-code input,
.lang-ar .iti--separate-dial-code input[type=text],
.lang-ar .iti--separate-dial-code input[type=tel] {
    text-align: left;
    direction: ltr;
}
.lang-ar .iti--allow-dropdown.iti--show-flags {
    direction: ltr;
}
.news-section .small-item p:nth-of-type(2) {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-menu   {
        gap: 10px;
    } 
    .header-menu a {
        font-size:10px;
    }
    .header .has-arrow-after.relative {
    top: 7px;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
    .header .header-opt-main-right > a{
        font-size: 10px;
    }
}
@media (max-width: 992px) {
    
.landing-section .btn-trans {
    padding-top: 5px;
}
}
@media (max-width: 767px) {
    .case-section .box .right-box {
        height:167px;   
    }
    .landing-section .btn-trans {
    padding-top: 9px;
}
.font-10-p {
    font-size:10px;
}
.header .btn-trans{
        font-size: 10px;
    padding-inline: 10px;
}
    .news-section .left {
    height: auto;
}
.with-section .desc br{
    display:none;
}
.tech-popup .tch-lnk {
    justify-content: start;
}
.submenu a, .submenu li {
    font-size: 15px!important;
    margin: 10px 0!important;
  }
  .header .submenu-box:before {
    content: none;
  }
  .header .submenu-box, .header .submenu-box .submenu {
    visibility: visible;
    opacity: 1;
  }
  .header .submenu-box {
    display: none;
  }
  .header [collapse-menu] {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--main-color);
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
  }
  .header [collapse-menu].active {
    transform: rotate(360deg);
  }
  .header [collapse-menu].active:before {
    content: '\f068';
  }
  
  

.gallery-section .right > * {
    height: 75px;
}
.gallery-section .left > * {
    height:300px;
}
.iframe-inside iframe {
    height:340px;
}
.join-modal .modal-body {
    padding: 40px 20px;
}
  .video-el {
    height: 220px;
  }
  .section-title-48 {
    font-size: 30px;
  }
  .section-title-30 {
    font-size: 24px;
  }
  .grad-form {
    padding: 20px;
  }
}
.btn-trans-white {
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 700;
}
.btn-trans-white:hover {
  background: #fff;
  color: var(--main-color);
}
.float-item-content > img {
  position: relative;
}
.float-item-content .content {
  position: absolute;
  padding: 30px 25px 20px 25px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.girls-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/overlay.png);
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}
.up-to-section .box {
  /* display: grid; */
  /* grid-template-columns: 45% 55%; */
}
.up-to-section .right-box > * {
  height: 200px;
}
.up-to-section .social-box-2 a {
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  font-size: 13px;
  color: #8692ba;
}
.up-to-section .social-box-2 a:hover {
  background: var(--secondary-color);
  color: #fff;
}
.section-who-2,
.section-who-4 {
  /*background: linear-gradient(to bottom, #fff 20%, #f6f6f6 10%);*/
}
.section-who-item {
    padding-block:30px;
}
.gray-to-color img {
  transition: 0.4s;
}
.gray-to-color:hover img {
  filter: grayscale(1);
}
.numbers-section .item .content {
  border-inline-start: 1px solid #fff;
  padding-inline-start: 10px;
}
.numbers-section .item .num {
  font-size: 60px;
  line-height: 1;
}
.numbers-section .box-container {
  column-gap: 0;
}
.vmv-section .logo-above {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  z-index: 2;
}
.vmv-section .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.testimonials-slider .colored-img {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
.testimonials-slider .item:hover .white-img {
  opacity: 0;
}
.testimonials-slider .item:hover .colored-img {
  opacity: 1;
}
.case-inner-1-list .item figure {
  min-width: 100px;
}
.clients-slider .item {
  padding: 15px 35px;
  position: relative;
}
.clients-slider .item-right {
  padding: 10px;
  border: 2px solid var(--main-color);
}

.clients-slider .item-left .desc {
  height: 107px;
  overflow: hidden;
}
.clients-slider .swiper-slide-active .item {
  transition: 0.4s;
  right: 0;
}
.clients-slider .swiper-slide-active .item:nth-of-type(2) {
  right: 10%;
}
.clients-section
  .swiper-custom-pagination
  .swiper-pagination-bullet-active:before {
  color: var(--secondary-color);
}
.shadow-3 {
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.04);
}
.client-list-section .item img {
  max-width: 100%;
}
.client-list-section .item {
  height: 200px;
  padding: 10px;
}
.blog-item figure img {
  aspect-ratio: 1/0.9;
}
.media-tabs-section .rest-box {
  row-gap: 80px;
}
.fig-hover figure {
  position: relative;
}
.blog-item figure:after,
.fig-hover figure:after {
  content: "READ MORE"!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  background: #1ebcbe8f;
  color: #fff;
  opacity: 0; 
  transition: 0.4s;
}
[lang="ar"] .fig-hover figure:after,
[lang="ar"] .blog-item figure:after {
  content: "المزيد"!important;
}
.blog-item:hover figure:after,
.fig-hover:hover figure:after {
  opacity: 1;
}
[capa-items] {
  display: flex;
  flex-wrap: wrap;
  gap: calc(2%);
}
[ca-item] {
  width: 32%;
  /* transition: .4s; */
  order: 99;
}
[ca-item].active {
  width: 66%;
  padding:0;
  align-self:baseline;
}
[ca-item].active .item-content,
[ca-item].active:before {
  opacity: 0;
  display:none;
}
[ca-item].active .tech-popup{
    position:relative;
}
.inq-patt {
  pointer-events: none;
}
.tech-popup .tech-body {
  padding: 15px 25px 20px 25px;
}
.tech-popup .tech-body .innn {
    padding-bottom:20px;
}
.list-ul.--bold li {
  font-weight: 400;
}
.tech-body .list-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.tech-body .list-ul ul {
  margin-inline-start: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tech-body .list-ul ul li:first-of-type {
  margin-top: 0;
}
.explore-tch-more {
  color: #1ebcbe;
  font-size:20px;
  text-transform:capitalize;
}
.landing-section .list-ul li:before {
  background-image: url(../image/list-green.svg) !important;
  width: 7px;
  height: 10px;
}
.landing-section .list-ul li {
  font-weight: 400;
  
}


.list-ul.--bold li:before {
  background-image: url(../image/list-tick.svg) !important;
}
.tech-body .list-ul ul li:before {
  background-image: url(../image/diamond.svg) !important;
  width: 8px;
  height: 8px;
  margin-inline-end: 3px;
  
  
}
.tch-lst > li:before, .list-ul.--bold li:before {
    top: 6px; 
left: -11px;
position:absolute;
}
[lang="ar"] .tch-lst > li:before, .list-ul.--bold li:before {
    left:auto;
    right:-11px;
}
[lang="ar"] .tech-body .list-ul ul li:before {
    left:auto;
    right:-11px;
}
.list-ul.--bold li:before {
  width: 6px;
  margin-inline-end: 6px;
}
.contact-section .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index:1;
}
.contact-section .item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-section .swiper-custom-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
  gap: 8px;
  display: flex;
  padding-inline-start: 7.5%;
  font-size: 12px;
}
.hours-section .content {
  padding-block: 10px 5px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-width: 1px 0 1px 0;
  margin-top: 15px;
}
.hours-section .content .title {
  margin-top: -5px;
}
.privacy-section ul li {
  list-style: initial;
}
[ca-item] {
  position: relative;
}
[ca-item] .tech-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
}
[ca-item].active .tech-popup {
  display: block;
}
.tech-popup .tech-images {
  flex-wrap: wrap;
}
.logos-section .swiper-custom-pagination {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
    .join-steps .step-line {
        display:none;
    }
    .join-steps .step-join {
        flex: 1;
        align-self: baseline;
    }
    .join-steps .step-join:first-of-type {
        /*flex-basis:1.5;*/
    }
  .with-section {
    padding: 40px 0 0 0;
    margin-top: -89px;
  }
  .with-section:before, .with-section:after {
    background-image: url(../image/Up.svg);
    background-size: 100% auto;
    position: relative;
    height: 30px;
    display: block;
    width: 100%;
    content:'';
}
.with-section .mo-use {
    background:#fff;
    padding-block: 20px 10px;
}
 .with-section:after {
 background-image: url(../image/Down.svg);
 }
  .landing-section .item {
    height: 280px;
  }
  .landing-section .swiper-custom-pagination {
    bottom: 35px;
  }
  .landing-section .content {
    bottom: 60px;
    font-size: 13px;
    line-height: 1.2;
  }
  .with-section .desc {
    font-size: 14px;
  }
  .case-section .box {
    gap: 25px;
  }
  .case-section .left-img,
  .case-section .middle-img {
    height: 100%;
  }
  .case-section .item .content {
    padding: 15px;
  }
  .case-section .item.left .-bold {
    font-size: 16px;
  }
  .case-section .item.left .main-color {
    font-size: 10px;
  }
  .br-0-p br {
    display: none;
  }
  .mo-dots-white {
    gap: 10px;
  }
  .testimonials-section {
    padding-block: 50px;
  }
  .testimonials-section .box {
    padding-bottom: 50px;
  }
  .testimonials-section .item .content {
    padding: 40px 20px;
  }
  .mo-dots-white span:before {
    color: #000;
  }
  .testimonials-section .quote-icon {
    margin-inline-end: 10px;
  }
  .news-section .box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news-section .box .left .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .news-section .left .content {
    padding-inline: 20px;
  }
  .news-section .left .content .color-label {
    margin-bottom: 10px;
  }
  .inq-section .content {
    flex-direction: column;
    align-items: baseline;
    padding-inline: 30px;
    gap: 30px;
  }
  .inq-section .content .right {
    width: 100%;
  }
  .inq-section .box .title {
    font-size: 30px;
  }
  .inq-section .box .make-in {
    font-size: 18px;
  }
  .inq-section .box {
    padding-bottom: 20px;
  }
  .footer {
    padding-block: 70px 20px;
  }
  .footer .box {
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .footer .box .foot-col {
    width: 50%;
    flex: inherit;
  }
  .footer .footer-logo {
    margin-bottom: 13px;
  }
  .footer .copyright {
    font-size: 13px;
  }
  .footer .foot-links {
    gap: 3px;
  }
  [ca-item].active {
    padding: 0;
  }
  [ca-item].active .item-content {
    display: none;
  }
  [ca-item] .tech-popup {
    position: relative;
  }
  [ca-item],
  [ca-item].active {
    width: 100%;
  }
  .tech-popup .tch-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .banner-section {
    padding-block: 60px;
  }
  .banner-section .banner-desc br {
    display: none;
  }
  .tabs-box {
    padding-block: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 10px;
    justify-content: start;
  }
  .tabs-box button {
    white-space: nowrap;
  }
  .up-to-section .box,
  .up-to-section .right-box,
  .up-to-section .right-box .right-bottom {
    gap: 20px;
  }
  .up-to-section .right-box .right-top {
    flex-direction: column-reverse;
    display: flex;
  }
  .up-to-section .right-top-left-img,
  .up-to-section .left-img,
  .up-to-section .right-box .right-bottom .box-left,
  .up-to-section .right-box .right-bottom .box-right {
    aspect-ratio: 1/0.65;
  }
  .up-to-section .right-box > * {
    height: auto;
  }
  .section-who-item .title {
    font-size: 24px;
  }
  .numbers-section .item .num {
    font-size: 50px;
  }
  .tabs-box button {
    font-size: 14px;
    padding: 6px 11px;
  }
  .clients-slider .item-right img {
    width: 100%;
    height: 100%;
  }
  .clients-slider .item-right {
    padding: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .clients-slider .swiper-slide-active .item:nth-of-type(2) {
    right: inherit;
  }
  .clients-slider .items {
    gap: 15px;
  }
  .client-list-section .item {
    height: 100px;
    padding: 20px;
  }
  .banner-title {
    line-height: 1.2;
  }
  .clients-section .--section-title {
    font-size: 24px;
  }
  .contact-slider .item {
    height: 300px;
  }
  .contact-slider .item .content {
    padding-inline: 15px;
  }
  .contact-section .mo-dots-white span:before {
    color: #fff;
  }
  .contact-section
    .swiper-custom-pagination
    .swiper-pagination-bullet-active:before {
    color: var(--main-color);
  }
  .contact-section .swiper-custom-pagination {
    bottom: 20px;
    padding-inline-start: 0;
  }
  .contact-section .upper {
    font-size: 12px;
  }
  .contact-section .title {
    font-size: 20px;
  }
  .why-section .box .item {
    width: calc(50% - 20px);
  }
  .why-section .box .item img {
    height: 55px;
  }
  .why-section .box .tt {
    font-size: 13px;
    line-height: 1.2;
  }
  .privacy-section .box .right {
    position: relative;
  }
  .privacy-section .pri-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .article-page-section .main-title {
    font-size: 26px;
  }
  .art-right-box {
    padding: 30px 20px;
  }
  .thumbs-box .item figure {
    min-width: 110px;
    width: 110px;
  }
  .thumbs-box .item {
    padding-block: 12px;
  }
  .thumbs-box .item:last-of-type {
    padding-bottom: 0;
  }
  .heading-section .big-num:after {
    content: none;
  }
  .heading-section .big-num {
    line-height: 1;
    font-size: 120px;
  }
  .heading-section .right {
    flex-direction: column;
  }
  .heading-section .num-txt {
    font-size: 20px;
  }
  [gall-video] {
    aspect-ratio: 1/.7;
  }
  .landing-section .land-text-2 {
    top:20px;
}
.landing-section .item {
        height: 480px;
}
.landing-slider .swiper-slide:first-of-type .item {
    background-position: bottom;
}

}





.capa-section .item .item-fig {
        /*mix-blend-mode: multiply;*/
}
.capa-section .item .item-fig .trans {
    /*transition:0s;*/
}
.logos-section .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):before {
    color:#252525;
}
.events-slider .item figure {
    height:216px;
}
.events-slider .item figure img {
    max-height:100%;
    object-fit: contain;
}
.landing-slider .swiper-slide:first-of-type .item {
    background-size:100%!important;
}
@media (max-width: 767px) {
    .key-section .arr-item-box, .capa-section .arr-item-box{
        height:167px;
        padding-inline-end: 20px;   
    } 
    .key-section .arr-item-box .arrr, .capa-section .arr-item-box .arrr{
        width:120px;
        left:-30px;
    }
    .key-section .arr-item-box:hover .arrr {
        left:-24px;
    }
    .capa-section .item:nth-of-type(10) .item-fig .trans, .capa-section .item:nth-of-type(11) .item-fig .trans, .capa-section .item:nth-of-type(12) .item-fig .trans {
    margin-top: -135px;
    top: 100px;
}
.capa-section .item:nth-of-type(3) .item-fig .trans {
    width: 190px;
    top: 50px;
    margin-top: -50px;
}
.capa-section .item:nth-of-type(5) .item-fig .trans {
    width: 230px;
    top: 70px;
    margin-top: -60px;
}
.capa-section .item:nth-of-type(6) .item-fig .trans {
    top: 40px;
    margin-top: -20px;
}
.landing-section .land-text-2 h1 {
    font-size: 28px;
}
.landing-section .content {
    font-size:12px;
}
.landing-section .content > p {
    background: linear-gradient(180deg, #31b7bc, #a783b4);
    background-clip: text;
    -webkit-background-clip: text;
    color: #41bdbf;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
            margin-bottom: 7px;
}
.landing-section .list-ul {
    margin-top:15px;
}
.landing-section .content > p:first-of-type {
    margin-top: -14px;
    font-size: 15px;
    margin-bottom: 9px;
}
.landing-section .list-ul li {
    line-height: 1.8;
    font-size: 11px;
}
.landing-section .list-ul li:before {
    top:5px;
}
.just-testi-item_std {
    width:100%;
}
.case-section .box .left, .case-section .box .middle, .case-section .box .right-box {
    height: 224px;
}
.case-section .box .right-box {
    height:416px;
}
.capa-section .item:nth-of-type(5) .item-fig .trans {
    top: 60px!important;
}
    .capa-section .item:nth-of-type(6) .item-fig .trans {
        top: 90px!important;
        margin-top: -80px!important;
    }
    .capa-section .item:nth-of-type(9) .item-fig .trans {
    top: 100px;
}


}



.join-modal .modal-body {
  padding: 40px 50px;
}
.close-join-modal {
  position: absolute;
  top: 15px;
  right: 15px;
}
.step-join .circle-step {
  width: 30px;
  height: 30px;
}
.join-steps .step-join .circle-step {
  border: 1px solid #fff;
}
.step-line {
  width: 100px;
  height: 1px;
  background: #fff;
  margin-top: -25px;
  margin-inline-start: -20px;
}
.sss-2 {
  margin-left: -25px;
}
.uuup {
  width: 30px;
  height: 30px;
  background: #fff;
}
#upload-file-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.join-modal .grad-form-input::placeholder {
  color: #fff;
  font-weight: 300;
}
.join-modal .grad-form-input {
  border-radius: 4px;
  border: 0.5px solid #fff;
  background-color: transparent;
  height: 40px;
  width: 100%;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--main-font-regular);
  /* appearance: none; */
}
.join-modal .btn-grad-form {
  width: auto;
  padding-inline: 20px;
}
.join-modal select.grad-form-input {
  color: #fff;
}
.join-modal.active .modal-body {
  opacity: 1;
  visibility: visible;
}


[lang="ar"] .inq-section .box {
    min-height:207px;
    display:flex;
}    
@media (max-width: 767px) {
[lang="ar"] .inq-section .box .title {
    line-height:1;
}    
}


/*whatsapp*/

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.whatsapp-float img:hover {
    transform: scale(1.1);
}

/*whatsapp*/

/*inner background*/




.banner-section .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(30%);
  z-index: -1;
}


.banner-section {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/*inner background*/


/*Home changes*/

.just-testi-item_std {
    width:560px;
    max-width:100%;
}

.item.just-testi-item_std .content.bg-white.radius-15.relative.d-flex {
    min-height: 295px;
}

.landing-section .video-background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.cus-slide p span {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 100px;
    font-size: 20px;
}

/*Home changes*/