@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --main-color: #191c51;
    --sec-color: #0000;
    --bg-color: #000;
}

* {
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

a {
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;

}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    text-align: start;
    direction: ltr;
    color: #000;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
    padding: 80px 0px;
}

p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    /* color: var(--sec-color); */
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin: 0px;
}

textarea {
    resize: vertical;
}

main {
    overflow: hidden;
}

.owl-carousel {
    direction: ltr;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 200px;
}

nav ul {
    display: flex;
}

nav ul li {
    padding: 0px 11px;
}

.nav-bar {
    padding: 54px 0px;
    position: absolute;
    z-index: 99999;
    width: 100%;
}

nav ul li a {
    font-size: 15px;
    font-weight: 600;
    color: white;
}

section.hero-main {
    padding: 190px 0px;
    background-image: ;
    padding-bottom: 0px !important;
    margin-bottom: 180px;
    position: relative;
}

.her-desc p {
    font-size: 18px;
    font-weight: 600;
    color: #FCB615;
    margin-bottom: 10px;
}

.her-desc h3 {
    font-size: 44px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    margin: 30px 0px;
    line-height: 70px;
}

.btn {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--main-color);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6FC5700;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 40px 16px 40px;
    transition: all 0.5s ease;
}

.hero-bot a {
    margin-inline-end: 25px;
    padding: 20px 40px 20px 40px;
    white-space: nowrap;
}

.hero-bot i {
    background: white;
    padding: 15px 18px 15px 20px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 26px;
    margin-inline-end: 25px;
}

.hero-bot {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hero-bot p {
    font-size: 14px;
    color: #FCB615;
}

.hero-points li i {
    color: var(--main-color);
    border: 1.8px solid;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px;
}

.hero-points ul li i {
    margin-inline-end: 8px;
}

.hero-points ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    color: #DDDDDD;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero-points {
    padding-top: 40px;
}

.row.heros-img {
    position: relative;
    top: 120px;
}

.fh-img img {
    height: 100%;
    object-fit: cover;
}

.fh-img {
    height: 100%;
}

.sh-img {
    position: relative;
    top: 60px;
}

a.btn:hover {
    transform: scale(0.9);
    color: white;

}

nav ul li a {
    padding: 0px 0px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
}

nav ul li a:hover {
    border-bottom: 3px solid var(--main-color);
    color: white;
}

li.current-menu-item a {
    border-bottom: 3px solid var(--main-color);
    padding: 0px 0px;
    padding-bottom: 10px;
}

section.clients-sec {
    padding-top: 100px;
}

.client-block {
    padding: 0px 60px;
    opacity: 0.4;
    transition: all 0.5s ease;
    /* height: 135px; */
}

.client-block:hover {
    opacity: 1;
}

.s-a-img img {
    height: 85%;
    object-fit: cover;
    width: 100%;
}

.s-a-img {
    height: 100%;
    position: relative;
    bottom: 70px;
    border: 20px solid white;
    left: 12px;
}

