@font-face {
    font-family: hdcolton-mediumregular;
    src: url(../fonts/hdcolton-medium-webfont.woff2) format('woff2'), url(../fonts/hdcolton-medium-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hdcolton-regularregular;
    src: url(../fonts/hdcolton-regular-webfont.woff2) format('woff2'), url(../fonts/hdcolton-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hdcolton-semiboldregular;
    src: url(../fonts/hdcolton-semibold-webfont.woff2) format('woff2'), url(../fonts/hdcolton-semibold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hdcolton-wideextraboldregular;
    src: url(../fonts/hdcolton-wideextrabold-webfont.woff2) format('woff2'), url(../fonts/hdcolton-wideextrabold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hdcolton-widesemiboldregular;
    src: url(../fonts/hdcolton-widesemibold-webfont.woff2) format('woff2'), url(../fonts/hdcolton-widesemibold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@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: 400;
    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: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --green: #33CC33;
    --blue: #003399;
    --grey: #666666;
    --white: #ffffff;
    --bg: #F2F3F8;
    --greenHover: #1dbb1d;
    --regular: "hdcolton-regularregular";
    --medium: "hdcolton-mediumregular";
    --semiBold: "hdcolton-semiboldregular";
    --wideSemiBold: "hdcolton-widesemiboldregular";
    --wideExtraBold: "hdcolton-wideextraboldregular";
    --arabicTextLight: "Noto Kufi Arabic Light";
    --arabicTextRegular: "Noto Kufi Arabic Regular";
    --arabicTextMedium: "Noto Kufi Arabic Medium";
    --arabicTextSemiBold: "Noto Kufi Arabic SemiBold";
    --arabicTextBold: "Noto Kufi Arabic Bold"
}

.bg {
    background-color: var(--bg)
}

.bg-white {
    background-color: var(--white)
}

.bg-grey {
    background-color: var(--grey)
}

.bg-green {
    background-color: var(--green)
}

html {
    width: 100%
}

body {
    font-family: var(--regular);
    font-style: normal;
    font-size: 15px;
    background-color: var(--bg);
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wideSemiBold);
    letter-spacing: .5px;
    margin-top: 0
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--semiBold)
}

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
}

.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)"
}

.btn,
a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

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;
    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%
}

.main-wrapper {
    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: #000;
    border-color: rgba(0, 0, 0, .5)
}

.d-flex {
    display: flex
}

.btn {
    padding: 0 18px;
    height: 46px;
    line-height: 46px;
    font-family: var(--regular);
    color: #fff;
    border: transparent;
    border-radius: 10px;
    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: var(--greenHover)
}

.btn.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--secondaryText);
    color: var(--secondaryText);
    align-items: center;
    gap: 15px;
    display: flex;
    gap: 10px;
    align-items: center
}

.btn.btn-secondary:hover {
    background-color: var(--primaryText);
    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: 150px;
    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: var(--green)
}

header nav.navbar ul li.active a {
    color: var(--green) !important;
    font-family: var(--medium)
}

header nav.navbar ul li.active a::after {
    background-color: var(--green);
    bottom: -12px;
    content: ' ';
    height: 3px;
    left: .7rem;
    margin: auto;
    position: absolute;
    width: 20px;
    z-index: 900;
    border-radius: 2px
}

header nav.navbar ul li a:hover::after {
    background-color: var(--green);
    bottom: -12px;
    content: ' ';
    height: 3px;
    left: .7rem;
    margin: auto;
    position: absolute;
    width: 20px;
    z-index: 900;
    border-radius: 2px
}

header nav.navbar ul li a.nav-link {
    padding-right: .7rem !important;
    padding-left: .7rem !important
}

header nav.navbar ul li.item-work {
    display: none
}

.dropdown-lang .btn {
    background-color: rgba(25, 45, 2216, .6);
    border: 1px solid #1918d8
}

