:root {
    --m-orange: #F26738;
    --m-black: #262626;
    --m-grey: #E6E6E6;
    --m-white: #ffffff;

}

/* global */
* {
    font-family: "Montserrat", sans-serif;
}
.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #F26738;
    box-shadow: 32px 0 #F26738, -32px 0 #F26738;
    position: relative;
    animation: flash 0.5s ease-out infinite alternate;
  }
  
  @keyframes flash {
    0% {
      background-color: #FFF;
      box-shadow: 32px 0 #FFF, -32px 0 #F26738;
    }
    50% {
      background-color: #F26738;
      box-shadow: 32px 0 #FFF, -32px 0 #FFF;
    }
    100% {
      background-color: #FFF;
      box-shadow: 32px 0 #F26738, -32px 0 #FFF;
    }
  }
      .loader-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007a;
    z-index: 2;
      }  
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    display: inline-block;
    background-color: var(--m-orange) !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    border-color: var(--m-orange) !important;
    font-size: 16px !important;
    min-width: 7.8125vw!important;
    font-weight: 500!important;
    height: 45px!important;
}
.mowara-bg
{
    background-image: url('../img/path-153-1@1x.png');
    background-repeat: space;
    background-size: 3%;
}
a, a:hover {
    text-decoration: none !important;
}

a.m-black:hover {
    color: var(--m-orange);
    opacity: 1;
}

.differnce {
    mix-blend-mode: difference;
}

.hidden {
    visibility: hidden;
}

/* color */
.m-orange {
    color: var(--m-orange);
}

.m-black {
    color: var(--m-black);
}

.m-grey {
    color: var(--m-grey);
}

.white {
    color: white;
}
.m-mobile-black{
    color: var(--m-white)!important
}
.m-orange-outline {
    color: var(--m-grey);
    -webkit-text-stroke: 2px var(--m-orange);
}

.mt-mobile-9 .mowara-btn {
    background-color: #F9F1EE;
}

.border-grey {
    border-color: #3E3E3E !important;
}

.border-right-1px {
    border-right: 1px solid #3E3E3E !important;
}

.bg-dark-grey {
    background-color: #323232;
}

/* fonts */
.f-8 {
    font-size: 8px;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}

.f-26 {
    font-size: 26px;
}

.f-30 {
    font-size: 30px;
}
.f-35 {
    font-size: 35px;
}
.f-40 {
    font-size: 40px;
}

.f-45 {
    font-size: 45px;
}

.f-48 {
    font-size: 48px;
}

.f-60 {
    font-size: 60px;
}

.f-70 {
    font-size: 70px;
}
.f-75{
    font-size: 75px;
}
.f-80 {
    font-size: 80px;
}
.f-150{
    font-size: 150px;
}
/* font-weight */
.regular {
    font-weight: 400;

}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}
.black {
    font-weight: 800;
}
.italy{
    font-weight: 400;
    font-style: italic;
}
.italic{
    font-weight: 600;
    font-style: italic;
}
/* line height */
.line-height-1 {
    line-height: 1;
}
.line-height-1-3 {
    line-height: 1.3;
}

.line-height-09 {
    line-height: 0.9;
}

.first-char-deco {
    padding-bottom: 8px;
    line-height: 0.6;
    display: inline-block;
}

p {
    line-height: 1.6;
}
.h-lg-100{
    height: 100%;
}
.industry-item{
    width: 25%;
}
.industry-item img{
    width: 8vw;
}
/* bg color */
.m-bg-orange {
    background-color: var(--m-orange);
}

.m-bg-black {
    background-color: var(--m-black);
}

.m-bg-grey {
    background-color: #efefef;
}

.bg-white {
    background-color: white;
}

.bg-light-grey {
    background-color: #F1F1F1 !important;
}
#home-page{
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F1F1F1;
}
/*  */
footer{
    max-width: inherit;
  }
/* border */
.m-border-orange {
    border-color: var(--m-orange);
}

.border-left-2px {
    border-left: 2px solid var(--m-orange) !important;
}

.border-bottom-1px {
    width: fit-content;
    border-bottom: 2px solid var(--m-orange) !important;
}

.border-bottom-1px-grey {
    width: fit-content;
    border-bottom: 1px solid var(--m-grey) !important;
}

