@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
        url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
        url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
        url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
        url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
        url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Microgramma D';
    src: url('../fonts/MicrogrammaD-BoldExte.woff2') format('woff2'),
        url('../fonts/MicrogrammaD-BoldExte.woff') format('woff'),
        url('../fonts/MicrogrammaD-BoldExte.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}









@font-face {
    font-family: 'Noto Kufi Arabic Light';
    src: url('../fonts/arabic/NotoKufiArabic-Light.woff2') format('woff2'),
        url('../fonts/arabic/NotoKufiArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Arabic Regular';
    src: url('../fonts/arabic/NotoKufiArabic-Regular.woff2') format('woff2'),
        url('../fonts/arabic/NotoKufiArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Arabic Medium';
    src: url('../fonts/arabic/NotoKufiArabic-Medium.woff2') format('woff2'),
        url('../fonts/arabic/NotoKufiArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Arabic SemiBold';
    src: url('../fonts/arabic/NotoKufiArabic-SemiBold.woff2') format('woff2'),
        url('../fonts/arabic/NotoKufiArabic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Noto Kufi Arabic Bold';
    src: url('../fonts/arabic/NotoKufiArabic-Bold.woff2') format('woff2'),
        url('../fonts/arabic/NotoKufiArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Variables Start */

:root {
    --Grey: #9293AB;
    --darkBlue: #172942;
    --lightBlue: #74D4FF;
    --black: #000000;
    --BgPrimary: #353949;

    --whiteText: #F5F5F5;
    --bgGradient: linear-gradient(90.34deg, #1B4F7A -10.16%, #74D4FF 64.42%, #CAEFFF 102.06%);

    --bgGradientar: linear-gradient(90.34deg,  #CAEFFF -10.16%, #74D4FF 64.42%, #1B4F7A 102.06% );

    --headingBold: "benzin-bolduploaded_file";
    --bold: "poppinsbold";
    --extrabold: "poppinsextrabold";
    --extralight: "poppinsextralight";
    --light: "poppinslight";
    --medium: "poppinsmedium";
    --regular: "poppinsregular";
    --semibold: "poppinssemibold";
    --thin: "poppinsthin";
    --textblack: "poppinsblack";
    --headingtextar: "Microgramma D";



    --arThin: "Noto Kufi Arabic Thin";
    --arExtraLight: "Noto Kufi Arabic ExtraLight";
    --arLight: "Noto Kufi Arabic Light";
    --arRegular: "Noto Kufi Arabic Regular";
    --arMedium: "Noto Kufi Arabic Medium";
    --arSemiBold: "Noto Kufi Arabic SemiBold";
    --arBold: "Noto Kufi Arabic Bold";
    --arExtraBold: "Noto Kufi Arabic ExtraBold";
    --arBlack: "Noto Kufi Arabic Black";

}





/* Variables end */

body.direction-rtl header nav.navbar ul li.active a,
body.direction-rtl .btn {
    font-family: var(--arMedium);
}
body.direction-rtl header nav.navbar ul li a,
body.direction-rtl header nav.navbar ul li a>* {
    font-family: var(--arRegular);
}

body.direction-rtl,
body.direction-rtl>* {
    font-family: var(--arRegular);
}

/* body.direction-rtl .btn,
body.direction-rtl .btn>* {
    font-family: var(--arMedium);
} */

/* body.direction-rtl .__semiBold,
body.direction-rtl .__semiBold>* {
    font-family: var(--arsemiBold);
} */

body.direction-rtl .heading,
body.direction-rtl .Sheet_contant h1,
body.direction-rtl .sub-heading {
    font-family: var(--arBold);
    letter-spacing: 0px !important;
}
/* body.direction-rtl 
body.direction-rtl .Sheet_contant h1>* {
    font-family: var(--arBold);
    letter-spacing: 0px !important;
} */

/* body.direction-rtl .sub-heading,
body.direction-rtl .sub-heading>* {
    font-family: var(--arBold);
    letter-spacing: 0px !important;
} */
body.direction-rtl .metal_sheet ,
body.direction-rtl .metal_sheet >* {
    font-family: var(--arBold);
}
body.direction-rtl .footer-nav ul li a, 
body.direction-rtl .footer-copyright, 
body.direction-rtl .footer-copyright a {
    font-family: var(--arRegular);
}



.text-primary {
    color: var(--primaryText);
}




html {
    width: 100%;
    /*height: 100%;*/
}

body {
    font-family: var(--regular);
    font-style: normal;
    font-size: 15px;
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primarytext);
    letter-spacing: .5px;
    margin-top: 0
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--bold);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;

}

/* h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #54ea87
} */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    /* text-decoration: none; */

}

p {
    color: var(--Grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 6px;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a img {
    -webkit-transition: .3s;
    transition: .3s
}

a img:hover {
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
}

a,
.btn {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    /* color: #21273d; */
    text-decoration: none
}

a,
button {
    outline: medium;

}

h1 {
    font-size: 35px;
    font-weight: 500
}

h2 {
    font-size: 30px;
    font-weight: 600
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11px
}

.text-uppercase {
    text-transform: uppercase
}

label {
    color: var(--Grey);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    /* background: #1a73e8; */
    color: var(--whiteText);
    text-shadow: none
}

*::-moz-selection {
    /* background: #1a73e8 none repeat scroll 0 0; */
    color: var(--whiteText);
    text-shadow: none
}

::selection {
    /* background: #1a73e8; */
    color: var(--whiteText);
    text-shadow: none
}

*::-moz-placeholder {
    font-size: 14px
}

*::-webkit-input-placeholder {
    color: var(--whiteText);
    font-size: 14px
}

*:-ms-input-placeholder {
    color: var(--whiteText);
    font-size: 14px
}

*::placeholder {
    color: var(--whiteText);
    font-size: 14px
}

.text-center {
    text-align: center
}

.container-fluid {
    max-width: 100%;

}

.header-area {
    position: fixed;
    width: 100%;
    z-index: 105;
    height: 64px;
}

.header-area>.container-fluid>.row {
    flex-grow: 1;
}

.right-menu .navbar-toggler {
    display: none;
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.5);
}


.d-flex {
    display: flex;
}

.btn {
    padding: 0 12px;
    height: 42px;
    line-height: 40px;
    font-family: var(--medium);
    border: transparent;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    min-width: 120px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    
}
.Banner-btn{
    margin: auto;
}

.btn.btn-primary {
    background-color: var(--darkBlue);
    border-radius: 10px;
}

/* .btn.btn-primary:hover{
    background-color: var(--primaryTextHover);
} */
.btn.btn-secondary {
    background: var(--bgGradient);
    border: 1px solid var(--bgGradient);
    color: var(--black);
    align-items: center;
    gap: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
}

.btn.btn-white {
    background: var(--whiteText);
    border: 1px solid var(--whiteText);
    color: var(--black);
    align-items: center;
    gap: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
}



.btn.work-with-us img {
    width: 21px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    max-width: 202px;
    height: auto;
}

.navbar-toggler {
    display: none;
}

.logo {
    font-size: 25px;
    line-height: 64px;
    display: flex;
    width: auto;
    max-width: auto;
    align-items: center;
    height: 100%;
}

.logo svg {
    width: 165px;
}

header nav.navbar {
    display: flex;
    padding: 0 1rem;
}

header nav.navbar ul {
    display: flex;
}

header nav.navbar ul li {
    position: relative;
}

header nav.navbar ul li a {
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: var(--regular);
    margin: 0px 3px;
}

header nav.navbar ul li a:hover:not(.active) {
    background: var(--bgGradient);
    border-radius: 10px;
    padding: 5px 8px;
}

header nav.navbar ul li.active a {
    background: var(--bgGradient) !important;
    border-radius: 10px;
    color: var(--black);
    font-family: var(--regular);
}


header nav.navbar ul li a.nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}

header nav.navbar ul li.item-work {
    display: none;
}

.dropdown-lang .btn {
    background-color: rgba(25, 45, 2216, .6);
    /* border: 1px solid #1918D8; */
}

.rightNavBtn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-lang .btn:hover {
    color: #fff;
}

.work-lang-btns {
    display: flex;
    gap: 10px;
}

.work-lang-btns a.btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.call-box {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-us {
    display: flex;
    align-items: center;
    gap: 7px;
}




/* .select-lang {
    position: fixed;
    width: 144px;
    height: 36px;
    right: 20px;
    bottom: 20px;
    z-index: 100;
} */

/* .bootstrap-select .btn-default{
    background-color: #0068c9;
    border: 1px solid #1918D8;
} */
/* .dropdown-menu.open.show .dropdown-menu.inner.selectpicker {
    display: inline-block;
} */
/* .dropdown-menu.open.show{
    padding-top: 0;
    padding-bottom: 0;
    bottom: 38px;
} */
 .flag-icon-squared{
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
}
/* .bootstrap-select .flag-icon-squared.flag-icon-au{
    background-size: 49px;
    background-position: top left -5px;
} */
/* .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    display: flex !important;
    gap: 10px;
    align-items: center;
} */
/* .bootstrap-select .btn-default:hover{
    color: #fff;
} */
/* .dropdown-menu.open.show .dropdown-menu.inner{
    display: block;
} 
.dropdown-menu.open.show .dropdown-menu.inner li a .text{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}  */
/* .dropdown-menu.open.show .dropdown-menu.inner li{
    border-bottom: 1px solid #d5d5d5;
} */
/* .dropdown-menu.open.show .dropdown-menu.inner li:last-child{
    border-bottom: none;
}
.dropdown-menu.open.show .dropdown-menu.inner li a{
    padding: 7px 10px 7px 10px;
    display: flex;
    color: var(--blue);
    font-family: var(--medium);
    text-decoration: none;
} */
/* .dropdown-menu.open.show .dropdown-menu.inner li a:hover{
    background-color: #DDD;
} */


.bs-caret {
    display: none;
}

.col-menu-left.hdr-d-board {
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-menu.dropdown-menu-links {
    position: absolute;
    width: 200px;
    padding: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.navbar-nav .dropdown-menu.dropdown-menu-links a.dropdown-item {
    border-bottom: 1px solid #eaeaea;
    font-size: 0.95rem;
    color: #80868b;
}

.navbar-toggler {
    padding: 0.25rem 0.55rem;
    border: 1px solid var(--primaryText);
    background-color: var(--primaryText);
    border-radius: 4px;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}

.banner-area {
    /* background-image: url(../images/header-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh + 50px);
    min-height: 600px;
    position: relative;
}

.headerOverlay {
    background-image: url(../images/overlay.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 600px;
    position: absolute;
    z-index: 5;

    left: 0;
    right: 0;
}

.layer {
    background-image: url(../images/layer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    width: 100%;
}


.header-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.header-container>.row {
    height: 100%;
    width: 100%;
}

.header-section-content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.header-section-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 20;
}

.header-section-detail {
    width: 100%;
}

.header-section-detailInner {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.navNumberWrapper {
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center;
}

.navNumber {
    font-size: 60px;
    color: var(--secondaryText);
}

.navNumberDetail {
    font-size: 22px;
    color: var(--secondaryText);
    line-height: 32px;
}

header.sticky {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: rgba(0, 0, 0, 0.5);
}

.h-s-c-large-heading {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: auto;
}


.navbar-collapse.collapse.show {
    display: block !important;
}

/* .scrollDownBtn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 90px;
    margin: auto;
    display: flex;
    cursor: pointer;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    z-index: 30;
} */

/* .scrollDownBtnIcon {
    width: 35px;
}

.scrollDownText {
    color: #fff;
    font-size: 14px;
    width: fit-content;

} */

#primaryVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/************************************About Us***********************************/


.form-group {
    margin-bottom: 20px;
    position: relative;
}


.form-group .form-control {
    border-radius: 10px;
    background-color: rgba(146, 147, 171, 0.2);
    border: none;
    padding: 10px 10px 12px 45px;
    border-bottom: 2px solid var(--mediumGrey);
    color: var(--Grey);
}

.form-group textarea.form-control {
    min-height: auto;
    height: 150px;
    overflow-y: hidden;
    /* resize: none; */
}

.common-section {
    padding-top: 35px;
    background-color: var(--darkBlue);
    background-image: url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}


.common_space {
    padding-top: 80px;
    padding-bottom: 50px;

}



/***********************About US**********************/
.About_sec {
    position: relative;
    /* display: flex; */
}

.vector_img {
    content: '/';
    position: absolute;
    top: -116px;
    left: 130px;

}

.vector_img img {
    width: 13vw;
}

.About_img {
    position: absolute;
    width: 50vw;
    /* height: 95vh; */
    top: 15px;
    right: 15px;
}

.about_content {
    padding: 0px 15px;
}

.context_text {
    font-size: 19px;
    position: relative;
    bottom: 17px;
    left: 6px;

}

.vector_design {
    position: absolute;
    top: 70px;
    right: 94px;
    /* height: 456px; */

}



.detail-offer p {
    margin: 20px auto;
    font-size: 20px;
    width: 75%;
}









/*************************Services**************************/



.servicesTabsRow .tab-content {
    width: 100%;
    position: relative;
}

.servicesTabsRow {
    padding: 15px 50px 0 50px;
    min-height: 450px;
}

.servicesTabsRowClient {
    min-height: auto;
}

.itemServices {
    /* background-color: #3D3D3D; */
    border: 1px solid var(--mediumGrey);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    float: left;
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.owl-carousel .owl-stage {
    display: flex !important;
}

.owl-carousel .owl-item {
    display: flex !important;
    padding: 4px;
}

.owl-carousel-1 .owl-stage {
    display: flex !important;
}

.owl-carousel-1 .owl-item {
    display: flex !important;
    padding: 4px;
}

.itemServicesImg {
    padding-top: 0px;
    height: 160px;
    display: flex;
    width: 100%;
    align-items: center;
}

.owl-carousel .owl-item .itemServicesImg img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    width: unset;
}

.owl-carousel-1 .owl-item img {
    /* width: auto;
    max-height: 100%;
    display: flex; */
    height: 200px;
    border-radius: 40px;
}

.serviceTitle {
    color: var(--secondaryText);
    font-family: var(--headingBold);
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 5px;
    display: flex;
    width: 100%;
}

.serviceText {
    color: var(--secondaryText);
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    width: 100%;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
}

.owl-theme .owl-nav button {
    background: transparent;
    border: 0;
    margin: 0 !important;
}

.owl-nav button:hover {
    background-color: transparent !important;
    background: transparent !important;
}

.owl-nav span {
    display: none !important;
}

.owl-theme .owl-nav .owl-next {
    width: 85px;
    height: 65px;
    right: -66px;
    background-image: url(../images/silde-arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-size: 100px !important;
    float: right;
    position: relative;
}
.owl-carousel .owl-item img {
    border-top-right-radius: 40px;
}

/* .owl-theme .owl-nav .owl-next:hover {
    width: 40px;
    height: 40px;
    background-image: url(../images/silde-arrow-right.svg) !important;
    background: url(../images/right-slider-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 40px !important;
} */

.owl-theme .owl-nav .owl-prev {
    width: 85px;
    height: 65px;
    right: 86px;
    background-image: url(../images/silde-arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-size: 100px !important;
    float: left;
    position: relative;
    /* right: 100px; */
}

/* .owl-theme .owl-nav .owl-prev:hover {
    width: 40px;
    height: 40px;
    background-image: url(../images/silde-arrow-right.svg) !important;
    background: url(../images/left-slider-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 40px !important;
} */

/* .owl-carousel .owl-stage-outer {
    padding-left: 5px;
    padding-right: 5px;
} */

/* .owl-stage > .owl-item.active{
    background-color: #0e4621;
    margin-left: 3px;
}

.owl-stage > .owl-item.active ~ .owl-item.active {
    background-color: #723a0d;
    margin-left: unset;
} */
/* .features-wrapper {
    padding-bottom: 40px;
} */


.itemClientImg {
    background-color: var(--darkBlue);
    padding: 14px;
    height: 700px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0px 50px 0px 0px;
    background-clip: padding-box;
    /* border-radius: 0px 50px 0px 0px; */
}


/* .service_img{
    width: 252px;
    height: 164px;
    border-top-right-radius:20px ;

} */

.itemClientImg::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: var(--bgGradient);
    content: '';
    z-index: -1;
    border-radius: 0px 50px 0px 0px;
}

.detail_slider p {
    font-size: 16px;
    color: var(--Grey);
}



.Count {

    font-size: 90px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    z-index: -1;


}

.workerImg {
    position: absolute;
    right: 200px;
    bottom: 2px;
    z-index: 111;
}

/* .itemClientImg img {} */

/* .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.tab-content>.active {
    display: block;
    visibility: visible;
    height: auto;
} */

.metal_sheet {
    position: relative;
    /* border: 1px solid white; */
    outline: none;
    border-radius: 35px;
    padding: 50px 0px;
    padding-left: 100px;
    color: var(--whiteText);
    background-image: url(../images/Metal.png);
    background-position: center;
    /* margin: 10px 0px; */

}

.tab-content {
    margin-top: 40px !important;
}

.worker {
    left: 50px;
    position: absolute;
    top: 55px;
    z-index: -1;
}

.worker img {
    width: 96%;
}

/* portfolio  */

.common_sec {
    position: relative;
    z-index: 1;
}

.portfolio {
    background-color: var(--BgPrimary);
    background-image: url(../images/portfolioLayer.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding-top: 90px;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.portfolio::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: var(--bgGradient);
    border-radius: 40px;
    z-index: -1;
}



/**********************Contact US**********************/

.contact-col-first {
    padding-right: 50px;
}

.contact-col-second {
    padding-top: 12px;
}

.contactFormIcon {
    position: absolute;
    left: 12px;
    top: 8px;
}

.contactFormIcon img {
    width: 24px;
}

.contact-btn {
    float: right;
}

.contactDetailRow {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contactDetailRow .contactDetailIcon {
    max-width: 25px;
    min-width: 25px;
}

.contactDetailRow .contactDetailIcon img {
    width: 20px;
    max-height: 30px;
}

.contactDetailText {
    font-size: 15px;
    color: var(--Grey);
    line-height: 25px;
}

.detail-primary-contact {
    padding-right: 50px;
    padding-left: 0px;
}

.contactDetailTextAddress {
    padding-right: 120px;
}

.contact_sec {
    background-color: var(--BgPrimary);
    background-image: url(../images/portfolioLayer.png);
    background-repeat: no-repeat;
    border-radius: 32px;
    background-size: 100% 100%;
    padding: 50px;
}

.contact_text {
    font-size: 32px;
}

.contact_note {
    margin-top: 22px;
    font-size: 16px;
}

/******************************************************/

footer {
    position: relative;

    background-color: transparent;
    /* background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    /* border-top: 1px solid var(--Grey); */
    padding-left: 0px !important;
    padding-right: 0px !important;


}
footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: -13;
    width: 100vw;
    border-top: 1px solid var(--Grey);
}

.h-t-m {
    position: relative;
    /* top: 25px; */
}


.footer-logo {
    width: 100px;
}

.footer-content {
    display: flex;
    width: 100%;
}

.footer-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--secondaryText);
    width: 100%;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 40px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}

.footer-nav ul {
    display: flex;
    gap: 30px;
    width: fit-content;
}

.footer-nav ul li a {
    font-family: var(--regular);
    font-size: 15px;
    color: var(--Grey);
    text-decoration: none;
    padding: 5px 8px;

}

/* .footer-nav ul li a:focus {
    color: #fff;
} */

.footer-nav ul li a:hover {
    background: var(--bgGradient);
    border-radius: 10px;

}

.footer-copyright {
    display: flex;
    align-items: center;
    padding-top: 5px;
    font-family: var(--regular);
    font-size: 15px;
    color: var(--Grey);
    width: fit-content;
}

.copyrightContainer {
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
    /* padding-right: 30px;
    margin-right: 30px; */
    margin: 0px 10px 0 0;
}

.footer-copyright a {
    font-family: var(--regular);
    font-size: 15px;
    color: var(--Grey);
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.copyrightContainer::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--Grey);
    position: absolute;
    right: -5px;
    top: -2px;
    bottom: 0;
    margin: auto;
}

/* .phoneContainer {
    display: flex;
    align-items: center;
    padding-top: 5px;
    font-family: var(--regular);
    font-size: 15px;
    color: var(--secondaryText);
    white-space: nowrap;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    gap: 7px;
} */

/* .phoneContainer img {
    width: 20px;
} */

/* .phoneContainer::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--secondaryText);
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
} */

.developedContainer {
    display: flex;
    gap: 5px;
}

.followContainer {
    display: flex;
    gap: 15px;
}

.social-footer {
    display: flex;
    gap: 15px;
}

.social-footer a img {
    max-width: 20px;
    max-height: 20px;
}

.btn-close {
    width: 2em;
    height: 2em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}


.socialContainerSticky {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    display: flex;
    gap: 15px;
    z-index: 10;
    height: 390px;
    flex-wrap: wrap;
    width: 20px;
}

.socialContainerSticky a {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialContainerSticky a img {
    max-width: 25px;
    max-height: 25px;
}

.dropdown-menu.open.show {
    right: 0;
}

.vector {
    position: relative;
    left: 10px;
}





/* .select-lang {
    width: 36px;
}
.dropdown-toggle::after {
    margin-left: 0.55em;
}
.bootstrap-select > .dropdown-toggle {
    min-width: 36px;
    max-width: 36px;
    padding: 0;
    border-radius: 50%;
    padding-left: 5px;
    border: 1px solid #fff;
}
.bootstrap-select > .dropdown-toggle::after {
    display: none;
}
.bootstrap-select > .dropdown-toggle .filter-option{
    
   
} */

.bootstrap-select .btn-default {
    background: var(--bgGradient);
    color: var(--green);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.bootstrap-select .flag-icon-squared {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
}

.bootstrap-select .flag-icon-squared.flag-icon-au {
    background-size: 49px;
    background-position: top left -5px;
}

.dropdown-menu.open.show .dropdown-menu.inner.selectpicker {
    display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

/* .bootstrap-select .btn-default:hover{
    color: #fff;
} */
.dropdown-menu.open.show .dropdown-menu.inner {
    display: block;
}

.dropdown-menu.open.show .dropdown-menu.inner li a .text {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.dropdown-menu.open.show .dropdown-menu.inner li {
    border-bottom: 1px solid #d5d5d5;
}

.dropdown-menu.open.show .dropdown-menu.inner li:last-child {
    border-bottom: none;
}

.dropdown-menu.open.show .dropdown-menu.inner li a {
    padding: 7px 10px 7px 10px;
    display: flex;
    color: var(--green);
    font-family: var(--regular);
    text-decoration: none;
}

.dropdown-menu.open.show .dropdown-menu.inner li a:hover {
    background-color: #DDD;
}

/* .dropdown-toggle::after {
    display: none;
} */

.bootstrap-select>.dropdown-toggle::after {
    margin-top: 0px;
}

.dropdown-toggle::after {
    margin-left: .6em;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

s .swal2-popup {
    background-color: var(--darkGrey) !important;
    border: 1px solid #828282 !important;
}

.swal2-title {
    color: #fff !important;
}

.swal2-html-container {
    color: #fff !important;
}

.swal2-styled.swal2-confirm {
    background-color: transparent !important;
    border: 1px solid var(--secondaryText) !important;
    color: var(--secondaryText) !important;
    align-items: center !important;
    width: 100px !important;
    box-shadow: none !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: var(--primaryText) !important;
    color: #fff !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(255, 255, 255, 0.3) !important;
}

.swal2-icon.swal2-success {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #ffffff !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #ffffff !important;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    background-color: #4d4d4d !important;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    background-color: #4d4d4d !important;
}

.call-box {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsappFixed {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 500;
    /* box-shadow: 0px 3px 30px -12px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 30px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 30px -12px rgba(0,0,0,0.4); */
}

.whatsappFixed img {
    width: 100%;
    height: 100%;
}

.sub-heading {
    font-family: var(--headingtextar);
    font-style: normal;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0.1rem;
    -webkit-text-stroke: 1px #63b2c7d4;
    color: transparent;

}

.heading {
    font-family: var(--headingtextar);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;


}

.grandient_text {
    background: var(--bgGradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.heading_text {
    font-size: 54.78px;
}


.SubHeading_stk {
    position: absolute;
    left: 3px;
    bottom: 49px;
    z-index: -1;
    letter-spacing: 0.1rem;
    width: 100%;
    text-transform: uppercase;  
}
.show-content {
    max-height: none;
  }

.Sheet_contant {
    position: relative;
    z-index: 10;
}

.Sheet_contant h1 {
    font-size: 44px;
    font-family: var(--headingtextar);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.09em;

}

.Sheet_contant p {
    width: 50%;
    color: var(--whiteText);
    font-size: 18px;
}

.branchLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.branches {
    display: flex;
    /* justify-content: space-evenly; */
    gap: 30px;
}

.branch_text {
    font-size: 13px;
}

.branchesContact {

    width: 400px;
    background-color: var(--BgPrimary);
    background-image: url(../images/portfolioLayer.png);
    background-repeat: no-repeat;
    border-radius: 32px;
    padding: 30px 20px;
    position: relative;
    border: 1px solid transparent;
    /* border-radius: 0px 50px 0px 0px; */
    background-clip: padding-box;

}

.branchesContact::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -2px;
    right: -2px;
    background: var(--bgGradient);
    content: '';
    z-index: -1;
    border-radius: 32px;

}


.branch_call_logo {
    display: flex;
    margin: 14px 0px;


}

.branch_call_logo span {
    margin-right: 8px;
}

.contact_form {
    display: flex;
    justify-content: space-between;

}

.contact_form span {
    width: 48%;
}

.contact_lable {
    font-family: var(--medium);
    margin: 5px 0px;
}



/* gallery  */


.property-gallery-wrapper {
    position: relative;
}

.property-gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 160px);
    height: auto !important;
    margin-top: 30px;
    gap: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.property-gallery-container a {
    position: relative;
}

.property-gallery-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item5 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.item6 {
    grid-column: 3 / 3;
    grid-row: 1 / 2;
}

.item7 {
    grid-column: 4 / 4;
    grid-row: 1 / 3;
}

.item8 {
    grid-column: 3 / 3;
    grid-row: 2 / 3;
}

.item9 {
    grid-column: 4 / 4;
    grid-row: 3 / 3;
}

.item12 {
    grid-column: 3 / 4;
    grid-row: 3 / 3;
    height: 160px;
}

/* .item10 {
    grid-column: 1 / 1;
    grid-row: 3 / 3;
    height: 160px;
}

.item11 {
    grid-column: 2 / 3;
    grid-row: 3 / 3;
    height: 160px;
}

.item12 {
    grid-column: 3 / 4;
    grid-row: 3 / 3;
    height: 160px;
}

.item13 {
    grid-column: 4 / 4;
    grid-row: 3 / 3;
    height: 160px;
} */







.form-group input[type=text] {
    background-image: url('../images/user.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

.contact_form input[type=number] {
    background-image: url('../images/phone1.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

.contact_form input[type=text] {
    background-image: url('../images/subject.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

textarea {
    background-image: url('../images/message.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}





/* portfolio     */


.row_porftolio {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 25px;
    /* height: 1105px !important; */
}


/* Add padding BETWEEN each column */

.row_porftolio .column {
    /* padding: 8px; */
    position: relative;
}

/* Create three equal columns that floats next to each other */
/* .column {
    display: none;
} */

.column img {
    width: 100%;
    height: 205px;
    overflow: hidden;
    object-fit: cover;
}


.row_porftolio_col {
    overflow: hidden;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
    height: auto !important;

}

.vedio_size img {
    width: 267px;
    height: 205px;
}


.myBtnContainer {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 95%;
}

/* The "show" class is added to the filtered elements */
.showPortfolio {
    display: block;
}

/* Style the buttons */
.btn_protfolio {

    text-decoration: none;
    color: var(--Grey);
    display: inline-block;
    height: 39px;
    line-height: 37px;
    padding: 0 15px;
    border: 1px solid var(--Grey) !important;
    border-radius: 10px;
    /* margin: 0px 5px; */
    background-color: transparent;
}

.btn_protfolio:hover {
    /* background: linear-gradient(90.34deg, #1B4F7A -10.16%, #74D4FF 64.42%, #CAEFFF 102.06%); */
    color: black;
    background: var(--bgGradient);
}

.btn_protfolio.active {
    /* background: linear-gradient(90.34deg, #1B4F7A -10.16%, #74D4FF 64.42%, #CAEFFF 102.06%); */
    color: black !important;
    background: var(--bgGradient);
}

.mobile-slider {
    display: none;
}

.mobile-view {
    display: none;
}









/**************************Direction RTL**************************/


body.direction-rtl .socialContainerSticky {
    right: auto !important;
    left: 50px !important;
}

body.direction-rtl .mobile-slider {
    display: none;
}

body.direction-rtl .vector {
    left: 0px;
    right: 9px;
}

body.direction-rtl .whatsappFixed {
    right: auto;
    left: 18px;
}

body.direction-rtl .About_img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 35px;
}

body.direction-rtl .vector_design {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 98px;
    top: 65px;
}

body.direction-rtl .workerImg img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    right: 450px;

}

body.direction-rtl .layer {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);

}

body.direction-rtl .worker {
    left: 0px;
    top: 48px;
    right: 34px;

}

body.direction-rtl .worker img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .worker img {
    width: 98%;
}

body.direction-rtl .metal_sheet {
    padding-left: 0;
    padding-right: 100px;

}



body.direction-rtl {
    font-family: var(--text--ar--regular);
}


body.direction-rtl .work-with-us {
    direction: ltr;
}

body.direction-rtl .btn.work-with-us img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .h-s-c-txt {
    padding-right: 0px;
    padding-left: 40px;
}

body.direction-rtl .heading {
    text-align: right;
}

body.direction-rtl .detail_slider p {
    text-align: right;
}

/* body.direction-rtl .aboutPrimaryImg img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
} */

/* body.direction-rtl .aboutPrimaryImg {
    margin-left: 0;
    margin-right: -100px;
} */

/* body.direction-rtl .aboutPrimaryBlueArea {
    right: unset;
    left: 280px;
    border-radius: 153px 0px 0px 153px;
}

body.direction-rtl .aboutPrimaryBorderArea {
    right: unset;
    left: 220px;
    border-radius: 153px 0px 0px 153px;
}

body.direction-rtl #pills-tabContent {
    direction: ltr;
} */

body.direction-rtl .servicesTabsRow ul li {
    margin-right: 0px;
    margin-left: 30px;
}

body.direction-rtl .servicesTabsRowClient {
    direction: ltr;
}

body.direction-rtl .detail-primary-contact {
    padding-left: 50px;
    padding-right: 0px;
}

body.direction-rtl .form-group .form-control {
    padding: 10px 45px 12px 10px;
}

body.direction-rtl .contactFormIcon {
    left: auto;
    right: 12px;
}

body.direction-rtl .contactDetailTextAddress {
    padding-right: 0px;
    padding-left: 120px;
}

body.direction-rtl .contact-btn {
    float: left;
}



body.direction-rtl .select-lang {
    right: auto;
    left: 20px;
}

body.direction-rtl .copyrightContainer {

    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 5px;

}

body.direction-rtl .copyrightContainer::after {
    right: auto;
    left: 0;
}

body.direction-rtl .phoneContainer {
    padding-right: 0;
    margin-right: 0;
    padding-left: 20px;
    margin-left: 20px;
}

body.direction-rtl .phoneContainer::after {
    right: auto;
    left: 0;
}

/* body.direction-rtl .phoneContainer img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
} */
body.direction-rtl .phoneContainer {
    direction: ltr;
}

body.direction-rtl .bootstrap-select>.dropdown-toggle {
    padding-right: 5px;
    padding-left: 0px;
}

body.direction-rtl .dropdown-menu.open.show {
    right: auto;
    left: 0;
}

/* body.direction-rtl header nav.navbar ul li a.nav-link{
    font-family: 'bbcnassim-exbold' !important;
} */
body.direction-rtl .contact-btn img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .footer-nav {
    padding-right: 0px;
    padding-left: 40px;
}

body.direction-rtl .serviceTitle {
    justify-content: flex-end;
    text-align: right;
}

body.direction-rtl .serviceText {
    justify-content: flex-end;
    text-align: right;
}

body.direction-rtl .itemServicesImg {
    justify-content: flex-end;
}

body.direction-rtl .contactDetailTextPhone {
    direction: ltr;
}

body.direction-rtl .contactDetailIconPhone img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .owl-carousel .owl-item .itemServicesImg img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .owl-carousel-1 .owl-item .itemServicesImg img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .btnHeaderSec img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .form-group input[type=text] {
    background-position: right 10px top 10px;
}

body.direction-rtl .contact_form input[type=number] {
    background-position: right 10px top 10px;
}

body.direction-rtl .contact_form input[type=text] {
    background-position: right 10px top 10px;
}

body.direction-rtl .form-group textarea.form-control {
    background-position: right 10px top 10px;
}

/* body.direction-rtl .itemClient,
.count {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);

} */

body.direction-rtl .grandient_text {
    background: var(--bgGradientar);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

body.direction-rtl .Count {
    font-size: 90px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    z-index: -1;
    left: 197px;
}


body.direction-rtl .itemClientImg {
    background-color: var(--darkBlue);
    padding: 14px;
    height: 700px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50px 0px 0px 0px;
    background-clip: padding-box;
    /* border-radius: 0px 50px 0px 0px; */


}

body.direction-rtl .itemClientImg::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: var(--bgGradientar);
    content: '';
    z-index: -1;
    border-radius: 50px 0px 0px 0px;
}

body.direction-rtl .owl-carousel .owl-item img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    transform: scaleX(-1);
    border-top-right-radius: 40px;

}

body.direction-rtl .btn img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    transform: scaleX(-1);

}

body.direction-rtl .smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    /* left: 470px !important; */
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

body.direction-rtl .smartphoto-list li {
    width: auto;
}

body.direction-rtl .lg-hide-items .lg-toolbar {
    opacity: 1;
}

body.direction-rtl .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 2;
}
body.direction-rtl footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
}
body.direction-rtl .branch_call_logo span {
    /* margin-right: 8px; */
    margin-left: 8px;
}
body.direction-rtl .btn.btn-secondary {
    background: var(--bgGradientar);
    border: 1px solid var(--bgGradientar);
    color: var(--black);
    align-items: center;
    gap: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
}
body.direction-rtl .branchesContact::after {
    background: var(--bgGradientar);

}
body.direction-rtl .bootstrap-select .btn-default {
    background: var(--bgGradientar);
}
body.direction-rtl .branchLogo_img {
    width: 70%;
    transform: scaleX(-1);
}
body.direction-rtl .btn_protfolio:hover {
  
    background: var(--bgGradientar);
}

body.direction-rtl .btn_protfolio.active {
    background: var(--bgGradientar);
}
body.direction-rtl header nav.navbar ul li.active a {
    background: var(--bgGradientar) 
}
body.direction-rtl .SubHeading_stk-ar {
    position: absolute;
    left: -6px;
    bottom: 64px;
}
body.direction-rtl .heading_text_ar {
    font-size: 80px;
}

/* newly  */