.rightNavBtn {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown-lang .btn:hover {
    color: #fff
}

.work-lang-btns {
    display: flex;
    gap: 10px
}

.call-box {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.call-us {
    display: flex;
    align-items: center;
    gap: 7px
}

.bootstrap-select .btn-default {
    background-color: var(--bg);
    border: 1px solid var(--bg);
    color: var(--blue)
}

.bootstrap-select .flag-icon-squared {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%
}

.flag-icon-squared {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50%
}

.bootstrap-select .flag-icon-squared.flag-icon-au {
    background-size: 49px;
    background-position: top left -5px
}

.dropdown-menu.open.show .dropdown-menu.inner.selectpicker {
    display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex !important;
    gap: 10px;
    align-items: center
}

.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
}

.dropdown-toggle::after {
    display: none
}

.btn-default-white {
    background-color: #fff;
    color: #000
}

.btn-default-white:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bs-caret {
    display: none
}

.col-menu-left.hdr-d-board {
    display: flex;
    align-items: center
}

.navbar-nav .dropdown-menu.dropdown-menu-links {
    position: absolute;
    width: 200px;
    padding: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.navbar-nav .dropdown-menu.dropdown-menu-links a.dropdown-item {
    border-bottom: 1px solid #eaeaea;
    font-size: .95rem;
    color: #80868b
}

.navbar-toggler {
    padding: .25rem .55rem;
    border: 1px solid var(--primaryText);
    background-color: var(--primaryText);
    border-radius: 4px
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.99%30' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.banner-area {
    background-image: url(../images/bannerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 650px;
    position: relative
}

.headerOverlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: calc(100% + 30px);
    min-height: 600px;
    position: absolute;
    z-index: 5;
    left: -15px
}

.header-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 10
}

.header-container>.row {
    width: 100%
}

.header-section-content-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: var(--wideExtraBold);
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    padding: 0 40px 0 40px
}

.header-desc-text {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-family: var(--regular);
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px
}

.contact-btn-header {
    margin-top: 40px;
    position: relative
}

.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;
    position: relative;
    z-index: 20
}

.socialContainerSticky {
    position: absolute;
    left: 0;
    right: 0;
    width: 123px;
    margin: auto;
    bottom: 50px;
    display: flex;
    gap: 15px;
    z-index: 10;
    flex-wrap: wrap
}

.socialContainerSticky a {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.socialContainerSticky a img {
    max-width: 20px;
    max-height: 20px
}

.header-section-detail {
    width: 100%
}

.header-section-detailInner {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.navNumberWrapper {
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center
}

.navNumber {
    font-size: 60px;
    color: var(--secondaryText)
}

.navNumberDetail {
    font-size: 22px;
    color: var(--secondaryText);
    line-height: 32px
}

header.sticky {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: var(--blue)
}

.h-s-c-large-heading {
    font-size: 50px;
    color: var(--secondaryText);
    font-family: var(--headingBold);
    line-height: 70px
}

.h-s-c-txt {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 15px;
    padding-right: 40px;
    color: var(--secondaryText);
    font-family: var(--regular)
}

.navbar-collapse.collapse.show {
    display: block !important
}

.scrollDownBtn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 90px;
    margin: auto;
    display: flex;
    cursor: pointer;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    z-index: 30
}

.scrollDownBtnIcon {
    width: 35px
}

.scrollDownText {
    color: #fff;
    font-size: 14px;
    width: fit-content
}

#primaryVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.smallHeading {
    display: flex;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: var(--blue);
    font-family: var(--wideSemiBold)
}

.primaryHeading {
    display: flex;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: var(--green);
    font-family: var(--wideSemiBold)
}

.primaryText {
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: var(--grey);
    font-family: var(--regular)
}

.primaryText a {
    color: var(--green);
    text-decoration: underline
}

.primaryText a:hover {
    color: var(--greenHover)
}

.primaryList {
    display: flex;
    width: 100%
}

.primaryListAbout {
    margin-top: 40px
}

.primaryList ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap
}

.primaryList ul li {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px
}

.primaryList ul li img {
    width: 20px;
    margin-top: 6px
}

.primaryList ul li span {
    font-size: 15px;
    line-height: 25px;
    color: var(--grey);
    font-family: var(--medium)
}

.detail-primary {
    display: flex;
    width: 100%;
    color: var(--secondaryText);
    font-family: var(--regular);
    line-height: 30px;
    font-size: 15px;
    padding: 0;
    margin: 30px 0 0 0
}

img {
    max-width: 100%
}

.form-group {
    margin-bottom: 40px;
    position: relative
}

.form-group label {
    font-family: var(--medium);
    color: var(--grey);
    font-size: 15px;
    padding-bottom: 3px
}

