@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(intlTelInput.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(odometer.css);
@import url(ion.rangeSlider.min.css);
@import url(magnific-popup.min.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* End Fonts */

:root {
    --main-color: #492C44;
    --bg-color: #F8F8F8;
    --dark-color: #3B3B3B;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
    background: #fff;
    text-align: start;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

body::-webkit-scrollbar {
    width: 6px;
}

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

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 1px solid var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', 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;
}

html,
body {
    overflow-x: hidden;
}


/*** 

====================================================================
	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: 15px;
    top: 32px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    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);
}

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

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

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

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

.mobile-menu2 .nav-logo2 img {
    max-width: 200px;
    max-height: 55px;
}

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

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

.mobile-menu2 .menu-backdrop2 {
    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-visible2 .mobile-menu2 .menu-backdrop2 {
    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-menu2 .menu-box2 {
    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-visible2 .mobile-menu2 .menu-box2 {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu2 .close-btn2 {
    position: absolute;
    left: 15px;
    top: 32px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    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-visible2 .mobile-menu2 .close-btn2 {
    -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-menu2 .close-btn2:hover {
    opacity: 0.50;
}

.mobile-menu2 .navigation2 {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

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

.mobile-menu2 .navigation2 li>ul>li:last-child {
    border-bottom: none;
}

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

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

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

.mobile-menu2 .navigation2 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-menu2 .navigation2 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-menu2 .navigation2 li>ul,
.mobile-menu2 .navigation2 li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

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

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

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

.sticky-header2 .outer-box2 .search-box-btn2 {
    color: #000000;
}

.sticky-header2 .outer-box2 {
    padding: 22px 0px;
}


/*** 

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

***/


/* Start Header */

.header-top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 8;
}

.head-top .info-top {
    border-bottom: 1px solid #919191;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

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

.head-top .info-top .details-info li a {
    color: #fff;
    margin-inline-end: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.head-top .info-top .details-info li a i {
    font-size: 21px;
    width: 30px;
}

.head-top .info-top .social-h {
    display: flex;
    margin: auto;
}

.head-top .info-top .social-h a {
    font-size: 21px;
    color: #fff;
    margin: 0 8px;
    /* font-family: 'cairo'; */
}

.head-top .info-top .loginReq {
    margin-inline-start: auto;
}

.head-top .info-top .loginReq a {
    color: #fff;
    font-size: 14px;
}

.head-top .info-top .loginReq a i {
    font-size: 20px;
    margin-inline-end: 6px;
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

#cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    transition: transform .15s ease-in-out;
    z-index: 9;
    color: #fff;
}

.head-top .info-top .lang {
    display: flex;
    margin: 0 auto;
    color: #fff;
    align-items: center;
    font-size: 14px;
}

.head-top .info-top .lang i {
    font-size: 21px;
    margin-inline-end: 10px;
}

.nav-head {
    padding: 10px 0 0;
    display: flex;
}

.nav-head ul {
    display: flex;
    align-items: center;
    /* flex: 0 1; */
    width: 100%;
}

.nav-head ul li {
    display: inline-flex;
    flex: auto;
    padding: 0 10px;
position: relative;}

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

.nav-head ul li a {
    font-size: 17px;
    color: #fff;
}

.nav-head .btn-nav {
    margin-inline-start: auto;
}

.btn-white,
.btn.btn-white {
    min-width: 164px !important;
    min-height: 40px !important;
    border: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.btn-white::before,
.btn-white::after,
.btn.btn-white::before,
.btn.btn-white::after {
    opacity: 1;
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: auto;
}

.btn-white::before,
.btn.btn-white::before {
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.1, 1);
}

.btn-white::after,
.btn.btn-white::after {
    transition: all 0.3s;
    border: 2px solid #9B9B9B !important;
    transform: none;
}

.btn-white:hover::before,
.btn.btn-white:hover::before {
    opacity: 1 !important;
    transform: scale(1, 1) !important;
}

.btn-white:hover::after,
.btn.btn-white:hover::after {
    transform: scale(1, .1) !important;
    opacity: 0 !important;
}

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

.btn-white:hover, .btn.btn-white:hover {
    color: #fff !important;
}


/* End Header */


/* Start Slider-home */

.banner-home {
    height: 100vh;
}

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

.img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 30s;
}

.img-overlay::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #492C44 0%, #492C4480 100%);
}

.banner-home .home-slider .owl-stage-outer .owl-stage .owl-item .item .container .row {
    align-items: center;
}

.text-banner {
    margin: 11vh 0 0;
    max-width: 612px;
    position: relative;
    padding-inline-start: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}

.text-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-inline-start: 2px solid #FFFFFF;
    margin: auto;
    height: 81%;
}

