@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "fonts.css";
@import "animate.css";
@import "all.css";
@import "line-awesome.min.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.mCustomScrollbar.min.css";
@import "jquery.fancybox.css";
@import "w3.css";
@import "jquery-ui.css";
@import "dataTables.jqueryui.min.css";
@import "jquery.dataTables.min.css";
@import "responsive.dataTables.min.css";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
section.about-p img {
    display: none;
}
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Tajawal', 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: 'Tajawal', sans-serif;
    background: #fff;
    text-align: right;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: 'Tajawal', sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    /* float: right; */
    /* width: 100%; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    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;
}

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

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.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;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

/* Start Color-var */
:root {
    --main-color: #f16357;
    --sec-color: #fff;
    --bg-color: #48a9cc;
    --color-dark: #414141;
}

/* End Color-var */

/* Start Sidebar */

.open-sidebar {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin-left: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background: var(--main-color);
    line-height: 45px;
}

.sidebar {
    background-size: cover;
    /* background: #fff; */
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 999999999;
    transform: translateX(100%);
    transition: all .3s;
    background-position: 36%;
    opacity: 1;
}

.sidebar .side-logo img {
    /* max-width: 100px; */
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sidebar .side-social {
    text-align: start;
    padding: 4px 0;
    position: relative;
    background: var(--main-color);
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    display: none;
    text-align: center;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    margin: 8px 12px;
    transition: all .3s;
    color: #f9f9f9 !important;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 90px);
    position: relative;
    z-index: 1;
    margin-top: 20px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 16px;
    padding: 11px 25px;
    position: relative;
    color: #333;
    font-weight: normal;
    border-bottom: 1px #f1f1f1 solid;
}

.sidebar .side-nav ul li a:hover,
.sidebar .side-nav ul li a:focus {
    color: #fff;
    background-color: var(--main-color);
    border: none !important;
    outline: none;
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: skewX(0);
    padding: 0 20px;
}

.sidebar .side-nav ul li .sub-menu li a {
    /* color: #fff; */
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999999999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

/* End Sidebar */
/* Start Search */
.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    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.open {
    z-index: 9999;
    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: -25px;
    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%);
}

.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: #fff;
    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;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
}

.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: #fff;
}

