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

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
@font-face {
    font-family: 'elrady';
    src: url(../fonts/Abd-ElRady-Regular.otf);
}

@font-face {
    font-family: 'elradyLight';
    src: url(../fonts/Abd-ElRady-Thin.otf);
}

@font-face {
    font-family: 'elradyMed';
    src: url(../fonts/Abd-ElRady-Medium.otf);
}

@font-face {
     font-family: "Noto Sans Arabic", sans-serif;
    src: url(../fonts/Abd-ElRady-Bold.otf);
}


/* End Fonts */

:root {
    --main-color: #0c353b;
    --sec-color: #d1a25c;
    --dark-color: #000;
    --bg-color: #FFFCF8;
    --wdt-transform-rotateX: .015deg;
    --wdt-transform-perspective: 1000px;
    --wdt-transform-rotateY: 0.015deg;
    --wdt-transform-rotatez: 0.015deg;
    --wdt-transform-scale: 1.1;
    --wdt-transform-transition-duration: 500ms;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'elrady';
    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: 'elrady';
    background: #fff;
    text-align: start;
    overflow-x: hidden;
}

* {
    font-family: 'elrady';
}

section,
footer {
    position: relative;
}

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

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

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

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

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

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

textarea {
    resize: none;
}

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

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

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

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

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


/* End Loading */


/* Start Not-found */

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

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

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

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

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

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

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

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

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


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* End Select Nice */


/*** 

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

***/

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

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

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

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

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

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

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 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;
}

.mobile-menu .close-btn {
    /* position: absolute; */
    right: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    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;
    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;
    right: 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 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.90);
    -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: 0px 0px 16px rgb(0 0 0 / 16%);
    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: #000;
}

.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: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    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;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 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;
}

.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 Header */

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

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

.header-top {
    padding: 18px 0;
    background: var(--sec-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.head-top .info-top {
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.head-top .info-top .details-info li {
    margin-inline-end: 25px;
}

.head-top .info-top .details-info li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.head-top .info-top .details-info li a i {
    position: relative;
    width: 20px;
    margin-inline-end: 13px;
    font-size: 19px;
    /* top: -1px; */
}

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

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

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

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

.head-top .nav-head {
    padding-inline-start: 25px;
    display: flex;
    width: calc(100% - 163px);
    transition: all .5s;
    justify-content: space-around;
	align-items: center;
}

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

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

.head-top .nav-head ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    display: block;
    font-family: 'elradyLight';
    position: relative;
    z-index: 3;
    text-transform: capitalize !important;
}

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

.head-top .nav-head ul li.current-menu-item a,
.head-top .nav-head ul li a:hover,
.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: rgb(0 0 0 / 66%);
    ;
    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 a::after {
    /*! content: "\f107"; */
    position: absolute;
    right: -18px;
    top: 3px;
    color: #fff;
    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;
    left: 0;
    top: 100%;
    display: block;
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 3px;
    background: #fff;
    min-width: 186px;
    padding: 0;
    transition: all .5s;
    height: 0;
    /* overflow: hidden; */
    opacity: 0;
    visibility: hidden;
    z-index: inherit;
    width: 100%;
}

.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: var(--main-color);
    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: start; */
    display: flex;
    justify-content: space-between;
    /*! padding: 11px 0 0; */
    align-items: normal;}

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

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

.logo {
    max-width: 210px;
    transition: all .5s;
}

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

.head-top .nav-head ul li a::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 13px;
    width: 0;
    height: 0;
    transition: all .5s;
    border-bottom: 1px solid var(--main-color);
    z-index: -1;
}

.head-top .nav-head ul li.active a::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;
    z-index: 2;
    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: #828282;
    font-size: 15px;
    transition: all .5s;
    line-height: 26px;
    margin: 0 4px;
}

.search-box-btn.search-box-outer {
    margin: 0;
    cursor: pointer;
}

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

.header-top .info-top ul {
    display: flex;
}

.header-top .info-top ul li {
    margin-inline-end: 33px;
}

.header-top .info-top ul li a {
    color: #FFF;
    font-family: 'bahijLight';
}

.header-top .info-top ul li a i {
    margin-inline-end: 7px;
}

.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-bottom {
    background: transparent;
    padding: 25px 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);
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1230px;
    }
}

.logo a {
    display: block;
    position: relative;
    z-index: 9;
}

.head-top .nav-head .menu-right .btn-cart {
    position: relative;
}

.head-top .nav-head .menu-right .btn-user,
.head-top .nav-head .menu-right .btn-cart,
.head-top .nav-head .menu-right .search-box-btn.search-box-outer {
    margin-inline-start: 20px;
    color: #fff;
    font-size: 18px;
}

.head-top .nav-head .menu-right .btn-cart .total-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: var(--main-color);
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: -5px;
}

.head-top .nav-head .menu-right .search-box-btn.search-box-outer {
    font-size: 23px;
    color: #fff;
}

.head-top .nav-head .menu-right .btn-user {
    width: 23px;
    line-height: 20px;
}

.head-top .nav-head .menu-right .lang,
.head-top .nav-head .menu-right .btn-user,
.head-top .nav-head .menu-right .btn-cart,
.head-top .nav-head .menu-right .search-box-btn.search-box-outer {
    margin-top: 5px;
}

.head-top .nav-head ul li .sub-menu.sub-mega {
    top: 0;
    width: 100%;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    z-index: inherit;
    border-radius: 0;
}

header .container,
header .container .col-md-12 {
    position: initial;
}

.head-top .nav-head ul li:hover .sub-menu.sub-mega {
    padding: 144px 0 0;
}

.header-bottom.open .logo a img {
    /* filter: brightness(0); */
}

.header-bottom.open .head-top .nav-head ul li a {
    color: #505151;
}

.header-bottom.open .head-top .menu-right .search-box-btn.search-box-outer,
.header-bottom.open .head-top .nav-head .menu-right .lang,
.header-bottom.open .head-top .nav-head .menu-right .btn-user,
.header-bottom.open .head-top .nav-head .menu-right .btn-cart {
    color: #505151;
    position: relative;
    z-index: 2;
}

.header-bottom.open .head-top .nav-head .menu-right .btn-user img {
    filter: brightness(0);
}

.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner {
    width: 100%;
    text-align: center;
    display: block;
    background: var(--main-color);
}

