@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.mCustomScrollbar.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(odometer.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Alexandria-VariableFont_wght:wght@200;500;700;800;900&display=swap');

/* End Fonts */


:root {
    --main-color: #5c272c;
    --dark-color: #1A1A1A;
    --bg-color: #FCFCFC;
    --bg-foot: #F7F7F7;
    --bg-grid: linear-gradient(81deg, #FFFFFF 0%, #FFFFFFDB 100%);
}

* {
    box-sizing: border-box;
}

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

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

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

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

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

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

section {
    position: relative;
}

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

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

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

.owl-carousel {
    direction: ltr;
}

main {
    overflow: hidden;
}


/* 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 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;
    right: 20px;
    top: -3px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    color: #000;
    height: auto;
    border: none !important;
    transform: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

.nice-select .list {
    background-color: 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%;
    text-align: start;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
}

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


/* End Select Nice */


/***

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

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.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: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

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

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

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

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

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

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 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;
}

.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 Mobile Menu
====================================================================

***/

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

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

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

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

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

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

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

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

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

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

.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;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    height: 0;
}

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

.nav-inner {
    display: flex;
    /* width: 100%; */
    align-items: center;
    position: relative;
    /* flex: 0 1; */
}

.header-in .menu-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.menu-left .mobile-nav-toggler {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    display: none;
}

header {
    position: absolute;
    z-index: 6;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
}

header .header-top {
    padding: 20px 0;
}

.whats-h a {
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 18px;
}

.whats-h a i {
    font-size: 20px;
    color: var(--main-color);
    margin-inline-end: 10px;
}

.in-h {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
}

.in-h a {
    color: #f1e3d3;
    font-size: 20px;
}

header .menu-nav {
    background: #f1e3d3;
    padding: 28px 0;
}

header .menu-nav .menu-ul {
    display: flex;
    /* gap: 50px; */
    position: relative;
    /* flex: auto; */
}

.logo-h .logo {
    width: 181px;
    display: block;
}

header .menu-nav li a {
    display: block;
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 22px;
    padding: 0 20px;
}

.logo-h {
    /* flex: auto; */
}

header .menu-nav .header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-menu {
    position: absolute;
    z-index: 6;
    max-width: 183px;
    background: #fff;
    border: 1px solid #E3E3E3;
    left: 0;
    min-width: 183px;
    right: 0;
    transition: all .5s;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

header .menu-nav .menu-ul li {
    position: relative;
}

header .menu-nav .sub-menu li a {
    padding: 10px 20px;
}

header .menu-nav .sub-menu li a:hover {
    background: var(--bg-foot);
    color: var(--main-color);
}

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

header .menu-nav .menu-ul li.menu-item-has-children::after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    transition: all .5s;
}

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

.header-in .menu-left .search-box-btn.search-box-outer,
.header-in .menu-left .lang {
    color: #505050;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s;
}

.header-in .menu-left .lang {
    font-size: 16px;
}

header .menu-nav li.current-menu-item a,
header .menu-nav li a:hover {
    color: var(--main-color);
}

.sticky.active {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.sticky.active .menu-nav {
    padding: 11px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}


/* End Header */


/* Start Slider-home */

.slider-block,
.slider-block .row {
    position: relative;
    min-height: 770px;
}

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

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

.slider-block .row {
    align-items: center;
}

.slider-block .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-262deg, var(--dark-color), #07070700);
    opacity: 0;
}

.slider-block .text-slider {
    padding: 0 0 100px;
    max-width: 895px;
    min-height: 338px;
    background: rgb(255 255 255 / 80%);
    padding: 32px;
}

.slider-block .text-slider h1 {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 62px;
    margin: 0 0 60px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.btn.btn-white {
    min-width: 167px;
    min-height: 50px;
    background: #fff;
    border-radius: 5px;
    display: table;
    color: var(--main-color);
    font-size: 18px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 11px;
}

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

.btn-s {
    text-align: center;
    display: flex;
    margin-top: 10px;
}

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

.home-slider .owl-dots {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 120px;
    margin: auto;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 3px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 0;
    transition: all .5s;
    margin: 0 10px;
    position: relative;
    opacity: .4;
}

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

.owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px var(--main-color) solid;
    right: 0;
    left: 0;
    top: 0;
    margin: -7.51px;
    border-radius: 50%;
    transition: all .5s;
    display: block;
    transform: scale(0);
    opacity: 0;
}

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

.btn {
    min-width: 196px;
    min-height: 55px;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    color: var(--main-color);
    font-size: 18px;
    padding: 13px;
    font-weight: 500;
    display: table;
    background: transparent;
}

.btn-s .btn {
    margin-inline-end: 26px;
    color: var(--dark-color);
}

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

.slider-h .slider-counter {
    position: absolute;
    right: 5.5%;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    max-height: 30%;
    margin: auto;
}

.slider-h .slider-counter .line {
    height: 150px;
}

.home-slider.owl-carousel .owl-nav {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 5%;
    left: auto;
}

.home-slider.owl-carousel .owl-nav button.owl-prev,
.home-slider.owl-carousel .owl-nav button.owl-next {
    font-size: 24px !important;
    color: #fff !important;
    margin: 100px 0;
    background: transparent !important;
    width: auto;
    height: auto;
    right: auto;
    left: auto;
    position: relative;
}


/* End Slider-home */


/* Start About-h */

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

.about-h .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-grid);
}