.searchForm .btnSearch {
    box-shadow: none !important;
    color: #262626;
    font-size: 20px;
    background: transparent;
    margin: 3px 0;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    line-height: normal;
    border: none;
    font-size: 16px;
    border-radius: 50%;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

/* End Search */

/* Start Nav */
.res-menu {
    display: none;
}

.lang {
    color: #262626;
    font-size: 17px;
    display: inline-block;
    margin: 0 15px;
}

.search-menu {
    float: left;
}

.nav-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.navbar-brand {
    /* float: right; */
    margin: 0;
}

nav .row {
    align-items: center;
    /* -webkit-align-items: center; */
    width: 100%;
    justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
    display: inline-block;
    margin: 0 !important;
}

.navbar-expand-lg .navbar-nav li {
    display: inline-block;
    border-bottom: crimson;
}

nav.navbar {
    text-align: center;
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #1b1b1b;
    font-size: 17px;
}

.navbar-light .navbar-nav li.nav-item.color-blue .nav-link {
    color: var(--bg-color);
}

.navbar-light .navbar-nav li.nav-item.color-red .nav-link {
    color: var(--main-color);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .current-menu-item a {
    outline: none;
    color: var(--main-color);
}

/* End Nav */

/* Start Slider-top */
.slider-inner {
    direction: rtl;
}

.slider-home {
    background: var(--bg-color);
}

.top-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 88px;
    margin: 0;
    width: 170px;
}

.top-slider .img-slider {
    -webkit-mask-box-image: url(../images/bg-img.png);
    -webkit-mask-size: 100% 100%;
    width: 590px;
    height: 570px;
    text-align: center;
    line-height: 637px;
    margin-top: 40px;
    background: #fff;
    margin-bottom: -35px;
    transform: rotate(-45deg) scale(0);
    transition: all 1s;
    opacity: 0;
    margin-right: -30px;
    overflow: hidden;
    /* clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); */
}

.slider-home::before {
    content: "";
    background-image: url(../images/bg.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.top-slider .img-slider img {
    width: 100%;
    display: inline-block;
    /* height: 100%; */
    /* object-fit: contain; */
    /* object-position: center; */
    max-width: 82%;
    left: -19px;
    position: relative;
    top: 22px;
}

.top-slider .slider-text {
    height: 100%;
    margin-top: 80px;
}

.slider-home .top-slider {
    position: relative;
    z-index: 4;
}

.top-slider .slider-text h3 {
    color: var(--sec-color);
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 30px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

.top-slider .slider-text h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background: #c3cdd9;
}

.top-slider .slider-text p {
    font-size: 16px;
    color: var(--sec-color);
    line-height: 26px;
    margin: 30px 0;
    max-height: 115px;
    overflow: hidden;
    width: 90%;
    transition: all 1.2s;
    transform: translateX(100%);
    opacity: 0;
}

.btn {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    line-height: 45px;
    padding: 0 40px;
    font-size: 17px;
    transition: all .5s;
    box-shadow: none;
}

.btn::before,
.btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 90px solid var(--color-dark);
    transition: all .5s;
    display: none;
}

.btn::before {
    right: -50px;
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn::after {
    left: -50px;
    border-left: 50px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-38%);
}

.btn:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(38%);
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn:hover span,
.btn:focus span {
    color: #fff;
}

.top-slider .owl-nav .owl-prev,
.top-slider .owl-nav .owl-next {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
    padding: 0;
    font-size: 20px;
    position: absolute;
}

.top-slider .owl-nav .owl-prev {
    left: 0;
}

.top-slider .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: url(../images/dot2.png) !important;
    background-size: 100% 100% !important;
    width: 12px;
    height: 12px;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span::after {
    content: "";
    background: url(../images/dot-gray.png);
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    opacity: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span::after {
    opacity: 1;
}

.slider-home .owl-theme .owl-dots .owl-dot span::after {
    background: url(../images/dot-white.png);
    background-size: 100% 100%;
}

.slider-home .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 58px;
}

.slider-inner .col-md-6.col-xs-12:nth-child(2) {
    padding: 0;
}

.top-slider .owl-item.active .img-slider {
    opacity: 1;
    transform: rotate(0) scale(1);
}

.top-slider .owl-item.active .slider-text h3 {
    transform: translate(0);
    opacity: 1;
}

.top-slider .slider-text h3::after {}

.top-slider .owl-item.active .slider-text p {
    transform: translate(0);
    opacity: 1;
}

.top-slider .btn {
    transform: translateY(100px);
    transition: all 1s;
    opacity: 0;
}

.top-slider .owl-item.active .btn {
    opacity: 1;
    transform: translate(0);
}

/* End Slider-top */

/* Start Projects-p */
.projects-p {
    padding: 80px 0;
}

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

.title h3 {
    margin: 0;
    position: relative;
    padding-bottom: 22px;
    color: var(--color-dark);
    font-weight: bold;
    font-size: 30px;
}

.title h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(to right, var(--main-color), var(--bg-color));
    width: 80px;
    height: 5px;
}

.block-pro {
    margin: 15px 0;
    display: block;
    box-shadow: 1px 1px 17px rgba(0, 0, 0, .06);
    text-align: center;
    height: calc(100% - 30px);
}

.block-pro .img-block {
    display: block;
    height: 240px;
    overflow: hidden;
}

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

.block-pro .details-block {
    padding: 20px;
}

.block-pro .details-block .name-pro {
    display: block;
    font-size: 18px;
    color: #0d0d0d;
    font-weight: bold;
    min-height: 52px;
}

.block-pro .details-block p {
    color: var(--color-dark);
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
    max-height: 52px;
    overflow: hidden;
}

.block-pro .details-block .readMore {
    display: inline-block;
    color: #373737;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

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

/* End Projects-p */

/* Start About-p */
.about-p {
    background: var(--bg-color);
    padding: 50px 0;
}

.about-p .item-img {
    overflow: hidden;
}

.about-p .item-img img {
    /* margin-top: -15px; */
}

.about-p::before {
    content: "";
    background-image: url(../images/bg.png);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.about-p .container {
    z-index: 3;
}

.about-p .text-item {
    margin-top: 120px;
}

.about-p .text-item .title-sec {
    margin-bottom: 30px;
    text-align: start;
}

.about-p .text-item .title-sec h3 {
    position: relative;
    color: var(--sec-color);
    font-size: 36px;
}

.about-p .text-item .title-sec h3::after {
    left: auto;
}

.text-item p {
    font-size: 17px;
    line-height: 27px;
    margin: 30px 0;
}

.about-p .text-item p {
    color: #fff;
    /* max-height: 162px; */
    overflow: hidden;
}

.text-item .btn {
    padding: 0 60px;
}

/* End About-p */

/* Start News-p */
.news-p {
    padding: 80px 0;
}

.title-three {
    text-align: start;
}

.title-three h3::after {
    left: auto;
}

.block-news {
    display: block;
    float: right;
    width: 100%;
    margin: 15px 0;
    padding-inline-end: 20px;
}

.block-news .img-block {
    display: block;
    float: right;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.block-news .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.block-news .details-block {
    width: calc(100% - 90px);
    float: right;
    padding-right: 20px;
}

.block-news .details-block .name-n {
    display: block;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    color: #0e0e0e;
    font-size: 20px;
    margin-bottom: 12px;
}

.block-news .details-block p {
    color: var(--color-dark);
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    height: 50px;
}

.block-news:hover .img-block img {
    transform: rotate(-3deg) scale(1.1);
}

.video-p {
    height: 315px;
}

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

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

.video-p .video-inner::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .39;
}

.video-p .video-inner::after {
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    text-align: center;
    line-height: 70px;
    font-size: 70px;
    color: #f5f5f5;
    opacity: .82;
    transition: all 1s;
}

.btn-more {
    display: inline-block;
    margin-top: 22px;
    color: #373737;
    font-size: 18px;
    font-weight: 600;
}

.block-news:hover .details-block .name-n {
    color: var(--main-color);
}
/* End News-p */

/* Start Client-p */
.client-p {
    padding: 80px 0;
    background: #f8f8f8;
}

.title p {
    width: 70%;
    margin: 30px auto 0;
    color: var(--color-dark);
    font-size: 17px;
    line-height: 27px;
}

.block-cl {
    height: 90px;
    line-height: 90px;
    padding: 0 10px;
}

.client-p .block-cl img {
    display: inline-block;
    width: 90%;
}

.client-p .owl-nav {
    width: 180px;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
}

.client-p .owl-nav .owl-prev,
.client-p .owl-nav .owl-next {
    background: transparent !important;
    color: #717171 !important;
    font-size: 17px;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
}

.client-p .owl-nav .owl-next {
    right: 0;
}

.client-p .owl-nav .owl-prev {
    left: 0;
}

.slider-home .owl-theme .owl-dots .owl-dot span {
    background: url(../images/dot.png) !important;
    background-size: 100% 100% !important;
}

.client-p .owl-dots {
    position: relative;
    top: 6px;
}

/* End Client-p */

/* Start Footer */
.footer-top {
    padding: 80px 0 50px;
}

.title.title-footer {
    text-align: start;
}

.title.title-footer h3 {
    font-size: 22px;
        text-transform: capitalize;
}

.title.title-footer h3::after {
    left: auto;
    width: 60px;
}

.text-footer p {
    color: #1e1e1e;
    font-size: 17px;
    line-height: 27px;
    margin: 30px 0;
    /* height: 110px; */
    overflow: hidden;
}

.social-f li {
    display: inline-block;
}

.social-f li a {
    display: block;
    color: #7b7b7b;
    font-size: 19px;
    margin: 0 10px;
}

.social-f li:first-child a {
    margin-right: 0;
}

.social-f li a:hover,
.social-f li a:focus {
    color: var(--main-color);
}

.footer-top .links li {
    float: right;
    width: 46%;
    margin-left: 10px;
}

.footer-top .links li a {
    font-size: 17px;
    color: #353535;
    line-height: 35px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.footer-top .links li a::before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 13px;
}

.map-f {
    height: 190px;
    overflow: hidden;
    border-radius: 15px;
    overflow-y: auto;
}

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

.footer-top .links li a:hover,
.footer-top .links li a:focus {
    color: var(--main-color);
    transform: translateX(-5px);
}

.footer-bottom {
    background: #f8f8f8;
}

.ryad-logo {
    float: left;
}

.footer-bottom p {
    color: #353535;
    font-size: 16px;
    margin-top: 30px;
}

/* End Footer */

.btn-more-menu {
    float: left;
}

.res-menu .search-menu button {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    margin-left: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background: var(--main-color);
    line-height: 45px;
    margin: 0 10px;
}

.top-slider .img-slider {
    width: 100%;
    height: 540px;
    line-height: 580px;
    margin-bottom: -33px;
    margin-top: -25px;
}

.top-slider .owl-nav {
    bottom: 50px;
}

.slider-home .owl-dots {
    bottom: 21px;
}

.top-slider .slider-text {
    margin-bottom: 85px;
}

.title-page {
    background-color: #48a9cc;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-inner h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

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

.block-news-in {
    /* text-align: start; */
}

.text-box h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-color);
    text-transform: capitalize;
}

.text-box p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.8;
}

.img-box .img {
    height: 400px;
    text-align: center;
}

.img-box .img img {
    height: 100%;
}

.margin-top {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px #eee solid;
}

select {
    display: none;
}

.nice-select,
.nice-select.form-control {
    -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;
}

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

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

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.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: #ffffff;
    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 .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--main-color);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    /* text-align: left; */
    transition: all 0.2s;
    color: var(--main-color);
}

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