.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner .sub-mega-one {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner .sub-mega-one li.mega-sec {
    margin: 0 35px;
}

.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner .sub-mega-one li a {
    color: black;
    text-transform: lowercase;
    border: none;
    padding: 21px 10px;
}

.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner .sub-mega-one li a::after,
.head-top .nav-head ul li .sub-menu.sub-mega .sub-mega-inner .sub-mega-one li a::before {
    display: none;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 359px;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

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

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr {
    flex-wrap: wrap;
    position: relative;
    padding: 50px 0;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 15px;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul {
    display: block;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li {
    flex: 50%;
    max-width: 50%;
    padding: 0;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li a {
    color: #898989;
    text-transform: capitalize;
    font-size: 16px;
     font-family: "Noto Sans Arabic", sans-serif;
    padding: 8px 0;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li a:hover {
    color: #000;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li .img-hover {
    position: absolute;
    right: 0;
    max-width: 20%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: visible;
    top: 0;
    margin-top: 50px;
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li .img-hover img {
    width: 100%;
    height: 300px;
    object-fit: fill;
    /*! object-position: top; */
}

.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul li.active .img-hover {
    opacity: 1;
    visibility: visible;
}


/* End Header */


/* Start Slider-home */

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

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

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

.slider-block .row {
    /* top: 54%; */
    transform: translateY(36%);
}

.slider-block .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFBE400 0%, #87857985 32%, #0000008C 100%);
    /* opacity: 0.49; */
}

.slider-block .text-slider {
    /* padding: 180px 0 0; */
  /*  max-width: 680px;*/
	  max-width: 100%;
    margin: 20px auto;
    /* text-align: center; */
    text-align: center;
}

.slider-block .text-slider h1 {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 80px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    transition: all .5s;
    transform: translateY(-60px);
    opacity: 0;
    font-family: 'Allura';
}

.btn.btn-white {
    min-width: 132px;
    /* 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.btn-white:hover,
.btn.btn-white:focus {
    background: var(--main-color);
    /* color: #fff; */
    border-color: var(--sec-color) !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: 30px;
    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 5px;
    position: relative;
    width: 11px;
    height: 11px;
    background: #BEBEBE;
    /* opacity: 0.25; */
    border: none;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #535252;
    opacity: 1 !important;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

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

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

.btn {
    outline: none !important;
    box-shadow: none !important;
    min-width: 123px;
    min-height: 37px;
    background: var(--main-color) !important;
    border-radius: 0;
    display: table;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: none;
    line-height: 27px;
}

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

.btn::before,
.btn::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid var(--sec-color);
    border-bottom: 30px solid var(--sec-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: 25px solid transparent;
    transform: translateX(100%);
}

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

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

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

.home-slider.owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent !important;
    border-color: var(--sec-color) !important;
}

.text-slider .btn {
    padding: 7px 20px;
    margin: 32px auto 0;
    transition: all .5s;
    transform: translateY(60px);
    opacity: 0;
}

.slider-block .text-slider p {
    max-width: 489px;
    color: #FFF;
    font-size: 18px;
    line-height: 2;
    margin: 16px auto;
    opacity: 0;
    transform: translateY(100px);
    font-family: 'elradyLight';
}

.home-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 95%;
    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: absolute;
    border: none;
    border-radius: 0;
    line-height: normal;
    width: 47px;
    height: auto;
    background: transparent;
}

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

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

.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    color: var(--main-color);
    opacity: 1;
}

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

.slider-h {
    background: var(--bg-grid);
}

.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-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    background: none;
    color: #fff;
    border-color: none;
}

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

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

.home-slider.owl-carousel .owl-nav button.owl-prev img,
.home-slider.owl-carousel .owl-nav button.owl-next img {
    filter: brightness(0) invert(1);
    transition: all .5s;
    max-width: 47px;
}

.home-slider .owl-nav button.owl-prev:hover img,
.home-slider .owl-nav button.owl-next:hover img {
    filter: invert(94%) sepia(9%) saturate(1737%) hue-rotate(306deg) brightness(108%) contrast(110%);
}


/* End Slider-home */


/* Start Categories-h */

.head-top .nav-head ul li.current-menu-item a::before,
.head-top .nav-head ul li a:hover::before {
    width: 32px;
    opacity: 0;
}

button.dot-owl {
    padding: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 16px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

button.dot-owl::after {
    content: "";
    width: 0;
    border-bottom: 1px #fff solid;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 0px;
    right: -24px;
    transition: all .5s;
}

.active button.dot-owl::after {
    width: 33px;
}

.categories-h {
    padding: 25px 0;
    background: var(--main-color);
}

.cat-all {
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
    FONT-WEIGHT: 100;
    margin: 15px 0;
}

.cat-all .item {
    margin: 15px 0;
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.cat-block {
    display: block;
    text-align: center;
}

.cat-block .icon {
    height: auto;
    line-height: 40px;
}

.cat-block .icon img {
    max-height: 100px;
}

.cat-block h4 {
    margin: 0;
    padding: 18px 0 0;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
     font-family: "Noto Sans Arabic", sans-serif;
}


/* End Categories-h */


/* Start About-h */

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

.about-h::before {
    content: "";
    position: absolute;
    left: 5%;
    width: 20%;
    height: 50%;
    margin-inline-start: 20px;
    background: url(../images/sharq-icon4.png);
    top: 18%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.1;
}

.title {
    margin: 0 0 30px;
}

.title h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 29px;
    font-family: 'Allura';
    margin: 0;
}

.text-about .title {
    margin: 0 0 16px;
}

.text-about h4 {
    /*! max-width: 186px; */
    color: #000000;
    text-transform: capitalize;
    font-size: 32px;
     font-family: "Noto Sans Arabic", sans-serif;
    line-height: 1.3;
    margin: 16px 0;
}

.text-about p {
    color: #575757;
    font-size: 16px;
    line-height: 30px;
    /*! max-width: 354px; */
    font-family: 'elradymed';
    max-height: 182px;
    overflow: hidden;
    margin: 16px 0;
	    padding-inline-end: 60px;
}

.text-about .btn {
    margin: 32px 0 0;
    min-width: 100px;
}

.imgs-about .img-about-small {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    width: 600px;
	    top: 50px;
    position: relative;
}
.imgs-about .img-about-small img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;
    object-position: center;*/
    border-radius: 15px;
}

.imgs-about .img-about-small.img-small-two {
    height: 345px;
    margin-top: 36px;
}

.text-about {
    padding-top: 72px;
}


/* End About-h */


/* Start Products-h */

.products-h {
    padding: 65px 0;
    /*! background: linear-gradient(to bottom, var(--bg-color) 30%, #fff 0); */
}

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

.title.title-center::after {
    content: "";
    position: absolute;
    right: -15px;
    left: -15px;
    border-bottom: 1px dashed var(--sec-color);
    top: 16px;
}

.title.title-center h3 {
    display: table;
    margin: 0 auto;
    background: var(--bg-color);
    position: relative;
    z-index: 3;
    padding: 0 10px;
}

.title p {
    color: #575757;
    font-size: 16px;
    font-family: 'elradyLight';
    margin: 12px 0 0;
}

.pro-block {
    margin: 0 0 30px;
}

.pro-block .img-block {
    height: 350px;
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    border-radius: 15px;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    border-radius: 3px;
    overflow: hidden;
}

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

.pro-block .img-block .hover-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro-block .img-block .hover-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro-block .img-block .hover-box .btn-cart-pro {
    min-width: 141px;
    min-height: 40px;
    background: #fff;
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 3px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'elradyLight';
}

.pro-block:hover .img-block .hover-box .btn-cart-pro {
    transform: translate(-50%, -50%) scale(1);
}

.pro-block .img-block .hover-box .btn-cart-pro:hover {
    background: var(--sec-color);
    color: #000;
}

.pro-block .img-block .hover-box .btn-cart-pro i {
    margin-inline-end: 6px;
}

.pro-block:hover .img-block .img {
    opacity: 0.5;
}

.pro-block .details {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.pro-block .details .name {
    color: #898989;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'elradyLight';
    padding-inline-end: 15px;
}

.pro-block .details .price-h {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    /*  font-family: "Noto Sans Arabic", sans-serif; */
    font-weight: bold;
}

.btn.btn-center {
    margin: 30px auto 0;
    /* min-width: 178px; */
}

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


/* End Products-h */


/* Start Offers-h */

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

.pro-block.pro-block2 .details {
    display: block;
}

.offers-slider .item {
    padding: 0 8px;
}

.pro-block.pro-block2 .details .price-h .old-p {
    color: #898989;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'elradyLight';
    margin-inline-start: 27px;
    font-size: 16px;
    text-decoration: line-through;
}

.pro-block.pro-block2 .details .price-h {
    margin: 16px 0;
}

.pro-block .details .learnMore {
    position: relative;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.pro-block .details .learnMore::after {
    content: "";
    position: absolute;
    right: -15px;
    width: 0;
    border-bottom: 1px #000 solid;
    top: 15px;
    transform-origin: left;
    /* transform: scaleX(0); */
    transition: all .5s;
}

.pro-block:hover .details .learnMore::after {
    width: 70px;
    transform-origin: right;
    transform: none;
}

.pro-block:hover .details .learnMore {
    color: #FCCF90;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    right: 0;
    left: -5%;
    width: 110%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

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

.owl-dots {
    text-align: center;
    margin: 20px 0 0;
}


/* End Offers-h */


/* Start Brands-h */

.brands-h {
    padding: 60px 0;
}

.brands-h .title.title-center h3 {
    background: #fff;
}

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

.client-block {
    height: 83px;
    line-height: 83px;
}

.client-block .img {
    width: 100%;
    height: 100%;
    line-height: 83px;
    text-align: center;
}

.client-block .img img {
    width: auto;
    max-height: 90px;
    transition: all .5s;
    opacity: 1;
    display: inline-block;
}

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


/* End Brands-h */


/* Start Footer */

.footer-top {
    padding: 100px 0 55px;
}

footer .img-overlay .img-inner::after,
footer .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    background: linear-gradient(90deg, #000000 65%, #04030300 100%);
}

footer .img-overlay img {
    max-width: 395px;
    display: table;
    margin-inline-start: auto;
    /* -webkit-background-clip: text; */
    background: linear-gradient(272deg, #000000 50%, #04030300 100%);
    -webkit-background-clip: text;
}

.img-overlay .img-inner {
    max-width: 390px;
    margin-inline-start: auto;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -2;
}

.img-overlay .img-inner::after {
    content: "";
}

footer .img-overlay .img-inner::after {
    background: linear-gradient(90deg, #020203 0%, #04030300 50%);
}

.logo-g {
    display: block;
    max-width: 170px;
    margin: 0 0 32px;
}

.foot-col p {
    color: #EEEEEE;
    font-size: 16px;
    font-family: 'elradyLight';
    line-height: 26px;
    max-height: 50px;
    overflow: hidden;
    margin: 16px 0;
}

.foot-col .info-f li {
    margin: 21px 0;
}

.foot-col .info-f li,
.foot-col .info-f li a {
    color: #eee;
    font-size: 16px;
    display: flex;
}

.foot-col .info-f li i {
    width: 21px;
    margin-top: 6px;
}

.foot-col .info-f li span {
    width: calc(100% - 21px);
    padding-inline-start: 6px;
}

.foot-col .info-f li span u {
    display: block;
    direction: ltr;
    text-decoration: none;
}

.foot-col .s-f {
    margin: 27px 0 0;
    color: #EEEEEE;
    font-size: 16px;
    font-family: 'elradyLight';
    display: flex;
    flex-wrap: wrap;
}

.foot-col .s-f a {
    font-size: 19px;
    color: #fff;
    margin: 0 6px;
}

.foot-col .s-f span {
    margin-inline-end: 7px;
}

.foot-col .s-f a:hover {
    color: var(--main-color);
}

.foot-col h3 {
    color: var(--sec-color);
    font-family: 'Allura';
    font-size: 29px;
    position: relative;
    padding: 0 0 5px;
    text-transform: capitalize;
    margin: 0 0 33px;
}

.foot-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 45px;
    border-bottom: 1px var(--sec-color) dashed;
    bottom: 0;
}

.foot-col .links-f {
    display: flex;
    flex-wrap: wrap;
}

.foot-col .links-f li {
    max-width: 60%;
    flex: 0 0 60%;
    padding-inline-end: 10px;
}

.foot-col .links-f li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'elradyLight';
    display: inline-block;
    margin: 10px 0;
}

.foot-col .links-f li:nth-child(odd) {
    max-width: 40%;
    flex: 0 0 60%;
}

.foot-col .links-f li a:hover {
    color: var(--main-color);
}

.foot-col .subscribe-f p {
    color: #EEE;
    font-weight: bold;
    max-width: 285px;
    margin: 16px 0 032px;
}

.subscribe-f form {
    display: flex;
    flex-wrap: wrap;
}

.btn-sub.btn {
    min-width: 108px;
    min-height: 40px;
}

.subscribe-f form input {
    width: 224px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    margin-inline-end: 18px;
    padding: 0 20px;
}

.btn-sub.btn::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 97%;
    height: 90%;
    transform: none;
    border: 1px #000 solid;
    margin: auto;
    opacity: 1;
}

.btn-sub.btn:hover::before {
    transform: translateX(0);
}

.btn-sub.btn::before {
    width: 145%;
}

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

.copy-right {
    padding: 32px 0;
}

.copy-right p {
    text-transform: capitalize;
    font-size: 16px;
    color: #FFF;
}

.copy-right p span {
    color: var(--main-color);
}

.ryad-logo {
    float: right;
}


/* End Footer */


/* Start Single-page */

.breadcrumb-single {
    padding: 135px 0 30px;
    border-bottom: 1px #ededed solid;
}

.text-bread ul {
    display: flex;
    flex-wrap: wrap;
}

.text-bread ul li {
    margin: 0 10px;
    position: relative;
}

.text-bread ul li:first-child {
    margin-inline-start: 0;
}

.text-bread ul li span,
.text-bread ul li a {
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    top: 1px;
    right: -14px;
    font-size: 16px;
}

.text-bread ul li:last-child {
    margin-inline-end: 0;
}

.text-bread ul li span {
    color: #000;
}

.single-page.body-inner {
    padding: 50px 0;
}

.blokc-single-g img {
    max-height: 680px;
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    font-size: 50px;
    font-weight: lighter;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before {
    content: "\f104";
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.slick-prev,
.slick-next {
    z-index: 3;
}

.thumbImg img {
    border: 1px solid transparent;
    width: 95px;
    height: 95px;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.slick-current.slick-active .thumbImg img {
    border-color: #000;
}

.rtl .slick-slide {
    float: left !important;
}

.slick-slider {
    direction: ltr;
}

.text-single h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 0 0 25px;
    max-width: 500px;
}

.text-single {
    padding-inline-start: 32px;
}

.text-single .rateing.single {
    display: flex;
}

.text-single .rateing.single .rateing-star {
    color: #f9d900;
    font-size: 11px;
    padding: 6px 0 0;
    margin-inline-end: 15px;
}

.text-single .rateing.single .rateing-star a {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    margin: 0 6px;
}

.product-stock {
    color: #47b386;
    background-color: #f1fbef;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    display: inline-flex;
    position: relative;
}

.product-stock::before {
    /* position: absolute; */
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 0.5rem;
    background-color: currentColor;
    left: 0;
    right: 0;
    margin: 13px 0;
    margin-inline-end: 8px;
}

.des-single {
    padding: 15px 0 20px;
}

.des-single p {
    color: #8a8b8e;
    font-size: 15px;
    line-height: 25px;
}

.price-single {
    padding: 20px 0 30px;
    border-top: 1px solid #e5e5e5;
    display: flex;
}

.text-single .price-single h3 {
    margin: 0;
    font-size: 35px;
    color: var(--sec-color);
}

.text-single .price-single .old-p {
    font-size: 26px;
    margin: 8px 20px;
    opacity: .3;
    color: #000;
    text-decoration: line-through;
}

.add-cart-single form {
    display: flex;
    margin: 0 0 30px;
}

.control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 7px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 108px;
    margin-inline-end: 20px;
    height: 48px;
}

.control .bttn {
    width: 32px;
    height: 100%;
    top: 0;
    cursor: pointer;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.control .bttn.bttn-left.minus {
    left: 0;
    font-size: 22px;
}

.control .bttn.bttn-right.plus {
    right: 0;
}

.control input.input {
    width: 42px;
    border: 0;
    margin-bottom: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    text-align: center;
    -moz-appearance: textfield;
    color: #000;
}

.control input.input::-webkit-outer-spin-button,
.control input.input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modals-single {
    display: flex;
    flex-wrap: wrap;
}

.modals-single button {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-inline-end: 18px;
    padding-inline-end: 18px;
    border-inline-end: 1px solid #e5e5e5;
    color: #000;
}

.modals-single button i {
    margin-inline-end: 5px;
}

@media (min-width: 576px) {
    .modals-single .modal-dialog {
        max-width: 640px;
        border-radius: 0;
    }

    .modals-single #modalS2 .modal-dialog {
        max-width: 360px;
    }
}

.modals-single button.btn-close {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.2s cubic-bezier(.28, .12, .22, 1);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
}

.modals-single button.btn-close i {
    margin: 0;
}

.modal-inner {
    padding: 20px;
}

.text-single .modal-inner h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    max-width: 100%;
}

.text-single .modal-inner p {
    color: #8a8b8e;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
}

.table-inner table {
    width: 100%;
}

.table-inner table tr td,
.table-inner table tr th {
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: #212529;
    font-size: 15px;
}

.table-inner {
    margin: 20px 0;
}

.modal-add {
    padding: 20px;
}

.modal-add .icon-modal {
    font-size: 35px;
    text-align: center;
    color: #000;
    margin: 0 0 15px;
}

.modal-add p {
    font-size: 17px;
    text-align: center;
    margin: 15px 0 20px;
}

.modals-single .modal-add .btn {
    border-radius: 0;
    width: 100%;
    position: relative;
    margin: 10px 0 0;
    border: none;
    font-weight: bold;
    opacity: 1;
    font-size: 15px;
}

.modals-single .modal-add .btn.btn-close {
    background: var(--sec-color) !important;
    color: #000 !important;
}

.modals-single .modal-add .btn.btn-close i {
    font-size: 15px;
    margin-inline-end: 6px;
    top: 2px;
}

.info-single {
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    margin: 25px 0 0;
}

.info-single ul li {
    color: #000;
    font-size: 15px;
    margin: 6px 0;
}

.info-single ul li span {
    opacity: .3;
}

.info-single ul li strong {
    margin: 0 5px;
    font-size: 14px;
}

.social-single {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0;
}

.social-single a {
    margin-inline-end: 5px;
    display: block;
}

.social-single a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 14px;
    transition: all .5s;
}

.social-single a i.fab.fa-twitter {
    background: #1da1f2;
    color: #fff;
}

.social-single a:hover i {
    opacity: .8;
}

.social-single a i.fab.la-instagram {
    background: #E4405F;
    color: #fff;
}

.social-single a i.fab.fa-facebook-f {
    background: #3b5998;
    color: #fff;
}

.social-single a i.fab.la-snapchat-ghost {
    background: #FFFC00;
}

.more-details-single {
    margin: 50px 0 0;
}

.more-details-single .nav.nav-tabs {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.more-details-single .nav.nav-tabs .nav-item .nav-link {
    border: none;
    transition: all .5s;
    color: #bbb;
    /* opacity: .6; */
    font-size: 20px;
    padding: 0;
    margin-inline-end: 25px;
}

.more-details-single .nav.nav-tabs .nav-item .nav-link.active {
    opacity: 1;
    color: #000;
}

.des-tab p {
    margin: 15px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.review-rateing p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
}

.review-rateing .all-coments {
    margin: 20px 0;
}

.review-rateing .all-coments .item {
    margin: 15px 0 35px;
}

.review-rateing .all-coments .item .comment-block {
    display: flex;
}

.review-rateing .all-coments .item .comment-block .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.review-rateing .all-coments .item .comment-block .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-rateing .all-coments .item .comment-block .details {
    width: calc(100% - 60px);
    padding-inline-start: 15px;
}

.review-rateing .all-coments .item .comment-block .details .rate-com {
    margin-bottom: 5px;
    color: #f9d900;
    font-size: 12px;
}

.review-rateing .all-coments .item .comment-block .details .name-com {
    margin: 0 0 5px;
}

.review-rateing .all-coments .item .comment-block .details .name-com h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.review-rateing .all-coments .item .comment-block .details .name-com h4 .date-com {
    color: #71778e;
    font-size: 14px;
}

.review-rateing .all-coments .item .comment-block .details p {
    margin: 0;
}

.form-review h3 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.review-rateing .form-review p {
    font-size: 13px;
}

.form-review .form-group {
    margin: 10px 0;
}

.form-review .form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 0 0 6px;
}

.form-review .form-group .checkBox-com {
    display: flex;
    margin: 0 0 10px;
}

.form-review .form-group .checkBox-com .item-check {
    padding: 0 20px;
    position: relative;
    border-inline-end: 1px #eee solid;
    text-align: center;
}

.form-review .form-group .checkBox-com .item-check:first-child {
    padding-inline-start: 0;
}

.form-review .form-group .checkBox-com .item-check:last-child {
    padding-inline-end: 0;
}

.form-review .form-group .checkBox-com .item-check input {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-review .form-group .checkBox-com .item-check .check-inner {
    color: #666;
    font-size: 14px;
    text-align: center;
    transition: none;
}

.form-review .form-group .checkBox-com .item-check .check-inner .fa.fa-star {
    font-weight: 400;
    transition: all .3s;
}

.form-review .form-group .checkBox-com .item-check input:checked+.check-inner,
.form-review .form-group .checkBox-com .item-check:hover .check-inner {
    color: #ffcd00;
}

.form-review .form-group .checkBox-com .item-check input:checked+.check-inner .fa.fa-star,
.form-review .form-group .checkBox-com .item-check:hover .check-inner .fa.fa-star {
    font-weight: bold;
    transition: all .3s;
}

.form-review .form-group textarea.form-control {
    height: 150px;
}

.form-review .form-group .form-control {
    width: 100%;
    border: 1px solid #ddd;
    height: 48px;
    transition: all .5s;
}

.form-review .form-group .form-control:focus {
    box-shadow: 0 0 0 2px rgb(0 0 0);
}

.form-review .form-group .check-p {
    font-size: 14px;
    margin: 20px 0;
}

.form-review .form-group .check-p input {
    margin-inline-end: 5px;
    position: relative;
    top: 2px;
}

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

.slider.slider-nav.thumb-image {
    margin: 10px 0 0;
}

.breadcrumb {
    margin: 0;
    padding: 150px 0 50px;
}

.breadcrumb .img-overlay img {
    opacity: .3;
}

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

.breadcrumb .text-bread h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    text-transform: capitalize;
}

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

.body-inner .text-about p {
    max-height: fit-content;
}


/* End Single-page */


/* Start Brands-page */

.brands-page .client-block {
    margin: 15px 0;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    line-height: 100px;
    height: 100px;
}

.brands-page .client-block .img {
    line-height: 100px;
}


/* End Brands-page */


/* Start Categories-page */

.categories-page .cat-block {
    margin: 15px 0;
    background: var(--main-color);
    padding: 15px;
    transition: all .5s;
}

.categories-page .cat-block:hover {
    background: var(--sec-color);
}

.cat-block:hover .icon {
    animation: swing 1s;
}


/* End Categories-page */


/* Start Contact-page */

.text-contact .head-contact {
    margin: 0 0 52px;
}

.text-contact .head-contact h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.text-contact .head-contact p {
    color: #8A8B8E;
    line-height: 1.5;
}

.text-contact .contact-inner {
    display: flex;
    flex-wrap: wrap;
}

.text-contact .contact-inner .item {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 17px 0;
    padding-inline-end: 15px;
}

.text-contact .contact-inner .item.item-one {
    flex: auto;
    margin-inline-end: 50%;
}

.text-contact .contact-inner .item span {
    display: block;
    font-weight: 600;
    color: var(--sec-color);
    margin-bottom: 3px;
    font-size: 14px;
}

.text-contact .contact-inner .item p,
.text-contact .contact-inner .item p a {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 15px;
    color: #000;
    line-height: 1.7;
}

.text-contact .contact-inner .item p a {
    margin: 0;
    display: table;
}

.text-contact .contact-inner .item p a u {
    text-decoration: none;
    direction: ltr;
    display: block;
}

.text-contact .contact-inner .item p a:hover {
    color: var(--sec-color);
}

.form-contact {
    position: relative;
    padding: 50px 60px;
    border: 1px solid #e5e5e5;
}

.form-contact .head-contact {
    margin-top: -78px;
    margin-bottom: 30px;
}

.form-contact .head-contact h3 {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-color);
    margin: 0 0 5px;
    display: table;
    background: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
}

.form-contact .head-contact p {
    color: #8a8b8e;
    line-height: 1.5;
}

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

.form-inner-contact .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.form-inner-contact .form-group .form-control {
    width: 100%;
    border: 1px solid #ddd;
    height: 42px;
    transition: all .5s;
    box-shadow: none !important;
}

.form-group .form-control:focus {
    border-color: #8f8f8f;
}

.form-inner-contact .form-group textarea.form-control {
    height: 120px;
}

.form-inner-contact .form-group .btn.btn-form {
    width: 100%;
    height: 50px;
}

.special-contact {
    margin-top: 55px;
}

.special-block {
    margin: 15px 0;
    display: flex;
}

.special-block .icon {
    width: 86px;
    text-align: center;
    line-height: 57px;
}

.special-block .details {
    width: calc(100% - 86px);
    padding-inline-start: 20px;
    line-height: normal;
}

.special-block .details h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.special-block .details p {
    color: #000;
    font-size: 14px;
    opacity: .8;
}

.social-contact {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.social-contact a {
    display: block;
    margin-inline-end: 10px;
}

.social-contact a i {
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}

.social-contact a i.fab.fa-twitter {
    color: #1da1f2;
}

.social-contact a i.fab.la-instagram {
    color: #E4405F;
}

.social-contact a i.fab.fa-facebook-f {
    color: #3b5998;
}

.social-contact a i.fab.la-snapchat-ghost {
    color: #b9b714;
}

.social-contact a:hover i.fab.fa-twitter {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

.social-contact a:hover i.fab.la-instagram {
    background: #E4405F;
    border-color: #E4405F;
    color: #fff;
}

.social-contact a:hover i.fab.fa-facebook-f {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.social-contact a:hover i.fab.la-snapchat-ghost {
    border-color: #FFFC00;
    background: #FFFC00;
    color: #000;
}


/* End Contact-page */

.all-proj-b {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.project-b.f-proj {
    max-width: 49%;
    flex: 49%;
    height: 740px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1375px;
    }
}

.all-left-proj {
    display: flex;
    max-width: 49%;
    flex: 49%;
    flex-wrap: wrap;
    gap: 20px;
    height: 740px;
}

.project-b.s-proj {
    max-width: 99%;
    flex: 99%;
    height: calc(50% - 20px);
}

.project-b.th-proj {
    max-width: 48%;
    flex: 48%;
    height: calc(50% - 10px);
}

.projec-over {
    height: 100%;
}

.projec-over img {
    width: 100%;
    height: 100%;
}

.project-b {
    position: relative;
    overflow: hidden;
}

.project-b::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 34%, rgba(47, 47, 52, 0.7758636902026436) 74%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.proj-tit h3 {
    color: white;
}

.proj-tit p {
    color: var(--main-color);
}

.proj-tit {
    position: absolute;
    bottom: 25px;
    z-index: 3;
    transform: translatex(50%);
    right: 50%;
    width: 90%;
    text-align: center;
    /* transform: translate(50%, 122%); */
    transition: all 0.5s ease;
}

.why-us-ico {
    width: 70px;
    position: relative;
    margin-bottom: 15px;
}

.why-us-ico img {
    height: 100%;
    width: 100%;
}

.why-us-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--sec-color);
    padding: 25px;
    height: 100%;
    border-radius: 15px;
}

.why-us-tit h3 {
    font-size: 16px;
    font-weight: bold;
}

.why-us-ico::after {
    content: '';
    width: 90%;
    height: 90%;
    background: var(--main-color);
    position: absolute;
    top: 5%;
    border-radius: 50%;
    transition: all 0.5s ease;
    right: -30px;
    z-index: -1;
    top: 0;
}

.why-us-b:hover .why-us-ico::after {
    transform: scale(1.4);
    right: 0 !important;
    left: auto;
    width: 100%;
    height: 100%;
}

.why-us::after {
    content: "";
    position: absolute;
    background-image: url(../images/body-bg.png);
    width: 100%;
    height: 100%;
    top: ;
    inset: 0;
    z-index: -2;
    filter: brightness(0);
    opacity: 0.5;
}

.about-h::after {
    content: "";
    position: absolute;
    background-image: url(../images/body-bg.png);
    width: 100%;
    height: 100%;
    top: ;
    inset: 0;
    z-index: -2;
    filter: brightness(0);
    /*! /*! opacity: 0; */
    /*! *\/ */
    opacity: 0.5;
}


.link-b {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 9;
}

.banner-h {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.banner-dec {
    position: absolute;
}

.banner-h.s-banner {}

.banner-h.s-banner .banner-dec {
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 33px;
}

.banner-h.s-banner .banner-dec h3 {
    font-size: 33px;
}

.banner-h.s-banner .banner-dec p {
    font-size: 19px;
}

.banner-h:hover img {
    /*scale: 1.2;*/
}

.banner-h.f-banner .banner-dec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-h.f-banner .banner-dec h3 {
    font-size: 60px;
    color: white;
}

.banner-h.f-banner .banner-dec p {
    color: var(--main-color);
    font-size: 22px;
}

.banner-h img {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banners {
    padding-bottom: 80px;
}

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

.footer-bottom {
    overflow: hidden;
}

.products-h li.nav-item {
    display: flex;
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 64px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

section.products-h ul#myTab {
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    border-bottom: none;
}

.cat-img-nav {
    border-radius: 50%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    outline: 5px solid transparent;
}

.products-h li.nav-item button {}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: none;
}

.cat-img-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-h li.nav-item button {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    padding: 8px 8px 8px 8px !important;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.products-h li.nav-item button:hover {
    border: none !important;
    outline: none !important;
    color: white;
}

.products-h li.nav-item button span {
    font-size: 19px;
    font-weight: bold;
    color: black;
    transition: all 0.5s ease;
}


.nav-tabs .nav-link.active .cat-img-nav {
    outline: 5px solid var(--sec-color);
}

.products-h li.nav-item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #8a745d !important;
    inset: 0;
    border-radius: 60px;
    z-index: 0;
    transform: translateX(-100%);
    all 0.5s animation-timing-function: ease;
    transition: all 0.5s ease;
}

.products-h li.nav-item:hover::after {
    transform: translateX(0%);
    transition: all 0.5s ease;
}

.products-h li.nav-item:hover button span {
    color: white;
}

.products-h li.nav-item:hover {
    border: 1px solid var(--sec-color) !important;
}

.serv-ico {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 260px;
}

.serv-ico img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.serv-desc {
    text-align: center;
}

.serv-link {
    width: 25px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.services-n {
    padding: 80px 0px 20px 0px;
}

.serv-block {
    padding: 0px;
    border: 1px solid #0000002b;
    position: relative;
    transition: all 0.5s ease;
}

.serv-desc h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

.serv-desc p {
    margin-bottom: 25px;
    font-size: 18px;
}

.serv-link::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid var(--sec-color);
    border-radius: 50%;
    top: -5px;
    right: -6px;
    transition: all 0.5s ease;
}


.serv-block:hover .serv-link:after {

    width: 150%;
    border-radius: 50px;
    right: -6px;
}

.serv-block:hover {
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}

section.services-n .owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.serv-block:hover .serv-ico img {
    filter: brightness(0);
    filter: none !important;
}

.all-produc {
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
    column-gap: 90px;
}

.prod-cat-block {
    max-width: 24%;
    flex: 23%;
    position: relative;
}

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

.cat-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.all-produc .prod-cat-block:nth-child(odd) {
    height: 310px;
}*/

.all-produc.sec-row .prod-cat-block:nth-child(odd) {
    height: 455px;
    margin-top: -125px;
}

/* .all-produc .prod-cat-block:nth-child(even) {
    height: 455px;
} */

.all-produc.sec-row .prod-cat-block:nth-child(even) {
    height: 310px;
    margin-top: 20px;
}

.prod-cat-block {
    margin: 0px 10px;
    overflow: hidden;
}

.prod-cat-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000082;
    opacity: 0;
    transition: all 0.5s ease;
}


.prod-cat-block:hover::after {
    opacity: 1;
}

.prod-cat-block:hover .proj-tit {
    transform: translate(50%, 0%);
    opacity: 1;
}

.prod-cat-block .proj-tit {
    transform: translate(50%, 122%);
    opacity: 0;
}

section.blog-n {
    padding: 80px 0px 80px 0px;
}

.blog-block.s-blog .blog-img {
    height: 180px;
    width: 50%;
}

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

.blog-block.s-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}


.blog-block.f-blog .blog-img {
    height: 430px;
}

.blog-block.f-blog .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-block.s-blog:last-child {
}

.all-r-blog {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.date-blog {
    color: var(--sec-color);
    font-size: 20px;
}

.blog-block.f-blog .blog-des {
    margin-top: 20px;
    margin-inline-start: 10px;
}

.blog-block.f-blog .blog-des h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0px;
}

.blog-block.f-blog .blog-des p {
    font-size: 21px;
}

.blog-block.s-blog .blog-des h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0px;
}

.blog-block.s-blog .blog-des span.date-blog {
    font-size: 16px;
}

.blog-block.s-blog .blog-des p {
    font-size: 16px;
}

.blog-block:hover img {
    transform: scale(1.2);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    transition: all 0.8s ease;
}

.menu-right .btn::after {
  display: none;
}
.menu-right .btn::before {
  display: none;
}


.miss-itco {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.miss-itco img {
  width: 100%;
  height: 100%;
}
.miss-desc {
  text-align: center;
}
.miss-block {
  background: var(--main-color);
  padding: 20px 30px 50px 30px;
  border: 1px solid var(--sec-color);
  transition: all 0.5s ease;
  height: calc(100% - 20px) !important;
}

.miss-block:hover {
  transform: translateY(-10px);
  border: 1px solid transparent;
  box-shadow: 3px 4px 12px 1px #00000038;
}


.miss-block.val-block .miss-itco {
  display: flex;
  width: auto;
  justify-content: start;
  gap: 15px;
  align-items: center;
}
.miss-block.val-block .miss-itco img {
  width: 75px;
}


.miss-block.val-block .miss-desc {
  text-align: start;
}
.miss-block.val-block .miss-desc ul li {
  margin-bottom: 10px;
  list-style: disc;
  position: relative;
  padding-inline-start: 20px;
}
.miss-block.val-block .miss-desc ul {
  list-style: disc;
}
.miss-block.val-block .miss-desc ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--sec-color);
  right: ;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.second_menu {
  margin-inline-start: 15px;
}
.services-n .item {
  height: 100%;
}
.services-n .item .serv-block {
  height: 100%;
}
.owl-stage {
}
.services-n .owl-stage {
  display: flex;
}
.single-job-con.single-serv .row {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0px;
}
.serv-img {
  height: 500px;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.serv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serv-desc {
  padding: 0px 20px 0px 20px;
}
.serv-desc h3 {
  margin-bottom: 25px;
  font-size: 40px;
  color: var(--sec-color);
  font-weight: bold;
}


.serv-desc h3 {
  margin-bottom: 25px;
  font-size: 40px;
  color: var(--main-color);
  font-weight: bold;
}

.serv-desc p {
  color: black;
  font-size: 16px;
}
.serv-block .serv-desc h3 {
  font-size: 18px;
  color: black;
}

.services-n.body-inner .serv-block {
  height: calc(100% - 25px);
}
.services-n.body-inner .serv-block .serv-link::after {
  top: 5px;
}

.services-n.our-proj.body-inner .project-b {
  height: 431px;
  margin-bottom: 20px;
}
.steps {
  position: relative;
}
.steps:before {
  top: 178px;
  bottom: auto;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: var(--sec-color);
  left: 50%;
  margin-left: -1px;
  height: 74%;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}

.timeline .timeline-box .timeline-title {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 1em;
  float: left;
  padding-left: 25px;
  padding-top: 8px;
}
.timeline .timeline-box .timeline-details {
  clear: both;
  padding-top: 5px;
}
.timeline .timeline-box span {
  position: absolute;
  top: -15px;
  right: 24px;
  font-size: 8em;
  font-weight: 700;
  color: var(--sec-color);
  opacity: 0.1;
  z-index: -1;
}
@media all and (max-width: 600px) {
  .timeline .timeline-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.timeline .timeline-box:hover:after {
  background: var(--sec-color);
}
@media all and (min-width: 650px) {
  .timeline .timeline-box:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6.55%;
    top: 1.5em;
    border: 2px solid var(--sec-color);
  }
}
.timeline .timeline-box:first-child {
  margin-bottom: 2.5em;
}
.timeline .timeline-box:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline .timeline-box:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
@media all and (min-width: 600px) {
  .timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
  }
}
.timeline .timeline-box:nth-child(2n):after {
  left: -6.5%;
  right: auto;
}

.timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.timeline-box:hover, .timeline-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px var(--sec-color);
  -moz-box-shadow: 0px 3px 0px 0px var(--sec-color);
  box-shadow: 0px 3px 0px 0px var(--sec-color);
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.steps-area {
  padding: 90px 0;
}

.steps.steps-area {
  padding-bottom: 0;
}

.faq {
}
.faq .accordion-item {
  background: var(--main-color);
  margin-bottom: 10px;
}
.faq .accordion-header {
  background: var(--main-color);
  border-radius: 15px;
}
.faq .accordion-header button {
  background: var(--main-color);
  border: 1px solid #00000021;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: black;
}
.accordion-button::after {
  filter: brightness(0);
}

.faq {
  padding-bottom: 70px;
}

.brands-h.home-brands {
  padding-bottom: 0px;
}

.single-job-con.single-serv.proj-sing.ceo {
  padding: 80px 0px;
}
.single-job-con.single-serv.proj-sing.ceo .serv-desc {
  padding-top: 25px;
  text-align: start;
}

.client-block.cert-block {
  width: 100%;
  height: 450px;
  line-height: normal;
  padding: 0px 15px;
}
.client-block.cert-block img {
  width: 100%;
  height: 100%;
  max-height: none;
}
.client-block .img .img {
}
.client-block.cert-block .img {
  line-height: normal;
}

.client-block.inner-arch {
  /*! background: var(--main-color); */
  margin-bottom: 25px;
  padding: 30px 0px;
  line-height: normal;
  height: 150px;
  border: 1px solid var(--main-color);
}
.client-block.inner-arch .img {
  line-height: normal;
  height: 100%;
}
.client-block.inner-arch .img img {
  line-height: normal;
  height: 100%;
  max-height: none;
}
.join-us-footer {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  left: 10px;
  background: var(--main-color);
  padding: 17px 20px;
  border-radius: 50%;
}
.circle {
  &::after, &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color) !important;
    border-radius: 50%;
    z-index: -1;
    animation: grow 2s ease-in-out infinite;
    animation-delay: 0s;
  }
}
.circle {
  &::before {
    background: rgba(255, 95, 122, 0.6);
    animation-delay: -0.5s;
  }
}
.join-us-footer i {
  font-size: 25px;
  color: white;
}
.join-us-footer.circle.whats-app-i {
  bottom: 92px;
  background: #25D366 !important;;
}
.join-us-footer.circle.whats-app-ii {
  bottom: 170px;
  background: #25D366 !important;;
}
@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.join-us-footer.circle.whats-app-i::before {
  background: #25D366 !important;
}
.join-us-footer.circle.whats-app-i::after {
  background: #25D366 !important;
}
.join-us-footer.circle.whats-app-i i {
  color: white;
}

