/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
/* Font Awesome Icons Fix */
.fas, .far, .fab, .fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}
.far {
    font-weight: 400;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(245, 4, 4, 0);
	border-radius: 0;
	background-color: #ddd;
}
::-webkit-scrollbar{
    float: right;
	width: 10px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	/* border-radius: 10px; */
	/* -webkit-box-shadow: inset 0 0 6px #fff; */
    background-color: #9d9d9d;
    border-radius: 10px;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

p, a, h2, h3, h4, h5, h6, span, ul, li, MARQUEE, input, button, .textarea, textarea, label, select, tr, table, th{
    /* font-family: Montserrat-Arabic, sans-serif; */
    font-family: Montserrat-Arabic, Cairo;
    margin: 0;
}

button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{
    outline: 0 !important;
}
p{
    margin-top: 0;
    margin-bottom: 0;
}
a{
    cursor: pointer;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.pdd_l_0{
    padding-left: 0;
}
.pdd_0{
    padding: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e3e3e3;
}
.form-check{
    padding-right: 1.5em;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}
.form-check,.form-check label,.form-check input{
    cursor: pointer;
}
.flex-2 .form-check label.form-check-label{
    margin: 0;
    font-size: 15px;
    margin-top: 3px;
}
.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
    flex: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*----------------------------------------*/
/*  MY STYLE
/*----------------------------------------*/
html, body {
}
body {
	background: #f1ece2;
	color: #2c2c2c;
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover, a:focus {
    text-decoration: none;
}
#scrollUp {
    background: #09334f none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    /* opacity: 0.6; */
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}
#scrollUp:hover {
    background: #b8a18b;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	/* -moz-appearance: none; */
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #09334f;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #09334f;
    text-shadow: none;
    color: #fff;
}
.text-right{
    text-align: right;
}
.lg-hidden{
    display: none;
}
.card-box{
    position: relative;
    border-radius: 0;
    padding: 25px 25px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(95, 95, 95, 0.02);
}
.text-center{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.col-padd-10 .col-pdd,
.col-padd-10 .col-lg-3,
.col-padd-10 .col-md-4
{
    padding-right: 10px;
    padding-left: 10px;
}
.ltr{
    direction: ltr;
}
/*----------------------------------------*/
/*   Padding Size
/*----------------------------------------*/
.padd-100{
    padding: 100px 0;
}
.padd-80{
    padding: 80px 0;
}
.padd-60{
    padding: 60px 0;
}
.padd-50{
    padding: 50px 0;
}
.padd-40{
    padding: 40px 0;
}
.padd-30{
    padding: 30px 0;
}
.padd-20{
    padding: 20px 0;
}
.padd-10{
    padding: 10px 0;
}
.padd-botm{
    padding-bottom: 100px !important;
}
.padd-botm-150 {
    padding-bottom: 150px !important;
}
.padd-0{
    padding: 0;
}
/*----------------------------------------*/
/*   Main Button Style
/*----------------------------------------*/
/* Main Button Style */
.main-btn{
    display: flex;
    position: relative;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 0;
    border: 1px solid #09334f00;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
}
.main-btn{
    position: relative;
    z-index: 1;
    min-width: 201px;
}
.main-btn::before{
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    /* clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%); */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
}
.main-btn:hover::before{
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
}
.main-btn:hover{
    padding-left: 15px;
}
/* Primary Button */
.primary-btn{
    background-color: #09334f;
    border: 1px solid #09334f;
    color: #fff;
}
.primary-btn:hover{
    background-color: #09334f14;
    border: 1px solid #ffffff;
    color: #09334f;
}
.primary-btn:hover i{
    color: #09334f;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
/*----------------------------------------*/
/*   Titles Colors
/*----------------------------------------*/
.main-sec-title{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
}
.main-sec-title h4{
    font-family: Montserrat-Arabic, Cairo;
    font-size: 16px;
    color: #b8a18b;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}
.main-sec-title h3{
    font-family: Montserrat-Arabic, Cairo;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.main-sec-title.white-color h3{
    color: #fff;
}
.main-sec-title.solid-color h3{
    color: #09334f;
}
.main-sec-title.text-right{
    align-items: flex-start;
}
.main-sec-title.text-center{
    align-items: center;
}
.main-sec-title.text-left{
    align-items: flex-end;
}
[dir="ltr"] .main-sec-title.text-left {
    align-items: flex-start;
}
.main-sec-title.lg-title h4{
    font-size: 17px;
}
.main-sec-title.lg-title h3{
    font-size: 36px;
}
.md-title h3{
    font-size: 28px;
    color: #09334f;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}
/*----------------------------------------*/
/*   Background Colors
/*----------------------------------------*/
.bg-light{
    background-color: #fff;
}
.bg-dark{
    background-color: #09334f !important;
}
.bg-gry{
    background-color: #f1ece2;
}
.bg-beige{
    background-color: #f1ece2;
}

/*----------------------------------------*/
/*   Modal
/*----------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0bde;
    opacity: 1;
}
.modal-header {
    padding: 35px 30px 0;
    border-bottom: 1px solid #dee2e600;
}
.modal-title{
    text-align: right;
    width: 100%;
    color: #09334f;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.modal-header .btn-close {
    margin-left: 0;
    opacity: 1;
    background-color: #00000000;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    left: 40px;
    top: 40px;
    border: 2px solid rgb(0 0 0 / 40%);
    color: #3e3e3e;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}
.modal-body .modal-text{
    padding: 10px 60px 50px;
}
.modal-body .modal-text p{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 25px;
    text-align: justify;
}
.sm-modal-card .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}
.modal-content {
    border-radius: 0;
}
.sm-modal-card .modal-body{
    padding: 15px 35px 30px;
}
/*----------------------------------------*/
/*   Main Form
/*----------------------------------------*/
/* Main Form */
.main-form form .form-group{
    margin: 10px 0;
    text-align: right;
}
.main-form form label {
    color: #09334f;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 13px;
    display: block;
    line-height: 18px;
}
.main-form form .imp-inpt{
    color: #DF3939;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-left: 2px;
}
.main-form form .form-control{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #DEDEDE;
    background: #f1ece2;
    color: #2c2c2c;
    font-size: 12px;
    min-height: 50px;
    padding: 5px 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.main-form form input.form-control{
    height: 50px;
}
.main-form form .select-options {
    text-align: right;
    padding-right: 13px;
    height: calc(35px + 0.75rem + 2px);
    line-height: 36px;
    font-size: 12px;
    /* color: #00000082; */
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.nice-select:after{
    left: 17px;
    right: auto;
    top: 50%;
    height: 8px;
    width: 8px;
}
.nice-select .list {
    height: auto;
    max-height: 250px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 25%);
}
.main-form .iti{
    display: block;
    text-align: left;
}
.iti .form-control{  
    text-align: left;
}
.iti__selected-flag {
    padding: 0 15px 0 20px;
    direction: ltr;
}
.main-form form .iti--allow-dropdown .form-control {
    padding-left: 110px !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 12px;
    font-weight: 700;
    vertical-align: middle;
    margin-top: -1px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}
.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: rgb(0 0 0 / 0%)  !important;
}
.modal-form.main-form .form-btn .btn{
    width: 100%;
    padding: 20px;
}
.form-btn .primary-btn:hover{
    background: #09334f;
    color: #fff;
}
.form-btn .primary-btn:hover::before {
    background: #09334f;
}
.iti__country-list{
    text-align: left;
    left: 0;
}
.iti__country {
    direction: ltr;
}
/*----------------------------------------*/
/*   Header Area 
/*----------------------------------------*/
/* ===============  Header Top Bar Area  =============== */
.header-top-bar{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 10px;
    padding: 17px 30px;
    position: relative;
    background-color: #09334f;
}
.ul-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.ls-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.ls-item, .ls-item a{
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.ls-item i{
    font-size: 17px;
    color: #b8a18b;
}
.header-top-bar ul .lang{
    font-family: Montserrat-Arabic, Cairo;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
}
.header-top-bar ul .lang img{
    width: 23px;
    height: 16px;
    border-radius: 0;
    object-fit: scale-down;
    margin-left: 5px;
}
/* ===============  Navbar Area  =============== */
.navbar-toggler { 
    width: 42px;
    height: 40px;
    background: #6161612b;
    line-height: 24px;
    padding: 10px;
    position: relative;
    z-index: 100;
}
.navbar-toggler[aria-expanded="false"] .menu-icon {
    display: block;
    color: #fff;
}
.navbar-toggler[aria-expanded="false"] .close-icon {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
    display: block;
    color: #fff;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
    display: none;
}
.navbar{
    padding: 0px 30px;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #09334f ;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #b8a18b;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #b8a18b;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-right: 50px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand img {
    width: auto;
    max-width: 280px;
    height: 60px;
    margin-right: 0;

    object-fit: contain;
}
.navbar.active {
    position: fixed;
    top: 0;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px 2px #00000038;
}
.navbar-brand-logo{
    padding: 0;
    margin: 0;
}
.navbar-brand-logo img{
    display: block;
    height: 40px;
    margin-top: 0px !important;
    transition: all .3s ease;
    margin-top: -11px !important;
}
.navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 50px;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus {
    color: #b8a18b;
}
.navbar-brand-item {
    position: relative;
    padding: 8px 0;
    min-height: 80px;
    isolation: isolate;
}
.navbar-brand-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: -1;
    left: 98%;
}
.navbar-brand-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: -1;
    left: 0;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* LTR overrides for navbar geometric shape */
[dir="ltr"] .navbar-brand-item::before {
    left: auto;
    right: 98%;
}
[dir="ltr"] .navbar-brand-item::after {
    left: auto;
    right: -20%;
    width: 120%;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}
[dir="ltr"] .navbar > .container .navbar-brand,
[dir="ltr"] .navbar > .container-fluid .navbar-brand {
    margin-right: auto;
    margin-left: 50px;
}
[dir="ltr"] .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    padding-left: 50px;
}
[dir="ltr"] .hd-left {
    margin-right: 0;
    margin-left: 30px;
}
.navbar-brand {
    background-color: #fff;
    min-height: 80px;
    display: flex;
    align-items: center;
}
@media (min-width: 992px){
    .navbar-brand-item {
        flex: 0 0 20%;
    }
    .navbar-expand-lg .navbar-collapse {
        flex: 1 0 45%;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 5px 10px;
    }
}
.navbar-nav .dropdown .dropdown-menu{
    width: 100%;
    background: #0e0e0e;
    color: #fff;
    margin: 0 0;
    padding: 0;
    display: block;
    opacity: 0;
    overflow: hidden;
    top: 10px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    height: 0;
}
.dropdown:hover .dropdown-menu{
	display: block;
	top: 100%;
    height: auto;
    opacity: 1;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 15px 20px;
    color: #fff;
    border-bottom: 1px dashed #252525;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown .dropdown-menu .dropdown-item:active{
    background-color: #070707;
    color: #09334f;
    padding-right: 15px;
}
.navbar-nav .dropdown li:last-child .dropdown-item{
    border-bottom: 1px dashed #25252500;
}

.navbar-nav .dropdown .dropdown-menu{
    background: #ffffff;
    color: #2c2c2c;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 15px 20px;
    color: #2c2c2c;
    border-bottom: 1px solid #ededed;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #09334f;
    color: #ffffff;
    padding-right: 15px;
}
.lang-mobile a{
    display: flex;
    font-family: Montserrat-Arabic, Cairo;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    padding: 10px 20px;
    border-radius: 50px;
    background: #ffffff0a;
}
.lang-mobile a img{
    width: 23px;
    height: 16px;
    border-radius: 0;
    object-fit: scale-down;
    margin-left: 5px;
}
/* Mobile Nav Links */
.mobile-nav{
    display: flex;
    width: 100%;
    background: #09334f;
    padding: 7px 13px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    bottom: -1px;
    right: 0;
    min-height: 73px;
    border-radius: 25px 25px 0 0;
    display: none;
}
.mobile-nav-links{
    display: flex;
    width: 100%;
    padding: 10px 10px;
    border-radius: 25px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
.mobile-nav-links a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-content: flex-start;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.mobile-nav-links a i {
    font-size: 20px;
    color: #fff;
}
.mobile-nav-links a.active{
    color: #09334f;
}
.mobile-nav-links a.active i{
    font-weight: bold;
    color: #09334f;
}
/* hd-left */
.hd-left{
    display: flex;
    margin-right: 30px;
    position: relative;
    align-items: center;
    gap: 5px;
}
/* Language Switcher Button */
.lang-switcher {
    margin-left: 5px;
    margin-right: 5px;
}
.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 7px 16px;
    color: #fff;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.lang-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.hd-left .reg-log-buttons{
    padding: 0;
    margin-left: 0;
}
.hd-left .reg-log-buttons a {
    border-radius: 50px;
    background:#09334f;
    display: flex;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #FFF;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
}
.hd-left .reg-log-buttons a:hover{
    background: #09334f;
    color: #fff;
}
.arrow-rt {
    transform: rotate(45deg);
}

.hd-left .hd-profile-button img{
    width: 36px;
    height: 36px;
    border-radius: 100px;
    margin-left: 2px;
}
.hd-left .hd-profile-button a {
    color: #09334f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    border-radius: 50px;
    background: #ffffff;
    padding: 5px 10px 5px 20px;
}
.hd-left .hd-profile-button a:hover {
    background: #b1b1b15c;
}

/* Breadcrumb */
.breadcrumb-area{
    position: relative;
}
.breadcrumb-area::after {
    position: absolute;
    top: -1px;
    right: 0;
    content: '';
    width: 140px;
    height: 100%;
    background-color: #09334f;
    z-index: 0;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* LTR override for breadcrumb shape */
[dir="ltr"] .breadcrumb-area::after {
    right: auto;
    left: 0;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}
.breadcrumb {
    background: rgba(255, 255, 255, 0.58);
    display: flex;
    padding: 15px 162px;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    margin: 0;
    position: relative;
}
.breadcrumb a{
    color: rgba(0, 0, 0, 0.38);
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.breadcrumb-item.active {
    color: #4E4E4E;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 12px;
    color: #B2B9C0;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item i{
    font-size: 18px;
    color: #8f8f8f;
}
.breadcrumb-item:hover i{
    color: #b8a18b;
}
/*---------------------------------------------*/
/* 00 || Footer
/*---------------------------------------------*/
.footer-area{
    background: #09334f;
    padding: 100px 0 0 0;
    position: relative;
}
.footer-area::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 80%;
    height: 50px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.newsletter-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(43, 43, 43, 0.25);
    padding: 30px 35px;
}
.nslt-form .inputBox {
    display: flex;
    background: #fff;
    height: 50px;
    padding: 11px 20px 11px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    min-width: 320px;
}
.nslt-form .inputBox input {
    background: #fff0;
    border: 0;
    font-size: 12px;
    color: #444;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nslt-txt h3{
    font-size: 22px;
    color: #fff;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    max-width: 520px;;
}
.input-form-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.inputBox i{
    color: rgb(0 0 0 / 71%);
    font-size: 18px;
}
.nslt-form .frm-btn{
    height: 50px;
    background: #09334f;
    border-radius: 0;
    color: #fff;
    min-width: 130px;
    padding: 5px 10px;
    font-size: 15px;
}
.nslt-form .frm-btn:hover{
    background: #09334f;
}
.ft-contact-info{
    padding: 40px 0 20px;
}
.ft-cont-item{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    padding: 10px 0;
}
.ft-cont-item h3{
    font-size: 16px;
    color: rgba(184, 161, 139, 0.90);
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
}
.ft-cont-item h3 i {
    font-size: 19px;
    width: 20px;
}
.ft-cont-item .ft-txt-p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-align: right;
    text-overflow: ellipsis;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-right: 30px;
}
.ft-cont-item .ft-social-list{
    display: flex; 
    gap: 8px;
}
.ft-cont-item .ft-social-list a{
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.ft-cont-item .ft-social-list a i{
    color: #fff;
    font-size: 16px;
}
.ft-cont-item .ft-social-list a:hover{
    background: #b8a18b;
    border-color: #b8a18b;
    color: #09334f;
    transform: translateY(-3px);
}
.ft-cont-item .ft-social-list a:hover i{
    color: #09334f;
    font-size: 18px;
}
.ft-ul-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.ft-ul-list .ft-pg-link {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}
.ft-ul-list .ft-pg-link:hover {
    color: #b8a18b;
}
.copyRights {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}
.copyRights .copyRightsText h3 {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
/*---------------------------------------------*/
/* 01 || Home Page
/*---------------------------------------------*/
/* ===============   Hero Section   =============== */
.hero-area{
    position: relative;
}
.hero-area .hero-section .hero-slide {
    overflow: hidden;
    width: 100%;
    height: 650px;
    position: relative;
}
.hero-area::after{
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 55px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-section .hero-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section .slide-title{
    position: absolute;
    bottom: 36%;
    right: 25%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 50%;
}
.hero-section .hero-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.80) 10.42%, rgba(29, 29, 29, 0.73) 58.38%, rgba(29, 29, 29, 0.62) 83.69%, rgba(29, 29, 29, 0.16) 99.99%);
    position: absolute;
    top: 0;
    left: 0;
}
.slide-title{
    width: 500px;
    text-align: center;
}
.slide-title h3{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-weight: 900;
    line-height: 75px;
}
.slide-title h3 span{
    color: #b8a18b;
}
.slide-title p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-weight: 400;
    line-height: 26px;
}
.hero_carousel .owl-nav{
    position: absolute;
    bottom: 50%;
    right: 0;
    direction: rtl;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}
.hero_carousel .owl-nav button.owl-next,.hero_carousel .owl-nav button.owl-prev{
    border-radius: 34px;
    border: 1px solid #FFF;
    color: #FFF;
    background: rgb(255 255 255 / 4%);
    width: 46px;
    height: 46px;
    margin: 0 5px;
}
.hero_carousel .owl-nav button:hover{
    background: #09334f;
    color: #FFF;
    border: 1px solid #09334f;
}
/* ===============   Why Us Section Area  =============== */
.abt-inf-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding: 0 40px;
}
.text-card-items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.text-card-items .p-text{
    color: #2c2c2c;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.abt-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
}
.abt-item .icon-img{
    width: 65px;
    height: 65px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #f1ece2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
.abt-item .icon-img img{
    width: 33px;
    height: 33px;
}
.abt-item .abt-text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
.abt-item .abtTitle{
    color: #09334f;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    flex-wrap: wrap;
    flex: 0 0 17%;
}
.abt-item .abtP{
    color: #4a4a4a;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    flex-wrap: wrap;
    flex: 1 0 78%;
}
.why-us-section-area .abt-buttons{
    padding: 30px 0 0 0;
}
/* ===============   Video Section Area // Home  =============== */
.video-home{
    position: relative;
    padding-top: 110px;
}
.video-home::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 40%;
    height: 61px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}
/* ===============   About Section Area  =============== */
.about-sec-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.about-sec-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.co-logo{
    position: absolute;
    top: 42%;
    left: 100px;
    background: #fff;
    padding: 20px;
    padding-left: 95px;
}
.co-logo img{
    width: auto;
    height: 60px;
    object-fit: contain;
}
.about-area .shp-box{
    padding: 100px 60px 100px 100px;
    position: relative;
}
.about-area .shp-box::before,.about-area .shp-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 100%;
    background: #ffffff;
}
.about-area .shp-box::before{
    right: -170px;
    background: linear-gradient(180deg, #FFF 27.57%, #f1ece2 72.35%);
    -webkit-clip-path: polygon(0% 0%, 35% 0%, 100% 50%, 35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 45% 0%, 100% 50%, 45% 100%, 0% 100%);
    width: 220px;
}
.about-area .shp-box::after{
    right: -100px;
    background: #09334f ;
    -webkit-clip-path: polygon(0% 0%, 35% 0%, 100% 50%, 35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 35% 0%, 100% 50%, 35% 100%, 0% 100%);
}
.about-area .about-text{
    position: relative;
    z-index: 2;
}

/* LTR overrides for about area geometric shape */
[dir="ltr"] .about-area .shp-box {
    padding: 100px 100px 100px 60px;
}
[dir="ltr"] .about-area .shp-box::before,
[dir="ltr"] .about-area .shp-box::after {
    right: auto;
    left: 0;
}
[dir="ltr"] .about-area .shp-box::before {
    left: -170px;
    -webkit-clip-path: polygon(100% 0%, 65% 0%, 0% 50%, 65% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 55% 0%, 0% 50%, 55% 100%, 100% 100%);
}
[dir="ltr"] .about-area .shp-box::after {
    left: -100px;
    -webkit-clip-path: polygon(100% 0%, 65% 0%, 0% 50%, 65% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 65% 0%, 0% 50%, 65% 100%, 100% 100%);
}
[dir="ltr"] .co-logo {
    left: auto;
    right: 100px;
}

.about-area .main-sec-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.about-area .abt-p p{
    color: rgb(255 255 255 / 85%);
    text-align: justify;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.about-area .abt-p ul{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.about-area .abt-p ul li .li-txt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    color: #fff;
}
.about-area .abt-p ul li .li-txt i{
    font-size: 12px;
    width: 24px;
    height: 24px;
    color: #b8a18b;
    background: rgba(184, 161, 139, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #b8a18b;
    margin-top: 2px;
    flex: none;
}
.abt-buttons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding: 50px 0 0 0;
}
.video-btn{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0;
}
.video-btn i{
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid rgba(184, 161, 139, 0.30);
    background: rgba(184, 161, 139, 0.08);
    box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.30);
    backdrop-filter: blur(13px);
    justify-content: center;
    align-items: center;
    color: #b8a18b;
}
.video-btn:hover{
    color: #b8a18b;
    gap: 15px;
}
.video-btn:hover i{
    border: 1px solid #b8a18b;
    background: #b8a18b;
    color: #fff;
}

/* ===============   Services Section Area  =============== */
.services-area{
    padding-bottom: 40px;
    position: relative;
}
.serv-card{
    border: 1px solid #FFF;
    background: #FFF;
    display: flex;
    padding: 30px 26px 20px 26px;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0;
}
.serv-card .sev-icon{
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: rgba(242, 239, 234, 0.00);
    transition: all 0.3s ease 0s;
}
.serv-card .sev-icon img{
    width: 40px;
    height: 40px;
}
.serv-card .sev-icon i{
    font-size: 40px !important;
    color: #1a472a !important;
    transition: all 0.3s ease 0s;
    display: inline-block;
    line-height: 1;
}
.serv-card .serv-txt h3{
    color: #09334f;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}
.serv-card .serv-txt p{
    color: rgb(0 0 0 / 60%);
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 80px;
}
.serv-btn a{
    display: flex;
    padding: 13px 0 13px 20px;
    align-items: center;
    color: #7D7D7D;
    text-align: right;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    transition: all 0.8s ease 0s;
}
.serv-btn .arrow-icon-hover{
    display: none;
}
/* Hover */
.serv-card:hover{
    border: 1px solid #b8a18b;
    background: #fff;
    transition: all 0.8s ease 0s;
    top: -10px;
}
.serv-card:hover .serv-txt p{
    color: rgb(0 0 0 / 100%);
}
.serv-card:hover .sev-icon{
    background: #f1ece2;
    transition: all 0.8s ease 0s;
}
.serv-card:hover .sev-icon i{
    color: #09334f !important;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
.serv-card:hover .serv-btn a{
    gap: 18px;
    color: #09334f;
}
.serv-card:hover .arrow-icon-hover{
    display: inline-block;
    transition: all 0.8s ease 0s;
}
.serv-card:hover .arrow-icon-active{
    display: none;
    transition: all 0.8s ease 0s;
}
.serv-btn a:hover{
    color: #b8a18b;
}
/* ===============  Statistics Section Area  =============== */
.statistics-area {
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
}
.statistics-area::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 80%;
    height: 50px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.statistics-area::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 55px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.statistics-list{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
.statistics-list .stscs-item{
    position: relative;
    display: flex;
    padding: 70px 12px 35px 12px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.04);
    flex: 0 0 15.6%;
    transition: all 0.8s ease 0s;
}
.statistics-list .stscs-item .stsc-icon{
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 7px solid #09334f ;
    background: #09334f;
    position: absolute;
    top: -45px;
    transition: all 0.9s ease 0s;
}
.statistics-list .stscs-item .stsc-icon img{ 
    width: 40px;
    height: 40px;
}
.statistics-list .stscs-item .stsc-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.statistics-list .stscs-item .stsc-text h3{
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    direction: ltr;
}
.statistics-list .stscs-item .stsc-text h4{
    color: rgba(255, 255, 255, 0.30);
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
.statistics-list .stscs-item:hover{
    background: rgb(255 255 255 / 8%);
    transition: all 0.8s ease 0s;
}
.statistics-list .stscs-item:hover .stsc-icon{  
    background: #f1ece2;
    top: -50px;
    transition: all 0.8s ease 0s;
}
.statistics-list .stscs-item:hover .stsc-text h3{
    color: #FFFFFF;
    transition: all 0.8s ease 0s;
}
.statistics-list .stscs-item:hover .stsc-text h4{
    color: #b8a18b;
    transition: all 0.8s ease 0s;
}

/* ===============  Business Area  =============== */
.business-area{
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
}
.business-area::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 55px;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.business-list{
    margin-top: 40px;
}
.business-list .business-item{
    position: relative;
    background: #FFF;
    border: 1px solid #d7e1eb00;
    overflow: hidden;
    transition: all 0.8s ease 0s;
}
.business-list .business-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 8%) 0%, #000 100%);
    z-index: 1;
}
.business-list .business-item img{
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.bsn-txt{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 10px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    transition: all 0.8s ease 0s;
}
.bsn-txt h3{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
}
.bsn-txt p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0 20px;
    display: none;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.bsn-txt .bsn-btn a{
    display: flex;
    padding: 13px 0 13px 0;
    justify-content: center;
    color: #fff;
}
.business-item:hover::after{
    content: "";
    position: absolute;
    top: 5%;
    right: 5%;
    width: 90%;
    height: 90%;
    background: #00000000;
    z-index: 1;
    border: 2px solid transparent;
    border-image: linear-gradient(0deg, #b8a18bbf, transparent);
    border-image-slice: 1;
    transition: all 0.8s ease 0s;
}
.business-item:hover .bsn-txt{
    padding-bottom: 40px;
    transition: all 0.8s ease 0s;
}
.business-item:hover .bsn-btn a{
    color: #b8a18b;
}
.business-item:hover .arrow-icon-hover{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.business-item:hover .arrow-icon-active{
    display: none;
    transition: all 0.5s ease 0s;
}
.business-item:hover .bsn-txt p{
    display: block;
    opacity: 1;
    transition: all 0.8s ease 0s;
}

.business-item img {
    -webkit-transition: -webkit-transform 0.8s ease 0s;
    -moz-transition: -moz-transform 0.8s ease 0s;
    -o-transition: -o-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.business-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.business_carousel .owl-nav{
    position: absolute;
    bottom: 50%;
    right: 0;
    direction: rtl;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.business_carousel .owl-nav button.owl-next,.business_carousel .owl-nav button.owl-prev{
    border-radius: 34px;
    border: 1px solid #FFF;
    color: #FFF;
    background: rgb(255 255 255 / 4%);
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 13px;
}
.business_carousel .owl-nav button:hover{
    background: #09334f;
    color: #FFF;
    border: 1px solid #09334f;
}
.sec-btn{
    margin-top: 35px;
}
/* ===============  Gallery Area  =============== */
.media-item-grid{
    margin-bottom: 5px;
}
.media-item-grid .ne-sh-info{
    padding: 5px 0;
}
.media-item-grid .ne-sh-info ul li {
    font-size: 12px;
    color: #fff;
}
/* Gallery Images Details */
.gall-img-card .gall-img-title {
    display: flex;
}
.gall-img-title img{
    margin-left: 16px;
    width: 40px;
}
.gall-img-card .ne-sh-info {
        padding-bottom: 0;
}
.lg-outer {
    direction: ltr;
    margin-top: 70px;
}
.lg-outer .lg{
    height: 88% !important;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.lg-sub-html p {
    color: #fff;
    font-size: 14px;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    background-color: rgb(0 0 0 / 70%);
    bottom: 17%;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #b8a18b;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    min-width: 350px !important;
}
.lg-progress-bar .lg-progress {
    background-color: #09334f;
}

.demo-gallery > ul{
    margin-bottom: 0;
    column-count: 3;
    column-gap: 11px;
    display: flex;
    flex-wrap: wrap;
}
.demo-gallery > ul > li {
    background-color: #eee;
    width: 100%;
    margin-bottom: 5px;
    flex: 0 0 32.3%;
}
.glr-md{
    height: 250px;
}
.glr-lg{
    height: 378px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: initial;
    width: 100%;
    height: 100%;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.8s ease 0s;
    -moz-transition: -moz-transform 0.8s ease 0s;
    -o-transition: -o-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);   
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.lg-outer .lg-thumb {
    margin: auto;
}
/* ===============  Partners Section   =============== */
.partners-area{
    position: relative;
    padding-top: 130px;
}
.partners-area::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 45%;
    height: 50px;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.brands-list{
    margin-top: 40px;
}
.brands-list .brands-item{
    border: 1px solid #D7E1EB;
    background: #FFF;
    overflow: hidden;
}
.brands-list .brands-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*---------------------------------------------*/
/* 02 || About Page
/*---------------------------------------------*/
.our-story-section-area{
    position: relative;
}
.our-story-section-area::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 40%;
    height: 55px;
    background-color: #09334f;
    z-index: 1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.lft-text-box p{
    color: #2c2c2c;
    text-align: justify;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
/* Video Section */
.video-area{
    position: relative;
    padding-bottom: 0;
}
.video-area.bg-dark{
    background-color: #09334f !important;
}
.video-section{
    width: 100%;
    border-radius: 0;
    height: 480px;
    overflow: hidden;
    position: relative;
}
.video-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-area .main-vd-title{
    text-align: center;
    width: 65%;
    margin: auto;
    margin-bottom: 50px;
}
.video-area .main-vd-title h2{
    color: #090914;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.2px;
}
.video-section::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(0 0 0 / 60%);
}
.video-section .play-vid{
    position: absolute;
    top: 46%;
    right: 48%;
    background: #09334fc4;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.9s ease 0s;
    -moz-transition: -moz-transform 0.9s ease 0s;
    -o-transition: -o-transform 0.9s ease 0s;
    transition: transform 0.9s ease 0s;
}
.video-section .play-vid:hover{
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transition: -webkit-transform 0.9s ease 0s;
    -moz-transition: -moz-transform 0.9s ease 0s;
    -o-transition: -o-transform 0.9s ease 0s;
    transition: transform 0.9s ease 0s;
}
.mfp-container {
    position: fixed;
}
/* About Info Area */
.about-info-area{
    position: relative;
    padding: 90px 0 30px;
}
.about-info-area::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 20%;
    height: 55px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.abt-inf-sec {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
.abt-inf-card{
    display: flex;
    background: #fff;
    min-height: 190px;
    width: 100%;
}
.abt-inf-card .abt-card-img{
    width: 370px;
    height: 100%;
    overflow: hidden;
}
.abt-inf-card .abt-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.9s ease 0s;
    -moz-transition: -moz-transform 0.9s ease 0s;
    -o-transition: -o-transform 0.9s ease 0s;
    transition: transform 0.9s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.abt-card-details{
    position: relative;
    padding: 20px 80px 20px 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 100%;
}
.abt-card-details .abt-icon{
    position: absolute;
    right: -48px;
    top: 25%;
    display: flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #EFEEED;
    -webkit-transition: 0.9s ease-out;
    -moz-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
    border: 8px solid#ffffff00;
}
.abt-card-details .abt-icon img {
    width: 33px;
    height: auto;
}
.abt-card-details h3{
    font-size: 19px;
    font-style: normal;
    text-align: right;
    font-weight: 900;
    line-height: 150%;
    color: #09334f;
    margin-bottom: 6px;
    position: relative;
    padding-right: 21px;
}
.abt-card-details h3::before {
    content: "\f0d9";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #b8a18b;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 23px;
}
.abt-card-details p{
    font-size: 14px;
    color: rgb(0 0 0 / 58%);
    text-align: right;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.abt-card-details .abt-p-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.abt-card-details .abt-p-list .p-list{
    color: rgba(27, 29, 31, 0.90);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    flex: 0 0 49%;
}
.abt-card-details .abt-p-list .p-list i {
    outline: none;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 2px solid #b8a18b;
    color: #b8a18b;
    background: rgba(184, 161, 139, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex: none;
    margin-top: 5px;
}
/* hover */
.abt-inf-card:hover .abt-card-img img{
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}
.abt-inf-card:hover .abt-icon{
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
    background: #b8a18b;
    border-color: #fff;
}

/* LTR overrides for abt-inf-card */
[dir="ltr"] .abt-card-details {
    padding: 20px 40px 20px 80px;
}
[dir="ltr"] .abt-card-details .abt-icon {
    right: auto;
    left: -48px;
}
[dir="ltr"] .abt-card-details h3 {
    text-align: left;
    padding-right: 0;
    padding-left: 21px;
}
[dir="ltr"] .abt-card-details h3::before {
    content: "\f0da";
    right: auto;
    left: 0;
}
[dir="ltr"] .abt-card-details p {
    text-align: left;
}
[dir="ltr"] .abt-card-details .abt-p-list .p-list {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}

/* Chairman Section Area */
.chairman-area{
    position: relative;
    padding: 110px 0 30px;
}
.chairman-area::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 80%;
    height: 50px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.chairman-section{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.chairman-section h3{
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 45px;
}
.chairman-section .sp-card h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    width: 80%;
    margin: auto;
}
.chairman-section .sp-card .chrm-info{
    display: flex;
    padding-top: 17px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    margin-top: 20px;
}
.chairman-section .sp-card .chrm-info img{
    width: 90px;
    height: 90px;
    border-radius: 200px;
}
.chairman-section .chrm-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 30%;
}
.chairman-section .chrm-name h4{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}
.chairman-section .chrm-name h6{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-style: normal;
    font-weight: 500;
}
.quote-icons{
    position: absolute;
    top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.quote-icons i{
    font-size: 62px;
    color: rgba(239, 238, 237, 0.38);
}

/* AboutTeam Section Area */
.aboutTeam-area{
    position: relative;
    padding: 80px 0 50px;
    background-color: #f1ece2;
}
.aboutTeam-area::after{
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 60%;
    height: 40px;
    background-color: #09334f;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4% 100%);
}
.sp-team-sec{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    gap: 50px;
}
.team-card-img{
    width: 430px;
    height: 390px;
    overflow: hidden;
    position: relative;
    flex: none;
}
.team-card-img::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 68%;
    height: 40px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.team-card-img::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 50%;
    height: 40px;
    background-color: #f1ece2;
    z-index: 1;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.team-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-card-img .co-logo{
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 10px;
    background: #fff;
    padding: 10px 14px;
}
.team-card-img .co-logo img{
    width: auto;
    height: 45px;
    object-fit: contain;
}
.team-sp-card{
    position: relative;
    padding: 20px 85px;
    display: flex;
    flex-direction: column;
    align-items: right;
}
.team-sp-card h3{
    font-size: 24px;
    color: #09334f;
    text-align: right;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 25px;
}
.team-sp-card p {
    font-size: 15px;
    color: #2c2c2c;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    margin: auto;
    text-align: justify;
}
.team-sp-card .quote-icons{
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.team-sp-card .quote-icons i{
    font-size: 62px;
    color: rgb(0 0 0 / 18%);
}

/*---------------------------------------------*/
/* 03 || Service Details Page
/*---------------------------------------------*/
.serv-dst-card{
    background: #fff;
    padding: 20px;
}
.serv-dst-img{
    width: 100%;
    height: 488px;
    margin-bottom: 30px;
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.serv-dst-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serv-dst-img i{
    font-size: 8rem !important;
    color: #1a472a !important;
    display: inline-block;
    line-height: 1;
}
.serv-details-info{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.serv-dt-p{

}
.serv-dt-p h3{
    font-size: 22px;
    color: #09334f;
    text-align: right;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 19px;
}
.serv-dt-p p{
    font-size: 14px;
    color: #2c2c2c;
    text-align: right;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.serv-ftrs{
    position: relative;
    border-radius: 0;
    padding: 14px 20px;
    background: #ededed;
    border: 1px solid #e5e5e5;
    flex: 0 0 33%;
}
.serv-ftrs .bx-title {
    padding: 10px 0;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 16px;
}
.serv-ftrs .txt-ttl {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    color: #09334f;
    margin-bottom: 6px;
    position: relative;
}
.p-list {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-weight: 500;
    color: #2c2c2c;
    font-size: 13px;
}
.p-list i {
    outline: none;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    border: 2px solid #b8a18b;
    color: #b8a18b;
    background: rgba(184, 161, 139, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 2px;
}
.serv-ftrs .btn{
    width: 100%;
    margin-top: 40px;
}

/*--------------------------------*/
/* Order Steps Pages CSS
/*--------------------------------*/
.main-card-sec .mn-cr-sec-title{
    position: relative;
    width: 100%;
    height: 140px;
    background-image: url(../img/images/service_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-card-sec .mn-cr-sec-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}
.main-card-sec .mn-cr-sec-title h3{
    color: #FFF;
    text-align: center;
    font-family: Montserrat-Arabic, Cairo;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    z-index: 2;
}
.stps-form-card{
    padding: 35px 70px;
}
.stp-mn-ttl{
    border: 1px solid rgba(184, 161, 139, 0.35);
    background: rgba(184, 161, 139, 0.12);
    display: flex;
    padding: 21px 27px;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.stp-mn-ttl h3{
    color: #09334f;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}
.stp-mn-ttl h5 {
    color: rgba(27, 29, 31, 0.90);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.flex-2{
    display: flex;
    gap: 15px;
}
.imp-inp{
    color: #DF3939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.stepForm-step p {
    margin-top:35px;
    padding-left: 15px;
}
.stepForm-row {
    display: flex;
    justify-content: space-between;
}
.stepForm-row:before {
    top: 0px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.5px;
    background-color: #ccc;
    z-index: 0;
}
.stepForm {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 15px 0;
}
.stepForm-step{
    background: #fff;
    position: relative;
    padding: 0 10px;
}
.stepForm-step .btn{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepForm-step .tab-done{
    color: #09334f;
    font-weight: 700;
}
.stepForm-step .tab-done .stp-no{
    color: #ffffff;
    background: #09334f;
    border: 1px solid #09334f;
}
.stepForm-step h4 {
    margin-top: 40px;
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}
.stepForm-step a{
    color: #9e9e9e;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 13px;
}
.stepForm-step .stp-no{
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 1px solid #BBB;
    background: rgba(0, 0, 0, 0.00);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
.stepForm-row .stepForm-step .btn-stp-active {
    background: #492a6600;
    color: #09334f;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.btn-stp-active .stp-no{
    background: rgba(184, 161, 139, 0.15);
    border: 1px solid #b8a18b;
    color: #b8a18b;
}

.has-error input, .has-error select,.has-error textarea{
    border: 1px solid #c52525 !important;
}
.main-form .form-group.has-error input,
.main-form .form-group.has-error textarea,
.main-form .form-group.has-error select,
.main-form .form-group.has-error .form-control,
.main-form .form-group.has-error .select-options{
    border: 1px solid #c52525 !important;
    background: #ff1f1f0a !important;
}
.invalid-feedback {
    color: #c52525;
    margin-top: 8px;
    font-weight: 500;
    font-size: 11px;
    font-family: Montserrat-Arabic, Cairo;
}
.studentform-section input:focus{
    box-shadow: none;
}
.stepForm-row .btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.steps-content-sec{
    padding-top: 10px;
}
.has-error .invalid-feedback {
    /* display: block; */
    display: inline-block;
    width: 100%;
}
.btn-stp-active{
    display: block;
}
.txt-center{
    text-align: center;
}
.up-profile-img{
    text-align: center;
    margin-bottom: 40px !important;
}
.stp-frm-btn{
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid#d5d5d5;
    padding-top: 27px;
    margin-top: 22px;
}
.main-form .form-btn .primary-btn {
    width: auto;
    padding: 15px;
}
/* Completed Order */
.com-icon i{
    font-size: 72px;
    margin-bottom: 40px;
    color: #23A26D;
    border-radius: 100px;
    border: 20px solid #23a26d21;
}
.card-btn{
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #DFDFDF;
}
.comp-box{ 
    padding: 50px 40px;
    text-align: center;
    position: relative;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(95, 95, 95, 0.02);
}
.comp-box .log-txt h3 {
    color: #09334f;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 17px;
}
.comp-box .log-txt h5 {
    color: #474747;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.comp-box .ord-no-sts {
    background: #EEE;
    display: inline-block;
    padding: 12px 29px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 14px;
}

/*---------------------------------------------*/
/* 04 || Business Page
/*---------------------------------------------*/
.business-card{
    background: #FFF;
    padding: 26px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: row;
    margin: 17px 0;
}
.bus-img{
    width: 286px;
    min-height: 160px;
    max-height: 220px;
    height: 190px;
    flex: none;
    overflow: hidden;
}
.bus-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bus-details{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
}
.bus-details .bus-txt{
    margin-top: 8px;
}
.bus-details .bus-txt-card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
    flex: 0 0 50%;
}
.bus-details .bus-txt-card .no-div{
    background: rgba(184, 161, 139, 0.18);
    color: #b8a18b;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    font-size: 20px;
    font-weight: 900;
}
.bus-details .bus-txt h3{
    font-size: 20px;
    color: #09334f;
    text-align: right;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 15px;
}
.bus-details .bus-txt p{
    color: #2c2c2c;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.bus-details .ul-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-left: 20px;
}
.bus-details .ul-list .li-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.bus-details .ul-list .li-item i{
    outline: none;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 2px solid #b8a18b;
    color: #b8a18b;
    background: rgba(184, 161, 139, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex: none;
    margin-top: 3px;
}
.bus-details .ul-list .li-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.bus-details .ul-list .li-text h3{
    font-size: 16px;
    color: #09334f;
    text-align: right;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 5px;
}
.bus-details .ul-list .li-text p{
    color: #2c2c2c;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.ch-ord {
    flex-direction: row-reverse;
}

/*---------------------------------------------*/
/* 05 || News Page
/*---------------------------------------------*/
.news-card{
    background: #FFF;
    margin: 15px 0;
}
.news-img{
    width: 100%;
    height: 192px;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ns-card-lg .news-img {
    width: 100%;
    height: 447px;
}
.post-body {
    padding: 10px 20px;
    margin-bottom: 0;
    border-radius: 0;
}
.post-time-date {
    margin-bottom: 3px;
}
.post-time-date ul li h5{
    color: #536471;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-bottom: 6px;
}
.post-time-date ul li h5 i{
    font-size: 16px;
    color: #414c55;
    margin-left: 3px;
}
.entry-news-title {
    color: #09334f;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
}
.ns-card-lg .entry-news-title{
    font-size: 23px;
    line-height: 33px;
}
a.entry-news-title:hover{
    color: #b8a18b;
}
.entry-content{
    margin-top: 20px;
}
.entry-content p {
    font-size: 15px;
    color: #2c2c2c;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
}
.news-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news-btns .news_btn{
    background-color: #09334f00;
    border: 1px solid #09334f00;
    color: #2c2c2c;
    padding: 14px 10px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}
.news-btns .news_btn:hover{
    color: #b8a18b;
    gap: 15px;
}
.pagination-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
/* Pagination */
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pagination .page-item .page-link{
    border-radius: 0;
    border: 2px solid #fff;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    font-size: 13px;
}
.pagination .page-item.active .page-link{
    background: #09334f;
    color: #fff;
    border: 2px solid #09334f;
}
.page-link:focus {
    z-index: 3;
    color: #09334f;
    background-color: rgb(255, 255, 255);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(16 153 141 / 8%);
}

/* News Details */
.news-details-card .post-body .entry-content{
    padding-bottom: 20px;
}
.news-details-card .news-card {
    margin: 0;
}
.recent-posts{
    background: #fff;
    padding: 15px;
}
.recent-posts .main-n-title h3 {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #09334f;
    background: #e2e2e2;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
}
.recent-posts ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.l-post-item a{
    display: flex;
    width: 100%;
    padding: 18px 10px;
    border-radius: 0;
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.l-post-item .l-post-img {
    width: 140px;
    height: 82px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.l-post-item .l-post-img img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l-post-item .post-info{
    width: 100%;
}
.l-post-item .post-info h4 {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    color: #09334f;
    font-style: normal;
    font-weight: 700;
}
.l-post-item .post-info .p-date{
    margin-top: 6px;
    font-size: 13px;
    color: #747474;
}
.l-post-item:hover .post-info h4{
    color: #b8a18b;
}
.post-info .txt-date{
    color: #536471;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-bottom: 7px;
}
.post-info .txt-date i{
    margin-left: 5px;
}
/* Widget tags */
.widget-tags{
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px;
}
.widget-tags ul>li a {
    border: 1px solid #d9d9d9;
    background: #ffffffa8;
    border-radius: 4px;
    padding: 10px 16px;
    color: #2c2c2c;
    display: block;
    font-size: 13px;
}
.widget-tags ul>li a i{
    font-size: 13px;
    color: #a5a5a5;
    margin-left: 3px;
}
.widget-tags ul>li a:hover {
    background: #ecececb5;
    border: 1px solid #c7c7c7;
}
.p-st{
    margin: 12px 10px 15px 20px;
    padding-left: 20px;
    border-left: 5px solid#a2a2a236;
}
.main-n-title h3{
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #09334f;
    margin-bottom: 16px;
}

/*---------------------------------------------*/
/* 06 || Contact Us Page
/*---------------------------------------------*/
.head-bx{
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.head-bx h3{
    font-size: 18px;
    color: #09334f;
    text-align: center;
    font-style: normal;
    font-weight: 900;
}
.head-bx p{
    font-size: 14px;
    color: rgb(0 0 0 / 64%);
    text-align: right;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.contact-form.main-form{
    padding: 40px 40px;
    background: #ffffff;
    border-radius: 0;
}
.contact-form .form-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-info-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}
.crd-bx{
    display: flex;
    padding: 10px 15px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 0;
    flex-direction: column;
}
.crd-bx-item{
    display: flex;
    padding: 8px 0;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    background: #fff;
    width: 100%;
    margin-bottom: 0;
}
.crd-bx hr{
    margin: 5px 0;
    background: #c5c5c5;
    width: 100%;
}
.crd-bx h3, .crd-bx a{
    color: #2c2c2c;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cont-bx{
    width: 100%;
}
.social-list{
    display: flex; 
    gap: 8px;
}
.social-list a {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid #b8a18b;
    background: rgba(184, 161, 139, 0.05);
    color: #b8a18b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-list a i{
    color: #b8a18b;
}
.social-list a:hover{
    background: #b8a18b;
    color: #fff;
}
.social-list a:hover i{
    color: #fff;
    font-size: 16px;
}
.cont-bx h2 {
    color: #09334f;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    margin: 8px 0 8px 0;
}
.cnt-icon{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    border: 1px solid rgba(184, 161, 139, 0.2);
    background: rgba(184, 161, 139, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    flex: none;
    margin-left: 8px;
}
.cnt-icon i{
    color: #b8a18b;
    font-size: 16px;
}
.cont-bx .social-list {
    display: flex;
    gap: 8px;
    margin: 10px 0;
}
.txtflex{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

/* LTR overrides for contact page & forms */
[dir="ltr"] .main-form form .form-group {
    text-align: left;
}
[dir="ltr"] .main-form form .select-options {
    text-align: left;
    padding-right: 0;
    padding-left: 13px;
}
[dir="ltr"] .main-form form .imp-inpt {
    margin-left: 0;
    margin-right: 2px;
}
[dir="ltr"] .head-bx p {
    text-align: left;
}
[dir="ltr"] .crd-bx h3,
[dir="ltr"] .crd-bx a {
    text-align: left;
}
[dir="ltr"] .cont-bx h2 {
    text-align: left;
}
[dir="ltr"] .cnt-icon {
    margin-left: 0;
    margin-right: 8px;
}
[dir="ltr"] .nice-select:after {
    left: auto;
    right: 17px;
}
.ver-flex{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.newForm{
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 10px;
    position: relative;
}
.addNewBtn{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    border: 1px solid rgba(184, 161, 139, 0.3);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #b8a18b;
    padding: 15px 10px;
    width: 97%;
    background: rgba(184, 161, 139, 0.08);
    border: 1px solid #b8a18b;
    margin: auto;
}
.addNewBtn i{
    font-size: 22px;
}
.addNewBtn:hover{
    color: #9a8573;
    background: rgba(184, 161, 139, 0.15);
    border: 1px solid #b8a18b;
}
.dis-none{
    display: none;
}
.from-new-title{
    padding: 15px 15px 15px 10px;
    background: #ddddddb8;
    margin-bottom: 5px;
}
.from-new-title h3{
    color: #09334f;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: block;
    width: 100%;
}
.deleteBtn{
    background: #f34d4d;
    color: #fff;
    font-size: 12px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.deleteBtn:hover{
    background: #b33535;
    color: #fff;
}
.newForm .deleteBtn{
    position: absolute;
    top: 18px;
    left: 17px;
}

/* Products */
.products_items > ul {
    margin-bottom: 0;
    column-count: 6;
    column-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.products_items > ul li{
    background-color: #eee;
    width: 100%;
    margin-bottom: 5px;
    flex: 0 0 19.5%;
}
.glr-img{
    position: relative;
    height: 400px;
}
.prd-ttl{
    display: flex;
    position: absolute;
    bottom: 10px;
    background: #080808cf;
    width: 94%;
    right: 3%;
    padding: 12px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
/*----------------------------------------*/
/*   Floating WhatsApp Button
/*----------------------------------------*/
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.whatsapp-float i {
    margin: 0;
    line-height: 60px;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
        font-size: 26px;
    }
    .whatsapp-float i {
        line-height: 50px;
    }
}

/*----------------------------------------*/
/*   Categories Sidebar Widget
/*----------------------------------------*/
.sidebar-widget {
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sidebar-widget .widget-title {
    color: #09334f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #b8a18b;
}

.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    margin-bottom: 10px;
}

.categories-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f1ece2;
    border-radius: 4px;
    color: #09334f;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.categories-list li a:hover {
    background: #b8a18b;
    color: #fff;
    transform: translateX(-5px);
}

.categories-list li.active a {
    background: #09334f;
    color: #fff;
}

.categories-list li a .count {
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}

.categories-list li.active a .count {
    background: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*   News Category Badge
/*----------------------------------------*/
.news-img {
    position: relative;
}

.news-category-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b8a18b;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .sidebar-widget {
        margin-top: 30px;
    }
}

/*----------------------------------------*/
/*   License Info Area
/*----------------------------------------*/
.license-info-area {
    background: linear-gradient(135deg, #f1ece2 0%, #ffffff 100%);
    border-bottom: 1px solid #e9ecef;
}

.license-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.license-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px 35px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.license-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(184, 161, 139, 0.3);
    border-color: #b8a18b;
}

.license-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 0;
}

.license-icon i {
    font-size: 32px;
    color: #fff;
}

.license-content h4 {
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.license-content h3 {
    color: #09334f;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    direction: ltr;
}

@media (max-width: 768px) {
    .license-cards {
        gap: 20px;
    }
    
    .license-item {
        padding: 20px 25px;
        width: 100%;
    }
    
    .license-icon {
        width: 60px;
        height: 60px;
    }
    
    .license-icon i {
        font-size: 28px;
    }
    
    .license-content h3 {
        font-size: 24px;
    }
    
    .license-content h4 {
        font-size: 13px;
    }
}