.form-group .form-control {
    border-radius: 10px;
    background-color: #fff;
    border: 0;
    padding: 12px 10px 14px 52px;
    color: var(--grey)
}

.form-group textarea.form-control {
    min-height: auto;
    height: 150px;
    overflow-y: hidden;
    resize: none
}

.common-section {
    padding-top: 90px;
    padding-bottom: 120px
}

.about-wrapper {
    background-image: url(../images/aboutBg.png);
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: bottom 10px left 30%
}

.aboutPoints {
    margin-top: 100px
}

.aboutPointsContent {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px 25px 25px 25px;
    height: 100%;
    box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -webkit-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32)
}

.aboutPointsIconWrapper {
    background-color: rgba(0, 51, 153, .15);
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: -38px;
    left: 20px
}

.aboutPointsIcon {
    background-color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px
}

.aboutPointsIcon img {
    width: 25px;
    height: auto
}

.aboutPointsDetail {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.aboutPointsHeading {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    color: var(--green);
    font-family: var(--medium);
    margin-top: 10px;
    margin-bottom: 10px
}

.aboutPointsHeading1 {
    padding-right: 30px
}

.RRContent {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 25px 25px 25px 25px;
    height: 100%;
    box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -webkit-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32)
}

.RRDetail {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.RRHeading {
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: var(--blue);
    font-family: var(--wideSemiBold)
}

.primaryListRR ul li {
    margin-top: 15px
}

.primaryListRR ul li span {
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: var(--grey);
    font-family: var(--regular)
}

.portfolioWrapper {
    margin-top: 80px
}

.justifyCenter {
    justify-content: center
}

.ourClientsWrapper {
    background-color: #fff
}

.ourClients {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.ourClientsImg {
    border-right: 1px solid #dadceb;
    border-bottom: 1px solid #dadceb;
    text-align: center
}

.ourClientsImg a {
    display: inline-block
}

.ourClientsImg:nth-child(10n+10) {
    border-right: none
}

.ourClientsImg:nth-child(21),
.ourClientsImg:nth-child(22),
.ourClientsImg:nth-child(23),
.ourClientsImg:nth-child(24),
.ourClientsImg:nth-child(25),
.ourClientsImg:nth-child(26),
.ourClientsImg:nth-child(27),
.ourClientsImg:nth-child(28),
.ourClientsImg:nth-child(29) {
    border-bottom: none
}

.ourClients {
    margin-top: 60px
}

.formInputRow {
    position: relative
}

.contact-col-first {
    padding-right: 50px
}

.contactFormIcon {
    position: absolute;
    left: 20px;
    top: 12px
}

.contactFormIconMessage {
    top: 10px;
    bottom: auto
}

.contactFormIcon img {
    width: 16px
}

.contact-btn {
    float: left;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: var(--semiBold)
}

.contact-btn img {
    width: 28px
}

.contactDetailRow {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px
}

.contactDetailRow .contactDetailIcon {
    max-width: 20px;
    min-width: 20px
}

.contactDetailRow .contactDetailIcon img {
    width: 20px;
    max-height: 30px
}

.contactDetailText {
    font-size: 15px;
    color: var(--secondaryText);
    line-height: 20px
}

.detail-primary-contact {
    padding-right: 50px
}

.contactDetailTextAddress {
    padding-right: 120px
}

.RP-wrapper {
    background-color: var(--blue);
    background-image: url(../images/footerBg.svg);
    padding-bottom: 250px
}

.processWrapper {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 50px 0 50px
}

.processWrapper img.processImg {
    width: 100%;
    height: auto
}

.processIconsWrapper {
    display: grid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 0 50px 0 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.processIcons {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 33px;
    padding-bottom: 33px
}

.processIcon {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 16px;
    height: 124px;
    width: 124px;
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 100%)
}

.processIconInner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 100%)
}

.processIconInner img {
    max-width: 60px;
    max-height: 60px
}

.processIcons1,
.processIcons3,
.processIcons5,
.processIcons7 {
    align-items: flex-start
}

.processIcons2,
.processIcons4,
.processIcons6 {
    align-items: flex-end
}

.processIcons1 {
    padding-left: 16px
}

.processIcons2 {
    padding-left: 11px
}

.processIcons3 {
    padding-left: 6px
}

.processIcons4 {
    padding-left: 0
}

.processIcons5 {
    padding-right: 6px
}