.faq.faq-home {
  padding-bottom: 0px;
  padding-top: 80px;
}

.pdf-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*! margin-bottom: 20px; */
  /*! border-bottom: 1px solid #efa03391; */
  /*! padding-bottom: 20px; */
}
.pdf-down.body-inner {
}
.pdf-down.body-inner .row {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.pdf-item:last-child {
  /*! border-bottom: none !important; */
}
.pdf-down.body-inner .row .col-md-12 {
}
.pdf-down.body-inner .row .col-md-12 {
  border-bottom: 1px solid #efa03391;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pdf-down.body-inner .row .col-md-12:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.pdf-btn {
  background: var(--main-color);
  padding: 15px 25px;
  display: flex;
  transition: all 0.5s ease;
}
.pdf-btn a {
  font-size: 20px;
}
.pdf-btn a i {
  font-size: 23px;
  margin-inline-end: 10px;
}
.pdf-btn a:hover {
  color: black;
}
.pdf-btn:hover {
  transform: scale(1.1);
}

.about-h.about-page.body-inner .row {
  justify-content: center;
}
.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.upload-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--main-color);
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    text-align: center;
    width: 100%;
}

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

.upload-btn:hover {
    background-color: var(--main-color);
}

.form-control-file {
    display: none;
}


.iframe-map iframe {
  height: 100%;
}
.iframe-map {
  height: 430px;
}