.img-about {
    height: 393px;
    overflow: hidden;
    position: relative;
}

.img-about .img {
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
}

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

.clip-text {
    font-size: 59px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    /* Color fallback */
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-weight: 600;
    background-position: center;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}


/* Background */

.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Text Background (black zone) */

.clip-text:after {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.65;
}

.img-about .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 93%;
    width: 94%;
    margin: auto;
    z-index: 3;
    border: 2px solid #fff;
}

.about-block .title-about {
    margin: 0 0 27px;
}

.about-block .title-about h3 {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    margin: 0;
    line-height: 1.5;
}

.about-block .text-about p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    max-height: 172px;
    overflow: hidden;
    margin: 27px 0;
}

.about-block {
    max-width: 533px;
}


/* End About-h */


/* Start Projects-h */

.projects-h {
    padding: 100px 0;
	background: #f1e3d3;
}

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

.title {
    margin: 0 0 55px;
}

.title h3 {
    font-size: 32px;
    color: var(--main-color);
    font-weight: 600;
    margin: 0;
}

.title p {
    color: #3B3B3B;
    font-size: 16px;
    max-width: 625px;
    margin: 26px auto 0;
}

.animation-rotate {
    position: absolute;
    left: 0;
    top: -42%;
    border-radius: 50%;
    padding: 0;
    transition: all 1s;
    border: 1px solid rgba(213,195,183,.3);
    width: 171px;
    height: 171px;
}

.container {
    position: relative;
}

.animation-rotate .anim-inner {
    width: 100%;
    height: 100%;
    position: relative;
    height: 124px;
    width: 124px;
    background-color: transparent;
    border-radius: 50%;
    margin: auto;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    transform: rotate(-100deg);
    transition: all 1s ease-in-out;
}

#circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

#circle text {
    font-family: "Helvetica Neue", Arial;
    font-size: 36px;
    font-weight: bold;
}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.animation-rotate .anim-inner h6,
.animation-rotate .anim-inner h6 span {
    font-size: 9px !important;
    height: 73px !important;
    padding: 0 !important;
    position: absolute;
    right: 41px;
    top: 2px;
    font-weight: bold;
    color: #000;
}

.animation-rotate .anim-inner::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #505050;
    border-radius: 50%;
}

.rotate .hoverSec .animation-rotate,
.rotate2 .hoverThr .animation-rotate,
.rotate3 .hoverFor .animation-rotate {
    /* transform: rotate(180deg); */
}

.projects-slider .item {
    padding: 0 20px;
}

.pro-block {
    margin: 15px 0;
    height: 419px;
    overflow: hidden;
    position: relative;
}

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

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

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

.pro-block .img-block::before,
.pro-block .img-block::after {
    /* right: 0; */
    content: "";
    position: absolute;
    width: 92%;
    border-bottom: 1px #fff solid;
    transition: all .5s;
    left: 12px;
    margin: auto;
    width: 0;
}

.pro-block .img-block::before {
    top: 3%;
}

