:root {
    --main-color: #006991;
    --sec-color: #C69800;
}

@font-face {
    font-family: 'Almarai-Regular';
    src: url('../fonts/Almarai-Regular.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/Almarai-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Almarai-Light';
    src: url('../fonts/Almarai-Light.ttf');
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'Almarai-Regular';
    overflow-x: hidden;

}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 26px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 22px;
    right: auto;
}

.nice-select .option {
    text-align: start;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}
.nice-select:after {
    width: 9px;
    height: 9px;
    border-color: #5A5A5A;
}

.inner-body {
    position: relative;
}


.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.mynav button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,a:hover {
    text-decoration: none;
}

.left-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar {
    padding: 20px 0;
}

.mynavbar.pages,
.responsive-menu.pages {
    background-color: #FFF8F8;
}

.left-header,
.mynavbar ul.mynav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mynavbar ul.mynav {
    justify-content: center;
    /* margin-inline-end: 28px; */
}

.mynavbar ul.mynav li {
    padding-inline-end: 20px;
}

.mynavbar .row {
    align-items: center;
}

.contact-btn.my-btn {
    margin-inline: 15px;
}

.lang a:hover {
    color: var(--sec-color);
}

/* ********************* */
span.mob-num {
    display: inline-block;
    direction: ltr;
}

.mynavbar ul li a {
    color: #3F3F3F;
    transition: all 0.2s;
    font-size: 18px;
    position: relative;
    padding-bottom: 14px;
}
.mynavbar ul li a::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sec-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    opacity: 0;
}
.mynavbar ul li.current-menu-item  a{
    color: var(--sec-color);
}
.mynavbar ul li.current-menu-item  a::after,
.mynavbar ul li a:hover::after{
    opacity: 1;
    bottom: 0;
}
.left-header a {
    color: #000;
}

.mynav a:hover,
.topbar a:hover,
.mynav i:hover {
    color: var(--sec-color);
}

.btnSearch {
    padding-inline-start: 40px;
}

.lang a {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.lang a i{
    padding-inline-start: 6px;
    font-size: 16px;
}
.logo img {
    max-height: 74px;
    max-width: 100%;
    object-fit: contain;
}
.header-section {
    padding: 12px 0;
}
.navbar-toggler {
    padding: 0;
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 16px;
}

.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: -24px;
    min-width: 252px;
    /* box-shadow: 0px 0px 6px #00000029; */
    border-radius: 20px;
    padding: 20px 28px;
    background: #25201D;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.1s;
    visibility: hidden;
}

.sub-menu::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    top: -6px;
    right: 36px;
    background: #25201D;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}

.sub-menu a {
    color: #fff;
    padding: 4px 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'semiBold';
    transition: all 0.2s;
}

.mynav li.menu-item-has-children a {
    position: relative;
}

.mynav li.menu-item-has-children a:hover::before {
    color: var(--sec-color);
}

.mynav li.menu-item-has-children .sub-menu a {
    color: #fff;
}

li.menu-item-has-children>a::before {
    position: absolute;
    content: "\f107";
    font-family: "font awesome 5 pro";
    top: 0;
    left: -12px;
    color: #234249;
}

li.menu-item-has-children a {
    position: relative;
    display: inline-block;

}

.sidebar li.menu-item-has-children>a::before {
    color: #fff;
    top: 12px;
}

.sidebar li.menu-item-has-children a {
    padding-inline-end: 10px;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
}

.searchForm .btnSearch {
    background: transparent;
    cursor: pointer;
    /* margin-inline-end: 24px; */
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: #3F3F3F;
    font-size: 20px;
}

.searchForm .btnSearch i:hover {
    color: var(--sec-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--main-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 10px;
    margin-top: 30px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    ;
}

.sidebar .side-content ul li:hover {
    background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
    color: #fff;
}


.sidebar .side-content ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    transition: all 0.6s;
    font-weight: bold;
}

.sidebar .side-content ul li a:hover {
    background-color: #fff;
    color: var(--main-color);
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar .header-sochial {
    text-align: center;
    padding-top: 14px;
}

.sidebar .header-sochial a {
    color: #fff;
    font-size: 18px;
}

.sidebar .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 16px 0px;
    margin-top: 0px;
    right: unset;
    padding: 0;
}