.blog-block {
  position: relative;
}

.blog-block {
  position: relative;
}
.blog-block.s-blog .blog-des {
  max-width: 60%;
  flex: 60%;
}
.faq.faq-home #accordionExample {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq.faq-home #accordionExample .accordion-item {
  max-width: 49%;
  flex: 49%;
  border-radius: 15px;
}

.single-job-con.single-serv.proj-sing.ceo .serv-img {
  height: 680px;
}

.over-serv-imgs {
  height: 100%;
}
.over-serv-imgs .owl-stage-outer {
  height: 100%;
}
.over-serv-imgs .owl-stage-outer .owl-stage {
  height: 100%;
}
.over-serv-imgs .owl-stage-outer .owl-stage * {
  height: 100%;
}

.parent-cateogry {
  text-align: center;
}
.img-block {
    position: relative;
    overflow: hidden;
}

.img-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Ù„ÙˆÙ† Ø§Ù„ØºØ·Ø§Ø¡ Ø§Ù„Ø´ÙØ§Ù */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.img-block .overlay i {
    color: #fff; /* Ù„ÙˆÙ† Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
    font-size: 24px;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; 
}

/* ØªØ¹Ø±ÙŠÙ Ø§Ù„Ø­Ø±ÙƒØ© slideDown */
@keyframes slideDown {
    from {
        transform: translateY(-100%); 
    }
    to {
        transform: translateY(0); 
    }
}

