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

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

@font-face {
    font-family: B-L;
    src: url(../fonts/B-L.ttf);
  }
  
  @font-face {
    font-family: B-EL;
    src: url(../fonts/B-EL.ttf);
  }
  
  @font-face {
    font-family: B-R;
    src: url(../fonts/B-R.ttf);
  }
  
  @font-face {
    font-family: B-B;
    src: url(../fonts/B-B.ttf);
  }
  
  @font-face {
    font-family: B-SB;
    src: url(../fonts/B-SB.ttf);
  }
  
  @font-face {
    font-family: B-EB;
    src: url(../fonts/B-EB.ttf);
  }
  
  @font-face {
    font-family: OS-R;
    src: url(../fonts/OS-R.ttf);
  }


/* End Fonts */

/*****************************************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}
/*****************************************************************/

:root {
    /*--main-color: #C58B46;  */
    --main-color: #00154F;
    --sec-color: #373737;
    --th-color: #404040;
    --fo-color: #54504F;
    --bg-color: #F8F8F8;
    --hover-color:#0d68ad;
    --blue-color:#000e3c;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'B-R';
    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: 'B-R';
    background: #fff;
    text-align: start;
    direction: rtl;
}

* {
    /* font-family: 'B-R'; */
    -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: rgb(84 80 79 / 80%);
    font-size: 16px;
    line-height: 28px;
}

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;
  }
  
  .owl-carousel .owl-item {
    direction: rtl;
  }


/* 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 .current{
    text-align: start;
    display: block;
}
.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    left: 20px;
    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: 16px;
    color: #fff;

    /* opacity: .35; */
}

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

.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;
}
.nice-select .option.selected{
    font-weight: 500;
}

/* End Select Nice */
/*** 

====================================================================
	Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 20px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding:0 20px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/*** 

====================================================================
	Start Search Popup
====================================================================

***/


/*** 


/*** 

====================================================================
	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: 300px;
    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: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    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-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.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 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    padding-bottom:20px;
}

.mobile-menu .close-btn {
    /* position: absolute; */
    right: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.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 4px;
    /*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: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
    position: relative;
    display: none;
}

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

.btn-req {
    display: block;
    min-width: 131px;
    min-height: 42px;
    background: var(--sec-color);
    border-radius: 2px;
    line-height: 42px;
    color: var(--dark-color) !important;
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
    font-family: 'bahijBold';
}


.lang {
    margin-inline-start: 20px;
}

.head-top .nav-head {
    /* margin-inline-start: auto; */
    display: flex;
    transition: all .5s;
    /* justify-content: space-between; */
}

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

.head-top .nav-head ul li {
    margin: 0 20px;
    position: relative;
}

.head-top .nav-head ul li a {
    color: var(--th-color);
    font-size: 16px;
    padding: 0;
    display: block;
    font-family: B-SB;
    position: relative;
}

.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.active,
.head-top .nav-head ul li a:hover,
.head-top .nav-head .menu-right .lang:hover {
    color: var(--main-color);
}

.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: absolute; */
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    /* background: var(--sec-color); */
    transition: all .5s;
    /* opacity: 0; */
}

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

.head-top .info-top .details-info li:last-child {
    margin: 0;
}

.head-top .info-top .details-info li a span {
    display: block;
    direction: ltr;
    line-height: 19px;
}

.s-nav a {
    margin-inline-start: 13px;
    color: #fff;
    font-size: 13px;
    width: 28px;
    height: 28px;
    border: 1px solid rgb(255 255 255 / 28%);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.s-nav a:hover,
.head-top .info-top .details-info li a:hover {
    color: var(--sec-color);
    border-color: var(--sec-color);
}

.head-top .info-top .details-info li a:hover i {
    animation: 1s rubberBand;
}

.head-top .nav-head ul li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: -15px;
    top: 3px;
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 13px;
    transition: all .5s;
}

.head-top .nav-head ul li .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    display: block;
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 3px;
    background: var(--main-color);
    min-width: 186px;
    padding: 0;
    transition: all .5s;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

.head-top .nav-head ul li .sub-menu li {
    margin: 0;
}

.head-top .nav-head ul li .sub-menu li a {
    font-size: 16px;
    color: #FFF;
    display: block;
    border-bottom: 1px solid #FFFFFF54;
    padding: 10px;
}

.head-top .nav-head ul li .sub-menu li a:hover {
    color: var(--main-color);
}

.head-top .nav-head ul li:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.head-top .nav-head ul li.menu-item-has-children:hover::after {
    transform: rotate(180deg);
}

