/* Global Styles */
:root {
    --mainColor: #FDC46F;
    --secColor: #009647;
    --duration-02: 0.2s;
    --duration-03: 0.3s;
    --duration-04: 0.4s;
    --duration-05: 0.5s;
    --duration-06: 0.6s;
    --duration-07: 0.7s;
    --duration-08: 0.8s;
    --duration-09: 0.9s;
}

.duration-02 {
    animation-duration: var(--duration-02);
}

section.page-title {
    padding: 50px 0;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}

section.page-title .container {
    position: relative;
    z-index: 2;
}

section.page-title h1 {
    margin-bottom: 80px !important;
}

section.page-title h1 {
    color: var(--secColor);
    font-weight: bold;
    margin: 0;
    font-size: 38px;
}

.duration-03 {
    animation-duration: var(--duration-03);
}

.duration-04 {
    animation-duration: var(--duration-04);
}

.duration-05 {
    animation-duration: var(--duration-05);
}

.duration-06 {
    animation-duration: var(--duration-06);
}

.duration-07 {
    animation-duration: var(--duration-07);
}

.duration-08 {
    animation-duration: var(--duration-08);
}

.duration-09 {
    animation-duration: var(--duration-09);
}

body,
html {
    direction: rtl;
    text-align: right;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Almarai', sans-serif;
}

a,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-margin {
    margin: 0 !important;
}

/* End Global Styles */

/* Breaking News */
.breaking_news {
    background: var(--secColor);
    height: 50px;
    display: flex;
    align-items: center;
}

.heads-box {
    direction: ltr;
}

.break-news-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.break-news-item .icon {
    margin-left: 5px;
}

.break-news-item button span {
    color: #fff;
    opacity: 0.9;
    transition: all .3s linear;
}

.break-news-item p:hover {
    opacity: 1;
}

.break-news-item button:hover span {
    opacity: 1;
    color: var(--secColor);
}

.break-news-item button:hover {
    background: #fff;
}

.break-news-item p {
    margin: 0;
    text-align: right;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 12px;
    transition: all .3s linear;
}

.break-news-item button {
    height: 26px;
    color: #F1E4CC;
    font-size: 12px;
    width: 74px;
    background: rgb(255 255 255 / 10%) 0% 0% no-repeat padding-box;
    margin-right: 8px;
    border: none;
    transition: all .3s linear;
}

/* End Breaking News */


/* Navbar */
.navbar ul.navbar-nav .nav-item a {
    color: #6F7A74;
    position: relative;
    transition: all .3s linear;
    opacity: 1;
    font-size: 14px;
    line-height: 29px;
    padding: 0;
}

li.menu-item-has-children.nav-item ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 99;
    top: calc(100% + 33px);
    padding: 10px;
    min-width: 230px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    box-shadow: 0px 0px 5px #3333;
    visibility: hidden;
    transition: all .3s linear;
}

li.menu-item-has-children.nav-item {
    position: relative;
}

li.menu-item-has-children.nav-item ul.sub-menu li {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
}

li.menu-item-has-children.nav-item ul.sub-menu li:last-of-type {
    margin: 0;
    border-bottom: 0;
}

li.menu-item-has-children.nav-item ul.sub-menu li a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

li.menu-item-has-children.nav-item:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
}

li.menu-item-has-children.nav-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 20px);
}

.navbar ul.navbar-nav .nav-item {
    margin-left: 30px;
}

.navbar ul.navbar-nav .nav-item:last-of-type {
    margin: 0;
}

nav.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
}

nav.navbar a.navbar-brand {
    padding: 0;
    margin: 0;
}

nav.navbar a.navbar-brand img {
    height: 70px;
    width: auto;
}

.navbar-btns ul {
    display: flex;
    align-items: center;
    column-gap: 45px;
}

.navbar-btns ul button.navbar-search-btn {
    background: transparent;
    border: none;
    outline: none;
}

.navbar-btns ul button.navbar-search-btn i {
    font-size: 18px;
}

.navbar-btns li.navbar-main-btn a:hover {
    border: 1px solid #000;
    background: transparent;
}

.navbar-btns li.navbar-main-btn a:hover span {
    color: #000;
}

.navbar-btns li.navbar-main-btn a {
    background: #000;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    justify-content: center;
    border: 1px solid transparent;
}

.navbar ul.navbar-nav .nav-item a:hover,
.navbar ul.navbar-nav .nav-item a.active {
    color: var(--secColor);
}

.navbar ul.navbar-nav .nav-item a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: 2px;
    background: var(--secColor);
    opacity: 0;
    transition: all .3s linear;
    z-index: -1;
    border-radius: 5px;
}


.navbar ul.navbar-nav .nav-item a:hover:after,
.navbar ul.navbar-nav .nav-item a.active:after {
    height: 40px;
    opacity: 0.06;
}

.navbar-btns li.navbar-main-btn a span {
    color: #EFEFEF;
    font-size: 14px;
    line-height: 29px;
}

.navbar-btns button.global-menu-icon {
    background: transparent;
    border: navajowhite;
}

.navbar-btns button.global-menu-icon span {
    height: 2px;
    background: #000;
    width: 41px;
    display: block;
}

.navbar-btns button.global-menu-icon span:last-of-type {
    margin-top: 7px;
    margin-right: 10px;
}

/* Search */
.navbar-search-from {
    position: absolute;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    inset: 0;
    transition: all .3s cubic-bezier(1, -0.75, 0, 1.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-90px);
}

.navbar-search-from form input {
    background: transparent;
    border: 1px solid #ccc;
    height: 50px;
    padding: 0 16px;
    border-radius: 3px;
    outline: none;
    transition: all .3s linear;
    width: 100%;
}