.border-bottom-2px {
    width: fit-content;
    border-bottom: 4px solid var(--m-orange) !important;

}

.c2-border {
    border-color: #26255E !important;
}

.c3-border {
    border-color: #1880C3 !important;
}

.c4-border {
    border-color: #26506A !important;
}

.c5-border {
    border-color: #000000 !important;
}

.border-radius-50px {
    border-radius: 50px;
}

.toggle-container {
    height: 60px;
}

.active-toggle {
    background-color: var(--m-grey) !important;
    color: var(--m-orange) !important;
    border-radius: 50px ! Important;
}
.office-img{
    width:19vw
}
/* .border-left-3px{
    border-left: 3px solid #f26738;
} */
.border-top-1px {
    border-top: 1px solid #5C5858;
    padding-top: 20px;
}

/* layout */
.wrapper {
    padding-left: 5.208vw;
    padding-right: 5.208vw;
}

.wrapper-left {
    padding-left: 5.208vw;
}

.wrapper-right {
    padding-right: 5.208vw;
}

.margin-right-5vw {
    margin-right: 5.208vw;
}

.left-5vw {
    left: 5.208vw;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.mt-5vh {
    margin-top: 5.161vh
}

.mb-5vh {
    margin-bottom: 5.161vh
}

.seperator {
    height: 100%;
    margin-top: auto;
}
.menu-custome{
    justify-content: space-evenly;
    height: -webkit-fill-available;
}
.company-name {
    line-height: 1.2;
}

.contact-us-top-image {
    height: 53.76vh
}

.option {
    height: 100px;
}

/*  */
.m-card {
    width: 100%;
    height: 100%;
}

.our-clients .swiper-slide {
    width: 16.875vw;
    height: 21.290vh;
}
.our-services-image {

    width: 100%;
}
.our-clients .swiper-slide-active .m-card {
    border: 2px solid var(--m-orange);
}

.m-card img {
    height: 100%;
    max-width: 90%;
}

.hero-section {
    height: 83vh;
    background-size: contain;
    background-blend-mode: multiply;
}

main {
    padding-top: 16vh;
}

.managers-section {
    width: 70vw;
    position: relative;
    height: 47.52vh;
    border-bottom: 4px solid var(--m-orange);
}

.content-manager {
    bottom: 120%;
    position: absolute;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 65%;
    right: 0;
    height: 35vh;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-manager-shadow {
    bottom: 115%;
    position: absolute;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 65%;
    height: 35vh;
    right: -2%;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid var(--m-orange);
}

.manager {
    width: 22%;
    position: absolute;
    bottom: 0;
    filter: grayscale(100%);
}

.content-manager {
    background-color: #F26738;
    color: white;
}
.w-fit-content {
    width: fit-content!important;
}

.next,.prev{
    width: 20px;
    height: 20px;
    background-color: transparent!important;
}

.h-20px{
    height: 20px;
}
.unactive {
    filter: grayscale(0%);
}

.manager:hover {
    filter: grayscale(0%);
}

.manager:nth-child(1) {
    left: 0;
    z-index: 1;
}

.manager:nth-child(2) {
    left: 10.5%;
    z-index: 2;
}

.manager:nth-child(3) {
    left: 23%;
    z-index: 3;
}

.manager:nth-child(4) {
    left: 38%;
    z-index: 5;
}

.manager:nth-child(5) {
    right: 25%;
    z-index: 4;
}

.manager:nth-child(6) {
    right: 13%;
    z-index: 3;
}

.manager:nth-child(7) {
    right: 0%;
    z-index: 2;
}

.manager:nth-child(8) {
    right: 0px;
        z-index: 1;
}

.our-service {
    height: 79vh;
}
.btn:focus, .btn.focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0)!important;
}
.section {
    height: 100vh;
}

.nav-item .menu {
    display: none;
}

.nav-item .menu.open-menu {
    display: block;
}

.nav-item:hover .nav-link {
    color: var(--m-orange) !important;
}

.bg-color {
    background-color: #F1F1F1
}

.our-services {
    height: 77vh;
}

/* width */
.max-width-100 {
    max-width: 100%;
}

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

.height-fit-content {
    height: fit-content;
}

