 .direction {
    direction: rtl;
}.list-unstyled {
    padding-left: initial;
     padding-right: 0;
}
 .marcustomer {
    margin-left: 5px;
}
 .detailserv-content {
    direction: rtl;  
    text-align: right;
}

.detailserv-content h2 {
    color: #089ba6;
    margin-top: 18px;
    margin-bottom: 14px;
}

.two-col .col-txt ul li {
    margin-bottom: 15px;
}

.two-col .col-txt ul li h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    font-size: 20px;
}
.detailserv-content hr {
    width: 50%;
    margin: 5px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #000000 0%, #0b7d8b 40%, transparent 80%);
}
.detailserv-content p {
    margin-bottom: 15px;
}

.detailserv-content .borderimgleft {
    border-right: 3px solid #089da8;
}

.detailserv-content .borderimgright {
    border-left: 3px solid #089da8;
}

.detailserv-content .sevpag-hero {
    border-radius: 15px;
    width: 100%;
    height: 420px;
    display: block;
    margin: 12px 0;
    object-fit: cover;
}

.detailserv-content .two-col {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

 .detailserv-content .col-img {
    flex: 0 0 45%;
    max-width: 45%;
}

.detailserv-content .col-txt {
    flex: 0 0 55%;
    max-width: 55%;
}

.detailserv-content .center {
    text-align: center;
}

.mt1010 {
    margin-top: 10px;
    padding: 20px 35px;
}

.center__call-box {
    position: relative;
    display: block;
    background-color:#e9ecef;
    border-radius: var(--fixpro-bdr-radius);
    padding: 40px 40px 37px;
}

.center__call-box .margin {
    margin-bottom: 20px;
}

.ahover {
    font-weight: 700;direction: ltr;
    unicode-bidi: embed;
}

.ahover:hover {
    color: #000;
}
.profiletop {
    border: 1px solid #ffffff;
    background: #56565800 !important;
    color: #ffffff;
    margin-left: 10px;
    padding: 20px 35px;
} 
 .justify-content {
    justify-content: center;
}
.main-menu-three__contact-list li .icon i, .main-menu-three__contact-list li .text p {
    font-size: 16px;
    margin: 0 !important;
}
@media (max-width: 991px) {
.profiletop {
    margin-left: 0px;
} 
    .service-details__title-1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .center__call-box {
        padding: 25px 25px 15px;
    }

    .service-details__title-2 {
        font-size: 32px;
    }

    .detailserv-content .sevpag-hero {
        height: auto;
        margin-bottom: 6px;
    }

    .detailserv-content .two-col {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .detailserv-content .col-img,
    .detailserv-content .col-txt {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detailserv-content h2 {
        margin-top: 0px;
        font-size: 22px;
        line-height: 38px;
    }

    .detailserv-content .two {
        flex-direction: column-reverse;
    }
}

 .page-header
  {
    direction: rtl;
}


::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #089da8;
  background-image: -webkit-linear-gradient(45deg, rgb(4 4 4) 25%, transparent 25%, rgba(0, 0, 0, 0) 50%, rgb(17 61 72) 50%, rgb(17 61 72) 75%, transparent 75%, transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
 
 
 hr.custom-divider {
    width: 50%;
    margin: 5px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #000000 0%, #0b7d8b 40%, transparent 80%);
}
.custom-divider {
    height: 2px !important;
}


.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path { fill: #fff;   }
 
.whats:hover {
  background: #151515;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 125px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
 
 
.main-slider-three__video-icon {
    overflow: visible;
}


.main-slider-three__btn-box {
    display: flex;
    align-items: center;
    gap: 20px;
    /* opacity: 1 !important; */
    /* transform: none !important; */
}
.main-slider-three__video-icon:hover {
    background-color: var(--fixpro-base);
    color: var(--fixpro-white);
}
.main-slider-three__content {
    max-width: 700px;
    width: 100%;
}

.main-slider-three__content p,
.main-slider-three__content h2 {
    text-wrap: balance;  
}
.main-slider-three__video-icon {
    position: relative;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    overflow: visible;
    color: var(--fixpro-base);  transform: scaleX(-1);
}

.main-slider-three__video-icon .ripple,
.main-slider-three__video-icon .ripple::before,
.main-slider-three__video-icon .ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(42 181 185 / 60%);
    animation: ripple 2.4s infinite ease-out;
    z-index: 0;
}

.main-slider-three__video-icon .ripple::before {
    animation-delay: 0.6s;
}

.main-slider-three__video-icon .ripple::after {
    animation-delay: 1.2s;
}

 

  .headlogo {
    width: 160px;
}
 .language {
    color: var(--fixpro-black);
    font-size: 19px;
    text-transform: uppercase;
}
 .language:hover {
    color: var(--fixpro-base);
    font-size: 19px;
}
 .footer-widget-two__link li a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #089da8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s 
ease-in-out;
}
.feature-two__shape-1 {
    position: absolute;
    top: 20px;
    right: -400px;
    opacity: 0.10;
    z-index: -1;
}

.feature-two__shape-1 img {
    width: auto;
    opacity: .6;
}
.search-popup .color-layer, .section-title__tagline-border, .thm-btn {
    background-color: var(--fixpro-base);
}

  .why-choose-one__img:after {
    content: '';
    background-color: #0b0b0b0f;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: 1;
    /* border: 1px solid red; */
}
 .ulchoose li {
    margin-bottom: 10px;
}
.testimonial-three__name-box p {
     font-size: 20px;text-transform: capitalize;
}
 .profilepdf {
    border: 1px solid var(--fixpro-black);
    background: #ffffff;
    color: var(--fixpro-black);
    margin-right: 10px;
}

 .align-items {
    align-items: center;
}
 .mid-one {
    background-color: #2b2b2b;
    padding: 80px 0 80px;
}
.clr{color: #11c5d2;}
 .continproject {
    padding-left: 15px;
    padding-right: 15px;
}
.services-two__carousel  .owl-dots,.testimonial-three__carousel  .owl-dots,.gallery__carousel  .owl-dots {
    position: relative;
    text-align: center;
    margin: 30px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.clr .section-title__tagline-border {
     background-color: #11c5d2 !important;
}
.mfp-arrow {
    /* display: none !important;*/
}

.mfp-counter {
      display: none;
}
.read-more-text {
  max-height: 15.5em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-bottom: 7px !important;
}

.read-more-text.expanded {
  max-height: 100000px;
}

.read-more-btn {
  background: none;
  border: none;
  color: #15c7d4;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid;
  font-size: 18px;
}
.read-more-btn:hover {color: #fff;}
 
.vision-pargraph {
  position: relative; 
  padding: 20px;
 }
  
.row > .col-md-4:not(:last-child) .vision-pargraph {
  position: relative;
}

.row > .col-md-4:not(:last-child) .vision-pargraph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 1px;
  height: 120px;
  background-color: #38a8b080;
  transform: translateY(-50%);
  z-index: 2;
}
       .mb-20 {
    margin-bottom: 25px;
}
.banner {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  }
  .banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; 
  }
@media (max-width: 992px) {
        .banner {
        height: 32vh;
    }
  .row > .col-md-4:not(:last-child) .vision-pargraph::before {
    top: auto;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
  }
}

.brmar{
     margin-bottom: 25px;
 }
   .mricn {
    margin-left: 5px;
}
.clr1 {
    color: #089da8;
}
.blog-details__text-1{margin-bottom: 15px;}
.sidebar__post-single:last-child {
     border-bottom: 0px solid #0606061a;
 }
.service-details__title-2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    /* color: #090909; */
    text-transform: capitalize;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
 }
b, strong {
    font-weight: 700;
}
  .imgquote {
    position: relative;
    display: block;
    border: none;
    height: 670px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    border-right: 3px solid #089da8;
}
.rightquote {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    background: black;
    padding: 30px;
    border-radius: 20px;
    border-bottom: 7px solid #089da8;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: var(--fixpro-base);
    border-radius: 20px;
    border: 1px solid var(--fixpro-base);
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ffffff;
    border-radius: 20px;
    /* margin-right: 10px; */
    border: 1px solid var(--fixpro-black);
    color: var(--fixpro-black);
    width: max-content;
    font-size: 18px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /* border-color: #e9ecef #e9ecef #dee2e6; */
    isolation: isolate;
    background: var(--fixpro-base);
    color: #ffffff;
}
.nav-tabs {
    display: flex;
    justify-content: center;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 15px;
}
.nav-tabs {
     margin-bottom: 25px;
     padding-bottom: 25px;
}
button, input, optgroup, select, textarea
  {
   font-family: var(--fixpro-font-two);
}

.form-control::-webkit-file-upload-button {
    padding: 0.95rem .75rem;
     border-radius: 20px; 
    margin-right: -20px;
}
 
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.about-two__text-1 ul li {
    margin-bottom: 10px;
}
.about-two__text-1 p
  {
    margin-bottom: 14px;
}
ol, ul {
    padding-right: 2rem;
    padding-left: initial;
}
.process-one__count {
      right: -15px;
    left: auto;
}
 .page-header {
     direction: rtl;
}
.thm-breadcrumb li+li {
    margin-right: 5px;
    margin-left: 0;
}
.thm-breadcrumb li span {
      transform: scalex(-1);
    display: block;
}
.contact-page__input-box input[type="text"], .contact-page__input-box input[type="email"], .contact-page__input-box input[type="file"], .contact-page__input-box input[type="tel"], .contact-page__input-box input[type="number"] {
     
    font-family: sans-serif;
}
.contact-page__inner {
     direction: rtl;
}
.contact-page__contact-list li .content {
     margin-right: 35px;
    margin-left: auto;
}
.contact-info {
   direction: rtl;
}
.nice-select {
     text-align: right !important;
 }
.nice-select .option {
     padding-right: 18px;
    padding-left: 29px;
    text-align: right; 
}
.nice-select:after {
     left: 17px;
    right:auto;
}
  .contact-page__contact-list li .content a {
     direction: ltr;
    unicode-bidi: embed;
}  
   .center__call-box h3 {
    margin-bottom: 15px;
}  
.faq-one-accrodion .accrodion-title h4::before {
     left: 0;
     right:auto;
}
   @media (min-width: 0px) and (max-width: 991px)
    { 
        .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        justify-content: flex-start;
        overflow-y: hidden;
        /* background: chocolate; */
        padding: 10px 0px;
    }
 
        .rightquote {
    padding: 18px; 
}
.projects-grid {
    padding: 30px 0;
}
.project-category {
    max-height: inherit;
     
}
    .contact-pdd  {
        padding: 18px;
    }
.imgquote {
      display: none;
 }
.project-two__carousel.owl-carousel .owl-dots {
    margin: 20px 0 0 !important;
 }
.services-two__carousel  .owl-dots,.gallery__carousel  .owl-dots {
    margin: 20px 0 0 !important;
 }
.testimonial-three__carousel  .owl-dots {
    margin: 20px 0 0 !important;
 }

  .headlogo {
    width: 140px;
}
.main-menu-three__logo {
     padding: 10px 0;
}
.about-two__img-2 img {
         display: none;
    }

.about-two__img img {
     height: 330px;
 }
.about-two__img-box {
      display: none;
}

.about-two__right {
         margin-top: 20px;
    }
    .services-two {
        padding: 40px 0 30px;
    }
.services-two__img img {
     height: 225px;
 }
.why-choose-one {
        padding: 50px 0 30px;
    }

.why-choose-one__left .section-title {
    margin-bottom: 20px;
}
 .flex-direction {
    flex-direction: column-reverse;
}
.why-choose-one__img img {
     height: 285px;
}
.why-choose-one__img:after {
     left: 46%;
}
.why-choose-one__right {
        margin-bottom: 50px;
    }
.testimonial-three {
        padding: 30px 0 30px;
    }
.blog-one {
        padding: 40px 0 0px;
    }
.testimonial-three__img img {
     width: 95px !important;
 }
.blog-one__img img {
     height: 225px;
}
.blog-one__content {
        padding: 20px 20px 20px;
    }
.brand-two {
        padding: 30px 0 30px;
    }
.site-footer-two__top {
        padding: 30px 0 0px;
    }
.footer-widget-two__newsletter {
        margin-top: 30px;
    }

.counter-one {
    padding: 30px 0 0px;
 }
    .profilepdf {
        margin-right: 0px;
        margin-bottom: 10px;
    }
.mmb10 {
     margin-bottom: 10px;
     margin-left: 10px;
}
.about-two {
        padding: 30px 0 15px;
    }
.counter-one__single {
       margin-bottom: 30px;
}
.mid-one {
        padding: 40px 0 30px;
    }

    .section-title__title {
        font-size: 28px;
        line-height: 36px;
    }
    .project-two {
        padding: 30px 0 30px;
    }

.project-two__img img {
     height: 320px;
}
.height img {
     height: 260px;
}
.project-two__top {
         margin-bottom: 30px;
    }
.process-one__single {
     margin-bottom: 35px;
}
.section-title {
        margin-bottom: 30px;
    }
    .process-one {
        padding: 50px 0 20px;
    }
    .about__four-image-wrapper {
        height: 260px;
        max-width: 100%;
        margin-bottom: 30px;
    }
.about__four-image {
        position: relative;
        max-width: 95%;
    }
    .contact-info {
        padding: 30px 0 30px;
    }
.google-map__one {
     height: 300px; margin-top: 40px;
}
.contact-page {
    padding: 30px 0 30px;
 }
.team-one {
        padding: 30px 0 30px;
    }

.blog-details__img {
      height: 275px; 
}

    .blog-details {
        padding: 30px 0 30px;
    }

    .blog-details__title
  {
        font-size: 25px;
        line-height: 37px;
    }
.blog-details {
      padding: 30px 0 30px;
 }
 .service-details__title-2 {
    font-size: 29px;
    font-weight: 600;margin-bottom: 20px;
 }

.faq-one-accrodion .accrodion-title {
     padding: 17px 17px 17px;
    padding-right: 18px;
}
b, strong {
    font-weight: 600;
}
.read-more-text {
    margin-top: 20px;
    max-height: 16em;
}
.about-two__left .section-title {
    margin-bottom: 17px;
}
body {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
}
.about-two__text-1
  {
    font-size: 16px;
 }
.contact-page__contact-list li .content h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.contact-page__contact-list li .content {
     margin-left: 22px;
}
.contact-page__contact-list li .icon span
  {
     font-size: 25px;
     height: 60px;
     width: 60px;
     line-height: 60px;
}
.contact-page__contact-list li .content a {
     font-size: 18px;
}
    .contact-page__form-title {
        font-size: 28px;
        font-weight: 600;
    }
.vision-pargraph {
     padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-slider-three__content {
    max-width: 100%;
    width: 100%;
}
     .project-two__top {
         align-items: flex-start;
    }
.main-slider-three__sub-title {
     font-size: 19px;
}




  }