.pro-block .img-block::after {
    bottom: 3%;
    left: auto;
    right: 12px;
}

.pro-block:hover .img-block::before,
.pro-block:hover .img-block::after {
    width: 92%;
}

.pro-block .img-block .img::before,
.pro-block .img-block .img::after {
    content: "";
    position: absolute;
    left: 12px;
    height: 94%;
    top: 3%;
    border-right: 1px #fff solid;
    transition: all .5s;
    height: 0;
}

.pro-block .img-block .img::after {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 3%;
}

.pro-block:hover .img-block .img::before,
.pro-block:hover .img-block .img::after {
    height: 94%;
}

.pro-block .details {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    width: 89%;
    margin: auto;
    background: rgb(0 0 0 / 79%);
    min-height: 99px;
    padding: 18px;
    z-index: 4;
}

.pro-block .details h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.pro-block .details .readMore {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 17px 0 0;
    font-size: 16px;
}

.pro-block .details .readMore i {
    font-size: 22px;
    margin-inline-start: 11px;
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 62px;
    height: 62px;
    background: rgb(0 0 0 / 32%);
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    transition: all .5s;
}

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

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

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--main-color);
}

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

.btn i {
    margin-inline-start: 16px;
}


/* End Projects-h */


/* Start Counter-h */

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

.counter-h .img-overlay {
    opacity: 0.08;
}

.counter-h .row {
    justify-content: center;
}

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

.count-block {
    min-height: 167px;
    background: #fff;
    box-shadow: 0px 9px 21px #34343426;
    border-radius: 3px;
    text-align: center;
    padding: 41px 20px;
}

.count-block .counter-item {
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
    direction: ltr;
    margin: 0 0 22px;
}

.count-block h6 {
    margin: 0;
    color: #3B3B3B;
    font-size: 20px;
    font-weight: 500;
}


/* End Counter-h */


/* Start News-h */

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    /* width: 415px; */
    margin: 15px 0;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background: var(--bg-color);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 405px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #E8E8E8;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #F7F7F7;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 16px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
}

.flip-box-header {
    margin: 0;
    padding: 18px 0;
}

.flip-box p {
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: normal;
    text-align: start;
    max-height: 70px;
    overflow: hidden;
}

.flip-box-img {
    margin-top: 0;
    width: 100%;
    height: 233px;
    /* background: #FFF; */
    overflow: hidden;
    margin: 0;
    position: relative;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

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

.news-h .title {
    text-align: center;
    margin: 0 0 100px;
}

.news-slider .item {
    padding: 0 20px;
}

.flip-box-img .img {
    display: block;
    width: 100%;
    height: 100%;
}

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

.flip-box-img .date-h {
    position: absolute;
    width: 64px;
    height: 55px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000014;
    border: 1px solid #EBEBEB;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.flip-box-img .date-h span {
    font-size: 16px;
    color: var(--main-color);
}

.flip-box-img .date-h h3 {
    margin: 0;
    color: #505050;
    font-size: 11px;
    font-weight: normal;
}

.flip-box .readMore {
    display: flex;
    align-items: center;
    margin: 18px 0 0;
    color: var(--main-color);
    font-size: 16px;
    font-weight: normal;
}

.flip-box .readMore i {
    font-size: 22px;
    margin-inline-start: 11px;
}

.flip-box-back .flip-box-img {
    height: 58px;
    margin: 0;
}

.flip-box-back .flip-box-header p {
    background: #fff;
    padding: 16px;
    max-height: 220px;
    margin: 0 0 33px;
}

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


/* End News-h */


/* Start Clients-h */

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

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

.title-clients h3 {
    color: #505050;
    font-size: 22px;
    font-weight: 500;
}

.title-clients h3 span {
    color: var(--main-color);
}

.client-block {
    height: 150px;
    margin: 15px 0;
}

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

.client-block .img img {
    width: auto;
    max-height: 100%;
    margin: auto;
}


/* End Clients-h */


/* Start Footer */

footer {
    position: relative;
    background: #000;
}

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

.footer-col .logo-f {
    width: 270px;
    margin-top: 35px;
}

.footer-col .logo-f a {
    display: block;
}

.footer-col p {
    color: #3B3B3B;
    font-size: 16px;
    margin: 23px 0 0;
    font-weight: normal;
    line-height: 1.7;
    max-height: 105px;
    overflow: hidden;
}

.footer-col h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 600;
    padding-top: 15px;
    position: relative;
}