.sticky.active {
    animation: slideDown 0.5s ease-out; 
    background: black;
}
.img-fluid img {
  height: 324px;
  max-height: none;
}
.image-wrapper img {
  height: 450px;
  object-fit: cover;
}
.image-wrapper {
  margin-bottom: 30px;
}
.video-wrapper,
.image-wrapper {
    position: relative;
    overflow: hidden;
}

/* Ø¥Ø¹Ø¯Ø§Ø¯ Ø§Ù„Ø±Ù…Ø² Ø§Ù„Ø°ÙŠ ÙŠØ¸Ù‡Ø± Ø¹Ù†Ø¯ Ø§Ù„ØªØ­ÙˆÙŠÙ… */
.video-wrapper::before {
    content: '\f04b'; /* Ø±Ù…Ø² Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ø§ÙØªØ±Ø§Ø¶ÙŠØ§Ù‹ */
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* ÙŠØ¬Ø¨ Ø£Ù† ÙŠÙƒÙˆÙ† ÙÙˆÙ‚ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
    opacity: 0;
    transition: opacity 0.3s ease; /* Ø§Ù†ØªÙ‚Ø§Ù„ Ø§Ù„Ø³Ù„Ø§Ø³Ø© */
    pointer-events: none; /* Ù„Ø§ ØªÙ…Ù†Ø¹ Ø§Ù„ØªÙØ§Ø¹Ù„ Ù…Ø¹ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
}

.image-wrapper::before {
    content: '\f067'; /* Ø±Ù…Ø² Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ø§ÙØªØ±Ø§Ø¶ÙŠØ§Ù‹ */
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* ÙŠØ¬Ø¨ Ø£Ù† ÙŠÙƒÙˆÙ† ÙÙˆÙ‚ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
    opacity: 0;
    transition: opacity 0.3s ease; /* Ø§Ù†ØªÙ‚Ø§Ù„ Ø§Ù„Ø³Ù„Ø§Ø³Ø© */
    pointer-events: none; /* Ù„Ø§ ØªÙ…Ù†Ø¹ Ø§Ù„ØªÙØ§Ø¹Ù„ Ù…Ø¹ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
}


/* Ø¥Ø¹Ø¯Ø§Ø¯ Ø§Ù„ØªØ±Ø§ÙƒØ¨ Ø§Ù„Ø´ÙØ§Ù */
.video-wrapper::after,
.image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0); /* ÙŠØ¨Ø¯Ø£ Ø¨Ø¯ÙˆÙ† ØªØ±Ø§ÙƒØ¨ */
    z-index: 1; /* ÙŠØ¬Ø¨ Ø£Ù† ÙŠÙƒÙˆÙ† ØªØ­Øª Ø§Ù„Ø±Ù…Ø² */
    transition: background-color 0.3s ease; /* Ø§Ù†ØªÙ‚Ø§Ù„ Ø§Ù„Ø³Ù„Ø§Ø³Ø© */
    pointer-events: none; /* Ù„Ø§ ØªÙ…Ù†Ø¹ Ø§Ù„ØªÙØ§Ø¹Ù„ Ù…Ø¹ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
}

/* ØªØ£Ø«ÙŠØ± Ø¹Ù†Ø¯ Ø§Ù„ØªØ­ÙˆÙŠÙ… */
.video-wrapper:hover::before,
.image-wrapper:hover::before {
    opacity: 1; /* Ø¥Ø¸Ù‡Ø§Ø± Ø§Ù„Ø±Ù…Ø² */
}