.nice-select .option.selected {
    /* font-weight: bold; */
}

.form-control, .nice-select, .nice-select.form-control {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border: 1px #dbdbdb solid;
    color: #6c757d;
    border-radius: 0;
    box-shadow: none !important;
    transition: all .5s;
}

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

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

.map-box {
    height: 410px;
    margin: 40px 0 0;
    box-shadow: -7px 7px 20px rgb(241 99 87 / 14%);
}

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

/* Start Client-inner */
.block-client {
    margin: 15px 0;
    text-align: center;
    padding: 20px;
    border: 1px #eee solid;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 220px;
    line-height: 220px;
}

.block-client .img-block {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.block-client .hover-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #48a9cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    padding: 30px;
    transform: translateX(150%);
    opacity: 0;
}

.block-client .img-block img {
    width: 150px;
    max-height: 90%;
}

.block-client .hover-box h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.block-client .hover-box p {
    /* text-align: start; */
    margin-top: 16px;
    color: #fff;
}

.block-client:hover .hover-box {
    opacity: 1;
    transform: translate(0);
}

.block-client:hover .img-block {
    transform: translate(10px, 10px);
    transform: translateX(-150%);
}
/* End Client-inner */

/* Start Gallery-inner */
.nav.nav-pills {
    margin-bottom: 40px;
    justify-content: center;
}