.text-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
    margin: 0 0 35px;
    transition: all 1s;
    /* width: 0; */
    overflow: hidden;
    /* height: 0; */
    transform: translateX(-120%);
    max-height: 130px;
    overflow: hidden;
}

.active .text-banner h1 {
    /* width: auto; */
    /* height: auto; */
    transform: none;
}

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

.text-banner .btn.btn-white {
    transform: translateX(-120%);
    transition: all 1.5s;
}

.active .text-banner .btn.btn-white {
    transform: none;
}

.owl-item.active .img-overlay {
    transform: scale(1.5) translate(30px, 30px);
}

.home-slider .owl-nav {
    max-width: 1140px;
    padding-inline-start: 30px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999999;
    bottom: 30px;
    display: flex;
    margin: auto;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    color: #C3C3C3;
    font-size: 37px;
}

.home-slider .owl-nav .owl-prev {
    margin-inline-end: 50px;
}

.slider-counter {
    max-width: 1140px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    bottom: 72px;
    padding-inline-start: 77px;
    font-size: 18px;
    color: #fff;
    margin: auto;
    height: 0;
}

.banner-home .btn-fixed {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
    width: 68px;
    height: 203px;
    background: #fff;
    box-shadow: 0px 7px 18px #0000004D;
    border-radius: 2px 0px 0px 2px;
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}


/* End Slider-home */


/* Start About-h */

.about-h {
    padding: 60px 0;
    z-index: 2;
}

.img-about {
    height: 540px;
    position: relative;
}

.img-about .img {
    box-shadow: 0px 23px 43px #00000033;
    border-radius: 2px;
    overflow: hidden;
    margin-top: -120px;
    height: 100%;
}

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

.img-about::after {
    content: "";
    position: absolute;
    width: 307px;
    height: 276px;
    background: var(--main-color);
    box-shadow: 0px 10px 36px #00000029;
    border-radius: 2px;
    bottom: -25px;
    left: -25px;
    z-index: -1;
    transition: all .5s;
}

.title {
    margin-bottom: 30px;
}

.title .sub-title {
    position: relative;
    padding-inline-start: 110px;
    font-size: 17px;
    color: var(--main-color);
    font-weight: 600;
}

.title .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 100px;
    border-top: 2px solid #492C44;
}

.title h3 {
    font-size: 50px;
    font-weight: bold;
    color: var(--main-color);
    max-width: 90%;
    line-height: 70px;
    margin: 30px 0;
}

.text-about p {
    max-width: 513px;
    color: var(--dark-color);
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
    max-height: 90px;
    overflow: hidden;
}

.btn {
    min-width: 173px;
    min-height: 55px;
    /* background: var(--main-color); */
    border-radius: 2px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s;
    padding: 0 15px;
    line-height: 55px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}

.btn::before,
.btn::after {
    content: '';
    position: absolute;
}

.btn i {
    font-size: 21px;
    margin-inline-start: 10px;
    top: 2px;
}

.btn::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--main-color);
    transition: all 0.3s;
}

.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid var(--main-color);
    transform: scale(1.2, 1.2);
}

.btn:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.btn:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

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

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


/* End About-h */


/* Start Services-h */

.services-h {
    padding: 60px 0 160px;
}

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

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

.container {
    position: relative;
    z-index: 2;
}

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

.title.title-white h3 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    max-width: 100%;
    line-height: 55px;
}

.title.title-white p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 10px 0;
}