.footer-col ul li a {
    display: inline-block;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.footer-col ul li a:hover {
    color: var(--main-color);
}

.footer-col .app-down {
    width: 130px;
    margin: 20px 0;
}

.footer-col .app-down a {
    display: block;
    margin: 0 0 10px;
}

.footer-col .app-down a img {
    max-height: 84px;
}

.fh-f {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.fh-f span {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 500;
}

.fh-f a {
    color: #505050;
    font-size: 20px;
}

.fh-f a:hover {
    color: var(--main-color);
}

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

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

.capy-right {
    display: flex;
    justify-content: center; /* بدل flex-end */
}

.capy-right p {
    color: #ffffff; /* لون أبيض */
    font-size: 16px;
}

.footer-col h3::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    border-top: 1px #ebebeb solid;
}


/* End Footer */


/* Start Breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    min-height: 366px;
}

.breadcrumb .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: 0.46;
}

.breadcrumb .row {
    align-items: flex-end;
    height: 100%;
}

.breadcrumb .text-bread {
    text-align: center;
    padding-bottom: 102px;
}

.breadcrumb .text-bread h1 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}


/* End Breadcrumb */


/* Start About-page */

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

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

.img-about-in {
    position: relative;
    height: 385px;
    max-width: 501px;
    margin-inline-start: auto;
}

.img-about-in .img {
    max-width: 473px;
    height: 355px;
    background: #fff;
    box-shadow: 0px 11px 17px #00000029;
    margin-inline-start: auto;
}

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

.img-about-in::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 178px;
    height: 160px;
    border: 2px solid var(--dark-color);
    z-index: -1;
}

.about-more {
    padding: 85px 0;
}

.about-more .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #0000008F 0%, #0000004D 100%);
}

.block-about-in {
    height: calc(100% - 30px);
    background: #fff;
    border: 2px solid #E4E4E4;
    padding: 30px;
    margin: 15px 0;
}

.block-about-in .title-block {
    display: flex;
    align-items: center;
    margin: 0 0 37px;
}

.block-about-in .title-block .icon {
    width: 75px;
    height: 69px;
    background: #3B3B3B;
    color: #FFF;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-about-in .title-block h3 {
    width: calc(100% - 75px);
    margin: 0;
    padding-inline-start: 20px;
    color: #3B3B3B;
    font-size: 22px;
    font-weight: 600;
}

.block-about-in .details p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 2;
}

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

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

.all-object .item {
    margin: 20px 0;
}

.all-object .item .object-block {
    display: flex;
    align-items: center;
}

.all-object .item .object-block .num {
    width: 68px;
    height: 68px;
    border: 1px solid #707070;
    background: var(--dark-color);
    color: #fff;
    font-size: 18px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-inline-end: -34px;
}

.all-object .item .object-block .details {
    min-height: 91px;
    border: 1px dashed #D1D1D1;
    width: calc(100% - 34px);
    padding: 20px;
    padding-inline-start: 55px;
    display: flex;
    align-items: center;
}

.all-object .item .object-block .details p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 500;
}

.manger-h {
    padding: 50px 0 90px;
}

.img-manger {
    height: 377px;
    box-shadow: 0px 5px 16px #00000017;
}

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

.text-manger {}

.text-manger .name-manger {
    margin: 0 0 26px;
    padding-inline-end: 40px;
    position: relative;
}

.text-manger .name-manger h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0 0 11px;
}

.text-manger .name-manger span {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
}

.text-manger .words-manger {
    min-height: 297px;
    background: #FFF;
    border: 1px dashed #ACACAC;
    padding: 22px;
}

.text-manger .words-manger p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
}

.text-manger .name-manger::after {
    content: "\f10d";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 36px;
    color: var(--main-color);
}


/* End About-page */


/* Start Projects-page */

.pagination-page {
    margin: 45px 0 0;
}

.pagination-page .pagination {
    justify-content: center;
    align-items: center;
}