.head-top .nav-head .menu-right {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.head-top .nav-head .menu-right .lang {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 16px;
    margin-inline-start: 30px;
    font-family: 'bahij';
}

.head-top .nav-head .menu-right .lang i {
    margin-inline-start: 6px;
    font-size: 20px;
}

.logo {
    margin-left:20px;
    max-width: 170px;
    transition: all .5s;
}

.head-top .info-top p {
    color: #fff;
    font-family: 'bahijLight';
    font-size: 16px;
}

.head-top .nav-head ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    margin: 0 auto;
    transition: all .5s;
    transform: scale(0);
    opacity: 0;
}

.head-top .nav-head ul li a.active::after,
.head-top .nav-head ul li:hover a::after {
    transform: none;
}

.btn-req:hover,
.btn-req:focus {
    background: var(--dark-color);
    color: #fff !important;
}

.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-top .nav-head .menu-right .links-h {
    display: flex;
}

.head-top .nav-head .menu-right .links-h a i,
.search-box-btn.search-box-outer {
    display: block;
    text-align: center;
    color: #404040;
    font-size: 24px;
    transition: all .5s;
    line-height: 26px;
    margin: 0;
    cursor: pointer;
    transform: rotate(270deg);
}

.search-box-btn.search-box-outer {
    margin-inline-end: 15px;
}

.search-box-btn.search-box-outer:hover {
    /* background: var(--sec-color); */
    /* border-color: var(--sec-color); */
}


.header-med .header-med-in {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.header-med {
    padding: 15px 0;
}

.logo-other {
    width: 90px;
    height: 60px;
    margin-top: 20px;
}

.header-content {
    padding: 10px 0;
}

.head-top .nav-head ul li .sub-menu li a:hover {
    background: #fff;
    color: var(--main-color);
}

.head-top .nav-head .menu-right .links-h span {
    color: #000;
    font-size: 16px;
    margin-inline-end: 12px;
}

.head-top .nav-head .menu-right .links-h a:hover i {
    color: var(--main-color);
}

.sticky.active {
    position: fixed;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 13%);
}
.sticky.active .header-content {
    padding: 6px 0;
}
.sticky.active .logo {
     max-width: 130px; 
}

.sticky.active .head-top .nav-head ul li a {
    font-size: 15px;
}

.sticky.active .head-top .nav-head ul li {
    margin: 0 16px;
}

.sticky.active .head-top .nav-head .menu-left .search-box-btn.search-box-outer {
    margin: 26px 0 0;
    font-size: 22px;
}
.menu-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn.profile-btn{
    padding: 10px 20px;
}
/* End Header */


/* Start Slider-home */

.slider-block,
.slider-block .row {
    /* direction: rtl; */
    position: relative;
    min-height: 722px;
}

.img-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #313234;
}

.img-overlay img {
    /* transition: all 30s; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-block .row {
    /* top: 155px; */
    /* transform: translateY(36%); */
    align-items: center;
    -webkit-align-items: center;
}

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

.slider-block .text-slider {
    direction: rtl;
    
}

.slider-block .text-slider h1 {
    color: #54504f;
    text-transform: capitalize;
    font-size: 39px;
    font-family: 'B-B';
    margin: 0;
    line-height: 54px;
    transition: all .5s;
    transform: translateY(-60px);
    opacity: 0;
}

.btn.btn-white {
    min-width: 131px;
    /* min-height: 43px; */
    background: transparent !important;
    border-radius: 0;
    display: table;
    color: #fff;
    font-size: 18px;
    outline: none !important;
    border: none;
    box-shadow: none !important;
    padding: 8px 25px;
    font-weight: 900;
    border: 1px solid #fff !important;
}



.btn-s {
    text-align: center;
    display: table;
}

.btn-s .callNow {
    color: #FFF;
    font-size: 18px;
    font-family: 'gillMed';
    margin: 15px 0 0;
    display: block;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    display: flex;
    margin: 0;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    border-radius: 50px;
    transition: all .5s;
    margin: 0 7px;
    position: relative;
    width: 12px;
    height: 12px;
    background: #fff;
    /* opacity: 0.25; */
    opacity: 0.74;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #ffffff !important;
    border-color: #ffffff !important;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #fff;
    right: 0;
    left: -7px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    transition: all .5s;
    display: block;
    opacity: 0.21;
    transform: scale(0);
}

.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: none;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
    min-width: 140px;
    min-height: 48px;
    background: var(--main-color);
    display: inline-block;
    margin: 0;
    color: #F1F7EE;
    font-size: 14px;
    font-family: 'B-SB';
    text-transform: capitalize;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 30px 0px;
    border: 1px solid var(--main-color) !important;
    line-height: 25px;
}
.btn i {
    padding-inline-start: 5px;
}
.btn span,
.btn i {
    position: relative;
    z-index: 2;
}

.btn::before,
.btn::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 40px solid var(--hover-color);
    border-bottom: 40px solid var(--hover-color);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

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

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