.serv-block {
    margin: 15px 0;
    position: relative;
    text-align: center;
}

.serv-block::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: -1;
}

.serv-block::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    opacity: 0.13;
}

.serv-block .serv-inner {
    padding: 30px;
    position: relative;
    min-height: 300px;
    z-index: 2;
}

.serv-block .serv-inner::before,
.serv-block .serv-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    transition: all .5s;
    z-index: -1;
}

.serv-block .serv-inner::after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: scale(-1);
    z-index: -1;
}

.serv-block:hover .serv-inner::before,
.serv-block:hover .serv-inner::after {
    width: 100%;
    height: 100%;
}

.serv-block .serv-inner .icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: rgb(73 44 68 / 42%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.serv-block .serv-inner .icon img {
    max-width: 56px;
    max-height: 56px;
}

.serv-block:hover .serv-inner .icon {
    animation: 1s flipInY;
}

.serv-block .serv-inner .details {
    padding: 10px 0 0;
}

.serv-block .serv-inner .details .name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.serv-block .serv-inner .details p {
    color: #D9D9D9;
    font-size: 16px;
    line-height: 22px;
    max-height: 110px;
    margin: 10px 0 0;
    min-height: 88px;
    overflow: hidden;
}

.services-slider .item {
    padding: 0 15px;
}

.services-h .btn.btn-white {
    display: table;
    margin: 30px auto 0;
}

.services-slider .owl-dots {
    margin: 10px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-slider .owl-dots .owl-dot {
    display: inline-flex;
    margin: 0 3px;
}

.services-slider .owl-dots .owl-dot span {
    background: #868686;
    height: 4px;
    width: 22px;
    transition: all .5s;
}

.services-slider .owl-dots .owl-dot.active span {
    width: 28px;
    background: #fff;
}


/* End Services-h */


/* Start Counter-h */

.count-inner {
    min-height: 202px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000017;
    border-radius: 3px;
    margin-top: -101px;
    align-items: center;
}

.count-inner .count-block {
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-inline-end: 1px solid var(--main-color);
}

.count-inner .col-md-4.col-sm-12:last-child .count-block {
    border: none;
}

.count-inner .count-block .num-count {
    width: 80px;
}

.count-inner .count-block .num-count .counter-item {
    font-size: 60px;
    color: var(--main-color);
    font-weight: bold;
direction: ltr;}

.count-inner .count-block .details {
    width: calc(100% - 80px);
    padding-inline-start: 15px;
}

.count-inner .count-block .details h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--dark-color);
}

.count-inner .count-block .details h4:nth-child(2) {
    color: var(--main-color);
}


/* End Counter-h */


/* Start Browsw-h */

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

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

.title.title-sec h3 {
    max-width: 100%;
    margin: 0;
    font-size: 35px;
    line-height: 55px;
}

.title.title-sec p {
    color: var(--main-color);
    font-size: 22px;
    margin: 5px 0;
}

.text-browse .head-bro {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px 0;
    display: flex;
    flex: 0 1;
    flex-wrap: wrap;
}

.text-browse .head-bro li {
    display: inline-flex;
    flex: auto;
    align-items: center;
    padding: 0 5px;
}

.text-browse .head-bro li:first-child {
    padding-inline-start: 0;
}

.text-browse .head-bro li:last-child {
    padding-inline-end: 0;
}

.text-browse .head-bro li i {
    width: 38px;
    height: 38px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--main-color);
    margin-inline-end: 10px;
}

.text-browse .head-bro li span {
    color: #515151;
    font-size: 15px;
    font-weight: 600;
}

.text-browse .desc-bro {
    padding: 20px 0;
}

.text-browse .desc-bro p {
    font-size: 17px;
    line-height: 25px;
    color: var(--main-color);
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-browse {
    height: 350px;
    box-shadow: 0px 5px 10px #00000029;
    overflow: hidden;
    width: 115%;
    left: -15%;
    position: relative;
}

.img-browse .img {
    height: 100%;
    width: 100%;
    position: relative;
}

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

.img-browse .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #492C4400 0%, #492C44 100%);
}