.processIcons6 {
    padding-right: 11px
}

.processIcons7 {
    padding-right: 16px
}

.processDetailWrapper {
    position: relative
}

.processDetailWrapperRes {
    display: none
}

.processDetailWrapperInner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: absolute;
    bottom: 60px
}

.processDetailContainer {
    padding: 0 45px 0 45px
}

.processDetailHeading {
    color: var(--green);
    font-family: var(--wideSemiBold);
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.processDetailText {
    color: #fff;
    font-family: var(--regular);
    font-size: 13px;
    width: 100%;
    text-align: center;
    line-height: 24px
}

.PRRow .primaryHeading {
    margin-bottom: 180px
}

.processNumber {
    position: absolute;
    background-color: var(--green);
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    font-family: var(--semiBold);
    display: flex;
    align-items: center;
    justify-content: center
}

.processNumber::after {
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--green)
}

.processIcons1 .processNumber,
.processIcons3 .processNumber,
.processIcons5 .processNumber,
.processIcons7 .processNumber {
    top: -77px
}

.processIcons1 .processNumber::after,
.processIcons3 .processNumber::after,
.processIcons5 .processNumber::after,
.processIcons7 .processNumber::after {
    bottom: -14px
}

.processIcons2 .processNumber,
.processIcons4 .processNumber,
.processIcons6 .processNumber {
    bottom: -77px
}

.processIcons2 .processNumber::after,
.processIcons4 .processNumber::after,
.processIcons6 .processNumber::after {
    top: -14px
}

.processDetailContainer1 {
    padding-left: 0
}

.processDetailContainer4 {
    padding-right: 0
}

.processDetailContainer2 {
    padding: 0 45px 0 35px
}

.processDetailContainer3 {
    padding: 0 45px 0 57px
}

.processDetailContainer4 {
    padding: 0 14px 0 54px
}

.processDetailWrapperBottom .processDetailWrapperInner {
    display: flex;
    justify-content: center;
    bottom: auto;
    top: 60px;
    width: 100%
}

.processDetailWrapperBottom .processDetailWrapperInner .processDetailContainer {
    width: 25%
}

.processDetailContainer5 {
    padding: 0 42px 0 20px
}

.processDetailContainer6 {
    padding: 0 30px 0 30px
}

.processDetailContainer7 {
    padding: 0 50px 0 50px
}

.services-feature-wrapper {
    background-color: #fff;
    padding-bottom: 150px
}

.servicesSlider {
    display: flex;
    width: 100%;
    margin-top: 50px
}

footer {
    background-color: var(--blue);
    background-image: url(../images/footerBg.svg)
}

.footer-logo {
    width: 100px
}

.footer-content {
    display: flex;
    width: 100%;
    padding-top: 80px
}

.footerCol1 {
    padding-right: 50px
}

.footerLogo {
    display: flex;
    width: 100%;
    margin-bottom: 40px
}

.footerText {
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular);
    margin-bottom: 40px
}

.followUsWrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.followUsText {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--regular);
    margin-right: 5px
}

.followUsWrapper a {
    float: left
}

.followUsWrapper a img {
    max-height: 20px;
    float: left
}

.footerNav {
    display: flex;
    width: 100%
}

.footerNav>.row {
    width: 100%
}

.footerNavHeading {
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: var(--wideSemiBold);
    color: var(--green)
}

.footerNavLinks {
    display: flex;
    width: 100%;
    padding-top: 30px
}

.footerNavLinks ul {
    padding: 0;
    margin: 0
}

.footerNavLinks ul li {
    display: flex;
    width: 100%;
    margin-bottom: 23px
}

.footerNavLinks ul li a {
    font-size: 16px;
    font-family: var(--regular);
    color: #fff;
    text-decoration: none
}

.footerNavLinks ul li a:hover {
    color: var(--green)
}

.footerAffliliatesRow {
    display: flex;
    width: 100%;
    padding-top: 35px
}

.footerAffliliatesRow ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 15px
}

.footerAffliliatesRow ul li {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.footerAffliliatesRow ul li a {
    float: left
}

.footerAffliliatesRow ul li a img {
    float: left
}

.call-us-footer {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 55px;
    width: fit-content
}

.call-box-footer {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.copyRight {
    display: flex;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 30px 0 30px 0;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--regular);
    gap: 7px
}

.copyRight a {
    color: var(--green);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--semiBold);
    text-decoration: none
}

