:root {
    --main-color: #162318;
    --sec-color: #E2D5B7;
}



@font-face {
    font-family: 'GretaArabic';
    src: url('../fonts/ArbFONTS-Greta-Arabic-Medium.ttf');
}

@font-face {
    font-family: 'Manchette';
    src: url('../fonts/Manchette-Regular.otf');
}



.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'Manchette';
    overflow-x: hidden;
    background-color: #FBFFFB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GretaArabic';
    text-transform: capitalize;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}


.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.mynav button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.mynav {
    background: #162318;
}

.mynav .nav-link {
    color: #fff;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mynavbar,
.mynavbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar ul {
    margin-right: 40px;
}

.lang-search {
    margin-inline-end: 32px;
}

.btnSearch i,
.lang-search a {
    color: #E2D5B7;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
}

.lang-search a,
.lang a {
    font-family: 'Manchette', sans-serif;
}

.lang-search a i {
    padding-inline-start: 6px;
}

.btnSearch i:hover,
.lang-search a:hover {
    color: var(--sec-color);
}


.mynavbar ul li {
    margin-inline-end: 8px;
}

.logo img {
    max-height: 101px;
    max-width: 100%;
    object-fit: contain;
}

.mynav .fa-search:hover {
    transform: rotate(-360deg);
}


/* Start header */

.mynav .row {
    padding: 25px 0;
    align-items: center;
}

.mynavbar .nav-link {
    position: relative;
    padding: 4px 16px;
    z-index: 1;
}

.mynavbar .nav-link::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s;

    z-index: -1;
}

.mynavbar ul li.current-menu-item a {
    color: #003089;
}

.mynavbar .nav-link.active::after,
.mynavbar ul li.current-menu-item .nav-link::after {
    opacity: 1;
    top: 0;
}

.mynavbar .nav-link:hover::after {
    opacity: 1;
    top: 2px;
}

.mynavbar .nav-link.active,
.mynavbar .nav-link:hover {
    color: #003089;
}

.res-menu ul {
    display: flex;
}

.res-menu ul li:last-of-type {
    margin-right: 10px;
}

.header-sochial {
    display: flex;
}

.header-sochial a {
    transition: all 0.3s;
    color: #fff;
    margin-inline: 9px;
}

.header-sochial a:hover {
    color: #58C4F3;
}

.navbar-toggler-icon {
    width: 38px;
    height: 36px;
    border-radius: 3px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.navbar-toggler-icon span {
    display: block;
    width: 33px;
    height: 1px;
    background-color: #E2D5B7;
    margin-bottom: 9px;
}

.navbar-toggler-icon span:nth-child(2) {
    width: 22px;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    font-family: 'regular';
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: var(--main-color);
}

.searchForm .btnSearch i:hover {
    transform: rotate(360deg);
    color: var(--hover-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 720px;
    max-width: 720px;
    background-color: #162318;
    z-index: 99;
    padding: 20px 0;
    transition: all 0.7s;
    padding: 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    cursor: pointer;
    width: 62px;
    height: 62px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2D5B7;
    border-radius: 50%;
    z-index: 999;
}

.sidebar .side-content {
    padding-top: 10px;
    margin-top: 30px;
    padding-inline-start: 90px;
}

.close-overlay {
    position: fixed;
    max-width: 730px;
    height: 100%;
    /* background-color: var(--bg-color); */
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;


}

.sidebar .side-content ul li a {
    display: inline-block;
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar li {
    margin-bottom: 23px;
}

.sidebar ul li a {
    text-decoration: none;
    font-size: 49px;
    color: #fff;
    position: relative;
    font-family: 'GretaArabic';
    transition: all 0.3s ease;
}


.sidebar ul li.current-menu-item a,
.sidebar ul li a:hover {
    color: var(--sec-color);
}

.sidebar .logo {
    margin-bottom: 67px;
}

/* Start responsive-menu */
.responsive-menu {
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--main-color);
}

.responsive-menu ul,
.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.responsive-menu .menu ul li {
    width: 33.3%;
    text-align: center;
}

.responsive-menu .menu .lang i {
    padding-inline-start: 6px;
}

.responsive-menu .menu a {
    color: #fff;
    text-transform: capitalize;
}

.menu .btnSearch {
    display: flex;
    align-items: center;
}

.right-menu {
    display: flex;
    align-items: center;
}

/* Start home slider */
.hero-sec .hero_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.hero-sec {
    padding: 0;
    height: 680px;
    position: relative;
}

section.hero-sec .row {
    position: relative;
    z-index: 2;
    align-items: end;
    height: 680px;
    padding-bottom: 102px;
}

.hero-sec .hero_img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 105, 42, 0.4) 22.14%, rgba(22, 35, 24, 0.94) 76.09%, #162318 98.37%);
}


