@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: "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: "poppinsblack";
    src: url("../fonts/poppins-black-webfont.woff2") format("woff2"),
        url("../fonts/poppins-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/****************Arabic Fonts***************/

@font-face {
    font-family: "Noto Kufi Arabic Thin";
    src: url("../fonts/arabic/NotoKufiArabic-Thin.woff2") format("woff2"),
        url("../fonts/arabic/NotoKufiArabic-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic ExtraLight";
    src: url("../fonts/arabic/NotoKufiArabic-ExtraLight.woff2") format("woff2"),
        url("../fonts/arabic/NotoKufiArabic-ExtraLight.woff") format("woff");
    font-weight: 200;
    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;
}

@font-face {
    font-family: "Noto Kufi Arabic ExtraBold";
    src: url("../fonts/arabic/NotoKufiArabic-ExtraBold.woff2") format("woff2"),
        url("../fonts/arabic/NotoKufiArabic-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic Black";
    src: url("../fonts/arabic/NotoKufiArabic-Black.woff2") format("woff2"),
        url("../fonts/arabic/NotoKufiArabic-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Variables Start */

:root {
    --pink: #f57cde;
    --blue: #092064;
    --white: #ffffff;
    /*--greenHover: #009AA0;
    --blueHover: #283C9B;*/
    --text: #808bb4;
    --bgGradient: linear-gradient(
        -90deg,
        rgba(82, 80, 237, 1) 0%,
        rgba(255, 132, 222, 1) 100%
    );
    --bgGradientReverse: linear-gradient(
        -90deg,
        rgba(255, 132, 222, 1) 0%,
         rgba(82, 80, 237, 1) 100%
    );
    --bgGradientYellow: linear-gradient(
        -90deg,
        rgba(255, 190, 65, 1) 0%,
        rgba(255, 229, 0, 1) 100%
    );
    --bgGradientYellowReverse: linear-gradient(
        -90deg,
            rgba(255, 229, 0, 1) 0%,
            rgba(255, 190, 65, 1) 100%
    );

    --light: "poppinslight";
    --regular: "poppinsregular";
    --medium: "poppinsmedium";
    --semiBold: "poppinssemibold";
    --bold: "poppinsbold";
    --extraBold: "poppinsextrabold";
    --black: "poppinsblack";

    --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 */

.__light,
.__light > * {
    font-family: var(--light) !important;
}

body.direction-rtl .light,
body.direction-rtl .light > * {
    font-family: var(--arLight) !important;
}

.__regular,
.__regular > * {
    font-family: var(--regular) !important;
}

body.direction-rtl .__regular,
body.direction-rtl .__regular > * {
    font-family: var(--arRegular) !important;
}

.__medium,
.__medium > * {
    font-family: var(--medium) !important;
}

body.direction-rtl .__medium,
body.direction-rtl .__medium > * {
    font-family: var(--arMedium) !important;
}

.__semiBold,
.__semiBold > * {
    font-family: var(--semiBold) !important;
}

body.direction-rtl .__semiBold,
body.direction-rtl .__semiBold > * {
    font-family: var(--arSemiBold) !important;
}

.__bold,
.__bold > * {
    font-family: var(--bold) !important;
}

body.direction-rtl .__bold,
body.direction-rtl .__bold > * {
    font-family: var(--arBold) !important;
}

.__extraBold,
.__extraBold > * {
    font-family: var(--extraBold) !important;
}

body.direction-rtl .__extraBold,
body.direction-rtl .__extraBold > * {
    font-family: var(--arExtraBold) !important;
}

/* .bg {
    background-color: var(--grey);
}
.bg-white {
    background-color: var(--white);
}
.bg-grey {
    background-color: var(--grey);
}
.bg-green {
    background-color: var(--green);
} */

/* .text-primary {
    color: var(--primaryText);
}
.bg-secondary {
    background-color: var(--secondaryText);
} */

html {
    width: 100%;
    /*height: 100%;*/
}
body {
    font-family: var(--regular);
    font-style: normal;
    font-size: 15px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-image: url(../images/bg.png);
    background-position: top 300px bottom 500px;
    background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.5px;
    margin-top: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
}
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;
}
p {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
/*.container {
    width: 1200px
}
.container-fluid {
    margin-left: -15px;
    margin-right: -15px
}*/
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a img:hover {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.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;
    color: #858585;
}
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;
}
.gray-bg {
    background: #f7fbfe;
}
.white-bg {
    background: #fff;
}
.black-bg {
    background: #231f20 none repeat scroll 0 0;
}
label {
    color: #858585;
    /* cursor: pointer; */
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: var(--blue);
    color: #fff;
    text-shadow: none;
}
*::-moz-selection {
    background: var(--blue) none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: var(--blue);
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    font-size: 14px;
    color: #c7c7c7 !important;
}
*::-webkit-input-placeholder {
    color: #c7c7c7 !important;
    font-size: 14px;
}
*:-ms-input-placeholder {
    color: #c7c7c7 !important;
    font-size: 14px;
}
*::placeholder {
    color: #c7c7c7 !important;
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.textBlue {
    color: var(--blue) !important;
}
.textGreen {
    color: var(--green) !important;
}
.container-fluid {
    max-width: 100%;
}
.form-group label.error {
    font-family: var(--regular);
    color: #c92a02;
    font-size: 13px;
    padding-top: 3px;
}
.main-wrapper {
    /*display: flex;
    flex-grow: 1;*/
    width: 100%;
    height: 100%;
    background-color: var(--darkGrey);
}
.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 22px;
    height: 50px;
    line-height: 50px;
    font-family: var(--semiBold);
    color: var(--white);
    border: transparent;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    /* min-width: 120px; */
    /* -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; */
    transition: background 1s, border 1s; /* Add transition for background and border */ 
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    
}
.btn.btn-primary {
    /* background-color: var(--green); */
    background: var(--bgGradient);
    width: fit-content;
    
}
.btn.btn-primary:hover {
    background: var(--bgGradientReverse);
}
.btn:hover{
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
}
.btn.btn-yellow {
    /* background-color: var(--green); */
    background: var(--bgGradientYellow);
    color: var(--blue);
    white-space: nowrap;
    border: 1px solid #E1CB02;
}
.btn.btn-yellow:hover {
    border: 1px solid #FFE601;
    
    background: var(--bgGradientYellowReverse);
}
.btn-header {
    border-radius: 20px;
}
.work-lang-btns a.whatsapp-us {
    gap: 8px;
    font-size: 16px !important;
    color: var(--white);
    min-width: auto;
    
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: linear-gradient(
        0deg,
        rgba(37, 207, 67, 1) 0%,
        rgba(97, 253, 125, 1) 100%
    );
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
}
.work-lang-btns a.whatsapp-us:hover {
    background: linear-gradient(
        0deg,
            rgba(97, 253, 125, 1)0%,
         rgba(37, 207, 67, 1) 100%
    );
}
.work-lang-btns a.free-consultation {
    font-size: 16px !important;
    color: var(--white);
    min-width: auto;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
}


.work-lang-btns a.free-consultation:hover {
    color: var(--white);
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
}
.work-lang-btns .btn {
    height: 40px !important;
    line-height: 40px !important;
}
.work-lang-btns-res {
    display: none !important;
}
.changeLang .btn {
    border-radius: 20px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.btn.work-with-us img {
    width: 21px;
}
.container-fluid-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-content {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-logo img {
    /* max-width: 150px; */
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.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 {
    fill: #1a73e8;
    width: 165px;
}
header nav.navbar {
    display: flex;
    /* padding: 0 1rem; */
}
header nav.navbar ul {
    display: flex;
}
header nav.navbar ul li {
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
}
header nav.navbar ul li a.nav-link {
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--medium);
    border-radius: 20px;
}
header nav.navbar ul li a:focus {
    color: var(--blue);
}
header nav.navbar ul li a:hover:not(.active) {
    background: var(--white);
    color: var(--blue);
}
/* header nav.navbar ul li a:hover span:not(.active){
    background: -webkit-linear-gradient(0deg, #00afb5, #dccd86);
    background: -moz-linear-gradient(0deg, #00afb5, #dccd86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

header nav.navbar ul li.active a {
    background: var(--white);
    color: var(--blue);
}

header nav.navbar ul li.item-work {
    display: none;
}
.dropdown-lang .btn {
    background-color: rgba(25, 45, 2216, 0.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;
}
.portfolio-wrapper {
    padding-top: 0 !important;
    padding-bottom: 100px !important;
}
.testimonialHeading{
    display: none;
}
.btn-view-project{
    display: none;
}
/* 
.call-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-us{
    display: flex;
    align-items: center;
    gap: 7px;
} */
/* .btn-default-lang{
    background-color: var(--white);
    border-radius: 20px;
    min-width: auto;
    padding-left: 18px;
    padding-right: 18px;
    gap: 10px;
    font-size: 16px;
    font-family: var(--arSemiBold);
    color: var(--blue);
}
.btn-default-lang:hover{
    background-color: var(--white);
} */
/* 
.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;
} */
.socialFloating{
    display: none;
    flex-wrap: wrap;
    height: 100px;
    width: 40px;
    gap: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    z-index: 100;
}
.socialFooter{
    display: flex;
    width: 90px;
    gap: 10px;
    margin: auto;
}
.banner-area {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
    position: relative;
    background-position: center;
}
.waves {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 498px;
}
.down-header-arrow {
    position: absolute;
    bottom: -68px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90px;
    z-index: 900;
}
.header-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 113px;
    align-items: center;
    z-index: 10;
    padding-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.header-container > .row {
    /* height: 100%; */
    width: 100%;
}
.container-hero-box {
    /* margin-bottom: 80px; */
}
.header-section-content-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    padding: 0 0px 0 0px;
}
.header-desc-text {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
    color: #fff;
}
.header-sol-text {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.header-sol-text span {
    position: relative;
}
.header-sol-text span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: var(--blue);
    bottom: 0;
    z-index: -1;
}
.header-btn-primary {
    display: flex;
    width: 100%;
    justify-content: center;
}
.contact-btn-header {
    margin-top: 40px;
    position: relative;
}
.common-section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.primaryHeading {
    display: flex;
    width: 100%;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
    font-family: var(--semiBold);
    color: var(--blue);
}
.secondaryHeading {
    display: flex;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: var(--semiBold);
    color: var(--pink);
}
.secondaryHeadingWhyCoose {
    margin-bottom: 40px;
}

.primaryText {
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: var(--text);
    font-family: var(--regular);
    margin-bottom: 25px;
}
.direction-rtl .primaryHeading,
.direction-rtl .testimonialHeading,
.direction-rtl .clientName,
.direction-rtl .ratingName {
    font-family: var(--arSemiBold);
}
.direction-rtl .primaryText,
.direction-rtl .testimonialText,
.direction-rtl .clientDesig,
.direction-rtl .ratingDesig {
    font-family: var(--arRegular);
}
.direction-rtl .clientDesig,
.direction-rtl .ratingDesig {
    font-size: 13px;
}
.justifyCenter {
    justify-content: center;
}
/* section{
    overflow-x: hidden;
} */
.acheiveRow{
    max-width: 980px;
    margin-top: 30px !important;
}
.acheive-col-inner{
    display: flex;
    align-items: center;
    padding: 24px 15px 24px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    gap: 20px;
}
.acheive-icon-box{
    display: flex;
    min-width: 62px;
    max-width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, .25);
}
.acheive-icon-box img{
    width: 40px;
    height: auto;
}
.acheive-text{
    font-size: 20px;
    color: #fff;
    font-family: var(--semiBold);
}
.acheive-text span{
    display: inline-block;
    direction: ltr;
}
.col-portfolio-thumb{
    margin-top: 13px;
    margin-bottom: 13px;
}
.portfolioThumbnail{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid var(--white);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, .20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 2px 6px 20px -8px rgba(0, 0, 0, .20);
    -webkit-box-shadow: 2px 6px 20px -8px rgba(0, 0, 0, .20);
    -moz-box-shadow: 2px 6px 20px -8px rgba(0, 0, 0, .20);
}
.portfolioImgBox{
    display: flex;
    width: 100%;
    padding: 45px 0 10px 0;
    position: relative;
}
.portfolioImgBox a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 5;
    margin: auto;
}
.portfolioTitle{
    display: flex;
    width: 100%;
    font-size: 22px;
    color: var(--blue);
    font-family: var(--semiBold);
}
.portContWrapper{
    padding: 0 24px 0px 24px;
    display: flex;
    width: 100%;
    /* border-bottom: 1px solid #E8EEF9; */
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.visitWebsite{
    display: none;
    width: 100%;
    justify-content: center;
    padding: 20px 0 20px 0;

}
.visitWebsite a{
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: var(--semiBold);
    font-size: 18px;
    text-decoration: none;
    gap: 12px;
    background: linear-gradient(
        180deg,
        rgba(82, 80, 237, 1) 0%,
        rgba(255, 132, 222, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visitWebsite span{
    display: block;
    line-height: normal;
    padding-top: 3px;
}
.why-choose-col-detail {
    padding-right: 100px;
}
/* .why-choose-main-col {
    padding-top: 40px;
} */
.why-choose-points {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.why-choose-col {
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.why-choose-heading-icon {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    margin-top: 15px;
    height: fit-content;
}
.why-choose-icon {
    display: flex;

    align-items: center;
    justify-content: center;
    position: relative;
}
.why-choose-icon img {
    max-width: 30px;
    min-width: 30px;
}
.why-choose-number {
    float: left;
    color: var(--white);
    font-size: 13px;
    font-family: var(--semiBold);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}
.why-choose-heading {
    display: flex;
    font-size: 18px;
    color: var(--blue);
    font-family: var(--semiBold);
    padding-top: 3px;
}
.why-choose-text {
    display: flex;
    font-size: 15px;
    line-height: 25px;
    color: var(--text);
    font-family: var(--regular);
}
.section-git-wrapper {
    background-color: var(--blue);
}
.container-git-wrapper {
    position: relative;
    padding-left: 280px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.git-img {
    position: absolute;
    left: 0;
    top: -15px;
}
.git-th-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}
.git-btn {
    min-width: 295px;
}
.git-btn .btn {
    width: fit-content;
}
.git-text {
    display: none;
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 15px;
}
.git-heading {
    width: 100%;
    font-size: 28px;
    font-family: var(--bold);
}
.git-heading span {
    /* background: -webkit-linear-gradient(
        180deg,
        rgba(82, 80, 237, 1) 0%,
        rgba(255, 132, 222, 1) 100%
    ); */
    background: -moz-linear-gradient(
        180deg,
        rgba(82, 80, 237, 1) 0%,
        rgba(255, 132, 222, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-wrapper {
    padding-bottom: 70px;
    overflow-x: hidden;
    background-size: 200px auto, 190px auto;
    background-position: top 490px left -126px, top 250px right -110px;
    background-repeat: no-repeat;
}

.services-row {
    padding-top: 40px;
}
.services-col {
    padding: 0 60px 0 60px;
    margin-bottom: 30px;
}
.services-image {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.services-image img {
    max-width: 150px;
}
.services-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-family: var(--regular);
    margin: 15px 0 7px 0;
}
.direction-rtl .services-heading {
    font-family: var(--arMedium);
}
.services-text {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: var(--text);
    font-family: var(--light);
}
.direction-rtl .services-text {
    font-family: var(--arRegular);
}

/**********************Map Section******************/

.container-flag-wrapper {
    background-color: var(--green);
    padding: 40px 0 45px 70px;
    border-radius: 40px;
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.primaryHeadingMap {
    justify-content: flex-start;
    font-size: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    line-height: 30px;
}
.btn.btn-secondary {
    color: #fff;
    height: 46px;
    line-height: 46px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: var(--regular);
    background: -webkit-linear-gradient(0deg, #00afb5, #dccd86);
    background: -moz-linear-gradient(0deg, #00afb5, #dccd86);
}
.btn.btn-secondary:hover {
    background-color: var(--blueHover);
}
.btn-blue-call {
    width: fit-content;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 18px;
}
.btn-blue-call span {
    padding-bottom: 2px;
}
.call-box-wp {
    width: 30px;
    height: 30px;
}
.call-box-wp img {
    width: 20px;
}

.primaryTextMap {
    padding-left: 0;
    padding-right: 200px;
    color: var(--white);
    margin-bottom: 50px;
}
.content-flag-sec {
    max-width: 580px;
}
img.mf-box {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 275px;
}
img.mf-box-rtl {
    display: none;
}
.ship-with-us {
    position: absolute;
    right: 280px;
    top: 30px;
    font-size: 14px;
    padding: 18px 38px 20px 20px;
    background-image: url(../images/shipWithUs.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}
.row-portfolio {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
    justify-content: center;
}
.col-portfolio {
    height: 300px;

    border: 1px solid #fff;
}
.col-portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************Compare*******************/
/* 
.compare-wrapper{
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
    
    overflow: hidden;
}
.row-compare{
    position: absolute;
    z-index: 2;
    display: none;
}
.compare-wrapper-list{
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.compare-col-main{
    padding-top: 45px;
    padding-bottom: 10px;
}
.compare-col-main{
    position: relative;
}
.compare-list-container{
    padding-right: 130px;
}
.compare-col-main-no-active::before{
    position: absolute;
    content: '';
    width: 2000px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-color: #F6F7FF;
}
.compare-col-main-active{
    padding-left: 70px;
    background-image: url(../images/compare-bg.svg);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: bottom 0 right 75px;
}
.compare-col-main-active::after{
    position: absolute;
    content: '';
    width: 2000px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--white);
    box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.1);
}
.compare-col-main-active .compare-list-container{
    padding-right: 80px;
}
.compare-main-heading{
    font-size: 25px;
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    width: fit-content;
    
}
.compare-main-heading span{
    background: -webkit-linear-gradient(0deg, #00afb5, #dccd86);
    background: -moz-linear-gradient(0deg, #00afb5, #dccd86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compare-main-heading img{
    width: 110px;
}
.compare-list{
    display: flex;
    width: 100%;
    gap: 25px;
    margin-bottom: 40px;
}
.compare-col{
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.compare-col img.compare-icon{
    width: 52px;
    height: auto;
}
.compare-col img.compare-sign{
    width: 24px;
    height: auto;
    position: absolute;
    top: -2px;
    right: -8px;
}
.compare-heading{
    font-size: 16px;
    color: var(--blue);
    font-family: var(--regular);
    display: flex;
    width: 100%;
    margin-bottom: 4px;
    margin-top: -5px;
}
.compare-text{
    font-size: 15px;
    line-height: 25px;
    color: var(--text);
    font-family: var(--light);
} */

/************************************/

/*
.process-wrapper{
    padding-top: 80px;
    padding-bottom: 100px;
}
.process-row{
    display: flex;
    width: 100%;
}
.process-col{
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.process-image{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
}
.process-image img{
    width: 160px;
}
.process-heading{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-family: var(--regular);
    margin: 15px 0 7px 0;
}
.container-cprocess{
    margin-top: 55px;
}
.process-arrow{
    position: absolute;
    top: 73px;
    right: -20px;
    width: 40px;

}
.process-number{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--medium);
    color: #fff;
    background-color: var(--yellow);
    border: 5px solid var(--white);
    position: absolute;
    top: -3px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
*/

/****************************************/

/* 
.box-bill-wrapper .primaryHeading {
  font-size: 30px;
  line-height: 45px;
}
.img.sb-box{
    position: absolute;
    bottom: -35px;
    left: 380px;
    width: 205px;
}
.container-box-wrapper{
    background-color: var(--green);
    padding: 60px 0 70px 50px;
    border-radius: 40px;
    background-image: url(../images/billlBgWhite.png), linear-gradient(90deg, #17266B, #00AFB5);
    background-repeat: no-repeat;
    background-position: top 0 right -100px, center center;
    
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 70px 50px 70px;
}

.box-bill-wrapper .content-flag-sec {
    max-width: 510px;
}
.box-bill-wrapper .primaryTextMap {
    font-size: 17px;
}
.content-bill{
    height: 100%;
    align-items: center;
    font-size: 35px;
    line-height: 50px;
    color: var(--white);
    width: 400px;
}
.bill-btn-c{
    display: flex;
    height: 100%;
    align-items: center;
}
.bills-all{
    position: absolute;
    bottom: 0;
    width: 280px;
    left: 40%;
} */

/*********************************/

.contact-btn img.plane1 {
    position: absolute;
    right: 170px;
    top: 36px;
    width: auto;
    max-width: none;
    height: 130px;
}
.header-section-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 20;
}
/* .header-section-content > *{
    width: 100%;
} */

.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 4px 6px 0 rgba(60, 64, 67, 0.4);
    -webkit-box-shadow: 0 4px 6px 0 rgba(60, 64, 67, 0.4);
    -moz-box-shadow: 0 4px 6px 0 rgba(60, 64, 67, 0.4);
    background: var(--bgGradient);
}
header.sticky .header-logo {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header.sticky .header-logo img {
    height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header.sticky.container-fluid-header {
    border-bottom: none;
}

.navbar-collapse.collapse.show {
    display: block !important;
}
header.sticky .header-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
header.sticky .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.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;
}

.primaryText a {
    color: var(--green);
    text-decoration: underline;
}
.primaryText a:hover {
    color: var(--greenHover);
}

img {
    max-width: 100%;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    font-family: var(--semiBold);
    color: var(--blue);
    font-size: 16px;
    padding-bottom: 3px;
}
.form-group .form-control {
    border-radius: 20px;
    background-color: #fff;
    border: none;
    padding-right: 10px;
    padding-left: 52px;
    color: var(--text);
    height: 50px;
}
.form-group textarea.form-control {
    min-height: auto;
    height: 150px;
    overflow-y: hidden;
    resize: none;
}

/****************************Contact Us***********************/

.formInputRow {
    /*display: flex;
    width: 100%;*/
    position: relative;
}

/**********************Contact US**********************/

.contact-wrapper {
    background-color: #f0f5fe;
    padding: 70px 0 70px 0;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-col-first {
    padding-right: 50px;
}
.contact-col-first .primaryHeading {
    margin-bottom: 30px;
}
.contact-col-first .primaryText {
    margin-bottom: 40px;
}
.contactFormIcon {
    position: absolute;
    left: 20px;
    top: 14px;
    /*bottom: 0;
    align-items: center;
    display: flex; */
}
.contactFormIconMessage {
    top: 10px;
    bottom: auto;
}
.contactHeading {
    font-size: 35px;
    color: var(--green);
    width: fit-content;
    background: -webkit-linear-gradient(0deg, #00afb5, #dccd86);
    background: -moz-linear-gradient(0deg, #00afb5, #dccd86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactFormIcon img {
    width: 16px;
}
.contact-btn {
    float: left;
    height: 46px;
    line-height: 46px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: var(--regular);
}
/* .contact-btn img{
    width: 28px;
} */
.contact-logo {
    width: 110px;
}

.col-contact-detail {
    border: 1px solid #cfd4eb;
    padding: 40px 20px 119px 25px;
    border-radius: 15px;
    margin-top: 25px;
    background-image: url(../images/compare-bg.svg);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: bottom 0 right 75px;
}
.contactDetailRow {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.contactDetailRow .contactDetailIcon {
    max-width: 20px;
    min-width: 20px;
    display: inline-flex;
}
.contactDetailRow .contactDetailIcon img {
    width: 20px;
    max-height: 20px;
}

.contactDetailText {
    font-size: 16px;
    color: var(--blue);
    line-height: 20px;
}
.contactDetailText a {
    color: var(--blue);
    text-decoration: none;
}
.detail-primary-contact {
    padding-right: 50px;
    padding-left: 0;
}
.contactDetailTextAddress {
    padding-right: 120px;
}
.contactDetailTextPhone {
    font-family: var(--semiBold);
}
.contactDetailTextEmail {
    font-family: var(--semiBold);
}
.contactSocialRow .contactSocialHeading {
    color: var(--blue);
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.contactSocialLinks {
    display: flex;
    width: 100%;
    gap: 10px;
}

.contact-row {
    align-items: flex-start;
}
#Contact > .container {
    position: relative;
}
.contact-img {
    position: absolute;
    bottom: -70px;
    left: 250px;
    width: 250px;
    height: auto;
}

/******************************************************/

footer {
    background-color: var(--blue);
}
/* .footer-logo{
    width: 100px;
} */
.footer-content {
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.btn-close {
    width: 1.7em;
    height: 1.7em;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E348C6'%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.1em auto no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.btn-close-sml{
    width: 1em;
    height: 1em;
    opacity: .8;
    top: 10px;
    right: 10px;
}
.logoEnAr,
.second-logo img{
    cursor: pointer;
}
.qrCode img{
    width: 100px;
    height: auto;
    border-radius: 5px;
}
.pos-rel {
    position: relative;
}
.logos-wrapper{
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 50px;
}
.logo-numbers {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.company-vision-logo{
    display: flex;
    align-items: center;
}
.footer-logo {
    padding-right: 20px;
    border-right: 1px solid var(--text);
}

.vision-logo{
    padding-left: 20px;
}
.vision-logo img{
    max-width: 90px;
    height: auto;
}
.second-logo img{
    width: 86px;
}
.mb-logos{
    display: flex;
    align-items: center;
}
.third-logo img{
    max-width: 150px;
    height: auto;
}
.fourth-logo img{
    max-width: 180px;
    height: auto;
}
.mb-logos .third-logo{
    padding-right: 15px;
    border-right: 1px solid var(--text);
}
.mb-logos .fourth-logo{
    padding-left: 15px;
}
.logoEnAr{
    display: block;
}
.logoAr{
    display: none;
}
.pdfIcon{
    width: 20px;
    height: auto;
}
.col-footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo-second-col-wrapper{
    display: block;
    flex-wrap: wrap;
    margin-left: auto;
}
.logo-third-col-wrapper{
    display: block;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: auto;
}
.logo-title{
    display: block;
    color: var(--white);
    font-family: var(--semiBold) !important;
    font-size: 16px;
    margin-bottom: 10px;
}
.logo-second-col{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.logo-third-col{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-top: 8px;
}
.btn-download{
    padding: 0 10px;
    height: 40px;
    gap: 8px;
    line-height: normal;
    font-size: 16px;
}
.footer-numbers {
    padding-left: 0px;
}

.footerDetailRow {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    color: var(--text);
}
.footerDetailRow:first-child {
    margin-bottom: 9px;
}
.footerDetailRow .footerDetailIcon {
    max-width: 20px;
    min-width: 20px;
    display: inline-flex;
}
.footerDetailRow .footerDetailIcon img {
    width: 20px;
    max-height: 20px;
}

.copyRight {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--text);
    font-size: 15px;
    line-height: 18px;
    gap: 7px;
}
.copyRight a {
    color: var(--pink);
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.copyRight a:hover {
    text-decoration: underline;
}

.copyRight-2 {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding: 20px 0 20px 0;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.upArrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    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);
}
.upArrow img {
    width: 100%;
    height: 100%;
}

.whatsappFixed {
    position: fixed;
    bottom: 0px;
    right: 10px;
    border-radius: 50%;
    z-index: 500;
}
.select-lang {
    /* position: fixed;
    bottom: 13px;
    right: 0px;
    border-radius: 50%;
    z-index: 500; */
}
.select-lang-eng{
    direction: ltr;
}
.select-lang-eng{
    font-family: var(--semiBold) !important;
    gap: 8px;
}
.select-lang-eng span{
    padding-top: 2px;
}
.select-lang-arabic{
    direction: rtl;
    font-family: var(--arSemiBold) !important;
    gap: 8px;
}
img.langFlag{
    width: 24px;
    height: auto;
}
.whatsappFixed img {
    width: 100%;
    height: 100%;
}
.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.niceCountryInputMenu {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-repeat: no-repeat !important;
    background-position: right 0.7rem center !important;
    background-size: 1.1em !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
}
.footerDetailText a {
    color: var(--text);
    text-decoration: none;
}
.heading-primary-modal {
    margin-bottom: 30px;
    font-size: 34px;
}
.modal-dialog-wwu {
    max-width: 672px;
}
.modal-body-wwu {
    padding: 25px;
}
.modal-body-wwu .form-group .form-control {
    border: 1px solid #d3d4e4;
}
.btn-mod-sub {
    float: right;
}
/* .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.why-choose-img{
    display: block;
}
.why-choose-img-ar{
    display: none;
}

.portHdgTxt .portHdgRes{
    display: none;
}
#project1-modal .modal-body{
    padding: 10px;
}
#project1-modal .btn-close-sml{
    background-color: #FFEA29;
    opacity: 1;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    right: -10px;
    left: auto;
    top: -10px;
}
.audioIcon{
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 20px;
}
.aftHdgTxt{
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.aftHdg{
    font-family: var(--bold) !important;
    font-size: 28px !important;
    line-height: 40px !important;
}
.aftHdg2{
    font-size: 22px !important;
    line-height: 28px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

/**************************Direction RTL**************************/

body.direction-rtl {
    direction: rtl;
    font-family: var(--arRegular);
}

body.direction-rtl header nav.navbar ul li a {
    font-family: var(--arMedium);
}
body.direction-rtl header nav.navbar ul li.active a {
    font-family: var(--arMedium);
}
body.direction-rtl .btn {
    font-family: var(--arSemiBold);
}
body.direction-rtl .btn.btn-default-lang {
    font-family: var(--semiBold);
}

body.direction-rtl .form-group label {
    font-family: var(--arMedium);
}

body.direction-rtl .footerNavHeading {
    font-family: var(--arMedium);
}
body.direction-rtl .footerNavLinks ul li a {
    font-family: var(--arMedium);
}
body.direction-rtl .whatsapp-us img,
body.direction-rtl .btn img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .btn-download img,
body.direction-rtl .btn img.langFlag{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
body.direction-rtl .why-choose-col-detail {
    padding-left: 100px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
body.direction-rtl header nav.navbar ul li {
    margin-left: 10px;
    margin-right: 0px;
}
body.direction-rtl .contact-col-first {
    padding-left: 50px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
body.direction-rtl .contactDetailIcon img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .form-group .form-control {
    padding-right: 52px;
    padding-left: 10px;
}
body.direction-rtl .contactFormIcon {
    left: auto;
    right: 20px;
}
body.direction-rtl .contactFormIcon img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .contactFormInputPhone {
    text-align: right;
}
body.direction-rtl .footer-logo {
    padding-left: 20px;
    padding-right: 0px;
    border-left: 1px solid var(--text);
    border-right: none;
}
body.direction-rtl .vision-logo {
    padding-left: 0px;
    padding-right: 20px;
}
body.direction-rtl .logoAr {
    display: block;
}
body.direction-rtl .logoEn {
    display: none;
}
body.direction-rtl .mb-logos .third-logo {
    padding-right: 0;
    border-right: none;
    padding-left: 15px;
    border-left: 1px solid var(--text);

}
body.direction-rtl .mb-logos .fourth-logo {
    padding-left: 0;
    padding-right: 15px;
}
body.direction-rtl .footer-numbers {
    padding-left: 0px;
    padding-right: 0px;
}
body.direction-rtl .footerDetailText {
    direction: ltr;
}
body.direction-rtl .footer-numbers img,
body.direction-rtl .visitWebsite a img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.direction-rtl .secondaryHeading {
    font-family: var(--arSemiBold);
}
body.direction-rtl .why-choose-heading,
body.direction-rtl .acheive-text,
body.direction-rtl .portfolioTitle,
body.direction-rtl .visitWebsite a{
    font-family: var(--arSemiBold);
}

body.direction-rtl .why-choose-text {
    font-family: var(--arRegular);
}
body.direction-rtl .container-git-wrapper {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: 275px;
}
body.direction-rtl .git-img {
    left: auto;
    right: 0;
}
body.direction-rtl .git-img img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .git-btn {
    min-width: 260px;
}

body.direction-rtl .niceCountryInputMenu {
    background-position: left 0.7rem center !important;
}
body.direction-rtl .contactDetailTextPhone {
    direction: ltr;
}
body.direction-rtl .contact-img {
    right: 250px;
    width: 280px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .btn-close {
    right: auto;
    left: 20px;
}
body.direction-rtl .btn-close-sml {
    right: auto;
    left: 10px;
}
/* body.direction-rtl .whatsappFixed {
    right: auto;
    left: 20px;
} */
body.direction-rtl .btn-mod-sub {
    float: left;
}
body.direction-rtl .slider-for,
body.direction-rtl .slider-nav-wrapper {
    direction: ltr;
}
body.direction-rtl .tesSlideDetail {
    flex-direction: row-reverse;
}
body.direction-rtl .tesSlideDetail .tesSlideContentCol {
    direction: rtl;
}
body.direction-rtl .testimonialQuote img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .tesSlideDesigCol {
    direction: rtl;
}
body.direction-rtl .whatsappFixed {
    left: 10px;
    right: auto;
}
body.direction-rtl .select-lang {
    right: Auto;
    left: 0px;
}
body.direction-rtl .socialFloating{
    right: unset;
    left: 30px;
}
body.direction-rtl .logo-title{
    font-family: var(--arSemiBold) !important;
}
body.direction-rtl .logo-second-col-wrapper{
    margin-left: 0;
    margin-right: auto;
}
body.direction-rtl .logo-third-col-wrapper{
    margin-right: auto;
    margin-left: 15px;
}

body.direction-rtl .why-choose-img{
    display: none;
}
body.direction-rtl .why-choose-img-ar{
    display: block;
}
body.direction-rtl .visitWebsite a span {
    padding-top: 0;
}
body.direction-rtl #project1-modal .btn-close-sml{
    right: auto;
    left: -10px;
}
body.direction-rtl .audioIcon{
    right: auto;
    left: 20px;
}
body.direction-rtl .aftHdg{
    font-family: var(--arExtraBold) !important;
    font-size: 28px !important;
    line-height: 40px !important;
}
body.direction-rtl .aftHdg2{
    font-size: 20px !important;
    line-height: 28px !important;

}
body.direction-rtl .acheive-col-inner{
    padding: 24px 24px 24px 24px;
}
/* .contact-img{
    position: absolute;
    bottom: -70px;
    left: 250px;
    width: 250px;
    height: auto;
} */

/* body.direction-rtl .why-choose-img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
} */

/* 
body.direction-rtl .banner-area{
    background-image: url(../images/banner-rtl.jpg);
} */

/* body.direction-rtl{
    font-family: var(--text--ar--regular);
} */

/* body.direction-rtl .call-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 header nav.navbar ul li.active a::after {
    left: auto;
    right: 0.7rem;
}
body.direction-rtl img.btn-arrow{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .content-bill {
    width: 520px;
}

body.direction-rtl .container-box-wrapper{
    background-image: url(../images/billlBgWhiteAr.png), linear-gradient(90deg, #00AFB5, #17266B);
    background-position: top 0 left -100px, center center;

}
body.direction-rtl .bills-all {
    position: absolute;
    bottom: 0;
    width: 280px;
    left: 33%;
}
body.direction-rtl .detail-primary-contact {
    padding-right: 0px;
    padding-left: 50px;
}
body.direction-rtl .contactDetailTextAddress {
    padding-right: 0px;
}
body.direction-rtl .contactDetailIconPhone img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .form-group .form-control {
    padding: 12px 52px 14px 10px;
}
body.direction-rtl .contactFormIcon {
    left: auto;
    right: 20px;
    top: 19px;
}
body.direction-rtl .contactFormIcon img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .contact-btn img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.direction-rtl .call-us-footer{
    direction: ltr;
    margin-bottom: 40px;
    margin-top: 20px;
}
body.direction-rtl .footerCol1 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
body.direction-rtl .contactDetailTextPhone{
    direction: ltr;
}
body.direction-rtl .formInputRow input{
    text-align: right;
}
body.direction-rtl .hero-content-bexes-heading {
    line-height: 23px;
}
body.direction-rtl .hero-content-bexes-text {
    line-height: 23px;
}
body.direction-rtl .primaryHeading{
    background: -webkit-linear-gradient(0deg, #dccd86, #00afb5);
    background: -moz-linear-gradient(0deg, #dccd86, #00afb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.direction-rtl .primaryHeading span{
    background: -webkit-linear-gradient(0deg, #dccd86, #00afb5);
    background: -moz-linear-gradient(0deg, #dccd86, #00afb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.direction-rtl img.mf-box{
    display: none;
}
body.direction-rtl img.mf-box-rtl{
    display: block;
    right: auto;
    left: 120px;
}
body.direction-rtl .ship-with-us{
    right: auto;
    left: 280px;
    padding: 18px 20px 20px 38px;
    background-image: url(../images/shipWithUsrtl.svg);
}

body.direction-rtl .container-flag-wrapper{
    padding: 40px 70px 45px 0px;
    background-image: url(../images/banner2rtl.jpg);
}
body.direction-rtl .primaryTextMap {
    padding-left: 200px;
    padding-right: 0px;
}
body.direction-rtl .primaryHeadingMap {
    padding-right: 0;
    padding-left: 20px;
}
body.direction-rtl .btn.btn-secondary {
    direction: ltr;
    background: -webkit-linear-gradient(0deg, #dccd86, #00afb5);
    background: -moz-linear-gradient(0deg, #dccd86, #00afb5);
}

body.direction-rtl .compare-list-container {
    padding-right: 0;
    padding-left: 100px;

}
body.direction-rtl .compare-heading {
    font-family: var(--arMedium);
}
body.direction-rtl .compare-text {
    font-family: var(--arRegular);
}
body.direction-rtl .compare-col img.compare-sign {
    right: auto;
    left: -8px;
}

body.direction-rtl .compare-col-main-no-active::before {
    right: auto;
    left: 0;
}
body.direction-rtl .compare-col-main-active::after {
    left: auto;
    right: 0;
}
body.direction-rtl .compare-col-main-active {
    padding-left: auto;
    padding-right: 70px;
    background-position: bottom 0 left 75px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
body.direction-rtl .compare-col-main-active::after {
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
body.direction-rtl .compare-main-heading span{
    background: -webkit-linear-gradient(0deg, #dccd86, #00afb5);
    background: -moz-linear-gradient(0deg, #dccd86, #00afb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

body.direction-rtl footer{
    background: -webkit-linear-gradient(0deg, #00AFB5, #17266B);
    background: -moz-linear-gradient(0deg, #00AFB5, #17266B);
}

body.direction-rtl .footer-content {
    padding-bottom: 0px;
}
body.direction-rtl .process-heading {
    font-family: var(--arMedium);
}
.contactHeading{
    background: -webkit-linear-gradient(0deg, #dccd86, #00afb5);
    background: -moz-linear-gradient(0deg, #dccd86, #00afb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