.btn:focus {
    color: #fff !important;
    /*background: var(--hover-color) !important;*/
    border-color: transparent !important;
}

.home-slider.owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    /*background: transparent !important;*/
    border-color: var(--main-color) !important;
    opacity:100%;
}

.text-slider .btn {
    margin: 10px 0 0;
    transition: all .5s;
    transform: translateY(60px);
    opacity: 0;
    background: var(--main-color);
    border-color: transparent !important;
}
.text-slider .btn i{
    padding-inline-start: 6px;
    top: 1.5px;
    font-weight: 500;
    font-size: 13px;
}
.text-slider .btn::before, 
.text-slider .btn::after {
    border-top: 40px solid var(--hover-color);
    border-bottom: 40px solid var(--hover-color);
}

.slider-block .text-slider p {
    /* max-width: 737px; */ 
    /*color: rgb(84 80 79 / 80%);*/
     color: rgb(84 80 79 / 100%);
    font-size: 16px;
    line-height: 26px;
    margin: 20px auto;
    opacity: 0;
    transform: translateY(100px);
    /* font-weight: bold;*/
}

.home-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: flex-end;
    /* display: flex; */
}

.home-slider.owl-carousel .owl-nav button.owl-prev,
.home-slider.owl-carousel .owl-nav button.owl-next {
    color: #e7e7e7;
    /* opacity: 0.3; */
    font-size: 25px;
    position: relative;
    border: none;
    border-radius: 0;
    line-height: 80px;
    width: 70px;
    height: 70px;
    background: #FFF;
}

.home-slider.owl-carousel .owl-nav button.owl-prev {
    left: 1px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.home-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}


.slider-block .img-overlay img {
    transition: all 30s ease;
}

.slider-h {
    /* background: var(--main-color); */
    border-radius: 120px 120px 0px 0px;
    overflow: hidden;
}

.owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    display: block;
}

.slider-block .img-overlay img {
    object-position: right center;
}

.active .slider-block .img-overlay img {
    transform: translate(10px, 10px) scale(1.3);
    opacity: 1;
}

.active .slider-block .text-slider h1,
.active .slider-block .text-slider p,
.active .text-slider .btn {
    opacity: 1;
    transform: none;
}

.home-slider .owl-item {
    overflow: hidden;
}

.home-slider.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.slider-block .text-slider .content-slider {
    /* padding-inline-start: 32px; */
    /* border-inline-start: 10px #fff solid; */
}

.slider-block .text-slider h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.text-slider .btn.btn-border {
    background: transparent !important;
    color: #fff;
    margin-inline-start: 32px;
}

.slider-block .img-slider {
    position: relative;
    height: 100%;
}

.slider-block .img-slider::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    margin: 0 auto;
    width: 436px;
    height: 436px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.16;
}

.slider-block .img-slider img {
    width: auto;
    position: relative;
    z-index: 2;
    top: 45px;
    top: 0;
    max-height: 552px;
}

.slider-h::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/bg.svg);
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 3;
}

.info-h {
    display: flex;
    flex-wrap: wrap;
}

.info-h a {
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-end: 20px;
    font-size: 14px;
}

.info-h a i {
    width: 25px;
    height: 25px;
    background: #FFF;
    margin-inline-start: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: var(--main-color);
    font-size: 14px;
    transition: all .5s;
}

.info-h a span u {
    display: flex;
    direction: ltr;
    text-decoration: none;
}


.s-h {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.s-h a {
    width: 28px;
    height: 28px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-start: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.s-h a:hover {
    background: var(--main-color);
    color: var(--sec-color);
    border-color: var(--main-color);
}


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

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

.slider-block .overlay-img::after {
    content: "";
    position: absolute;
    top: 0;
    /*right: 0;*/
    left: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: #fff;
    /*opacity: 0.5;*/
    background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.7) 50%, rgba(255,255,255,.01) 100%);
} 


/* End Slider-home */


/*************** start service-request ******************/
.service-request{
    position: relative;
    z-index: 5;
    top: -40px;
}
.service-request-con{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--blue-color);
    color: #fff;
    border-radius: 10px 10px 10px 50px;
    padding: 50px 15px;
}