.hero-info h2 {
    font-size: 40px;
    color: #E2D5B7;
    line-height: 56px;
}

.video-icone {
    width: 82px;
    height: 82px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 80px;
    left: 118px;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: 1px solid #EFE8D6;
}

.video-icone::after {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color:#fff; */
}

.more a {
    display: inline-block;
    text-align: center;
    min-width: 214px;
    border-radius: 50px;
    background: var(--main-color);
    border-radius: 24px;
    color: #fff;
    padding: 12px 13px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 20px;
    font-family: 'GretaArabic';
    font-weight: 700;
}


.more a::before {
    background: var(--sec-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.4s ease;
}

.more a:hover::before {
    height: 380%;
}

.more a:hover {
    color: var(--main-color);
}

.more a i {
    transform: rotate(45deg);
}

.more a span {
    padding-inline-end: 6px;
}

.sponser-slider {
    direction: ltr;
}

.hero-sec .hero_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 20s;
}

.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev {
    margin-top: 0;
    position: absolute;
    top: 50%;
    font-size: 34px;
    z-index: 9;
    color: #fff;
    width: 56px;
    height: 78px;
    background: #ffffff47 0% 0% no-repeat padding-box;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev {
    top: 18%;
    color: rgb(33 67 109 / 54%);
}


.sponser-slider.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.sponser-slider.owl-theme .owl-nav .owl-next {
    right: -40px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: -38px;
    width: 42px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: 40%;
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: 40%;
}

.read-more a::before,
.read-more button::before {
    background: var(--sec-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}

.read-more a:hover::before,
.read-more button:hover::before {
    height: 380%;
}

.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    font-size: 12px;
    background: rgb(35 62 153 / 25%);
    color: #fff;
    position: relative;
    display: inline-block;
}


.card-slider.owl-theme .owl-dots .owl-dot span {
    background: hsl(226deg 63% 37% / 25%);
}

.card-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #233E99;
}

.card-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 28px;
    right: 115px;
}

.card-slider.owl-theme .owl-dots {
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
    color: #233E99;
    background-color: #fff;
    transition: all 0.4s;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
    border-color: #233E99;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/* ------------------------------------------------------------- */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

/* Start about section */
.container-fluid {
    padding: 0;
}

section.about {
    position: relative;
    padding: 119px 0 140px;
}

section.about .about-img {
    position: absolute;
    top: 117px;
    left: 0;
    /* max-width: 700px; */
    max-width: 52%;
    height: 537px;
}

section.about .about-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 252px 252px 0;
    object-fit: cover;
}

.about-info {
    padding-inline-end: 114px;
}

/* -------------------------------  services section -----------------   */
.service-img {
    width: 341px;
    height: 280px;
    position: absolute;
    top: -30px;
    left: 74px;
    transform: rotate(-40deg);
    transition: all 0.4s;
    opacity: 0;
}

.service-item:hover .service-img {
    transform: rotate(0deg) translateX(20px);
    opacity: 1;
}

.service-img img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.services-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.services-title .section-title {
    margin-bottom: 0;
}

.service-item {
    background: rgb(255 255 255 / 40%);
    border: 1px solid #EBEBEB;
    border-radius: 48px;
    margin-bottom: 38px;
    padding: 79px 76px;
    position: relative;
    transition: all 0.4s;
}