.sidebar .sub-menu::before {
    display: none;
}

.sidebar .side-content ul li.menu-item-has-children:hover {
    background-color: transparent;
}

/* ---------------responsive-menu---------------- */
.responsive-menu .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 16px; */
}
.responsive-menu {
    padding: 20px 0 1px;
}
.navbar-toggler-icon {
    background: var(--main-color);
    color: #fff;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-inline-start: 8px;
}

.responsive-menu .lang {
    color: var(--main-color);
    text-transform: capitalize;
    margin-inline-start: 6px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next,
.gallary-slider.owl-theme .owl-nav .owl-next,
.gallary-slider.owl-theme .owl-nav .owl-prev {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 40px; */
    /* height: 40px; */
    font-size: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: rgb(255 255 255 / 50%);
}

.gallary-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
    color: rgb(49 49 49);
}

.gallary-slider.owl-theme .owl-nav .owl-next {
    right: -80px;
    color: rgb(49 49 49);
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
    color: rgb(255 255 255 / 87%);
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: -80px;
    color: rgb(255 255 255 / 87%);
}

.sponser-slider.owl-theme .owl-nav .owl-next {
    right: -80px;
}

.sponser-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
}

.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next {
    top: 60%;
    color: rgb(0 0 0 /87%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 56px;
    height: 3px;
    border-radius: 30px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--sec-color);
}

/* ********************************* */

/* Start hero section  */
.hero-section {
    background-color: var(--main-color);
    position: relative;
    padding-bottom: 20px;
}
.hero-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 441px;
    background-image: url('../images/hero-after.png');
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hero-section .hero-info {
    color: #fff;
    width: 73%;
}

.hero-section .hero-info h2 {
    font-size: 40px;
    font-family: 'bold';
}

.hero-section .hero-info p {
    font-size: 18px;
    line-height: 38px;
    margin: 23px 0;
}