.video-wrapper:hover::after,
.image-wrapper:hover::after {
    background-color: rgba(0, 0, 0, 0.6); /* ØªØ±Ø§ÙƒØ¨ Ù†ØµÙ Ø´ÙØ§Ù Ø¹Ù†Ø¯ Ø§Ù„ØªØ­ÙˆÙŠÙ… */
}

/* Ø¥Ø¹Ø¯Ø§Ø¯ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
.video-wrapper video {
    height: 450px;
    object-fit: cover;
    z-index: 0; /* ÙŠØ¬Ø¨ Ø£Ù† ÙŠÙƒÙˆÙ† Ø§Ù„ÙÙŠØ¯ÙŠÙˆ ØªØ­Øª Ø§Ù„Ø±Ù…Ø² */
    transition: transform 0.3s ease; /* Ø¥Ø¶Ø§ÙØ© ØªØ£Ø«ÙŠØ± ØªÙƒØ¨ÙŠØ± Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ø¹Ù†Ø¯ Ø§Ù„ØªØ­ÙˆÙŠÙ… */
    pointer-events: auto; /* ÙŠØ¶Ù…Ù† ØªÙØ§Ø¹Ù„ Ø§Ù„Ù…Ø³ØªØ®Ø¯Ù… Ù…Ø¹ Ø§Ù„ÙÙŠØ¯ÙŠÙˆ */
}