.service-item:hover {
    background: var(--main-color);
}

.service-item:hover section.services {
    padding: 100px 0;
    background: #FBFFFB;

}

.service-name {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 41px;
}

.service-name .icone {
    height: 65px;
}

.service-name .icone img {
    max-height: 100%;
    transition: all 0.4s;
}

.service-item:hover .service-name .icone img {
    filter: brightness(0) invert(1);
}

.service-name h4 {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 0;
    transition: all 0.4s;
}

.service-item:hover .service-name h4 {
    color: #fff;
}

/* ------------------------------  lawyers section ----------------------------   */
.lawyer-item {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 56px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.4s;
}

.lawyer-item:hover {
    border-color: var(--main-color);
}

.col-lg-4:nth-child(4) .lawyer-item,
.col-lg-4:nth-child(5) .lawyer-item,
.col-lg-4:last-of-type .lawyer-item {
    margin-bottom: 0;
}

.lawyer-item .img {
    height: 317px;
    width: 100%;
}

.lawyer-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 56px 56px 0 0;
}

section.Lawyers {
    background: #FBFFFB;
    padding: 0;
}

.lawyer-name {
    padding: 28px 0 32px;
}

.lawyer-name h3 {
    font-size: 30px;
    color: #162318;
    font-family: 'Manchette';
}

.lawyer-name h6 {
    font-size: 24px;
    color: #224427;
    font-family: 'Manchette';
}

section.Lawyers .col-lg-4 {
    padding: 0 8px;
}

section.Lawyers .services-title {
    margin-bottom: 28px;
}

section.services {
    background: #FBFFFB;
}

/* ----------------------------------------------------------------------- */
.Company-statis {
    padding: 160px 0 180px;
    background-image: url('../images/bg-sats.png');
    background-size: cover;
}

.counter-item {
    direction: ltr;
    color: #162318;
    font-size: 36px;
    line-height: 80px;
    margin: 0;
    font-weight: 500;
    /* font-family: 'Manchette'; */
}

.count-block .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.details h6 {
    font-size: 20px;
    color: #224427;
    font-family: 'Manchette';
}

.comp-stat-number {
    background: #fff;
    border-radius: 56px;
    padding: 72px 100px 0;
    border: 1px solid #EBEBEB;
    transition: all 0.4s;
}

.comp-stat-number:hover {
    border-color: var(--main-color);
}

.count-block {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
}

.count-block .icon {
    height: 91px;
    margin-inline-end: 27px;
}

.count-block .icon img {
    max-height: 100%;
}

.comany-stat h4 {
    color: #162318;
    font-size: 64px;
    margin-bottom: 24px;
}

.comany-stat h6 {
    font-size: 24px;
    line-height: 35px;
    color: #224427;
    font-family: 'Manchette';
}

.comany-stat {
    padding-inline-end: 20px;
}

.Company-statis .row {
    align-items: center;
}

/* ------------------------------------------------------------------ */
/* Start footer section */
.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}

footer {
    background-color: var(--main-color);
    padding: 148px 0 0;
    overflow: hidden;
    border-radius: 200px 200px 0 0;
}

footer .col-md-4:last-of-type {
    padding-inline-start: 30px;
}

.col-lg-4 .row .col-md-6 {
    padding: 0;
}

.footer-links h4,
.right-footer h4 {
    color: #E2D5B7;
    font-size: 28px;
    margin-bottom: 32px;
}

.footer-logo img {
    width: 92%;
    max-height: 100%;
}

.left-footer p {
    color: var(--sec-color);
    font-size: 24px;
    margin: 37px 0 24px;
}

footer .footer-menu ul li {
    width: 40%;
    display: inline-block;
    margin-bottom: 24px;
}

.footer-logo {
    width: 317px;
}


footer .footer-menu ul {
    display: inline-block;
}

footer .footer-menu ul a {
    color: var(--sec-color);
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
}

footer .footer-menu ul a:hover {
    color: #fff;
}