.service-request-con form{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.se-req-head{
    text-align: center;
}
.se-req-head img{
    width: 40px;
    margin-bottom: 10px;
}
.se-req-head h4{
    font-size: 22px;
    font-family: B-SB;
}
.service-request-con .form-group{
    margin: 0 10px;
}
.form-control:focus {
    box-shadow: none;
}
.service-request-con label{
    font-size: 15px;
    font-family: B-SB;
    margin-bottom: 4px;
    margin-inline-start: 14px;
    display: block;
}
.service-request-con .form-control{
    width: 241px;
    color: var(--blue-color);
    background: #fff;
    border-color: #fff;
    border-radius: 40px 40px 40px 0px;
    height: 50px;
    padding: 0 15px;
}
.service-request-con .form-control::-webkit-input-placeholder {
    color: var(--blue-color);
}
.service-request-con .form-control:-moz-placeholder {
    color: var(--blue-color);
}
.service-request-con .form-group .btn{
    min-width: 125px;
    margin-top: 30px;
    background: var(--main-color);
}
.service-request-con .form-group .btn i{
    padding-inline-end: 5px;
    top: 1.5px;
    font-weight: 500;
    font-size: 13px;
}
.service-request-con .form-group .btn::before, 
.service-request-con .form-group .btn::after {
    border-top: 40px solid var(--hover-color);
    border-bottom: 40px solid var(--hover-color);
}

/************************* End service-request ***************************/

/************************* Start About-info ***************************/
.About-info-con{
    display: flex;
    justify-content: center;
    align-items: center;
}
.About-info-con ul{
    display: flex;
    align-items: center;
}
.About-info-con li{
    padding: 0 40px;
}
.About-info-con li a{
    display: flex;
    align-items: center;
}
.About-info-icon i{
    font-size: 48px;
    padding-inline-end: 12px;
    color: var(--fo-color);
}
.About-info-d h5{
    font-size: 16px;
    font-family: B-SB;    
    margin-bottom: 6px;
    color: var(--fo-color);
}
.About-info-d h4{
    font-size: 20px;
    font-family: B-EB;
    color: var(--fo-color);
}
.About-info-img{
    position: relative;
    top: -40px;
}
.About-info-img img{
    width: 204px;
height: 149px;
}

/************************* End About-info ***************************/

/************************* Start About-h ***************************/
.About-h{
    padding: 50px 0 90px;
}
.se-head{

}
.se-head h4{
    font-size: 18px;
    font-family: 'B-B';
    color: var(--main-color);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.se-head h4::after{
    content: '';
    position: absolute;
    top: 10px;
    left: -64px;
    right: auto;
    background-size: 100%;
    width: 51px;
    height: 12px;
    /*background-image: url(../images/left1.png);*/
       background-image: url(../images/newImg-2.png);
    background-repeat: no-repeat;
}
.se-head h4::after {
    top: -3px;
    background-size: contain;
    width: 52px;
    height: 34px;
}
.se-head h3{
    font-family: 'B-SB';
    color: var(--fo-color);
    margin: 0;
    font-size: 28px;
    line-height: 40px;
}
.About-h-con p{
    color: rgb(84 80 79 / 80%);
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0;
text-align: justify;
}
.About-h-con h4{
    font-size: 18px;
    font-family: 'B-SB';
    margin: 10px 0 20px;
    color: var(--fo-color);
}
.About-h-info{
    /*display: flex;*/
    align-items: center;
}
.About-h-info-img{
    border-radius: 10px;
    overflow: hidden;
    margin-inline-end: 30px;
}
.About-h-info-img img{
    width: 171px;
    height: 127px;
}
.About-h-info ul li{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding-inline-start: 35px;
}
.About-h-info ul li:before {
    content: "\f00c";
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: 25px;
    color: #fff;
    background: var(--blue-color);
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}
.About-h-btn{
    margin-top: 20px;
}
.About-h-btn .btn{
    min-width: 128px;
    color: #54504F;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #54504F !important;
    border-radius: 30px 0px 30px 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 20px;
}
/**************/
.About-h-imgs{
    width: 75%;
    position: relative;
    text-align: end;
    height: 565px;
    float: left;
}
.About-h-imgs img{
    width: 100%;
    height: 100%;
    border-radius: 10px 50px 10px 10px;
    object-fit:cover;
}
.About-h-imgs .img2{
    position: absolute;
    bottom: -10%;
    right: -20%;
    border-radius: 10px;
    width: 274px;
    height: 240px;
    z-index: 2;
}
.About-h-imgs .img2 img{
    width: 100%;
    height: 100%;  
}
.About-h-imgs .img2::after{
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 153px;
    height: 153px;
    border-radius: 10px;
    background: var(--blue-color);
    z-index: -1;

}
.About-h-imgs .img2::before{
    content: '';
    position: absolute;
    top: -47px;
    left: auto;
    right: 49%;
    margin: auto;
    width: 77px;
    height: 82px;
    background-image: url(../images/a-img-sh2.png);
    background-repeat: no-repeat;
    z-index: 1;
}
/************************* End About-h ***************************/

/************************* Start know-us *************************/
.know-us{
    padding: 70px 0;
    background: #F5F5F5;
}
.sec-head{
    margin-bottom: 45px;
}
.sec-head h4{
    /*font-size: 18px;*/
    font-size: 22px;
    font-family: 'B-B';
    color: var(--main-color);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.sec-head h4::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -50px;
    left: auto;
    width: 40px;
    height: 9px;
    background-image: url(../images/right1.png);
    background-repeat: no-repeat;
}
.sec-head h4::after{
    content: '';
    position: absolute;
    top: 4px;
    left: -50px;
    right: auto;
    width: 40px;
    height: 9px;
    background-image: url(../images/left22.png);
    background-repeat: no-repeat;
}
.sec-head h3{
    font-family: 'B-SB';
    color: var(--fo-color);
    margin: 0;
}
.know-us-box{
    margin: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
}
.know-us-box img{
    width: 42px;
    height: 42px;
}
.know-us-box h4{
    color: var(--th-color);
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}
.know-us-box p{

}
.know-us-box .more-art{
    position: relative;
    padding: 6px 0;
        display: block;
    height: auto;
}
.know-us-box .more-art a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -80px;
    bottom: -6px;
    transition: all .5s;
    opacity: 0;
    transform: scale(1.5);
    cursor: pointer;
}


/************************* End know-us  ***************************/

/************************* Start services-h ************************/
.services-h{
    padding: 70px 0;
}
.services-box{
    margin-bottom: 35px;
}
.services-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.services-box-img{
    width: 100%;
    height: 220px;
    position: relative;
}
.services-box img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    /*object-position: center;*/
}