.navbar-search-from form {
    flex: 1;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.navbar-search-from.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.navbar-search-from form .btn {
    position: absolute;
    top: 0;
    left: 1px;
    background: #00964773;
    color: #fff;
    width: 50px;
    height: 100%;
    transition: all .3s linear;
    border-radius: 3px;
}

.navbar-search-from form .btn:hover {
    background: var(--secColor);
}

.navbar-search-from form input:focus {
    border: 1px solid #00964773;
}

.navbar-search-from>.btn {
    background: transparent;
    border: none;
    font-size: 28px;
    transition: all .3s linear;
    opacity: 0.4;
    padding: 0;
    margin-left: 20px;
}

.navbar-search-from>.btn:hover {
    opacity: 1;
}

/* End Search */

/* End Navbar */

/* Intro */
section.intro-section .intro-content {
    height: 100vh;
    background-size: cover;
    position: relative;
    padding: 200px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-social-media li a:hover i {
    transform: scale(1.5);
}

.intro-content {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 0px;
}

li.uniqe {
    transform: rotate(130deg);
    background: var(--mainColor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 97px;
    justify-content: center;
}

li.uniqe i {
    transform: rotate(-130deg);
}

li.uniqe:hover i {
    color: #111;
    transform: rotate(110deg);
}


section.intro-section .intro-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #141212;
    opacity: 0.2;
    z-index: 1;
}

.intro-content .container>span {
    font-size: 14px;
    line-height: 29px;
    color: var(--mainColor);
    opacity: 1;
    margin-bottom: 18px;
    display: block;
}

.intro-content h1 {
    font: normal normal 800 62px/87px Almarai;
    letter-spacing: 0px;
    color: #EFEFEF;
    opacity: 1;
    margin-bottom: 32px;
}

.intro-content p {
    text-align: center;
    font-size: 18px;
    width: 65%;
    color: #C7C7C7;
    opacity: 1;
    margin: 0 auto;
}

.intro-content .container>a.btn {
    background: var(--mainColor);
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    width: 180px;
    height: 50px;
    font-size: 18px;
    border-radius: 0;
    justify-content: center;
    column-gap: 5px;
    font-weight: bold;
    color: #000;
}

.intro-content .intro-social-media {
    display: none;
}

.intro-social-media {
    transform: translateY(-50%);
    position: fixed;
    top: 390px;
    z-index: 97;
    left: 5.5%;
    color: #fff;
    /* mix-blend-mode: difference; */
}

.intro-social-media li a i {
    font-size: 18px;
    transition: all .3s linear;
    -webkit-text-stroke: 1px #fdc46f9c;
    text-shadow: 1px 0px 2px #333;
}

.intro-social-media li a {
    position: relative;
    font-size: 17px;
    transition: all .3s linear;
    opacity: 0.63;
}

.intro-social-media ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.intro-social-media:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 30%;
    width: 1px;
    background: #dfdfdf;
    top: calc(100% / 2 + -10px);
    opacity: 0.3;
}

/* End Intro */

/* About Us */
section.about-us {
    position: relative;
    z-index: 9;
    padding: 50px 0;
    padding-top: 0;
}

section.about-us img.about-path {
    position: absolute;
    top: -355px;
    left: 0;
    width: 100%;
    z-index: 3;
}

section.company-committess-area.pst {
    background: #fff;
}

.about-us-page .about-us-img img.section-subtraction {
    transform: translateY(-50%) rotate(-35deg);
    right: -132px;
}

section.about-us img.logo-path {
    position: absolute;
    top: -330px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.about-us-page .about-um:before {
    display: none;
}

.about-us>.container {
    position: relative;
    z-index: 5;
}

.about-item-boxx {
    display: flex;
    column-gap: 30px;
}

.about-us-box {
    flex: 1;
    position: relative;
    width: 220px;
    display: flex;
    height: 265px;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}

.about-us-box:first-of-type {
    background: radial-gradient(closest-side at 50% 50%, #FDC46F00 0%, #FDC46F3D 24%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 100px 0px;
    opacity: 1;
}

.about-us-box img {
    width: 140px;
}

.about-us-box:last-of-type {
    background: transparent radial-gradient(closest-side at 50% 50%, #F5F8F5 0%, #DAECDC 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
    opacity: 1;
}

.about-us .about-us-info>span {
    text-align: right;
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    color: var(--secColor);
    display: block;
    margin-bottom: 7px;
}

.about-us .about-us-info h3 {
    /* UI Properties */
    text-align: right;
    font: normal normal bold 52px/87px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 17px;
}

.about-us .about-us-info p {
    text-align: right;
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    max-width: 80%;
    color: #5B7065;
    opacity: 1;
}

.about-us .about-us-img {
    margin: 50px 0;
    text-align: center;
}

.about-us-box h4 {
    font: normal normal bold 20px/29px Almarai;
    letter-spacing: 0px;
    color: #000000;
}

img.section-subtraction {
    position: absolute;
    top: calc(50% - 210px);
    transform: translateY(-50%);
    right: 0;
    z-index: 6;
    width: 298px;
    height: 365px !important;
}

.about-services {
    padding: 40px 0;
    background: #fff;
    position: relative;
}

.about-services ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about-services ul .about-service-item img {
    height: 120px;
    width: auto;
}

.about-service-item {
    position: relative;
    z-index: 6;
    text-align: center;
}

.about-services:before {
    content: '';
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
    z-index: 3;
}

.about-service-item .number-area .num {
    text-align: right;
    font: normal normal bold 59px/68px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.9;
}

.about-service-item>p {
    text-align: right;
    color: #009647;
    opacity: 0.9;
    margin: 0;
    font-size: 14px;
    margin-right: 40px;
    margin-top: 30px;
    position: relative;
}

.about-service-item .number-area {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
}

.about-service-item .number-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 80px;
    height: 80px;
    /* UI Properties */
    background: transparent linear-gradient(137deg, #FDC46F26 0%, #00964726 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 68px 0px;
    opacity: 1;
}

/* End About Us */


/* Blogs */
html[dir=ltr] .news-slider-area .news-slider {
    direction: ltr;
}

section.blogs_and_twitter_news {
    background: #FEF3E2;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

section.blogs_and_twitter_news:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    background: url('../img/section-bar.png') repeat;
    background-size: contain;
    width: 100%;
    height: 136px;
}

section.blogs_and_twitter_news:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url('../img/section-bar.png');
    background-size: contain;
    width: 100%;
    height: 136px;
    background-repeat: repeat;
}

.news-slider .new-item {
    position: relative;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-title .r-item span {
    font-size: 14px;
    color: var(--secColor);
}

.section-title .l-item a.title-link .icon {
    width: 30px;
    height: 30px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    background: #009647 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-title .r-item h3 {
    text-align: right;
    font-size: 52px;
    margin: 0px;
    color: #000000;
    font-weight: bold;
}

.section-title .l-item a.title-link {
    text-align: right;
    font: normal normal bold 18px/29px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.new-item:before {
    opacity: 0;
    content: '';
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(180deg, #009647 0%, #009647 100%) 0% 0% no-repeat padding-box;
    opacity: .6;
    z-index: 1;
    transition: all .3s linear;
    display: none;
}

.news-slider .new-item .new-card-info {
    /* position: absolute; */
    /* bottom: 8px; */
    /* right: 30px; */
    /* left: 30px; */
    /* width: calc(100% - 60px); */
    /* z-index: 2; */
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: row-reverse; */
    /* justify-content: space-between; */
}

.section-title .l-item a.title-link .icon i {
    transform: rotate(-45deg);
}

.news-slider .new-item .new-card-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    opacity: 1;
    margin: 0;
    max-width: 100%;
    min-height: 39px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-card-time {
    text-align: right;
    font: normal normal 300 10px/34px Almarai;
    letter-spacing: 0px;
    color: #EFEFEF;
    opacity: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 6px;
}

.news-slider .new-item:hover:before {
    opacity: 0.2;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    column-gap: 20px;
}

.owl-dots button.owl-dot span {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--secColor);
    transform: rotate(45deg);
    position: relative;
}

.owl-dots button.owl-dot span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    opacity: 0;
    transition: all .3s linear;
    background: var(--secColor);
}

.owl-dots button.owl-dot.active span:before {
    opacity: 1;
}

/* End Blogs */


/* Team */
.team-item {
    margin-bottom: 50px;
    position: relative;
}

.team-item img {
    width: 80%;
    height: 200px;
    object-fit: cover;
    object-position: left;
    z-index: 2;
    position: relative;
}

.team-item .team-img:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: transparent linear-gradient(0deg, #CCE7D4 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.team-info {
    position: relative;
    z-index: 4;
    background: transparent;
    text-align: center;
}

.team-img {
    position: relative;
    text-align: center;
}


.team-info h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 6px;
    margin-top: 10px;
}

.team-info span {
    font-size: 14px;
    color: #A5B5AC;
    opacity: 1;
}

.center-section-title {
    text-align: center;
    margin-bottom: 50px;
}

section.our-team {
    padding: 100px 0;
}

.center-section-title span {
    font: normal normal normal 14px/29px Almarai;
    color: #009647;
}

.center-section-title h4 {
    font: normal normal bold 52px/80px Almarai;
    color: #000000;
}

.col-md-2:nth-of-type(2) .team-item .team-img:before {
    background: transparent linear-gradient(0deg, #FEEBCF 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
}

.col-md-2:nth-of-type(4) .team-item .team-img:before {
    background: transparent linear-gradient(0deg, #FEEBCF 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
}

.col-md-2:nth-of-type(5) .team-item .team-img:before {
    background: transparent linear-gradient(0deg, #fff 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
}

.col-md-2:nth-of-type(7) .team-item .team-img:before {
    background: transparent linear-gradient(0deg, #FEEBCF 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
}

.compaines-container {
    margin: 50px 0;
}

.compaines-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.compaines-list .company-item {
    flex: 1;
    height: 200px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    justify-content: center;
    border: 2px solid #D8ECDC;
}

.compaines-list .company-item img {
    width: auto;
    height: 100%;
}

.company-item:hover {
    box-shadow: 12px 12px 35px #00964712;
    border: 2px solid #FDC46F;
}

.compaines-container .section-title span {
    text-align: right;
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    color: #009647;
    opacity: 1;
}

.compaines-container .section-title h5 {
    text-align: right;
    font: normal normal bold 52px/87px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
}

.compaines-container .section-title {
    display: block;
    margin: 0;
}

.compaines-container .row {
    align-items: center;
}

/* End Team */

/* Footer */
.clip-twies {
    position: relative;
    overflow: hidden;
    margin-top: -160px;
}

footer.app-footer:before {
    content: '';
    position: absolute;
    bottom: -110px;
    left: -60px;
    z-index: -1;
    width: 540px;
    height: 558px;
    background: transparent url(../img/footer-left.svg) 0% 0% no-repeat padding-box;
}

footer.app-footer:after {
    /*
    content: '';
    position: absolute;
    bottom: 230px;
    right: -100px;
    z-index: 30;
    width: 540px;
    height: 558px;
    background: transparent url(../img/footer-right.svg) 0% 0% no-repeat padding-box;
    */
}

img.news-clippath {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 30;
    transform: rotate(180deg);
}


img.news-cliplogo {
    top: 140px;
    left: 50%;
    width: auto;
    z-index: 30;
    transform: translateX(-50%) rotate(180deg);
    position: absolute;
}

section.news-letters {
    position: relative;
    z-index: 50;
}

.footer-menu-list ul {
    display: flex;
    flex-direction: column;
}

footer.app-footer {
    background: transparent linear-gradient(0deg, #FDC46F26 0%, #00964726 100%) 0% 0% no-repeat padding-box;
    padding: 60px 0;
    position: relative;
    z-index: 20;
}

footer.app-footer {
    padding-top: 500px;
}

.scroll-to-top {
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    cursor: pointer;
    transition: all .3s linear;
}

.scroll-to-top span {
    color: #91A49A;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font: normal normal normal 12px/29px Almarai;
}

.scroll-to-top .icon i {
    color: #91A49A;
    display: block;
    text-align: center;
    line-height: 7px;
}

.scroll-to-top .icon {
    margin-bottom: 7px;
}

.scroll-to-top .icon i:first-of-type {
    font-size: 30px;
}

.scroll-to-top .icon i:nth-of-type(2) {
    font-size: 20px;
}

.scroll-to-top .icon i:nth-of-type(3) {
    font-size: 13px;
}

.scroll-to-top .icon i:nth-of-type(4) {
    font-size: 9px;
}

.scroll-to-top:hover {
    transform: translateX(-50%) translateY(-10px);
}

.footer-app-info a img {
    width: 189px;
    height: 101px;
}

.footer-app-info p {
    font: normal normal normal 14px/22px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    max-width: 70%;
    margin: 0;
    margin-top: 16px;
}

ul.footer-social-list {
    margin-top: 16px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

ul.footer-social-list li a {
    transition: all .3s linear;
    color: #A5B5AC;
}

ul.footer-social-list li a:hover {
    color: var(--secColor);
}

.footer-menu-list .footer-menu-title {
    text-align: right;
    font: normal normal bold 14px/22px Almarai;
    letter-spacing: 0px;
    color: #009647;
    opacity: 1;
}

.madeby-area {
    text-align: left;
}

.copyright-footer {
    margin-top: 50px;
}

p.copyright-text {
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #5B7065;
}

p.copyright-text a {
    color: var(--secColor);
    text-decoration: none;
    font-weight: bold;
}

.ccp {
    overflow: hidden;
}

.ccp .pst .center-section-title {
    margin-top: -220px !important;
}

.company-commititees-box {
    margin-bottom: 60px;
}


.news-page,
.osa,
.ccp,
.contact-us-page,
.jobs-page,
.single-new-page {
    overflow: hidden;
    background: #fefbf6;
}

.single-new-page {
    padding-bottom: 0 !important;
}

.single-new-page section.news-letters {
    margin-top: 70px;
}

.complaints-and-suggestions-page {
    background: #fefbf6;
}

.news-page img.news-clippath,
.single-new-page img.news-clippath,
.ccp img.news-clippath,
.contact-us-page img.news-clippath,
.jobs-page img.news-clippath,
.osa img.news-clippath,
.complaints-and-suggestions-page img.news-clippath {
    top: -1px;
}

.form-input-label {
    background: #FEE7C4;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.form-input-label .icon i {
    color: var(--mainColor);
}

.news-letters .center-section-title h4 {
    position: relative;
    display: inline-block;
}

.news-letters .center-section-title h4:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: #9999990d;
    border-radius: 150px;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
}

.news-letters .center-section-title span {
    display: block;
}

.form-submit-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-submit-btn button {
    background: #FDC46F;
    color: #111;
    font-size: 20px;
    border: none;
    width: 100%;
    height: 100%;
}

.footer-menu-list ul li a {
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    text-decoration: none;
}

form.news-letters-form {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
}

.news-letters-area h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

form.news-letters-form input {
    background: #FDC46F3D;
    border: none;
    height: 50px;
    width: 100%;
    font: normal normal normal 12px/29px Almarai;
    letter-spacing: 0px;
    color: #111;
    outline: none;
    padding: 0 50px 0 60px;
}

.intro-social-media li a:hover {
    color: var(--mainColor);
}

/* End Footer */


/* Board Of Directors */
.path-section-top .about-path {
    top: -120px;
    position: absolute;
    top: -355px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.path-section-top {
    position: relative;
    /* padding: 50px 0; */
}

.path-section-top .logo-path {
    position: absolute;
    top: -330px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.path-section-top .container {
    position: relative;
    z-index: 2;
}

.board-of-directors .center-section-title {
    margin-top: -120px;
}

.board-of-directors-page .intro-section img.section-subtraction {
    display: none;
}

.path-section-top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -320px;
    z-index: 30;
    width: 550px;
    height: 558px;
    transform: translateY(-50%);
    background: transparent url('../img/subtraction-half-left.png') 0% 0% no-repeat padding-box;
}

.path-section-top:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -360px;
    z-index: 30;
    width: 550px;
    height: 558px;
    transform: translateY(-50%);
    background: transparent url(../img/subtraction-half-right.png) 0% 0% no-repeat padding-box;
}

.board-of-directors-page {
    overflow: hidden;
    max-width: 100vw;
}

/* End Board Of Directors */

/* About Us Page */
.center-section-title p {
    text-align: center;
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    opacity: 1;
    max-width: 70%;
    margin: 0 auto;
}

.center-section-title h3 {
    text-align: center;
    font: normal normal bold 52px/87px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.about-us-page .about-us-box {
    width: auto;
    background: transparent;
    margin: 0 80px;
    text-align: center;
}

.about-us-page .about-us-box p {
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
}

.about-us-box.last-item {
    position: relative;
}

.about-us-box.last-item:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 239px;
    background: transparent linear-gradient(3deg, #FDC46F00 0%, #00964780 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    right: -100px;
}

.autbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    overflow: hidden;
}

.autb-item span {
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #ffffff;
    z-index: 222;
    position: relative;
    padding: 0 10px;
}

.about-us-third-box {
    margin-top: 50px;
}

.about-us-page .about-um {
    position: relative;
}

.about-us-page .about-um:before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 300px;
    background: #fef3e2;
    z-index: -1;
}

.about-us-img img.wow {
    height: 350px;
    border: 0px solid #fefbf6;
    border-radius: 260px;
    position: relative;
    top: -30px;
}


.austb-info span {
    text-align: right;
    font: normal normal bold 32px/87px Almarai;
    letter-spacing: 0px;
    color: #000000;
}

.autb-item {
    position: relative;
}

.autb-item:first-of-type {
    text-align: right;
}

.autb-item:last-of-type {
    text-align: left;
}

.autb-item span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dashed #EBD6B6;
    width: 1000px;
    right: calc(100% + 10px);
    z-index: -1;
}

.autb-item:last-of-type span:before {
    display: none;
}

.austb-info {
    text-align: center;
    margin-bottom: 30px;
}

.austb-info img {
    margin-bottom: 30px;
}

.autb-item span:after {
    content: "\f053";
    display: block;
    width: 19px;


    /* UI Properties */
    position: absolute;
    z-index: 222;
    color: var(--secColor);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}

.autb-item:last-of-type span:after {
    left: 100%;
}

.autb-item:first-of-type span:after {
    display: none;
}

.autb-item:nth-of-type(2) span:after {
    left: 100%;
}

/* End about page */


/* Company Committees */
.company-commititees-box {
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 30px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    padding-bottom: 30px;
}

.board-of-directors-page {
    margin-bottom: 30px;
}

.cc-item {
    padding: 50px 0;
    min-height: 230px;
    border: 2px solid #e1e1e1;
    background: #fff;
    flex: 1;
    transition: all .3s linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-commititees-box .member-social {
    justify-content: center;
    margin-top: 25px;
}

.company-commititees-box .member-social>a {
    display: none;
}

.company-committees-page .path-section-top:before,
.company-committees-page .path-section-top:after {
    display: none;
}

.cc-item h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.company-committess-area .center-section-title {
    margin-top: -80px;
}

.cc-item:hover {
    box-shadow: inset 0px 3px 6px #00000029, 0px 0px 35px #FDC46F12;
    border: 2px solid #FDC46F;
}

.company-committees-page {
    overflow: hidden;
}

.cc-item a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mt-minus-4 {
    margin-top: -70px;
    margin-bottom: 50px;
}

.company-committes-info h3 {
    font: normal normal bold 52px/87px Almarai;
    color: #000000;
}

.company-committes-info p {
    font: normal normal normal 18px/29px Almarai;
    color: #5B7065;
    margin: 0;
    margin-bottom: 0;
    max-width: 70%;
}

.company-committes-info ul li span {
    font: normal normal normal 14px/16px Almarai;
    letter-spacing: 0px;
    color: #707070;
}

.company-committes-info ul li {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 12px;
}

.company-committes-info ul li .icon {
    width: 20px;
    height: 20px;
    background: var(--secColor);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-committes-info ul li:last-of-type {
    margin: 0;
}

.company-committees-image {
    text-align: left;
}

.company-committees-image img {
    max-width: 100%;
    height: 400px;
    width: auto;
    object-fit: cover;
}

.mt-minus-4>.row {
    align-items: center;
}

.company-committes-info ul li .icon i {
    font-size: 11px;
    color: #fff;
}

section.company-committess-area.path-section-top .center-section-title {
    margin: 0;
    padding: 70px;
}

.company-committess-area .team-item img {
    width: 90%;
    margin: 0 auto;
    object-fit: cover;
}

.company-committess-area .team-img {
    text-align: center;
}

.company-committess-area .team-img::before {
    top: -20px;
    height: calc(100% + 20px);
}

.company-committess-area .col-md-4:nth-of-type(2) .team-img::before {
    background: transparent linear-gradient(0deg, #FEEBCF 0%, #FEFBF6 100%) 0% 0% no-repeat padding-box;
}

/* End Company Committees */

/* Organizational Structure */
.strc-item {
    border: 1px solid #F6E0C0;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px;
}

section.organizational-structure-area .center-section-title {
    margin-top: -120px;
}

.strc-content h4 {
    font: normal normal bold 14px/18px Almarai;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.strc-content span {
    font: normal normal normal 11px/8px Almarai;
    letter-spacing: 0px;
    color: #A5B5AC;
}

.strc-header {
    background: var(--mainColor);
    height: 60px;
    position: relative;
    width: 100%;
}

.strc-header .user-img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.strc-item .strc-content {
    padding: 30px 0;
}

.sec-strc.min-strc .strc-item:first-of-type {
    margin-bottom: 200px;
}

.third-strc.min-strc .strc-item:first-of-type {
    margin-top: 300px;
}

.first-strc.min-strc .strc-item:first-of-type {
    margin-top: 300px;
}

.sec-strc.min-strc .strc-item:first-of-type .right-down {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 260px;
    height: 100px;
    z-index: 1;
}

.structure-tree {
    display: flex;
    justify-content: center;
    align-items: center;
}

.structure-tree .min-strc {
    margin: 0 80px;
}

.right-down .rright {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.right-down .ddown {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px dashed #D2E4DBB5;
    display: block;
    height: 100%;
}

.strc-header,
.strc-content {
    position: relative;
    z-index: 3;
}

.small-down {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 140px;
    z-index: 1;
}

.small-down .ddown {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px dashed #D2E4DBB5;
    display: block;
    height: 100%;
}

.left-down {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 260px;
    height: 100px;
    z-index: 1;
}

.left-down .lleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.left-down .ddown {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px dashed #D2E4DBB5;
    display: block;
    height: 100%;
}

.sec-strc.min-strc .strc-item:nth-of-type(2) {
    margin-bottom: 150px;
}

.strc-item:nth-of-type(2) .small-down .arrow {
    top: 71px;
}

.right-only {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.right-only .rright {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.left-only {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.left-only .lleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.left-only .ddown {
    position: absolute;
    top: 0;
    left: 0;
    height: 255px;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.right-only .ddown {
    position: absolute;
    top: 0;
    right: 0;
    height: 255px;
    border: 2px dashed #D2E4DBB5;
    display: block;
}

.strc-item .arrow {
    height: 30px;
    width: 20px;
    background: #fefbf6;
}

.strc-item .left-down .arrow {
    position: absolute;
    top: 73px;
    left: -7px;
}

.strc-item .right-down .arrow {
    position: absolute;
    top: 73px;
    right: -9px;
}

.strc-item .small-down .arrow {
    position: absolute;
    top: 120px;
    left: -9px;
}

.left-only .arrow {
    position: absolute;
    right: -9px;
    top: -14px;
    transform: rotate(-90deg);
    width: 50px;
}

.right-only .arrow {
    position: absolute;
    left: -9px;
    top: -14px;
    transform: rotate(90deg);
    width: 50px;
}

/* End Organizational Structure */


/* News Page */
.new-item img {
    width: 100%;
}

.news-page .news-area .new-item,
.sidebar-blogs-list .new-item {
    margin-bottom: 30px;
}

.news-page .news-area .new-item .new-card-info {
    /* flex-direction: row; */
}

section.news-area.path-section-top:before,
section.news-area.path-section-top:after {
    display: none;
}

section.news-area .center-section-title {
    margin-top: -130px;
}

.new-item span.blog-imp {
    position: absolute;
    top: 30px;
    right: 0;
    width: 80px;
    height: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: var(--mainColor);
    color: #111;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -12px;
}

/* End News Page */


/* Blog Page */
.single-blog-img-box img {
    width: 100%;
}

.single-blog-img-box {
    margin-bottom: 50px;
}

.single-new-page {
    padding: 60px 0;
}

.single-blog-title-and-date {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.single-blog-title-and-date h1 {
    margin: 0;
    font: normal normal 800 42px/57px Almarai;
    color: #000000;
}

.single-blog-title-and-date a {
    color: #5B7065;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font: normal normal 300 12px/34px Almarai;
    width: 40%;
    margin-right: 20px;
    margin-top: 20px;
}

.single-blog-content p {
    font: normal normal normal 14px/28px Almarai;
    letter-spacing: 0px;
    max-width: 80%;
    color: #5B7065;
    margin-bottom: 30px;
}

.single-blog-content p:last-of-type {
    margin-bottom: 0;
}

/* End Blog Page */


/* Complaints And Suggestions Page */
.mt-min-6 {
    margin-top: -140px;
}

.cas-section-title h1 {
    font: normal normal 800 52px/73px Almarai;
    color: #000000;
    opacity: 0.9;
}

.cas-section-title p {
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    margin: 0;
    max-width: 70%;
}

.complaints-and-suggestions-area form {
    background: #fefbf6 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 35px #FDC46F12;
    padding: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.form-group.form-header h4 {
    font: normal normal 800 20px/30px Almarai;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
}

.form-group.form-header span {
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    color: #889B91;
    opacity: 1;
}

.form-group.form-header {
    margin-bottom: 20px;
}

.complaints-and-suggestions-area form input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #9EB9AB;
    transition: all .3s linear;
    outline: none;
}

.complaints-and-suggestions-area form input:focus {
    border-bottom-color: var(--mainColor);
}

.complaints-and-suggestions-area form input:focus::placeholder {
    color: var(--mainColor);
}

.complaints-and-suggestions-area form input::placeholder {
    transition: all .3s linear;
}

.complaints-and-suggestions-area form .form-group {
    margin-bottom: 10px;
}

.complaints-and-suggestions-area form .form-group.form-btn .btn {
    width: 100%;
    background: var(--mainColor);
    color: #191918;
    font-weight: bold;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.complaints-and-suggestions-area form textarea {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #9EB9AB;
    transition: all .3s linear;
    outline: none;
    min-height: 100px;
    resize: none;
}

.complaints-and-suggestions-area form textarea:focus {
    border-bottom-color: var(--mainColor);
}

.complaints-and-suggestions-area form textarea::placeholder {
    transition: all .3s linear;
}

.complaints-and-suggestions-area form textarea:focus::placeholder {
    color: var(--mainColor);
}

.complaints-and-suggestions-area .mt-min-6 .row {
    align-items: center;
}

section.complaints-and-suggestions-area.path-section-top {
    padding-bottom: 50px;
}

/* End Complaints And Suggestions Page */

/* Jobs Page */
.job-box {
    padding: 40px 25px;
    background: #fff;
    border: 2px solid transparent;
    margin-bottom: 30px;
    transition: all .3s linear;
}

.job-box .job-box-btn .btn {
    width: 100%;
    background: var(--mainColor);
    font: normal normal 800 14px/29px Almarai;
    letter-spacing: 0px;
    color: #000000;
    border-radius: 0;
}

.job-box-btn {
    margin-top: 20px;
}

.job-box ul.job-feat li {
    display: flex;
    font: normal normal normal 14px/27px Almarai;
    letter-spacing: 0px;
    color: #9EB9AB;
    align-items: center;
    column-gap: 5px;
}

.job-box ul.job-feat li i {
    font-size: 17px;
    width: 16px;
    text-align: center;
}

.job-box .job-box-content p {
    font: normal normal normal 14px/22px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    margin: 4px 0 10px 0;
    max-width: 70%;
}

.job-box .job-box-header {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.jbh-img-box {
    width: 65px;
    height: 65px;
    /* UI Properties */
    background: #FFF3E2 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jbh-info h5 {
    font: normal normal bold 20px/34px Almarai;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 5px;
}

.jbh-info span {
    display: inline-block;
    font: normal normal 300 12px/21px Almarai;
    letter-spacing: 0px;
    color: #000;
    background: #FDC46F54;
    padding: 4px 8px;
}

.job-box-content {
    margin-top: 10px;
}

.job-box:hover {
    border-color: var(--mainColor);
}


.jobs-page form input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #9EB9AB;
    transition: all .3s linear;
    outline: none;
}

.jobs-page form input:focus {
    border-bottom-color: var(--mainColor);
}

.jobs-page form input:focus::placeholder {
    color: var(--mainColor);
}

.jobs-page form input::placeholder {
    transition: all .3s linear;
}

.jobs-page form .form-group {
    margin-bottom: 10px;
}

.jobs-page form .form-group.form-btn .btn {
    width: 100%;
    background: var(--mainColor);
    color: #191918;
    font-weight: bold;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.jobs-page form textarea {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #9EB9AB;
    transition: all .3s linear;
    outline: none;
    min-height: 100px;
    resize: none;
}

.jobs-page form textarea:focus {
    border-bottom-color: var(--mainColor);
}

.jobs-page form textarea::placeholder {
    transition: all .3s linear;
}

.jobs-page form textarea:focus::placeholder {
    color: var(--mainColor);
}

#staticBackdropLabel {
    font: normal normal bold 30px/47px Almarai !important;
    letter-spacing: 0px;
    color: #232121;
    margin-bottom: 0;
}

.jobs-page .modal-header span {
    font: normal normal normal 14px/29px Almarai;
    letter-spacing: 0px;
    color: #707070;
    display: block;
}

.jobs-page .modal-header {
    display: block;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}

.jobs-page .modal-header button.btn-close {
    position: absolute;
    top: 30px;
    left: 30px;
}

.jobs-page .modal-content form {
    margin: 0 auto;
    width: 90%;
}

.custom-file-input {
    position: relative;
    height: 100px;
}

.jobs-page .custom-file-input input {
    position: absolute;
    inset: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.custom-file-input i {
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    opacity: 0.68;
    color: #c1c1c1;
}

.jobs-page form .form-group.form-btn .btn {
    margin-top: 10px;
}

.custom-file-input p#fileName {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: inline-block;
    font: normal normal 300 12px/21px Almarai;
    letter-spacing: 0px;
    color: #111;
    background: #FDC46F54;
    padding: 4px 8px;
}

.contact-map-box iframe {
    width: 100%;
    height: 450px;
}

.contact-map-box {
    margin-top: 100px;
}

.cs-box {
    text-align: center;
    position: relative;
}

.cs-box:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 2px;
    background: var(--secColor);
    right: 100%;
    opacity: 0.4;
}

.col-md-4:last-of-type .cs-box:before {
    display: none;
}

.contacts-shorts {
    margin-bottom: 100px;
}

.cs-box i {
    font-size: 76px;
    margin-bottom: 10px;
    color: var(--mainColor);
}

.cs-box h6 {
    font: normal normal bold 20px/21px Almarai;
    letter-spacing: 0px;
    color: #009647;
    margin-bottom: 8px;
}

.cs-box a {
    font: normal normal normal 18px/29px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
    opacity: 0.9;
}

/* End Jobs Page */


/* Confirm Page */
.confirm-img {
    position: relative;
    height: 450px;
}

.confirm-img .ci-bg {
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: auto;
    height: 450px;
    transform: translateX(-50%);
}

.confirm-img .ci-lo {
    position: absolute;
    top: 50%;
    left: calc(50% - 40px);
    transform: translate(-50%, -50%);
    width: 400px;
}

.confirm-info h2 {
    font: normal normal bold 50px/78px Almarai;
    letter-spacing: 0px;
    color: #000000;
}

.confirm-info p {
    font: normal normal normal 16px/26px Almarai;
    letter-spacing: 0px;
    color: #5B7065;
}

.confirm-code-area form ul {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}

.confirm-code-area form ul input {
    border: 1px solid #9EB9AB;
    width: 50px;
    height: 50px;
    text-align: center;
}

.confirm-info {
    text-align: center;
    margin-top: 15px;
}

.home-p img.section-subtraction {
    top: calc(50% - 57px);
    right: auto;
    left: 100%;
}

section.confirm-area {
    background: #FEFBF6;
    padding: 100px 0;
}

.confirm-code-area form .btn-group .btn {
    padding: 11px 100px;
    background: var(--mainColor);
    border-radius: 0;
    font: normal normal bold 18px/29px Almarai;
}

.confirm-code-area .btn-group {
    justify-content: center;
    display: flex;
    margin: 30px auto 0;
    width: 10px;
}

/* End Confirm Page */


section.page-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% / 2);
    background-image: url('../img/title_bg.svg');
    z-index: 1;
    background-size: contain;
    bottom: -1px;
    left: 0;
}


/* Style Arabic */
.confirm-code-area form ul {
    direction: ltr;
}

/* End Style Arabic */


.form-builder-result-page {
    padding: 60px 0;
}

.form-builder-result-page .form-group {
    margin-bottom: 30px;
}

.form-builder-result-page .form-group input,
.form-builder-result-page .form-group select {
    height: 50px;
    border-radius: 0;
    outline: none;
    transition: all .3s linear;
    box-shadow: none;
}

.form-builder-result-page .section-body hr {
    margin-bottom: 30px;
    margin-top: -10px;
}

.form-builder-result-page .custom-file-input input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.form-builder-result-page .custom-file-input {
    height: 50px;
    border: 1px solid #dee2e6;
    transition: all .3s linear;
}

.form-builder-result-page .custom-file-input i {
    font-size: 30px;
    top: 50%;
}

.form-builder-result-page .custom-file-input:hover {
    background: #ccc3;
}

.form-builder-result-page .form-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #666;
}

.form-builder-result-page .form-group input:focus {
    border-color: var(--secColor);
}

.form-builder-result-page .section-body .form-check {
    position: relative;
    display: flex;
    border: 1px solid #ccc;
    padding: 0;
    flex: 1;
    flex-direction: row;
}

.form-builder-result-page .section-body .form-check input {
    width: 36px;
    height: 36px;
    position: relative;
    top: 4px;
    right: 4px;
    margin: 0;
    border-radius: 70px;
    cursor: pointer;
}

.form-builder-result-page .section-body .form-check label {
    padding: 10px 30px;
    margin: 0;
    flex: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.form-builder-result-page .section-body .f-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    white-space: pre;
    flex-wrap: wrap;
    row-gap: 10px;
}

.form-builder-result-page .form-check-input:checked {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.form-builder-result-page .custom-file-input p#fileName {
    bottom: -40px;
    width: 100%;
}

.member-social {
    margin-top: 16px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
}




.text-muted a.link-muted {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.text-muted a.link-muted i {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--mainColor);
    color: #fff;
    font-size: 16px;
}

.messages p:last-of-type {
    margin: 0;
}

.text-muted~hr {
    margin: 10px 0;
}

.text-center img.rounded {
    border-radius: 50px !important;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.cursor-pointer.rounded.text-white {
    cursor: pointer;
    background: var(--mainColor) !important;
}

.send.rounded.p-3 {
    background: #f9f9f9 !important;
    border: 1px solid #e5e5e5;
}

li.menu-item-has-children.nav-item a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

html[dir=ltr] .navbar ul.navbar-nav .nav-item a {}

.global-menu__wrap li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.global-menu__wrap li>a {
    margin: 0;
}

.team-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.company-committees-single-page.ccp~section.news-letters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fefbf6;
    display: none;
}

html[lang=en] .autb-item:first-of-type {
    text-align: left;
}

html[lang=en] body {
    direction: ltr;
    text-align: left;
}

html[lang=en] .autb-item span:before {
    right: unset;
    left: calc(100% + 10px);
}

html[lang=en] .autb-item:nth-of-type(2) span:after {
    left: unset;
    right: 100%;
}

html[lang=en] .autb-item:last-of-type span:after {
    left: unset;
    right: 100%;
}

html[lang=en] .autb-item span:after {
    transform: translateY(-50%) rotateY(180deg);
    right: -15px;
}


html[lang=en] .about-us-box.last-item:before {
    right: unset;
    left: -100px;
}

html[lang=en] .footer-menu-list .footer-menu-title {
    text-align: left;
}

html[lang=en] .form-submit-btn {
    left: unset;
    right: 0;
}

html[lang=en] .form-input-label {
    right: unset;
    left: 10px;
}

.contact-us-page .mt-min-6 {
    margin: 0;
    padding-top: 50px;
}

.contact-us-page {
    background: #fff;
}

.contacts-shorts~.row form select.form-control {
    height: 60px;
}

.company-commititees-box .cc-item h4 {
    margin-top: 20px;
}

.company-committees-single-page.ccp {
    background: #fff;
}

.single-company-committess .mt-minus-4 {
    margin: 0;
    margin-bottom: 40px;
}

.head-top-in {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    white-space: nowrap;
}

html[dir=ltr] .form-group {
    text-align: left !important;
}

@keyframes animateAr {
    0% {
        right: 0;
    }

    100% {
        right: 100%;
    }
}

@keyframes animateEn {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.profile-form-area form input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 0;
    background: rgb(253 196 111 / 10%);
    transition: all .3s linear;
    font-size: 14px;
    border: 1px solid #FDC46F;
}

.profile-form-area form input:disabled {
    background: #f8f8f899;
}

.profile-form-area form select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #FDC46F;
}

.head-top-in p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

html[dir=rtl] .head-top-in {
    flex-direction: row-reverse;
    animation: animateAr 10s -10s linear infinite;
}

.head-top-in {
    column-gap: 15px;
    position: relative;
}

.head-top-in button {
    height: 26px;
    color: #F1E4CC;
    font-size: 12px;
    width: 74px;
    background: rgb(255 255 255 / 10%) 0% 0% no-repeat padding-box;
    border: none;
    transition: all .3s linear;
    padding: 0 5px;
}

.head-top-in button:hover {
    background: #fff;
    color: var(--mainColor);
}


section.intro-section .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% - 109px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 4;
}

section.intro-section .owl-nav button {
    background: var(--mainColor) !important;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

section.intro-section .owl-nav button span {
    transform: rotate(-45deg);
    display: block;
    font-size: 26px;
    font-weight: 500;
}

section.intro-section .owl-nav button.disabled {
    opacity: 0.2;
}

[dir=rtl] .beta-version {
    left: -39px;
    transform: rotate(-90deg);
}

.beta-version {
    border-radius: 0 0 8px 8px;
    background-color: var(--mainColor);
    position: fixed;
    top: 30%;
    z-index: 980;
    padding: 8px 16px;
    display: inline-block;
    color: #000;
}

section.privacy-policy p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    padding: 0;
}

section.privacy-policy h3,
section.privacy-policy h2 {
    font-weight: bold;
    font-size: 24px;
    color: var(--secColor);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block !important;
    padding-right: 0;
    padding-left: 0;
}

section.privacy-policy h3:before,
section.privacy-policy h2:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    height: 2px;
    background: var(--secColor);
}

section.intro-section .intro-content .container {
    margin-top: -240px;
}

section.intro-section .intro-content h1 {
    max-width: 60%;
    margin: 0 auto;
}

section.privacy-policy h2 {
    margin-top: 20px;
    font-size: 28px;
}

section.privacy-policy br {}

section.privacy-policy ol,
section.privacy-policy ul {
    padding: 20px 20px 0 0;
}

section.privacy-policy ol li,
section.privacy-policy ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #555;
    position: relative;
    padding-right: 20px;
}

section.privacy-policy ol li strong {
    color: #111;
    font-size: 15px;
}

section.privacy-policy ol>li:before,
section.privacy-policy ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: var(--mainColor);
    right: 8px;
}

section.privacy-policy ol li ul {
    padding: 20px 20px 0 0;
    list-style: arabic-indic;
}


section.privacy-policy ul~h3 {
    margin-top: 20px !important;
}

section.inherit-shareholder input,
section.inherit-shareholder select {
    outline: none;
    background: #f9f9f9;
    color: #111;
    padding: 10px 20px;
    border-radius: 0;
    border: 2px solid #d1d1d1;
    transition: all .3s linear;
    box-shadow: none;
}

section.inherit-shareholder input::placeholder {
    color: #111;
    font-size: 14px;
}

section.inherit-shareholder input.btn:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

.inherit-shareholder .row.bg-light.rounded.mt-2 {
    padding: 12px;
}

.repeater.mb-3 {
    margin-top: 30px;
}

.repeater.mb-3 h2 {
    margin-bottom: 30px;
}

.repeater.mb-3 h2 {
    font-weight: bold;
    font-size: 26px;
}

.about-services ul .about-service-item img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.statictics-img {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.statictics-img:before {
    position: absolute;
    inset: 0;
    background-color: #FDC46F;
    mix-blend-mode: hue;
}

.news-slider .new-item:after {
    content: '';
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #009647, transparent);
    display: none;
}

.about-us-img .asdaw {
    height: 330px;
}

ul.footer-social-list li a svg {
    fill: #A5B5AC;
}

.member-see-pdf a {
    background: transparent;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 14px;
    transition: all .3s linear;
    border: 1px solid var(--mainColor);
    display: block;
}

.member-see-pdf a:hover {
    background: var(--mainColor);
    color: #fff;
}


.news-slider-area .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 252px;
    object-fit: cover;
}

.statictics-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 138px;
    height: 29px;
    background-image: url('../img/num_shadow.svg');
    filter: blur(.5px);
    opacity: 0.3;
    border-radius: 190px;
    background-size: cover;
}

.about-services ul li:before {
    content: '';
    height: 139px;
    width: 2px;
    background: #FEF3E2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 0;
    z-index: 3;
}

.about-services ul li {
    position: relative;
    flex: 1;
}

.about-services ul li:first-of-type:before {
    display: none;
}

.about-service-item .number-area:after {
    content: '\f078';
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--mainColor);
    font-size: 26px;
}

.num-ras {
    display: inline-flex;
    flex-direction: column;
}

.about-services ul li:after {
    content: '';
    height: 40px;
    width: 3px;
    background: var(--secColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: -1px;
    z-index: 3;
}

.about-services ul li:first-of-type:after {
    display: none;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu {
    min-width: 400px;
    top: calc(100% - 0px);
    background: #ffffff;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu a {
    font-size: 18px;
    color: #000;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc4;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu li {
    padding-bottom: 0;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu li:last-of-type {
    padding-bottom: 0;
}

.about-img-area,
.cc-img-area {
    position: relative;
}

.about-us-box .about-img-area:before,
.about-us-third-box .about-img-area:before,
.cc-img-area:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 138px;
    height: 29px;
    background-image: url(../img/num_shadow.svg);
    filter: blur(0.5px);
    opacity: 0.3;
    border-radius: 190px;
    background-size: cover;
}

.about-us-box:first-of-type .about-img-area:before {
    bottom: -7px;
    filter: blur(5px);
    opacity: 0.5;
}

.about-us-third-box .austb-info .about-img-area:before {
    bottom: 10px;
}

.about-us-box.last-item .about-img-area:before {
    bottom: -17px;
}

li.menu-item-has-children.nav-item ul.sub-menu li:last-of-type {
    padding-bottom: 0;
}

.inherit-shareholder .row.bg-light.rounded.mt-2 input {
    background: #fff;
}

html[dir=ltr] .beta-version {
    right: -40px;
    transform: rotate(90deg);
}

html[dir=ltr] .navbar ul.navbar-nav .nav-item {
    margin-right: 30px;
    margin-left: 0;
}

html[dir=ltr] .about-us-box:first-of-type {
    border-radius: 0 0 0 100px;
}

html[dir=ltr] .about-us-box:last-of-type {
    border-radius: 0 0 100px 0;
}

html[dir=ltr] .about-us-info span,
html[dir=ltr] .about-us-info h3 {
    text-align: left !important;
}

html[dir=ltr] .section-title .l-item a.title-link .icon {
    transform: rotate(-135deg);
}

html[dir=ltr] .new-card-time {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

html[dir=ltr] .compaines-container .section-title h5 {
    text-align: left;
}

html[dir=ltr] .global-menu li.menu-item-has-children.nav-item ul.sub-menu a {
    text-align: left;
}

.single-new-page {
    padding-bottom: 40px !important;
    background: #fff;
}

section.news-letters {
    padding-top: 30px;
}

section.inherit-shareholder .section-body .form-group {
    margin-bottom: 30px;
}

section.inherit-shareholder .section-body .form-group label {
    margin-bottom: 10px;
}

section.inherit-shareholder .section-body .form-group textarea {
    outline: none;
    background: #f9f9f9;
    color: #111;
    padding: 10px 20px;
    border-radius: 0;
    border: 2px solid var(--mainColor);
    transition: all .3s linear;
    box-shadow: none;
}

.new-item .new-card-time {
    flex-direction: row;
    margin-top: 10px;
    color: #111;
}

.new-item {
    padding: 25px;
    background: #fff1dd;
    transition: all .3s linear;
    border: 4px solid transparent;
}

.new-item:hover {
    border-color: var(--mainColor);
}

.news-slider-area .new-item {
    background: #f9f9f9;
}


select#sschoices-multiple-remove-button {}

.custom-form-container .form-group {
    margin-bottom: 30px;
}

.custom-form-container .form-group input {
    outline: none;
    background-color: #f9f9f9;
    color: #111;
    padding: 10px 35px !important;
    border-radius: 0;
    border: 2px solid var(--mainColor);
    transition: all .3s linear;
    box-shadow: none;
}

.custom-form-container .form-group select {
    outline: none;
    background: #f9f9f9;
    color: #111;
    padding: 10px 20px !important;
    border-radius: 0;
    border: 2px solid var(--mainColor);
    transition: all .3s linear;
    box-shadow: none;
}

.custom-form-container .form-group textarea {
    outline: none;
    background-color: #f9f9f9;
    color: #111;
    padding: 10px 20px;
    border-radius: 0;
    border: 2px solid var(--mainColor);
    transition: all .3s linear;
    box-shadow: none;
}

.custom-form-container .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
}

.custom-form-container .form-group input.form-control.color {
    height: 50px;
    width: 100px;
    padding: 3px !important;
}

.custom-form-container .form-group.checkbox-group .form-check label {
    margin-left: 10px;
}

html[dir=rtl] .custom-form-container .form-group.checkbox-group .form-check label {
    margin-left: 0;
    margin-right: 10px;
}

html[dir=rtl] .custom-form-container .form-group.checkbox-group .form-check {
    padding-left: 0;
    padding-right: 1.5em;
}

.custom-form-container .float-right button {
    background: var(--mainColor);
    color: #111;
    min-width: 140px;
    display: inline-block;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid transparent;
    transition: all .3s linear;
}

.custom-form-container .float-right button:hover {
    background: transparent;
    border-color: var(--mainColor);
    color: var(--mainColor);
}

html[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}

html[dir=rtl] .custom-form-container .form-group input {
    text-align: right;
}

.custom-form-container .form-check input {
    width: 20px !important;
    padding: 0 !important;
    height: 20px;
}

.custom-form-container .form-group input.tel {
    padding: 10px 20px !important;
}

.custom-form-container .form-group input.form-control.is-invalid {
    padding: 10px 40px !important;
}

html[dir=ltr] .form-control.is-invalid,
html[dir=ltr] .was-validated .form-control:invalid {
    background-position: left calc(.375em + .1875rem) center;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23111'/%3e%3c/svg%3e");
}

html[dir=rtl] .radio-area .form-check .form-check-input {
    margin-right: 0;
    margin-left: 15px;
}

html[dir=ltr] .radio-area .form-check .form-check-input {
    margin-right: 15px;
    margin-left: 0px;
}

.radio-area .form-check {
    padding: 0;
}

html[dir=ltr] .about-us .about-us-info p {
    text-align: left;
}


.jobs-page {
    background: #fff;
}

.jobs-page .path-section-top:before {
    display: none;
}

.jobs-page .path-section-top:after {
    display: none;
}

.no-jobs-found-area .alert {
    color: #111;
    max-width: 90%;
    margin: 0 auto;
    background: #fdc46f9e;
    font-weight: 500;
}

.no-jobs-found-area {
    padding-top: 20px;
    margin-bottom: 40px;
}

.jobs-page~.news-letters form.news-letters-form {
    margin-bottom: 0;
}

html[dir=ltr] .company-commititees-box .cc-item h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

.intro-slider .owl-dots {
    position: absolute;
    bottom: 350px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    column-gap: 13px;
}


.navbar-main-dropdown {
    transition: all .3s linear;
    position: absolute;
    top: 0;
    width: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    perspective: 500px;
}

li.navbar-main-btn {
    position: relative;
}

.navbar-btns li.navbar-main-btn .navbar-main-dropdown a:hover {
    background: var(--secColor);
    color: #fff;
}

.navbar-btns li.navbar-main-btn .navbar-main-dropdown a:hover span {
    color: #fff;
}

.navbar-btns .navbar-main-dropdown a {
    column-gap: 5px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
}

li.navbar-main-btn:hover .navbar-main-dropdown {
    top: calc(100% + 3px);
}


li.navbar-main-btn:hover .navbar-main-dropdown a {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    visibility: visible;
}

.shape-overlays__path:nth-of-type(4) {
    fill: var(--secColor);
}

.intro-slider {
    width: 100vw !important;
    overflow: hidden;
}

.company-committees-team.team-container>.row {
    justify-content: center;
}

html[lang=en] .madeby-area {
    text-align: right;
}

html[dir=ltr] .blogs_and_twitter_news .news-slider-area .new-card-time {}

.single-blog-content p a {
    line-height: 20px;
    font-size: 16px;
    color: var(--secColor);
}

.news-letters .alert.alert-danger {
    font-size: 10px;
    padding: 10px;
    background: var(--mainColor);
    color: #111;
    border: 1px solid #0003;
}

.head-top-in:hover {
    animation: none;
}

.breaking_news .container .col-md-9 {
    overflow: hidden;
}

.heads-box {
    /* animation: animateAr 10s -10s linear infinite; */
}

html[lang=en] .heads-box {
    animation: animateEn 10s -10s linear infinite;
}

.heads-box {
    animation-delay: -40s;
    transition: all .3s linear;
}

.heads-box:hover {
    animation: unset !important;
}

#ui_notifIt.success {
    background-color: var(--secColor) !important;
    font-family: 'Almarai', sans-serif;
}

div#ui_notifIt p {
    font-family: 'Almarai', sans-serif;
}

html[lang=en] .about-services ul li:before {
    right: unset;
    left: 0;
}

html[lang=en] .about-services ul li:after {
    right: unset;
    left: -1px;
}

.g-recaptcha {
    margin-bottom: 30px;
}

.inherit-shareholder button.btn.btn-success {
    width: 100%;
    height: 50px;
    border-radius: 0;
    transition: all .3s linear;
    border: 2px solid var(--secColor);
    background: var(--secColor);
    font-weight: bold;
}

.inherit-shareholder button.btn.btn-success:hover {
    background: transparent;
    color: var(--secColor);
}

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

section.inherit-shareholder input::placeholder {
    color: #ccc;
}


section.inherit-shareholder input:focus,
section.inherit-shareholder select:focus {
    border-color: var(--mainColor);
    outline: none;
    box-shadow: none;
}

input,
textarea,
select {
    outline: none;
    box-shadow: unset;
    font-family: 'Tajawal', sans-serif !important;
}

.about-us-info {
    margin-top: -70px;
}


@media (max-width: 991px) {
    .mobile-fixed-social-menu {
        background: var(--mainColor);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        border-top: 2px solid #ffffff4f;
    }

    a.whats-btn-fixed-icon {
        width: 60px;
        font-size: 40px;
        color: #fff;
        text-align: center;
    }

    body {
        padding-bottom: 60px;
    }

    .mobile-fixed-social-menu a.whats-btn-fixed-icon img {
        width: 55px;
        height: auto;
    }

    .mobile-fixed-social-menu ul {
        display: flex;
        align-items: center;
        column-gap: 40px;
        margin-left: 10px;
    }

    .mobile-fixed-social-menu ul li a {
        font-size: 21px;
        color: #fff;
    }

    .mobile-fixed-social-menu .line-h {
        height: 50%;
        width: 1px;
        position: relative;
        display: block;
        background: #fff;
        opacity: 0.2;
    }
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu li:last-of-type a {
    padding: 0;
    padding-top: 10px;
    border: 0;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu li a {
    padding-top: 10px;
}

.global-menu li.menu-item-has-children.nav-item ul.sub-menu li:first-of-type a {
    padding-top: 0;
}
.heads-box :hover .head-top-in {
    animation: unset !important;
}
.heads-box {display: flex;flex-wrap: nowrap;position: relative;}

.heads-box .head-top-in {flex: 0 0 100%;justify-content: flex-end;}

html[lang=en] .heads-box .head-top-in {
    justify-content: flex-start;
}