@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;

}



/****************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 {
    --blue: #3F3CC7;
    --green: #69B935;
    --grey: #EDEEF0;
    --white: #FAFAFA;
    --primarytext: #113544;
    --secondarytext: #9B9B9B;
    --lightblue: #18C4D8;

    --bold: "poppinsbold";
    --extrabold: "poppinsextrabold";
    --extralight: "poppinsextralight";
    --light: "poppinslight";
    --medium: "poppinsmedium";
    --regular: "poppinsregular";
    --semibold: "poppinssemibold";
    --thin: "poppinsthin";
    --black: "poppinsblack";


    --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 */
.bg-grey {
    background-color: var(--grey);
}

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

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

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


.text-primary {
    color: var(--primarytext);
}

.bg-secondary {
    background-color: var(--secondarytext);
}

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

.text-green {
    color: var(--green);
}


html {
    width: 100%;
    /*height: 100%;*/
}

body {
    font-family: var(--light);
    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
}

p {
    color: #666;
    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: .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;
    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: #1a73e8;
    color: #fff;
    text-shadow: none
}

*::-moz-selection {
    background: #1a73e8 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #1a73e8;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    font-size: 14px
}

*::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px
}

*:-ms-input-placeholder {
    color: #fff;
    font-size: 14px
}

*::placeholder {
    color: #fff;
    font-size: 14px
}

.text-center {
    text-align: center
}

.container-fluid {
    max-width: 100%;

}

.main-wrapper {
    /*display: flex;
    flex-grow: 1;*/
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.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 18px;
    height: 36px;
    line-height: 36px;
    font-family: var(--regular);
    color: #fff;
    border: transparent;
    border-radius: 6px;
    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;
}

.btn.btn-primary {
    background-color: var(--green);
}

.btn.btn-primary:hover {
    background-color: #529c20;
}

.btn.btn-secondary {
    background-color: #fff;
    border: 1px solid var(--green);
    color: var(--green);
}

.btn.btn-secondary:hover {
    background-color: var(--green);
    color: #fff;
}

.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: 100px;
    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 {
    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;
}

header nav.navbar ul li a {
    padding: 0 12px 0 12px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-family: var(--regular);
}

header nav.navbar ul li a:focus {
    color: #fff;
}

header nav.navbar ul li a:hover:not(.active) {
    background-color: transparent;
    border-radius: 4px;
    color: #ffffff;
}

header nav.navbar ul li.active a {
    color: #ffffff !important;
    font-family: var(--bold);
}

header nav.navbar ul li.active a::after {
    background-color: #ffffff;
    bottom: -6px;
    content: ' ';
    height: 3px;
    left: 0px;
    right: 0;
    margin: auto;
    position: absolute;
    width: 30px;
    z-index: 900;
    border-radius: 2px;
}

header nav.navbar ul li a:hover::after {
    background-color: #ffffff;
    bottom: -6px;
    content: ' ';
    height: 3px;
    left: 0px;
    right: 0;
    margin: auto;
    position: absolute;
    width: 30px;
    z-index: 900;
    border-radius: 2px;
}

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;
}

.dropdown-lang .btn:hover {
    color: #fff;
}

.work-lang-btns {
    display: flex;
    gap: 10px;
}

.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;
}

.bootstrap-select .flag-icon-squared {
    width: 24px;
    height: 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: var(--white);
}

.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;
}

.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 rgb(24, 196, 216);
    background-color: rgba(24, 196, 216, 0.33);
    border-radius: 4px;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}

.banner-area {
    height: calc(100vh + 50px);
    min-height: 600px;
    position: relative;
}

.header-container>.row {
    height: 100%;
}

.header-section-content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-section-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 900;
    padding-bottom: 35px;
}

.header-section-content>* {
    width: 100%;
}

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);
}

/* .flag-icon-squared{
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
} */

.h-s-c-small-heading {
    font-size: 30px;
    color: #fff;
    font-family: var(--light);
    animation: smallHeading 2s forwards ease-in-out;
    position: relative;
    transform: translateY(0px);
}

.navbar-collapse.collapse.show {
    display: block !important;
}

.social-header img {
    width: 20px;
    height: 20px;
}

@keyframes smallHeading {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.h-s-c-large-heading {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--bold);
    line-height: 55px;
    animation: largeHeading 2s forwards ease-in-out;
    transform: translateY(0px);
}