.h-fit-content {
    height: fit-content;
}

.w-fit-content {
    width: fit-content;
}

.h-2 {
    height: 2%;
}

/* positions */
.t-0 {
    top: 0;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

.b-0 {
    bottom: 0;
}

.b-0 {
    bottom: 100%;
}

.label-position {
    top: 0;
    bottom: 0;
}

.form-control:focus+.label-position {
    top: auto;
    bottom: 70% !important;
}

.label-position-active {
    bottom: 70%;
}

.l-auto {
    left: auto;
}

.l-5 {
    left: 5%
}

.b-10 {
    bottom: 34%;
}

.t-100 {
    top: 100%;
}

/* margin */
.mt-12 {
    margin-top: 12.688vh;
}

.mb-13 {
    margin-bottom: 13.870vh;
}

.ml-6 {
    margin-left: 6.09375vw;
}

.m-l {
    margin-right: 1.5625vw;
}

.pl-1vw {
    padding-left: 1.5625vw;
}

.pl-4vw {
    padding-left: 4.218vw;
}

.px-4vw {
    padding-left: 4.218vw;
    padding-right: 4.218vw;
}

.mt-40px {
    margin-top: 4vh;
}

.hero-img {
    padding-top: 7.80645vh;
    padding-bottom: 6.27956vh;
}

.hero-text {
    margin-top: 8.80645vh;
    padding-top: 7.77vh;
}
.hero-text-margin {
    margin-top: 12.5vh;
}
.text {
    padding-left: 1.5625vw;
    margin-top: 4vh;
    line-height: 43px;
    width: 100%;
}

.title {
    margin-top: 5.80645vh;
    padding-right: 1.5625vw;
    /* border-right:3px solid var(--m-orange);
    border-top: 3px solid var(--m-orange);
    border-bottom: 3px solid var(--m-orange); */
    width: fit-content;
}

.title-v2 {
    margin-top: 5.80645vh;
    padding-right: 1.5625vw;
    /* border-right:3px solid var(--m-orange);
    border-top: 3px solid var(--m-orange); */
    width: fit-content;
}

.about-bg {
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-bg {
    background-position-x: center;
    background-position-y: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

.bg-mo {
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.our-companies-bg {
    background-image:url('../img/home/our-companies/bg.png');
    -webkit-transition: background-image 1000ms linear;
    -moz-transition: background-image 1000ms linear;
    -o-transition: background-image 1000ms linear;
    -ms-transition: background-image 1000ms linear;
    transition: background-image 1000ms linear;
}
.our-companies-bg-2{
    background-image:url('../img/home/our-companies/bg2.png')!important;
    -webkit-transition: background-image 900ms linear;
    -moz-transition: background-image 900ms linear;
    -o-transition: background-image 900ms linear;
    -ms-transition: background-image 900ms linear;
    transition: background-image 900ms linear;
}
section.our-offices{
    background-image: url('../img/home/our-offices/bg.png');
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;

}
.our-offices-bg, .our-companies-bg {
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .title:before{
    content: "";
    margin-right: 1.5625vw;
    left: -3px;
    display: block;
    border-right: 4px solid var(--m-grey);
    height: 100%;
    top: 0;
    width: 3px;
    bottom: 0;
    position: absolute;
} */
.our-offices-bg .title:before {
    border-right: 4px solid #e1e1df;
}

.our-companies-bg .title:before {
    border-right: 4px solid #b6b6b6;
}

.m-bg-black .title:before {
    border-right: 4px solid var(--m-black);
}

.m-w {
    width: 10vw;
    margin-right: auto;
    margin-bottom: 1rem;
}

.vertical {
    background-color: var(--m-grey);
    width: 2px;
    height: 100%;
}

footer .media svg {
    width: 12px !important;
}

.case-study {
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.media {
    width: 33.33%;
}

.bordered-left-right {
    border-left: 1px solid #5C5858;
    border-right: 1px solid #5C5858;
}

.bordered-left {
    border-left: 1px solid #5C5858;
}

.bordered-right {
    border-right: 1px solid #5C5858;
}

.opacity-50 {
    opacity: 50%;
}

.w-3vw {
    width: 6vw;
}

.w-4vw {
    width: 4vw;
}
.min-w-100px{
    min-width: 100px;
}
/* footer .media .facebook{
    width: 7px!important;
  } */
/* custome */
.quote {
    background-image: url(../img/fca/customer.png);
}

.fca {
    background-image: url(../img/fca/suppliers.png);
}

.mowara-pattern {
    background-image: url(../img/home/hero-section/mowara.png);
    opacity: .4;
}

.border-bottom-4px {
    border-bottom: 4px solid var(--m-orange);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {}

.form-control {
    border-color: var(--m-black) !important;
    border: 1px solid;
    height: 48px !important;
}
textarea.form-control{
    height: unset!important;
}

.form-control:focus, .custom-control-input:checked:focus {
    border-color: var(--m-orange) !important;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f26738 !important;
    background-color: #f26738 !important;
    box-shadow: none !important;

}

.mowara-btn {
    width: 11.197vw;
    background-color: #f2673829;
    color: #262626;
    text-align: center;
    border-radius: 50px;
    height: 45px !important;
    margin-left:1.5625vw
}

.mowara-btn-border {
    width: 11.197vw;
    background-color: transparent;
    border: 2px solid var(--m-orange);
    color: #262626;
    top: 7px;
    left: 7px;
    text-align: center;
    border-radius: 50px;
    height: 45px !important;
    transition: all .3s ease-out;
}

.mowara-btn:hover .mowara-btn-border {
    top: 0px;
    left: 0px;
    transition: all .3s ease-out;
}

.our-services .btn {
    min-width: 11.4vw !Important;
}

.navbar .btn-outline-primary {
    color: var(--m-grey) !important;
    border: 2px solid !important;
    border-color: var(--m-orange) !important;

}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #f26738 !important;
    color: white !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus,
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
    box-shadow: none !important;
    border-radius: 59px !important;
    border-color: var(--m-orange) !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: center !important;
    font-size: 16px !important;
    align-items: center !important;
    /* min-width: 7.8125vw!important;
     */
    width: fit-content !important;
    font-weight: 500 !important;
    height: 45px !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: var(--m-orange) !important;
}

.about-item {
    height: 19.784vh
}

.youtube-banner {
    width: 69.729vw;
    height: 76.344vh;
    border: 3px solid #f26738;
}

.marque-container {
    height: 34vh;
}

a, a:hover {
    text-decoration: none !important;
    /* color: #262626!important; */
}

.office {
    height: 60vh;
    width: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #F1F1F1 !important;
    font-size: 16px !important;
}
.offecies .swiper-button-next:after, .swiper-rtl.offecies  .swiper-button-prev:after,.offecies  .swiper-button-prev:after, .swiper-rtl.offecies  .swiper-button-next:after {
    color: var(--m-black)!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 2.5vw !important;
    height: 2.5vw !important;
    background-color: #262626 !important;
}
.offecies .swiper-button-next, .offecies .swiper-rtl .swiper-button-prev,
.offecies .swiper-button-prev, .offecies .swiper-rtl .swiper-button-next {
    background-color: var(--m-grey) !important;
}
.next:after,
.prev:after{
 color: var(--m-black)!important;
}
.next,.prev{
    width: 20px;
    height: 20px;
    background-color: transparent!important;
}

.swiper-button-next,
.swiper-button-prev {
    position: initial !important;
    bottom: 3vh !important;
    left: auto !important;
    top: auto !important;
}

.our-offices-bg .swiper-button-next,
.our-offices-bg .swiper-button-prev {
    position: relative !important;
}

.our-companies-bg .swiper-button-next,
.our-companies-bg .swiper-button-prev {
    position: initial !important;
}

.repeat-y {
    background-repeat: repeat-y;
}

.opacity-5 {
    opacity: .3;

}

.our-companies-bg .swiper-button-next, .our-companies-bg .swiper-rtl .swiper-button-prev,
.our-companies-bg .swiper-button-prev, .our-companies-bg .swiper-rtl .swiper-button-next {
    background-color: #E6E6E6 !important;
}

.our-companies-bg .swiper-button-next:after, .our-companies-bg .swiper-rtl .swiper-button-prev:after,
.our-companies-bg .swiper-button-prev:after, .our-companies-bg .swiper-rtl .swiper-button-next:after {
    color: #262626 !important;
}

.our-companies-bg .swiper-pagination {
    position: initial !important;
    width: fit-content !important;
    height: fit-content !important;
    color: var(--m-orange) !important;
}

.swiper-button-prev {
    right: 6.5vw !important;
}

.company {
    background-color: #26262687;
    backdrop-filter: blur(28px);
    width: 100%;
    height: 43.01vh;
    padding-left: 4.44%;
    padding-right: 4.44%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.swiper-pagination-bullet-active {
    background: var(--m-orange) !important;
}

.swiper-pagination {
    top: 94% !important;
    text-align: left !important;
}

.our-services .swiper-pagination {
    top: unset !important;
}

.mySwiper3 .swiper-slide {
    /* background-color: var(--m-grey); */
}

.case {
    height: 53.763vh;
}

.data .value {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.opacity-60 {
    opacity: 60%;
}

footer .cont {
    height: 70vh
}

.img-width {
    width: 11.06vw;
}

.media {
    border-left: 1px solid var;
}

.title-responsive-hero {
    display: none;
}

.tech-items {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items:center
}

.tech-items img ,.first .tech-items img  {
    width: 13.02vw;
}

/* display */
.d-desktop-none {
    display: none !important;
}

.d-mobile-none {
    display: initial;
}

.bottom-footer {
    border-top: 1px solid #5C5858 !important
}

.service-icon {
    width: 50px;
    max-width: 67px;
}

.padding-left-4 {
    padding-left: 3.95vw;
}

.managers .swiper-button-next {
    position: absolute !important;
    top: 25% !important;
}

.managers .swiper-button-prev {
    position: absolute !important;
    top: 25% !important;
    left: 0 !important;
}

.l-unset {
    left: unset !important;
}

.r-unset {
    right: unset !important;
}

.borderd-deco {
    border: 1px solid var(--m-orange);
    border-radius: 50px 0px 0px 50px;
    height: fit-content;
    border-right: none;
}

@media (max-width:1700px) {

    /* fonts */
    .f-8 {
        font-size: 8px;
    }

    .f-16 {
        font-size: 14px !important;
    }

    .f-18 {
        font-size: 14px;
    }

    .f-20 {
        font-size: 14px;
    }

    .f-24 {
        font-size: 16px;
    }

    .f-22 {
        font-size: 15px;
    }

    .f-26 {
        font-size: 18px;
    }

    .f-30 {
        font-size: 21px;
    }
    .f-35 {
        font-size: 25px!important;
    }
    .f-40 {
        font-size: 27px;
    }

    .f-45 {
        font-size: 30px;
    }

    .f-48 {
        font-size: 35px;
    }

    .f-25 {
        font-size: 16px;
    }

    .f-60 {
        font-size: 50px;
    }
.empowered-by-section    .f-60 {
    font-size: 44px;
}
    .f-70 {
        font-size: 47px;
    }

    .top-image .f-70 {
        font-size: 37px;
    }

    .f-80 {
        font-size: 60px;
    }
    .f-75{
        font-size: 65px;
    }
    .f-150 {
        font-size: 110px;
    }
    .about-item img {
        height: 60%;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:focus,
    .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
        font-size: 14px !important;
        height: 40px;
    }

    .text {
        padding-left: 1.5625vw;
        margin-top: 4vh;
        line-height: 1.8;
        width: 100%;
    }

    .tech-items img {
        width: 16vw;
    }
    .first .tech-items img {
        width: 13vw;
    }
    .data {
        padding-left: 10px;
    }
}

@media (max-width: 1500.98px) {
    .toggle-container {
        height: 55px;
    }

    
}

@media (max-width: 767.98px) {}

@media (max-width: 1200px) {

    /* fonts */
    .f-8 {
        font-size: 8px;
    }

    .f-16 {
        font-size: 10px !important;
    }
    footer .f-16 {
        font-size: 12px !important;
    }
    .f-18 {
        font-size: 18px;
    }

    .f-20 {
        font-size: 16px;
    }

    footer .f-20 {
        font-size: 12px;
    }

    .f-22 {
        font-size: 20px;
    }

    .f-mobile-15 {
        font-size: 15px;

    }

    .label.label {
        font-size: 14px;
    }

    .managers .f-25 {
        font-size: 16px;
    }

    .managers .f-20 {
        font-size: 16px;
    }

    .managers .f-18 {
        font-size: 14px;
    }

    .case-study .f-22 {
        font-size: 15px;
    }

    .f-24 {
        font-size: 24px;
    }

    .f-24.value {
        font-size: 16px;
    }

    .cases .label {
        font-size: 18px;
    }

    .f-25 {
        font-size: 16px;
    }

    .f-26 {
        font-size: 26px;
    }

    .f-30 {
        font-size: 18px;
    }

    .f-40 {
        font-size: 20px;
    }

    .f-45 {
        font-size: 22px;
    }

    .f-48 {
        font-size: 30px;
    }

    .customer .f-20 {
        font-size: 16px;
    }

    .f-60 {
        font-size: 45px;
    }

    .f-70 {
        font-size: 30px !important;
    }

    .f-70 {
        font-size: 40px;
    }

    .f-80 {
        font-size: 35px;
    }   
     .empowered-by-section .f-60 {
        font-size: 33px;
    }

    .borderd-deco .f-16 {
        font-size: 12px !important;
    }

    /* display */
    .d-desktop-none {
        display: initial !important;
    }

    .d-mobile-none {
        display: none !important;
    }
    .our-companies .navig{
        bottom: 10px;
        position:absolute!important;
        width: 100%;
    }

.company {
    min-height: 57vh !important;
}
.company p{
    text-align: center;
    font-size: 20px;
}

.company-name{
    margin-left: auto;
    margin-right: auto;
    font-size: 28px!important;
}
.our-companies-bg{
    min-height: 100vh;
}
.our-companies-bg .swiper-button-next, .our-companies-bg .swiper-rtl .swiper-button-prev,
.our-companies-bg .swiper-button-prev, .our-companies-bg .swiper-rtl .swiper-button-next {
    background-color:   #262626!important;
}

.our-companies-bg .swiper-button-next:after, .our-companies-bg .swiper-rtl .swiper-button-prev:after,
.our-companies-bg .swiper-button-prev:after, .our-companies-bg .swiper-rtl .swiper-button-next:after {
    color: #E6E6E6!important;
}
.section.our-offices{
    background-image: url('../img/home/our-offices/bg-mobile.svg');
}
.h-lg-100{
    height: unset;
}
.tech-items img {
    width: 33vw;
}
.first .tech-items img {
    width: 33vw;
}
    /* only mobile */
    .main {
        padding-top: 11vh;
    }

    nav {
        height: 11vh;
    }

    .contact-us-top-image {
        height: 27vh;
    }
    .industry-item{
        width: 50%;
    }    .industry-item img{
        width: 30vw;
    }
    .quote {
        background-image: url(../img/fca/customer-mobile.png);
        background-position-x: center;

    }
    .m-mobile-black{
        color: var(--m-white)!important
    }
    .our-companies-bg {
        background-position-x: center;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-image:url('../img/home/our-companies/mobile-bg.png')
    }
    .our-companies-bg-2{
        background-image:url('../img/home/our-companies/mobile-bg2.svg')!important;
    }
    .fixed-height-mobile{
        height: 32vh;
    }
    .line-height-09{
    line-height: 1.1;
}
    .mowara-pattern {
        background-image: url(../img/home/hero-section/mowara-mobile.png);
        opacity: .2
    }
    .our-offices-bg .swiper-button-next,
    .our-offices-bg .swiper-button-prev {
        position: initial !important;
    }
    .fca {
        background-image: url(../img/fca/suppliers-mobile.png);
        background-position-x: center;
    }

    .company-image-container {
        text-align: center;
        width: 100%;
        height: 21vh !important;
        background-color: white;
    }

    p.regular {
        font-weight: 300;
    }

    .mobile-light {
        font-weight: 300 !important;
    }

    .mobile-office-image {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-border-right-1 {
        border-right: 1.5px solid var(--m-orange);
    }

    .back {
        width: 6.938vw;
    }

    .h-17 {
        height: 10.38vh !important
    }

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: none !important;
    }

    .w-3vw {
        width: 21vw;
    }

    .w-60 {
        width: 60%;
    }

    .mobile-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 33;
        background: var(--m-black);
        bottom: 0;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        display: flex;
    }

    .mobile-menu:not(.active) {
        right: -100%;
        transition: all 1s ease-in-out;
    }

    .mobile-menu.active {
        right: 0;
        transition: all 1s ease-in-out;
    }

    .mobile-menu .navbar-nav.h-100 {
        height: fit-content !important;
    }

    .nav-link {
        color: var(--m-grey) !important;
    }

    .border-none {
        border: none !important;
    }

    /* .navbar .mobile-menu{
    display: none;
}
.navbar .mobile-menu.active{
    display: flex;
} */

    main {
        padding-top: 11vh;
    }

    .mobile-menu .buttons,
    .mobile-menu .navbar-nav {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .mobile-menu .back {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .mobile-menu .buttons {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .mobile-menu .nav-link {
        font-size: 16px !important;
    }

    .mobile-menu .buttons a {
        margin: 0.5rem 0rem;
        height: 45px !important;
        display: flex;
        align-items: center;
    }

    .mobile-menu .w-1vw {
        width: 4vw;
    }

    .nav-item .menu {
        display: none;
    }

    .nav-item .mobile-submenu {
        height: 0;
        overflow-y: hidden;
        display: flex;
        transition: all .8s ease-in-out;

    }

    .nav-item .active.mobile-submenu {
        height: 15vh;
        overflow-y: scroll;
        transition: all .8s ease-in-out;

    }

    ul.navbar-nav,
    .beyond-item,
    .services-item {
        width: 100% !important;
    }

    .nav-item #Path_2984 {
        stroke: var(--m-grey);
    }

    .nav-item:hover .menu {
        display: none !important;
    }

    .nav-link.h-100 {
        height: fit-content !important;
    }

    .nav-item {
        width: fit-content;
    }

    .hero-image {
        margin-left: 0 !important;
        width: 100%;
        padding-bottom: 2%;
        padding-top: 2.7vh;
    }

    .our-services-image {
        padding-bottom: 2%;
        padding-top: 3.246vh;
        padding-left: 1.5625vw;
        padding-right: 1.5625vw;
        margin-left: 0 !important;
        width: 100%;
    }

    .service-icon {
        width: 9.39vw;
        max-width: 67px;
    }

    .service-title {
        line-height: 1;
    }

    .mt-mobile-9 {
        margin-top: 9vh !important;
    }

    .mb-12 {
        margin-bottom: 8vh !important;
    }

    .tech-items .mt-12 {
        margin-top: 8vh !important;

    }

    .mt-5vh {
        margin-top: 0;
    }

    .mb-5vh {
        margin-bottom: 1rem;
    }

    .office {
        height: fit-content;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    /* customes */
    .mobile-w-100 {
        width: 100%;
    }

    .mb-13 {
        margin-bottom: 0;
    }

    .ml-6 {
        margin-left: 0;
        margin-right: auto;
        margin-top: 2vh;
    }

    .marque-container {
        height: fit-content;
        padding-bottom: 3vh;
        margin-bottom: 1.5rem;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .hero-text {
        padding-bottom: 20px;
    }
    .hero-text-margin {
        padding-bottom: 20px;
    }
    .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus,
    .btn-primary, .btn-primary:hover, .btn-primary:focus {
        height: 35px !important;
        min-width: 100px !important;
    }

    .mt-40px {
        margin-top: 2vh;
    }

    .img-width {
        width: 50.06vw;
    }

    [data-toggle="collapse"]:not(.collapsed) {
        color: var(--m-orange) !important;
    }

    .section,
    .hero-section,
    .our-service,
    .our-services {
        height: fit-content;
    }

    .our-clients {
        height: 80vh;
    }

    footer .cont {
        height: fit-content;
    }

    .text {
        margin-top: 0;
        width: 100%;
        line-height: 1.5;
    }

    .title {
        margin-top: 0;
    }

    .title-responsive-hero {
        border-bottom: none !important;
        border-right: none !important
    }

    .title-responsive-hero::before {
        border-right: none !important;

    }

    .case {
        height: fit-content;
    }

    .hero-section .hero-text {
        margin-top: 0vh;
        padding-top: 0vh;
    }

    .mobile-border-top-grey-1px {
        border-top: 1px solid #5C5858;

    }

    .bottom-footer.wrapper {
        padding: 0 !important;
    }

    /* border */
    .border-left-3px {
        /* border-left: 1.5px solid #f26738; */
    }

    .title {
        /* border-right:1.5px solid var(--m-orange);
    border-top: 1.5px solid var(--m-orange);
    border-bottom: 1.5px solid var(--m-orange); */
    }

    .title-v2 {
        /* border-right:1.5px solid var(--m-orange);
    border-top: 1.5px solid var(--m-orange); */
    }

    .about-item {
        width: 50%;
    }

        .youtube-banner {
        width: 79.48vw;
        height: 50vh;
        border: 3px solid #f26738;
    }

    .youtube-container {
        height: fit-content;
        padding:2rem 0;
    }

    .m-bg-black {
        background-size: cover;
        background-position-x: left;
    }

    .about-item img {
        height: 7.89vh;
    }

    .mt-12 {
        margin-top: 4vh;
    }

    .tech-items {
        width: 50%;
    }


    .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }

    .our-clients .swiper-slide {
        width: 57.875vw;
        height: 17.29vh;
    }

    .company {
        padding-top: 2vh;
        height: fit-content;
    }

    .bottom-footer {
        border-top: 1px solid #5C5858 !important
    }

    /* layout */
    .wrapper, .mobile-wrapper {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .wrapper-left {
        padding-left: 5vw;
    }

    .wrapper-right {
        padding-right: 5vw;
    }
    .borderd-deco.wrapper-right{
        padding-right: 1vw;
    }
    .margin-right-5vw {
        margin-right: 5vw;
    }

    .left-5vw {
        left: 5vw;
    }

    .hero-section.wrapper-left,
    .our-services.wrapper-left,

    .about-bg.wrapper-left,
    .our-companies-bg.wrapper-left,
    .youtube-container.wrapper-left,
    .wrapper-left.bg-mo  {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .bordered-left-right,
    .bordered-left,
    .bordered-right {
        border: none;
    }

    .navbar-brand img {
        max-width: 31vw !important;
        width: 31vw !important;
        max-height: 10vh;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar, .navbar-collapse {
        background-color: var(--m-black) !important;
    }

}
@media (max-width: 767.98px) {
    .f-22 {
        font-size: 16px;
    }
    .f-60 {
        font-size: 30px;
    }
    .company p{
        text-align: center;
        font-size: 13px;
    }
    .company-image-container {
        height: 16vh !important;
    }
    .company-name{
        font-size: 20px!important;
    }
    .company{
        min-height: 55vh!important;
    }
    .mobile-office-image{
        max-width: 100%;
    }
}
@media (min-width: 991.98px) and (max-width: 1200px)  {
    .back {
        width: 2.938vw;
    }
    .mobile-menu .w-1vw {
        width: 2vw;
    }
    .first .tech-items img{
        width: 20vw;
    }
    .img-width {
        width: 30.06vw;
    }
    .hero-text{
        height: fit-content;
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .navbar-brand img{
        width: 20vw;
    }
    .imageSwiper2{
        display: none!important;
    }
    .d-mobile-none.our-service{
        display: inline-block!important;

    }
    .tech-items{
        width: 30%;
    }
    .w-60 {
        width: 45%;
    }
    .our-clients .swiper-slide {
        width: 42.875vw;
        height: 27.29vh;
    }
    .navbar {
        height:fit-content
    }
    .h-17 {
        height: 14vh !important;
    }
        .industry-item img {
        width: 175px;
    }
}
.captcha {
    height: 30px;
    width: 160px;
    margin: 15px 0;
}

.captcha span {
    float: right;
    line-height: 30px;
    font-size: 13pt;
    font-weight: bolder;
}

.captcha .check {
    border-radius: 3px;
    width: 30px;
    height: 30px;
    border: 2px solid green;
    display: inline;
    position: absolute;
    cursor: pointer;
}

/*Styles for check animation*/
.check .wrapper {
    width: 25px;
    display: inline;
    margin: 4em auto 0;
}

.check .checkmark {
    stroke: green;
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    -webkit-animation: dash 2s ease-out forwards;
    animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/*End check animation*/