.hero,
.hero-content,
.search-box,
.slider-card,
.video-thumbnail,
.video-thumbnail-wrapper,
.who-we-are,
.wrapper-img-who {
    position: relative
}

.btn-contact,
.contact-btn,
.contact-btn-wrapper,
.help-heading,
.help-us-content h3,
.hero-content p.sub,
a.scucbribe-btn.btn {
    text-transform: uppercase
}

.hero {
    height: 100vh
}

.hero-content {
    z-index: 2;
    height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-content h1 {
    font-size: 36px;
    margin-bottom: 20px
}

.hero-content h1 span {
    color: #f1c40f
}

.hero-content p.sub {
    letter-spacing: 2px;
    color: #f1c40f;
    margin-bottom: 10px;
    font-size: 14px
}

.hero-content p.desc {
    color: #ccc;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 20px
}

.contact-btn,
.contact-btn-wrapper {
    background-color: transparent;
    color: #bf9300;
    padding: 10px 20px 13px;
    border: 1px solid #bf9300;
    cursor: pointer;
    font-family: Barlow-Medium;
    margin-top: 20px
}

.search-box {
    margin-top: 30px;
    border: 1px solid #bf9300;
    width: 100%
}

.search-box input {
    padding: 14px 50px;
    width: 100%;
    border-radius: 4px;
    border: none;
    background: 0 0
}

a.search-wrapper-d {
    position: absolute;
    left: 15px;
    top: 15px
}

.search-box input::placeholder {
    font-family: Barlow-Medium;
    color: #c4c4c4
}

.padding-banner-left {
    padding-left: 60px
}

.search-box button {
    background-color: #f1c40f;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer
}

.radio-group {
    display: flex;
    gap: 15px;
    justify-content: start;
    margin-top: 20px
}

@media (min-width:1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px
    }
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    font-size: 16px
}

.custom-radio input[type=radio] {
    display: none
}

.custom-radio span {
    width: 20px;
    height: 20px;
    border: 2px solid #bf9300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: .2s
}

.custom-radio input[type=radio]:checked+span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #bf9300;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px
}

.custom-radio span::after {
    transition: .2s
}

.social-icons {
    position: absolute;
    left: 20px;
    top: 35%;
    z-index: 2;
    display: flex;
    flex-direction: column
}

.social-icons a {
    background-color: transparent;
    color: #bf9300;
    width: 35px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #bf9300
}

nav.navbar {
    z-index: 111
}

.line-wrapper1 {
    display: block;
    width: 75%;
    height: 2px;
    background: linear-gradient(to right, #b3b3b3, transparent);
    transform: rotate(180deg);
    right: 0;
    bottom: 0;
    top: 10px;
    margin: auto;
    position: absolute
}

img.arapper-logo-main {
    width: 150px;
    height: 150px;
    object-fit: scale-down
}

.wrapper-icon-main {
    background: #000;
    padding: 8px;
    margin-right: 10px
}

.top-bar {
    margin-bottom: 20px;
    margin-top: 19px
}

@media (max-width:600px) {
    .hero-content h1 {
        font-size: 24px
    }

    .search-box {
        flex-direction: column;
        align-items: center
    }

    .search-box input {
        width: 100%
    }
}

span.line-wrapper {
    background: #bf9300;
    width: 28px;
    height: 1px
}

.barlow-regular.color-1.letter-spacing--wrapper {
    letter-spacing: 5px;
    color: var(--color-1) !important;
    text-transform: uppercase
}

footer.site-footer {
    background: #131313
}

.site-footer {
    background-color: #111;
    color: #fff;
    position: relative
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    position: relative
}

.newsletter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #444;
    padding-bottom: 30px
}

.newsletter-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.newsletter-form input[type=email] {
    padding: 10px;
    border: none;
    width: 250px
}

.newsletter-form .subscribe-btn {
    padding: 10px 20px;
    background-color: #ffc107;
    color: #000;
    text-decoration: none;
    font-weight: 700
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px
}

.footer-column {
    flex: 1 1 200px;
    margin: 20px 10px
}

.footer-column img {
    width: 150px;
    margin-bottom: 15px
}

.footer-column ul {
    list-style: none;
    padding: 0
}

.footer-column ul li {
    margin-bottom: 10px;
    color: #ccc
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none
}

.footer-column h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff
}

.newsletter_para {
    color: #c7c7c7;
    font-family: Barlow-Light
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px
}

.social-icons i,
.social-icons.social-icons1 i {
    font-size: 20px;
    color: #bf9300
}

.footer-branding {
    text-align: center;
    font-size: 64px;
    color: #fff;
    opacity: .07;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800
}