.pagination-page .pagination .page-item .page-link {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid var(--dark-color);
    border-radius: 0 !important;
    text-align: center;
    line-height: 44px;
    padding: 0;
    margin: 0 6px;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
}

.pagination-page .pagination .page-item.disabled .page-link {
    background: var(--dark-color);
    color: #fff;
}

.pagination-page .pagination .page-item.more-pag .page-link {
    background: none !important;
    border: none !important;
    width: auto;
    min-width: 38px;
}

.pagination-page .pagination .page-item.more-pag .page-link .dots-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 6px;
}

.pagination-page .pagination .page-item.more-pag .page-link .dots-p span {
    width: 10px;
    height: 10px;
    background: var(--dark-color);
    border-radius: 50%;
}


/* End Projects-page */


/* Start Single-project */

.text-single h3 {
    font-size: 28px;
    font-weight: bold;
    color: var(--dark-color);
    margin: 0 0 30px;
}

.text-single p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0;
    line-height: 2;
    max-width: 830px;
}

.single-block {
    height: 503px;
}

.single-block img {
    width: auto !important;
    max-height: 100%;
    margin: auto;
}

.single-slider.owl-carousel .owl-nav {
    top: 35%;
}

.single-slider.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.single-slider.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.body-inner .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.body-inner .owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
    background: #D3D3D3;
    border-radius: 50%;
    margin: 0 6px;
}

.body-inner .owl-dots button.owl-dot.active span {
    background: var(--dark-color);
}

.ret-h {
    padding: 50px 0 80px;
}

.ret-h::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    max-width: 1070px;
    border-top: 2px var(--bg-foot) solid;
}


/* End Single-project */


/* Start Single-news */

.img-news {
    height: 487px;
    position: relative;
}

.img-news .img {
    width: 100%;
    height: 100%;
}

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

.single-news.body-inner {
    padding-top: 150px;
}

.img-news .date-h {
    width: 93px;
    height: 80px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000014;
    border: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.img-news .date-h span {
    font-size: 22px;
    color: var(--main-color);
}

.img-news .date-h h3 {
    font-size: 22px;
    color: #505050;
    font-weight: normal;
    margin: 0;
}

.text-single.text-news {
    margin: 26px 0 0;
}

.text-single.text-news h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0;
}

.text-single.text-news p {
    margin: 22px 0 0;
}


/* End Single-news */


/* Start Main-page */

.steps {
    margin: 0;
    display: flex;
    gap: 0;
    flex: 0 1;
    align-items: center;
}

.multi-step-form .steps button {
    background: transparent !important;
    display: flex;
    align-items: center;
    flex: auto;
}

.multi-step-form .steps button .line {
    display: block;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    margin: 0 0 5px;
    transition: all .5s;
}

.multi-step-form .steps button h6 {
    margin: 0;
    font-size: 18px;
    transition: all .5s;
    color: #9D9D9D;
    font-family: 'bahijBold';
    line-height: 30px;
}

.multi-step-form .steps button.active .line,
.multi-step-form .steps button.active h6 {
    color: var(--sec-color);
}

.multi-step-form .steps button.active .line {
    background: #00a87e;
}

.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2,
.multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
    display: none !important;
}

.no-js .multi-step-form fieldset,
.multi-step-form.edit-form fieldset {
    display: block !important;
}

.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset],
.multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
    display: inline-block !important;
}

.no-js .multi-step-form .steps,
.multi-step-form.edit-form .steps {
    display: none;
}

.multi-step-form fieldset {
    display: none;
    padding: 30px;
}

.multi-step-form fieldset:first-of-type {
    display: block;
}

.multi-step-form fieldset.hidden {
    display: none;
}

.multi-step-form fieldset.visible {
    display: block;
}

.multi-step-form .steps button {
    border: 0;
    border-bottom: 1px solid #E1E1E1;
}

.multi-step-form .steps [disabled] {
    background: none;
}

.multi-step-form .steps .active {
    background: #eee;
    border-bottom: 3px solid var(--dark-color);
}

.error-text {
    color: red;
}

label .optional {
    font-weight: normal;
    font-size: 90%;
}

