/*******************
page-loader + nav = light-layout
*******************/
.loader-wrapper .loder-section {
    background: #f6f6f6;
}
.lawyer_nav_manu {
    background: rgba(255, 255, 255, 0.8);
}
.sticky {
    position: sticky !important;
    top: 0;
    background: #fff !important;
}
.lawyer_menu > ul > li > a {
    color: #000;
}

.breatcam-title h1, .breatcam-title .h1,
.breatcam-menu ul li {
    text-shadow: 1px 1px 1px #0009, 0 0 7px #0006;
}
.breatcam-menu ul li:hover {
    text-shadow: none;
}
/****************/

.header-button a::before, .header-button a::after,
.lawyer-button a::before {
    background-color: var(--red);
}


/* p {
    hyphens: auto;
} */

#test .about-extra-single-box {
    background-color: #403d3d;
    padding: 31px 40px 51px;
    border-radius: 5px;
}
#test .about-extra-single-box p {
    color: #fff;
}


.about-ordered-list {
    padding: 22px 0 0;
}
.about-ordered-list p {
    display: flex;
    font-size: 17px;
    color: #fff;
    padding: 2px 0 4px;
}
.about-ordered-list p i {
    font-size: 15px;
    height: 56px;
    min-width: 56px;
    line-height: 56px;
    text-align: center;
    background: var(--gold);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}


.o-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* box */
.ar-box {
    background: #FBFAF8;
    padding: 40px 22px 32px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
/*
.ar-box:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    background: var(--gold);
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}
.ar-box:after {
    position: absolute;
    content: "";
    top: -178px;
    left: 0;
    right: 0;
    margin: auto;
    width: 89%;
    height: 86%;
    background: #A58C62;
    transition: .6s;
    z-index: -1;
    border-radius: 100%;
    transform: perspective(500px)rotateX(-90deg);
}
.ar-box:hover .service-desc p {
	color: #fff;
}
.ar-box:hover .service-title h3 {
    color: #fff;
}

.ar-box:hover .service-button a {
    color: #fff;
}
.ar-box:hover:after  {
    transform: perspective(500px)rotateX(0deg);
}

.ar-box:hover .service-icon img {
    filter: brightness(0) invert(1);
    transition: .5s;
}
.ar-box:hover:before {
    height: 100%;
    top: 0;
}
*/


.bg-image {
    background-position: center;
    background-size: cover;
}
.bg-light {
    background: #F7F7FB !important;
}
.bg-dark {
    background: #2D261B;
}


.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff;
}

.section {
    padding: 120px 0 100px;
}

.border-bottom-gold {
    border-bottom: 6px solid var(--gold);
}

iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.accordion {}
.accordion h3 {
    position: relative;
    padding-right: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0002;
    /* margin-bottom: 10px; */
    margin-top: 20px;
    cursor: pointer;
}
.accordion h3::after {
    content: "\f068";
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: 0;
    border-radius: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    background-color: var(--gold); /*#b59a6d*/
    color: #fff;
}
.accordion h3.collapsed::after {
    content: "\f067";
}
.accordion .collapse-inner {
    padding-bottom: 25px;
    border-bottom: 1px solid #0002;
}













/**********************
* footer
**********************/
/* 
.footer-section {}
.footer-bg {}
.widgets-company-info {}

.lawyer-logo {}
a.logo_img {}
a.logo_img img {}

.company-desc-info {}
.company-desc-info p {
    color: #191514;
}
.company-desc-info p i {}

.company-social-info {}
.company-social-info ul {}
.company-social-info ul li {}
.company-social-info ul li a {}
.company-social-info ul li a i {}

.widget-nav-menu {}
h4.widget-title {
    color: #191514;
}
.menu-quick-link-content {}
.menu-quick-link-content ul.footer-widget-list {}
.menu-quick-link-content ul.footer-widget-list li {}
.menu-quick-link-content ul.footer-widget-list li a {}

.menu-quick-link-contact {}
.footer-contact-icon {}
.footer-contact-title {}
.footer-contact-desc {}
.footer-bottom-bg {}
.footer-bottom-content-copy {}
.footer-bottom-menu {}
.footer-bottom-menu ul {}
.footer-bottom-menu ul li {}
.footer-bottom-menu ul li a {}
*/

.company-desc-info p {
    color: #191514;
}
h4.widget-title {
    color: #191514;
}
ul.footer-widget-list li a {
    color: #191514;
}
.footer-contact-desc p {
    color: #191514;
}
.footer-bottom-content-copy p {
    color: #191514;
}
ul.footer-widget-list li a::before {
    background: #67615f33;
}
.row.footer-bottom-bg {
    border-top: 1px solid #67615f33;
}