.right-footer .map {
    height: 163px;
}

.right-footer .map iframe {
    height: 100%;
    width: 100%;
    border-radius: 16px;
}

.bootom-footer {
    padding: 43px 0 10px;
    margin-top: 43px;
    border-top: 1px solid rgb(226 213 183 / 10%);
}

ul.contact-list li {
    margin-bottom: 24px;
}

ul.contact-list li a p {
    margin-bottom: 0;
}

ul.contact-list li a {
    color: #EFE8D6;
    display: flex;
}

ul.contact-list li a i {
    color: #fff;
    padding-inline-end: 7px;
}

span.mob-num {
    display: inline-block;
    direction: ltr;
}

.footer-soch {
    background: #1A291C;
    border-radius: 16px;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    max-width: 316px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-soch a {
    color: var(--sec-color);
    padding-inline-start: 12px;
}

.footer-soch span {
    font-size: 18px;
    color: #fff;
}

.copy-right .row {
    align-items: center;
}

.copy-right p {
    color: #fff;
    margin-bottom: 0;
}

.copy-right p a {
    color: var(--sec-color);
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: left;
}

footer i.fa-phone-volume {
    transform: rotate(-45deg);
}

/* *********************************************************************************************** */
/* Start about page */
.breadcrumb-section {
    color: #fff;
    background-image: url('../images/bread-bg.png');
    background-size: cover;
    background-position: bottom;
    padding-top: 219px;
    position: relative;
    z-index: 2;
    height: 476px;
}

.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(31, 105, 42, 0.4) 22.14%, #162318 103.01%);
}

.breadcrumb-section a,
.breadcrumb-item.active {
    color: rgb(226 213 183 / 70%);
    font-size: 40px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(226 213 183 / 70%);
    content: "/";
    position: relative;
    top: 5px;
    padding: 0 8px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: transparent;
    padding: 0;
}

.breadcrumb-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: #E2D5B7;
    font-weight: 500;
}

section {
    padding: 120px 0;
    overflow: hidden;
}

.about-info h4 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #162318;
}

.vission-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.vission-item {
    background: #fff;
    box-shadow: 0px 20px 36px 0px #65A77814;
    padding: 60px 12px;
    border-radius: 40px;
    margin-bottom: 18px;
}

section.vission {
    padding: 0;
    overflow: visible;
}

.vission-title .img {
    width: 73px;
    height: 73px;
    background: #FCF6E8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vission-title h4 {
    font-size: 34px;
    margin-bottom: 0;
    color: #272525;
    font-family: 'Manchette';
}

.vission-item p {
    padding: 0 20px;
    font-size: 24px;
    color: #4D4D4D;
    margin-bottom: 0;
}

section.vission .col-lg-6 {
    padding: 0 8px;
}

/* ------------------------------------------------------------ */
/* Start about section */

.about-item h4 {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 10px;
}

.about-info p {
    color: #4D4D4D;
    margin: 0px 0 32px;
    font-size: 24px;
}

.more {
    margin: 10px 0 20px;
}

.more button {
    position: relative;
    transition: all 0.3s;
    color: #fff;
    text-transform: capitalize;
    background: #162318;
    border-radius: 24px;
    display: inline-block;
    min-width: 100%;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
    text-transform: capitalize;
}
.more button:hover{
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: #fff;
}

/* Pagination */
.pagination-list {
    border: 1px solid #F3F3F3;
    padding: 6px 0;
    width: 222px;
    margin: 48px auto 0;
    box-shadow: 0px 14.64px 29.28px 0px #0000000F;
    border-radius: 8px;
}

.pagination {
    justify-content: center;

}

.page-item .page-link {
    color: rgb(0 0 0 / 40%);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
    border: none;
    padding: 6px 5px;
    margin: 0;
    line-height: 31px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 6px;
    margin-inline: 6px;
    border-color: transparent;
    background-color: #162318;
    color: #fff;
    font-size: 18px;
    line-height: 0px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 14px 0;
}

.page-item:last-child .page-link {
    opacity: 30%;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: #162318;
    opacity: 100%;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    color: #162318;
}