.btn-contact,
.help-heading,
.service_heading {
    font-weight: 600
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    background-color: #292929;
    font-size: 14px;
    color: #aaa
}

.social-icons.social-icons1 {
    display: flex;
    flex-direction: unset;
    position: unset;
    gap: 10px
}

.bg-wrapper,
.help-us,
.help-us-content,
.social-content {
    align-items: center;
    display: flex
}

.bg-wrapper,
.social-content {
    padding: 10px
}

li.single-items span.line-wrapper {
    background: #bf9300;
    width: 10px;
    height: 1px
}

a.scucbribe-btn.btn {
    background: 0 0;
    border: 1px solid #bf9300;
    color: #bf9300;
    font-family: var(--barlow-medium)
}

.new-slatter .form-group .form-control {
    background-color: #fff;
    color: #3b3b3b
}

.year-wrapper {
    border: 1px solid #bf9300;
    padding: 10px;
    background: #1b1b1b;
    width: 200px;
    position: absolute;
    bottom: 0;
    margin: 20px
}

.play-btn .wave-wrap {
    position: absolute;
    display: inline-block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content
}

.play-btn .play-icon {
    font-size: 40px;
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 20px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    width: 90px;
    height: 90px
}

.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1.5s infinite wave-animation;
    z-index: 1;
    opacity: .6
}

.wave.delay-1 {
    animation-delay: .3s
}

.wave.delay-2 {
    animation-delay: .6s
}

@keyframes wave-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .6
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0
    }
}

.social-content {
    background: #1b1b1b;
    gap: 20px;
    width: fit-content
}

.bg-wrapper {
    background: #bf9300;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    justify-content: center
}

.instrested-content {
    border-right: 1px solid #bf9300
}

.help-us-content {
    border: 1px solid #bf9300;
    padding: 20px;
    text-align: start;
    gap: 23px;
    height: 100%;
    background: #0000002e
}

.help-us {
    position: relative;
    background: url("../img/helpusimg.png") center center/cover no-repeat;
    min-height: 70vh;
    z-index: 99;
    color: #fff;
    padding: 60px 0;
    max-width: 98%;
    margin: auto
}

.help-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 0
}

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

.help-us-content img {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    object-fit: scale-down
}

.help-us-content h4 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 5px
}

.help-us-content h3 {
    font-size: 1rem;
    color: #ccc;
    letter-spacing: 1px
}

.extra-help {
    margin-top: 60px
}

.circle-icon {
    width: 70px;
    height: 70px;
    border: 1px solid var(--color-1);
    border-radius: 50%;
    margin: 0 auto -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: var(--body-color)
}

.help-heading,
.reply-form,
.skill {
    margin-bottom: 20px
}

.help-heading {
    font-size: 24px
}

.skill-name,
.skill-percent {
    display: inline-block;
    width: 50%;
    font-size: 14px
}

.btn-contact {
    background: 0 0;
    border: 1px solid #ffc107;
    color: #ffc107;
    padding: 10px 25px;
    transition: .3s;
    display: inline-block
}

.btn-contact:hover {
    background: #ffc107;
    color: #000
}

.skill-bars {
    color: #fff
}

.skill-percent {
    text-align: right
}

.circle_bg,
h2.alike-regular {
    font-size: 20px
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 6px;
    overflow: hidden
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: #d4af37;
    transition: width 1s ease-in-out
}

section.who-we-work {
    background: #f1f1f1;
    padding: 60px 0;
    border-bottom: 1px solid #bf930030
}

.wrapper-img-who {
    border: 2px solid #bf9300;
    padding: 29px 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1111111111;
    background: #c9c9c9;
    width: 120px
}

.wrapper-img-who img.img-fluid {
    max-width: 51px;
    height: 51px;
    object-fit: cover
}

.text-center111 {
    display: flex;
    align-items: center;
    flex-direction: column
}

section.map-wrapper {
    background: #292929;
    padding: 50px 0
}

.text-white-map::placeholder {
    color: #949494 !important
}