.nav-pills .nav-link {
    padding: 0 40px;
    margin: 0 10px;
    line-height: 45px;
    border: 1px var(--main-color) solid;
    color: var(--main-color);
    font-size: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--main-color);
}

.video-inner {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: 315px;
    position: relative;
}

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

.video-inner::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .39;
}

.video-inner::after {
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    text-align: center;
    line-height: 70px;
    font-size: 70px;
    color: #f5f5f5;
    opacity: .82;
    transition: all 1s;
}

.video-inner.img-inner::after {
    content: "\f002";
    font-size: 26px;
    background: var(--bg-color);
    border-radius: 50%;
}

/* End Gallery */

/* Start Policies */
.text-item h3 {
    font-size: 30px;
    color: var(--bg-color);
    font-weight: bold;
    margin-top: 0;
}

.polic-inner .text-item p {
    font-size: 22px;
    line-height: 35px;
    color: #666;
}

/* End Policies */

.rating-box {
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.rating-box .rating-container {
  width: 100%;
  direction: rtl !important;
  text-align: center;
  margin: 20px 0 30px;
}
.rating-box .rating-container label {
  display: inline-block;
  margin: 0;
  color: #d4d4d4;
  cursor: pointer;
  font-size: 40px;
  transition: color 0.2s;
  line-height: 40px;
}
.rating-box .rating-container input {
  display: none;
}
.rating-box .rating-container label:hover, .rating-box .rating-container label:hover ~ label, .rating-box .rating-container input:checked ~ label {
  color: #f16357;
}

.form-quest form {
    border: 1px #f9f9f9 solid;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px #f3f3f3;
}

.rating-box span {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: var(--bg-color);
}

.btn.btn-sec {
    margin: 0 10px;
    background: var(--color-dark);
}

.btn.btn-sec::before, .btn.btn-sec::after {
    /* border-color: var(--main-color); */
}

.result-block {
    margin: 40px 0 0;
    border: 1px #f9f9f9 solid;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px #f3f3f3;
}

.result-block h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: var(--bg-color);
    text-align: center;
}