.hero-imgs ,.about-image{
    position: relative;
}
.hero-imgs::after,.hero-imgs::before,.about-image::after,
.about-image::before{
    position: absolute;
    content: '';
    width: 59.85px;
height: 74.85px;
background-size: contain;
background-repeat: no-repeat;
background-image: url('../images/hero-star.png');
}
.hero-imgs::after{
    top: 0;
    right: 64px;
}
.hero-imgs::before{
    bottom: 0;
    left: 64px;
}
.about-image::after{
    top: -17px;
    right: 0;
}
.about-image::before{
    bottom: 0;
    left: -18px;
}
.hero-imgs .big-img {
    width: 361px;
    height: 504px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
    border-radius: 180.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hero-imgs .big-img img {
    height: 194px;
    width: auto;
}

.hero-imgs .small-img {
    position: absolute;
    top: 0;
    left: 7px;
    width: 175px;
    height: 229px;
    border: 2px solid #FFFFFF;
    border-radius: 167.5px;
}

.hero-imgs .small-img img {
    width: 100%;
    height: 100%;
    border-radius: 167.5px;
}

.my-btn a,.my-btn button{
    display: inline-block;
    min-width: 154px;
    text-align: center;
    background-color: var(--sec-color);
    color: #fff;
    padding: 14px 10px;
    font-size: 14px;
    font-family: 'bold';
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
}
.my-btn a::before,.my-btn button::before {
    background: var(--main-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.info-btns .my-btn a::before{
    background: #fff;
}
.my-btn a:hover::before ,.my-btn button:hover::before{
    height: 380%;
}
.info-btns .my-btn a{
    min-width: 178px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.08);
    padding: 16px 10px;
}
.info-btns .my-btn a:hover{
    color: var(--main-color);
}
.info-btns .call-btn a{
    
display: flex;
    
align-items: center;
}
.info-btns .call-btn img{

width: 45px;

height: 45px;

background: #C69800;

box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.08);

border-radius: 25px;

display: flex;

align-items: center;

justify-content: center;

color: #fff;

margin-inline-end: 12px;
object-fit: scale-down;
transition: all 0.3s;
}

.info-btns .call-btn span{
    font-family: 'Roboto';
display: inline-block;
    
direction: ltr;
    
color: #fff;
}
.info-btns {
    display: flex;
    justify-content: space-between;
}

section.hero-section .row {
    align-items: center;
    direction: rtl;
}
.slider-home .owl-nav [class*=owl-] {
    color: #FFF;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.4s;
}
.slider-home .owl-nav [class*=owl-]:hover {
    background: var(--main-color);
}
.slider-home .owl-nav {
    margin-top: 0px;
    position: relative;
    top: -21px;
}
/* -------------------------------------- */
/* Start about section */
section.about {
    position: relative;
    overflow: hidden;
    background-image: url('../images/bg-about.png');
    background-size: cover;
    background-position: top;
    padding: 88px 0 137px;
}

.about-item{
    background: #FFFFFF;
box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.11);
border-radius: 5px;
text-align: center;
padding: 41px 14px;
position: relative;
}
.about-item .img{
    height: 74px;
}
.about-item .img img{
    height: 100%;
}
.about-item h5{
    transition: all 0.3s;
    color: #006991;font-size: 18px;font-family: 'bold';text-transform: capitalize;margin: 28px 0 32px;}
.about-item .more{position: absolute;bottom: -32px;left: 50%;transform: translateX(-50%);background-color: #006991;width: 68px;height: 68px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.about-item .more a{
    color: #fff;
    font-family: 'bold';
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.about-item .more a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: var(--sec-color);
    transform: scale(0);

    transition: all 0.3s;
    outline: 1px solid var(--sec-color);
  z-index: -1;
}
.about-item:hover .more a::after{
    transform: scale(1);
 
}
.about-item:hover h5{
    color: var(--sec-color);
}
/* ----------------------------------------------------------- */
/* Start  section */

.section-title {
    margin-bottom: 32px;
    text-align: center;
}

.section-title h4 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #2D2D2D;
    text-transform: capitalize;
    font-family: 'bold';
    margin-bottom: 0;
}
.section-title h6{
    text-transform: capitalize;
    font-family: 'Almarai-Light';
    color: var(--main-color);
}
/* --------------------------------------------------------------- */


.card-slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.card-slider.owl-theme .owl-dots .owl-dot:hover span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
    background: rgb(255 255 255 / 53%);
}

section {
    padding: 70px 0;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

/* *************Start footer section*********** */
footer {
    overflow: hidden;
    position: relative;
    padding-top: 90px;
    background: var(--main-color);
}

.fixed-icone {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

    0%,
    100% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(12px);
    }
}

.fixed-icone a {
    width: 62px;
    height: 62px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icone a i {
    color: #fff;
    font-size: 30px;
}
.comp-rights {
    display: flex;
    align-items: center;
}

footer a {

    transition: all 0.3s;

    color: #25201D;
}
.copy-right {
    text-align: end;
}

.copy-right .row {
    align-items: center;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}

.rights {
    display: flex;
}

.rights span {
    font-size: 14px;
    margin-inline-start: 10px;
}
.contact-form {
    background-color: #fff;
    padding: 32px 29px 37px;
    border-radius: 12px;
}

.comp-rights p {
    color: #fff;
    margin-bottom: 0;
}

.bottom-footer .row {
    align-items: center;
}
.bottom-footer{
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 20px 0;
    margin-top: 85px;
}
.contact-list li{
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 49px 30px 47px;
    margin-bottom: 31px;
    display: flex;
    align-items: center;
}
.contact-list li .img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006991;
}
.contact-list li .img img{
    max-height: 100%;
}
.contact-list li a{
    display: flex;
}
.contact-list li .details{
    margin-inline-start: 20px;
}
.contact-list li .details span{
    font-size: 15px;
    color: #006991;
}
.contact-list li .details span.key{
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'bold';
}
.contact-form h4 {
    color: #006991;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact-form h6 {
    color: #222222;
    margin-bottom: 17px;
}

.contact-form form textarea {
    height: 84px;
}
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #222222;
    border: none;
    font-size: 16px;
    border: 1px solid #CFCBCB;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: rgb(37 32 29 / 50%);
}