.row.row-browse:nth-child(odd) {
    flex-direction: row-reverse;
}

.row-browse .col-md-6:first-child {
    padding-inline-end: 0;
}

.row.row-browse:nth-child(odd) .col-md-6.col-sm-12:first-child {
    padding-inline-end: 15px;
    padding-inline-start: 0;
}

.text-browse {
    padding-inline-start: 20px;
padding-top: 35px;}

.row.row-browse:nth-child(odd) .text-browse {
    padding: 0;
    padding-inline-end: 20px;
padding-top: 35px;}

.text-browse:hover .head-bro li i {
    animation: 1s swing;
}

.img-browse:hover .img img {
    animation: 1s pulse;
}

.row.row-browse:nth-child(odd) .img-browse {
    left: auto;
    right: 0;
}


/* End Browsw-h */


/* Start Designe-h */

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

.block-gallery {
    display: block;
    margin: 15px 0;
    min-height: 339px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.block-gallery .img {
    height: 275px;
    overflow: hidden;
    position: relative;
}

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

.block-gallery .details {
    padding: 22px;
    text-align: center;
    height: 100%;
}

.block-gallery .details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.block-gallery .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0;
    transition: all .5s;
}

.block-gallery:hover .img::after {
    opacity: 0.72;
}

.block-gallery .img::before {
    content: "\f00e";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 8;
    color: #fff;
    font-size: 50px;
    transition: all .5s;
    opacity: 0;
}

.block-gallery:hover .img::before {
    opacity: 1;
    animation: 1s zoomInDown;
}

.designe-h .btn {
    display: table;
    margin: 30px auto 0;
}


/* End Designe-h */


/* Start Footer */

footer {
    position: relative;
}

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

.footer-top .col-md-6.col-sm-12:nth-child(1) {
    border-inline-end: 1px solid #fff;
}

.footer-top .logo-f {
    display: block;
    max-width: 267px;
    max-height: 113px;
}

.footer-top p {
    margin: 20px 0;
    color: #D1D1D1;
    font-size: 16px;
    max-width: 432px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.footer-top .social-f {
    max-width: 432px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-top .social-f a {
    color: #fff;
    font-size: 24px;
    margin-inline-end: 10px;
}

.footer-top .col-md-6.col-sm-12:nth-child(2) {
    padding-inline-start: 30px;
}

.footer-top h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.footer-top ul {
    margin: 30px 0 0;
    max-width: 360px;
}

.footer-top ul li,
.footer-top ul li a {
    display: flex;
    /* align-items: center; */
    color: #fff;
    width: 100%;
    font-size: 15px;
}

.footer-top ul li i {
    font-size: 21px;
    width: 22px;
    position: relative;
    top: 2px;
}

.footer-top ul li span {
    width: calc(100% - 22px);
    display: block;
    padding-inline-start: 15px;
}

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

.ryad-logo {
    margin-inline-start: auto;
    float: right;
}

.toTop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--main-color);
    margin: 100px 32px;
    transform: scale(0);
    transition: all .5s;
}

.toTop i {
    animation: upDown 3s infinite linear;
}

@keyframes upDown {
    0%,
    100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(0px)
    }
}

.toTop.active {
    transform: none;
    animation: 1s tada;
}

.toTop::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 3px 10px #492c4445;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 2px;
}


/* End Footer */


/* Start Loader */

.loader {
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    visibility: visible;
}

.loader .line {
    background: #600b52;
    width: 25%;
    height: 100%;
    transition: all 1s;
}

.loader.hidden .line.line-one,
.loader.hidden .line.line-three {
    transform: scaleX(0);
}

.loader.hidden .line.line-two,
.loader.hidden .line.line-four {
    transform: scaleX(0);
}

.loader.hidden.z-index {
    z-index: -4;
}

.loader .logo-load {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 365px;
    max-height: 230px;
    margin: auto;
    transition: all .5s;
}

.loader.hidden .logo-load {
    transform: rotate(360deg) scale(0);
}


/* End Loader */


/* Start Login-page */

.login-page {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    /* position: fixed; */
    width: 100%;
    min-height: 100%;
}

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