.multi-step-form .steps button .num {
    width: 42px;
    height: 42px;
    background: #F2F2F2;
    border: 1px dashed #CACACA;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-inline-end: 16px;
    color: #B1B1B1;
    font-size: 16px;
    font-family: 'bahijSemiBold';
}

.multi-step-form .steps .active .num {
    border: 1px dashed #707070;
    color: var(--sec-color);
}

.map-step {
    height: 445px;
}

.form-step .form-group {
    margin: 0 0 30px;
}

.form-step .form-group label {
    font-size: 16px;
    color: var(--main-color);
    line-height: 25px;
    font-family: 'bahijSemiBold';
    margin: 0 0 8px;
}

.form-step .form-group .form-control {
    width: 100%;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    color: #606060;
    font-size: 16px;
    font-family: 'bahijSemiBold';
    transition: all .5s;
}

.form-step .form-group .form-control::after {
    width: 12px;
    height: 12px;
    top: 18px;
}

.form-step .form-group textarea.form-control {
    height: 153px;
}

.btn.btn-next {
    max-width: 231px;
}

.tabs-step .nav.nav-pills .nav-item {
    width: 100%;
}

.tabs-step .nav.nav-pills .nav-item .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    height: 62px;
    background: #F2F2F2;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
}

.tabs-step .nav.nav-pills .nav-item .nav-link.active {
    background: #606060;
    border-color: #707070;
}

.tabs-step .nav.nav-pills .nav-item .nav-link h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'bahijBold';
    line-height: 30px;
}

.tabs-step .nav.nav-pills .nav-item .nav-link span {
    font-size: 16px;
    color: var(--sec-color);
    font-family: 'bahijSemiBold';
}

.tabs-step .nav.nav-pills .nav-item .nav-link.active span {
    color: #fff;
}

.checkRadio-step {
    border: 1px dashed #C4C4C4;
    padding: 20px;
    max-width: 414px;
}

.checkRadio-step .item {
    margin: 0 0 6px;
}

.checkRadio-step .item:last-child {
    margin: 0;
}

.checkRadio-step .item .item-radio {
    position: relative;
}

.checkRadio-step .item .item-radio input {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.checkRadio-step .item .item-radio .input-ch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F2F2F2;
    height: 50px;
    position: relative;
    padding: 16px;
}

.checkRadio-step .item .item-radio .input-ch h3 {
    margin: 0;
    font-size: 16px;
    color: var(--sec-color);
    font-family: 'bahijSemiBold';
}

.checkRadio-step .item .item-radio.disabled .input-ch h4 {
    color: #C4C4C4;
    font-size: 16px;
    font-family: 'bahijLight';
}

.checkRadio-step .item .item-radio.disabled .input-ch {
    background: #F2F2F2;
}

.checkRadio-step .item .item-radio.disabled .input-ch h3 {
    color: #C4C4C4;
}

.checkRadio-step .item .item-radio input:checked+.input-ch::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 15px;
    color: var(--sec-color);
}

.checkRadio-step+p {
    max-width: 414px;
}

.checkRadio-step+p .btn.btn-success.btn-done {
    margin: 30px auto 0;
    font-size: 18px;
}

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

.main-page.body-inner {
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 29px;
}

.main-page.body-inner .img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.step-block-in.multi-step-form {
    max-width: 630px;
    background: #FFFF;
}

.step-block-in.multi-step-form h3 {
    padding: 30px;
    margin: 0;
    text-align: center;
    font-size: 22px;
    color: var(--dark-color);
    font-weight: bold;
}

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

.inner-step .form-group:last-child {
    margin: 0;
}

.inner-step .form-group label {
    color: #797979;
    font-size: 16px;
    margin: 0 0 10px;
}

.inner-step .form-group .form-control {
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    width: 100%;
    transition: all .5s;
    font-size: 16px !important;
    line-height: 45px;
    position: relative;
    z-index: 8;
    appearance: auto;
}

.inner-step .form-group .form-control.error {
    border-color: red;
    margin: 0;
}

.inner-step .form-group .error {
    font-size: 12px;
    color: red;
    margin: 12px 0 0;
}

.inner-step .form-group .form-control::placeholder {
    color: #A0A0A0;
}

.inner-step .form-group .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--sec-color);
}