@keyframes largeHeading {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    50% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.h-s-c-medium-heading {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--semibold);
    animation: mediumHeading 2.5s forwards ease-in-out;
    transform: translateY(0px);
}

@keyframes mediumHeading {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    75% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.h-s-c-txt {
    font-size: 16px;
    color: #fff;
    font-family: var(--medium);
    max-width: 400px;
    animation: mediumHeading 3s forwards ease-in-out;
    transform: translateY(0px);
}

@keyframes mediumHeading {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    75% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.h-s-c-download-btn {
    display: flex;
    gap: 10px;
    margin-top: 15px;

}

.h-s-c-download-btn-header {
    animation: downloadBtn 4s forwards ease-in-out;
    transform: translateY(0px);
}

@keyframes downloadBtn {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    75% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.h-s-c-download-btn a img {
    width: 140px;
}

.banner-elements {
    position: absolute;

}

.banner-elements img {
    width: 100%;
    height: auto;
}

.header-container {
    height: 100%;
}

.banner-elements.element-1 {
    left: 0;
    top: 100px;
    width: 90px;
    animation: element1 3s forwards ease-in-out;
}

@keyframes element1 {
    0% {
        top: 150px;
        opacity: 0;
    }

    100% {
        top: 100px;
        opacity: 1;
    }
}

.banner-elements.element-2 {
    right: 310px;
    width: 60px;
    top: 152px;
    animation: element2 3s forwards ease-in-out;
}

@keyframes element2 {
    0% {
        top: 202px;
        opacity: 0;
    }

    100% {
        top: 152px;
        opacity: 1;
    }
}

.banner-elements.element-3 {
    right: 367px;
    bottom: 226px;
    width: 30px;
    animation: element3 3s forwards ease-in-out;
}

@keyframes element3 {
    0% {
        bottom: 176px;
        opacity: 0;
    }

    100% {
        bottom: 226px;
        opacity: 1;
    }
}

.banner-elements.element-4 {
    right: 0px;
    top: 85px;
    animation: element4 3s forwards ease-in-out;
}

@keyframes element4 {
    0% {
        top: 135px;
        opacity: 0;
    }

    100% {
        top: 85px;
        opacity: 1;
    }
}

.banner-elements.element-5 {
    left: 250px;
    top: 100px;
    width: 70px;
    animation: element5 1.5s forwards ease-in-out;
}

@keyframes element5 {
    0% {
        top: 120px;
        opacity: 0;
    }

    100% {
        top: 100px;
        opacity: 1;
    }
}

.banner-elements.element-6 {
    left: 381px;
    top: 110px;
    width: 115px;
    animation: element6 1.5s forwards ease-in-out;
}

@keyframes element6 {
    0% {
        top: 130px;
        opacity: 0;
    }

    100% {
        top: 110px;
        opacity: 1;
    }
}

.banner-elements.element-7 {
    left: 600px;
    top: 110px;
    width: 85px;
    animation: element7 1.5s forwards ease-in-out;
}

@keyframes element7 {
    0% {
        top: 130px;
        opacity: 0;
    }

    100% {
        top: 110px;
        opacity: 1;
    }
}

.banner-elements.element-8 {
    right: 0px;
    left: 0px;
    width: 315px;
    bottom: 184px;
    margin: auto;
    z-index: 700;
    animation: element8 3s forwards ease-in-out;
}

@keyframes element8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-elements.element-9 {
    right: 29px;
    left: 0px;
    width: 255px;
    bottom: 85px;
    margin: auto;
    z-index: 999;
    animation: element9 4s forwards ease-in-out;
}

@keyframes element9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-elements.element-10 {
    right: 0px;
    left: 0px;
    width: 565px;
    bottom: 70px;
    margin: auto;
    z-index: 950;
    animation: element10 2s forwards ease-in-out;
}

@keyframes element10 {
    0% {
        right: calc(-100% + -600px);
    }

    100% {
        right: 0;
    }
}

.banner-elements.element-11 {
    right: 0px;
    bottom: 100px;
    width: 310px;
    animation: element11 3s forwards ease-in-out;
}

@keyframes element11 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-elements.element-12 {
    right: 0;
    top: 200px;
    width: 95px;
    animation: element12 3s forwards ease-in-out;
}

@keyframes element12 {
    0% {
        top: 250px;
        opacity: 0;
    }

    100% {
        top: 200px;
        opacity: 1;
    }
}

.green-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: url(../images/green-bg-header.png);
    background-position: center;
    background-size: cover;
}

.common-section {
    padding: 70px 0 80px 0;
}

/************************************About Us***********************************/

.heading-primary {
    display: inline-block;
    text-align: center;
    width: 100%;
    justify-content: center;
    color: var(--primarytext);
    font-size: 50px;
    font-family: var(--light);
}

.heading-primary span {
    font-family: var(--semibold);
}

.detail-primary {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: var(--primarytext);
    font-size: 15px;
    padding: 0 170px 0 170px;
    margin: 20px 0 50px 0;
}

.about-feature-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.col-feature {
    box-shadow: 5px 5px 12px rgba(105, 185, 53, .20);
    -moz-box-shadow: 5px 5px 12px rgba(105, 185, 53, .20);
    -webkit-box-shadow: 5px 5px 12px rgba(105, 185, 53, .20);
    border-radius: 10px;
    padding: 20px;
    background-image: url(../images/circle-about.svg);
    background-repeat: no-repeat;
    background-position: top 15px right -30px;
    background-size: 110px;
    background-color: #FAFAFA;
    transition: all .3s ease-out 0s;
}

.col-feature:hover {
    box-shadow: 0px 0px 20px rgba(105, 185, 53, .4);
    -moz-box-shadow: 0px 0px 20px rgba(105, 185, 53, .4);
    -webkit-box-shadow: 0px 0px 20px rgba(105, 185, 53, .4);
}

.about-feature-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 5px 5px 15px rgba(105, 185, 53, .7);
    -moz-box-shadow: 5px 5px 15px rgba(105, 185, 53, .7);
    -webkit-box-shadow: 5px 5px 15px rgba(105, 185, 53, .7);
}

.about-feature-icon img {
    width: 20px;
    height: auto;
}

.about-feature-heading {
    display: flex;
    width: 100%;
    color: var(--primarytext);
    font-family: var(--semibold);
    font-size: 17px;
    padding: 10px 0 8px 0;
}

.about-feature-text {
    display: flex;
    width: 100%;
    color: var(--secondarytext);
    font-family: var(--regular);
    font-size: 15px;

}

/***************************************************/
.heading-about-screen {
    display: inline-block;
    width: 100%;
    color: var(--white);
    font-size: 30px;
    font-family: var(--light);
}

.heading-about-screen span {
    font-family: var(--semibold);
}

.detail-about-screen {
    display: flex;
    width: 100%;
    color: var(--white);
    font-size: 15px;
    margin: 15px 0 15px 0;
    font-family: var(--medium);
}

.about-app-container {
    padding: 70px 30px 80px 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    background-image: url(../images/appscreens.png);
    /* background-position: left -42px top -208px;
    background-size: 750px; */
    background-position: left -42px top -288px;
    background-size: 950px;
    background-repeat: no-repeat;
}

.about-app-content {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}

/*****************************************************/

.heading-feature {
    display: inline-block;
    width: 100%;
    color: var(--primarytext);
    font-size: 30px;
    font-family: var(--light);
}

.heading-feature span {
    font-family: var(--semibold);
}

.detail-feature {
    display: flex;
    width: 100%;
    color: var(--primarytext);
    font-size: 15px;
    padding: 0 0px 0 0px;
    margin: 15px 0 30px 0;
}

.features-row {
    padding-bottom: 80px;
}

.features-row:last-child {
    padding-bottom: 0;
}

ul.features-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

ul.features-list li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

ul.features-list li span {
    display: flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background-color: #DDF9AF;
}

ul.features-list li span img {
    width: 16px;
}

.img-c-box {
    display: flex;
    align-items: center;
}

.img-c-box img {
    width: 100%;
}

.order-swipe-2 {
    flex-direction: row-reverse;
}

/**************************************************/

.hiw-container {
    padding: 70px 50px 170px 50px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-image: url(../images/hiw-circle-1.png), url(../images/hiw-circle-2.png), url(../images/hiw-circle-3.png);
    background-position: left 240px top 110px, left 700px top 138px, left 950px top 50px;
    background-size: 30px auto, 50px auto, 90px auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.hiw-container .heading-primary {
    color: var(--white);
}

.hiw-nav-screens {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.hiw-nav-navigation {
    display: flex;
    width: 100%;
    padding-top: 105px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hiw-nav-navigation-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.slides-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 258px;
    margin: auto;
    border: 12px solid rgba(255, 255, 255, .2);
    border-radius: 25px;
    overflow: hidden;
}

.slides-container img {
    width: 100%;
    height: auto;
}

.hiw-nav {
    display: flex;
    width: 100%;
    max-width: 350px;
    gap: 15px;
    padding: 0px 20px 0 20px;
    height: 90px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #6E6BF3;
    background-color: var(--blue);
    margin-bottom: 20px;
}

.hiw-nav span.hiw-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #6E6BF3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiw-nav span.hiw-icon img {
    max-width: 25px;
    max-height: 25px;
    opacity: .6;
}

.hiw-content {
    color: #90ABE0;
}

.hiw-nav.active {
    background-color: rgba(24, 196, 216, 0.33);
    border: 1px solid rgb(24, 196, 216);
}

.hiw-nav.active span.hiw-icon {
    background-color: var(--lightblue);
    box-shadow: 0 0 0;
}

.hiw-nav.active span.hiw-icon img {
    opacity: 1;
}

.hiw-nav.active .hiw-content {
    color: #ffffff;
    font-family: var(--semibold);
}

img {
    max-width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-family: var(--medium);
    color: var(--black);
}

#contact {
    padding-top: 0;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo {
    width: 100px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.social-footer {
    display: flex;
    gap: 7px;
}

.footer-nav ul li a {
    font-family: var(--regular);
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.footer-nav ul li a:focus {
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #fff;
}

.footer-copyright {
    display: flex;
    align-items: center;
    font-family: var(--regular);
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}
.developedContainer {
    display: flex;
    gap: 5px;
}
.footer-copyright a {
    font-family: var(--semiBold);
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.footer-copyright a:hover {
    text-decoration: underline;
}
.copyrightContainer {
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
    /* padding-right: 30px;
    margin-right: 30px; */
    margin: 0px 10px 0 0;
}
.copyrightContainer::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--white);
    position: absolute;
    right: -5px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.footer-copyright-2 {
    display: none;
}

footer .h-s-c-download-btn {
    margin-top: 0;
}


.wwu-card {
    padding: 20px;
    background-color: #F4F4F4;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-heading {
    font-family: var(--semibold);
    font-size: 24px;
}

.heading-primary-modal {
    text-align: left;
    margin-bottom: 30px;
    font-size: 45px;
}

.modal-body-wwu {
    padding: 40px 40px 15px 40px;

}

.modal-dialog-wwu {
    box-shadow: 5px 5px 12px rgba(105, 185, 53, .30);
    -moz-box-shadow: 5px 5px 12px rgba(105, 185, 53, .30);
    -webkit-box-shadow: 5px 5px 12px rgba(105, 185, 53, .30);
}

.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;
}


/***************Map**************/



.addressWrapper {
    position: relative;
}

#map {
    height: 350px;
}

#map>div {
    background-color: #F4F4F4 !important;
}

/* 
   * Optional: Makes the sample page fill the window. 
   */

.pac-container {
    z-index: 9999;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 15;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/* #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
  }
  
  #pac-input:focus {
    border-color: #4d90fe;
  } */
#pac-input {
    left: 0 !important;
    top: -49px !important;
    z-index: 50 !important;
}

#pac-input:focus {
    box-shadow: none;
}