.services-box-icon{
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    width: 82px;
    height: 82px;
    margin: auto;
    background: var(--blue-color);
    border: 6px solid #FFFFFF;
    border-radius: 100%;
    padding: 16px
}
.services-box-icon img{
    border-radius: 0;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: unset;
}
.services-box h4{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 55px 0 10px;
    text-align: center;
    color: var(--fo-color);
}
/************************* End services-h ***************************/

/************************* Start contact-h ***************************/
.contact-h{
    position: relative;
    height: 715px;
}
.contact-h .overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 50%;
    right: 0;
    left: auto;
}
.contact-h .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #54504F;
    opacity: 0.8;
}
.contact-h .contact-map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    left: 0;
    right: auto;

}
.contact-block{
    padding: 70px 0;
    width: 85%;
}
.contact-block .se-head{
    margin-bottom: 30px;
}
.contact-block .se-head h3{
    color: #fff;
    font-size: 28px;
    line-height: 42px;
}
.contact-form .form-group.msg{
    clear: both;
}
.contact-form .form-group{
    position: relative;
    margin-bottom: 22px;
}
.contact-form .form-group i {
    position: absolute;
    top: 6px;
    right: 20px;
    color: var(--fo-color);
    margin: 12px 0;
    font-size: 18px;
    width: 24px;
    z-index: 5;
}
.contact-form .form-group i::after{
    content: '';
    position: absolute;
    left: 0;
    top: -21px;
    height: 55px;
    width: 1px;
    background: #707070;
    opacity: .1;
}
.contact-form .form-group .form-control {
    background: #fff;
    border-radius: 30px;
    border: none;
    border-bottom: 1px #fff solid;
    color: var(--fo-color);
    font-size: 14px;
    padding: 10px 0;
    padding-inline-start: 50px;
    height: 55px;
    line-height: auto;

}
.contact-form .form-group textarea.form-control {
    height: 223px;
    padding-top:18px;
}
.contact-form .form-group.msg i::after{
    display: none !important;
}
/************************* End contact-h ***************************/
/************************* Start partners-h ***************************/
.partners-h{
    padding: 70px 0;
}
.partner-block {
    text-align: center;
}
.partner-block .img{
    transition: all .4s ease-in-out;

    position: relative;
    height: 120px;    position:relative;
}
.partner-block .img img {
    /*max-height: 90px;*/
    max-height: 120px;
    max-width:92%;
    min-width:62%;
    width:auto;
    display: inline-block;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*padding: 10px;*/
    /*filter: grayscale(1);*/
    transition: all .4s ease-in-out;
}

.partners-h .owl-dots{
    text-align: center;
    margin-top: 40px;
}
.partners-h .owl-dots button.owl-dot span{
    border: 2px solid #54504F;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 100%;
}

.partners-h .owl-dots button.owl-dot.active span{
    background: #54504F !important;
    border: 2px solid #54504F !important;
}
/************************* End partners-h ***************************/
/* Start Footer */

.footer-top {
    padding: 50px 0;
    background: var(--th-color);
}



.s-f {
    display: block;

}

.s-f a {
    margin: 0 0 15px 0;
    line-height: 28px;
    font-size: 15px;
    display: block;
    color: #fff;
}

.s-f a i {
    font-size: 18px;
    transition: none;
    padding-inline-end: 10px
}
.foot-col h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
}
.foot-col h3::after,
.foot-col h3::before{
    content: '';
    position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 100%;
}
.foot-col h3::after{
    left: -30px;
}
.foot-col h3::before{
    left: -20px;
}