.login-page .overlay-img img {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 180s;
    -webkit-animation-name: scaleout-scalein;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 180s;
    -moz-animation-name: scaleout-scalein;
    -moz-animation-fill-mode: none;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 180s;
    -o-animation-name: scaleout-scalein;
    -o-animation-fill-mode: none;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 180s;
    animation-name: scaleout-scalein;
    animation-fill-mode: none;
    -animation-iteration-count: infinite;
}

@-webkit-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.login-page .login-form {
    max-width: 503px;
    width: 100%;
    position: relative;
    padding: 30px 35px 32px;
    margin: auto;
}

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

.login-page .login-form::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: -1;
}

.login-page .login-form h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.login-page .login-form h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 0px;
    border-bottom: 2px solid #FFFFFF;
}

.login-page .login-form .form-group {
    margin: 0 0 15px;
    position: relative;
}

.login-page .login-form .form-group label {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin: 0 0 9px;
}

.login-page .login-form .form-group .form-control {
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: transparent;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
}

.login-page .login-form .form-group .form-control::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    transition: all .5s;
}

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

.iti {
    display: block;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    color: #fff;
    font-size: 16px;
    background: transparent !important;
    border-inline-end: 1px solid #FFFFFF;
    height: 22px;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__flag.iti__sa {
    display: none;
}

.iti__flag-container {
    display: flex;
    align-items: center;
}

.login-page .login-form .form-group .toggle-password {
    position: absolute;
    right: 0;
    top: 31px;
    margin: 14px;
    font-size: 16px;
    color: #fff;
}

button.btn-white {
    width: 100%;
    color: var(--main-color) !important;
    font-weight: 600;
}

button.btn-white::after {
    border: 1px #fff solid !important;
    background: #fff;
    border-radius: 3px;
}

button.btn-white::before {
    background: var(--main-color);
}

.forget-pass p {
    text-align: center;
    font-size: 16px;
    color: #f1f1f1;
    line-height: 22px;
}

.forget-pass p a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 2px;
    padding: 0 0 4px;
}

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

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}

.login-page .login-form .form-group .form-control.phone {
    padding-inline-end: 16px !important;
    padding-inline-start: 75px !important;
}

.animated .login-form {
    animation: bounceInUp 1s;
}

.animated .login-form.login2 h3 {
    margin: 0 0 61px;
}