.video-wrapper:hover video {
    /*! transform: scale(1.1); */ /* ØªÙƒØ¨ÙŠØ± Ø§Ù„ÙÙŠØ¯ÙŠÙˆ Ù‚Ù„ÙŠÙ„Ø§Ù‹ Ø¹Ù†Ø¯ Ø§Ù„ØªØ­ÙˆÙŠÙ… */
}

.video-wrapper {
    margin-bottom: 30px;
}


.media-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: none;
  gap: 20px;
}
.media-tabs.body-inner {
}
.media-tabs .nav-tabs li button {
  border: 1px solid var(--main-color) !important;
  border-radius: 5px;
  font-size: 20px;
  color: black;
}
.media-tabs .nav-tabs li button.active {
  color: white;
  background: var(--main-color) !important;
}

.timeline .timeline-box:nth-of-type(2n) span {
  right: auto;
  left: 24px;
}

.branches-ul {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 25px;
}
.branches-ul .nav-item button {
  background: #0d4748;
  color: white;
  font-size: 18px;
  border-radius: 5px;
}
.branches-ul .nav-item button.active {
  background: var(--main-color) !important;
  color: black;
}
.row.sing-branch .item {
  margin-bottom: 25px;
}
.row.sing-branch .item span {
  font-size: 24px;
  color: var(--sec-color);
}
.row.sing-branch .item p {
  font-size: 18px;
  color: black;
  margin-top: 10px;
}

.iframe-branch {
  height: 100%;
}
.iframe-branch iframe {
  height: 100%;
}
.bransches-sec {
  padding-bottom: 80px;
}

.sub-mega-thr {
    align-items: start !important;
}


.head-top .nav-head ul li .sub-menu.sub-mega-sec .sub-mega-sec-inner .sub-mega-thr li ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-mega-thr .item {
  border-inline-end: 1px solid var(--main-color);
  height: 500px;
  overflow: auto;
}
.product-popup-content img {
    height: 380px;
    margin: 0 auto;
    width: auto;
}

.product-popup-content h2 {
    margin: 20px 0px;
    text-align: center;
}

.popup-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-popup-content {
    width: 830px;
}
.product-popup-content p {
    text-align: center;
}
/* edit */
.project-b.f-proj {
    max-width: 24%; 
    flex: 24%; 
    height: 100%;
}

.all-left-proj {
    display: flex;
    max-width: 74%; 
    flex: 74%; 
    flex-wrap: nowrap;
    gap: 20px;
    height: 100%;
}
.project-b.th-proj {
    height: 269px;
}
.why-us-ico::after {
    content: '';
    width: 120%;
    height: 100%;
    background: url(../images/sharq-icon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    transition: all 0.5s ease;
    right: -40px;
    top: 0;
    opacity: .2;
    opacity: 0;
}
.header-bottom {
    background: #FFFFFF;
	    padding-inline:40px;
}
.head-top .nav-head ul li a {
    color: #000;
	font-weight:normal;
}
.head-top .nav-head .menu-right .lang {
    color: #000;
		font-weight:600;
}

.sticky {
    box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17);
}
.btn {
    min-height: 50px;
    padding: 10px 20px;
}

.las {

    color: black;
}
/*Show icons*/
/* Line Awesome Icons */
i[class^="las"], i[class*=" las"] {
    font-family: 'Line Awesome Free' !important;
}

/* Font Awesome 5 Icons */
i[class^="fa"], i[class*=" fa"] {
    /*! font-family: 'Font Awesome 5 Free' !important; */
}

i[class^="fab"], i[class*=" fab"] {
    font-family: 'Font Awesome 5 Brands' !important;
}

i[class^="fas"], i[class*=" fas"],
i[class^="far"], i[class*=" far"] {
    font-family: 'Font Awesome 5 Free' !important;
}

/* Font Awesome 6 Icons */
i[class^="fa-solid"], i[class*=" fa-solid"],
i[class^="fa-regular"], i[class*=" fa-regular"] {
    /*! font-family: 'Font Awesome 6 Free' !important; */
}

i[class^="fa-brands"], i[class*=" fa-brands"] {
    font-family: 'Font Awesome 6 Brands' !important;
}