.copyRight a {
    color: var(--green);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--semiBold);
    text-decoration: none
}

.copyRight a:hover {
    text-decoration: underline
}

.footer-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--secondaryText);
    width: 100%
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 40px;
    gap: 5px;
    flex-direction: column
}

.footer-nav ul {
    display: flex;
    gap: 30px;
    width: fit-content
}

.footer-nav ul li a {
    font-family: var(--regular);
    font-size: 15px;
    color: #fff;
    text-decoration: none
}

.footer-nav ul li a:focus {
    color: #fff
}

.footer-nav ul li a:hover {
    color: #fff
}

.footer-copyright {
    display: flex;
    align-items: center;
    padding-top: 5px;
    font-family: var(--regular);
    font-size: 15px;
    color: var(--secondaryText);
    width: fit-content
}

.copyrightContainer {
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px
}

.footer-copyright a {
    font-family: var(--bold);
    font-size: 15px;
    color: var(--primaryText);
    text-decoration: none
}

.footer-copyright a:hover {
    text-decoration: underline
}

.copyrightContainer::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--secondaryText);
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto
}

.phoneContainer {
    display: flex;
    align-items: center;
    padding-top: 5px;
    font-family: var(--regular);
    font-size: 15px;
    color: var(--secondaryText);
    white-space: nowrap;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    gap: 7px
}

.phoneContainer img {
    width: 20px
}

.phoneContainer::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--secondaryText);
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto
}

.developedContainer {
    display: flex;
    gap: 7px
}

.followContainer {
    display: flex;
    gap: 15px
}

.social-footer {
    display: flex;
    gap: 15px
}

.social-footer a img {
    max-width: 20px;
    max-height: 20px
}

.btn-close {
    width: 2em;
    height: 2em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1
}

.pos-rel {
    position: relative
}

.workers-wrapper {
    background-color: var(--bg);
    background-image: url(../images/workersBg.svg)
}

.workers-wrapper {
    padding-bottom: 120px
}

.workerPlane1 {
    position: absolute;
    left: 1040px;
    top: -48px;
    width: auto;
    max-width: 1100px
}

.workerPlane2 {
    position: absolute;
    right: 960px;
    bottom: -160px;
    width: auto;
    max-width: 1400px
}

.serviceSliderTitle .serviceSliderCloseTitle {
    padding: 20px
}

.serviceSliderTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    background-image: url(../images/mask-half.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom 0 left 0
}

.serviceFullTitle {
    display: flex;
    width: 100%;
    font-family: var(--wideSemiBold);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

.itemServicesSlider {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -webkit-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 8px 20px -14px rgba(0, 0, 0, .32)
}

.itemServicesSlider:hover .serviceSliderTitle {
    display: none
}

.serviceSliderDetail {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    padding: 20px;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/mask-full.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.itemServicesSlider:hover .serviceSliderDetail {
    display: flex
}

.serviceFullTitleSub {
    width: 100%;
    font-family: var(--semiBold);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 10px
}

.primaryListServices ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap
}

.primaryListServices ul li {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px
}

.primaryListServices ul li img {
    width: 18px !important;
    margin-top: 7px
}

.primaryListServices ul li span {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: var(--regular)
}

.primaryListServices p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: var(--regular);
    margin: 0;
    padding: 0
}

.itemServices {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    float: left;
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative
}

.owl-carousel-1 .itemServices {
    min-height: 312px
}

.owl-carousel .owl-stage {
    display: flex !important
}

.owl-carousel .owl-item {
    display: flex !important;
    padding: 4px
}

.owl-carousel-1 .owl-stage {
    display: flex !important
}

.owl-carousel-1 .owl-item {
    display: flex !important
}

.itemServicesImg {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%
}

.owl-carousel .owl-item .itemServicesImg img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    width: unset
}

.owl-carousel-1 .owl-item img {
    width: auto;
    max-height: 100%;
    display: flex
}

.owl-carousel-1 .owl-item .itemServicesImg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.workerTitle {
    color: var(--green);
    font-family: var(--semiBold);
    font-size: 16px;
    display: flex;
    position: absolute;
    border-radius: 5px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 210px;
    justify-content: center;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4)
}