.contact-form label {
    color: #222222;
    font-size: 14px;
}
.form-group {
    margin-bottom: 18px;
}

.contact-form .my-btn {
    margin-top: 21px;
}

.contact-list li .details p {
    margin-bottom: 0;
    color: #006991;
    font-size: 15px;
}

.my-btn button {
    padding: 15px 0;
    min-width: 121px;
}

.contact-list li:last-of-type {
    margin-bottom: 0;
}
/*------------------------------ Start about-page  ---------------------------------  */
.breadcrumb-section {
    background-color: var(--main-color);
    padding: 46px 0px;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding-inline-start: 0;
    margin-bottom: 0;
    color: #fff;
    padding: 0;
}

.breadcrumb-section h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'bold';
    text-align: center;
    margin-bottom: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "-";
    padding: 0 6px;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item.active {
    color: rgb(255 255 255 / 60%);
}
.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}
/* ------------ Start services page------------- */
.tab-pane .img {
    height: 392px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 20px;
    position: relative;
  }
  .tab-pane .img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 105, 145, 0) 15.36%, rgba(0, 105, 145, 0.76) 76.57%);
    border-radius: 5px;
    transition: all 0.3s;
  }
  .service-item:hover .img::after{
    background: linear-gradient(180deg, rgba(0, 105, 145, 0.36) 25.06%, #006991 73.99%);
    height: 100%;
  }
  .tab-pane .img img {
    width: 100%;
    height: 100%;
    border-radius:5px;
  }

  .tab-pane .img a h6{
    position: absolute;
    bottom: 36px;
    right: 40px;
    color: #fff;
    z-index: 2;
    font-size: 21px;
    font-weight: 700;
  }
  .tab-pane .pills-videos .img a h6{
    width: 100%;
    text-align: center;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }


  .services ul#pills-tab {
    margin-bottom: 53px;
    justify-content: center;
  }

.nav-pills .nav-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 22.5px;
    color: var(--main-color);
    padding: 14px 12px;
    min-width: 169px;
    text-align: center;
    transition: all 0.3s;
    margin-inline: 14px;
    font-size: 14px;
    font-family: 'bold';
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover {
background: #006991;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
border-radius: 22.5px;
color: #fff;
border-color: transparent;
}
.service-item{
    position: relative;
}
.service-item .service-name{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.service-item .more i{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #C69800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    transform: translateX(100px);
    transition: all 0.3s;
}
.service-item .more{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s;
}
.service-item:hover .more{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.service-item:hover .more i{
    height: 38px;
    transform: translateX(0px);
}
.tab-pane .service-name h6 {
color: #fff;
font-size: 20px;
font-family: 'bold';
margin-bottom: 16px;
}
.tab-content .col-md-4{
    padding: 0 10px;
}
/* --------------------------- Start single service page  ----------------------   */
#big_image img {
    height: 501px;
    object-fit: cover;
    border-radius: 10px;
}
#thumbs_gallary .img {
    height: 88px;
    width: 100%;
    margin-top: 6px;
}
#thumbs_gallary .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#thumbs_gallary .owl-item .item .img{
    position: relative;
}
#thumbs_gallary .owl-item .item .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 105, 145, 0.7);
    border-radius: 5px;
    transition: all 0.3s;
}
#thumbs_gallary .owl-item.current.active .item .img::after,
 #thumbs_gallary .owl-item .item .img:hover::after {
    opacity: 0;
}
.thumb .owl-nav [class*=owl-] {
    color: #FFF;
    background: #006991;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.4s;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}
.thumb .owl-nav .owl-next{
    right: 0;
}
.thumb .owl-nav .owl-prev{
    left: 0;
}
.thumb .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--sec-color);
    color: #FFF;
}
.single-service-info h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
    color: var(--main-color);
    font-family: 'bold';
}

.single-service-info p {
    line-height: 32px;
    font-family: 'Almarai-Light';
    margin-bottom: 57px;
}