li.page-item {
    margin-inline: 0;
}

.page-link:focus {
    box-shadow: none;
}

section.Lawyers.lawyer_page {
    padding: 120px 0;
}

/* ******************************************************** */
.caree-page-title h3,
.text-faq h3 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #272525;
}


.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #585856;
    font-size: 18px;
}

.form-info form input:focus,
textarea:focus {
    outline: none;
}

.contact-form form {
    margin-top: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h4 {
    color: var(--main-color);
    font-size: 64px;
    padding-bottom: 14px;
    text-transform: capitalize;
}


.map iframe {
    height: 100%;
    width: 100%;
}

.contact-form {
    padding: 100px 60px;
    position: relative;
    background-color: #fff;
}

.contact-form {
    padding: 50px 56px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 20px 36px 0px #65A77814;
    border-radius: 40px;
}


.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid rgb(88 88 86 / 30%);
    border-radius: 16px;
    color: #585856;
    font-size: 18px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #585856;

}

.contact-form form input:focus,
.contact-form form select:focus,
.contact-form textarea:focus {
    outline: none;
    border: 1px solid #162318;
}

.contact-form .mobil {
    position: relative;
}

.contact-form .mobil span.mob-num {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #585856;
    font-size: 18px;
}

.map-section {
    padding-top: 0;
    margin-top: -300px;
}

.map iframe {
    height: 720px;
    width: 100%;
}

/* Start contact page */

/* Start employment page */

.text-faq .text-top {
    margin: 0 0 30px;
}

.text-faq .text-top h3 {
    color: #444648;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

.text-faq .text-top p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
    font-weight: 300;
}

.card-header {
    background: #fff;
    border: none;
    padding: 0;
    border-radius: 16px !important;
}

.card {
    border: none;
    margin: 0 0 16px;
    border-radius: 16px;
    /* padding: 0 27px; */
    /* border: 1px solid #162318; */
    box-shadow: 0px 20px 36px 0px #65A77814;
}
.card-header .btn:not(.collapsed)::before {
    position: absolute;
    content: '';
    width: 92%;
    height: 1px;
    background: #D3D3D3;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}
.card-header .btn {
    display: flex;
    padding: 15px 27px;
    width: 100%;
    padding-inline-end: 50px;
    position: relative;
    background: #fff;
    font-size: 18px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #272525;
}

.card-header .btn::after {
    color: #fff;
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'font awesome 5 pro';
    font-weight: bold;
    top: 15px;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 32px;
    background: #162318;
    border-radius: 8px;
}

.card-header .btn[aria-expanded="true"] {
    background: var(--main-color);
    color: #fff;
}

.card-header .btn[aria-expanded="true"]::after {
    color: #fff;
}

.card-body {
    border: 1px solid #162318;
    border-radius: 0 0 16px 16px;
    border-top: 0;
    padding-top: 6px;
    padding: 12px 27px;
    color: #585856;
    font-size: 18px;
}

.card-header .btn[aria-expanded="true"]::after {
    content: "\f068";
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-rotate h3 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #E4DEFF;
    font-size: 127px;
    line-height: 127px;
}


.card-header .btn[aria-expanded="true"] {
    background: transparent;
    color: #272525;
    background-color: #fff;
    border: 1px solid #162318;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
}

.card-header .btn[aria-expanded="true"]::after {
    content: "\f00d";
}

.card-header .btn[aria-expanded="true"]::after {
    color: #fff;
}

.card-header .btn:not(.collapsed) {
    /* border-bottom: 1px solid #D3D3D3; */
    position: relative;
}
.input-group>.form-control {
    flex: unset;
}

.input-group.upload {
    margin-bottom: 32px;
    position: relative;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    padding: 12px 10px;
    height: 47px;
    border-radius: 0;
}

.input-group.upload span.uplod {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 16px;
    width: 100%;
    text-align: end;
    display: inline-block;
    z-index: 2;
    background-color: transparent;
    background: transparent;
    border: 1px solid rgb(88 88 86 / 30%);
    border-radius: 16px;
}

.form-control:disabled,
.form-control[readonly] {
    border-color: rgb(255 255 255 / 30%);
}

.input-group.upload span.uplod i {
    height: 48px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    font-size: 18px;
    border-inline-start: 1px solid rgb(88 88 86 / 30%);
}

label.input-group-btn {
    background-color: transparent;
    margin-bottom: 0;
    height: 0;
    background: transparent;
}

.input-group.upload label {
    display: block;
    width: 100%;
}

/* End employment -page */
/* -------------------------------------------------------------------------- */
/* ---------------------  single services ------------------------------ */
.single_project-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    transition: all 0.3s;
    border-radius: 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
    opacity: 30%;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
}