.form-group .resend-pass {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/* End Login-page */


/* Start About-page */

.breadcrumb {
    background: transparent;
    padding: 180px 0 60px;
    margin: 0;
}

.body-inner .img-about .img {
    margin: 0;
}

.text-inner h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.text-inner ul {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}

.text-inner ul li {
    padding: 0 20px;
    position: relative;
}

.text-inner ul li:first-child {
    padding-inline-start: 0;
}

.text-inner ul li a,
.text-inner ul li span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.text-inner ul li a::after {
    content: ">";
    position: absolute;
    right: -6px;
    top: 0;
}

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

.body-inner .img-about {
    height: 560px;
}

.body-inner .img-about::after {
    left: auto;
    right: -25px;
}

.text-about-in {
    padding-inline-start: 40px;
}

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

.list-icons ul {
    display: flex;
    flex-wrap: wrap;
}

.list-icons ul li {
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-flex;
    margin: 15px 0;
    align-items: center;
    /* overflow: hidden; */
}

.list-icons ul li .icon {
    width: 54px;
    height: 54px;
    background: #A3759C;
    box-shadow: 0px 5px 13px #00000014;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-icons ul li .icon img {
    max-width: 34px;
    max-height: 34px;
}

.list-icons ul li .details {
    width: calc(100% - 54px);
    padding-inline-start: 20px;
    overflow: hidden;
}

.list-icons ul li .details h3 {
    margin: 0;
    color: #515151;
    font-size: 16px;
    font-weight: 600;
}

.about-video {
    padding: 145px 0 0;
}

.video-h a {
    height: 502px;
    box-shadow: 0px 5px 9px #00000029;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

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

.video-h a .icon {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.video-h a .icon i {
    width: 41px;
    height: 41px;
    background: #FFF;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.video-h a .icon::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 0 var(--main-color);
    animation: pulse 2s infinite;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(73, 44, 68, 0.76);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgb(73, 44, 68, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(73, 44, 68, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(73, 44, 68, 0.76);
        box-shadow: 0 0 0 0 rgb(73, 44, 68, 0.76);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgb(73, 44, 68, 0);
        box-shadow: 0 0 0 20px rgb(73, 44, 68, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(73, 44, 68, 0);
        box-shadow: 0 0 0 0 rgb(73, 44, 68, 0);
    }
}

.our-team {
    background: var(--bg-color);
    padding: 63px 0;
}

.video-h p {
    margin: 48px auto 0;
    font-size: 22px;
    max-width: 924px;
    text-align: center;
    line-height: 30px;
    color: var(--main-color);
    font-weight: normal;
}

.block-team {
    text-align: center;
    margin: 15px 0;
    box-shadow: 0px 3px 6px #0000001F;
}

.block-team .img {
    height: 238px;
    line-height: 238px;
}

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

.block-team .details {
    padding: 12px;
}

.block-team .details h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin: 0 0 4px;
    line-height: 24px;
}

.block-team .details span {
    font-size: 16px;
    color: var(--main-color);
}

.our-team .btn {
    display: table;
    margin: 60px auto 0;
}

.list-icons ul li:hover .icon {
    animation: 1s bounce;
}

.list-icons ul li:hover .details h3 {
    animation: 1s bounceInRight;
}

.img-about:hover::after {
    margin: 30px;
}


/* End About-page */


/* Start Services-page */

.body-inner .serv-block {
    box-shadow: 0px 5px 12px #0000000F;
    border-radius: 3px;
    background: #fff;
}

.body-inner .serv-block::before,
.body-inner .serv-block::after {
    display: none;
}

.body-inner .serv-block .serv-inner .icon {
    background: rgb(73 44 68 / 70%);
}

.body-inner .serv-block:hover .serv-inner .icon {
    background: var(--main-color);
}

.body-inner .serv-block .serv-inner .details .name {
    color: var(--main-color);
}

.body-inner .serv-block .serv-inner .details p {
    color: #515151;
}

.services-page .row {
    justify-content: center;
}


/* End Services-page */


/* Start Partners-page */

.body-inner .title.title-sec {
    margin: 0 0 50px;
}

.part-block {
    margin: 15px 0;
    height: 169px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000008;
    border-radius: 3px;
}

.part-block .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.part-block .img img {
    max-width: 166px;
    max-height: 60px;
}

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

.main-content {
    min-height: 100vh;
}

.text-inner ul li a {
    color: #DADADA;
}


/* End Partners-page */


/* Start Contact-page */

.contact-box {
    background: #fff;
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 5px;
    overflow: hidden;
}

.contact-box .col-md-6.col-sm-12 {
    padding: 0;
    min-height: 100%;
}

.info-contact {
    padding: 45px;
}

.info-contact .overlay-img {
    z-index: 0;
    overflow: hidden;
}

.info-contact .info-inner {
    position: relative;
    z-index: 2;
}

.info-contact h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
}

.info-contact ul li {
    display: flex;
    color: #fff;
    align-items: baseline;
    margin: 21px 0;
}

.info-contact ul li a {
    display: flex;
    width: 100%;
    color: #fff;
    align-items: baseline;
}

.info-contact ul li .icon {
    width: 22px;
    font-size: 21px;
}

.info-contact ul li .details {
    width: calc(100% - 22px);
    padding-inline-start: 15px;
}

.info-contact ul li .details h4 {
    margin: 0;
    font-size: 16px;
}

.info-contact .info-inner .map-info {
    height: 182px;
    border-radius: 3px;
    overflow: hidden;
    margin: 50px 0 0;
}

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

.form-group label {
    color: #515151;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: normal;
}

.form-group .form-control {
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 0 15px;
    box-shadow: none;
    outline: none;
    transition: all .5s;
}

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

.form-group .form-control::placeholder {
    color: #B1B1B1;
    transition: all .5s;
}

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

.form-group .iti__selected-flag {
    height: 22px;
    background: transparent !important;
    border-inline-end: 1px solid #515151;
    color: #515151;
    font-size: 16px;
}

.form-group .iti__flag-container {
    left: 0;
    right: auto;
}

.form-group .iti__selected-flag .iti__flag {
    display: none;
}

.form-group textarea.form-control {
    height: 124px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 12px;
    overflow: hidden;
    overflow-y: auto;
}

button.btn-sec {
    min-width: 128px;
    min-height: 40px;
    background: var(--main-color);
    border-radius: 2px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

button.btn-sec i {
    margin-inline-start: 8px;
}

button.btn-sec:hover,
button.btn-sec:focus {
    background: var(--dark-color);
    color: #fff;
}

.form-group .form-control.phone {
    padding-inline-end: 12px !important;
    padding-inline-start: 80px !important;
}

.iti__country-name,
.iti__flag-box {
    color: #000;
}

.iti__country-list li {
    margin: 0 !important;
}


/* End Contact-page */


/* Start Job-page */

.file-upload .file-upload-select {
    display: block;
    color: #dbdbdb;
    cursor: pointer;
    text-align: left;
    /* background: #fff; */
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-upload .file-upload-select .file-select-button {
    background: #161f27;
    padding: 10px;
    display: inline-block;
}

.file-upload .file-upload-select .file-select-name {
    display: inline-block;
    position: relative;
    padding: 10px;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.file-upload .file-upload-select:hover .file-select-button {
    background: #324759;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-upload-select input[type="file"] {
    display: none;
}

.job-box {
    background: #fff;
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 5px;
    overflow: hidden;
}

.title-jobs {
    display: flex;
    min-height: 63px;
    background: #fff;
    box-shadow: 0px 3px 6px #0000001A;
    justify-content: center;
    align-items: center;
}

.job-box .col-md-6:nth-child(2) {
    padding: 0;
}

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

.job-box .accordion {
    margin: 16px auto;
    max-height: 615px;
    overflow: hidden;
    overflow-y: auto;
    width: 97%;
    padding-inline-start: 30px;
}

.job-box .accordion::-webkit-scrollbar {
    width: 4px;
}

.job-box .accordion::-webkit-scrollbar-track {
    background: #DDDDDD;
}

.job-box .accordion::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

.card-header {
    background: transparent !important;
    border: none;
    padding: 0;
}

.card-header .btn-link {
    border: none;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    padding: 30px 5px;
    display: block;
    text-decoration: none;
    text-align: start !important;
    position: relative;
    padding-inline-end: 45px;
}

.card {
    border: none;
    border-bottom: 1px solid #DADADA !important;
}

.card .card-body {
    padding: 0 0 25px;
}

.card .card-body p {
    color: #515151;
    font-size: 16px;
    line-height: 22px;
}

.job-contact form {
    position: relative;
    z-index: 2;
}

.job-contact form .form-group label {
    color: #fff;
    font-size: 16px;
}

.job-page.login-page {
    position: relative;
}

.login-page .form-inner.login-form {
    z-index: 2;
}

.info-contact.form-contact.job-contact {
    padding: 45px 20px;
}

.login-page .form-inner.login-form::after {
    opacity: .3;
}

.file-upload .file-upload-select::after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    opacity: .3;
}

.file-upload .file-upload-select::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    position: absolute;
}

.file-upload .file-upload-select .file-select-name i {
    font-size: 40px;
}

.card-header .btn-link.collapsed::after {
    content: "\f055";
    position: absolute;
    right: 15px;
    top: 28px;
    display: flex;
    align-items: center;
    font-family: 'Line Awesome Free';
    font-size: 22px;
    transition: all .5s;
    opacity: 1;
    transform: none;
}

.card-header .btn-link::after {
    opacity: 0;
    transform: scale(0);
}


/* End Job-page */


/* Start Services-req */

.head-inner .header-top {
    position: relative;
}

.head-inner .header-top .head-top .info-top .details-info li a,
.head-inner .header-top .head-top .info-top .social-h a,
.head-inner .header-top .head-top .info-top .lang,
.head-inner .header-top .head-top .nav-head ul li a {
    color: #515151;
}

.head-inner .header-top .head-top .info-top .loginReq a {
    color: #3B3B3B;
}

.head-inner .header-top .head-top .nav-head .btn-nav .btn-white {
    color: var(--main-color) !important;
}

.head-inner .header-top .head-top .nav-head .btn-nav .btn-white::after {
    border-color: var(--main-color) !important;
}

.head-inner .header-top .head-top .nav-head .btn-nav .btn-white::before {
    background: var(--main-color) !important;
}

.head-inner .header-top .head-top .nav-head .btn-nav .btn-white:hover,
.head-inner .header-top .head-top .nav-head .btn-nav .btn-white:focus {
    color: #fff !important;
}

.info-contact.form-contact.form-serv h3 {
    text-align: center;
    color: var(--main-color);
}

.serv-box {
    background: #FCFCFC;
    border-radius: 3px;
    overflow: hidden;
}

.serv-req-page .col-md-6.col-sm-12 {
    padding: 0;
}

.img-serv-req {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.nice-select.form-control {
    line-height: 40px;
    color: #B1B1B1;
}

.form-serv .form-group .form-control {
    background: #fff;
}

button.btn-sec.btn-w {
    min-width: 170px;
}


/* End Services-req */


/* 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 {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.nice-select .list {
    background-color: 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-left: 18px;
    padding-right: 29px;
    /* text-align: left; */
    transition: all 0.2s;
    color: var(--main-color);
    background: #fff;
}

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


/* End Select Nice */

.lang {
    font-family: "cairo";
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 5px !important;
    font-size: 17px;
}

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

form {
    direction: ltr;
}

.pagination .page-item .page-link .fas.fa-chevron-left {
    display: inline-block;
    transform: scaleX(-1);
}

.logo .item.res-menu .loginReq {
    margin-inline-end: 5px;
    display: inline-flex;
}

.logo .item.res-menu .loginReq a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background: var(--main-color);
    display: block;
    text-align: center;
}

.btns-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btns-group .btn-white, .btns-group .btn-sec {
    display: flex;
    width: 50%;
    border: none !important;
    background: var(--main-color) !important;
    color: #fff !important;
    min-height: 45px !important;
    min-width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btns-group .btn-white::before, .btns-group .btn-white::after {
    display: none;
}

.btns-group .btn-sec {
    background: var(--sec-color) !important;
    border: 1px var(--main-color) solid !important;
    color: var(--main-color) !important;
}

.video-h p {
    font-size: 18px;
}

.no-desk {display: none;}

.pro-slider-res .owl-dots {display: flex;margin: 15px 0;justify-content: center;}

.pro-slider-res .owl-dots .owl-dot span {width: 12px;height: 12px;border-radius: 50%;background: #e1dfdf;display: block;margin: 0 3px;transition: all .5s;}

.pro-slider-res .owl-dots .owl-dot.active span {background: var(--main-color);}

.nav-head ul.sub-menu {position: absolute;top: 100%;height: 0;overflow: hidden;background: var(--main-color);min-width: 150px;opacity: 0;visibility: hidden;}

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

.nav-head ul.sub-menu li a {padding: 10px;color: #fff;display: block;font-size: 15px;width: 100%;}

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

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

.estates-slider .owl-nav {position: absolute;top: 50%;right: 0;left: 0;width: 98%;margin: 0 auto;}

.img-browse .estates-slider {height: 100%;}

.img-browse .estates-slider .img {max-height: 350px;}

.img-browse .estates-slider .img img {max-height: 350px;}

.estates-slider .owl-nav .owl-prev, .estates-slider .owl-nav .owl-next {width: 30px;height: 30px;line-height: 30px;text-align: center;background: var(--main-color);border-radius: 50%;color: #fff;position: absolute;}

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

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

.text-browse .name {
    font-size: 22px;
    line-height: 25px;
    color: var(--main-color);
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 30px;display: block;font-weight: bold;
}

.mfp-counter {
    direction: ltr;
}