.serviceText {
    color: var(--secondaryText);
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    width: 100%
}

.owl-dots {
    display: none
}

.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 120px
}

.owl-theme .owl-nav button {
    background: 0 0;
    border: 0;
    margin: 0 !important
}

.owl-nav button:hover {
    background-color: transparent !important;
    background: 0 0 !important
}

.owl-nav span {
    display: none !important
}

.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/rightArrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 50px !important;
    float: right;
    position: relative;
    right: 0
}

.owl-theme .owl-nav .owl-next:hover {
    width: 50px;
    height: 50px;
    background-image: url(../images/rightArrow.svg) !important;
    background: url(../images/rightArrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 50px !important
}

.owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/leftArrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 50px !important;
    float: left;
    position: relative;
    right: 0
}

.owl-theme .owl-nav .owl-prev:hover {
    width: 50px;
    height: 50px;
    background-image: url(../images/leftArrow.svg) !important;
    background: url(../images/leftArrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 50px !important
}

.workerSlider {
    display: flex;
    width: 100%;
    margin-top: 30px
}

.workerSlider .owl-theme .owl-nav {
    width: 100%;
    top: 0;
    bottom: 0
}

.workerSlider .owl-theme .owl-nav .owl-next {
    right: -30px
}

.workerSlider .owl-theme .owl-nav .owl-prev {
    left: -30px
}

.features-wrapper {
    padding-bottom: 40px
}

.gallery-wrapper {
    background-color: #fff
}

.item1 {
    grid-area: img1
}

.item2 {
    grid-area: img2
}

.item3 {
    grid-area: img3
}

.item4 {
    grid-area: img4
}

.item5 {
    grid-area: img5
}

.item6 {
    grid-area: img6
}

.item7 {
    grid-area: img7
}

.item8 {
    grid-area: img8
}

.item9 {
    grid-area: img9
}

.am-container {
    height: auto !important;
    display: grid;
    width: 100%;
    gap: 15px;
    margin-top: 30px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 160px)
}

.item1 {
    grid-column: 1/1;
    grid-row: 1/1
}

.item2 {
    grid-column: 1/1;
    grid-row: 2/2
}

.item3 {
    grid-column: 2/2;
    grid-row: 1/3
}

.item4 {
    grid-column: 3/3;
    grid-row: 1/1
}

.item5 {
    grid-column: 3/3;
    grid-row: 2/2
}

.item6 {
    grid-column: 4/4;
    grid-row: 1/3
}

.item7 {
    grid-column: 5/7;
    grid-row: 1/1
}

.item8 {
    grid-column: 5/5;
    grid-row: 2/2
}

.item9 {
    grid-column: 6/6;
    grid-row: 2/2
}

.am-container a {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.am-container a>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zoomMagnify {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5)
}

.zoomMagnify2 {
    background-color: rgba(14, 39, 183, .6)
}

.zoomMagnify img {
    width: 30px !important
}

.zoomMagnify img.zoomPlay {
    width: 20px !important
}

.am-container>a:hover .zoomMagnify {
    display: flex
}

.itemPortfolioSlider:hover .zoomMagnify2 {
    display: flex
}

.upArrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 500;
    box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4)
}

.upArrow img {
    width: 100%;
    height: 100%
}

.whatsappFixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 500;
    box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 30px -12px rgba(0, 0, 0, .4)
}

.whatsappFixed img {
    width: 100%;
    height: 100%
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0
}

/*************************PDF Download**************************/

.file-wrapper {
    background-color: var(--blue);
    background-image: url(../images/footerBg.svg);
    padding-bottom: 90px;
    padding-top: 80px;
    position: relative;
}
.profileHeading, .profileTxt{
    color: var(--white)
}
.profileTxt{    
    font-size: 14px;
}
.profileMock1{
    position: absolute;
    left: -250px;
    top: -180px;
    width: 870px;
    z-index: -1;
}
.profileMock2{
    position: absolute;
    right: -300px;
    bottom: 0;
    width: 700px;
}
.profileCol{
    padding-left: 550px;
    padding-right: 120px;
    position: relative;
    z-index: 1;
}
.profile-btn{
    float: left;
    height: 50px;
    line-height: 50px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: var(--semiBold);
    margin-top: 20px;
}
.downloadPfl{
    display: flex;
}




