@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(odometer.css);

/* Start Fonts */

@font-face {
    font-family: 'bahij';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Plain.ttf);
}

@font-face {
    font-family: 'bahijLight';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Light.ttf);
}

@font-face {
    font-family: 'bahijMed';
    src: url(../fonts/bahij/Bahij_TheSansArabic-SemiBold.ttf);
}

@font-face {
    font-family: 'bahijBold';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Bold.ttf);
}


/* End Fonts */

:root {
    --main-color: #000;
    --dark-color: #303030;
    --dark-color2: #8d8b8b;
    --bg-color: #F2F2F2;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'bahij', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'bahij', sans-serif;
    background: #fff;
    text-align: start;
    direction: rtl;
}

* {
    font-family: 'bahij', sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section,
footer {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/*** 

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: n;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/*** 

====================================================================
	End Sidebar style
====================================================================

***/


/* Start Header */

.mobile-nav-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
    position: relative;
}

.item.res-menu {
    display: none;
}

.header-top {
    padding: 15px 0;
    /* background: rgb(0 0 0 / 82%); */
}

.head-top .info-top {
    padding: 0 0 17px;
    border-bottom: 1px solid rgb(206 208 211 / 40%);
    display: flex;
    align-items: center;
    padding-inline-start: 64px;
}

.head-top .info-top .details-info {
    display: flex;
    align-items: center;
}

.head-top .info-top .details-info li {
    margin-inline-end: 38px;
    display: flex;
}

.head-top .info-top .details-info li a,
.head-top .info-top .details-info li span {
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: 'bahijMed';
    transition: none;
}

.head-top .info-top .details-info li i {
    width: 17px;
    margin-inline-end: 10px;
    color: var(--dark-color);
    opacity: 0.2;
    position: relative;
}

.head-top .info-top .menu-right {
    display: flex;
    align-items: center;
    margin-inline-start: auto;
}

.btn-req {
    display: block;
    min-width: 138px;
    min-height: 29px;
    background: var(--main-color);
    border-radius: 50px;
    line-height: 29px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 0px 10px;
}

.head-top .info-top .menu-right .lang {
    color: #FFF;
    font-size: 14px;
    margin-inline-start: 18px;
    font-family: 'bahij';
}

.head-top .info-top .menu-right .lang i {
    margin-inline-start: 6px;
}

.head-top .nav-head {
    padding: 18px 0 0;
    display: flex;
    align-items: center;
    transition: all .5s;
    padding-inline-start: 64px;
}

.head-top .nav-head ul {
    display: flex;
    align-items: center;
}

.head-top .nav-head ul li {
    margin: 0 15px;
}

.head-top .nav-head ul li a {
    color: 000000;
    font-size: 16px;
}

.head-top .nav-head ul li:first-child {
    margin-inline-start: 0;
}

.head-top .nav-head ul li.current-menu-item a,
.head-top .nav-head ul li a:hover {
    color: #D1AB55;
}

.head-top .nav-head .social-nav {
    display: flex;
    align-items: center;
    margin-inline-start: auto;
}

.head-top .nav-head .social-nav a {
    font-size: 14px;
    color: #CECECE;
    margin-inline-start: 20px;
}

.head-top .nav-head .social-nav a:first-child {
    margin: 0;
}

header {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    transition: all .5s;
}

header .head-top {
    border-inline-start: 1px solid rgb(206 208 211 / 40%);
}

.head-top .info-top .details-info li span u {
    display: block;
    direction: ltr;
    text-decoration: none;
}

.head-top .info-top .social-nav {
    display: flex;
    margin-inline-start: auto;
}

.head-top .info-top .social-nav a {
    font-size: 14px;
    color: var(--dark-color2);
    margin-inline-start: 17px;
}

.head-top .info-top .details-info li a {
    width: 100%;
}

.head-top .nav-head .menu-right {
    margin-inline-start: auto;
}

.head-top .nav-head .menu-right .lang {
    font-size: 14px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'bahijBold';
}

.head-top .nav-head .menu-right .lang span {
    font-family: inherit;
    transition: none;
}

.head-top .nav-head .menu-right .lang img {
    max-height: 26px;
    margin-inline-start: 8px;
}

.head-top .info-top .details-info li a:hover,
.head-top .info-top .details-info li a:hover span {
    color: var(--main-color);
}

.head-top .info-top .details-info li:hover i {
    color: var(--main-color);
    opacity: 1;
}

.head-top .info-top .social-nav a:hover {
    color: var(--main-color);
}

.logo a {
    display: block;
    height: 100%;
}

.logo a img {
    max-height: 100%;
}


/* End Header */


/* Start Slider-h */

.home-slider {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* z-index: -1; */
}

.slider-h .search-h {
    padding: 158px 0 236px;
}

.home-slider .owl-stage-outer,
.home-slider .owl-stage-outer .owl-stage,
.home-slider .owl-stage-outer .owl-stage .owl-item,
.home-slider .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.overlay-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-h .search-h .search-inner {
    max-width: 840px;
    margin: 0 auto;
    /* opacity: 0; */
}

.slider-h .search-h .search-inner h1 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 72px;
    font-family: 'bahijBold';
    max-width: 644px;
    margin: 0 auto 26px;
    margin: 0 auto;
}