.result-block span {
    display: block;
    text-align: center;
    color: #444;
    font-size: 16px;
}

.result-block ul li {
    display: flex;
    width: 100%;
    flex: 0 1;
    margin: 20px 0 0;
    justify-content: center;
    align-items: center;
}

.result-block ul li strong {
    width: 40%;
    font-size: 17px;
    color: var(--color-dark);
    text-align: center;
}

.result-block ul li ul li {
    display: inline;
}

li.fill {
    color: var(--main-color);
}

.result-block ul li ul {
    display: block;
    width: 40%;
    margin: 0;
}

.result-block ul li span {
    width: 20%;
    font-size: 18px;
    color: #555;
}

.result-block ul {
    margin-top: 30px;
}

.form-quest form .btn {
    margin-top: 20px;
}

.block-dire .img-block {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.block-dire .img-block .img {
    width: 100%;
    height: 100%;
}

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

.block-dire {
    margin: 15px 0;
    box-shadow: 0 0 20px #eee;
    height: calc(100% - 30px);
}

.block-dire .deatils {
    padding: 20px;
}

.block-dire .deatils h3 {
    margin: 0;
    font-size: 20px;
    color: var(--color-dark);
}

.block-dire .img-block .hover-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(72 169 204 / 81%);
    text-align: center;
    transition: all .5s;
    opacity: 0;
}

.block-dire .img-block .hover-block p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}

.block-dire .img-block .hover-block .social-d a {
    font-size: 20px;
    margin: 0 6px;
    color: #fff;
}

.block-dire:hover .img-block .hover-block {
    opacity: 1;
}

.dir-sec .title {
    text-align: start;
}

.dir-sec .title h3::after {
    left: auto;
}

.block-magent {
    margin-bottom: 30px;
    box-shadow: 0 0 20px #eee;
}

.block-magent .img {
    height: 400px;
}

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

.block-magent .details h3 {
    margin: 0;
    font-size: 22px;
    color: var(--color-dark);
}

.block-magent .details {
    padding: 20px;
}

.dir-sec .text-item p {
    font-size: 25px;
    line-height: 45px;
}

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

.navbar-expand-lg .navbar-nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.sub-menu {
    position: absolute;
    z-index: 7;
    min-width: 200px;
    text-align: start;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}

.navbar-expand-lg .navbar-nav li .sub-menu li {
    display: block;
}

.navbar-expand-lg .navbar-nav li .sub-menu li a {
    border-bottom: 1px #d9ecf3 solid;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav li .sub-menu li a:hover, .navbar-expand-lg .navbar-nav li .sub-menu li a:focus {
    background: #f16357;
    color: #fff;
}