/*************************RTL**************************/
body.direction-rtl {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl header nav.navbar ul li a {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl header nav.navbar ul li.active a {
    font-family: var(--arabicTextMedium)
}

body.direction-rtl .btn {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl .header-section-content-wrapper {
    font-family: var(--arabicTextBold)
}

body.direction-rtl .contact-btn {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .smallHeading {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .primaryHeading {
    font-family: var(--arabicTextSemiBold);
    font-size: 30px;
    line-height: 45px
}

body.direction-rtl .primaryText {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .primaryList ul li span {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .aboutPointsHeading {
    font-family: var(--arabicTextMedium);
    font-size: 20px;
    line-height: 35px
}

body.direction-rtl .serviceFullTitle {
    font-family: var(--arabicTextMedium)
}

body.direction-rtl .primaryListServices ul li span {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .primaryListServices p {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .workerTitle {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .processDetailHeading {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .processDetailText {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .RRHeading {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .contactDetailText {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .form-group label {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl .footerText {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .footerNavHeading {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .footerNavLinks ul li a {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl .followUsText {
    font-family: var(--arabicTextRegular)
}

body.direction-rtl .copyRight {
    font-family: var(--arabicTextLight)
}

body.direction-rtl .copyRight a {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .copyRight a.linkC {
    font-family: var(--arabicTextSemiBold)
}

body.direction-rtl .call-us {
    direction: ltr
}

body.direction-rtl header nav.navbar ul li.active a::after {
    left: auto;
    right: .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 .contact-btn img.plane1 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 170px;
    right: auto
}

body.direction-rtl .aboutPointsIconWrapper {
    left: auto;
    right: 20px
}

body.direction-rtl .aboutPointsHeading1 {
    padding-right: 0
}

body.direction-rtl .servicesSlider {
    direction: ltr
}

body.direction-rtl .serviceFullTitle {
    text-align: right;
    justify-content: flex-end
}

body.direction-rtl .primaryListServices {
    direction: rtl
}

body.direction-rtl .workerSlider {
    direction: ltr
}

body.direction-rtl .workerPlane1 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: auto;
    right: 1040px
}

body.direction-rtl .workerPlane2 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 960px
}

body.direction-rtl .processDetailContainer1 {
    padding-left: 45px;
    padding-right: 0
}

body.direction-rtl .processIcons1 {
    padding-left: 0;
    padding-right: 16px
}

body.direction-rtl .processIcons2 {
    padding-left: 0;
    padding-right: 11px
}

body.direction-rtl .processDetailContainer5 {
    padding: 0 20px 0 42px
}

body.direction-rtl .processIcons3 {
    padding-left: 0;
    padding-right: 6px
}

body.direction-rtl .processDetailContainer2 {
    padding: 0 35px 0 45px
}

body.direction-rtl .processIcons5 {
    padding-left: 6px;
    padding-right: 0
}

body.direction-rtl .processDetailContainer3 {
    padding: 0 57px 0 45px
}

body.direction-rtl .processIcons6 {
    padding-left: 11px;
    padding-right: 0
}

body.direction-rtl .processDetailContainer7 {
    padding: 0 50px 0 20px
}

body.direction-rtl .processIcons7 {
    padding-right: 0;
    padding-left: 16px
}

body.direction-rtl .processDetailContainer4 {
    padding: 0 54px 0 14px
}

body.direction-rtl .lg-outer {
    direction: ltr
}

body.direction-rtl .ourClientsImg:nth-child(10n+10) {
    border-right: 1px solid #dadceb
}

body.direction-rtl .ourClientsImg:nth-child(11),
body.direction-rtl .ourClientsImg:nth-child(21) {
    border-right: none
}

body.direction-rtl .ourClientsImg:first-child {
    border-right: none
}

body.direction-rtl .ourClientsImg:last-child {
    border-left: 1px solid #dadceb
}

body.direction-rtl .detail-primary-contact {
    padding-right: 0;
    padding-left: 50px
}

body.direction-rtl .contactDetailTextAddress {
    padding-right: 0
}

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
}

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
}

body.direction-rtl .footerCol1 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
}

body.direction-rtl .contactDetailTextPhone {
    direction: ltr
}

body.direction-rtl .formInputRow input {
    text-align: right
}
body.direction-rtl .profileCol {
    padding-left: 500px;
    padding-right: 170px;
}