.mapCover {
    position: absolute;
    width: 100%;
    top: 50px;
    height: 40px;
    background-color: #F4F4F4;
    z-index: 40;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.gm-style {
    margin-top: 50px !important;
    /* overflow: hidden; */
    background-color: #fff;
    height: calc(100% - 50px) !important;
    z-index: 20 !important;
    position: relative;
}

.gm-style:before {
    content: '';
    position: absolute;
    background-color: #F4F4F4;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    z-index: 40;
}

.footer-nav-pt {
    flex-direction: column;
    padding-right: 0;
}

.footer-nav-pt .footer-nav ul {
    gap: 30px;
    width: fit-content;
}

select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 0.6rem 1.9rem 0.6rem 0.75rem;
}



/**************************Direction RTL**************************/



.direction-rtl .banner-elements.element-2 {
    left: 330px;
    right: inherit;
}

.direction-rtl .banner-elements.element-3 {
    left: 367px;
    right: inherit;
}

.direction-rtl .banner-elements.element-4 {
    left: 0px;
    right: inherit;
}

.direction-rtl .banner-elements.element-5 {
    left: 400px;
}

.direction-rtl .banner-elements.element-6 {
    left: 550px;
}

.direction-rtl .banner-elements.element-7 {
    left: 740px;
}