#big_image .owl-stage-outer {
    position: relative;
    z-index: 3;
}

#big_image .single-img {
    height: 388px;
}

#big_image .single-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 8px 8px 0px #BBBBBB29;
}

#thumbs_gallary .img {
    height: 120px;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 18.48px 18.48px 0px #BBBBBB29;
    margin: 10px 0px 40px;
    border-radius: 16px;
}

#thumbs_gallary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 18.48px 18.48px 0px #BBBBBB29;
    border-radius: 16px;
}

.single-service-info h4 {
    font-size: 20px;
    line-height: 31px;
    text-transform: capitalize;
    font-weight: 700;
}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
    font-weight: 300;
}

#thumbs_gallary .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 40%;
    background: #231300;
    border-radius: 16px;
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
    opacity: 0;

}

.single-services-info h5 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #162318;
}

.single-services-info p {
    font-size: 24px;
    line-height: 35px;
    color: #4D4D4D;
}

section.single-service {
    padding: 120px 0;
}

/* ------------------------------------------------------------------    */
.evant_page .lawyer-item {
    text-align: start;
}

.evant_page .lawyer-item .lawyer-name h3 {
    padding-inline-start: 28px;
    line-height: 51px;
}

section.single-evant-page .row {
    justify-content: center;
}

.single-img {
    height: 388px;
    margin-bottom: 32px;
}

.single-img img {
    box-shadow: 0px 8px 8px 0px #BBBBBB29;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.single-evant-details {
    padding: 73px;
    border-radius: 40px;
    box-shadow: 0px 20px 36px 0px #65A77814;
    background: #fff;
}

section.single-evant-page .col-lg-8 {
    padding: 0;
}

section.single-evant-page {
    padding: 120px 0;
}

.single-evant-details h3 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #162318;
}

.single-evant-details p {
    font-size: 24px;
    line-height: 35px;
    color: #4D4D4D;
}

/* ------------------------------  contact page -------------------------    */
.contact-data {
    padding: 45px 57px;
    height: 100%;
    position: relative;
    background: #162318;
    padding: 71px 48px;
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    border-radius: 16px;
  }
  .contact-data h3 {
    color: #fff;
    margin-bottom: 32px;
  }
  
  .contact-data .contact-list a {
    color: #EFE8D6;
  }
  .contact-list li i {
    position: relative;
    top: 5px;
    padding-inline-end: 8px;
    color: var(--sec-color);
}
.contact-p-img {
    height: 177px;
    position: absolute;
    bottom: 0;
    width:400px;
    height: 344px;
    left: 0;
    padding: 0 5px;
}
.contact-p-soch {
    background: #17311B;
    border-radius: 9px;
    padding: 8px 24px;
    color: #fff;
    max-width: max-content;
    margin-top: 66px;
}

.contact-p-soch a {
    color: #fff;
    padding-inline-start: 12px;
}
.contact-form h4 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 700;
}

footer.contact-page {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    padding: 0;
}
footer.contact-page .bootom-footer {
    padding:26px 0;
    margin-top: 0;
}
footer.contact-page .copy-right p,footer.contact-page .copy-right p  a {
    color: #162318;
    margin-bottom: 0;
}

@media (max-width:768px) {
.sidebar .close-side i{
    left: 24px;
}
}