/* -----------------------  Start about page  --------------------   */
.about-image{width: 356.06px;height: 459.2px;padding-inline-end: 16px;}
.about-image img{width: 100%;height: 100%;filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.07));border-radius: 200.556px;box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);object-fit: cover;}
.about-image .img{
    position: relative;
    width: 100%;
    height: 100%;
}
.about-image .img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: 0;
    background: #006991;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
    border-radius: 200.556px;
    z-index: -1;
}
.about-page-info{

padding-inline-start: 26px;
}
.about-page-info h6{

font-size: 20px;

color: #2D2D2D;
}
.about-page-info h4{

color: var(--main-color);

font-size: 24px;

font-family: 'bold';

margin: 18px 0;

line-height: 38px;
}
.about-page-info p{

color: #2D2D2D;

font-family: 'Almarai-Light';

line-height: 32px;
}
.about-page .row{
    align-items: center;
}
.about-items{
    margin-top: 50px;
}
.about-items .vission-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 53px;
    transition: all 0.5s;
    margin-bottom: 21px;
    border: 1px solid  #fff;
    position: relative;
}
.about-items .vission-item::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 177px;
height: 110px;
background-image: url('../images/bg-about.png');
background-size: contain;
}
.about-items .vission-item:hover{
    border: 1px solid #C69800;
}
.about-items .vission-item .title{
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
.vission-item .title  img{
    height: 14.57px;
    object-fit: cover;
    width: 14.57px;
    margin-bottom: 6px;
}
.vission-item .title h5{

font-size: 24px;

color: var(--main-color);

font-family: 'bold';
transition: all 0.3s;
margin-inline-start: 13px;
}
.vission-item:hover .title h5{
    color: var(--sec-color);
}
.vission-item:hover .title img{
    filter: invert(56%) sepia(96%) saturate(2348%) hue-rotate(19deg) brightness(99%) contrast(101%);
}
.vission-item p{

color: #2D2D2D;

line-height: 32px;
padding-inline-end: 32px;
}
.about-page .col-md-6{
    padding: 0 10.5px;
}

.team-section{
    background-color: #F3FCFF;
}
.team-item .img{
height: 394px;
position: relative;
}
.team-item .img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180.07deg, rgba(217, 217, 217, 0) 29.59%, #006991 99.94%);
    border-radius: 5px;
}
.team-item .img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.team-item{
    position: relative;
}
.team-item .item-info{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
}
.team-item .item-info h4{
font-family: 'bold';
margin-bottom: 16px;
font-size: 20px;
}
.team-item .item-info h6{
    font-family: 'Almarai-Light';
}
.team-section .col-md-3{
    padding: 0 10.5px;
}
.team-section .section-title{
    margin-bottom: 50px;
}
.res-meun{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
/* --------------  employment-page  ----------------  */
.career,.contact-page{
background-color: #F6F6F6;
}
.career .row{
    justify-content: center;
}
.career .contact-form .form-group {
    margin-bottom: 26px;
}
.nice-select:active,.nice-select,
 .nice-select.open, .nice-select:focus {
    border-color: #CFCBCB;
}
.nice-select{
    height: 45px;
}
.input-group>.custom-select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #CFCBCB;
}
label.input-group-btn {
    height: 0;
}
.input-group>.form-control {
    flex: unset;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    width: 100%;
    padding-block: 21px;
}

.input-group.upload span.uplod {
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--main-color);
    font-size: 15px;
    border-radius: 7px;
    text-align: end;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-inline-end: 22px;
}

.input-group.upload span.uplod img{
    height: 16.66px;
}
.input-group.upload {
    position: relative;
}

.form-group.name input {
    width: 100%;
    padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    width: 100%;
    padding-block: 21px;
}



.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-group.mobil {
    position: relative;
}