.direction-rtl .banner-elements.element-11 {
    left: 0px;
    right: inherit;
}

.direction-rtl .about-app-container {
    background-position: calc(100% + 90px) top -208px;
    background-image: url(../images/appscreens-ar.png);
}

.direction-rtl .about-app-container {
    background-position: left 438px top -208px;
    background-image: url(../images/appscreens-ar.png);
}

body.direction-rtl header nav.navbar ul li a {
    font-family: var(--arRegular);
}

body.direction-rtl header nav.navbar ul li.active a {
    font-family: var(--arBold);
}

body.direction-rtl .btn {
    font-family: var(--arRegular);
}

body.direction-rtl .h-s-c-small-heading {
    font-family: var(--arLight);
}

body.direction-rtl .h-s-c-large-heading {
    font-family: var(--arBold);
    font-size: 45px;
    line-height: 75px;
}

body.direction-rtl .h-s-c-medium-heading {
    font-family: var(--arSemiBold);
    font-size: 30px;
}

body.direction-rtl .h-s-c-txt,
body.direction-rtl .detail-about-screen {
    font-family: var(--arBold);
}

body.direction-rtl .heading-primary {
    font-family: var(--arLight);
    font-size: 35px;
}

body.direction-rtl .heading-primary span {
    font-family: var(--arSemiBold);
    font-size: 40px;
}