.search-h .search-inner .form-search {
    display: flex;
    background: #fff;
    box-shadow: 0px 3px 25px #1435554D;
    border-radius: 10px;
    padding: 18px;
    flex-wrap: wrap;
    opacity: 0;
    display: none;
}

.search-h .search-inner .form-search .item {
    padding-inline-end: 14px;
}

.search-h .search-inner .form-search .item:last-child {
    padding: 0;
    margin-bottom: 0;
}

.search-h .search-inner .form-search .item select,
.search-h .search-inner .form-search .item .niceSelect {
    min-width: 170px;
    min-height: 49px;
    background: #fff;
    border: 1px solid var(--dark-color2);
    border-radius: 6px;
    line-height: 47px;
    color: var(--dark-color2);
    font-size: 14px;
    font-family: 'bahijBold';
}

.search-h .search-inner .form-search .item .niceSelect .current {
    font-family: inherit;
}

.btn-search {
    width: 61px;
    height: 49px;
    background: var(--dark-color2);
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px;
}

.btn-search:hover,
.btn-search:focus {
    background: var(--main-color);
    color: #fff;
}


/* End Slider-h */


/* Start About-h */

.about-h {
    padding: 80px 0;
}

.title-about {
    margin: 0 0 30px;
}

.title-about h3 {
    color: #232323;
    font-size: 36px;
    font-family: 'bahijBold';
    padding-bottom: 18px;
    position: relative;
    line-height: 48px;
}

.title-about h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 71px;
    border-bottom: 2px solid var(--main-color);
}

.text-about p {
    color: #272727;
    opacity: 0.8;
    font-size: 18px;
    line-height: 32px;
    font-family: 'bahijMed';
    max-width: 594px;
    margin: 30px 0 22px;
}

.item-ab {
    margin: 15px 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.item-ab .icon {
    width: 59px;
    height: 59px;
    background: #ECECEC;
    text-align: center;
    line-height: 59px;
    border-radius: 50%;
}

.item-ab .icon img {
    max-width: 28px;
    max-height: 28px;
}

.item-ab .details {
    width: calc(100% - 59px);
    padding-inline-start: 19px;
}

.item-ab .details p {
    color: #303030;
    font-size: 18px;
    font-family: 'bahijMed';
}

.img-about {
    width: 120%;
    margin-inline-start: -10%;
}


/* End About-h */


/* Start Services-h */

.services-h {
    padding: 70px 0;
    /* background: var(--bg-color); */
}

.title.title-center {
    text-align: center;
}

.title .sub-title {
    font-size: 24px;
    color: var(--main-color);
    font-family: 'bahijMed';
    line-height: 48px;
    position: relative;
}

.title .sub-title::before,
.title .sub-title::after {
    content: "";
    position: absolute;
    width: 41px;
    border-bottom: 1px var(--main-color) solid;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 0px;
}

.title .sub-title::before {
    right: -55px;
}

.title .sub-title::after {
    left: -55px;
}

.title h3 {
    color: #232323;
    font-size: 36px;
    line-height: 48px;
    font-family: 'bahijMed';
}

.title {
    margin: 0 0 50px;
}

.serv-block {
    display: block;
    margin: 15px 0;
    padding: 36px 25px;
    text-align: center;
    height: calc(100% - 30px);
}

.serv-block .icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 36px;
    display: table;
}