/* Material Icons */
i[class^="material-icons"], i[class*=" material-icons"] {
    font-family: 'Material Icons' !important;
}
.btn.btn-white {
    border: 1px solid var(--main-color) !important;
	border-radius: 50px;
}
.title h3, .title.title-center h3 {
    color: var(--main-color);
	font-weight: 600;
}
section.why-us {
    position: relative;
    right: 8%;
}
.prod-cat-block {
    max-width: 25%;
    height: 350px;
}

.all-produc { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    column-gap: 90px; 
} 

.prod-cat-block { 
    max-width: 35%; 
    flex: 23%; 
    position: relative; 
    margin: 0px 10px; 
    overflow: hidden; 
    background: #fff;  
    border: 1px solid #e0e0e0; 
    border-radius: 12px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
} 

.prod-cat-block:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
} 

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

.cat-pro-img img { 
 width: 100%; 
    height: 100%; 
    object-fit: cover; 
} 

.prod-cat-block .proj-tit { 
    padding: 16px; 
    text-align: center; 
    background: #f9f9f9;  
    bottom: 0px;
    right: 0%;
    width: 100%;
}
.prod-cat-block .proj-tit h3 { 
    margin: 0; 
    font-size: 1.25rem; 
    color: #333; 
} 


.prod-cat-block::after { 
    display: none; } 

.prod-cat-block:hover .proj-tit { 
    transform: none;  
    opacity: 1;  
} 

.prod-cat-block .proj-tit { 
    transform: none; 
    opacity: 1;  
} 


#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /*! background: #F8F8F8; */
  padding: 40px 0px;
  width: 100%;
margin-top: 80px;

}
#counter .item{
  background: #fff;
  width: 300px;
  padding: 40px 40px;
  margin: 10px;
  text-align: center;
  /*! border-radius: 20px; */
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
} 
#counter .item .count{
  color: var(--main-color);
  margin-bottom: 5px;
  font-size: 51px;
  font-weight: bold;
}
.miss-block {
    background: #F7F7F7;
    border-radius: 20px;
}
.services-n .item .serv-block {
    height: 100%;
    background-image: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.serv-block {
    border: 1px solid var(--sec-color);
}
.project-b.th-proj, .project-b f-proj {
    height: 350px;
}
.project-b.f-proj {
    height: auto;
}
header .btn {
	color:#000;
	background-color: white !important;
	/* border: 1px solid var(--main-color); */
	border-radius: 50px;
	padding: 9px 18px !important;
	transition:all .5s ease;
}
header .btn:hover {
	color: white !important;
    border: 1px solid #8a745d;
}
.btn {
	color: var(--main-color);
	background-color: white !important;
	/* border: 1px solid var(--main-color); */
	border-radius: 50px;
	padding: 10px 30px !important;
	transition:all .5s ease;
}
 .btn:hover {
	color:#fff;
}
.count-num {
    display: flex;
    align-items: center;
    justify-content: center;
	    flex-direction: column-reverse;
}
.count-num i {
    color: var(--main-color);
    font-size: 60px;
    margin-block-end: 5px;}
footer .btn {
    color: #fff;
    background-color: transparent !important;
	    min-height: 43px;
}
.btn-sub.btn::after {
    border: 1px transparent solid;
}

/* ----- Product Section ----- */
.card {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  transition: 200ms;
  background: #fff;
}

.card .card__title {
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.card .card__title h3 {
  flex: 0 1 200px;
  text-align: right;
  margin: 0;
  color: var(--main-color);
  font-weight: 600;
}

.card .card__title .icon {
  flex: 1 0 10px;
  background: #115dd8;
  color: #fff;
  padding: 10px 10px;
  transition: 200ms;
}

.card .card__title .icon > a {
  color: #fff;
}

.card .card__title .icon:hover {
  background: var(--sec-color);
}

.card .card__body {
    padding: 30px 35px;
	display: flex;
  flex-flow: row wrap;
  margin-bottom: 25px;
	    overflow: hidden;
}

.card .card__body > .half {
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1 0 50%;
}

.card .card__body .featured_text h1 {
  margin: 0;
  padding: 0;
  line-height: 50px;
  color: var(--main-color);
}

.card .card__body .featured_text p {
  margin: 0;
  padding: 0;
}

.card .card__body .featured_text p.sub {
  color: var(--dark-color);
  margin-bottom: 5px;
}

.card .card__body .featured_text p.price {
    color: red;
    font-size: 18px;
}

.card .card__body .image {
  padding-top: 15px;
  width: 120%;
}

.card .card__body .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card .card__body .description {
  margin-bottom: 25px;
}

.card .card__body .description p {
  margin: 0;
  line-height: 27px;
  font-size: 16px;
  color: #555;
}

.card .card__body span.stock {
  color: green;
}
.card .card__body span.stock i{
  color: green;
}
.card .card__body i {
	  color: var(--main-color);
}

.card .card__body .reviews .stars {
  display: inline-block;
  list-style: none;
  padding: 0;
	  color: var(--main-color);
}

.card .card__body .reviews .stars > li {
  display: inline-block;
}

.card .card__body .reviews .stars > li .fa {
	color;var(--main-color);
}

.card .card__body .reviews > span {
  font-size: 14px;
  margin-left: 5px;
  color: #555;
}
section.products {
    margin-top: 80px;
}
.head-top .nav-head .menu-right .lang i {
    margin-inline-start: -6px;
    font-size: 30px;
    position: relative;
    top: -4px;
	transition:all .5s ease;
}
.head-top .nav-head .menu-right .lang i:hover {
    color: var(--main-color);
	transform:scale(1.2)
}
.search-box-btn img{transition:all .4s ease;}
.search-box-btn img:hover{
    transform:scale(1.2)
}
.s-card .card__body .featured_text h1 {
    font-size: 30px;
}
.s-card .card__body {
    flex-direction: column-reverse;
    justify-content: center;
}
.s-card .card__body .image {
    width: 100%;
	padding-top: 0;
}
.single-job-con.single-serv .row {
    padding: 25px;
}
.serv-desc p {
    text-align: center;
}

.serv-desc p img {
    margin-top: 15px;
}
.over-serv-imgs .owl-stage-outer .owl-stage * {
    height: 350px;
}
/*FQA*/
.faq .accordion-header button {
    background: var(--sec-color);
    color: #000;
    font-weight: 500;
    font-size: 17px;
    border-radius: 15px !important;
}
.faq .accordion-item {
    background: #e5e5e5;
	    border: 1px solid transparent;
}
.accordion-body {
    background: #fff;
    color: #8a8b8e;
}
label.upload-btn {
    display:flex;
        flex-direction:row;
    align-items:center;
        justify-content:center;
    padding-block:11px;
    border:1px solid transparent;
    border-radius:40px;
color:#fff !important;
    font-weight:600;
}
label.upload-btn i{margin-inline-end:5px;}
label.upload-btn:hover {
background:transparent;
    color:var(--main-color) !important;
    border:1px solid var(--main-color);
}
label.upload-btn i {
    margin-inline-end: 5px;
    color: #fff;
}
.map iframe{ width:100%; height:400px; }  
.map-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}
.map-head h3 {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-color);
    margin: 0 0 5px;
    display: block;
    background: #fff;
    padding: 0 15px;
}
.serv-desc p {
    text-align: start;
}
.form-inner-contact .form-group .btn.btn-form {
    margin-top: 30px;
}
.form-contact .head-contact h3 {
    padding: 8px 15px;
}

.about-desc-h {
  font-size: 18px !important;
}
label.upload-btn:hover i {
    color: var(--main-color);
}

.hradr-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
a.btn.cat-btn {
    background: var(--sec-color) !important;!i;!;
    color: white !important;!i;!;
}
#counter .item img {
  width: 80px;
  margin-bottom: 20px;
}

.inner-blog-h .blog-block.f-blog .blog-des h3 {
  font-size: 24px;
}
.inner-blog-h .blog-block.f-blog .blog-des p {
  font-size: 16px;
}
.inner-blog-h .blog-block.f-blog {
  margin-bottom: 20px;
  height: 100%;
}

.btn.quote-btn {
  background: var(--main-color) !important;
  color: white !important;
}

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

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  color: black;
  position: absolute;
  left: -17px;
  top: 2px;
  font-weight: bold;
}
.serv-ico img {
  object-fit: fill;
}
section.why-us-sec-n {
    margin-bottom: 80px;
}