body.direction-rtl {
    font-family: var(--arLight);
}

body.direction-rtl .about-feature-heading {
    font-family: var(--arSemiBold);
}

body.direction-rtl .about-feature-text {
    font-family: var(--arRegular);
}

body.direction-rtl .heading-about-screen {
    font-family: var(--arLight);
}

body.direction-rtl .heading-about-screen span {
    font-family: var(--arSemiBold);
}

body.direction-rtl .heading-feature {
    font-family: var(--arLight);
}

body.direction-rtl .heading-feature span {
    font-family: var(--arSemiBold);
}

body.direction-rtl .hiw-nav.active .hiw-content {
    font-family: var(--arSemiBold);
}

body.direction-rtl .form-group label {
    font-family: var(--arRegular);
}

body.direction-rtl .footer-nav ul li a {
    font-family: var(--arRegular);
}

body.direction-rtl .footer-copyright {
    font-family: var(--arRegular);
}

body.direction-rtl select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    padding: 0.6rem 1.9rem 0.6rem 0.75rem;
}
body.direction-rtl .copyrightContainer {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 10px;
}
body.direction-rtl .copyrightContainer::after {
    right: auto;
    left: -5px;
}
body.direction-rtl .was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

body.direction-rtl .was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-left: calc(1.5em + 0.75rem);

    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.privacy-terms-wrapper {
    padding-top: 110px;
    padding-bottom: 30px;
    direction: rtl;
}

.privacy-term-title {
    display: flex;
    text-align: right;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: var(--arBold);
    font-size: 25px;
}

.heading-primary-pt {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--arSemiBold);
    font-size: 18px;
}

.text-primary-pt {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: var(--arRegular);
}

.text-primary-pt a {
    color: #0068c9;
    text-decoration: none;
}

.text-primary-pt a:hover {
    text-decoration: underline;
}

.text-eng-pt {
    font-family: var(--regular);
}

.list-pt {
    font-size: 13px;
    line-height: 25px;
    font-family: var(--arRegular);
    padding-left: 0;
    padding-right: 17px;
}

.list-pt li {
    margin-bottom: 15px;
}

.list-disc li {
    list-style-type: disc;
}

.list-numbers li {
    list-style-type: decimal;
}

.list-numbers li::marker {
    font-weight: bold;
}

.list-disc li::marker {
    font-size: 20px;
}