.serv-block .icon img {
    max-height: 100%;
    transition: all .5s;
}

.serv-block .details .name {
    color: #202020;
    font-size: 24px;
    line-height: 48px;
    font-family: 'bahijMed';
    margin: 0;
}

.serv-block .details p {
    color: #202020;
    opacity: 0.6;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 28px;
    max-height: 106px;
    overflow: hidden;
}

.serv-block:hover {
    background: #fff;
    box-shadow: 0px 3px 20px #00000026;
    border-radius: 10px;
}

.serv-block:hover .icon img {
    filter: invert(54%) sepia(5%) saturate(1775%) hue-rotate(1deg) brightness(91%) contrast(91%);
}

.btn {
    min-width: 148px;
    min-height: 56px;
    border: 1px solid var(--dark-color2);
    padding: 15px;
    color: #232323;
    font-size: 16px;
    font-family: 'bahijMed';
    display: table;
}

span {
    font-family: inherit;
    transition: none;
}

.btn i {
    margin-inline-start: 10px;
    transition: none;
}

.btn.btn-center {
    margin: 50px auto 0;
}

.btn:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}


/* End Services-h */


/* Start Projects-h */

.projects-h {
    padding: 80px 0;
    background: var(--bg-color);
}

.nav.nav-tabs {
    margin: 0 0 65px;
    border: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    min-width: 147px;
    min-height: 60px;
    border: 1px solid #707070 !important;
    border-radius: 5px;
    padding: 14px;
    margin: 0 12px;
    color: #303030;
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--dark-color2);
    border-color: var(--dark-color2) !important;
    color: #fff;
}

.pro-block {
    margin: 15px 0;
    background: #FFF;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% - 30px);
}

.pro-block .img-block {
    height: 300px;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pro-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-block .img-block .img .alert-h {
    position: absolute;
    min-width: 89px;
    min-height: 43px;
    background: #FFF;
    border-radius: 5px;
    bottom: -14px;
    z-index: 3;
    right: 0;
    left: 0;
    margin: 0 24px;
    display: table;
    padding: 11px;
    text-align: center;
    font-size: 14px;
    color: var(--main-color);
    font-family: 'bahijMed';
}

.pro-block .details {
    padding: 27px 15px 40px;
}

.pro-block .details .name {
    display: block;
    color: #303030;
    font-size: 20px;
    font-family: 'bahijMed';
    line-height: 36px;
    margin: 0 0 10px;
}

.pro-block .details .loction-p {
    color: #303030;
    opacity: 0.5;
    font-size: 16px;
    font-family: 'bahijMed';
}

.pro-block .details .loction-p i {
    /* font-size: 12px; */
    margin-inline-end: 8px;
}

.pro-block .details .loction-p u {
    text-decoration: none;
}

.pro-block .details .items-details .item-in {
    display: flex;
    flex-wrap: wrap;
}

.pro-block .details .items-details .item-in .detils-pro-in {
    /* max-width: 33.33%; */
    /* flex: 0 0 33.33%; */
    padding-inline-end: 10px;
    display: flex;
}

.pro-block .details .items-details {
    margin: 20px 0 0;
}

.pro-block .details .items-details .item-in .detils-pro-in .icon {
    width: 20px;
    height: 20px;
    opacity: 0.25;
}

.pro-block .details .items-details .item-in .detils-pro-in h5 {
    width: calc(100% - 20px);
    margin: 0;
    color: #404040;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding-inline-start: 12px;
    font-family: 'bahijMed';
}

.pro-block .details .items-details .item-in .detils-pro-in h5 span {
    /* display: block; */
}

.pro-block:hover .details .name {
    color: var(--main-color);
}

.pro-block:hover {
    box-shadow: 0px 0px 40px #14355540;
}


/* End Projects-h */


/* Start Counter-h */

.counter-h {
    background: var(--dark-color2);
    padding: 90px 0;
}

.count-block {
    text-align: center;
    margin: 15px 0;
}

.count-block .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
}