.slider-card {
    background: #616161;
    background: linear-gradient(204deg, #616161 0, #464646 50%, #222 100%);
    width: 260px;
    height: 100%
}

img.img-fluid.wrapper-img-shadow-img {
    box-shadow: -4px 1px 36px 10px rgba(40, 42, 43, .54) inset;
    -webkit-box-shadow: -4px 1px 36px 10px rgba(40, 42, 43, .54) inset;
    -moz-box-shadow: -4px 1px 36px 10px rgba(40, 42, 43, .54) inset;
    border: 1px solid #000
}

.form-checkbox-detail {
    background: #616161;
    background: linear-gradient(204deg, #616161 0, #464646 50%, #222 100%);
    padding: 30px
}

section.list-detail-punlic-notery {
    padding: 110px 0
}

.list-cate-main {
    background: #e4e4e4;
    padding: 20px
}

.help_detail_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    z-index: -1
}

.border_line {
    border: 1px solid var(--color-1);
    height: 20px
}

.circle_bg {
    background: var(--color-1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.service_icon figure img.img-fluid {
    max-width: 94px;
    height: 94px
}

.service_detail_wrapper {
    border-right: 1px solid #bf930045;
    height: 100%
}

.who-we-are::before {
    content: "";
    position: absolute;
    top: -18rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    z-index: -1
}

.who-we-are {
    background-color: #1b1b1b;
    z-index: 1
}

.listing_img {
    width: 100%
}

.notary__detailimg {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 220px
}

.rate {
    direction: ltr;
    unicode-bidi: bidi-override
}

.rate label {
    cursor: pointer;
    color: #000
}

.rate label.hovered,
.rate label.selected {
    color: #ffc400
}

@media (min-width:576px) {
    .review__modal .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto
    }
}

.review__modal .modal-content {
    border-radius: 10px
}

.review__modal .modal-body {
    padding: 2rem
}

.forum__table__wrapper .table {
    margin-bottom: 0
}

.forum__table__wrapper .table thead tr,
.statistic__heading {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.forum__table__wrapper .table td,
.listing__desc {
    box-shadow: 0 4px 4px -2px #00000024;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.forum__table__wrapper .table th {
    vertical-align: middle;
    border-right: 1px solid #f1f1f150;
    border-bottom: 0
}

.forum__table__wrapper .table td {
    padding: 10px 20px;
    vertical-align: middle;
    border-color: #00000050;
    border-right: 1px solid #00000050
}

.forum__table__wrapper .table td:last-child {
    border-right: 0
}

.listing__resources__wrapper,
.text__shadow {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.listing__desc {
    border-bottom: 1px solid #00000050
}

.btn.remove__btn {
    padding: 7px 12px
}

.btn.remove__btn:hover {
    color: var(--color-1)
}

.author__desc__main {
    border: 1px solid #00000050;
    border-right: 0
}

.author__subchat__main {
    border-left: 1px solid #00000020;
    margin-left: 15px
}

.chat__text {
    max-width: 70%
}

.author__img__main {
    border-right: 1px solid #00000020;
    height: 100%
}

.chat__textarea {
    display: none
}

.attachment__fig img.img-fluid {
    height: 300px;
    object-fit: cover;
    object-position: center
}

.video-player {
    background-color: #000;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: contain
}

.video-thumbnail {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    pointer-events: none
}

.video-thumbnail-wrapper::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    pointer-events: none
}

.reply-form {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px
}

.nested-reply {
    margin-left: 40px;
    border-left: 2px solid #eee;
    padding-left: 15px
}

.children {
    border-left: 2px solid #e0e0e0;
    padding-left: 1.25rem;
    margin-top: 1rem
}

.wraper23 {
    font-size: 13px !important
}

.author__img__wrapper figure img.img-fluid {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.wrapper-ffd li.nav-item .nav-link.active {
    color: #000 !important
}

.topic-hover:hover,
.wrapper-ffd li.nav-item .nav-link:hover {
    color: var(--color-1) !important
}

@media (max-width:1200px) {
    .social-content {
        gap: 10px
    }

    .contact-btn {
        padding: 10px 16px
    }

    .play-btn .play-icon {
        font-size: 20px;
        width: 60px;
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto
    }

    .wraper23 {
        font-size: 11px !important
    }

    .form-control.language___selector {
        font-size: 12px;
        padding: 12px 20px
    }
}

.form-control.language___selector {
    color: var(--body-color);
    border-color: var(--body-color);
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px
}

.form-control.language___selector:focus {
    border-color: rgba(255, 255, 255, .15);
    box-shadow: none;
    background-color: var(--dark-color);
    color: #fff !important
}

@media (max-width:992px) {

    .hero,
    .hero-content {
        height: 100%
    }

    .hero {
        position: relative;
        padding: 120px 0
    }

    .notary__detailimg {
        width: 100%
    }

    .wrapper-img-who1:after {
        content: "";
        width: 70%;
        border-bottom: dashed;
        color: #bf9300;
        height: 100%;
        top: -280px;
        position: absolute;
        right: 17%
    }

    .padding-banner-left {
        padding-left: 0
    }

    .help-us {
        min-height: 30vh;
        padding: 40px 0
    }

    .social-icons {
        position: absolute;
        left: 6px;
        top: 33%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .hero-content h1 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .contact-btn {
        padding: 10px 15px;
        font-size: 13px
    }

    .barlow-regular.color-1.letter-spacing--wrapper {
        letter-spacing: 4px;
        font-size: 13px
    }

    .service_dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }
}

@media (max-width:768px) {
    .forum__table__wrapper .table {
        min-width: 600px
    }
}

@media (max-width:625px) {

    .help-us,
    .hero-content,
    .new-slatter form,
    .social-icons {
        display: flex;
        display: flex
    }

    .hero-content {
        position: relative;
        z-index: 2;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 30px 0
    }

    img.arapper-logo-main {
        width: 100px;
        height: 130px;
        object-fit: scale-down
    }

    .icon-wrapper-d {
        flex-wrap: wrap
    }

    .wrapper-nptery-details {
        flex-wrap: wrap;
        gap: 19px;
        margin-top: 12px;
        margin-bottom: 11px
    }

    .notary__detailimg {
        width: 100%;
        height: 220px
    }

    .review__form {
        padding: 0 20px
    }

    .padding-banner-left {
        padding-left: 0
    }

    .padding-banner-left img {
        width: 201px;
        margin-top: 40px
    }

    .margindef {
        margin-bottom: 20px
    }

    .contact-btn {
        background-color: transparent;
        color: #bf9300;
        padding: 10px 20px 13px;
        border: 1px solid #bf9300;
        cursor: pointer;
        font-family: Barlow-Medium;
        text-transform: uppercase;
        margin-top: 20px;
        font-size: 12px
    }

    .social-icons {
        position: absolute;
        left: unset;
        right: 20px;
        top: -120px;
        z-index: 2;
        flex-direction: column;
        gap: 15px;
        margin-top: 140px
    }

    .help-us {
        position: relative;
        background: url("../img/helpusimg.png") center center/cover no-repeat;
        min-height: 56vh;
        align-items: center;
        z-index: 99;
        color: #fff;
        padding: 30px 0;
        max-width: 100%;
        margin: auto
    }

    .wrapper-img-who {
        margin-top: 30px
    }

    .wrapper-img-who1:after,
    .wrapper-img-who1:before {
        display: none
    }

    .social-icons.social-icons1 {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .new-slatter form {
        align-items: center;
        gap: 12px
    }

    .new-slatter .form-group {
        margin-bottom: 0
    }

    .site-footer .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 10px;
        position: relative
    }

    .map___image {
        height: 300px !important
    }
}

@media (max-width:576px) {
    .social-icons {
        position: absolute;
        right: 0 !important;
        top: -69px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 15px;
        left: 86%
    }

    .forum__table__wrapper .table td {
        padding: 10px;
        vertical-align: middle;
        border-color: #00000050;
        border-right: 1px solid #00000050;
        box-shadow: 0 4px 4px -2px #00000024;
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    section.whowe-section.section .whowe_img_wrapper img {
        margin-top: 20px
    }

    .dashboard-section .profile-top-text {
        display: flex
    }

    .padding-banner-left img {
        width: 141px;
        margin-top: 40px;
        padding-bottom: 20px
    }

    .hero-content h1 {
        font-size: 25px;
        margin-bottom: 20px;
        padding-right: 60px
    }

    .barlow-regular.color-1.letter-spacing--wrapper {
        font-size: 12px;
        max-width: 70%
    }

    .contact-btn {
        padding: 10px 12px;
        font-size: 11px
    }

    .hero {
        padding: 70px 0
    }

    .social-icons a {
        width: 30px;
        height: 30px
    }

    .social-icons.social-icons1 i {
        font-size: 16px
    }

    section.list-detail-punlic-notery,
    section.who-we-work {
        padding: 40px 0
    }

    .forum__table__wrapper .table {
        min-width: 550px
    }

    .review__modal .modal-body {
        padding: 1.5rem
    }

    .author__img__main {
        border-right: none
    }

    .author__desc__main {
        border-right: 1px solid #00000050
    }

    .contact-btn-wrapper {
        padding: 10px 15px;
        font-size: 13px
    }

    .pagination1 {
        padding: 0 15px
    }

    .wraper23 {
        font-size: 11px !important
    }

    .instrested-content {
        border-right: none;
        margin-bottom: 12px
    }

    .border_line {
        border: none;
        height: unset
    }
}


.editor-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    font-family: Barlow-Medium;
    color: var(--color-1) !important;
}

.editor-content ol {
    list-style: decimal;
    padding-left: 1.5rem;
    font-family: Barlow-Medium;
    color: var(--color-1) !important;
}

.editor-content li {
    display: list-item;
    font-family: Barlow-Medium;
    color: var(--color-1) !important;
}

.editor-content h1,
h2,
h3,
h4 {
    margin-bottom: 8px !important;
}

.editor-content p {
    font-family: Barlow-Medium;
    color: var(--color-1) !important;
}

.editor-content strong {
    font-family: Barlow-Medium;
}