.navbar-expand-lg .navbar-nav li .sub-menu li:last-child a {
    border: none;
}

.tables-box h4 {
    color: var(--bg-color);
    font-size: 24px;
    margin: 0 0 20px;
}

.tables-box table {
    width: 100%;
}

.tables-box table td, .tables-box table th {
    padding: 12px;
    border: 1px #ccc solid;
    font-size: 15px;
    color: #555;
}

.tables-box table th {
    background: var(--bg-color);
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-color: var(--bg-color);
}

.form-cons {
    padding: 30px;
    box-shadow: 0 0 20px #e5f8ff;
}

.block-photo {
    height: 400px;
}

.block-photo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.block-photo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-photo a::after {content: "";position: absolute;right: 0;left: 0;top: 0;bottom: 0;background: var(--color-dark);transition: all .5s;opacity: 0;}

.block-photo a:hover::after {
    opacity: .5;
}

.block-photo a::before {content: "\f31e";font-family: "Font Awesome 5 Pro";position: absolute;right: 0;left: 0;top: 0;bottom: 0;width: 50px;height: 50px;margin: auto;z-index: 4;background: var(--main-color);text-align: center;line-height: 50px;color: #fff;font-size: 22px;transition: all .5s;transform: scale(0);}

.block-photo a:hover::before {
    transform: scale(1);
}

.single-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.single-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-next {
    width: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 50px;
    font-size: 25px;
    background: var(--main-color);
    position: absolute;
    opacity: .6;
}

.single-slider .owl-nav .owl-prev {
    left: 0;
}

.single-slider .owl-nav .owl-next {
    right: 0;
}

.single-slider .owl-nav .owl-prev:hover, .single-slider .owl-nav .owl-next:hover, .single-slider .owl-nav .owl-prev:focus, .single-slider .owl-nav .owl-next:focus {
    background: var(--bg-color);
    opacity: 1;
}

.more-photo {
    background: #f1f1f1;
}

.details-contact-box {
    display: block;
}

.details-contact-box li {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.details-contact-box li .icon {
    width: 40px;
    height: 40px;
}

.details-contact-box li .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    font-size: 17px;
    transition: all .3s;
}

.details-contact-box li .details {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: block;
}

.details-contact-box li .details p, .details-contact-box li .details a {
    display: block;
    font-size: 18px;
    color: #333;
}

.details-contact-box li:hover .icon i {
    background: var(--bg-color);
}

.btn span i {
    margin-right: 5px;
}

.policies-inner ul {
    margin-top: 40px;
}

.policies-inner ul li {
    margin: 10px 0;
    padding: 15px;
    box-shadow: 0 0 30px #e8e8e8;
    border-radius: 15px;
    overflow: hidden;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}

.policies-inner ul li .btn {
    /* float: left; */
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    margin-inline-start: 20px;
}

.policies-inner ul li span {
    display: inline-block;
    width: calc(100% - 265px);
    margin-top: 6px;
}

.policies-inner ul li .btn span {
    width: auto;
    margin: 0;
}

.navbar-expand-lg .navbar-nav li:nth-child(7) a {
    color: var(--main-color);
}

.map-f::-webkit-scrollbar {
    width: 5px;
}

.map-f::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.map-f::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}




.type_c.ar {
    display: block;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 800;
}