.form-group.mobil span.mob-num {
    position: absolute;
    top: 44px;
    left: 20px;
    font-size: 14px;
    color: #222222;
}
.career .contact-form h4 {
    margin-bottom: 26px;
}
.bottom-footer.con-page{
    background-color: var(--main-color);
    margin-top: 0;
}
.contact-page{
    padding-top: 110px;
    padding-bottom: 209px;
}
.career{
    padding: 90px 0 92px;
}
section.contact-page .row {
    width: 96%;
    margin: auto;
}
/* --------------------------  Start project page  --------------------   */
.project-item img{
    height: 390px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .project-item{
    position: relative;
    margin-bottom: 20px;
    transition: all 0.7s;
    overflow: hidden;
    filter: drop-shadow(0px 4px 60px rgba(69, 66, 66, 0.08));
    border-radius: 12px;
  }
  .project-item .servic-info{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    color: #fff;
    height: 89px;
    padding: 34px 12px;
    transition: all 0.5s;
    text-align: center;
    border-radius: 0 0 12px 12px;
  }
  .project-item .servic-info h4{
    color: #2D2D2D;
    font-size: 20px;
    text-align: center;
    margin-bottom: 33px;
    line-height: 22.3px;
  }
  .project-item:hover .servic-info h4{
    background-color: transparent;
    color: #fff;
  }
  .project-item:hover .servic-info{
    background: #fff;
    box-shadow: 0px 0px 16px #A8A6A629;
  }
  .project-item:hover .servic-info{height: 148px;background: var(--main-color);}
 
  .project-item .servic-info p{
    color: #353535;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  
  .project-item .servic-info .more a{
    font-size: 20px;
    color: var(--sec-color);
    position: relative;
    font-family: 'bold';
    line-height: 33.2px;
  }
  .project-item .servic-info .more a::after,
  .new-item .new-body .more a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    background-color: var(--sec-color);
}
.project-page .col-md-4{
    padding: 0 11px;
}
  /* --------------------- Start prtner page  --------------------    */
.part-item{
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    height: 83.35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px;
}
.part-item img{
    max-width: 100%;
    max-height: 100%;
}
.partner .col-md-2,.news-page .col-md-4{
    padding: 0 10px;
}
/* ---------------------- Start new page  -------------------   */
.new-item{
    filter: drop-shadow(0px 4px 60px rgba(69, 66, 66, 0.08));
border-radius: 12px;
margin-bottom: 20px;
}
.new-item .img{
    height: 279px;
}
.new-item .img img{
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}
.new-item .new-body{
    padding: 21px 27px;
    background-color: #fff;
transition: all 0.4s;
border-radius: 0 0 12px 12px;
}
.new-item:hover .new-body{
    background-color: var(--main-color);
}
.new-item .new-body h6{
color: var(--main-color);
font-family: 'Almarai-Light';
transition: all 0.3s;
}
.new-item .new-body h4{
color: #2D2D2D;
font-size: 20px;
line-height: 32px;
margin: 21px 0;
transition: all 0.3s;
}
.new-item .new-body .more a{
    font-size: 20px;
    color: var(--sec-color);
    position: relative;
    font-family: 'bold';
    line-height: 22.32px;
}
.new-item:hover .new-body h6,
.new-item:hover .new-body h4{
    color: #fff;
}
.new-item .new-body h6 span,.single-new-detail h6 span{
    display: inline-block;
    direction: ltr;
}
/* ---------------------- Start single new  -----------------   */
.single-img{
    height: 501px;
    margin-bottom: 28px;
    border-radius: 10px;
}
.single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-new-page .container{
    width: 71%;
    margin: auto;
}
.single-new-detail h6{
width: 115px;
text-align: center;
background: rgba(0, 105, 145, 0.16);
border-radius: 5px;
line-height: 32px;
}
.single-new-detail h5{
font-size: 24px;
margin: 19px 0 23px;
font-family: 'bold';
color: var(--main-color);
}
.single-new-detail p,
.single-new-detail ul li{
    color: #2D2D2D;
    font-family: 'Almarai-Light';
    line-height: 32px;
}
.single-new-detail ul li{
    position: relative;
    padding-inline-start: 22px;
    margin-bottom: 12px;
}
.single-new-detail li::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C59A00;
    top: 9px;
    right: 0;
}





@media (max-width:768px) {
    .hero-imgs::before {
        left: 0;
    }
    .hero-imgs::after{
        right: 0;
    }
    .hero-imgs .small-img {
        left: 0;
    }
    .about-image::before {
        left: -23px;
    }

}

