.foot-col p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    line-height: 30px;
}
.links-f li{
    display: inline-flex;
    width: 49%;
}
.links-f li a {
    color: #FFFFFF;
    font-size: 15px;
    display: block;
    margin: 0 0 17px 0;
    opacity: .8;
}

/*****************************************/
.f-vision {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 45px;
}
.f-vision img{
    width: 147px;
    height: 99px;
}
.footer-bottom {
    padding: 10px 0;
    background: var(--sec-color);
}

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

.capy-right p {
    color: #F1F7EE;
    font-size: 14px;
}

.logo-elryad {
    display: flex;
    margin-inline-end: auto;
    direction: ltr;
    max-height: 50px;
    overflow: hidden;
    /*width: 205px;*/
        /*justify-content: end;*/
}

.logo-elryad .lolo-co {
    padding-inline-start: 20px;
}

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



/* End Footer */
.wpcf7 p,
.wpcf7 br{
    display: none;
}
/********************************************************************************************************/
/*****************************************************************/
/**************************** page-head **************************/
.page-head{
   padding: 60px 0;
    /*background-image: unset !important;*/
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 120px 120px 0px 0px;
    background-repeat: no-repeat;

}
.page-head::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  /*background: rgb(255,255,255);*/
  /*background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(192,106,5,1) 50%);*/
  /*background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(197,139,70,1) 60%);*/
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(197,139,70,1) 50%);
}
.page-title{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title,
.se-title{

}
.page-title .serv-icon {
    display: none;
}
.page-title .serv-icon img{
    width: 71px;
height: 71px;
}
.page-title h2{
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.page-title{
    text-align: start;
}
.page-title p{
    color: rgb(255 255 255 / 75%);
    font-size: 16px;
    /*width: 44%;*/
    transition: all .4s ease-in;
}

/*********************************************************************/
/**************************** about-us-page**************************/
.find-us,
.single-page{
    padding: 70px 0;
}
.find-us-img{
    height: 565px;
    width: 100%;
    border-radius: 10px 50px 10px 10px;
    overflow: hidden;
}
.single-img{
    overflow: hidden;
    height: 495px;
    width: 100%;
    border-radius: 10px;
}
.find-us-img img,
.single-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.find-us-con{

}
.find-us-con h4{
    
}
.find-us-con h3{
    
}
.find-us-con p{
    margin: 15px 0;
}
.single-con{
    margin-bottom: 30px;
}
.single-con h3{
    font-size: 28px;
    margin: 0 0 20px 0;
    color: var(--fo-color);
    font-family: B-SB;
}
.single-con p{
    margin-bottom: 30px;
}
.single-page-head{

}
.page-head.single-page-head::after {
    max-width: 100%;
    background: var(--main-color);
}
.partners-h-page{

}
.partners-h-page .partner-block{
    padding: 35px 5px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 30px;
}
/* Start Pagination */

.pagination {
    margin: 55px 0 0;
    justify-content: center;
}

.pagination .page-item .page-link {
    display: block;
    width: 34px;
    height: 32px;
    padding: 0;
    text-align: center;
    border: 1px solid #DDDDDD !important;
    line-height: 30px;
    border-radius: 4px !important;
    color: #000;
    font-size: 16px;
    margin: 0 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    /* border: none !important; */
    /* color: #CACACA; */
}

.pagination .page-item.active .page-link {
    background: var(--fo-color);
    color: #fff;
    border-color: var(--fo-color) !important;
}
/* End Pagination */

.contact-h-p{
    padding: 70px 0;
    height: auto;
}
.contact-h-p .contact-block{
    padding: 0;
}
.contact-h-p .contact-block .se-head h3 {
    color: var(--fo-color);
}
.contact-h-p .contact-form .form-group .form-control{
    background: #ECECEC;
}
.contact-map-p{
    height: 551px;
    border-radius: 10px 40px 10px 10px;
    overflow: hidden;
}
.contact-h-p .contact-form .form-group {
    margin-bottom: 20px;
    /* overflow: hidden; */
}
.contact-h-p .contact-form .form-group.select-g{
    /* overflow: initial; */
}
.contact-h-p .contact-form .form-group i{
    top: 8px;
}
.contact-h-p .contact-form .form-group .form-control.nice-select{
    line-height: 38px;
}
.contact-h-p .contact-form .form-group .form-control.nice-select:after{
    color: var(--fo-color);
    top: 8px;
}

.select2-container {
    display: none !important;
}

.service-request-con .nice-select .current {
    font-size: 12px;
}
.service-request-con .nice-select .option {
    font-size: 14px;
}
.know-us-box p {
    height: 111px;
    overflow: hidden;
       transition: all 0.5s;
}
.know-us-box.open p{
    height: auto;
    overflow: visible;
}
/*.about-page .know-us-box p {*/
/*    height: auto;*/
/*    overflow: visible;*/
 
/*}*/
.about-page .page-title p {
    width: 100%;
}


.single-btn{
    margin-top: 20px;
}
.single-con li{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-inline-start: 40px;
}
.single-con li:before {
    content: "\f00c";
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: 25px;
    color: #fff;
    background: var(--blue-color);
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}


.contact-h .wpcf7 form .wpcf7-response-output,
.contact-h .wpcf7 form.invalid .wpcf7-response-output, 
.contact-h .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact-h .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 10px 0 0;
    /*color: #fff;*/
}

.nice-select.open .list {
    height: 250px;
    overflow-y: scroll;
}



.service-request-con .wpcf7 form .wpcf7-response-output{
    position: absolute;
    bottom: -5px;
    text-align: center;
}

.About-info-imgs ul{
    display: flex;   
    margin-top: 33px;
}
.About-info-imgs ul li {
    position: relative;
    font-size: inherit;
    line-height: initial;
    margin-top: 0;
    margin-bottom: 20px;
    padding-inline-start: 0;
    padding-inline-end: 15px;
}
.About-info-imgs ul li:before{
    display: none;
}

.contact-h .form-group.form-group-n,
.contact-h .form-group.form-group-e{
    width: 48%;
    display: inline-block;  
}
.contact-h .form-group.form-group-e{
    /*margin-inline-start: 17px;*/
}
.contact-h .form-group.form-group-n{
    margin-inline-end:11px;
}
.contact-page .contact-h .form-group.form-group-n,
.contact-page .contact-h .form-group.form-group-e{
    width: 100%;
    display: block;  
}
.contact-page .contact-h .form-group.form-group-e{
    margin-inline-start: 0px;
}


/* Start Counter-h */
.counter-h {
    padding: 70px 0;
    background: #F5F5F5;
    
}
.all-counter-h {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all-counter-h .item {
    max-width: 33%;
    flex: 0 0 33%;
    padding: 0 15px;
}

.count-block {
    /*display: flex;*/
    align-items: center;
    -webkit-align-items: center;
}


.count-block .details {
    text-align: center;
}
.count-block .details .counter-item{
    width: 120px;
    height: 120px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50%;
    line-height: 110px;
    margin: 0 auto 20px;
    border: 1px dashed var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    padding: 6px;
    flex-direction: row-reverse;
    outline: 1px dashed var(--main-color);
    offset: -1px;
    gap: 2px;
}
.count-block .details .counter-item .odometer, .count-block .details .counter-item .odometer-edit{
    direction: ltr;
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    /* width: 110px; */
    /* height: 110px; */
    /* background-color: var(--main-color); */
    border-radius: 50%;
    margin-top: 4px;
    color: #fff;
}

.count-block .details h2 {
    color: var(--fo-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 37px;
}




/* End Counter-h */

/* Start companies */
.companies{
    padding: 50px 0;
}
.companies-box{
    height: 240px; 
    margin-bottom: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies-box img {
    width: auto;
    height: auto;
    max-height:100%;
    border-radius: 0 !important;
}
/* End companies */

@media (max-width: 991px){
    .single-img {
        height: 300px !important;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
    }
    .single-con {
        margin-top: 330px;
        margin-bottom: 0 !important;
    }
    .single-img img{
        height: 100% !important;
    }
    .contact-h .form-group.form-group-n,
    .contact-h .form-group.form-group-e{
        width: 100%;
        display: block;  
    }
    .contact-h .form-group.form-group-e{
        margin-inline-start: 0px;
    }
}


@media (max-width: 768px){
    .service-request-con .wpcf7 form .wpcf7-response-output {
        position: relative;
    }
    .counter-h{
        padding: 40px 0 20px;
    }
    .all-counter-h .item {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
    .count-block .details h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .companies {
        padding: 40px 0 20px;
    }
    .companies-box {
        max-width: 300px;
        padding: 15px;
        margin: auto;
        height:130px;
    }
    .sec-head {
        margin-bottom: 20px;
    }
    .sec-head h4 {
        font-size: 22px;
    }

}


@media (max-width: 500px){
    .single-img {
        height: 270px !important;
    }
    .single-con {
        margin-top: 290px;
    }
}

.wpcf7 input[type="tel"] {
    /*direction: ltr;*/
}

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


.sec-head h4::before,
.sec-head h4::after{
   content: normal; 
}

@media (min-width: 991px){
.know-us-box:hover .more-art a {
    position: relative;
  transform: scale(1);
  opacity: 1;
  right: 0px;
  transition: all .3s;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
    background: var(--main-color);
    color: #fff;
    /* border-color: var(--main-color) !important; */
}

.owl-carousel .owl-dots .owl-dot:hover span {
    /*background: #ffffff !important;*/
    /*border-color: #ffffff !important;*/
    opacity: 1 !important;
}
.btn:hover::before {
    transform: translateX(-17%);
    opacity: 1;
}

.btn:hover::after {
    transform: translateX(17%);
    opacity: 1;
}

.btn:focus,
.btn:hover {
    color: #fff !important;
    background: var(--hover-color) !important;
    border-color: transparent !important;
}


.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    color: var(--main-color);
    opacity: 1;
}
.text-slider .btn:focus, 
.text-slider .btn:hover {
    background: var(--hover-color) !important;
    border-color: var(--hover-color) !important;
}
.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.links-f li a:hover,
.links-f li a:focus {
    color: var(--main-color);
}
.partner-block .img:hover img{
    filter: grayscale(0);
}

.partners-h .owl-dots button.owl-dot:hover span{
    border: 2px solid #54504F;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 100%;
}
.s-f a:hover {
    color: var(--main-color);
}

.info-h a:hover i {
    background: var(--main-color);
    color: var(--sec-color);
}
.service-request-con .form-group .btn:focus, 
.service-request-con .form-group .btn:hover {
    background: var(--hover-color) !important;
    border-color: var(--hover-color) !important;
}
.btn:hover::before {
    transform: translateX(-17%);
    opacity: 1;
}

.btn:hover::after {
    transform: translateX(17%);
    opacity: 1;
}
.s-f a:hover {
        color: #0A66C2;
    }
    .s-f a:last-of-type:hover{
        color:#000;
    }
}
.wpcf7 input[type="tel"] {
    /*direction: rtl;*/
}
.wpcf7 input[type="tel"]::placeholder{
    direction:ltr;
}
.side-search {
  margin: 0px 0 10px;
  padding: 0 10px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}

.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}
.mobile-menu .navigation li.current-menu-item>a{
    color:var(--main-color);
}

.menu-outer .logo{
 margin-bottom:10px;  
 padding-inline-start:10px;
}
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;  
  z-index: 9;
  border: none;
  outline: none;
  background-color: var(--blue-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  font-size: 18px;
}

#mybtn i {
  color: #fff;
}

   .mobile-menu .btn.profile-btn {
        display: inline-block;
        min-width: 146px;
        margin-top: 10px;
        margin-inline-start: 13px;
    }
  .contact-h .contact-block.home-page-contact .wpcf7 form .wpcf7-response-output {
    color: #fff;
}  
  .find-us-con .se-head h3 {
    margin-bottom: 20px;
}  
    
.page-head::after {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(197, 139, 70, 1) 70%);
}    
  .page-head::after {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(0, 21, 79, 1) 70%);
}  
.About-info.contact_Page   {
    padding:100px 0 30px;
} 
  .fa-brands, .fab {
    font-family: 'Font Awesome 6 Brands';
}
.count-block .details .counter-item b {
    position: relative;
    top: 2px;
}