.inner-step .form-group .form-control .current {
    color: #A0A0A0;
}

.inner-step .form-group .btn {
    min-width: 163px;
    min-height: 55px;
    background: var(--dark-color);
    color: #fff;
    border: none !important;
    border-radius: 0;
    margin-top: 30px;
}

.all-choose {
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    padding: 20px 16px;
}

.all-choose .all-choose-in {
    overflow: hidden;
    overflow-y: auto;
    max-height: 278px;
}

.all-choose .all-choose-in::-webkit-scrollbar {
    width: 3px;
}

.all-choose .all-choose-in::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #E3E3E3;
}

.all-choose .all-choose-in::-webkit-scrollbar-thumb {
    background-color: var(--dark-color);
    outline: none;
}

.all-choose .all-choose-in .item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #D2D2D2;
    max-width: 520px;
}

.all-choose .all-choose-in .item:first-child {
    padding-top: 0;
}

.all-choose .all-choose-in .item:last-child {
    padding-bottom: 0;
}

.all-choose .all-choose-in .item input {
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #707070;
}

.all-choose .all-choose-in .item .title-item {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 19px);
    padding-inline-start: 16px;
    align-items: center;
}

.all-choose .all-choose-in .item .title-item span {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: normal;
}

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

.title-main h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.main-page.main-page2.body-inner .img-overlay::after {
    opacity: 0;
}

.form-main2 {
    max-width: 797px;
    border: 1px solid #CBCBCB;
    position: relative;
    margin: 0 auto;
    padding: 30px;
}

.form-main2::before,
.form-main2::after {
    position: absolute;
    content: "";
}

.form-main2::before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    backdrop-filter: blur(14px);
    z-index: -1;
}

.form-main2::after {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    /* filter: blur(13px); */
    opacity: 0.13;
}

.form-main2 form {
    padding: 0 0 20px;
}

.form-main2 .form-group {
    margin: 0 0 18px;
}

.form-main2 .form-group .form-control {
    height: 50px;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 0;
    padding: 0 16px;
}

.form-main2 .form-group textarea.form-control {
    height: 181px;
    padding: 16px;
}

.form-main2 .btn.btn-form {
    min-width: 152px;
    min-height: 50px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000014;
    border: none !important;
    border-radius: 0;
    color: #000;
}

.info-bottom-main {
    border-top: 1px solid #CBCBCB;
    margin: 0;
    padding: 35px 0 0;
    align-items: center;
}

.info-bottom-main .callNow {
    display: flex;
    align-items: center;
}

.info-bottom-main .callNow i {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--main-color);
    transition: all .5s;
}

.info-bottom-main .callNow span {
    color: #FFF;
    font-size: 18px;
    width: calc(100% - 44px);
    padding-inline-start: 10px;
}

.info-bottom-main .fh-f {
    justify-content: flex-end;
}

.info-bottom-main .fh-f a {
    color: #FFf;
}

.info-bottom-main .fh-f a:hover {
    color: var(--main-color);
}

.info-bottom-main .callNow:hover i {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.header-in .menu-left .search-box-btn.search-box-outer:hover,
.header-in .menu-left .lang:hover {
    color: var(--main-color);
}

.boxs-cont {margin: 0 0 50px;}

.boxs-cont .cont-block {
    text-align: center;
    border: 1px solid #CBCBCB;
    position: relative;
    margin: 15px 0;
    padding: 30px 10px;
}

.boxs-cont .cont-block::before, .boxs-cont .cont-block::after {
    content: "";
    position: absolute;
}

.boxs-cont .cont-block::before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    backdrop-filter: blur(14px);
    z-index: -1;
}

.boxs-cont .cont-block::after {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    /* filter: blur(13px); */
    opacity: 0.13;
}

.boxs-cont .cont-block h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.boxs-cont .cont-block a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
}

/*.boxs-cont .col-md-3.col-sm-12 {*/
/*    padding: 0 6px;*/
/*}*/

.boxs-cont .cont-block a i {
    width: 20px;
    margin-inline-end: 4px;
    display: none;
}

.boxs-cont .cont-block a u {
    text-decoration: none;
    display: block;
    margin: 10px 0 0;
}

form {
    direction: ltr;
}