.fab.fa-tiktok::before {content: "";background: url(https://www.designbust.com/download/1019/png/tiktok_logo_png_transparent512.png);display: inline-block;width: 20px;height: 17px;background-size: contain;opacity: .5;background-repeat: no-repeat;background-position: center;position: relative;top: 3px;transition: all .5s;}

.social-f li a:hover .fab.fa-tiktok::before {
    opacity: 1;
}

.sidebar .side-nav ul li.open .sub-menu {
    height: auto;
    transition: all .5s;
}

.sidebar .side-nav ul li .sub-menu {
    position: relative;
    transform: none;
    display: block;
    box-shadow: none;
    height: 0;
}

.sidebar .side-social ul li a .fab.fa-tiktok::before {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.chart-block {
    width: 200px;
    height: 200px;
    display: flex;
    margin: 30px auto 0;
    border-radius: 50%;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px #ee9e00 solid;
    padding: 10px;
}

.chart-block h4 {
    margin: 0 0 10px;
    color: #2b5d68;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
}

.chart-block ul li {
    width: 48%;
    display: inline-flex;
    height: 100%;
    /* align-items: center; */
    border-left: 1px #cacccb solid;
    color: #2b5d68;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}

.chart-block ul {
    display: block;
    width: 100%;
}

.chart-block ul li:last-child {
    border: none;
}

.chart-block.two {
    border-color: #91d700;
}

.chart-block.two h4 {
    color: #91d700;
}

.chart-block h5 {font-size: 22px;color: #91d700;}

.chart-block span {
    color: #2b5d68;
    font-size: 18px;
    font-weight: 600;
}

.chart-block.three {
    border-color: #eb6122;
}

.chart-block.three h4 {
    color: #eb6122;
}

.chart-block .text-inn b, .chart-block .text-inn span {
    font-size: 22px;
    font-weight: 600;
}

.chart-block .text-inn b {
    color: #eb6122;
}

.chart-block.two {
    float: right;
}

.chart-block.three {
    float: left;
}

.chart-block.four {
    border-color: #05a84d;
}

.chart-block.four h4 {
    color: #05a84d;
}

.chart-block .change-color li {
    display: block;
    width: auto;
    border: none;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
}

.chart-block .change-color li span {
    color: #718746;
}

.chart-block .change-color li i {
    font-style: normal;
    color: #eb6122;
}

.chart-block.five {
    border-color: #07a4b3;
}

.chart-block.five h4 {
    color: #07a4b3;
}

.chart-block.five ul li {
    color: #07a4b3;
}

.chart-in {
    position: relative;
    padding-bottom: 80px;
}

.chart-in .img-chart {
    width: 215px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 190px;
}

.chart-in::after {
    content: "";
    background: url(http://sayed.azq1.com/nabd/wp-content/themes/nabd/assets/images/3.png);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
    background-position: center;
}

.memb {
    margin: 30px 0;
}

.container.margin-bottomk {
    margin-top: 80px;
}

.text-box.bank-box {
    border: 1px #f1f1f1 solid;
    padding: 20px;
}

.text-box.bank-box h4, .text-box.bank-box h5, .text-box.bank-box h6 {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 17px;
    color: #333;
}

.text-box.bank-box h6 {
    padding-bottom: 0;
    border-bottom: 0;
}

.text-box.bank-box h4 {
    padding-top: 0;
}

.small-videos .video-p {
    height: 150px;
}

.small-videos .video-p .video-inner::after {font-size: 40px;}

.small-videos .col-md-4.col-sm-12 {
    padding: 0 7px;
}

.small-videos.row {
    margin: 0 -7px;
}

.navbar-light .navbar-brand img {
    max-height: 100px !important;
}

.navbar .container {
    display: block !important;
}

.site-search-close.btn-close {
    bottom: auto;
    color: #fff;
    right: auto;
    margin: 50px;
    cursor: pointer;
}

.nav-left .btn {
    padding: 0 20px;
    margin-inline-end: 15px;
}

.logo-footer img {
    max-height: 100px;
}

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

.text-box p br {
    display: none;
}

.form-group label {
    text-transform: capitalize;
}

.mCustomScrollBox  .mCSB_container {
    height: 100%;
}

.mCustomScrollBox .mCSB_container ul {
    height: 100%;
}

.mCustomScrollBox {
    max-height: 100% !important;
}

.block-pro .details-block .readMore {
    font-size: 15px;
    min-width: 109px;
    background: var(--main-color);
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
}

.block-pro:hover .details-block .readMore {color: #fff;background: #212529;}



.text-box ul li {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.8;
    padding-inline-start: 20px;
    position: relative;
}

.text-box ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
}

.btn:hover {
    background: #212529;
    color: #fff;
}