.About-h-imgs .img2{
    display:none;
}

.cart-block .img {
    height: 300px;
}
.cart-block .img img {
    max-width: 100%;
    width: auto !important;
    margin: auto;
}
.cart-block .details h3 {
    min-height: 60px;
}
.cart-block {
    margin: 30px 4px;
}
.cart-block {
    display: block;
    text-align: center;
    transition: all .3s;
    border: 3px transparent solid;
    box-shadow: 0px 12px 20px 1px #0000000A;
}

.cart-block .img {
    /*padding: 11px;*/
    padding-bottom: 0;
    height: 260px;
}

.cart-block .img img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.cart-block .details {
    padding: 21px 0 26px;
}

.cart-block .details span {
    background: #F0F7FF;
    border: 1px solid #CCE6FF;
    padding: 4px;
    color: var(--sec-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.cart-block .details h3 {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--text-color);
}

@media (min-width: 991px) {
    .cart-block:hover {
        background: rgb(245, 245, 245);
        border-color: var(--main-color);
    }
}


.Certificates-slider.owl-theme .owl-nav .owl-next,
.Certificates-slider.owl-theme .owl-nav .owl-prev {
    background: var(--main-color);
    width: 56px;
    height: 56px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 16.01px;
    color: #fff;
    margin: 0;
}

.Certificates-slider.owl-theme .owl-nav .owl-prev {
    left: -65px;
}
.Certificates-slider.owl-theme .owl-nav .owl-next {
    right: -65px;
}

section.Certificates_sec {
    padding: 80px 0;
}

section.Certificates_sec .sec-head h4{
        margin-bottom: 0px;
    }

.Certificates-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-item{
    opacity:0;
}
.owl-item.active{
    opacity:1;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}

.fancybox__content,
.fancybox__image,
.fancybox__slide,
.fancybox__carousel,
.fancybox__container {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}














    