.btnNext {
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: 3;
    width: 72px;
    height: 63px;
    background: rgb(0 0 0 / 34%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 31px;
}

.flip-box .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #F7F7F7;
}

.flip-box .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.la, .las {
    font-family: 'Line Awesome Free' !important;
}

.menu-left .mobile-nav-toggler {
    position: relative;
}

.menu-left .mobile-nav-toggler .icon.flaticon-menu i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.animation-rotate .anim-inner svg {
    position: absolute;
    left: -6px;
    top: -28px;
    width: 210px;
    height: 210px;
    transform: rotate(11deg);
    /* -webkit-animation: rotatess_strengths 1s ease 1 normal; */
    /* animation: rotatess_strengths 1s ease 1 normal; */
}

.animation-rotate .anim-inner svg text {
    font-size: 23px;
    font-weight: 700;
}

.animation-rotate .anim-inner svg text textPath {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #e1aa28;
    background: #333;
}


.rotate .hoverSec  .animation-rotate .anim-inner,
.rotate2 .hoverThr  .animation-rotate .anim-inner,
.rotate3 .hoverFor .animation-rotate .anim-inner {
    transform: rotate(-284deg);
}

.hoverThr .animation-rotate {
    top: -10%;
}

.hoverSec .animation-rotate {
    top: -10%;
}

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

.btn-block .btn {max-width: 330px;margin: 0 auto;height: 70px;display: flex;justify-content: center;align-items: center;}
/* End Main-page */



/* Start Career-page */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.career-page .form-main2 .form-group .form-control.upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #747d84;
    font-size: 16px;
}

.career-page .form-main2 .form-group textarea.form-control {
    height: 252px;
}

.nav.nav-pills {
    justify-content: center;
    margin: 0 0 50px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--dark-color);
    color: #fff;
    border-radius: 0;
}

.nav-pills .nav-link {
    background: var(--main-color);
    color: #fff;
    margin: 5px;
    border-radius: 0;
    min-width: 120px;
}
/* End Career-page */

#step-2 .inner-step .form-group:last-child {
    display: flex;
    justify-content: space-between;
}

#step-2 .inner-step .form-group:last-child .btn.btn-prev {
    background: #ccc;
    color: #333;
}

#step-2 .inner-step .form-group:last-child .btn.btn-prev i {
    float: right;
    margin-top: 6px;
}

.footer-col .logo-2 {
    margin: 15px 0 0;
    display: flex;
}

.footer-col .logo-2 h3 {
    margin: 0;
    margin-inline-end: 10px;
    font-size: 20px;
    padding: 11px 0 0;
}
.main-colored-text {
  color: var(--main-color) !important;
}
.testimonials-section .testimonial-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #000;
    border: 2px solid #a70000;
    position: relative;
}

.testimonials-section .testimonial-form textarea,
.testimonials-section .testimonial-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.testimonials-section .testimonial-form input[type="submit"] {
    background-color: #67212D;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 5px;
    transition: background 0.3s;
}

.testimonials-section .testimonial-form input[type="submit"]:hover {
    background-color: #800000;
}
.testimonial-content {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #56180d; /* نبيتي */
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    color: #000;
    font-size: 16px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-content p {
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-content strong {
    color: #56180d;
    font-weight: bold;
    text-align: right;
    display: block;
    margin-top: auto;
    font-size: 14px;
}
.custom-testimonials-section {
  background-color: #f7f7f7;
  direction: rtl;
}

.section-title {
  font-size: 2rem;
  color: #222;
  font-weight: bold;
}

.custom-slider {
  text-align: center;
}

.review-box {
  background: white;
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
  transition: 0.3s;
}

.review-box:hover {
  transform: translateY(-5px);
}

.stars .star {
  font-size: 22px;
  color: #FFD700; /* ذهبى */
}

.review-text {
  margin: 15px 0;
  color: #444;
  font-size: 1rem;
}

.review-author {
  font-weight: bold;
  color: #8B0000;
}

/* الفورم */
.form-container {
  max-width: 600px;
}

.review-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: right;
}

.btn-gold {
  background: #FFD700;
  color: black;
  border: none;
  font-weight: bold;
}

.btn-gold:hover {
  background: #e6c200;
}