.count-block .icon img {
    max-height: 100%;
}

.count-block .details .counter-item {
    font-size: 36px;
    color: var(--main-color);
    direction: ltr;
    line-height: 51px;
    font-family: 'bahijBold';
    margin: 0;
}

.count-block .details .counter-item .odometer-inside {
    font-family: 'bahijBold';
}

.count-block .details h5 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'bahijLight';
    line-height: 31px;
}


/* End Counter-h */


/* Start Contact-h */

.contact-h {
    padding: 80px 0;
}

.form-group {
    margin: 0 0 20px;
}

.form-contact {
    max-width: 623px;
}

.form-group label {
    color: #141414;
    font-size: 20px;
    font-family: 'bahijMed';
    margin: 0 0 21px;
}

.form-group .form-control {
    height: 55px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 8px;
    width: 100%;
    color: #141414;
    padding: 0 23px;
}

.form-group .form-control::placeholder {
    color: #141414;
    opacity: 0.5;
    font-size: 14px;
    transition: all .5s;
}

.form-group .form-control:focus::placeholder {
    opacity: 0;
    transform: translateX(-10px);
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

.form-group textarea.form-control {
    height: 200px;
    padding: 23px;
}

.btn.btn-form {
    margin-inline-start: auto;
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.btn.btn-form:hover {
    background: var(--dark-color2);
    border-color: var(--dark-color2);
}

.info-contact .item-con {
    display: flex;
    margin: 0 0 30px;
    align-items: center;
    -webkit-align-items: center;
}

.form-contact .row div:last-child .form-group {
    margin: 0;
}

.info-contact .item:last-child .item-con {
    margin: 0;
}

.info-contact .item-con .icon {
    width: 43px;
    height: 43px;
    opacity: 0.54;
    font-size: 33px;
    color: #898989;
}

.info-contact .item-con .details {
    padding-inline-start: 26px;
    width: calc(100% - 43px);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.info-contact .item-con .details a,
.info-contact .item-con .details span,
.info-contact .item-con .details h5,
.info-contact .item-con .details h4 {
    margin: 0;
    color: #141414;
    font-size: 24px;
    line-height: 24px;
    font-family: 'bahijMed';
}

.info-contact .item-con .details a+span {
    margin: 0 21px;
}

.info-contact .item-con .details a u {
    text-decoration: none;
    display: block;
    direction: ltr;
}

.info-contact .item-con:hover .details a,
.info-contact .item-con:hover .details span,
.info-contact .item-con:hover .details h5,
.info-contact .item-con:hover .details h4 {
    color: var(--main-color);
}

form {
    direction: rtl;
}


/* End Contact-h */


/* Start Footer */

.footer-top {
    border-top: 1px solid #E9E9E9;
}

.footer-top p {
    color: #141414;
    font-size: 15px;
    font-family: 'bahijLight';
}

.footer-top .row {
    align-items: center;
    -webkit-align-items: center;
}

.ryad-logo {
    display: table;
    margin-inline-start: auto;
}


/* End Footer */


/* Start Breadcrumb */

.breadcrumb {
    padding: 218px 0 300px;
    margin: 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.breadcrumb .text-bread {
    text-align: center;
}

.breadcrumb .text-bread .loction-p {
    color: #fff;
    font-size: 20px;
}

.breadcrumb .text-bread .loction-p i {
    font-weight: lighter;
    font-size: 34px;
    width: 34px;
    margin-inline-end: 3px;
}

.breadcrumb .text-bread .loction-p u {
    text-decoration: none;
}

.breadcrumb .text-bread h2 {
    margin: 5px 0 0;
    color: #FFF;
    font-size: 48px;
    line-height: 72px;
    font-family: 'bahijBold';
}


/* End Breadcrumb */


/* Start Single-project */

.body-inner {
    padding: 90px 0;
}

.items-about.items-pro .item-ab .icon {
    background: var(--main-color);
}

.items-about.items-pro .item-ab .details span {
    color: rgb(20 20 20 / 60%);
    font-size: 20px;
    line-height: 28px;
}

.items-about.items-pro .item-ab .details strong {
    color: #141414;
    display: block;
}

.body-inner .img-about {
    margin: 0;
    width: 100%;
    height: 461px;
}

.body-inner .img-about .video-block {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.body-inner .img-about .video-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.body-inner .img-about .video-block::after {
    content: "\f04b";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 87px;
    height: 87px;
    background: #FFF;
    line-height: 87px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 24px;
    color: #f00;
}

.counter-single {
    padding: 60px 0;
    border-bottom: 1px solid #D4D4D4;
}

.title-single h3 {
    color: #303030;
    font-size: 36px;
    line-height: 48px;
    max-width: 132px;
}

.count-single {
    text-align: center;
    margin: 15px 0;
}

.count-single .icon {
    width: 53px;
    height: 53px;
    margin: 0 auto 18px;
}

.count-single .details h4 {
    color: #2E2E2E;
    font-size: 24px;
    font-family: 'bahijBold';
    line-height: 36px;
    margin: 0;
}

.count-single .details .counter-item {
    font-size: 28px;
    color: var(--main-color);
    line-height: 36px;
    font-family: 'bahijBold';
}

.counter-item {
    direction: ltr;
}

.odometer-inside {
    font-family: inherit;
}

.counter-single .row {
    align-items: center;
    -webkit-align-items: center;
}

.gallery-h {
    padding: 90px 0 0;
}

.gallery-slider .owl-nav {
    position: absolute;
    right: -33.33%;
    bottom: 100px;
}

.gallery-block {
    display: block;
    height: 305px;
    position: relative;
}

.gallery-slider .item {
    padding: 0 10px;
}

.gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-block::after {
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    transition: all .5s;
    transform: scale(0);
}

.gallery-block:hover::after {
    transform: none;
}

.gallery-slider .owl-nav button.owl-prev,
.gallery-slider .owl-nav button.owl-next {
    width: 51px;
    height: 51px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    line-height: 51px;
    font-size: 22px;
}

.gallery-slider .owl-nav button.owl-prev i,
.gallery-slider .owl-nav button.owl-next i {
    line-height: 51px;
    transition: none;
}

.gallery-slider .owl-nav button.owl-prev {
    margin-inline-end: 14px;
}

.gallery-slider .owl-nav button.owl-prev:hover,
.gallery-slider .owl-nav button.owl-next:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.map-single {
    padding: 80px 0;
}

.map-inner {
    height: 449px;
}

.map-inner iframe {
    filter: grayscale(1);
}


/* End Single-project */


/* Start About-page */

.breadcrumb.breadcrumb-page {
    padding: 70px 0;
}

.vission-box {
    margin: 30px 0;
    display: flex;
}

.vission-box .icone {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: var(--bg-color);
    margin-inline-end: 20px;
    justify-content: center;
    color: var(--main-color);
    font-size: 30px;
}

.vission-box .box-info {
    width: calc(100% - 84px);
}

.vission-box .box-info h5 {
    color: var(--main-color);
    font-size: 20px;
    font-family: 'bahijBold';
    margin-bottom: 18px;
}

.vission-box .box-info p {
    font-size: 16px;
    line-height: 1.7;
}


/* End About-page */


/* Start Single-service */

.slick-slider {
    direction: ltr;
}

.slider-single-pro {
    display: flex;
    position: relative;
}

.slider.slider-for {
    width: calc(100% - 155px);
    padding-left: 5px;
}

.slider.slider-nav.thumb-image {
    width: 155px;
}

.blokc-single-g {
    height: 318px;
    overflow: hidden;
    position: relative;
}

.blokc-single-g img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.thumbnail-image {
    height: 100px;
    overflow: hidden;
}

.thumbnail-image .thumbImg {
    height: 100%;
    width: 100%;
}

.thumbnail-image .thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: var(--main-color);
    height: 25px;
    z-index: 3;
    opacity: .5;
    transform: none;
}

.slick-next.slick-arrow {
    top: auto;
    bottom: 9px;
}

.text-single {
    margin-bottom: 30px;
    padding-inline-end: 0px;
}

.blokc-single-g a {
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    margin: 20px;
    font-size: 26px;
    color: var(--dark-color2);
    outline: 0;
}

.blokc-single-g a:hover {
    text-decoration: none;
}

.slider-single-pro .slider-for::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: -40px;
    width: 228px;
    height: 228px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.text-single h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: var(--main-color);
    font-family: 'bahijMed';
}

.text-single h3 span {
    display: inline-block;
    margin: 0 5px;
}

.text-single h3 img {
    width: 33px;
    height: 33px;
}

.single-serv-ul {
    margin-top: 40px;
}

.single-serv-ul li {
    max-width: 50%;
    display: inline-block;
    flex: 0 0 50%;
}


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


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

.about-con {
    margin-top: px;
}

.about-con h2 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin: 0;
    color: #553470;
    font-family: 'ge-ss-l';
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.about-con h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 9px;
    height: 9px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    background-color: #F15638;
}

.about-con ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.about-con p {
    color: #303030;
    font-size: 16px;
}

.about-con li {
    position: relative;
    padding: 0 17px;
    color: #303030;
    font-size: 16px;
    margin-bottom: 8px;
}

.about-con li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 100%;
}

[dir=rtl] .slick-slide {
    float: left;
}


/* End Single-service */


/* Start Contact-page */

.contact-form {
    /* padding: 30px; */
    /* background-color: var(--main-color); */
    /* box-shadow: 1px 0px 20px #94949429; */
    border-radius: 0px;
}

.contact-form h3 {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 35px 0;
    font-family: 'bahijBold';
}

.contact-form .btn.btn-form {
    /* background: var(--dark-color2); */
}

.contact-info {
    margin: 70px 0 0;
}

.contact-info h2 {
    font-size: 36px;
    color: var(--dark-color2);
    margin: 0 0 40px 0;
    font-family: 'bahijMed';
}

.contact-info li {
    margin-bottom: 30px;
}

.contact-info li img {
    width: 35px;
    vertical-align: top;
}

.contact-info li .con-box {
    width: calc(100% - 100px);
    display: inline-block;
    margin: 0 15px;
}

.contact-info li .con-box h4 {
    font-size: 18px;
    color: #161616;
    font-family: 'bahijMed';
    margin: 7px 0 15px 0;
}

.contact-info li .con-box p,
.contact-info li .con-box a {
    font-size: 18px;
    font-family: 'bahijLight';
    color: #707070;
    display: block;
}

.contact-info .phone a {
    direction: ltr;
}

.map {
    margin-top: 40px;
    height: 350px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/* End Contact-page */


/* Start Apply-page */

.accordion-item {
    border: none;
    margin: 15px 0;
    border-radius: 0 !important;
}

.accordion-item .accordion-header .accordion-button {
    display: flex;
    padding: 15px;
    width: 100%;
    /* padding-inline-end: 50px; */
    position: relative;
    background: var(--main-color);
    font-size: 16px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button::after {
    margin: 0;
    margin-inline-start: auto;
    content: "\f067";
    background: transparent !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: transparent;
    color: #1A1A1A;
    background-color: #fff;
    border: 1px solid #FBFBFB;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-family: 'bahijBold';
}

.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.accordion-body {
    border: 1px solid #FBFBFB;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
    padding-top: 6px;
    font-size: 15px;
    line-height: 25px;
}

.input-group.upload span.uplod {
    position: absolute;
    left: 12px;
    top: 8px;
    background-color: #fff;
    padding: 3px 20px;
    color: #0A1C37;
    font-size: 15px;
    width: 89px;
    box-shadow: 0px 3px 6px #00000008;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
}

.asd {
    display: none;
}

.info-contact {
    margin-top: 45px;
}
.pro-block .details p {
    max-height: 50px;
    overflow: hidden;
}

.img-single {
    height: 310px;
}

.img-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-project .title-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.single-project .title-about .alert-h {
    min-width: 75px;
    text-align: center;
    line-height: 32px;
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    margin-inline-start: 15px;
}

.single-project .btn {
    margin: 35px 0 0;
}

.ryad-logo a, .ryad-logo span {
    font-size: 8.6px !important;
}

.fa-facebook:before {
    content: "\f39e";
}

.btn i.fa.fa-angle-down::before {
    content: "\f104";
}

.text-single p {
    font-size: 17px;
    line-height: 27px;
}

.service-content.body-inner .row {
    justify-content: center;
}
/* End Apply-page */
/* زر الواتساب */
.icon-whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.icon-whats:hover {
    background: #1EBE5D;
    transform: scale(1.1);
}

/* زر الاتصال */
.icon-call {
    position: fixed;
    bottom: 90px; /* جعله فوق زر الواتساب */
    right: 20px;
    background: #67212D;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.icon-call:hover {
    background: #686F4E;
    transform: scale(1.1);
}

.packages-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    color: var(--sec-color);
    margin-bottom: 40px;
    font-weight: bold;
}

.packages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.package-box {
    background-color: #fff;
    border: 2px solid var(--main-color, #009688);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    padding: 25px;
    width: 30%;
    transition: all 0.3s ease;
}
.package-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.package-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.package-title {
    font-size: 1.6rem;
    color: var(--main-color, #009688);
    margin: 20px 0 10px;
    font-weight: bold;
}
.package-points {
    text-align: left;
    margin: 15px 0;
    padding-left: 0;
}
.package-points li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
}
.package-btn {
    background-color: var(--main-color, #009688);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s;
}
.package-btn:hover {
    background-color: #00796b;
}

@media(max-width: 991px) {
    .package-box {
        width: 45%;
    }
}
@media(max-width: 767px) {
    .package-box {
        width: 100%;
    }
}

/* Start Footer */

footer {
    background: var(--main-color);
    padding: 0;
}

.logo-footer {
    margin-bottom: 20px;
}

.footer-top p {
    color: #D4D4D4;
    overflow: hidden;
    max-height: 54px;
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0 9px;
}

.footer-top .info-footer {
    /* display: flex; */
    /* flex: 0 1; */
}

.footer-top .info-footer li {
    padding-inline-end: 15px;
    display: inline-flex;
}

.footer-top .info-footer li a {
    font-size: 14px;
    color: #fff;
    display: flex;
    margin: 0;
}

.footer-top .info-footer li a i {
    color: var(--sec-color);
    margin-top: 4px;
    margin-inline-end: 10px;
}

.footer-top h3 {
    font-size: 18px;
    color: var(--bg-color);
    margin-bottom: 30px;
}

.footer-top ul li a {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 14px;
    display: block;
}

.footer-top .info-footer li a span {
    display: inline-block;
    direction: ltr;
}

.footer-top ul li a:hover,
.footer-top ul li a:focus,
.social-f a:hover,
.social-f a:focus {
    color: var(--sec-color);
}

.footer-top .newletter-f p {
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 23px;
}

.footer-top .newletter-f .form-f {
    display: block;
    position: relative;
}

.footer-top .newletter-f .form-f input {
    width: 157px;
    height: 38px;
    background: #FFFFFF;
    border: none;
    border-right: 10px var(--sec-color) solid;
    border-radius: 5px;
    padding: 0 10px;
}

.footer-top .newletter-f .form-f button {
    border: none !important;
    width: 76px;
    height: 38px;
    background: var(--sec-color);
    border-radius: 5px;
    color: var(--white);
    box-shadow: none !important;
    font-size: 14px;
    margin-inline-start: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-top .col-md-2.col-xs-12 {
    padding: 0;
}

.footer-top .col-md-3.col-xs-12:nth-child(4) {
    padding: 0;
}

.social-f {
    display: flex;
    margin-top: 35px;
    flex: 0 1;
}

.social-f a {
    display: inline-flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 16px;
    width: 20%;
    /* flex: auto; */
}

.footer-top {
    padding: 80px 0 50px;
}

.footer-bottom {
    border-top: 1px rgb(255 255 255 / 27%) solid;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom p {
    font-size: 10px;
    color: #fff;
}

.ryad-logo {
    float: left;
}

.ryad-logo .lolo-co a,
.ryad-logo .lolo-co span {
    color: #fff !important;
}


/* End Footer */

.social-head a:hover,
.social-head a:focus {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