.about-desc h4 {
    color: #FCB615;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-desc h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-desc p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}

.about-desc {
    margin-bottom: 35px;
}

.about-blocks-h {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.about-b-icon {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
    background: var(--main-color);
    padding: 15px;
}

.about-b-icon img {
    filter: brightness(0) invert(1);
}

section.About {
    /*! padding-top: 70px; */
    padding-bottom: 0px;
}

.block-about-h h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.block-about-h p {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
}

.block-about-h {
    max-width: 48%;
    flex: 48%;
    /*! margin-bottom: 30px; */
}

.col-md-6.padding-s {
    padding-inline-start: 90px;
    padding-top: 60px;
}

.t-a-img img {
    border-top: 20px solid white;
    border-right: 20px solid white;
}

.col-md-6.ind-img {
    padding-inline-start: 0px;
}

.t-a-img {
    height: 100%;
    position: relative;
}

.t-a-img img {
    height: 85%;
    object-fit: cover;
    width: 100%;
}

.conter-about {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 3%;
    background: white;
    text-align: center;
    padding: 20px 40px 10px 40px;
    white-space: nowrap;
    width: 210px;
}

.conter-about .counter-item {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: black;
}

span.plus-i {
    color: var(--main-color);
}

.conter-about p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    white-space: wrap;
}

.Why-Us .row .col-md-6:nth-child(1) {
    background: black;
    background-image: radial-gradient(at bottom right, #FCB615 0%, #15B8AE00 37%);
}

.why-us-desc h3 {
    color: white;
}

.Why-Us .block-about-h h3 {
    color: white;
}

.Why-Us .row .col-md-6 {
    padding: 0;
}

.why-us-banner {
    width: 100%;
    height: 107%;
    position: relative;
}

.why-us-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-why-us-desc {
    padding: 15% 15% 15% 15%;
}

section.Why-Us {
    /* padding-bottom: 200px; */
}

.Why-Us .about-btn {
    display: flex;
    align-items: center;
}

.Why-Us .about-btn .job-list {
    margin-inline-start: 45px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

a.job-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a.job-list:hover {
    transform: translateY(-10px);
    color: var(--main-color) !important;
}



.circular-chart {
    display: block;
    /* margin: 10px auto; */
    width: 100%;
    height: 100%;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 1.8;
}

.circle {
    fill: none;
    stroke-width: 1.8;
    /* stroke-linecap: round; */
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


.circular-chart .circle {
    stroke: var(--main-color);
}


.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.single-chart {
    /* position: relative; */
    max-width: 48%;
    flex: 48%;
}

.single-chart .counter-item span {
    position: absolute;
}

.single-chart .odometer {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
}

.all-charts {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 40px;
    justify-content: space-between;
    padding: 0px 48px;
    animation: fadeInRight !important;
    animation-duration: 2s !important;
}

.single-chart {
    justify-content: center;
    align-items: center;
    display: flex;
    background: white;
    gap: 15px;
    padding: 15px 10px;
}

.inner-chart {
    position: relative;
    max-width: 40%;
    color: black;
}

.chart-desc {
    max-width: 50%;
    flex: 50%;
}

.chart-desc h3 {
    /*! margin-bottom: 30px; */
    font-size: 18px;
    font-weight: 700;
}

span.perc-i {
    position: absolute;
    top: 50%;
    left: 73%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
}

.chart-desc p {
    color: #7A7A7A;
    font-weight: 400;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title h4 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec-title h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec-title p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
}

.ben-banner-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.ben-banner-img img {
    width: 100%;
    height: 100%;
}

.ben-banner-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.benn-banner-tit {
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    z-index: 9999;
    left: 30px;
    bottom: 30px;
    background: white;
    padding: 13px 25px 16px 25px;
}

.benn-banner-tit img {
    width: 35px;
    margin-inline-end: 15px;
}

.benn-banner-tit h3 {
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.ben-banner {
    position: relative;
}

.p-b-tit {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #0B0C1324;
    margin-bottom: 30px;
}

.p-b-tit img {
    width: 45px;
}

.p-b-tit h3 {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.pages-blocks {
    border: 1px solid black;
    padding: 30px;
    height: 100%;
}

.p-b-desc p {
    color: #C0C0C0;
    font-weight: 400;
    margin-bottom: 30px;
}

.l-m-btn a {
    color: var(--main-color);
    margin-inline-end: 10px;
    font-size: 16px;
    font-weight: 700;
}

.l-m-btn i {
    color: var(--main-color);
    font-size: 12px;
}

.test-block img {
    width: 60px !important;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.test-inner {
    display: flex;
}

.test-n-d h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}

.test-n-d h4 {
    color: #7A7A7A;
    font-size: 14px;
}

.test-block {
    padding: 40px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 10px;
    position: relative;
}

.test-block p {
    margin: 30px 0px;
    font-size: 14px;
    color: #7A7A7A;
    font-weight: 400;
}

.test-block::before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 14px;
    background-image: url(../images/quote.png);
    width: 180px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.call-t-p p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}

.call-t-info {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 13px;
}

.call-t-info img {
    width: 60px;
    border-radius: 50%;
}

.call-t-info i {
    background: black;
    color: white;
    padding: 18px;
    border-radius: 50%;
    font-size: 25px;
}

section.call-t-ac {
    padding: 30px 0px;
    margin-bottom: 50px;
}

section.call-t-ac .row {
    align-items: center;
}

.call-t-num h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.call-t-num p {
    font-size: 14px;
    color: #7A7A7A;
}

.overlay-img {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.con-inner {
    text-align: center;
    position: relative;
    z-index: 999;
}

section.contact-us {
    padding: 100px;
}

.contact-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.con-inner h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.con-inner p {
    color: #C0C0C0;
    padding: 0% 22%;
    margin-bottom: 30px;
}

.blog-cat p {
    color: var(--main-color) !important;
    margin: 20px 0px 10px 0px;
    font-weight: 600;
    font-size: 14px;
}


.blog-info h3 {
    color: black;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-info p {
    color: #7A7A7A;
    margin-bottom: 20px;
}

.blog-block {
    padding-inline-end: 45px;
}

.sub-form input {
    color: var(--e-global-color-primary);
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 20px 18px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #D7D7D7;
    font-size: 16px;
    font-weight: 400;
    width: 45%;
    margin-inline-end: 10px;
}

.sub-form button {
    background: var(--main-color);
    padding: 18px 10px 18px 10px;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.footer-inner {
    background: #0B0C13;
    padding: 80px 0px 10px 0px;
    color: white;
    overflow: hidden;
}

.footer-col ul li a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    padding-inline-start: 15px !important;
}

.footer-col p {
    color: #C0C0C0;
    font-size: 16px;
    font-weight: 400;
}

.logo-footer img {
    width: 200px;
}

.footer-col h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer {
    padding: 0;
}

ul.footer-list li i {
    font-size: 12px;
    margin-inline-end: 10px;
    color: var(--main-color);
}

ul.footer-list li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.footer-inner .row {
    justify-content: space-between;
}

.num-footer {
    justify-content: start;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.num-footer i {
    background: var(--main-color);
    padding: 10px;
    font-size: 22px;
    color: white;
}

.footer-col ul li a:hover {
    color: #FCB615;
}

.num-footer.social-footer i {
    padding: 10px 15px;
    font-size: 18px;
}

.copy-rights p {
    color: #C0C0C0;
    font-size: 14px;
    font-weight: 700;
    /* text-align: center; */
    /* padding-top: 20px; */
    /* border-top: 1px solid #A0AABA2B; */
    /* margin-top: 20px; */
}

section.bread-crump {
    padding: 0;
    height: 435px;
}

section.bread-crump:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.bread-img {
    height: 100%;
    width: 100%;
}

.bread-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bread-desc {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 9;
}

.bread-desc h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bread-desc ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.bread-desc ul i {
    color: black;
    background: var(--main-color);
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 10px;
}

.bread-desc ul li a {
    color: white;
    font-weight: 700;
}

.bread-desc ul li a:hover {
    color: white;
}

.bread-desc ul li span {
    font-weight: 700;
}

.bread-desc p {
    color: #C0C0C0;
    padding: 0% 20% 0% 20%;
    margin-top: 20px;
    font-weight: 700;
}

section.Services .col-md-4 {
    margin-bottom: 25px;
}

section.clients-inn .row {
    align-items: center;
    justify-content: space-between;
}

section.clients-inn .client-block {
    padding: 60px;
}

.job-r-block {
    display: flex;
    align-items: center;
    padding: 30px 25px 30px 25px;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
}

.job-r-desc {
    flex: 33.3333333%;
    max-width: 33.3333333%;
}

.logo-company {
    flex: 33.3333333%;
    max-width: 33.3333333%;
    display: flex;
    justify-content: center;
}

.logo-company img {
    max-width: 50%;
}

.job-time {
    flex: 33.3333333%;
    max-width: 33.3333333%;
    padding-inline-start: 30px;
    border-left: 1px solid #D7D7D7;
}

.job-r-desc {
    padding: 0px 30px;
    border-left: 1px solid #D7D7D7;
}

.job-list-title h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.job-time-l {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    color: #C0C0C0;
}

.job-apply {
    width: 100%;
}

.job-r-desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.job-r-desc ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.job-r-desc ul li i {
    color: var(--main-color);
    font-size: 15px;
}

section.job-list .row {
    justify-content: space-between;
}

.search-box {
    padding: 30px;
    border: 1px solid #D7D7D7;
    background: #FBFBFB;
    margin-bottom: 40px;
}

.search-b-input button {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-b-input {
    width: 100%;
    position: relative;
    height: 70px;
}

.search-b-input input {
    width: 100%;
    padding: 0px 20px 0px 20px;
    height: 100%;
}

.search-b-input i {
    color: #eaeaeb;
}

.search-b-title form {
    height: 100%;
}

.search-b-input form {
    height: 100%;
}

.search-b-title h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.cta-job-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 35px;
}

.cta-job-desc h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.cta-job-desc p {
    color: #C0C0C0;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-job-desc a i {
    margin-inline-end: 5px;
}

.inner-job-cta .ben-banner-img::before {
    opacity: 0.7;
}

section.single-job-bread {
    height: 550px;
    background-image: radial-gradient(at bottom left, #17B5ABA3 -20%, #0B0C13 45%);
    padding: 100px 0px 0px 0px;
}

section.single-job-bread .container {
    height: 100%;
}

section.single-job-bread .container .row {
    height: 100%;
    align-items: center;
    justify-content: start;
}

.single-job-bread-bread-desc h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-job-bread-bread-desc ul li {
    margin-bottom: 10px;
}

.single-job-bread-bread-desc span {
    color: white;
}

.single-job-bread-bread-desc i {
    color: var(--main-color);
    margin-inline-end: 10px;
}

.single-job-bread-bread-desc ul {
    margin-bottom: 20px;
}

.job-con-inner .job-list-title h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.job-con-p p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}

.job-con-p {
    margin-bottom: 30px;
}

.requierment h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.requierment ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.requierment ul li span {
    color: var(--main-color);
    font-weight: 600;
}

.requierment ul li i {
    color: var(--main-color) !important;
    font-size: 13px;
    margin-inline-end: 9px;
}

.all-com-det {
    background: #FBFBFB;
    border: 1px solid #D7D7D7;
    padding: 30px;
}

.comp-logo-inner img {
    width: 205px;
}

.comp-logo-inner {
    margin-bottom: 20px;
}

.all-com-det h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.all-com-det p {
    color: #7A7A7A;
    font-size: 16px;
}

.more-comp-detials {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.more-comp-block h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}

.requierment {
    margin-bottom: 30px;
}

.more-comp-block {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 20px;
}

.other-lobs-title h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.other-job-logo img {
    width: 160px;
}

.other-job-logo {
    margin-bottom: 20px;
}

.other-job-details h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.other-job-details ul li span {
    color: var(--main-color);
}

.other-job-details ul li i {
    color: var(--main-color);
    margin-inline-end: 10px;
}

.other-job-details ul {
    margin-bottom: 20px;
}

.other-job-block {
    border: 1px solid #D7D7D7;
    padding: 30px 25px 30px 25px;
    margin-bottom: 20px;
}

.other-jobs {
    padding-inline-start: 50px;
}

.form-control {
    /* margin-bottom: 30px; */
    padding: 15px 25px 15px 25px;
}

.form-group {
    margin-bottom: 30px;
}

.contact-form {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

input.form-control {
    border: 1px solid #ECECEC;
}

textarea.form-control {
    border: 1px solid #ECECEC;
}

.contact-us-inner .sec-title {
    text-align: start;
}

.contact-us-inner .sec-title p {
    width: 100%;
}

.con-info-block {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}


.con-info-block i {
    background: var(--main-color);
    padding: 15px;
    font-size: 30px;
    color: white;
}

.con-info-det h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}

.con-info-det p {
    color: #7A7A7A;
    font-size: 16px;
}

.con-info-blocks {
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.working-hours {
    padding-top: 20px;
}

.working-hours h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

.working-hours ul li {
    display: flex;
    align-items: center;
}

.working-hours ul li i {
    color: var(--main-color);
    margin-inline-end: 10px;
}

.working-hours ul li span {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 700;
}

.working-hours ul li {
    margin-bottom: 20px;
}

section.map-frame {
    padding: 0;
}

.i-map iframe {
    width: 100%;
    height: 100%;
}

.i-map {
    height: 480px;
}

.con-info-blocks .row .col-md-6:nth-child(2) .con-info-block i {
    background: var(--main-color);
}

.con-info-blocks .row .col-md-6:nth-child(3) .con-info-block i {
    background: var(--main-color);
}

a.vidio-a {
    margin: 0 !important;
    padding: 0 !important;
}

.sh-img img {
    height: 100%;
    object-fit: cover;
}

.th-img {
    height: 100%;
}

.th-img img {
    height: 100%;
    object-fit: cover;
}

.sh-img {
    height: 100%;
}

.footer-col ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    color: #FCB615;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    font-size: 15px;
}

.footer-list li.current-menu-item a {
    border: none !important;
    padding-bottom: 0px !important;
    padding: 0;
}

.header-side {
    display: flex;
    align-items: center;
    gap: 20px;
}

a.lang {
    color: white;
    font-size: 20px;
}

.sub-form form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sec-title h3 {
    color: black;
}

.about-desc h3 {
    color: black;
}

.about-desc.why-us-desc h3 {
    color: white;
}

.chart-desc h3 {
    color: black;
}

.block-about-h h3 {
    color: black;
}

input.form-control.email-input {
    text-align: end;
}

.side-nav {
    position: relative;
    top: 0;
    left: 0;
}

.side-nav-list {
    position: fixed;
    left: -100%;
    top: 0;
    width: 60%;
    height: 100vh;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #010101;
    padding: 100px 15px 0;
    transition: all 0.4s linear;
}

.side-nav-item {
    display: block;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.side-nav-link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.side-nav .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 33px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 99999999;
    transform: translate(10% , -50%);
}

.side-nav .hamburger .bar {
    display: inline-block;
    width: 28px;
    height: 3px;
    background-color: #949494;
    position: relative;
}

.side-nav .hamburger .bar:after, .side-nav .hamburger .bar:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #FCB615;
    top: -8px;
    transition: all 0.4s linear;
    /*! opacity: 1 !important; */
    /*! opacity: 0 !important; */
}

.side-nav .hamburger .bar:after {
    top: 8px;
}

.side-nav .hamburger.close .bar {
    height: 0;
}

.side-nav .hamburger.close .bar:after {
    top: -2px;
    background-color: #fff;
    transform: rotate(135deg);
}

.side-nav .hamburger.close .bar:before {
    top: -2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.slide-in {
    left: 0;
}

.side-nav {
    display: none;
}

.blog-block.inner-blog-b {
    margin-bottom: 30px;
}

.row.row-hero-inn {
  align-items: start;
  padding-top: 40px;
}
.client-block img {
    width: 100%;
    height: 100%;
}

section.hero-main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(at bottom left, #191c51 21%, #5eb4ef 122%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.hero-main {
}

.over-hero-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}
.over-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contry-name h3 {
    color: var(--main-color);
    text-align: center;
    font-size: 30px;
}

.client-block img {
    height: 135px;
}

.contry-name {margin-top: 20px;}

.form-control option {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

.form-control {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

.kingdom-vision {
  width: 142px;
  margin: 20px 0px;
}

.Why-Us .block-about-h {
  margin-bottom: 30px;
}

.ben-banner.steps-box {
  position: relative;
}
.number-ster {
  position: absolute;
  z-index: 2;
  top: -17px;
  right: -2px;
  opacity: 0.8;
}
.number-ster h3 {
  font-size: 182px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FCB615;
  /*! line-height: normal; */
  color: transparent;
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}
.footer-bottom .row {
    align-items: center;
}

.footer-bottom {
        padding-top: 20px; 
     border-top: 1px solid #A0AABA2B; 
     margin-top: 20px;
}

.comany-name {
    color: white;
}

.comany-name a svg {
    filter: brightness(0) invert(1);
}
.join-us-footer.circle.whats-app-i {
  bottom: 92px;
  background: #25D366;
}
.join-us-footer {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  left: 10px;
  background: var(--main-color);
  padding: 17px 20px;
  border-radius: 50%;
}
.join-us-footer {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  left: 10px;
  background: var(--main-color);
  padding: 17px 20px;
  border-radius: 50%;
}

.circle {
  &::before {
    background: rgba(255, 95, 122, 0.6);
    animation-delay: -0.5s;
  }
}

.circle {
  &::after, &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color) !important;
    border-radius: 50%;
    z-index: -1;
    animation: grow 2s ease-in-out infinite;
    animation-delay: 0s;
  }
}

.join-us-footer i {
  font-size: 25px;
  color: white;
}
.circle {
  &::after, &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25D366;
    border-radius: 50%;
    z-index: -1;
    animation: grow 2s ease-in-out infinite;
  }
}
@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.join-us-footer.circle.whats-app-i::before {
  background: #25D366 !important;
}
.join-us-footer.circle.whats-app-i::after {
  background: #25D366 !important;
}


#why-us-n .about-desc h3 {
  font-size: 26px;
}
.about-desc h4 {
}
#why-us-n .about-desc h4 {
  font-size: 18px;
}
.comany-name a svg {
  height: 100px;
  object-fit: cover;
  transform: scale(1.2) translateY(-27px) translateX(-47px) !important;
  display: block;
}