/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


:root {
    --judges-font: "Lato", sans-serif;
    --judges-font-two: "Playfair Display", serif;
    --judges-gray: #666;
    --judges-gray-rgb: 136, 136, 136;
    /* --judges-base: #c1b79a; */
    --judges-base: #e3b564;
    --judges-base-rgb: 193, 183, 154;
    --judges-black: #222222;
    --judges-black-rgb: 34, 34, 34;
    --judges-primary: #f7f7f7;
    --judges-primary-rgb: 247, 247, 247;
    --judges-white: #ffffff;
    --judges-white-rgb: 255, 255, 255;
    --judges-extra: #E4E4E4;
    --judges-extra-rgb: 228, 228, 228;
    --judges-bdr-color: #e5e5e5;
    --judges-bdr-color-rgb: 229, 229, 229;
    --judges-bdr-radius: 8px
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--judges-font);
    color: var(--judges-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--judges-font-two);
    color: var(--judges-black);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

/* ========================================= */
/* ==============================================
================================================ */
 .main-menu-two__logo  img{
    height: 100px;
}

/* ==================================== */

.privacy-policy-section{
    background:#f7f5f1;
}

/* TOP */

.privacy-top{
    margin-bottom:55px;
}

.privacy-tag{
    display:inline-block;
    padding:10px 24px;
    background:#f4f1ea;
    color:#d4a64a;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.privacy-title{
    line-height:1.1;
    margin-bottom:18px;
    font-weight:700;
}

.privacy-subtitle{
    color:#555;
    font-size:22px;
    margin:0;
}

/* MAIN CARD */

.privacy-policy-card{
    background:#fff;
    border:1px solid #e7e3d8;
    border-radius:32px;
    padding:50px;
    box-shadow:
    0 12px 35px rgba(0,0,0,0.04);
}

/* BLOCK */

.privacy-block{
    display:flex;
    align-items:flex-start;
    gap:24px;
    margin-bottom:45px;
}

/* ICON */

.privacy-icon{
    width:70px;
    height:70px;
    border-radius:22px;
    background:
    linear-gradient(135deg,#020817,#000000) !important;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.privacy-icon i{
    font-size:38px;
    color:#d4a64a;
}

/* TITLE */

.privacy-block h3{
    margin-bottom:16px;
    font-weight:700;
}

/* TEXT */

.privacy-block p{
    color:#555;
    font-size:18px;
    line-height:1.9;
    margin:0;
}

/* INFO BOX */

.privacy-info-box{
    background:#fcfaf6;
    border:1px solid #ece3d0;
    border-radius:24px;
    padding:32px;
    height:100%;
    transition:0.35s;
}

.privacy-info-box:hover{
    transform:translateY(-5px);
    background:#fff;
}

/* SMALL ICON */

.privacy-box-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(135deg,#020817,#000000);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:24px;
}

.privacy-box-icon i{
    font-size:28px;
    color:#d4a64a;
}

/* BOX TITLE */

.privacy-info-box h4{
    font-size:28px;
    line-height:1.4;
    margin-bottom:16px;
    color:#111;
    font-weight:700;
}

/* BOX TEXT */

.privacy-info-box p{
    color:#666;
    font-size:16px;
    line-height:1.9;
    margin:0;
}

/* USAGE BOX */

.privacy-usage-box{
    margin-top:45px;
    background:#f9f7f2;
    border-radius:28px;
    padding:40px;
}

/* TOP */

.usage-top{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

/* ICON */

.usage-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#020817,#000000);

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.usage-icon i{
    font-size:32px;
    color:#d4a64a;
}

/* TITLE */

.usage-top h3{
    font-size:34px;
    margin-bottom:10px;
    color:#111;
    font-weight:700;
}

.usage-top p{
    margin:0;
    color:#666;
    font-size:18px;
}

/* ITEM */

.usage-item{
    background:#fff;
    border-radius:18px;
    padding:28px 20px;
    text-align:center;
    height:100%;
    border:1px solid #ece3d0;
}

/* ICON */

.usage-item i{
    font-size:36px;
    color:#12352f;
    margin-bottom:18px;
    display:block;
}

/* TEXT */

.usage-item span{
    font-size:17px;
    line-height:1.6;
    color:#111;
    font-weight:600;
}

/* NOTE */

.privacy-note{
    margin-top:35px;
    background:#fff;
    border-left:4px solid #d4a64a;
    border-radius:16px;
    padding:18px 20px;

    display:flex;
    align-items:flex-start;
    gap:14px;
}

.privacy-note i{
    font-size:24px;
    color:#12352f;
    flex-shrink:0;
}

.privacy-note p{
    margin:0;
    color:#333;
    line-height:1.8;
    font-size:16px;
}

/* CONSENT */

.privacy-consent-box{
    margin-top:45px;
    background:linear-gradient(135deg,#020817,#000000);
    border-radius:24px;
    padding:28px 30px;

    display:flex;
    align-items:flex-start;
    gap:20px;
}

/* ICON */

.consent-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    background:rgba(255,255,255,0.1);

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.consent-icon i{
    font-size:30px;
    color:#d4a64a;
}

/* TEXT */

.privacy-consent-box h4{
    color:#fff;
    font-size:28px;
    margin-bottom:10px;
    font-weight:700;
}

.privacy-consent-box p{
    margin:0;
    color:#e6e6e6;
    line-height:1.8;
    font-size:17px;
}


/* =========================================================== */

.foundation-section{
    background:#f7f5f1;
}

/* CARD */

.foundation-card{
    background:#fff;
    border:1px solid #e8e3d7;
    border-radius:24px;
    padding:34px;
    height:100%;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.04);

    transition:0.35s;
}

.foundation-card:hover{
    transform:translateY(-5px);

    box-shadow:
    0 18px 40px rgba(0,0,0,0.07);
}

/* ITEM */

.foundation-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:32px;
}

/* ICON */

.foundation-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#f3f1ea;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.foundation-icon i{
    font-size:24px;
    color:#12352f;
}

/* TITLE */

.foundation-item h4{
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 700;
}

/* TEXT */

.foundation-item p{
    margin:0;
}

/* RIGHT CARD */

.foundation-highlight-card h3{
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 25px;
}

.foundation-text{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 34px;
}

/* NOTE */

.foundation-note{
    background:#f4f3ed;
    border-radius:16px;
    padding:20px 22px;

    display:flex;
    align-items:flex-start;
    gap:16px;
}

/* NOTE ICON */

.foundation-note-icon{
    width:48px;
    height:48px;
    border-radius:12px;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.foundation-note-icon i{
    font-size:24px;
    color:#12352f;
}

.foundation-note p{
    margin:0;
    color:#333;
    font-size:17px;
    line-height:1.8;
}

/* ============================================= */

.legal-info-section{
    background:#f7f5f1;
}

/* BOX */

.legal-info-box{
    background:#fff;
    border-radius:28px;
    padding:38px;
    position:relative;
    overflow:hidden;
    border:1px solid #eadfca;
    height:100%;
    transition:0.35s;

    box-shadow:
    0 12px 35px rgba(0,0,0,0.04);
}

.legal-info-box:hover{
    transform:translateY(-6px);
    box-shadow:
    0 22px 45px rgba(0,0,0,0.08);
}

/* GLOW */

.box-glow{
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(212,166,74,0.06);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

/* TITLE */

.legal-box-title{
    color:#14352f;
    font-size:40px;
    line-height:1.25;
    margin-bottom:20px;
    font-weight:700;
    position:relative;
    z-index:2;
}

/* DESC */

.legal-box-desc{
    font-size:17px;
    margin-bottom:22px;
    position:relative;
    z-index:2;
}

/* ITEM */

.legal-info-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

/* ICON */

.legal-icon{
    width: 42px;
    height: 42px;
    background: #f4f1ea;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
    border:1px solid #eadfca;
}
.legal-icon svg{
    fill: #d4a64a;
 }
/* ITEM TITLE */

.legal-info-item h4{
    font-size:19px;
    margin-bottom:8px;
    font-weight:700;
}

/* ITEM TEXT */

.legal-info-item p{
    line-height:1.5;
    margin:0;
    font-size:16px;
}

/* NOTE */

.legal-note-box{
    margin-top:35px;
    background:#fcfaf6;
    border-left:4px solid #d4a64a;
    border-radius:18px;
    padding:20px 22px;
    display:flex;
    align-items:flex-start;
    gap:15px;
    position:relative;
    z-index:2;
}

.note-icon{
    width:42px;
    height:42px;
    background: radial-gradient(circle at top, #152030, #06080d 78%);
    color:#d4a64a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:18px;
}

.legal-note-box p{
    margin:0;
    color:#333;
    line-height:1.8;
    font-size:16px;
}

/* ====================================
======================================
*/

.legal-guide-section{
    background:#f7f5f1;
}

/* TOP WRAP */



/* SMALL TITLE */

.guide-mini-title{
    display:inline-block;
    color:#d4a64a;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:18px;
    position:relative;
    padding-left:45px;
}

.guide-mini-title::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:32px;
    height:2px;
    background:#d4a64a;
}

/* MAIN TITLE */

.guide-main-title{
    font-size:40px;
    line-height:1.15;
    color:#1a1a1a;
    font-weight:700;
    margin-bottom:12px;
}

.guide-main-title span{
    color:#d4a64a;
}

/* TEXT */

.guide-top-text{
    font-size: 18px;
    line-height: 1.6;
    /* color: #5c5c5c; */
    margin: 0;
}

/* ============================================= */

/* MAIN BOX */

.financial-record-box{
    background:#fff;
    border:1px solid #e7e3d8;
    border-radius:24px;
    padding:42px;
    box-shadow:
    0 10px 30px rgba(0,0,0,0.04);
}

/* TAG */

.financial-tag{
    display:inline-block;
    padding:10px 22px;
    background:#f4f1ea;
    color:#d4a64a;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:18px;
}

/* TITLE */

.financial-top h2{
    margin-bottom:18px;
    font-weight:700;
}

/* TEXT */

.financial-top p{
    color:#555;
    font-size:18px;
    line-height:1.9;
    margin:0;
    max-width:950px;
}

/* ITEM */

.financial-item{
    text-align:center;
    padding:32px 18px;
    padding-top: 0;
    border-right:1px solid #ece7dc;
    transition:0.3s;
    height:100%;
}

.financial-item:hover{
    transform:translateY(-5px);
}
.financial-item:last-child{
    border-right:none;
}
/* ICON */

.financial-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#f3f1ea;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:22px;
}

.financial-icon i{
    font-size:38px;
    color:#222222;
}

/* TITLE */

.financial-item h4{
    font-size:19px;
    line-height:1.5;
    font-weight:700;
    margin:0;
}

/* NOTE */

.financial-note{
    margin-top:38px;
    background:#f5f3ed;
    border-radius:16px;
    padding:18px 22px;
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.financial-note i{
    font-size:24px;
    color:#222222;
    flex-shrink:0;
}

.financial-note p{
    margin:0;
    color:#333;
    font-size:16px;
    line-height:1.8;
}

/* BUTTONS */

.financial-btn-wrap{
    margin-top:40px;
    display:flex;
    gap:22px;
    flex-wrap:wrap;
}

/* BUTTON */

.financial-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

/* DARK BUTTON */

.financial-btn-dark{
    background: #222222;
    color:#fff;
}

.financial-btn-dark:hover{
    background:#222222;
    color:#fff;
}

/* LIGHT BUTTON */

.financial-btn-light{
    border:2px solid #222222;
    color:#222222;
    background:#fff;
}

.financial-btn-light:hover{
    background:#222222;
    color:#fff;
}

/* ICON */

.financial-btn i{
    font-size:22px;
}

/* ======================================
================================ */

.civil-process-section{
    background:#f7f5f1;
}

/* TOP */

.civil-top-wrap{
    display:flex;
    align-items:flex-start;
    gap:22px;
    margin-bottom:10px;
}

.civil-icon{
    width:62px;
    height:62px;
    background: radial-gradient(circle at top, #152030, #06080d 78%);
    color:#d4a64a;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.civil-main-title{
    color:#1a1a1a;
    font-weight:700;
    margin-bottom:7px;
    font-size: 25px;
}

.civil-main-title span{
    color:#d4a64a;
}

.civil-top-text{
    color:#5e5e5e;
    font-size:18px;
    line-height:1.8;
    margin:0;
    max-width:900px;
}

/* CARDS */

.civil-process-card{
    background: #fff;
    border: 1px solid #eadfca;
    border-radius: 11px;
    padding: 25px 20px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:0.35s;
    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.civil-process-card:hover{
    transform:translateY(-8px);
    border-color:#d4a64a;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* NUMBER */

/* .process-step{
    position:absolute;
    top:18px;
    right:22px;
    font-size:52px;
    line-height:1;
    font-weight:700;
    color:rgba(212,166,74,0.10);
} */

/* ICON */

.process-card-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#f4f1ea;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    margin:auto;
    margin-bottom:26px;
    border:1px solid #ece3d0;
}

/* TITLE */

.civil-process-card h4{
    color:#1a1a1a;
    font-size:18px;
    margin-bottom:16px;
    font-weight:700;
}



/* NOTE */

.civil-note-box{
    background:#fff;
    border:1px solid #eadfca;
    border-left:5px solid #d4a64a;
    border-radius:18px;
    padding:22px 26px;
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.note-check{
    width:42px;
    height:42px;
    background: radial-gradient(circle at top, #152030, #06080d 78%);
    color:#d4a64a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}

.civil-note-box p{
    margin:0;
    color:#333;
    line-height:1.8;
    font-size:17px;
}

/* =======================
========================================== */
.contact-info__single h3 {
    font-size: 20px;
    font-family: var(--judges-font);
}
.calendly-modal{

    position: fixed;

    inset: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.7);

    z-index: 99999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

}

.calendly-box{

    position: relative;

    width: 100%;

    max-width: 1000px;

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

}

.cal-close-btn{

    position: absolute;

    top: 10px;

    right: 18px;

    font-size: 34px;

    cursor: pointer;

    z-index: 9;

    color: #000;

}
.nice-select{
    height: 60px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .70);
    font-weight: 400;
    border-radius: var(--judges-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}
.quote-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(6px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.quote-modal-content{
    width: 100%;
    max-width: 950px;
    border-radius: 28px;
    padding: 55px;
    position: relative;
    overflow: hidden;

    background:
    linear-gradient(rgba(5,5,5,0.88), rgba(5,5,5,0.88)),
    url('assets/images/backgrounds/contact-bg.jpg');

    background-size: cover;
    background-position: center;

    border: 1px solid rgba(212,166,74,0.15);

    box-shadow:
    0 25px 80px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/* GOLD GLOW */

.quote-modal-content::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background: rgba(212,166,74,0.08);
    top:-120px;
    right:-120px;
}

/* CLOSE */

/* .quote-close{
    position:absolute;
    top:18px;
    right:24px;
    color:#fff;
    font-size:34px;
    line-height:1;
    cursor:pointer;
    z-index:10;
    transition:0.3s;
} */

.quote-close:hover{
    color:#e3b564;
    transform:rotate(90deg);
}

/* HEADING */
.quote-title{
    color:#e3b564;
    font-size:40px;
    margin-bottom:10px;
}
.quote-title{
    font-weight:700;
    line-height:1.2;
    position:relative;
    z-index:2;
}

.quote-subtitle{
    color:#cfcfcf;
    margin-bottom:30px;
    line-height:1.7;
    font-size:17px;
    max-width:760px;
    position:relative;
    z-index:2;
}

/* FORM */

.quote-row{
    display:flex;
    gap:24px;
    margin-bottom:24px;
    position:relative;
    z-index:2;
}

.quote-field{
    width:100%;
    position:relative;
}

.quote-field input,
.quote-field select,
.quote-field textarea{
    height: 60px !important;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--judges-white-rgb), .70);
    display: block;
    border-radius: var(--judges-bdr-radius);
}
.quote-close{
    position:absolute;
    top:15px;
    right:20px;
    color:#fff;
    font-size:35px;
    cursor:pointer;
    z-index: 999;
}
/* INPUT HEIGHT */


/* TEXTAREA */

.quote-field textarea{
    height:160px;
    padding-top:24px;
    resize:none;
}

/* PLACEHOLDER */

.quote-field input::placeholder,
.quote-field textarea::placeholder{
    color:#d2d2d2;
}

/* FOCUS EFFECT */

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus{
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    box-shadow: none;
}

/* SELECT */

.quote-field select{
    appearance:none;
    cursor:pointer;
    color:#fff;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 22px center;
}

/* DROPDOWN OPTIONS */

.quote-field select option{
    background:#e3b564;
    color:#fff;
    padding:15px;
}

/* BUTTON */

.quote-btn{
    background-color: rgba(56, 65, 73, 0.70);
    color: rgba(var(--judges-white-rgb), .70);
    padding: 7px 25px 7px;
    margin-top:25px;
    border:none;
    border-radius:40px;
    font-weight: 700;
    font-size: 14px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
}

/* BUTTON ICON */

/* .quote-btn span{
    width:42px;
    height:42px;
    background:#e3b564;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:0.3s;
} */

.quote-btn:hover{
    transform:translateY(-4px);
}

.quote-btn:hover span{
    transform:translateX(4px);
}

/* MOBILE */


.calendly-box {
    width: min(95vw, 1000px);
    height: min(90vh, 750px);
    background: #fff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.EnjF4bI605idrj2qW_r1 {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-left: 32px !important;
}

.DBKEjqt4IKCsNgnjbfTn.uR3xy5rSfectRC0dguxp {
    display: flex;
    flex: 1 1 auto;
     max-width: 100% !important; 
    min-height: 550px;
    transition: all 0.22s ease-out;
}
.DBKEjqt4IKCsNgnjbfTn.YIVbfXpMzIkOmCUIy3wL {
    width: 100% !important;
     border: none !important; 
    border-radius: 8px;
     box-shadow:none !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 25px;
    padding-right: 25px;
}

.list-unstyled {
    padding-left: 0;
}

.inner_page_heading h3{
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 14px;
    font-weight: 700;
}
.header-call {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    /* padding: 10px 18px 10px 10px;
    border-radius: 60px;

    background: rgba(11, 16, 26, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 201, 94, 0.15);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 8px 24px rgba(0,0,0,0.28); */

    text-decoration: none;
    transition: .3s ease;
}

.header-call:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 12px 28px rgba(0,0,0,0.35);
}

/* icon circle */
.call-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #fff0bc,
        #dfa843 35%,
        #a86d19 65%,
        #fff2c8
    );

    padding: 1px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.call-icon span {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    background: radial-gradient(
        circle at top,
        #1c2430,
        #090d13 75%
    );

    display: flex;
    align-items: center;
    justify-content: center;
}

/* phone icon */
.call-icon i,
.call-icon svg {
    font-size: 18px;
    color: #f4d178;
}

/* text */
.call-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.call-label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px;
}

.call-number {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}





/*** chat popup ***/

.chat-popup {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 350px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background: var(--judges-black);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateX(-100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.chat-popup.popup-visible {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.chat-popup .popup-inner {
    position: relative;
    display: block;
    padding: 40px 35px;
    padding-top: 32px;
}

.chat-popup .close-chat {
    position: absolute;
    display: flex;
    left: 0px;
    top: -55px;
    width: 60px;
    height: 55px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: var(--judges-base);
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
    margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, .70);
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .10);
    transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
    height: 120px;
    resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
    outline: none;
}

.chat-popup .chat-form .form-group button {
    border: none;
}


.chat-icon {
    position: fixed;
    display: inline-block;
    left: 30px;
    bottom: 45px;
    z-index: 99;
}

.chat-icon button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: var(--judges-base);
    z-index: 1;
    border: none;
}

.chat-icon button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(var(--judges-base-rgb), .20);
    border-radius: 5px;
    z-index: -1;
}



/* HEADER */

.tax-assistance-header{
    display:flex;
    align-items:center;
    gap:18px;
    padding:22px 0 0;
   
}


.tax-heading-icon{
    width:62px;
    height:62px;
    border-radius:50%;
    background:#0d0d0d;
    color:#d6a549;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    border:3px solid #f2e6d0;
    flex-shrink:0;
}

.tax-assistance-title{
    font-size:24px;
    line-height:1.2;
    margin-bottom:8px;
    font-weight:700;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
}

.tax-heading-line{
    width:55px;
    height:2px;
    background:#d6a549;
    display:block;
}

/* ITEMS */

.tax-service-item{
    display:flex;
    gap:18px;
    padding:26px 0;
    height:100%;
    transition:0.3s;
}



.tax-service-icon{
    width:68px;
    height:68px;
    border-radius:50%;
    background:#0d0d0d;
    color:#d6a549;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    border:3px solid #f3e8d5;
    flex-shrink:0;
    position:relative;
}

.tax-service-icon::after{
    content:'';
    position:absolute;
    right:-14px;
    top:50%;
    transform:translateY(-50%);
    width:2px;
    height:42px;
    background:#d6a549;
}

.tax-service-title{
    font-size:18px;
    line-height:1.3;
    margin-bottom:2px;
    color:#111;
    font-weight:700;
}

.tax-service-desc{
    font-size:16px;
    line-height:1.9;
    color: var(--judges-gray);
    margin:0;
}

/* REMOVE EXTRA BORDER */

.row .col-md-6:nth-child(2n) .tax-service-item{
    border-right:none;
}

.row .col-md-6:nth-last-child(-n+2) .tax-service-item{
    border-bottom:none;
}


.tax-why-section{
    max-width:1200px;
    margin:auto;
}

.tax-why-heading-wrap{
    margin-bottom:40px;
}


.tax-why-main-title{
    font-size:54px;
    line-height:1.1;
    font-weight:700;
    color:#111;
    font-family:'Cormorant Garamond',serif;
    margin:0;
}
.legal-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
 }
 
 .legal-table thead{
    background:#c89b45;
    color:#fff;
 }
 
 .legal-table th,
 .legal-table td{
    padding:18px;
    border-bottom:1px solid #eee;
 }
 
 .legal-table tbody tr:hover{
    background:#faf7f1;
 }

/* CARD */

.tax-why-card{
    background:#fffdf9;
    border:1px solid #e9decb;
    border-radius:22px;
    padding:25px 25px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.03);
}

.tax-why-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:3px;
    height:100%;
    background:linear-gradient(180deg,#0d0d0d,#d6a549);
}

.tax-why-card::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(214,165,73,0.05);
    right:-90px;
    top:-90px;
}

.tax-why-card:hover{
    transform:translateY(-8px);
    border-color:#d6a549;
}

/* NUMBER */

.tax-card-number{
    position:absolute;
    top:20px;
    right:24px;
    font-size:55px;
    font-weight:700;
    color:rgba(214,165,73,0.12);
    line-height:1;
}

/* TITLE */

.tax-card-title{
    font-size:22px;
    line-height:1.2;
    font-weight:700;
    color:#111;
    margin-bottom:18px;
    position:relative;
    z-index:2;
    padding-right:40px;
}

/* .tax-card-line{
    width:60px;
    height:2px;
    background:#d6a549;
    margin-bottom:20px;
    position:relative;
    z-index:2;
} */

/* DESCRIPTION */

.tax-card-desc{
    font-size:16px;
    margin:0;
    position:relative;
    z-index:2;
}


.timeline-wrapper{
    position:relative;
    max-width:950px;
    margin:auto;
}

.timeline-wrapper::before{
    content:'';
    position:absolute;
    left:35px;
    top:0;
    width:2px;
    height:100%;
    background:#c89b45;
}

.timeline-item{
    display:flex;
    gap:30px;
    margin-bottom:40px;
    position:relative;
}

.timeline-icon{
    min-width:70px;
    height:70px;
    background:#c89b45;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:700;
    font-size:20px;
    z-index:2;
    box-shadow:0 10px 25px rgba(200,155,69,0.3);
}

.timeline-content{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    width:100%;
    transition:0.3s;
    border-left:4px solid #c89b45;
}

.timeline-content:hover{
    transform:translateY(-5px);
}

.timeline-content h4{
    font-size:20px;
    margin-bottom:6px;
    color:#111;
    font-weight:700;
}

.timeline-content p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:16px;
}
/* RESPONSIVE */


/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.png),
        pointer;
    transform: translateX(-100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    transform: translateX(0%);
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--judges-base);
    border-color: var(--judges-base);
}

.xs-sidebar-widget {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border-right: 5px solid rgba(var(--judges-white-rgb), .50);
    transform: translateX(-100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    background-color: var(--judges-black);
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: rgba(var(--judges-white-rgb), .70);
    border: none;
    border-radius: var(--judges-bdr-radius);
    outline: none;
    transition: all 500ms ease;
    background-color: rgba(var(--judges-white-rgb), .05);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
    color: var(--judges-black);
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group button:hover {
    color: var(--judges-white);
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--judges-white);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--judges-white);
}

.sidebar-contact-info ul li a:hover {
    color: var(--judges-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(var(--judges-white-rgb), .10);
    border-radius: 50%;
    color: var(--judges-white);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--judges-base);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--judges-white);
}
/* ================================== */


.terms-section{
    background:#f6f4ef;
    font-family:'Poppins',sans-serif;
}

.terms-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#f3ede0;
    color:#b68a2e;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.terms-title{
    font-weight:700;
    margin-bottom:10px;
}



.terms-wrapper{
    background:#fff;
    border-radius:32px;
    padding:35px;
    border:1px solid #e7dfcf;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
}

.terms-intro{
    gap:20px;
    margin-bottom:20px;
}

.icon-box{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:18px;
    background:#020817;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    color:#f0c14b;
    font-size:24px;
}

.terms-intro h3,
.bottom-box h3,
.consent-box h3{
    font-weight:700;
    margin-bottom:10px;
}

.terms-intro p,
.bottom-box p,
.consent-box p{
    color:#5f6777;
    line-height:1.8;
    font-size:16px;
}

.term-card{
    background:#faf8f3;
    border:1px solid #eadfca;
    border-radius:24px;
    padding:28px;
    transition:0.3s ease;
}

.term-card:hover{
    transform:translateY(-4px);
}

.small-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#020817;
    margin-bottom:22px;
}

.term-card h4{
    /* font-size:30px; */
    font-weight:700;;
    margin-bottom:16px;
}

.term-card p{
    color:#5d6574;
    line-height:1.9;
    font-size:15px;
}

.bottom-box{
    background:#f8f5ef;
    border-radius:28px;
    padding:30px;
}

.icon-box.small{
    width:58px;
    height:58px;
}

.mini-box{
    background:#fff;
    border:1px solid #eadfca;
    border-radius:18px;
    padding:22px;
    text-align:center;
    font-weight:600;
    color:#111827;
    min-height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.notice-box{
    background:#fff;
    border-left:4px solid #d8a93b;
    border-radius:16px;
    padding:20px 24px;
    color:#5f6777;
    line-height:1.8;
}

.consent-box{
    background:#020817;
    border-radius:28px;
    padding:30px;
    gap:22px;
}

.consent-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:rgba(255,255,255,0.10);
    min-width:60px;
}

.consent-box h3{
    color:#fff;
}

.consent-box p{
    color:#d1d5db;
}



/* =============================
============================ */
.call_now_btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--judges-black) !important;
    border: 1px solid var(--judges-base);
    padding: 7px 25px 7px;
    padding-right: 9px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.4px;
    gap: 10px;
    z-index: 2;
    text-align: center;
    background:#fff;
}
.call_now_btn span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: var(--judges-base);
    border-radius: 50%;
    font-size: 14px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.immediate-help-box{
    /* background:
    radial-gradient(circle at top left, rgba(217, 163, 71, .08), transparent 30%), linear-gradient(180deg, #000, #222222); */
    background:
    radial-gradient(
    circle at top left,
    rgba(217, 163, 71, .08),
    transparent 30%
    ),
    linear-gradient(
    90deg,
    #000,
    #222222
    );
    border-radius: 30px;
    padding: 30px 35px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    border:1px solid rgba(217,163,71,.12);

    box-shadow:
    0 20px 50px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.04);
}

/* LEFT */
.help-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.help-call-icon{
    width:54px;
    height:54px;
    border-radius:50%;

    background:linear-gradient(
    145deg,
    #FFE7A0,
    #D9A347,
    #A86B18,
    #FFE7A0);

    padding:2px;
    position:relative;
    flex-shrink:0;
}

.help-call-icon::before{
    content:"";
    position:absolute;
    inset:2px;
    border-radius:50%;
    background:
    radial-gradient(circle at top,#18222e,#05080d);
}

.help-call-icon svg{
    position:absolute;
    width:28px;
    height:28px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
}

.help-content span{
    color:#cfcdcd;
    font-size:15px;
    font-weight: 600;
}

.help-content h3{
    font-size:26px;
    color:#fff;
    margin:4px 0;
    font-weight:700;
}

.help-content p{
    color:#cfcdcd;
    font-size: 15px;
    margin:0;
}

/* CENTER */
.help-middle{
    display:flex;
    align-items:center;
    gap:35px;
    /* border-left: 1px solid rgba(255,255,255,.08);
    border-right: 1px solid rgba(255,255,255,.08); */
}

.help-feature{
    display:flex;
    align-items:center;
    gap:12px;
    position:relative;
}

/* .help-feature::after{
    content:"";
    position:absolute;
    right:-18px;
    width:1px;
    height:45px;
    background:rgba(255,255,255,.08);
} */

.help-feature:last-child::after{
    display:none;
}


.help-feature span{
    color:#fff;
    font-size:15px;
    font-weight: 600;
}

/* RIGHT */
.help-right{
    text-align:center;
}
.help-right a{
    font-size: 15px;
}
.call-now-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;

    background:linear-gradient(
    180deg,
    #FFE7A0,
    #D9A347);

    color:#111 !important;
    text-decoration:none;
    padding:10px 24px;
    border-radius:10px;
    font-weight:700;
}

.call-now-btn span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#111;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
}

.help-right h4{

    margin-top:14px;
    font-size: 20px;
    color: #D9A347;
}
.feature-circle{
    /* width:48px;
    height:48px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    position: relative;
    overflow: hidden;

    color:#D9A347;
    border:1px solid rgba(217,163,71,.22);

    background:
    radial-gradient(circle at 30% 25%,
    rgba(255,231,160,.18),
    transparent 35%),

    linear-gradient(
    180deg,
    rgba(217,163,71,.10),
    rgba(217,163,71,.03));

    box-shadow:
    inset 0 1px 1px rgba(255,255,255,.06),
    inset 0 -8px 14px rgba(0,0,0,.35),
    0 0 20px rgba(217,163,71,.10); */

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: linear-gradient(180deg, #f7d884 0%, #b87b1f 50%, #ffe9a6 100%);
    padding: 1px;
    box-shadow: 0 0 20px rgba(255, 196, 92, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}
.feature-circle .inner{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at top, #15191f, #07090d 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.05), inset 0 -8px 15px rgba(0, 0, 0, 0.5);
}
/* top glossy light */
.feature-circle::before{
    content:"";
    position:absolute;
    top:6px;
    left:8px;

    width:65%;
    height:38%;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(255,255,255,.22),
    transparent 70%);

    filter: blur(6px);
}

/* soft outer gold glow */
.feature-circle::after{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(217,163,71,.14),
    transparent 70%);

    z-index:-1;
}
.feature-circle svg {
    fill: #D9A347;
}



.practice-area-section {
    background: #f8f5ef;
    position: relative;
    overflow: hidden;
    padding: 100px 0 90px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #b78628;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-tag span {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #d9a347, #f5d889);
}

/* .practice-title {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #101010;
}

.practice-title span {
    background: linear-gradient(180deg, #d9a347, #a56a1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.practice-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #5f6368;
}

.practice-card {
    position: relative;
    background: linear-gradient(180deg, #fffdf8 0%, #f9f5ee 100%);
    border-radius: 14px;
    padding: 20px;
  
    text-align: center;
    transition: .4s ease;
    overflow: hidden;

    border: 1px solid transparent;
    background-clip: padding-box;

    box-shadow:
        0 12px 35px rgba(0,0,0,.06),
        inset 0 1px 0 rgba(255,255,255,.8);
        height: 100%;
        display: flex;
        flex-direction: column;
}
.practice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 1.2px;
    background: linear-gradient(
        145deg,
        rgba(255,232,163,.95) 0%,
        rgba(217,163,71,.35) 35%,
        rgba(183,122,34,.22) 65%,
        rgba(255,235,180,.9) 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.practice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.practice-card p{
    flex-grow: 1;
}

.learn-more{
    margin-top: auto;
}

.practice-icon {
    color: #d9a347;
    position: relative;
    width: 92px;
    height: 92px;
    margin: auto auto 25px;
    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #fff0b8 0%,
        #d9a347 35%,
        #9c6318 70%,
        #ffe7a0 100%
    );

    padding: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 10px 25px rgba(217,163,71,.18),
        inset 0 1px 1px rgba(255,255,255,.5);

    font-size: 38px;
}
.practice-icon::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: radial-gradient(circle at top, #152030, #06080d 78%);
    z-index: 0;
}

.practice-icon > * {
    position: relative;
    z-index: 1;
}


.practice-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.card-line {
    width: 55px;
    height: 2px;
    background: linear-gradient(to right,#d9a347,#f5d889);
    margin: 0 auto 20px;
}

.practice-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.learn-more  {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #e3b564;
    margin-top: auto;
}
.learn-more:hover{
    color: #e3b564; 
}
.learn-more span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg,#f5d889,#d9a347);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

/* ===============================
============================== */


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.xs-sidebar-widget::-webkit-scrollbar {
    display: none;
}



.mobile-nav__content {
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
    -ms-overflow-style: auto;
}

.mobile-nav__content::-webkit-scrollbar {
    width: 6px;
}

.mobile-nav__content::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-nav__content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    backdrop-filter: blur(4px);
    transition: background 0.3s;
}

.mobile-nav__content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--judges-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--judges-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--judges-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.preloader {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--judges-base);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/



/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--judges-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--judges-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--judges-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all 0.5s;
}

.search-active .search-popup {
    transform: translateY(0%);
}

.search-popup .color-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: var(--judges-base);
    transition: all 0.5s;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
    display: none;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    border: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9999;
}

.search-popup .close-search:hover {
    color: var(--judges-base);
    background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
}




.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 25px;
    left: 0px;
    right: 0px;
    margin: 0px auto 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999;
}

.search-active .search-popup form {
    opacity: 1;
}

.search-popup .form-group {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 1.0);
    font-size: 18px;
    color: var(--judges-black);
    height: 70px;
    width: 100%;
    padding: 10px 30px 10px 75px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;
    border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    background: var(--judges-black);
    text-align: center;
    font-size: 20px;
    color: var(--judges-white);
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 60px;
}

.search-popup .form-group button i {
    font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    background-color: var(--judges-primary);
    color: var(--judges-black);
}

.search-popup input::placeholder {
    color: var(--judges-black);
}

















/* Section Title Css */

.section-title {
    position: relative;
    display: block;
    margin-top: -3px;
    margin-bottom: 50px;
    z-index: 1;
}

.section-title__tagline-box {
    position: relative;
    display: block;
    line-height: 16px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--judges-base);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.section-title__tagline:before {
    content: "";
    height: 2px;
    background-color: var(--judges-base);
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.section-title__tagline::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    animation: l-r-zump 2s linear infinite;
    background: var(--judges-base);
    border-radius: 50%;
}

@keyframes l-r-zump {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }
}

.section-title__title {
    color: var(--judges-black);
    font-size: 46px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0 0;
}

.section-title__title span {
    color: var(--judges-base);
}

.section-title__title .split-line {
    text-transform: none;
}



/* Thm Btn Css */

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--judges-black);
    border: 1px solid var(--judges-base);
    padding: 7px 25px 7px;
    padding-right: 9px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.4px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

.thm-btn .thm-btn-text {
    position: relative;
    display: block;
    z-index: 1;
}

.thm-btn::before {
    content: "";
    background-color: var(--judges-base);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
}

.thm-btn:hover::before {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    transition-delay: 300ms;
}

.thm-btn::after {
    content: "";
    background-color: rgba(var(--judges-base-rgb), .30);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn .thm-btn-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: var(--judges-base);
    border-radius: 50%;
    font-size: 14px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover .thm-btn-icon-box {
    background-color: var(--judges-white);
    color: var(--judges-base);
    transition-delay: 200ms;
}

.thm-btn:hover .thm-btn-icon-box i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.thm-btn:hover {
    color: var(--judges-white);
    border: 1px solid transparent;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 55px 5px;
    background-color: var(--judges-base);
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li+li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 2px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--judges-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 18px;
    color: var(--judges-white);
    position: relative;
    display: inline-block;
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-white);
    line-height: 16px;
}

.main-menu__contact-list li .text p a {
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--judges-black);
}

.main-menu__top-welcome-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--judges-white);
    text-transform: capitalize;
    font-family: var(--judges-font-two);
    line-height: 18px;
    letter-spacing: 0.05em;
}

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-white);
}

.main-menu__top-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-white);
    letter-spacing: 0.05em;
    line-height: 16px;
    margin-left: 10px;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--judges-white-rgb), .40);
    border-radius: 5px;
    font-size: 15px;
    color: var(--judges-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--judges-base);
    border: 1px solid var(--judges-white);
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--judges-white);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu__social a+a {
    margin-left: 5px;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 55px;
}

.main-menu__left {
    display: block;
}

.main-menu__logo {
    display: block;
    padding: 20px 0;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px 0;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--judges-base);
    border-radius: 50%;
    color: var(--judges-white);
    font-size: 18px;
    top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-icon:hover {
    background-color: var(--judges-black);
    color: var(--judges-base);
}

.main-menu__call-content {
    position: relative;
    display: block;
    top: 3px;
    margin-left: 10px;
}

.main-menu__call-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--judges-gray);
    line-height: 16px;
    font-family: var(--judges-font-two);
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 8px;
    font-family: var(--judges-font);
}

.main-menu__call-number a {
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--judges-base);
}

.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--judges-base);
}

.main-menu__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--judges-base);
    color: var(--judges-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart:hover {
    color: var(--judges-base);
}

.main-menu__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--judges-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 22px;
}

.icon-dots-menu-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--judges-white);
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 22px;
}




.stricky-header.main-menu {
    background-color: var(--judges-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 22px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--judges-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    font-family: var(--judges-font-two);
    letter-spacing: 0.03em;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--judges-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--judges-base);
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 56%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--judges-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
    color: var(--judges-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--judges-white);
    min-width: 280px;
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom-left-radius: var(--judges-bdr-radius);
    border-bottom-right-radius: var(--judges-bdr-radius);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--judges-black-rgb), 0.10);
    margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--judges-black-rgb), 1);
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    padding: 16px 0px 16px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: rgba(var(--judges-base-rgb), 1.0);
    padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--judges-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--judges-base);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--judges-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--judges-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--judges-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--judges-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--judges-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--judges-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--judges-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--judges-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--judges-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--judges-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--judges-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--judges-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--judges-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--judges-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--judges-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--judges-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -25px;
    margin-bottom: -25px;
}

.home-showcase__inner {
    padding: 40px 42px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.10);
    padding: 1px;
    border-radius: var(--judges-bdr-radius);
}

.home-showcase__image>img {
    width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover>img {
    filter: blur(2px);
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.70;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1.0;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
    background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: linear-gradient(to right, #222222 0%, #222222 100%);

    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.90;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
    padding: 7px 20px 7px;
    padding-right: 9px;
    width: 180px;
    text-align: center;
    color: var(--judges-white);
}


.home-showcase__buttons__item:hover {
    color: var(--judges-white);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--judges-black);
    margin-top: 18px;
    text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--judges-white, #ffffff);
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(var(--judges-white-rgb), 0.02);
    z-index: -1;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(var(--judges-black-rgb), .10);
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 !important;
}

.main-menu-two__left {
    display: block;
}

.main-menu-two__logo {
    display: block;
    padding: 10px 0;
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px 0;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--judges-base);
    border-radius: 50%;
    color: var(--judges-white);
    font-size: 18px;
    top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
    background-color: var(--judges-white);
    color: var(--judges-base);
}

.main-menu-two__call-content {
    position: relative;
    display: block;
    top: 3px;
    margin-left: 10px;
}

.main-menu-two__call-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--judges-white);
    line-height: 16px;
    font-family: var(--judges-font-two);
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.main-menu-two__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 8px;
    font-family: var(--judges-font);
}

.main-menu-two__call-number a {
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--judges-white);
}

.main-menu-two__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--judges-white);
}

.main-menu-two__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu-two__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--judges-base);
    color: var(--judges-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart:hover {
    color: var(--judges-white);
}

.main-menu-two__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--judges-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 22px;
}

.icon-dots-menu-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--judges-white);
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 22px;
}

.main-menu-two__btn-box {
    position: relative;
    display: block;
}

.main-menu-two__btn-box .thm-btn {
    color: var(--judges-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
    color: var(--judges-white);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
    color: var(--judges-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--judges-base);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
    color: var(--judges-base);
}


.stricky-header.main-menu-two {
    background-color: var(--judges-black);
}



/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__top {
    position: relative;
    display: block;
    background-color: var(--judges-base);
}

.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7.5px 0px 7.5px;
    z-index: 1;
}

.main-menu-three__top-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: var(--judges-black);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
    z-index: -1;
}

.main-menu-three__top-inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000000px;
    background-color: var(--judges-black);
    z-index: -1;
}

.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__top-menu li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    bottom: 6px;
    width: 1px;
    background-color: var(--judges-white);
    transform: rotate(15deg);
}

.main-menu-three__top-menu li:first-child:before {
    display: none;
}

.main-menu-three__contact-list li+li {
    margin-left: 46px;
}

.main-menu-three__contact-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--judges-white-rgb), .40);
}

.main-menu-three__contact-list li:first-child:before {
    display: none;
}

.main-menu-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li .icon i {
    font-size: 16px;
    color: var(--judges-white);
}

.main-menu-three__contact-list li .text {
    margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
    font-size: 16px;
    color: var(--judges-white);
}

.main-menu-three__contact-list li .text p a {
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
    color: var(--judges-black);
}

.main-menu-three__top-text {
    color: var(--judges-white);
}

.main-menu-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.main-menu-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(var(--judges-white-rgb), .40);
    border-radius: 5px;
    font-size: 14px;
    color: var(--judges-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu-three__social a:hover {
    color: var(--judges-base);
    border: 1px solid var(--judges-white);
}

.main-menu-three__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--judges-white);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu-three__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu-three__social a+a {
    margin-left: 10px;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__left {
    position: relative;
    display: block;
}

.main-menu-three__logo {
    display: block;
    padding: 20px 0;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.main-menu-three__search-box {
    position: relative;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.main-menu-three__search:hover {
    color: var(--judges-base);
}

.main-menu-three__btn-box {
    position: relative;
    display: block;
}

.main-menu-three__cart {
    position: relative;
    display: block;
}

.main-menu-three__cart a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart a:hover {
    color: var(--judges-base);
}

.main-menu-three__cart-count {
    position: absolute;
    top: -16px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--judges-base);
    color: var(--judges-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart a:hover .main-menu-three__cart-count {
    color: var(--judges-white);
}

.main-menu-three__nav-sidebar-icon {
    position: relative;
    display: block;
    margin-left: 30px;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--judges-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three-one {
    width: 22px;
}

.icon-dots-menu-three-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--judges-white);
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three-three {
    width: 22px;
}


.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
    color: var(--judges-black);
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
    color: var(--judges-black);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
    color: var(--judges-base);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
    color: var(--judges-base);
}


.stricky-header.main-menu-three {
    background-color: var(--judges-white);
}



/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    z-index: 10;
}

.main-slider .item {
    position: relative;
    padding-top: 195px;
    padding-bottom: 200px;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 10;
}

.main-slider__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    z-index: -1;
}

.main-slider__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.84) 30%, rgba(0, 0, 0, 0) 70%);
    z-index: -1;
}

.active .main-slider__bg {
    transform: scale(1.1);
}

.main-slider__overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--judges-black);
    opacity: .7;
    z-index: -1;
}

.main-slider__shape-1 {
    position: absolute;
    left: -50px;
    bottom: -227px;
    width: 874px;
    height: 500px;
    background-color: var(--judges-base);
    opacity: .05;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.main-slider__shape-2 {
    position: absolute;
    bottom: -40px;
    left: -50px;
    z-index: -1;
}

.main-slider__shape-2 img {
    width: auto !important;
}

.main-slider__shape-3 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.main-slider__shape-3 img {
    width: auto !important;
    opacity: .10;
    animation: shake-l-r 4s linear 0s infinite;
    filter: invert(1);
}

.main-slider__shape-4 {
    position: absolute;
    bottom: -200px;
    right: 0px;
    z-index: -1;
}

.main-slider__shape-4 img {
    width: auto !important;
    opacity: .10;
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__sub-title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider__sub-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--judges-base);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.main-slider__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--judges-base);
}

.main-slider__title {
    position: relative;
    display: block;
    font-size: 60px;
    color: var(--judges-white);
    font-weight: 800;
    line-height: 1.3em;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider__title span {
    color: var(--judges-base);
}

.active .main-slider__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider__text {
    color: rgba(var(--judges-white-rgb), .70);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 42px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider__btn {
    position: relative;
    display: block;
}

.main-slider__btn .thm-btn {
    background-color: var(--judges-white);
}

.main-slider__btn .thm-btn:hover {
    border: 1px solid var(--judges-base);
}

.main-slider__video-link {
    position: relative;
    display: block;
}

.main-slider__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--judges-white);
    background-color: rgba(var(--judges-base-rgb), 1);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider__video-icon:hover {
    background-color: var(--judges-white);
    color: var(--judges-base);
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0px 80px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--judges-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    padding: 18px 0px !important;
    background-color: transparent !important;
    border: 2px solid rgba(var(--judges-white-rgb), .30) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--judges-white-rgb), 1) !important;
    border: 2px solid rgba(var(--judges-white-rgb), 1) !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 0px;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-bottom: 10px;
}



/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/

.main-slider-two {
    /* position: relative; */
    padding: 100px 0 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-two__img img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-left: auto;
}

.main-slider-two__content {
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.counter-two {
    margin-top: 60px;
}



.main-slider-two {
    /* position: relative; */
    background-color: var(--judges-black);
    z-index: 10;
    min-height: 100vh;
    background-image: url(../images/backgrounds/slider-2-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider-two .item {
    position: relative;
    padding-top: 160px;
    padding-bottom: 40px;
    /* background-color: var(--judges-black); */
    overflow: hidden;
    z-index: 10;
    min-height: 100vh;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    z-index: -1;
    min-height: 100vh;
}

.active .main-slider-two__bg {
    transform: scale(1.1);
}

.main-slider-two__overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--judges-black);
    opacity: 0.9;
    z-index: -1;
}

.main-slider-two__shape-1 {
    position: absolute;
    bottom: 0px;
    left: -50px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-300px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-300px);
    transform: perspective(400px) rotateY(0deg) translateX(-300px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: -1;
}

.active .main-slider-two__shape-1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    -ms-transition-delay: 2600ms;
    -o-transition-delay: 2600ms;
    transition-delay: 2600ms;
}

.main-slider-two__shape-1 img {
    width: auto !important;
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .main-slider-two__img {
    position: absolute;
    bottom: 120px;
    right: 160px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px) scale(0.8);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px) scale(0.8);
    transform: perspective(400px) rotateY(0deg) translateY(0px) scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px) scale(1);
    transform: perspective(400px) rotateY(0deg) translateY(0px) scale(1);
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -ms-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-two__img>img {
    width: 100%;
    animation: topBottom 3s ease-in-out infinite;
} */


.main-slider-two__img {
    position: absolute;
    top: -275px;
    left: 0px;

    opacity: 0;
    visibility: hidden;

    animation: imageAnim 1.5s ease forwards;
    animation-delay: 2.2s;
}

@keyframes imageAnim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: perspective(400px) rotateY(0deg) scale(0.8);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: perspective(400px) rotateY(0deg) scale(1);
    }
}

.main-slider-two__img > img {
    width: 100%;
    animation: topBottom 3s ease-in-out infinite;
}
.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}
.legal-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 0px 18px 0px 0px;
    border-radius: 60px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.04),
            rgba(255,255,255,0.01)
        ),
        rgba(10, 14, 22, 0.78);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 201, 94, 0.18);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 -1px 0 rgba(255,194,92,0.08),
        0 8px 25px rgba(0,0,0,0.35),
        0 0 30px rgba(255,194,92,0.06);

    overflow: hidden;
}

/* Premium golden light effect */
.legal-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            rgba(255, 194, 92, 0.10),
            transparent 35%,
            transparent 70%,
            rgba(255, 194, 92, 0.04)
        );

    pointer-events: none;
}

/* top edge highlight */
.legal-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 50%;
    height: 1px;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0),
        rgba(255,230,170,0.7),
        rgba(255,255,255,0)
    );
}

/* icon outer ring */
.badge-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #fff0ba 0%,
        #e3b04c 25%,
        #9f6617 50%,
        #f8d882 75%,
        #fff4ca 100%
    );

    /* padding: 1.8px; */
padding: 0px 1px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 0 18px rgba(255,194,92,0.22),
        inset 0 1px 1px rgba(255,255,255,0.3);
}

/* inner dark circle */
.badge-icon span {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    background:
        radial-gradient(
            circle at top,
            #1e2530,
            #090c12 75%
        );

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        inset 0 2px 5px rgba(255,255,255,0.05),
        inset 0 -6px 12px rgba(0,0,0,0.5);
}

/* icon */
.badge-icon i {
    font-size: 17px;

    background: linear-gradient(
        to bottom,
        #fff3c8,
        #d8a24b
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    filter: drop-shadow(0 0 6px rgba(255,194,92,0.25));
}

/* text */
.legal-badge p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
line-height: normal;
    background: linear-gradient(
        180deg,
        #fff2c7 0%,
        #efc96d 40%,
        #c98b2c 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 0 10px rgba(255,194,92,0.12);
}
.main-slider-two__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__sub-title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-two__sub-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--judges-base);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.main-slider-two__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--judges-base);
}

/* .main-slider-two__title {
    position: relative;
    display: block;
    font-size: 55px;
    color: var(--judges-white);
    font-weight: 800;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 13px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-two__title span {
    color: #e3b564;
}

.active .main-slider-two__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
} */


.main-slider-two__title {
    position: relative;
    display: block;
    font-size: 55px;
    color: var(--judges-white);
    font-weight: 800;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 13px;

    animation: titleAnim 1.5s ease forwards;
    animation-delay: .5s;

    opacity: 0;
}

.main-slider-two__title span {
    color: #e3b564;
}

@keyframes titleAnim {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(0deg) translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) translateY(0px);
    }
}
/* .main-slider-two__text {
    color: var(--judges-white);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.active .main-slider-two__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
} */

.main-slider-two__text {
    color: var(--judges-white);
    opacity: 0;

    animation: textAnim 1.5s ease forwards;
    animation-delay: 1.2s;
}

@keyframes textAnim {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(0deg) translateY(80px);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) translateY(0px);
    }
}



.main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 43px;

    opacity: 0;

    animation: btnAnim 1.5s ease forwards;
    animation-delay: 1.4s;
}

@keyframes btnAnim {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(0deg) translateY(80px);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) translateY(0px);
    }
}
.main-slider-two__btn {
    position: relative;
    display: block;
}

.main-slider-two__btn .thm-btn {
    color: var(--judges-white);
}


.main-slider-two__video-link {
    position: relative;
    display: block;
}

.main-slider-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: var(--judges-base);
    background-color: rgba(var(--judges-white-rgb), .30);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}




.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto 0 !important;
    height: 0;
    line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--judges-white-rgb), .30);
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--judges-white-rgb), 0);
    border: 2px solid var(--judges-white);
}

.main-slider-two .owl-theme .owl-nav {
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider-two .owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: rgba(var(--judges-white-rgb), .30) !important;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    padding: 18px 0px !important;
    background-color: transparent !important;
    border: 2px solid rgba(var(--judges-white-rgb), .30) !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgba(var(--judges-white-rgb), 1) !important;
    border: 2px solid rgba(var(--judges-white-rgb), 1) !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 0px;
}

.main-slider-two .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    background-color: var(--judges-black);
    z-index: 10;
}

.main-slider-three .item {
    position: relative;
    padding-top: 185px;
    padding-bottom: 190px;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 10;
}

.main-slider-three__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    z-index: -1;
}

.active .main-slider-three__bg {
    transform: scale(1.1);
}

.main-slider-three__overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--judges-black);
    opacity: 0.8;
    z-index: -1;
}

.main-slider-three__shape-1 {
    position: absolute;
    top: 0;
    left: -80px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    z-index: -1;
}

.active .main-slider-three__shape-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-three__shape-1 img {
    width: auto !important;
    animation: topBottom 3s ease-in-out infinite;
}

.main-slider-three__shape-2 {
    position: absolute;
    bottom: -30px;
    right: -50px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    z-index: -1;
}

.active .main-slider-three__shape-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.main-slider-three__shape-2 img {
    width: auto !important;
}

.main-slider-three__content {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.main-slider-three__sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: var(--judges-base);
    text-transform: capitalize;
    letter-spacing: 0.03em;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.active .main-slider-three__sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-three__title {
    position: relative;
    display: block;
    font-size: 80px;
    color: var(--judges-white);
    font-weight: 800;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-top: 21px;
    margin-bottom: 19px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: 1;
}

.main-slider-three__title span {
    color: var(--judges-base);
}

.active .main-slider-three__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-three__text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: rgba(var(--judges-white-rgb), .80);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.active .main-slider-three__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-three__btn-box {
    position: relative;
    display: block;
    margin-top: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-three__btn-box .thm-btn {
    color: var(--judges-white);
}


.active .main-slider-three__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


.main-slider-three__video-link {
    position: absolute;
    top: 40%;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px) translateY(-50%);
    z-index: 10;
}

.active .main-slider-three__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(-50%);
    transition-delay: 1500ms;
}

.main-slider-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), .90);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider-three__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-black);
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


.main-slider-three .owl-theme .owl-dots {
    margin-top: 0px !important;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-slider-three .owl-theme .owl-dots::before {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 4px;
    height: 85px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

.main-slider-three .owl-theme .owl-dots::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 4px;
    height: 85px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

.main-slider-three .owl-theme .owl-dots .owl-dot {
    display: block;
}

.main-slider-three .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-top: 15px;
}

.main-slider-three .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(var(--judges-white-rgb), 0.4);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider-three .owl-theme .owl-dots .owl-dot.active span,
.main-slider-three .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(var(--judges-white-rgb), 1.0);
}

.main-slider-three .owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid rgba(var(--judges-white-rgb), 0.4);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.main-slider-three .owl-theme .owl-dots .owl-dot.active span::before,
.main-slider-three .owl-theme .owl-dots .owl-dot:hover span::before {
    transform: scaleX(1.0);
    border: 1px solid rgba(var(--judges-white-rgb), 1.0);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
/* ================================
NEW ABOUT SECTION
================================ */
.about-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

.about-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(201, 157, 84, 0.06);
    border-radius:50%;
    top:-200px;
    right:-180px;
}

.about-image-wrapper{
    position:relative;
}

.about-image{
    width:100%;
    border-radius:24px;
    object-fit:cover;
    position:relative;
    z-index:2;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.about-image-wrapper::before{
    content:'';
    position:absolute;
    left:-20px;
    top:20px;
    width:100%;
    height:100%;
    border:1px solid #c99d54;
    border-radius:24px;
    z-index:1;
}


.experience-box{
    position:absolute;
    left:30px;
    bottom:-40px;
    background:linear-gradient(135deg, #222222, #000000);
    padding:28px 35px;
    border-radius:22px;
    z-index:3;
    min-width:300px;
    overflow:hidden;

    /* LIGHT BORDER EFFECT */
    border:1px solid rgba(255,255,255,0.15);

    /* GLOW EFFECT */
    box-shadow:
        0 0 0 1px rgba(201,157,84,0.25),
        0 10px 30px rgba(0,0,0,0.25),
        0 0 25px rgba(201,157,84,0.18);
}

/* TOP LIGHT SHINE */
.experience-box::before{
    content:'';
    position:absolute;
    top:0;
    left:-60%;
    width:70%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
    transform:skewX(-25deg);
}

/* GOLD INNER BORDER */
.experience-box::after{
    content:'';
    position:absolute;
    inset:8px;
    border-radius:16px;
    border:1px solid rgba(201,157,84,0.25);
    pointer-events:none;
}

.experience-box h2{
    font-size:55px;
    color:#d8a44d;
    margin-bottom:0;
    font-weight:700;
 
}

.experience-box p{
    color:#fff;
    margin:0;
    font-size:17px;
}

.section-tag{
    color:#c99d54;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:15px;
    font-weight:600;
    margin-bottom:18px;
    display:inline-block;
    position:relative;
}

.section-tag::after{
    content:'';
    width:70px;
    height:2px;
    background:#c99d54;
    position:absolute;
    top:50%;
    margin-left:15px;
}

.about-title{
 
    font-size:68px;
    line-height:1.05;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
}

.about-title span{
    color:#c99d54;
}

.about-divider{
    display:flex;
    align-items:center;
    margin-bottom:35px;
    width: 75%;
}

.about-divider::before,
.about-divider::after{
    content:'';
    flex:1;
    height:1px;
    background:#c99d54;
}

.about-divider i{
    width:50px;
    height:50px;
    border:1px solid #c99d54;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c99d54;
    margin:0 20px;
    font-style:normal;
    font-size:20px;
}

.about-content p{
    font-size:17px;
    line-height:1.9;
    color:#5a6473;
    margin-bottom:20px;
}

.feature-boxes{
    margin-top:80px;
    background:linear-gradient(135deg,#08172f,#0f2448);
    border-radius:28px;
    padding:40px 20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.feature-box{
    display:flex;
    gap:18px;
    align-items:flex-start;
    padding:10px 20px;
    border-right:1px solid rgba(255,255,255,0.1);
    height:100%;
}

.feature-box:last-child{
    border-right:none;
}

.feature-icon{
    min-width:75px;
    height:75px;
    border-radius:50%;
    border:2px solid #c99d54;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d8a44d;
    font-size:30px;
}

.feature-content h4{
    color:#fff;
    font-size:24px;
    margin-bottom:10px;
}

.feature-content p{
    color:#d4d9e2;
    margin:0;
    line-height:1.7;
    font-size:15px;
}

/* 
=================================
============================== */

.custom-about-section{
    padding: 100px 0;
    background: #f8f8f8;
}

.custom-about-image{
    position: relative;
    padding-right: 40px;
}

.custom-about-image img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* .experience-box{
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #d8a54d;
    color: #fff;
    padding: 25px 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
} */

/* .experience-box h3{
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 700;
}

.experience-box p{
    margin: 0;
    font-size: 16px;
} */

.custom-about-content{
    padding-left: 20px;
}

.custom-about-content .sub-title{
    color: #d8a54d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.custom-about-content h2{
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222;
}

.custom-about-content p{
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-points{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px;
}

.point-box{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #222;
}

.point-box i{
    color: #d8a54d;
}

.theme-btn{
    display: inline-block;
    padding: 14px 30px;
    background: #d8a54d;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.theme-btn:hover{
    background: #111;
    color: #fff;
}
 


.about-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.about-one__shape-3 {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: -1;
}

.about-one__shape-3 img {
    width: auto;
    opacity: 0.09;
    mix-blend-mode: luminosity;
}

.about-one__shape-4 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.about-one__shape-4 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.09;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 160px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 1;
}

.about-one__img::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-one__img:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-one__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.about-one__img-two {
    position: absolute;
    bottom: -120px;
    right: -160px;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 2;
}

.about-one__img-two::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-one__img-two:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-one__img-two img {
    border-radius: var(--judges-bdr-radius);
    border: 10px solid var(--judges-base);
}

.about-one__satisfied-box {
    position: absolute;
    top: 90px;
    right: -160px;
    max-width: 265px;
    width: 100%;
    z-index: 3;
}

.about-one__satisfied-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 58px;
    padding: 27px 20px 23px;
    z-index: 1;
}

.about-one__satisfied-box-shape {
    position: absolute;
    top: 3px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    border: 6px solid var(--judges-base);
    border-radius: 58px;
    z-index: -1;
}

.about-one__satisfied-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__satisfied-icon span {
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--judges-base);
}

.about-one__satisfied-box-inner:hover .about-one__satisfied-icon span {
    transform: scale(0.9);
}

.about-one__satisfied-count-box {
    position: relative;
    display: block;
}

.about-one__satisfied-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__satisfied-count h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--judges-font) !important;
}

.about-one__satisfied-count span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: var(--judges-black);
    font-family: var(--judges-font);
}

.about-one__satisfied-count .odometer-formatting-mark {
    display: none;
}

.about-one__satisfied-count-text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
    text-transform: capitalize;
    position: relative;
}

.about-one__video-link {
    position: absolute;
    bottom: -40px;
    right: 160px;
    z-index: 3;
}

.active .about-one__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-one__shape-1 {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 250px;
    background-color: var(--judges-base);
    animation: topBottom 3s ease-in-out infinite;
}

.about-one__shape-2 {
    position: absolute;
    bottom: -72px;
    left: 140px;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: -30px;
}

.about-one__right .section-title {
    margin-bottom: 31px;
}

.about-one__text {
    margin-bottom: 42px;
}

.about-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-one__points {
    position: relative;
    display: flex;
    margin-bottom: 33px;
    gap: 10px;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    /* border-bottom: 1px solid rgba(var(--judges-gray-rgb), .15); */
    padding-bottom: 33px;
   
    width: 50%;
}

.about-one__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-one__points-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--judges-base);
    transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-one__points-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__points-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}

.about-one__points-content p {
    line-height: 26px;
    margin-top: 13px;
    /* width: 50%; */
}

.about-one__high-quality-service-box {
    position: absolute;
    top: 150px;
    left: -110px;
    height: 200px;
    width: 220px;
    background-color: rgba(var(--judges-base-rgb), .80);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0 30px 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: 2;
}

.about-one__high-quality-service {
    position: relative;
    height: 180px;
    width: 200px;
    background-color: rgba(var(--judges-white-rgb), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0 30px 0;
}

.about-one__high-quality-service h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 35px;
}

.about-one__high-quality-service a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: var(--judges-base);
}

.about-one__high-quality-service a:hover {
    color: var(--judges-black);
}

.about-one__btn-box {
    position: relative;
    display: block;
    margin-top: 53px;
}


@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-two__shape-2 {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: -1;
}

.about-two__shape-2 img {
    width: auto;
    opacity: 0.09;
    mix-blend-mode: luminosity;
}

.about-two__shape-3 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.about-two__shape-3 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.09;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 160px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    border-top-left-radius: 0;
    background-color: var(--judges-black);
    z-index: 1;
}

.about-two__img::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-two__img:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-two__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    border-top-left-radius: 0;
}

.about-two__img-two {
    position: absolute;
    bottom: -120px;
    right: -160px;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 2;
  
}
/* .about-two__img-two img {
    width: 250px;
} */
.about-two__img-two::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-two__img-two:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-two__img-two img {
    border-radius: var(--judges-bdr-radius);
    border: 10px solid var(--judges-base);
}

.about-two__img-content {
    position: absolute;
    top: 25px;
    left: -50px;
    display: flex;
    align-items: center;
    background: var(--judges-base);
    padding: 25px 25px 25px;
    border-radius: var(--judges-bdr-radius);
    border-top-left-radius: 0;
    z-index: 3;
}

.about-two__img-content::before {
    position: absolute;
    top: -25px;
    left: 0px;
    border-bottom: 25px solid var(--judges-base);
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    content: "";
}

.about-two__img-content .progress-box {
    position: relative;
    display: block;
    line-height: 0;
}

.about-two__img-content .progress-box .graph-outer {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
}

.about-two__img-content .progress-box .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.about-two__img-content .progress-box .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--judges-font);
}

.about-two__img-content .progress-box .graph-outer .count-Parsent {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    font-size: 20px;
    font-weight: 500;
}

.about-two__img-content .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.about-two__img-content .text-box h4 {
    color: var(--judges-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-two__video-link {
    position: absolute;
    bottom: -40px;
    right: 160px;
    z-index: 3;
}

.active .about-two__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.about-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-two__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.about-two__video-link .ripple,
.about-two__video-icon .ripple:before,
.about-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-two__shape-1 {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 250px;
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
    animation: topBottom 3s ease-in-out infinite;
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: -30px;
}

.about-two__right .section-title {
    margin-bottom: 31px;
}

.about-two__points-and-vission-mission {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.about-two__points-box {
    position: relative;
    display: block;
    max-width: 260px;
    width: 100%;
}

.about-two__points {
    position: relative;
    display: block;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-two__points li+li {
    margin-top: 7px;
}

.about-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-base);
}

.about-two__points li p {
    color: #1c1d21;
}

.about-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.about-two__vission-mission {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
}

.about-two__vission-mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    bottom: -26px;
    width: 2px;
    background-color: rgba(var(--judges-black-rgb), .10);
}

.about-two__tab-box {
    position: relative;
    display: block;
}

.about-two__tab-box .tab-buttons {
    position: relative;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    gap: 20px;
}

.about-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
}

.about-two__tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 0;
}

.about-two__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--judges-black);
    background-color: transparent;
    padding: 12px 30px 12px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    text-transform: capitalize;
    font-family: var(--judges-font-two);
    border: 1px solid var(--judges-bdr-color);
    border-radius: var(--judges-bdr-radius);
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
}

.about-two__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
    background-position: top bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn span:before {
    transform: scaleY(1.0);
}

.about-two__tab-box .tabs-content {
    position: relative;
    display: block;
}

.about-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.about-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}

.about-two__tab-box .tabs-content__inner {
    position: relative;
    display: block;
}

.about-two__bottom {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 48px;
}

.about-two__founder {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-two__founder-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    height: 75px;
    width: 75px;
}

.about-two__founder-img-box img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    border: 3px solid var(--judges-base);
}

.about-two__founder-text-box {
    position: relative;
    display: block;
    flex: 1;
}

.about-two__founder-text-box h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 2px;
}

.about-two__signature {
    position: relative;
    display: block;
}

.about-two__signature img {
    width: auto;
}
/* =========================
   CTA SECTION
========================= */

.tax-cta-box{
    background:linear-gradient(135deg,#050505,#111111,#1a1a1a);
    border-radius:34px;
    padding:40px 45px;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
    border:1px solid rgba(214,165,73,0.15);
}

/* BG EFFECT */

.tax-cta-box::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(214,165,73,0.06);
    right:-120px;
    top:-120px;
}

.tax-cta-box::after{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    border:1px solid rgba(214,165,73,0.08);
    left:-100px;
    bottom:-100px;
}

/* CONTENT */

.tax-cta-subtitle{
    display: inline-block;
    background: rgba(214, 165, 73, 0.08);
    color: #d6a549;
    border: 1px solid rgba(214, 165, 73, 0.15);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 2px 22px;
    border-radius: 50px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.tax-cta-title{
    font-size:30px;
    line-height:1.1;
    font-weight:700;
    color:#ffffff;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:22px;
    position:relative;
    z-index:2;
}

.tax-cta-text{
    color:rgba(255,255,255,0.72);
    max-width:760px;
    margin:0;
    position:relative;
    z-index:2;
}

/* BUTTON */

.tax-cta-btn-wrap{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:end;
    position:relative;
    z-index:2;
}

.tax-cta-btn{
    background: #d6a549;
    color: #111;
    text-decoration: none;
    padding: 9px 34px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.tax-cta-btn:hover{
    background:#ffffff;
    color:#111;
    transform:translateY(-4px);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 164px;
    z-index: 1;
}

.about-three__shape-2 {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: -1;
}

.about-three__shape-2 img {
    width: auto;
    opacity: 0.09;
    mix-blend-mode: luminosity;
}

.about-three__shape-3 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}

.about-three__shape-3 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.09;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 160px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 1;
}

.about-three__img::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-three__img:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.about-three__img-two {
    position: absolute;
    bottom: -120px;
    right: -160px;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 2;
}

.about-three__img-two::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.about-three__img-two:hover:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img-two img {
    border-radius: var(--judges-bdr-radius);
    border: 10px solid var(--judges-base);
}

.about-three__satisfied-box {
    position: absolute;
    top: 90px;
    right: -160px;
    max-width: 265px;
    width: 100%;
    z-index: 3;
}

.about-three__satisfied-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 58px;
    padding: 27px 20px 23px;
    z-index: 1;
}

.about-three__satisfied-box-shape {
    position: absolute;
    top: 3px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    border: 6px solid var(--judges-base);
    border-radius: 58px;
    z-index: -1;
}

.about-three__satisfied-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__satisfied-icon span {
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--judges-base);
}

.about-three__satisfied-box-inner:hover .about-three__satisfied-icon span {
    transform: scale(0.9);
}

.about-three__satisfied-count-box {
    position: relative;
    display: block;
}

.about-three__satisfied-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__satisfied-count h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--judges-font) !important;
}

.about-three__satisfied-count span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: var(--judges-black);
    font-family: var(--judges-font);
}

.about-three__satisfied-count .odometer-formatting-mark {
    display: none;
}

.about-three__satisfied-count-text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
    text-transform: capitalize;
    position: relative;
}

.about-three__video-link {
    position: absolute;
    bottom: -40px;
    right: 160px;
    z-index: 3;
}

.active .about-three__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.about-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-three__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-three__shape-1 {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 250px;
    background-color: var(--judges-base);
    animation: topBottom 3s ease-in-out infinite;
}

.about-three__high-quality-service-box {
    position: absolute;
    top: 150px;
    left: -110px;
    height: 200px;
    width: 220px;
    background-color: rgba(var(--judges-base-rgb), .80);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0 30px 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: 2;
}

.about-three__high-quality-service {
    position: relative;
    height: 180px;
    width: 200px;
    background-color: rgba(var(--judges-white-rgb), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0 30px 0;
}

.about-three__high-quality-service h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 35px;
}

.about-three__high-quality-service a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: var(--judges-base);
}

.about-three__high-quality-service a:hover {
    color: var(--judges-black);
}


.about-three__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: -30px;
    margin-top: 45px;
}

.about-three__right .section-title {
    margin-bottom: 29px;
}

.about-three__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 27px;
}

.about-three__points {
    position: relative;
    display: block;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-three__points li+li {
    margin-top: 7px;
}

.about-three__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-base);
}

.about-three__points li p {
    color: #1c1d21;
}

.about-three__progress-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 31px;
}

.about-three__progress-single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-three__progress-single .graph-outer {
    position: relative;
    display: inline-block;
    text-align: center;
    top: 4px;
    z-index: 1;
}

.about-three__progress-single .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.about-three__progress-single .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--judges-font);
}

.about-three__progress-single .graph-outer .count-Parsent {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 20px;
    font-weight: 500;
}

.about-three__progress-text-box {
    position: relative;
    display: block;
}

.about-three__progress-text-box h4 {
    color: var(--judges-base);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-three__btn-box {
    margin-top: 36px;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.blog-one__shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.blog-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-one__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--judges-bdr-color);
    padding: 20px 19px 22px;
    border-radius: var(--judges-bdr-radius);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 550px;
}

.blog-one__single:hover {
    background-color: var(--judges-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.blog-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-one__date {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: var(--judges-bdr-radius);
    border-bottom-left-radius: var(--judges-bdr-radius);
    z-index: 2;
}

.blog-one__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    background-color: var(--judges-base);
    color: var(--judges-white);
    font-weight: 600;
    font-size: 25px;
}

.blog-one__date span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
    background-color: var(--judges-primary);
    color: var(--judges-black);
    font-weight: 600;
    font-size: 18px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.blog-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--judges-black-rgb), 0.6);
    border-radius: var(--judges-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-one__single:hover .blog-one__img::before {
    opacity: 1;
}

.blog-one__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1);
}

.blog-one__tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.blog-one__single:hover .blog-one__tags {
    opacity: 1;
    transform: translateY(0px);
}

.blog-one__tags span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--judges-white);
    font-weight: 500;
    line-height: 16px;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    background-color: var(--judges-base);
    border-radius: 18px;
    padding: 9px 17px 9px;
}

.blog-one__content {
    position: relative;
    display: block;
    margin-top: 24px;
}

.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-one__meta li {
    position: relative;
    display: block;
}

.blog-one__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--judges-gray);
}

.blog-one__meta li a span {
    position: relative;
    font-size: 16px;
    color: var(--judges-base);
}

.blog-one__meta li a:hover {
    color: var(--judges-base);
}

.blog-one__title {
    font-size: 25px;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 14px;
    font-weight: 700;
}

.blog-one__title a {
    color: var(--judges-black);
}

.blog-one__title a:hover {
    color: var(--judges-base);
}

.blog-one__text {
    margin-bottom: 13px;
}

.blog-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-black);
}

.blog-one__read-more span {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.blog-one__read-more:hover {
    color: var(--judges-base);
}

.blog-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.blog-one__carousel .owl-nav .owl-next,
.blog-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.blog-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blog-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-one__carousel.owl-theme .owl-nav .owl-next span,
.blog-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-one__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-two__carousel {
    position: relative;
    display: block;
}

.blog-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-two__single {
    min-height: 520px;
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--judges-bdr-color);
    padding: 20px 19px 22px;
    border-radius: var(--judges-bdr-radius);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
 
}

.blog-two__single:hover {
    background-color: var(--judges-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.blog-two__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-two__date {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: var(--judges-bdr-radius);
    border-bottom-left-radius: var(--judges-bdr-radius);
    z-index: 2;
}

.blog-two__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    background-color: var(--judges-base);
    color: var(--judges-white);
    font-weight: 600;
    font-size: 25px;
}

.blog-two__date span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
    background-color: var(--judges-primary);
    color: var(--judges-black);
    font-weight: 600;
    font-size: 18px;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.blog-two__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--judges-black-rgb), 0.6);
    border-radius: var(--judges-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-two__single:hover .blog-two__img::before {
    opacity: 1;
}

.blog-two__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1);
}

.blog-two__tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.blog-two__single:hover .blog-two__tags {
    opacity: 1;
    transform: translateY(0px);
}

.blog-two__tags span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--judges-white);
    font-weight: 500;
    line-height: 16px;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    background-color: var(--judges-base);
    border-radius: 18px;
    padding: 9px 17px 9px;
}

.blog-two__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-two__user {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-two__user-img {
    position: relative;
    display: block;
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-two__user-img img {
    width: 100%;
    border-radius: 50%;
}

.blog-two__user-content {
    position: relative;
    display: block;
    top: 3px;
}

.blog-two__user-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-two__user-name a {
    color: var(--judges-black);
}

.blog-two__user-name a:hover {
    color: var(--judges-base);
}

.blog-two__title {
    font-size: 25px;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 14px;
    font-weight: 700;
}

.blog-two__title a {
    color: var(--judges-black);
}

.blog-two__title a:hover {
    color: var(--judges-base);
}

.blog-two__text {
    margin-bottom: 13px;
}

.blog-two__read-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-black);
}

.blog-two__read-more span {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.blog-two__read-more:hover {
    color: var(--judges-base);
}

.blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.blog-two__carousel .owl-nav .owl-next,
.blog-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-three__carousel {
    position: relative;
    display: block;
}

.blog-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blog-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blog-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blog-three__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border: 1px solid var(--judges-bdr-color);
    padding: 20px 19px 22px;
    border-radius: var(--judges-bdr-radius);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__single:hover {
    background-color: var(--judges-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    transform: translateY(-10px);
}

.blog-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-three__date {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: var(--judges-bdr-radius);
    border-bottom-left-radius: var(--judges-bdr-radius);
    z-index: 2;
}

.blog-three__date p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    background-color: var(--judges-base);
    color: var(--judges-white);
    font-weight: 600;
    font-size: 25px;
}

.blog-three__date span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
    background-color: var(--judges-primary);
    color: var(--judges-black);
    font-weight: 600;
    font-size: 18px;
}

.blog-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.blog-three__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--judges-black-rgb), 0.6);
    border-radius: var(--judges-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-three__single:hover .blog-three__img::before {
    opacity: 1;
}

.blog-three__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-three__single:hover .blog-three__img img {
    transform: scale(1);
}

.blog-three__tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.blog-three__single:hover .blog-three__tags {
    opacity: 1;
    transform: translateY(0px);
}

.blog-three__tags span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--judges-white);
    font-weight: 500;
    line-height: 16px;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    background-color: var(--judges-base);
    border-radius: 18px;
    padding: 9px 17px 9px;
}

.blog-three__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-three__meta {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--judges-bdr-color);
    padding-bottom: 9px;
}

.blog-three__meta li+li {
    margin-left: 20px;
}

.blog-three__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--judges-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__meta li a i {
    color: var(--judges-base);
    padding-right: 10px;
}

.blog-three__meta li a:hover {
    color: var(--judges-base);
}

.blog-three__title {
    font-size: 25px;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 14px;
    font-weight: 700;
}

.blog-three__title a {
    color: var(--judges-black);
}

.blog-three__title a:hover {
    color: var(--judges-base);
}

.blog-three__text {
    margin-bottom: 13px;
}

.blog-three__read-more {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-black);
}

.blog-three__read-more span {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.blog-three__read-more:hover {
    color: var(--judges-base);
}

.blog-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.blog-three__carousel .owl-nav .owl-next,
.blog-three__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.blog-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blog-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.blog-three__carousel.owl-theme .owl-nav .owl-next span,
.blog-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-three__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/***
=====================================================
Blog Details
=====================================================
***/
.blog-details {
    position: relative;
    display: block;
    background: var(--judges-white);
    padding: 65px 0px 60px;
    z-index: 1;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-right: 35px;
}

.blog-details__img-1 {
    position: relative;
    display: block;
    max-width: 835px;
    width: 100%;
}

.blog-details__img-1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-details__img-1 .inner img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.blog-details__content-meta-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.blog-details__content-meta-box ul {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0px;
}

.blog-details__content-meta-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 31px;
    margin-right: 25px;
}

.blog-details__content-meta-box ul li::before {
    position: absolute;
    top: 11px;
    right: 0px;
    width: 8px;
    height: 8px;
    background: #ababb3;
    content: "";
}

.blog-details__content-meta-box ul li:last-child:before {
    display: none;
}

.blog-details__content-meta-box ul li .img-box {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.blog-details__content-meta-box ul li .img-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details__content-meta-box ul li .text-box {
    position: relative;
    display: block;
    margin-left: 12px;
    flex: 1;
}

.blog-details__content-meta-box ul li .text-box p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.blog-details__content-meta-box ul li .icon {
    position: relative;
    display: block;
}

.blog-details__content-meta-box ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 20px;
    line-height: 20px;
}

.blog-details__content-text1 {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-details__content-text1 h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blog-details__content-text1 p {
    margin: 0;
}

.blog-details__content-img-1 {
    position: relative;
    display: block;
    margin-top: 42px;
}

.blog-details__content-img-1 .row {
    --bs-gutter-x: 60px;
}

.blog-details__content-img-1 .single-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-details__content-img-1 .single-img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.blog-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 20px;
}

.blog-details__content-text2 h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 21px;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
}

.blog-details__content-text2 p {
    margin: 0;
}

.blog-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 34px;
}

.blog-details__content-text3 .row {
    display: flex;
    align-items: center;
}

.blog-details__content-text3-text {
    position: relative;
    display: block;
}

.blog-details__content-text3-text ul {
    position: relative;
    display: block;
    line-height: 0px;
}

.blog-details__content-text3-text ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.blog-details__content-text3-text ul li:last-child {
    margin-bottom: 0px;
}

.blog-details__content-text3-text ul li p {
    font-size: 16px;
    line-height: 24px;
}

.blog-details__content-text3-text ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--judges-black);
    font-size: 20px;
    line-height: 20px;
    top: 3px;
    margin-right: 9px;
}

.blog-details__content-text3-img {
    position: relative;
    display: block;
    max-width: 385px;
    width: 100%;
}

.blog-details__content-text3-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-details__video-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.blog-details__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: var(--judges-white);
    background-color: var(--judges-base);
    border: 0px solid var(--judges-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.blog-details__video-icon:hover {
    background-color: var(--judges-white);
    color: var(--judges-black);
}

.blog-details__video-link .ripple,
.blog-details__video-icon .ripple:before,
.blog-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.blog-details__video-icon .ripple:before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.blog-details__video-icon .ripple:after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}

.blog-details__content-text3-img .inner img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.blog-details__content-text4 {
    position: relative;
    display: block;
    margin-top: 35px;
}

.blog-details__content-text4 p {
    margin: 0px;
}

.blog-details__content-text5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
    border-bottom: 1px solid var(--judges-bdr-color);
    padding-bottom: 49px;
}

.blog-details__content-text5-tag {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__content-text5-tag .title-box {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-details__content-text5-tag .title-box h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-details__content-text5-tag ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__content-text5-tag ul li {
    position: relative;
    display: block;
}

.blog-details__content-text5-tag ul li+li {
    margin-left: 20px;
}

.blog-details__content-text5-tag ul li a {
    color: var(--judges-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid var(--judges-bdr-color);
    padding: 8px 30px 8px;
}

.blog-details__content-text5-tag ul li a:hover {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
    background: var(--judges-base);
}

.blog-details__content-text5-share {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0px;
}

.blog-details__content-text5-share .title-box {
    position: relative;
    display: block;
}

.blog-details__content-text5-share .title-box p {
    font-size: 18px;
    line-height: 32px;
}

.blog-details__content-text5-share ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.blog-details__content-text5-share ul li {
    position: relative;
    display: block;
}

.blog-details__content-text5-share ul li+li {
    margin-left: 15px;
}

.blog-details__content-text5-share ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-black);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(var(--judges-black-rgb), .1);
}

.blog-details__content-text5-share ul li a:hover {
    background: var(--judges-base);
    color: var(--judges-white);
}

.blog-details__content-text5-share ul li a span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.blog-details__content-text6 {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--judges-bdr-color);
    padding: 33px 40px 40px;
    margin-top: 60px;
    border-radius: var(--judges-bdr-radius);
}

.blog-details__content-text6 .img-box {
    position: relative;
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.blog-details__content-text6 .img-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details__content-text6 .content-box {
    position: relative;
    display: block;
    margin-left: 40px;
    flex: 1;
}

.blog-details__content-text6 .content-box h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.blog-details__content-text6 .content-box p {
    margin: 0;
}

.blog-details__content-text6 .content-box .social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.blog-details__content-text6 .content-box .social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-black);
    width: 30px;
    height: 30px;
    border: 1px solid var(--judges-bdr-color);
    border-radius: var(--judges-bdr-radius);
}

.blog-details__content-text6 .content-box .social-links a:hover {
    background: var(--judges-base);
    color: var(--judges-white);
    border-color: var(--judges-base);
}

.blog-details__content-text6 .content-box .social-links a+a {
    margin-left: 15px;
}

.blog-details__content-text6 .content-box .social-links a span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.comment-one {
    position: relative;
    display: block;
    border: 1px solid var(--judges-bdr-color);
    margin-top: 50px;
    padding: 30px 40px 40px;
    border-radius: var(--judges-bdr-radius);
}

.comment-one .title-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.comment-one .title-box h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}


.comment-one__single {
    position: relative;
    display: block;
}

.comment-one__single.style2 {
    margin-top: 33px;
    margin-left: 130px;

}

.comment-one__single-inner {
    position: relative;
    display: block;
    padding-left: 130px;
}

.comment-one__img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.comment-one__img img {
    width: 100%;
    border-radius: 50%;
}

.comment-one__content {
    position: relative;
    display: block;
}

.comment-one__content-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.comment-one__content-title h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-one__content-title p {
    margin: 0;
}

.comment-one__content p {
    margin: 0;
}

.comment-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.comment-one__content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--judges-base);
    padding: 3px 35px 2px;
}

.comment-one__content .btn-box a:hover {
    background: var(--judges-black);
}

.comment-form {
    position: relative;
    display: block;
    margin-top: 50px;
}

.comment-form .title-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.comment-form .title-box h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.comment-form .title-box p {
    margin: 0;
}

.comment-form__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.comment-form__form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--judges-gray);
    font-size: 15px;
}

.comment-form__form .input-box input[type="text"],
.comment-form__form .input-box input[type="email"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--judges-white);
    border: 1px solid rgba(var(--judges-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--judges-gray);
    border-radius: var(--judges-bdr-radius);
    font-family: var(--judges-font);
}

.comment-form .comment-form__form .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--judges-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--judges-gray);
    border-radius: var(--judges-bdr-radius);
    font-family: var(--judges-font);
    width: 100%;
    height: 120px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.comment-form .comment-form__form .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

.comment-form .comment-form__form .input-box .icon span::before {
    color: var(--judges-base);
}

.comment-form__checkbox {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 44px;
}

.comment-form__checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--judges-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: var(--judges-font);
    cursor: pointer;
}

.comment-form__checkbox input[type="checkbox"] {
    display: none;
}

.comment-form__checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid rgba(var(--judges-gray-rgb), .5);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form__checkbox label span:before {
    position: absolute;
    top: 2px;
    left: 4px;
    display: block;
    border-bottom: 2px solid var(--judges-base);
    border-right: 2px solid var(--judges-base);
    content: '';
    width: 5px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.comment-form__checkbox input[type="checkbox"]:checked+label span {
    border: 1px solid rgba(var(--judges-gray-rgb), .5);
}

.comment-form__checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.comment-form__form-btn .thm-btn {
    background-color: transparent;
}



/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-left: 40px;
}

.sidebar__title::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 30px;
    background: var(--judges-base);
    content: "";
}

.sidebar__search {
    position: relative;
    display: block;
    background-color: var(--judges-primary);
    border-radius: var(--judges-bdr-radius);
    padding: 50px 30px 50px;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--judges-white);
    color: var(--judges-gray);
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #dcdfe2;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--judges-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--judges-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--judges-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--judges-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--judges-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--judges-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--judges-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--judges-base);
    color: var(--judges-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--judges-black);
    color: var(--judges-white);
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--judges-primary);
    border-radius: var(--judges-bdr-radius);
    padding: 42px 30px 50px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar__category-list li+li {
    position: relative;
    margin-top: 15px;
}

.sidebar__category-list li a {
    position: relative;
    display: block;
    color: var(--judges-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 15px 20px 16px;
    background-color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--judges-font-two);
    z-index: 1;
}

.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--judges-base);
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
    color: var(--judges-white);
}

.sidebar__category-list li.active a {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    right: 0;
    color: var(--judges-black);
    font-size: 15px;
    font-weight: 600;
    background-color: var(--judges-extra);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--judges-font);
    z-index: 1;
}

.sidebar__category-list li a:hover span,
.sidebar__category-list li.active a span {
    background: rgba(255, 255, 255, 0.1);
    color: var(--judges-white);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 42px 30px 42px;
    background-color: var(--judges-primary);
    border-radius: var(--judges-bdr-radius);
}

.sidebar__post-box {
    position: relative;
    display: block;
}

.sidebar__post-single {
    position: relative;
    display: block;
}

.sidebar__post-single+.sidebar__post-single {
    margin-top: 27px;
}

.sidebar-post__img {
    position: relative;
    display: block;
    background: var(--judges-black);
    overflow: hidden;
}

.sidebar-post__img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--judges-base-rgb), .80);
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.sidebar-post__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
    position: relative;
    margin-top: 18px;
}

.sidebar__post-content-box h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.sidebar__post-content-box h3 a {
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
    color: var(--judges-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background-color: var(--judges-primary);
    border-radius: var(--judges-bdr-radius);
    padding: 41px 30px 40px;
    overflow: hidden;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar__tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 5px 0px;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: block;
    color: var(--judges-gray);
    font-size: 15px;
    font-weight: 400;
    background: var(--judges-white);
    padding: 6px 24px;
    border-radius: 3px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
    color: var(--judges-white);
    background: var(--judges-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-standard {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-page__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
}

.blog-page__single-img::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.blog-page__single:hover .blog-page__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-page__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
    border-radius: var(--judges-bdr-radius);
}

.blog-page__single:hover .blog-page__single-img img {
    transform: scale(1);
}

.blog-page__single-content {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-top: -77px;
    margin-right: 15px;
    z-index: 1;
}

.blog-page__single-content .date-box {
    position: absolute;
    top: 0;
    right: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--judges-base);
    z-index: 5;
}

.blog-page__single-content .date-box::before {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 15px;
    border-bottom: 20px solid #a59c81;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.blog-page__single-content .date-box h2 {
    color: var(--judges-white);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.blog-page__single-content .date-box p {
    color: var(--judges-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-page__single-content-inner {
    position: relative;
    display: block;
    background: var(--judges-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 35px 40px;
    border-radius: var(--judges-bdr-radius);
    border-top-left-radius: 0;
    z-index: 2;
}

.blog-page__single-content-inner .meta-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 33px;
}

.blog-page__single-content-inner .meta-box::before {
    position: absolute;
    left: -35px;
    bottom: 0;
    right: -35px;
    height: 2px;
    background: #f6f6f8;
    content: "";
}

.blog-page__single-content-inner .meta-box li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.blog-page__single-content-inner .meta-box li:last-child {
    margin-right: 0px;
}

.blog-page__single-content-inner .meta-box li .icon {
    position: relative;
    display: block;
}

.blog-page__single-content-inner .meta-box li .icon span {
    position: relative;
    display: inline-block;
}

.blog-page__single-content-inner .meta-box li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 15px;
    line-height: 15px;
}

.blog-page__single-content-inner .meta-box li .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
}

.blog-page__single-content-inner .meta-box li .text-box p {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.blog-page__single-content-inner .meta-box li .text-box p a {
    color: var(--judges-gray);
}

.blog-page__single-content-inner .meta-box li .text-box p a:hover {
    color: var(--judges-base);
}

.blog-page__single-content-inner h3 {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.blog-page__single-content-inner h3 a {
    color: var(--judges-black);
}

.blog-page__single-content-inner h3 a:hover {
    color: var(--judges-base);
}

.blog-page__single-content-inner p {
    margin: 0;
}

.blog-page__btn-box {
    position: relative;
    display: block;
    margin-top: 27px;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: var(--judges-gray);
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid var(--judges-bdr-color);
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--judges-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--judges-white);
    background: var(--judges-base);
    border-color: var(--judges-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--judges-gray);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--judges-white);
}

.styled-pagination li a span {
    position: relative;
    top: 0px;
    color: var(--judges-gray);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span,
.styled-pagination li.active a span {
    color: var(--judges-white);
}

/*--------------------------------------------------------------
# Blog Left Sidebar
--------------------------------------------------------------*/
.blog-left-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-left-sidebar__right {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    border-top: 1px solid var(--judges-bdr-color);
    border-bottom: 1px solid var(--judges-bdr-color);
    padding: 29px 0 29px;
    z-index: 1;
}

.brand-one.border-top-none {
    border-top: none;
}

.brand-one__left {
    position: relative;
    display: block;
}

.brand-one__text {
    font-size: 22px;
    color: var(--judges-black);
    font-weight: 500;
    line-height: 1.5em;
}

.brand-one__text span {
    color: var(--judges-base);
    font-weight: 700;
}

.brand-one__right {
    position: relative;
    display: block;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: block;
}

.brand-one__img {
    position: relative;
    display: block;
}

.brand-one__img img {
    width: auto !important;
    margin: 0 auto;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    filter: brightness(0.5);
}

.brand-one__img img:hover {
    filter: brightness(0.9);
    transform: scale(0.9);
}

/*--------------------------------------------------------------
# Case One
--------------------------------------------------------------*/
.case-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.case-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: var(--judges-primary);
    z-index: -1;
}

.case-one__top {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.case-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-one__top-inner .section-title {
    margin-bottom: 0;
}

.case-one__btn-box {
    position: relative;
    display: block;
}

.case-one__bottom {
    position: relative;
    display: block;
}

.case-one__bottom .container {
    max-width: 1720px;
}

.case-one__carousel {
    position: relative;
    display: block;
}

.case-one__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.case-one__bottom .owl-item:nth-child(even) .case-one__single-inner {
    margin-top: 30px;
}

.case-one__single-inner {
    position: relative;
    display: block;
}

.case-one__img-box {
    position: relative;
    display: block;
}

.case-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-black);
    z-index: 1;
}

.case-one__single:hover .case-one__img img {
    opacity: 0.5;
    transform: scaleX(1.05);
}

.case-one__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
}

.case-one__content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    padding: 108px 30px 32px;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 5;
}

.case-one__single:hover .case-one__content {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.case-one__content::before {
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 2px;
    background: var(--judges-base);
    content: "";
    transition: -webkit-transform 2.0s ease;
    transition: transform 2.0s ease;
    transition: transform 2.0s ease, -webkit-transform 2.0s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.case-one__single:hover .case-one__content::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.case-one__content::after {
    position: absolute;
    left: 0px;
    bottom: 43px;
    right: 55%;
    height: 2px;
    background: var(--judges-base);
    content: "";
    transition: transform 2000ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.case-one__single:hover .case-one__content::after {
    transform: scale(1, 1);
    transform-origin: left center;
}


.case-one__content-box {
    position: relative;
    display: block;
    text-align: right;
}

.case-one__content-box h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 700ms ease;
}

.case-one__content-box h3 a {
    color: var(--judges-black);
}

.case-one__single:hover .case-one__content-box h3 {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 700ms;
}

.case-one__content-box h3 a:hover {
    color: var(--judges-base);
}

.case-one__content-box p {
    font-size: 18px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 700ms ease;
}

.case-one__single:hover .case-one__content-box p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.case-one__icon-box {
    position: absolute;
    top: 40px;
    right: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 700ms ease;
    z-index: 2;
}

.case-one__single:hover .case-one__icon-box {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.case-one__icon-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-white);
    width: 45px;
    height: 45px;
    background-color: var(--judges-black);
    border-radius: 50%;
}

.case-one__icon-box a:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

/*--------------------------------------------------------------
# Case Two
--------------------------------------------------------------*/
.case-two {
    position: relative;
    display: block;
    padding: 90px 0 15px;
    z-index: 2;
}

.case-two .container {
    max-width: 1275px;
}

.case-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.case-two__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.case-two__img-box::before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 2px;
    background: var(--judges-base);
    content: "";
    transition: -webkit-transform 1.0s ease;
    transition: transform 1.0s ease;
    transition: transform 1.0s ease, -webkit-transform 1.0s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 2;
}

.case-two__single:hover .case-two__img-box::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.case-two__img-box::after {
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0;
    height: 2px;
    background: var(--judges-base);
    content: "";
    transition: transform 1000ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.case-two__single:hover .case-two__img-box::after {
    transform: scale(1, 1);
    transform-origin: left center;
}

.case-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.case-two__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--judges-black-rgb), .85);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.case-two__single:hover .case-two__img:before {
    opacity: 1;
    transform: translateY(0px);
}

.case-two__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.case-two__content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 0 30px 40px;
    z-index: 3;
}

.case-two__icon-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(-50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-two__single:hover .case-two__icon-box {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.case-two__icon-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-white);
    width: 45px;
    height: 45px;
    background-color: var(--judges-base);
    border-radius: 50%;
    margin-left: auto;
    font-size: 18px;
}

.case-two__icon-box a:hover {
    background-color: var(--judges-white);
    color: var(--judges-base);
}

.case-two__content-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-60px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-two__single:hover .case-two__content-box h3 {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 700ms;
}

.case-two__content-box h3 a {
    color: var(--judges-white);
}

.case-two__content-box h3 a:hover {
    color: var(--judges-base);
}

.case-two__content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--judges-base);
    font-weight: 600;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-two__single:hover .case-two__content-box p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

/*--------------------------------------------------------------
# Case Three
--------------------------------------------------------------*/
.case-three {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.case-three__bg-box {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 650px;
    background-color: #000000;
    z-index: -1;
}

.case-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
}

.case-three .container {
    max-width: 1780px;
}

.case-three .section-title__title {
    color: var(--judges-white);
}

.case-three__filter-box {
    position: relative;
    display: block;
    margin-bottom: 72px;
}

.case-three__filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.case-three__filter.style1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.case-three__filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--judges-gray);
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    background-color: var(--judges-primary);
    padding: 16px 30px 16px;
    border-radius: var(--judges-bdr-radius);
    text-transform: capitalize;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
}

.case-three__filter.style1 li .filter-text::before {
    content: "";
    background-color: var(--judges-base);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.case-three__filter.style1 li:hover .filter-text::before,
.case-three__filter.style1 li.active .filter-text::before {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.case-three__filter.style1 li:hover .filter-text,
.case-three__filter.style1 li.active .filter-text {
    color: var(--judges-white);
}


.case-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.case-three__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.case-three__img-box::before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 2px;
    background: var(--judges-base);
    content: "";
    transition: -webkit-transform 1.0s ease;
    transition: transform 1.0s ease;
    transition: transform 1.0s ease, -webkit-transform 1.0s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 2;
}

.case-three__single:hover .case-three__img-box::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.case-three__img-box::after {
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0;
    height: 2px;
    background: var(--judges-base);
    content: "";
    transition: transform 1000ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.case-three__single:hover .case-three__img-box::after {
    transform: scale(1, 1);
    transform-origin: left center;
}

.case-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.case-three__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--judges-black-rgb), .85);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.case-three__single:hover .case-three__img:before {
    opacity: 1;
    transform: translateY(0px);
}

.case-three__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.case-three__content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 0 30px 40px;
    z-index: 3;
}

.case-three__icon-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(-50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-three__single:hover .case-three__icon-box {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.case-three__icon-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-white);
    width: 45px;
    height: 45px;
    background-color: var(--judges-base);
    border-radius: 50%;
    margin-left: auto;
    font-size: 18px;
}

.case-three__icon-box a:hover {
    background-color: var(--judges-white);
    color: var(--judges-base);
}

.case-three__content-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-60px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-three__single:hover .case-three__content-box h3 {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 700ms;
}

.case-three__content-box h3 a {
    color: var(--judges-white);
}

.case-three__content-box h3 a:hover {
    color: var(--judges-base);
}

.case-three__content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--judges-base);
    font-weight: 600;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.case-three__single:hover .case-three__content-box p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}


/*--------------------------------------------------------------
# Case Details
--------------------------------------------------------------*/
.case-details {
    position: relative;
    display: block;
    padding: 70px 0 70px;
    z-index: 1;
}

.case-details__left {
    position: relative;
    display: block;
}

.case-details__img {
    position: relative;
    display: block;
}

.case-details__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.case-details__title-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 10px;
}

.case-details__title-2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: 700;
}

.case-details__text-and-img {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 31px;
    margin-bottom: 61px;
}

.case-details__text-img {
    position: relative;
    display: block;
}

.case-details__text-img img {
    width: auto;
    border-radius: var(--judges-bdr-radius);
}

.case-details__title-3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
}

.case-details__text-4 {
    margin-bottom: 15px;
}

.case-details__img-and-points {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.case-details__points-img {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
}

.case-details__points-img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.case-details__points {
    position: relative;
    display: block;

}

.case-details__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.case-details__points li+li {
    margin-top: 16px;
}

.case-details__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.case-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-base);
}

.case-details__points li p {
    color: var(--judges-black);
}

.case-details__sidebar {
    position: relative;
    display: block;
}

.case-details__information {
    position: relative;
    display: block;
    background-color: rgba(var(--judges-extra-rgb), .50);
    border-radius: var(--judges-bdr-radius);
    padding: 35px 35px 40px;
    margin-bottom: 60px;
}

.case-details__information-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}

.case-details__information-list {
    position: relative;
    display: block;
}

.case-details__information-list li {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    padding: 18px 30px 19px;
}

.case-details__information-list li+li {
    margin-top: 12px;
}

.case-details__information-list li h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--judges-black);
}

.case-details__get-started {
    position: relative;
    display: block;
    background-color: rgba(var(--judges-extra-rgb), .50);
    border-radius: var(--judges-bdr-radius);
    padding: 35px 40px 40px;
}

.case-details__get-started-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.case-details__get-started-text {
    margin-top: 18px;
    margin-bottom: 29px;
    color: var(--judges-black);
}

.case-details__get-started-points {
    position: relative;
    display: block;
}

.case-details__get-started-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.case-details__get-started-points li+li {
    margin-top: 11px;
}

.case-details__get-started-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.case-details__get-started-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-black);
}

.case-details__get-started-points li p {
    color: var(--judges-black);
    font-weight: 600;
}

.case-details__get-started-points li p a {
    color: var(--judges-black);
}

.case-details__get-started-points li p a:hover {
    color: var(--judges-base);
}

.case-details__get-started-btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.case-details__previous-next {
    position: relative;
    display: block;
    margin-top: 60px;
}

.case-details__previous-next ul {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgba(var(--judges-black-rgb), 0.1);
    padding: 15px 20px 15px;
    border-radius: var(--judges-bdr-radius);
}

.case-details__previous-next ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}

.case-details__previous-next ul li::before {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: -16px;
    width: 2px;
    background: rgba(var(--judges-black-rgb), 0.1);
    content: "";
}

.case-details__previous-next ul li:last-child:before {
    display: none;
}

.case-details__previous-next ul li:nth-child(2) {
    float: right;
    text-align: right;
}

.case-details__previous-next ul li:nth-child(2) .text-box {
    margin-left: 0px;
    margin-right: 20px;
}

.case-details__previous-next ul li:nth-child(2) .icon a {
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.case-details__previous-next ul li .icon {
    position: relative;
    display: block;
}

.case-details__previous-next ul li .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    background: var(--judges-base);
    color: var(--judges-white);
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
}

.case-details__previous-next ul li .icon a:hover {
    background: var(--judges-black);
}

.case-details__previous-next ul li .icon a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

.case-details__previous-next ul li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.case-details__previous-next ul li .text-box a {
    color: var(--judges-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.case-details__previous-next ul li .text-box a:hover {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Case Page
--------------------------------------------------------------*/
.case-page {
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    background-color: #000000;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    z-index: -1;
}

.contact-two__inner {
    position: relative;
    display: block;
}

.contact-two__inner .section-title__title {
    color: var(--judges-white);
    font-size: 45px;
}

.contact-two__form {
    position: relative;
    display: block;
}

.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--judges-white-rgb), .70);
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.contact-two__input-box .select-box {
    width: 100%;
}

.contact-two__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .70);
    font-weight: 400;
    border-radius: var(--judges-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.contact-two__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(var(--judges-white-rgb), .70);
    border-right: 2px solid rgba(var(--judges-white-rgb), .70);
    margin-top: 0px;
    z-index: 10;
}

.contact-two__input-box textarea {
    height: 200px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--judges-white-rgb), .70);
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.contact-two__input-box.text-message-box {
    height: 200px;
}

.contact-two__btn-box {
    position: relative;
    display: block;
}

.contact-two__btn-box .thm-btn {
    border: none;
    background-color: rgba(56, 65, 73, 0.70);
    color: rgba(var(--judges-white-rgb), .70);
}

.contact-two__btn-box .thm-btn:hover {
    border: none;
}

.contact-two__right {
    position: relative;
    display: block;
    margin-top: 160px;
    margin-left: 80px;
    margin-right: 120px;
}

.contact-two__info-box {
    position: relative;
    display: block;
    text-align: left;
    background-color: rgba(56, 65, 73, 0.70);
    padding: 32px 30px 27px;
    border-radius: var(--judges-bdr-radius);
    border-bottom: 5px solid var(--judges-base);
}

.contact-two__info-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    color: var(--judges-white);
    margin-bottom: 24px;
}

.contact-two__info-list {
    position: relative;
    display: block;
}

.contact-two__info-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-two__info-list li+li {
    margin-top: 20px;
}

.contact-two__info-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--judges-white-rgb), .30);
    border-radius: 5px;
    top: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__info-list li:hover .icon {
    background-color: var(--judges-base);
}

.contact-two__info-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__info-list li:hover .icon span {
    color: var(--judges-white);
}

.contact-two__info-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-two__info-list li .content p {
    color: var(--judges-white);
}

.contact-two__info-list li .content p a {
    color: var(--judges-white);
}

.contact-two__info-list li .content p a:hover {
    color: var(--judges-base);
}


/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.contact-info__single {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    background-color: rgba(var(--judges-extra-rgb), .30);
    text-align: center;
    padding: 40px 40px 41px;
    margin-bottom: 30px;
    min-height: 290px;
}

.contact-info__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--judges-white);
    border: 1px solid var(--judges-bdr-color);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--judges-black);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--judges-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--judges-white);
}


.contact-info__single p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-info__single h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--judges-black);
    text-transform: capitalize;
    font-family: var(--judges-font);
}

.contact-info__single h3 a {
    color: var(--judges-black);
}

.contact-info__single h3 a:hover {
    color: var(--judges-base)
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    border-radius: 20px;
    padding: 60px 0 60px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
    border-radius: 20px;
}

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 40px;
}

.contact-page__form-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1.44px;
    color: var(--judges-white);
    margin-bottom: 26px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    display: block;
    border-radius: 20px;
}

.contact-page__input-box .select-box {
    width: 100%;
}

.contact-page__input-box .nice-select {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--judges-gray);
    display: block;
    font-weight: 400;
    border-radius: 20px;
    line-height: 57px;
    float: none;
}

.contact-page__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--judges-gray);
    border-right: 2px solid var(--judges-gray);
    margin-top: 0px;
    z-index: 10;
}

.contact-page__input-box .nice-select .option {
    color: var(--judges-white);
}

.contact-page__input-box .nice-select .list {
    background-color: var(--judges-base);
}

.contact-page__input-box .nice-select .option:hover,
.contact-page__input-box .nice-select .option.focus,
.contact-page__input-box .nice-select .option.selected.focus {
    color: var(--judges-white);
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: var(--judges-gray);
    height: 175px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding: 15px 20px 30px;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.contact-page__input-box.text-message-box {
    height: 175px;
}


.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    border: none;
    background-color: var(--judges-white);
}

.contact-page__btn-box .thm-btn:hover {
    border: none;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.counter-one__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 530px;
    background-color: var(--judges-black);
    z-index: -1;
}

.counter-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.counter-one__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 62px;
}

.counter-one__top .section-title {
    margin-bottom: 0;
}

.counter-one__top .section-title__title {
    color: var(--judges-white);
}

.counter-one__btn-box {
    position: relative;
    display: block;
}

.counter-one__btn-box .thm-btn {
    color: var(--judges-base);
}

.counter-one__bottom {
    position: relative;
    display: block;
}

.counter-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    width: 115px;
    background-color: var(--judges-base);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    margin: 0 auto -45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.counter-one__single:hover .counter-one__icon {
    background-color: var(--judges-white);
    transition-delay: 500ms;
}

.counter-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--judges-white);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.counter-one__single:hover .counter-one__icon:before {
    transform: scaleX(1);
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 52px;
    color: var(--judges-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.counter-one__single:hover .counter-one__icon span {
    color: var(--judges-base);
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.counter-one__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 69px 20px 40px;
    border-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.counter-one__count-box h3 {
    color: var(--judges-black);
    font-size: 60px;
    line-height: 60px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--judges-font) !important;
}

.counter-one__count-box span {
    color: var(--judges-black);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--judges-font);
}

.counter-one__text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--judges-primary);
    padding: 12px 25px 12px;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    font-weight: 700;
    color: var(--judges-black);
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
    border-radius: var(--judges-bdr-radius);
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
    position: relative;
    display: block;
    /* overflow: hidden; */
    /* padding: 180px 0 60px; */
    /* background-color: var(--judges-primary);
    backdrop-filter: blur(2px); */
    /* margin-top: -210px; */
    z-index: 1;
    margin-top: 40px;
padding: 30px;


    background: rgb(10 12 18 / 36%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 194, 92, 0.15);

    border-radius: 20px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 8px 30px rgba(0,0,0,0.35);

}

.counter-two__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-right: 1px solid #b2ab9e36;
}

/* Last box par border remove */
/* .counter-two__single:last-child {
    border-right: none;
} */


/* Inner black circle */
.counter-two__icon  .inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    background: radial-gradient(
        circle at top,
        #15191f,
        #07090d 70%
    );

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        inset 0 4px 12px rgba(255,255,255,0.05),
        inset 0 -8px 15px rgba(0,0,0,0.5);
}

/* Icon */
.icon-circle .icon-scales-of-justice {
    font-size: 32px;

    background: linear-gradient(
        180deg,
        #ffe9a6,
        #d8a94b
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: linear-gradient(
        180deg,
        #f7d884 0%,
        #b87b1f 50%,
        #ffe9a6 100%
    );
    padding: 2px;
    box-shadow:
    0 0 20px rgba(255, 196, 92, 0.18),
    inset 0 1px 1px rgba(255,255,255,0.2);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.counter-two__single:hover .counter-two__icon {
    background-color: var(--judges-white);
    transition-delay: 500ms;
}

.counter-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    /* background-color: var(--judges-white); */
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.counter-two__single:hover .counter-two__icon:before {
    transform: scaleX(1);
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--judges-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.counter-two__single:hover .counter-two__icon span {
    color: var(--judges-base);
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.counter-two__content {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 25px;
    /* background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 20px 20px 20px;
    border-radius: var(--judges-bdr-radius); */
    transition: all 500ms ease;
    z-index: 1;
}
.stats-number  , .counter-two__count-box span{
    /* font-size: 52px;
    font-weight: 700;
    line-height: 1; */

    /* background: linear-gradient(
        180deg,
        #f9d77a 0%,
        #d8a94b 45%,
        #fff0b2 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    text-shadow:
        0 2px 10px rgba(255, 194, 92, 0.18); */
        color: #e3b564;
}
.counter-two__count-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}

.counter-two__count-box h3 {
    color: var(--judges-black);
    font-size: 30px;
    line-height: 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--judges-font) !important;
}

/* .counter-two__count-box span {
    color: var(--judges-black);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--judges-font);
} */

.counter-two__text {
    position: relative;
    display: inline-flex;
    align-items: center;
    /* font-family: var(--judges-font-two); */
    text-transform: capitalize;
    font-weight: 400;
    color: #fff8f8;
    font-size: 18px;
    line-height: 20px;
    margin-top: 4px;
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--judges-black);
    padding: 60px 0 86px;
    z-index: 1;
}

.counter-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.counter-three__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.counter-three__list li {
    position: relative;
    display: block;
}

.counter-three__single {
    position: relative;
    display: block;
}

.counter-three__count-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.counter-three__count-box h3 span {
    font-size: 60px;
    color: var(--judges-white);
    font-family: var(--judges-font-two) !important;
    line-height: 1.1em;
    font-weight: 700;
}

.counter-three__count-plus {
    font-size: 60px;
    color: var(--judges-white);
    font-family: var(--judges-font-two);
    line-height: 1.1em;
    font-weight: 700;
}

.counter-three__text {
    font-size: 25px;
    line-height: 30px;
    color: var(--judges-base);
    font-weight: 700;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    margin-top: 20px;
}

.counter-three__list .odometer-formatting-mark {
    display: none;
}


/***
=============================================
Error Page
=============================================
***/
.error-page {
    position: relative;
    display: block;
    background: var(--judges-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.error-page__inner {
    position: relative;
    display: block;
}

.error-page__img {
    position: relative;
    display: block;
    mix-blend-mode: difference;
}

.error-page__img img {
    width: auto;
}

.error-page__content {
    position: relative;
    display: block;
    margin-top: 62px;
}

.error-page__content h2 {
    color: var(--judges-base);
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.error-page__content p {
    color: var(--judges-black);
    margin: 0;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 21px;
}

/*==============================================
    FAQ One
===============================================*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 2;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: -30px;
}

.faq-one__img-box {
    position: relative;
    display: block;
    margin-right: 196px;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.faq-one__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.faq-one__right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 30px 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: var(--judges-black);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-right: 40px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--judges-base);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e916";
    font-family: 'icomoon' !important;
    font-size: 18px;
    color: var(--judges-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 18px;
    border-radius: 50%;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--judges-base);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e916";
    color: var(--judges-white);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -2px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-weight: 500;
}


.legal-box{
    background:
    radial-gradient(circle at top right, rgba(200,155,69,0.10), transparent 25%),
    radial-gradient(circle at bottom left, rgba(200,155,69,0.06), transparent 20%),
    #050505;

    border-radius:17px;
    padding:40px;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(200,155,69,0.12);
}

.shape-circle{
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(200,155,69,0.06);
    border-radius:50%;
    top:-100px;
    right:-100px;
}

.top-heading{
    color:#fff;
    line-height:1.4;
    margin-bottom:35px;
}

.main-heading{
    color:#e3b564;
    font-weight:700;
    margin-bottom:12px;
}

.sub-text{
    color:#d0d0d0;
    font-size:19px;
    margin-bottom:15px;
}

.legal-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.05);
    border-radius:18px;
    padding:20px 17px;
    color:#fff;
    font-size:17px;
    font-weight:500;
    transition:0.3s;
    height:100%;
    backdrop-filter:blur(6px);
}

.legal-card:hover{
    transform:translateY(-5px);
    background:#c89b45;
    color:#000;
}

.bottom-text{
    color:#f1f1f1de;
    margin-top:30px;
    margin-bottom:0;
}
/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.faq-page .faq-page__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    counter-reset: count;
    z-index: 1;
}

.feature-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--judges-bdr-color);
    border-radius: var(--judges-bdr-radius);
    padding: 30px 30px 22px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover {
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.04);
    transform: translateY(-10px);
}

.feature-one__count {
    position: absolute;
    top: 20px;
    right: 30px;
}

.feature-one__count:before {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: .8em;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px var(--judges-extra);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__count:before {
    -webkit-text-stroke: 1px var(--judges-base);
    color: var(--judges-base);
}

.feature-one__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.feature-one__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 15px;
}

.feature-one__title a {
    color: var(--judges-black);
}

.feature-one__title a:hover {
    color: var(--judges-base);
}

.feature-one__text {
    margin-bottom: 8px;
}

.feature-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--judges-base);
}

.feature-one__read-more span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    top: 2px;
}

.feature-one__read-more:hover {
    color: var(--judges-black);
}

/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: difference;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.site-footer__shape-1 img {
    width: auto;
}

.site-footer__shape-2 {
    position: absolute;
    bottom: -30px;
    right: 0;
    mix-blend-mode: difference;
    z-index: -1;
    opacity: 0.07;
}

.site-footer__shape-2 img {
    width: auto;
}

.site-footer__shape-3 {
    position: absolute;
    top: 150px;
    left: -80px;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: soft-light;
}

.site-footer__shape-3 img {
    width: auto;
}

.site-footer__top {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 1;
}

.site-footer__bg-color {
    position: absolute;
    top: 0;
    left: -10000000px;
    bottom: -500px;
    right: -50px;
    background-color: rgba(var(--judges-base-rgb), 0.15);
    z-index: -1;
}

.footer-widget__logo {
    position: relative;
    display: block;
}
.footer-widget__logo a img {
    height: 100px;
}
.footer-widget__about-text {
    color: rgba(var(--judges-white-rgb), .80);
    margin-top: 20px;
    margin-bottom: 22px;
}

.footer-widget__working-box {
    position: relative;
    display: block;
}

.footer-widget__working-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--judges-white);
    margin-bottom: 15px;
}

.footer-widget__working-hour {
    position: relative;
    display: block;
}

.footer-widget__working-hour li {
    position: relative;
    display: block;
}

.footer-widget__working-hour li+li {
    margin-top: 18px;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .30);
    padding-top: 18px;
}

.footer-widget__working-hour li p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(var(--judges-white-rgb), .80);
}

.footer-widget__right {
    position: relative;
    display: block;
    margin-left: 75px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--judges-white);
    text-transform: capitalize;
}

.footer-widget__right-bottom {
    position: relative;
    display: block;
}

.footer-widget__usefull-link {
    position: relative;
    display: block;
}

.footer-widget__link-box {
    position: relative;
    display: block;
}

.footer-widget__link {
    position: relative;
    display: block;
}

.footer-widget__link li {
    position: relative;
    display: block;
}

.footer-widget__link li+li {
    margin-top: 12px;
}

.footer-widget__link li a {
    color: rgba(var(--judges-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__link li a:hover {
    color: var(--judges-base);
}

.footer-widget__link-2 {
    margin-left: 55px;
}

.footer-widget__services {
    position: relative;
    display: block;
}

.footer-widget__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0 57px;
    margin-bottom: 30px;
    z-index: 1;
}

.footer-widget__newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55px;
    right: -100000000px;
    bottom: 0;
    background-color: rgba(var(--judges-base-rgb), .10);
    z-index: -1;
}

.footer-widget__newsletter-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--judges-white);
}

.footer-widget__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 1;
}

.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    max-width: 280px;
    width: 100%;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 58px;
    width: 100%;
    background-color: rgba(var(--judges-white-rgb), .10);
    outline: none;
    border: none;
    color: rgba(var(--judges-white-rgb), .80);
    font-weight: 400;
    line-height: 58px;
    border-radius: 29px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-widget__newsletter-form .thm-btn {
    border: none;
    background-color: var(--judges-white);
}

.footer-widget__newsletter-form .thm-btn:hover {
    border: none;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-widget__contact li+li {
    margin-top: 14px;
}

.footer-widget__contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(var(--judges-white-rgb), .15);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon {
    background-color: var(--judges-base);
}

.footer-widget__contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon span {
    color: var(--judges-white);
}

.footer-widget__contact li .content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget__contact li .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--judges-white);
}

.footer-widget__contact li .content p {
    color: rgba(var(--judges-white-rgb), .80)
}

.footer-widget__contact li .content p a {
    color: rgba(var(--judges-white-rgb), .80)
}

.footer-widget__contact li .content p a:hover {
    color: var(--judges-base);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .20);
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    background-color: rgba(var(--judges-white-rgb), .10);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--judges-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a+a {
    margin-left: 10px;
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .10);
    z-index: 1;
}

.site-footer__bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 20%;
    bottom: 0;
    top: 0;
    background-color: var(--judges-black);
    z-index: -1;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 0 25px;
}

.site-footer__bottom-text {
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer__bottom-text a {
    color: var(--judges-base);
    font-weight: 600;
}

.site-footer__bottom-text a:hover {
    color: var(--judges-white);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer-two__shape-1 {
    position: absolute;
    left: -30px;
    top: 70px;
    opacity: 0.7;
    mix-blend-mode: soft-light;
    z-index: -1;
}

.site-footer-two__shape-1 img {
    width: auto;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: -30px;
    right: 0;
    mix-blend-mode: difference;
    z-index: -1;
    opacity: 0.07;
}

.site-footer-two__shape-2 img {
    width: auto;
}

.site-footer-two__top {
    position: relative;
    display: block;
    padding: 116px 0 82px;
}

.footer-widget-two__about {
    position: relative;
    display: block;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
    margin-top: -4px;
}

.footer-widget-two__about-text {
    margin-top: 25px;
    margin-bottom: 36px;
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.site-footer-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    background-color: rgba(var(--judges-white-rgb), .10);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-two__social a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.site-footer-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--judges-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer-two__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-two__social a+a {
    margin-left: 10px;
}

.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-widget-two__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    color: var(--judges-white);
    text-transform: capitalize;
}

.footer-widget-two__usefull-link {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-widget-two__link-box {
    position: relative;
    display: flex;
}

.footer-widget-two__link {
    position: relative;
    display: block;
}

.footer-widget-two__link li {
    position: relative;
    display: block;
}

.footer-widget-two__link li+li {
    margin-top: 12px;
}

.footer-widget-two__link li a {
    color: rgba(var(--judges-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__link li a:hover {
    color: var(--judges-base);
}

.footer-widget-two__link-2 {
    margin-left: 55px;
}

.footer-widget-two__services {
    position: relative;
    display: block;
}

.footer-widget-two__instagram {
    position: relative;
    display: block;
}

.footer-widget-two__instagram-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 9px;
}

.footer-widget-two__instagram-list li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget-two__instagram-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.footer-widget-two__instagram-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--judges-black-rgb), .50);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img:before {
    transform: translateY(0%);
}

.footer-widget-two__instagram-img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget-two__instagram-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--judges-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget-two__instagram-list li .footer-widget-two__instagram-img a:hover {
    color: var(--judges-base);
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--judges-white-rgb), .10);
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 33px 0 29px;
}

.site-footer-two__bottom-text {
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__bottom-text a {
    font-weight: 500;
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-text a:hover {
    color: var(--judges-white);
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 6px;
    left: -10px;
    width: 1px;
    background-color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__bottom-menu li:first-child:before {
    display: none;
}

.site-footer-two__bottom-menu li+li {
    margin-left: 20px;
}

.site-footer-two__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--judges-base);
    padding: 45px 0 48px;
    z-index: 1;
}

.newsletter-one__big-text {
    font-weight: 700;
    font-size: 150px;
    line-height: .8em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--judges-font-two);
    text-transform: uppercase;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.newsletter-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsletter-one__left {
    position: relative;
    display: block;
}

.newsletter-one__title {
    font-size: 55px;
    line-height: 1em;
    font-weight: 700;
    color: var(--judges-white);
    text-transform: capitalize;
    margin-bottom: 18px;
}

.newsletter-one__text {
    font-size: 18px;
    font-weight: 500;
    color: var(--judges-white);
}

.newsletter-one__right {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
}

.newsletter-one__form {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter-one__input {
    position: relative;
    display: block;
    max-width: 479px;
    width: 100%;
}

.newsletter-one__input input[type="email"] {
    font-size: 16px;
    color: var(--judges-white);
    font-weight: 500;
    height: 58px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--judges-white);
    border-radius: 30px;
    outline: none;
    padding: 0 30px 0;
}

.newsletter-one__form .thm-btn {
    border: none;
    margin-left: 15px;
    background-color: var(--judges-primary);
}

.newsletter-one__form .thm-btn:hover {
    border: none;
}

.newsletter-one__form .thm-btn::before {
    background-color: var(--judges-black);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 180px 0px 193px;
    overflow: hidden;
    background-color: var(--judges-black);
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.10;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
}

.page-header__inner h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--judges-white);
    margin-bottom: 20px;
}

.thm-breadcrumb__box {
    position: relative;
    display: block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.thm-breadcrumb li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    top: 3px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a i {
    position: relative;
    display: inline-block;
    padding-right: 7px;
}

.thm-breadcrumb li:hover a {
    color: var(--judges-base);
}

.thm-breadcrumb li.active {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
    position: relative;
    display: block;
    padding: 0px 0 90px;
    z-index: 2;
}

.pricing-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-one__shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.pricing-one__shape-2 {
    position: absolute;
    top: -65px;
    right: -145px;
    z-index: -1;
}

.pricing-one__shape-2 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.pricing-one__main-tab-box {
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 10px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: var(--judges-gray);
    background-color: var(--judges-primary);
    border: 1px solid rgba(var(--judges-black-rgb), .05);
    padding: 12px 25px 12px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    transition: all 0.5s linear;
    z-index: 1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
    transition: all 0.3s ease;
    z-index: -1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.pricing-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.pricing-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.pricing-one__single:hover {
    background-color: var(--judges-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}
#legal .pricing-one__single-inner{
    min-height: 800px;
}
.pricing-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: var(--judges-bdr-radius);
    border: 2px solid rgba(var(--judges-black-rgb), .05);
    border-top: 1px solid rgba(var(--judges-black-rgb), .05);
    border-bottom: 1px solid rgba(var(--judges-black-rgb), .05);
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 38px 30px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    min-height: 750px;
}

.pricing-one__single:hover .pricing-one__single-inner {
    border: 2px solid transparent;
    border-top: 1px solid var(--judges-base);
    border-bottom: 1px solid transparent;
}

.pricing-one__price-box {
    position: relative;
    display: block;
    text-align: left;
    padding-bottom: 16px;
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(var(--judges-black-rgb), .05);
}

.pricing-one__price-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
}

.pricing-one__price {
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    color: var(--judges-base);
    margin-top: 18px;
    text-transform: capitalize;
}

.pricing-one__price span {
    font-size: 18px;
    font-weight: 600;
}

.pricing-one__text {
    font-size: 16px;
    line-height: 28px;
}
.pricing-one__single h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: var(--judges-base);
   
    text-transform: capitalize;
    text-align: start;
}
.pricing-one__points-list {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.pricing-one__points-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__points-list li+li {
    margin-top: 9px;
}

.pricing-one__points-list li .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.pricing-one__points-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: green;
}

/* .pricing-one__points-list li:first-child i {
    color: var(--judges-base);
} */

.pricing-one__points-list li i {
    color:green;
}

/* .pricing-one__single-2 .pricing-one__points-list li:nth-child(3) i {
    color: var(--judges-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(3) i {
    color: var(--judges-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(4) i {
    color: var(--judges-base);
} */

.pricing-one__points-list li .text {
    margin-left: 20px;
}
.pricing-one__points-list li .text p {
    text-align: left;
}
.pricing-one__points-list li .text p {
    font-size: 16px;
    /* line-height: 12px; */
}

.pricing-one__most-popular {
    position: absolute;
    top: 0;
    border-radius: 0px 0px 15px 15px;
    background: rgba(var(--judges-black-rgb), 1);
    left: 50%;
    padding: 2px 17px 3px;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
        -webkit-transform 700ms ease;
}

.pricing-one__single:hover .pricing-one__most-popular {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px) translateX(-50%);
}

.pricing-one__most-popular p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--judges-base);
}

.pricing-one__btn-box {
    position: relative;
    display: block;
}

.pricing-one__btn-box .thm-btn {
    width: 70%;
    justify-content: space-between;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
    padding: 120px 0 90px;
}


/*--------------------------------------------------------------
# Process Two
--------------------------------------------------------------*/
.process-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 118px 0 40px;
    counter-reset: count;
    z-index: 1;
}

.process-one__shape-4 {
    position: absolute;
    top: 108px;
    left: -73px;
    opacity: .02;
    z-index: -1;
}

.process-one__shape-4 img {
    width: auto;
}

.process-one__inner {
    position: relative;
    display: block;
}

.process-one__inner li:nth-child(1) {
    margin-top: 110px;
}

.process-one__inner li:nth-child(3) {
    margin-top: 110px;
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
}

.process-one__shape-1 {
    position: absolute;
    top: -165px;
    right: 0;
    height: 300px;
    border: 1px dashed var(--judges-bdr-color);
    transform: rotate(62deg);
    z-index: -1;
}

.process-one__shape-2 {
    position: absolute;
    bottom: -25px;
    right: 0;
    height: 320px;
    border: 1px dashed var(--judges-bdr-color);
    transform: rotate(-71deg);
    z-index: -1;
}

.process-one__shape-3 {
    position: absolute;
    top: -165px;
    right: 0;
    height: 300px;
    border: 1px dashed var(--judges-bdr-color);
    transform: rotate(62deg);
    z-index: -1;
}

.process-one__icon-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 0;
    z-index: 1;
}

.process-one__count {
    position: absolute;
    top: 0;
    left: -16px;
    height: 35px;
    width: 35px;
    z-index: 2;
}

.process-one__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--judges-white);
    background-color: var(--judges-base);
    border-radius: 50%;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.process-one__inner li:hover .process-one__count:before {
    color: var(--judges-base);
    background-color: var(--judges-white);
    box-shadow: 0px 0px 5px 1px #F7F7F7;
}

.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--judges-white);
    border: 1px solid var(--judges-base);
    border-radius: 50%;
    margin: 0 auto 0;
    overflow: hidden;
    z-index: 1;
}

.process-one__icon:before {
    content: "";
    position: absolute;
    bottom: -45px;
    right: -34px;
    height: 80px;
    width: 80px;
    background-color: rgba(var(--judges-base-rgb), .20);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.process-one__inner li:hover .process-one__icon:before {
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--judges-base-rgb), 1);
}

.process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--judges-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.process-one__inner li:hover .process-one__icon span {
    color: var(--judges-white);
    transform: scale(1.2);
}

.process-one__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 13px;
    margin-bottom: 14px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.services-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 625px;
    background-color: var(--judges-primary);
    z-index: -1;
}

.services-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    height: 625px;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    mix-blend-mode: luminosity;
}

.services-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.services-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--judges-primary);
    border: 1px solid var(--judges-bdr-color);
    padding: 20px 19px 20px;
    border-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover {
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.04);
    transform: translateY(-10px);
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.services-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--judges-black-rgb), 0.6);
    border-radius: var(--judges-bdr-radius);
    opacity: 0;
    z-index: 1;
    content: "";
}

.services-one__single:hover .services-one__img::before {
    opacity: 1;
}

.services-one__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.services-one__single:hover .services-one__img img {
    transform: scale(1);
}

.services-one__content {
    position: relative;
    display: block;
    margin-top: -40px;
    margin-bottom: 20px;
    padding: 0 20px 0;
}

.services-one__count {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 80px;
    line-height: .8em;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px var(--judges-extra);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__count {
    -webkit-text-stroke: 1px var(--judges-base);
    color: var(--judges-base);
}

.services-one__icon {
    position: relative;
    height: 80px;
    width: 80px;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 15px;
    z-index: 2;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--judges-base);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: var(--judges-white);
}

.services-one__title {
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 14px;
    font-weight: 700;
}

.services-one__title a {
    color: var(--judges-black);
}

.services-one__title a:hover {
    color: var(--judges-base);
}

.services-one__text {
    margin-bottom: 17px;
}

.services-one__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-white);
    background-color: var(--judges-base);
    padding: 6px 20px;
    border-radius: var(--judges-bdr-radius);
}

.services-one__btn:hover {
    background-color: var(--judges-black);
    color: var(--judges-white);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    background-color: #000000;
    z-index: 1;
}

.services-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    z-index: -1;
}

.services-two .section-title__title {
    color: var(--judges-white);
}

.services-two__single {
    min-height: 350px;
    position: relative;
    display: block;
    text-align: center;
    background: rgba(46, 52, 58, .80);
    padding: 30px 35px 22px;
    border-radius: var(--judges-bdr-radius);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-two__single:hover {
    transform: translateY(-10px);
}

.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    margin: 0 auto 0;
    background-color: rgba(var(--judges-base-rgb), .10);
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.services-two__title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 8px;
}

.services-two__title a {
    color: var(--judges-white);
}

.services-two__title a:hover {
    color: var(--judges-base);
}

.services-two__text {
    margin-bottom: 4px;
}

.services-two__read-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--judges-base);
    gap: 5px;
    font-size: 17px;
}

.services-two__read-more span {
    font-size: 18px;
    font-weight: 700;
}

.services-two__read-more:hover {
    color: var(--judges-white);
}


/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 90px 0 170px;
    z-index: 1;
}

.services-three .section-title {
    margin-bottom: 98px;
}

.services-three__carousel {
    position: relative;
    display: block;
}

.services-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.services-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 49px 20px 41px;
    border-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-three__single:hover {
    transform: translateY(-10px);
}

.services-three__icon {
    position: absolute;
    top: -40px;
    left: 40px;
    height: 80px;
    width: 80px;
    background-color: rgba(var(--judges-base-rgb), .90);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 15px;
    border-top-left-radius: 0;
    z-index: 2;
}

.services-three__single:hover .services-three__icon {
    background-color: rgba(var(--judges-black-rgb), .90);
}

.services-three__icon::before {
    position: absolute;
    top: 0;
    left: -40px;
    border-bottom: 40px solid var(--judges-base);
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon::before {
    border-bottom: 40px solid var(--judges-black);
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--judges-white);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: var(--judges-white)
}

.services-three__title {
    font-size: 25px;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 14px;
    font-weight: 700;
}

.services-three__title a {
    color: var(--judges-black);
}

.services-three__title a:hover {
    color: var(--judges-base);
}

.services-three__text {
    margin-bottom: 17px;
}

.services-three__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-white);
    background-color: var(--judges-base);
    padding: 6px 20px;
    border-radius: var(--judges-bdr-radius);
}

.services-three__btn:hover {
    background-color: var(--judges-black);
    color: var(--judges-white);
}


.services-three__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--judges-base);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.services-three__carousel.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--judges-black);
}

.services-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.services-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.service-details__title-1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 41px;
    margin-bottom: 15px;
}

.service-details__text-1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: var(--judges-black);
}

.service-details__text-2 {
    margin-top: 20px;
    margin-bottom: 41px;
}

.service-details__points-list {
    position: relative;
    display: block;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-details__points-list li+li {
    margin-top: 16px;
}

.service-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--judges-base);
}

.service-details__points-list li p {
    color: var(--judges-black);
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 60px;
}

.service-details__img-box-single {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    z-index: 1;
}

.service-details__img-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    border-radius: 20px;
    transition: all 0.5s ease;
    z-index: 1;
}

.service-details__img-box-img:hover:before {
    opacity: 0.2;
}

.service-details__img-box-img img {
    width: 100%;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.service-details__img-box-img:hover img {
    transform: scale(1.06) rotate(0deg);
}

.service-details__img-box-content-single {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.service-details__img-box-content-icon-and-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-details__img-box-content-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__img-box-content-icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--judges-base);
}

.service-details__img-box-content-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.service-details__img-box-content-text {
    margin-top: 17px;
}

.service-details__faq-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__services-box {
    position: relative;
    display: block;
    padding: 31px 35px 40px;
    background-color: rgba(var(--judges-extra-rgb), .30);
    border-radius: var(--judges-bdr-radius);
}

.service-details__services-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 28px;
}

.service-details__services-list {
    position: relative;
    display: block;
}

.service-details__services-list li {
    position: relative;
    display: block;
}

.service-details__services-list li+li {
    margin-top: 12px;
}

.service-details__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    padding: 13px 20px 14px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
    overflow: hidden;
    z-index: 1;
}

.service-details__services-list li:hover a {
    color: var(--judges-white);
}

.service-details__services-list li.active a {
    color: var(--judges-white);
}

.service-details__services-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--judges-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.service-details__services-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__services-list li.active a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__services-list li a span {
    color: #6E777D;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__services-list li:hover a span {
    color: var(--judges-white);
}

.service-details__services-list li.active a span {
    color: var(--judges-white);
}




.service-details__sidebar-download-box {
    position: relative;
    display: block;
    padding: 31px 35px 40px;
    background-color: rgba(var(--judges-extra-rgb), .30);
    border-radius: var(--judges-bdr-radius);
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-details__sidebar-single-download {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--judges-base-rgb), .30);
    padding: 14px 0px 14px;
    line-height: 0;
}

.service-details__sidebar-single-download ul li:first-child {
    padding-top: 0px;
}

.service-details__sidebar-single-download ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.service-details__sidebar-single-download ul li .content-box {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__sidebar-single-download ul li .content-box .icon {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li .content-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--judges-black);
    font-size: 45px;
    line-height: 45px;
}

.service-details__sidebar-single-download ul li .content-box .text-box {
    position: relative;
    display: block;
    margin-left: 17px;
    flex: 1;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a {
    color: var(--judges-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a:hover {
    color: var(--judges-base);
}

.service-details__sidebar-single-download ul li .content-box .text-box p {
    color: var(--judges-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box p a {
    color: var(--judges-black);
}

.service-details__sidebar-single-download ul li .content-box .text-box p a:hover {
    color: var(--judges-base);
}

.service-details__sidebar-single-download ul li .btn-box {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--judges-base);
    border-radius: 2px;
    overflow: hidden;
}

.service-details__sidebar-single-download ul li .btn-box a:hover {
    background: var(--judges-black);
}

.service-details__sidebar-single-download ul li .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    font-size: 20px;
    line-height: 20px;
}




.service-details__sidebar-contact {
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 47px;
    background-color: rgba(var(--judges-extra-rgb), .30);
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.service-details__sidebar-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--judges-base);
    height: 305px;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    content: "";
    z-index: -2;
}

.service-details__sidebar-contact::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--judges-black);
    height: 295px;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    content: "";
    z-index: -1;
}

.service-details__sidebar-contact-img {
    position: relative;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    z-index: 1;
}

.service-details__sidebar-contact-img .inner {
    position: relative;
    display: block;
}

.service-details__sidebar-contact-img .inner img {
    width: auto;
}

.service-details__sidebar-contact-content {
    position: relative;
    display: block;
    margin-top: -65px;
    z-index: 2;
}

.service-details__sidebar-contact-content .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: var(--judges-black);
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-details__sidebar-contact-content .icon span {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    font-size: 20px;
    line-height: 20px;
}

.service-details__sidebar-contact-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 13px;
    font-family: var(--judges-font);
    color: var(--judges-black);
}

.service-details__sidebar-contact-content h2 a {
    color: var(--judges-black);
}

.service-details__sidebar-contact-content h2 a:hover {
    color: var(--judges-base);
}

.service-details__sidebar-contact-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.services-page .services-one__single {
    margin-bottom: 30px;
}

/***
=============================================
Product
=============================================
***/
.product {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single+.product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    margin-bottom: 22px;
    padding-left: 27px;
}

.product__sidebar-title::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: var(--judges-base);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
    position: relative;
    display: block;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 30px 30px 30px;
    border-radius: var(--judges-bdr-radius);
}

.shop-search form {
    position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
    width: 100%;
    height: 60px;
    background-color: var(--judges-white);
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    color: var(--judges-gray);
    font-family: var(--judges-font);
    border: none;
    outline: none;
    font-weight: 500;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.shop-search form button[type="submit"] {
    background-color: var(--judges-base);
    color: var(--judges-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
    background-color: var(--judges-black);
    color: var(--judges-white);
}

.product__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: rgba(var(--judges-extra-rgb), .30);
    border-radius: var(--judges-bdr-radius);
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--judges-white);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--judges-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--judges-base);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--judges-black);
    float: right;
    text-align: center;
    border: none;
    color: var(--judges-white);
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--judges-gray);
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--judges-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
}


.shop-category {
    position: relative;
    display: block;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 29px 30px 30px;
    border-radius: var(--judges-bdr-radius);
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--judges-gray);
    margin-bottom: 15px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--judges-gray);
    font-weight: 500;
    border-radius: 10px;
    background-color: var(--judges-white);
    padding: 13px 15px 13px;
    transition: all 0.3s ease;
    z-index: 1;
}

.shop-category ul li:hover a {
    color: var(--judges-base);
}

.shop-category ul li a:after {
    position: absolute;
    right: 5px;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background-color: var(--judges-base);
    font-family: 'icomoon' !important;
    content: "\e916";
    opacity: 1;
    font-size: 15px;
    color: var(--judges-white);
    line-height: 30px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-product-tags {
    position: relative;
    display: block;
    background: rgba(var(--judges-extra-rgb), .30);
    padding: 25px 30px 30px;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.shop-product-tags .product__sidebar-title {
    margin-left: 5px;
}

.shop-product__tags-list {
    margin-top: -10px;
}

.shop-product__tags-list a {
    font-size: 12px;
    color: var(--judges-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--judges-white);
    display: inline-block;
    padding: 5px 20px 5px;
    margin-left: 5px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.shop-product__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.shop-product__tags-list a:hover {
    color: var(--judges-white);
    background: var(--judges-base);
}


.sidebar-rating-box {
    position: relative;
    display: block;
}

.sidebar-rating-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 0;
}

.sidebar-rating-box ul li {
    position: relative;
    display: block;
}

.sidebar-rating-box ul li+li {
    margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sidebar-rating-box ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffc009;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
    color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid var(--judges-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--judges-base);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
    border-color: var(--judges-base);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}

.shop-product-recent-products {
    position: relative;
    display: block;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 29px 30px 27px;
    border-radius: var(--judges-bdr-radius);
}

.shop-product-recent-products ul {
    position: relative;
    display: block;
    padding-left: 0;
}

.shop-product-recent-products ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-product-recent-products ul li .img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--judges-black-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}

.shop-product-recent-products ul li:hover .img::before {
    opacity: 1;
}

.shop-product-recent-products ul li .img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
    transform: scale(1);
}

.shop-product-recent-products ul li .img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-white);
    font-size: 16px;
    line-height: 0;
    transform: translateY(10px) scale(0);
    z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
    transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
    color: var(--judges-base);
    transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
    position: relative;
    display: block;
}

.shop-product-recent-products ul li .content .title h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-product-recent-products ul li .content .title h5 a {
    color: var(--judges-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h5 a:hover {
    color: var(--judges-base);
}

.shop-product-recent-products ul li .content .price {
    position: relative;
    display: block;
    padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
    color: var(--judges-base);
}

.shop-product-recent-products ul li .content .review {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-product-recent-products ul li .content .review i {
    color: #ffc009;
    font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
    color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i+i {
    margin-left: 5px;
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 130px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 400;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort .select-box .nice-select {
    background-color: rgba(var(--judges-extra-rgb), .30);
    color: var(--judges-gray);
    font-size: 16px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.product__all {
    position: relative;
    display: block;
}

.product__all-tab {
    position: relative;
    display: block;
}

.product__all-tab-button {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 5;
}

.product__all-tab-button ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 15px 15px 15px;
    border-radius: var(--judges-bdr-radius);
}

.product__all-tab-button ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 3px;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
    background-color: var(--judges-base);
}

.product__all-tab-button ul li+li {
    margin-left: 10px;
}

.product__all-tab-button-icon {
    position: relative;
    display: block;
    color: var(--judges-base);
    font-size: 18px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
    transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
    color: var(--judges-white);
}

.product__all-tab .tabs-content-box {
    position: relative;
    display: block;
}

.product__all-tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateY(5px);
    transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
    transform-origin: bottom top;
}

.product__all-tab-single {
    position: relative;
    display: block;
}

.single-product-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    padding: 0 0 30px;
    border-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.single-product-style1:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-product-style1__img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style1__img img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style1__overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.single-product-style1__overlay li {
    position: relative;
    display: block;
}

.single-product-style1__overlay li+li {
    margin-top: 8px;
}

.single-product-style1__overlay li p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--judges-base);
    line-height: 35px;
    font-weight: 600;
}

.single-product-style1__info {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s linear 0s;
    z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
    opacity: 1;
    transform: translateY(0);
}

.single-product-style1__info li {
    position: relative;
    display: block;
}

.single-product-style1__info li+li {
    margin-left: 8px;
}

.single-product-style1__info li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--judges-base);
    font-size: 15px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.single-product-style1__content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 23px 20px 0px;
}

.single-product-style1__content-left {
    position: relative;
    display: block;
}

.single-product-style1__content-left h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
}

.single-product-style1__content-left h4 a {
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
    color: var(--judges-base);
}

.single-product-style1__content-left p {
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-gray);
    margin-top: 4px;
}

.single-product-style1__content-left p del {
    color: var(--judges-base);
    margin-right: 5px;
}

.single-product-style1__content-right {
    position: relative;
    display: block;
}

.single-product-style1__review {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 3.5px 10px 3.5px;
    top: -9px;
}

.single-product-style1__review i {
    color: var(--judges-base);
    font-size: 16px;
    margin-right: 10px;
}

.single-product-style1__review p {
    color: var(--judges-black);
    font-weight: 500;
}


.single-product-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.single-product-style2:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.single-product-style2__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-product-style2__img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style2__img img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style2__content {
    position: relative;
    display: block;
    padding: 0px 20px 0px;
}

.single-product-style2__review {
    position: relative;
    display: flex;
    align-items: center;
}

.single-product-style2__review i {
    color: var(--judges-base);
    font-size: 16px;
}

.single-product-style2__review i+i {
    margin-left: 5px;
}

.single-product-style2__text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-product-style2__text h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 1px;
}

.single-product-style2__text h4 a {
    color: var(--judges-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
    color: var(--judges-base);
}

.single-product-style2__text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--judges-gray);
    margin-top: 4px;
}

.single-product-style2__text p del {
    color: var(--judges-base);
    margin-right: 5px;
}

.single-product-style2__info {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 0;
}

.single-product-style2__info li {
    position: relative;
    display: block;
}

.single-product-style2__info li+li {
    margin-left: 8px;
}

.single-product-style2__info li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--judges-base);
    font-size: 15px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}



/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: rgba(var(--judges-gray-rgb), .50);
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid rgba(var(--judges-gray-rgb), .50);
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--judges-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--judges-white);
    background: var(--judges-base);
    border-color: var(--judges-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: rgba(var(--judges-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--judges-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: rgba(var(--judges-gray-rgb), .50);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--judges-white);
}




/***
=============================================
Product Details
=============================================
***/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}


.product-details__left {
    position: relative;
    display: block;
    margin-right: 80px;
}

.product-details__left-inner {
    position: relative;
    display: block;
}

.product-details__thumb-box {
    position: relative;
    display: block;
    max-width: 400px;
    margin-top: 20px;
}

#shop-details-one__thumb {
    z-index: 10;
}

.product-details__thumb-img {
    position: relative;
    display: block;
    width: 125px !important;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.product-details__thumb-img img {
    width: 100%;
    border-radius: 10px;
}

.product-details__thumb-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--judges-base);
    opacity: 0;
    transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before {
    opacity: 1;
}

.product-details__content-box {
    position: relative;
    display: block;
}

.product-details__img {
    position: relative;
    display: block;
}

.product-details__img img {
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    border-radius: 15px;
}


.product-details__nav {
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 100;
}

.product-details__nav .swiper-button-next,
.product-details__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: var(--judges-black);
    background-color: var(--judges-extra);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}


.product-details__nav .swiper-button-next:hover,
.product-details__nav .swiper-button-prev:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.product-details__nav .swiper-button-next {
    margin-top: 0px;
}

.product-details__nav .swiper-button-next i,
.product-details__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__nav .swiper-button-next::after,
.product-details__nav .swiper-button-prev::after {
    display: none;
}


.product-details__right {
    position: relative;
    display: block;
    margin-top: -9px;
}

.product-details__top {
    position: relative;
    display: block;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 26px;
    padding-bottom: 37px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--judges-bdr-color);
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--judges-base);
}

.product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--judges-gray);
    margin-left: 18px;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-details__select {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-details__select-size {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__select-size h3 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 15px;
}

.product-details__select-size ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.product-details__select-size ul li {
    position: relative;
    display: block;
    width: 45px;
    height: 35px;
}

.product-details__select-size ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-details__select-size ul li label {
    position: relative;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label {
    color: var(--judges-white);
    font-weight: 500;
}

.product-details__select-size ul li input[type=radio]+label i {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 35px;
    overflow: hidden;
    border: 1px solid var(--judges-gray);
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.product-details__select-size ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0.3);
    opacity: 0;
    background-color: var(--judges-base);
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label i {
    border-color: var(--judges-base);
}

.product-details__select-size ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
    opacity: 1;
}


.product-details__inner {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--judges-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid var(--judges-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--judges-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--judges-gray);
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--judges-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid var(--judges-bdr-color);
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--judges-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-details__buttons-boxes {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-2 {
    position: relative;
    display: block;
}

.product-details__social {
    position: relative;
    display: block;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--judges-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--judges-white);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--judges-black);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a+a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

/***
=============================================
Product Description
=====***/
.product-description {
    position: relative;
    display: block;
    padding: 0 0 110px;
    z-index: 1;
}

.product-details__description {
    position: relative;
    display: block;
}

.product-details__main-tab-box {
    position: relative;
    display: block;
}

.product-details__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
}

.product-details__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.product-details__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 18px;
    line-height: 18px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding: 16px 25px 16px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--judges-white);
}

.product-details__main-tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--judges-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.product-details__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.product-details__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.product-details__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-details__tab-content-inner {
    position: relative;
    display: block;
    padding: 40px 40px 50px;
    border: 1px solid var(--judges-bdr-color);
}

.product-details__description-content {
    position: relative;
    display: block;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--judges-black);
    margin: 0;
    font-weight: 500;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--judges-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
    font-weight: 700;
}

.product-details__additional-information-content {
    position: relative;
    display: block;
}

.product-details__additional-information-text-1 {
    padding-bottom: 24px;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}


.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--judges-bdr-color);
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.review-one__content-top .info h2 span {
    color: var(--judges-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: var(--judges-font);
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--judges-base);
    font-size: 15px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0px 0px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 37px;
}

.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 400;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 17px;
}

.review-form-one__rate i {
    font-size: 16px;
    color: var(--judges-base);
}

.review-form-one__rate i+i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 14px;
    color: var(--judges-gray);
    height: 160px;
    width: 100%;
    background-color: var(--judges-white);
    padding: 20px 30px 30px;
    border: 1px solid var(--judges-bdr-color);
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
    border-radius: var(--judges-bdr-radius);
}

.review-form-one__input-box.text-message-box {
    height: 160px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--judges-gray);
    display: block;
    font-weight: 500;
    border-radius: var(--judges-bdr-radius);
}

.review-form-one__form .thm-btn {
    background-color: transparent;
}


/*--------------------------------------------------------------
  # Related Products
  --------------------------------------------------------------*/
.related-products {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
}

.related-products__title {
    position: relative;
    display: block;
    padding-bottom: 52px;
}

.related-products__title h3 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.related-products__title p {
    margin: 0;
}

.single-product-style1.instyle--2 {
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.cart-page {
    position: relative;
    display: block;
    background: var(--judges-white);
    padding: 112px 0px 112px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table {
    margin-bottom: 0px;
}

.cart-table thead th {
    color: var(--judges-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
    font-family: var(--judges-font-two);
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid var(--judges-bdr-color);
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--judges-gray);
    vertical-align: middle;
    border-top: 1px solid var(--judges-bdr-color);
    border-bottom: 1px solid var(--judges-bdr-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
}

.cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    border-radius: 10px;
}

.cart-table h3 {
    color: var(--judges-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
}

.cart-table h3 a {
    color: var(--judges-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--judges-base);
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid var(--judges-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--judges-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: var(--judges-gray);
    font-weight: 700;
}

.cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid var(--judges-bdr-color);
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--judges-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
    position: relative;
    display: block;
}

.cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--judges-black);
    font-size: 16px;
}

.cart-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
}

.cart-page__sidebar {
    position: relative;
    display: block;
    padding: 28px 20px 30px;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--judges-bdr-radius);
}

.cart-page__shipping {
    position: relative;
    display: block;
}

.cart-page__shipping-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.cart-page__shipping-form {
    position: relative;
    display: block;
}

.cart-page__shipping-form .row {
    --bs-gutter-x: 20px;
}

.cart-page__shipping-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.cart-page__shipping-input-box .select-box .nice-select {
    background-color: rgba(var(--judges-extra-rgb), .30);
    color: var(--judges-gray);
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0px;
}

.cart-page__shipping-input-box .select-box .nice-select:after {
    position: absolute;
    right: 20px;
}

.cart-page__shipping-input-box input[type=email],
.cart-page__shipping-input-box input[type=text] {
    width: 100%;
    height: 50px;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: var(--judges-gray);
    font-family: var(--judges-font);
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-page__btn-box {
    position: relative;
    display: block;
}

.cart-page__btn-box .thm-btn {
    width: 100%;
    padding: 12px 25px 12px;
    background-color: transparent;
}

.cart-page__coupon-code {
    position: relative;
    display: block;
    border-top: 1px solid var(--judges-bdr-color);
    border-bottom: 1px solid var(--judges-bdr-color);
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 23px;
    padding-bottom: 30px;
}

.cart-page__coupon-code-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.cart-page__coupon-code-text {
    margin-bottom: 16px;
}

.cart-page__coupon-code-form {
    position: relative;
    display: block;
}

.cart-page__coupon-code-form input[type=email],
.cart-page__coupon-code-form input[type=text] {
    width: 100%;
    height: 50px;
    background-color: rgba(var(--judges-extra-rgb), .30);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: var(--judges-gray);
    font-family: var(--judges-font);
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-page__coupon-code-form .thm-btn {
    width: 100%;
    padding: 12px 25px 12px;
    background-color: transparent;
    margin-top: 20px;
}

.cart-total {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--judges-gray);
    font-size: 18px;
    font-weight: 500;
}

.cart-total li+li {
    margin-top: 15px;
}

.cart-total li span:first-child {
    display: block;
    color: var(--judges-black);
    font-size: 18px;
    margin-right: 80px;
    font-weight: 700;
    width: 140px;
    text-align: right;
}

.cart-total-amount {
    color: var(--judges-base);
}

.cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.cart-page__buttons-1 {
    position: relative;
    display: block;
}

.cart-page__buttons-1 .thm-btn {
    padding: 10px 30px 10px;
}

.cart-page__buttons-2 {
    position: relative;
    display: block;
}

.cart-page__buttons-2 .thm-btn {
    padding: 10px 30px 10px;
}


/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
.checkout-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.checkout-page .billing_details {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--judges-bdr-color);
    padding: 53px 50px 60px;
}

.billing_title {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.billing_title p {
    font-size: 16px;
    margin: 0;
}

.billing_title a {
    color: var(--judges-base);
}

.billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
}

.billing_details_form {
    position: relative;
    display: block;
}

.billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
    border: none;
}

.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: var(--judges-gray);
    display: block;
    font-weight: 400;
}

.billing_input_box textarea {
    display: block;
    color: var(--judges-gray);
    font-size: 16px;
    font-weight: 400;
    height: 140px;
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    border-radius: 10px;
    outline: none;
    resize: none;
}

.billing_input_box textarea:focus {
    border: 1px solid var(--judges-bdr-color);
}

.billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--judges-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--judges-font);
}

.billing_details .checked-box input[type="checkbox"] {
    display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--judges-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--judges-white);
    border-right: 2px solid var(--judges-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
    border-color: var(--judges-white);
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.billing_details_form .select-box .nice-select {
    border: 1px solid var(--judges-bdr-color);
    background-color: var(--judges-white);
    border-radius: 10px;
    color: var(--judges-gray);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.billing_details_form-btns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.billing_details_form-btn-1 {
    position: relative;
    display: block;
}

.billing_details_form-btn-1 .thm-btn {
    background-color: transparent;
}

.billing_details_form-btn-2 {
    position: relative;
    display: block;
}

.billing_details_form-btn-2 .thm-btn {
    background-color: transparent;
}


.sidebar-order-summary {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--judges-bdr-color);
    padding: 37px 30px 45px;
    z-index: 1;
}

.sidebar-order-summary .title-box {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 35px;
}

.sidebar-order-summary .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--judges-base);
    content: "";
}

.sidebar-order-summary .title-box::after {
    position: absolute;
    left: 37px;
    bottom: 0;
    width: 3px;
    height: 2px;
    background: var(--judges-white);
    content: "";
}

.sidebar-order-summary .title-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}


.sidebar-order-summary__list {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--judges-bdr-color);
    padding: 13px 0px 12px;
}

.sidebar-order-summary__list>li:last-child {
    border-bottom: 1px solid var(--judges-bdr-color);
}

.sidebar-order-summary__list>li>.left-text {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.left-text p {
    font-size: 18px;
    margin: 0px;
}

.sidebar-order-summary__list>li>.right-text {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text p {
    font-size: 18px;
    margin: 0px;
}


.sidebar-order-summary__list>li>.right-text>ul {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li+li {
    margin-top: 5px;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.sidebar-order-summary__list>li>.right-text>ul>li label {
    position: relative;
    display: block;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]+label i {
    position: absolute;
    top: 6px;
    right: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid var(--judges-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--judges-base);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i {
    border-color: var(--judges-base);
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}


.sidebar-order-summary__Payment {
    position: relative;
    display: block;
    margin-top: 37px;
}

.checkout__payment {
    position: relative;
    margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 23px;
}

.checkout__payment__title {
    display: flex;
    color: var(--judges-black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--judges-white);
    border: 2px solid var(--judges-bdr-color);
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 10px;
    color: var(--judges-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--judges-base);
    border-color: var(--judges-base);
    content: '\f00c';
}

.checkout__payment__content {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: var(--judges-gray);
    font-weight: 400;
    margin-top: 15px;
}

.sidebar-order-summary__bottom {
    position: relative;
    display: block;
}

.sidebar-order-summary__bottom .text1 {
    margin-bottom: 0;
}

.sidebar-order-summary__bottom .text1 a {
    color: var(--judges-base);
    text-decoration: underline;
}







.sidebar-order-summary__checked {
    position: relative;
    display: block;
    margin-top: 20px;
    ;
}

.sidebar-order-summary__checked label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--judges-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--judges-font);
}

.sidebar-order-summary__checked label a {
    color: var(--judges-base);
}

.sidebar-order-summary__checked input[type="checkbox"] {
    display: none;
}

.sidebar-order-summary__checked input[type="checkbox"]+label span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--judges-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.sidebar-order-summary__checked label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--judges-white);
    border-right: 2px solid var(--judges-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span {
    border-color: var(--judges-white);
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.sidebar-order-summary__btn {
    position: relative;
    display: block;
    margin-top: 27px;
    line-height: 0px;
}



/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.wishlist-page {
    position: relative;
    display: block;
    background: var(--judges-white);
    padding: 120px 0px 120px;
}

.wishlist-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .wishlist-table {
        min-width: 1170px;
    }
}

.wishlist-table {
    margin-bottom: 0px;
}

.wishlist-table thead th {
    color: var(--judges-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    border-top: 1px solid var(--judges-bdr-color);
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: var(--judges-font-two);
    text-align: center;
}

.wishlist-table tbody tr {
    vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
    border-bottom: 1px solid var(--judges-bdr-color);
}

.wishlist-table tbody td {
    font-size: 18px;
    color: var(--judges-gray);
    vertical-align: middle;
    border-top: 1px solid var(--judges-bdr-color);
    border-bottom: 1px solid var(--judges-bdr-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.wishlist-table .product-box {
    display: flex;
    align-items: center;
}

.wishlist-table .cross-icon {
    position: relative;
    display: block;
}

.wishlist-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--judges-black);
    font-size: 16px;
}

.wishlist-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-left: 35px;
    margin-right: 35px;
}

.wishlist-table .product-box .img-box img {
    width: 100%;
    border: 1px solid var(--judges-bdr-color);
    border-radius: 10px;
}

.wishlist-table h3 {
    color: var(--judges-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
}

.wishlist-table h3 a {
    color: var(--judges-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.wishlist-table h3 a:hover {
    color: var(--judges-base);
}


.product-details__social.two {
    margin-top: 42px;
}

/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    padding: 112px 0px 120px;
    z-index: 1;
}

.sign-up-one .container {
    max-width: 620px;
}

.sign-up-one__form {
    position: relative;
    display: block;
}

.sign-up-one__form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.sign-up-one__form .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
    text-transform: capitalize;
}

.sign-up-one__form form {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
    padding: 60px 50px 52px;
}

.sign-up-one__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sign-up-one__form form .input-box {
    position: relative;
    display: block;
}

.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"] {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--judges-bdr-color-rgb), .50);
    background-color: rgba(var(--judges-bdr-color-rgb), .50);
    width: 100%;
    height: 60px;
    color: var(--judges-gray);
    font-size: 16px;
    font-family: var(--judges-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    transition: all 500ms ease;
}

.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus {
    border-color: var(--judges-base);
    background-color: var(--judges-white);
}

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="text"]:-moz-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="text"]::-moz-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="email"]:-moz-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="email"]::-moz-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--judges-gray);
}

.sign-up-one__form form .thm-btn {
    width: 100%;
    background-color: transparent;
    justify-content: space-between;
}

.sign-up-one__form form .thm-btn:hover::before {
    right: -50px;
}

.sign-up-one__form form .google-facebook {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.sign-up-one__form form .google-facebook a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--judges-gray);
    background-color: var(--judges-white);
    color: var(--judges-black);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--judges-font);
    font-weight: 500;
    padding: 10px 15px 10px;
    border-radius: 5px;
    letter-spacing: -0.01em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sign-up-one__form form .google-facebook a:hover {
    border: 1px solid var(--judges-base);
    background-color: var(--judges-white);
}

.sign-up-one__form form .google-facebook a+a {
    margin-left: 14px;
}

.sign-up-one__form form .google-facebook a .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 10px;
}

.sign-up-one__form form .create-account {
    position: relative;
    display: block;
    padding-top: 22px;
}

.sign-up-one__form form .create-account p {
    margin: 0;
}

.sign-up-one__form form .create-account p a {
    font-weight: 500;
}

.sign-up-one__form form .create-account p a:hover {
    color: var(--judges-base);
}



/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    padding: 112px 0px 120px;
    z-index: 1;
}

.login-one .container {
    max-width: 620px;
}

.login-one__form {
    position: relative;
    display: block;
}

.login-one__form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.login-one__form .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
    text-transform: capitalize;
}

.login-one__form form {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
    padding: 60px 50px 52px;
}

.login-one__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.login-one__form form .input-box {
    position: relative;
    display: block;
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"] {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--judges-bdr-color-rgb), .50);
    background-color: rgba(var(--judges-bdr-color-rgb), .50);
    width: 100%;
    height: 60px;
    color: var(--judges-gray);
    font-size: 16px;
    font-family: var(--judges-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    transition: all 500ms ease;
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus {
    border-color: var(--judges-base);
    background-color: var(--judges-white);
}

.login-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="text"]:-moz-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="text"]::-moz-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="email"]:-moz-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="email"]::-moz-placeholder {
    color: var(--judges-gray);
}

.login-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--judges-gray);
}

.login-one__form form .thm-btn {
    width: 100%;
    background-color: transparent;
    justify-content: space-between;
}

.login-one__form form .thm-btn:hover::before {
    right: -50px;
}

.login-one__form form .remember-forget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}


.login-one__form form .checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.login-one__form form .checked-box1 input[type="checkbox"] {
    display: none;
}

.login-one__form form .checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--judges-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--judges-font);
}

.login-one__form form .checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-one__form form .checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--judges-base);
    border-radius: 2px;
    margin: 3px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span {
    border-color: var(--judges-base);
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}


.login-one__form form .forget {
    position: relative;
    display: block;
}

.login-one__form form .forget a {
    color: var(--judges-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--judges-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.login-one__form form .forget a:hover {
    color: var(--judges-base);
}

.login-one__form form .create-account {
    position: relative;
    display: block;
    padding-top: 25px;
}

.login-one__form form .create-account p {
    color: var(--judges-black);
}

.login-one__form form .create-account p a {
    color: var(--judges-base);
    font-weight: 500;
}

/*--------------------------------------------------------------
# Skill One
--------------------------------------------------------------*/
.skill-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.skill-one__shape-1 {
    position: absolute;
    bottom: -310px;
    right: 0;
    z-index: -1;
}

.skill-one__shape-1 img {
    width: auto;
    animation: 3s ease-in-out 0s infinite normal none running topBottom;
}

.skill-one__left {
    position: relative;
    display: block;
}

.skill-one__left .section-title {
    margin-bottom: 31px;
}

.skill-one__progress-box {
    position: relative;
    display: block;
    margin-top: 28px;
    margin-right: 60px;
}

.skill-one__progress-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 22px;
}

.skill-one__progress-box .progress-box {
    position: relative;
    display: block;
}

.skill-one__progress-box .progress-box+.progress-box {
    margin-top: 23px;
}

.skill-one__progress-box .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    font-family: var(--judges-font-two);
    color: var(--judges-black);
}

.skill-one__progress-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: rgba(var(--judges-black-rgb), .10);
    border-radius: 4px;
}

.skill-one__progress-box .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--judges-base);
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.skill-one__progress-box .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -35px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--judges-base);
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0;
    opacity: 0;
    font-family: var(--judges-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.skill-one__progress-box .progress-box .counted .count-box {
    opacity: 1;
}

.skill-one__progress-box .progress-box .count-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--judges-base);
    border-left: 5px solid var(--judges-base);
}

.skill-one__right {
    position: relative;
    display: block;
    margin-left: 162px;
}

.skill-one__right-img-box {
    position: relative;
    display: block;
}

.skill-one__right-img {
    position: relative;
    display: block;
    border-radius: 7px;
    background-color: var(--judges-base);
}

.skill-one__right-img img {
    width: 100%;
    border-radius: 7px;
    mix-blend-mode: multiply;
}

.skill-one__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.skill-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 17px;
    color: var(--judges-base);
    background-color: rgba(var(--judges-white-rgb), 0.30);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.skill-one__video-icon:hover {
    color: var(--judges-white);
}

.skill-one__video-icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: var(--judges-white);
    border-radius: 50%;
    content: "";
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.skill-one__video-icon:hover::before {
    background-color: var(--judges-base);
}

.skill-one__video-link .ripple,
.skill-one__video-icon .ripple:before,
.skill-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.30);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.30);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.30);
    box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.30);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.skill-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.skill-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.skill-one__video-content {
    position: absolute;
    top: 50%;
    left: -98px;
    max-width: 195px;
    background-color: var(--judges-base);
    padding: 52px 24px 52px;
    border-radius: 6px;
    transform: translateY(-50%);
    z-index: 2;
}

.skill-one__video-content p {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--judges-font-two);
    color: var(--judges-white);
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Sliding Text One
--------------------------------------------------------------*/
.sliding-text-one {
    position: relative;
    display: block;
    background-color: var(--judges-base);
    padding: 30px 0 30px;
    z-index: 1;
}

.sliding-text-one__wrap {
    position: relative;
    display: block;
}

.sliding-text-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text-one__list li {
    osition: relative;
    display: block;
    float: left;
    margin-right: 35px;
}

.sliding-text-one__list li span {
    position: relative;
    display: block;
    width: 60px;
    height: 35px;
    border: 1px solid var(--judges-bdr-color);
    border-radius: 30px;
    top: 13px;
}

.sliding-text-one__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 45px;
    color: var(--judges-white);
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--judges-font-two);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.sliding-text-one__list li .sliding-text-one__title:hover {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
}

.sliding-text-one__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--judges-black);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-one__list li:hover .sliding-text-one__title:before {
    width: 100%;
    color: var(--judges-black);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--judges-primary);
    overflow: hidden;
    z-index: 1;
}

.team-one__carousel {
    position: relative;
    display: block;
}

.team-one__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    border: 1px solid rgba(var(--judges-gray-rgb), .15);
    border-radius: 8px;
    text-align: center;
    padding: 30px 24px 0;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover {
    transform: translateY(-10px);
}

.team-one__content {
    position: relative;
    display: block;
    z-index: 1;
}

.team-one__shape-box-2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: rgba(246, 246, 246, 0.8);
    border-radius: 50%;
    left: 50%;
    right: 0;
    top: -170px;
    transform: translateX(-50%);
    z-index: -1;
}

.team-one__shape-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    background: rgba(18, 18, 18, 0.03);
    border-radius: 50%;
    transform: scale(1.0);
    opacity: 1;
    transition-delay: 0.6s;
    transition: .7s;
}

.team-one__single:hover .team-one__shape-2 {
    transform: scale(1.1);
    background: rgba(18, 18, 18, 0.05);
}

.team-one__name {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-one__name a {
    color: var(--judges-black);
}

.team-one__name a:hover {
    color: var(--judges-base);
}

.team-one__sub-title {
    font-weight: 400;
}

.team-one__social {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    z-index: 1;
}

.team-one__social:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: rgba(var(--judges-gray-rgb), .15);
    z-index: -1;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border: 1px solid rgba(var(--judges-gray-rgb), .15);
    background-color: var(--judges-white);
    border-radius: 50%;
    font-size: 12px;
    color: var(--judges-black);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
    border: 1px solid var(--judges-base);
}

.team-one__img-box {
    position: relative;
    display: block;
    margin-top: 24px;
    z-index: 1;
}

.team-one__shape-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 350px;
    background: rgba(246, 246, 246, 0.8);
    border-radius: 50%;
    left: 50%;
    right: 0;
    bottom: -170px;
    transform: translateX(-50%);
}

.team-one__shape-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 260px;
    background: rgba(18, 18, 18, 0.03);
    border-radius: 50%;
    transform: scale(1.0);
    opacity: 1;
    transition-delay: 0.6s;
    transition: .7s;
}

.team-one__single:hover .team-one__shape-1 {
    transform: scale(1.1);
    background: rgba(18, 18, 18, 0.05);
}

.team-one__img {
    position: relative;
    display: block;
}

.team-one__img img {
    width: 100%;
}


.team-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.team-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.team-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.team-one__carousel .owl-nav .owl-next,
.team-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.team-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.team-one__carousel.owl-theme .owl-nav .owl-next span,
.team-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-one__carousel.owl-theme .owl-nav .owl-next:hover,
.team-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.team-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgba(var(--judges-base-rgb), .03);
    z-index: -1;
}

.team-two__carousel {
    position: relative;
    display: block;
}

.team-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.team-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.team-two__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover {
    transform: translateY(-10px);
}

.team-two__img-box {
    position: relative;
    display: block;
}

.team-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.team-two__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, .85);
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    opacity: 0;
    transform: translateY(-50%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.team-two__single:hover .team-two__img::after {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.team-two__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    border: 3px solid var(--judges-base);
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    background-color: transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 1;
}

.team-two__single:hover .team-two__img:before {
    opacity: 1;
    height: 100%;
}

.team-two__img img {
    width: 100%;
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__img img {
    transform: scaleX(1.05);
    transition-delay: 700ms;
}

.team-two__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.team-two__single:hover .team-two__social {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 700ms;
}

.team-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(var(--judges-white-rgb), .50);
    z-index: 1;
}

.team-two__social a:hover {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
}

.team-two__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--judges-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-two__social a:hover:before {
    transform: scaleX(1);
}

.team-two__social a+a {
    margin-left: 15px;
}

.team-two__content {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 33px 20px 33px;
    border-radius: var(--judges-bdr-radius);
    border-bottom: 5px solid var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__content {
    border-bottom: 5px solid var(--judges-black);
}

.team-two__name {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.team-two__name a {
    color: var(--judges-black);
}

.team-two__name a:hover {
    color: var(--judges-base);
}

.team-two__sub-title {
    font-size: 18px;
    font-weight: 500;
}

.team-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.team-two__carousel .owl-nav .owl-next,
.team-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.team-two__carousel.owl-theme .owl-nav .owl-next span,
.team-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.team-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgba(var(--judges-base-rgb), .05);
    z-index: -1;
}

.team-three__carousel {
    position: relative;
    display: block;
}

.team-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.team-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.team-three__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover {
    transform: translateY(-10px);
}

.team-three__img-box {
    position: relative;
    display: block;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.team-three__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, .85);
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    opacity: 0;
    transform: translateY(-50%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.team-three__single:hover .team-three__img::after {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.team-three__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    border: 3px solid var(--judges-base);
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    background-color: transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 1;
}

.team-three__single:hover .team-three__img:before {
    opacity: 1;
    height: 100%;
}

.team-three__img img {
    width: 100%;
    border-top-left-radius: var(--judges-bdr-radius);
    border-top-right-radius: var(--judges-bdr-radius);
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__img img {
    transform: scaleX(1.05);
    transition-delay: 700ms;
}

.team-three__arrow-and-social {
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 3;
}

.team-three__arrow {
    position: relative;
    display: block;
    z-index: 3;
}

.team-three__arrow span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
    font-size: 16px;
    color: var(--judges-white);
    cursor: pointer;
}

.team-three__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 50px;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.team-three__arrow-and-social:hover .team-three__social {
    opacity: 1;
    transform: translateY(0px);
}

.team-three__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    border-radius: var(--judges-bdr-radius);
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(var(--judges-white-rgb), .50);
    z-index: 1;
}

.team-three__social a:hover {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
}

.team-three__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--judges-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-three__social a:hover:before {
    transform: scaleX(1);
}

.team-three__social a+a {
    margin-top: 10px;
}

.team-three__content {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    text-align: left;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 33px 20px 33px;
    border-radius: var(--judges-bdr-radius);
    border-bottom: 5px solid var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__content {
    border-bottom: 5px solid var(--judges-black);
}

.team-three__name {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.team-three__name a {
    color: var(--judges-black);
}

.team-three__name a:hover {
    color: var(--judges-base);
}

.team-three__sub-title {
    font-size: 18px;
    font-weight: 500;
}

.team-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -110px;
    right: 0px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.team-three__carousel .owl-nav .owl-next,
.team-three__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.team-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.team-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.team-three__carousel.owl-theme .owl-nav .owl-next span,
.team-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-three__carousel.owl-theme .owl-nav .owl-next:hover,
.team-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}



/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0 108px;
    z-index: 1;
}

.team-details__top {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--judges-bdr-color);
    margin-bottom: 37px;
}

.team-details__top-left {
    position: relative;
    display: block;
}

.team-details__img-1 {
    position: relative;
    display: block;
}

.team-details__img-1 img {
    width: 100%;
    border-radius: 20px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -12px;
}

.team-details__client-box {
    position: relative;
    display: block;
}

.team-details__client-name {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: capitalize;
}

.team-details__client-sub-title {
    position: relative;
    display: block;
    margin-top: 3px;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 30px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-base);
    font-size: 16px;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--judges-base);
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--judges-white);
    border: 1px solid var(--judges-base);
}

.team-details__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--judges-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-details__social a:hover:before {
    transform: scaleX(1);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__client-address {
    position: relative;
    display: block;
    border-top: 1px solid var(--judges-bdr-color);
    margin-top: 19px;
    padding-top: 20px;
}

.team-details__client-address li {
    position: relative;
    display: block;
}

.team-details__client-address li+li {
    margin-top: 21px;
}

.team-details__client-address li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--judges-black);
}

.team-details__client-address li p span {
    color: var(--judges-black);
}

.team-details__client-address li h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
    font-family: var(--judges-font);
}

.team-details__client-address li h5 a {
    color: var(--judges-black);
}

.team-details__client-address li h5 a:hover {
    color: var(--judges-base);
}

.team-details__bottom {
    position: relative;
    display: block;
}

.team-details__bottom-left {
    position: relative;
    display: block;
}

.team-details__bottom-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 13px;
}

.team-details__practice-area {
    position: relative;
    display: block;
    margin-top: 15px;
}

.team-details__practice-area-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-details__practice-area-list-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.team-details__practice-area-list {
    position: relative;
    display: block;
}

.team-details__practice-area-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.team-details__practice-area-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6px;
    width: 6px;
    background-color: var(--judges-base);
}

.team-details__practice-area-list li .text {
    position: relative;
    display: block;
    flex: 1;
}

.team-details__practice-area-list li .text p {
    font-weight: 500;
    color: var(--judges-base);
}


.team-details__bottom-right {
    position: relative;
    display: block;
}

.team-details__progress-title-1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 23px;
}

.team-details__progress-list {
    position: relative;
    display: block;
}

.team-details__progress-list li {
    position: relative;
    display: block;
}

.team-details__progress-list li+li {
    margin-top: 20px;
}

.team-details__progress {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--judges-black);
    margin-bottom: 11px;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--judges-bdr-color);
    border-radius: 6px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--judges-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: -18px;
    bottom: 22px;
    color: var(--judges-black);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: var(--judges-font);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.team-details-contact {
    position: relative;
    display: block;
    padding: 0px 0 120px;
    z-index: 1;
}

.team-details-contact .container {
    max-width: 830px;
}

.team-details-contact__inner {
    position: relative;
    display: block;
    text-align: center;
}

.team-details-contact__form {
    position: relative;
    display: block;
}

.team-details-contact__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-details-contact__input-box input[type="text"],
.team-details-contact__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.team-details-contact__input-box .select-box {
    width: 100%;
}

.team-details-contact__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--judges-gray);
    font-weight: 400;
    border-radius: var(--judges-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.team-details-contact__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--judges-gray);
    border-right: 2px solid var(--judges-gray);
    margin-top: 0px;
    z-index: 10;
}

.team-details-contact__input-box textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.team-details-contact__input-box.text-message-box {
    height: 200px;
}

.team-details-contact__btn-box {
    position: relative;
    display: block;
}

.team-details-contact__btn-box .thm-btn {
    background-color: transparent;
}



/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--judges-primary);
    z-index: 1;
}

.team-page .team-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 160px 0 140px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.06;
    z-index: -1;
}

.testimonial-one__left {
    position: relative;
    display: block;
    margin-top: -43px;
    z-index: 5;
}

.testimonial-one__left .section-title {
    margin-bottom: 22px;
}

.testimonial-one__satisfied-clients {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial-one__satisfied-clients-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
}

.testimonial-one__satisfied-clients-icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--judges-white);
    transition: all 500ms ease;
}

.testimonial-one__satisfied-clients:hover .testimonial-one__satisfied-clients-icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.testimonial-one__satisfied-clients-text {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-one__satisfied-clients-text span {
    font-family: var(--judges-font) !important;
    line-height: 28px !important;
    font-weight: 700;
    color: var(--judges-black);
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-right: -375px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


.testimonial-one__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 49px 49px 41px;
    border-radius: var(--judges-bdr-radius);
    border-top: 10px solid var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.testimonial-one__single:hover {
    transform: translateY(-10px);
    border-top: 10px solid var(--judges-black);
}

.testimonial-one__img {
    position: absolute;
    top: -50px;
    right: 49px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.testimonial-one__img:before {
    background-color: var(--judges-base);
    border-radius: 120px 120px 0 0;
    content: "";
    height: 50%;
    left: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-one__single:hover .testimonial-one__img:before {
    background-color: var(--judges-black);
}

.testimonial-one__img img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid var(--judges-white);
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 22px;
}

.testimonial-one__client-content {
    position: relative;
    display: block;
}

.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.testimonial-one__client-name a {
    color: var(--judges-black);
}

.testimonial-one__client-name a:hover {
    color: var(--judges-base);
}

.testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-one__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--judges-base);
}

.testimonial-one__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--judges-gray);
}

.testimonial-one__quote {
    position: absolute;
    bottom: 10px;
    left: 170px;
    z-index: 1;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 195px;
    line-height: 195px;
    color: var(--judges-gray);
    opacity: .08;
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -20px;
    left: -550px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-one__carousel .owl-nav .owl-next,
.testimonial-one__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .09;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__shape-2 {
    position: absolute;
    bottom: 0;
    right: -40px;
    opacity: 0.2;
    z-index: -1;
}

.testimonial-two__shape-2 img {
    width: auto;
}

.testimonial-two .section-title {
    margin-bottom: 90px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 59px 30px 22px;
    border-radius: var(--judges-bdr-radius);
    border-top: 10px solid var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    min-height: 380px;
}

.testimonial-two__single:hover {
    transform: translateY(-10px);
    border-top: 10px solid var(--judges-black);
}

.testimonial-two__img {
    position: absolute;
    top: -50px;
    right: 49px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.testimonial-two__img:before {
    background-color: var(--judges-base);
    border-radius: 120px 120px 0 0;
    content: "";
    height: 50%;
    left: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-two__single:hover .testimonial-two__img:before {
    background-color: var(--judges-black);
}

.testimonial-two__img img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid var(--judges-white);
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 22px;
}

.testimonial-two__client-content {
    position: relative;
    display: block;
}

.testimonial-two__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.testimonial-two__client-name a {
    color: var(--judges-black);
}

.testimonial-two__client-name a:hover {
    color: var(--judges-base);
}

.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.testimonial-two__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--judges-base);
}

.testimonial-two__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: var(--judges-gray);
}

.testimonial-two__quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--judges-base);
    margin-top: -59px;
    margin-bottom: 20px;
    margin-left: -30px;
    border-bottom-right-radius: var(--judges-bdr-radius);
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    color: var(--judges-white);
    top: -3px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -30px;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    transform: translateY(-50%);
    height: 0;
    line-height: 0;
    z-index: 100;
}

.testimonial-two__carousel .owl-nav .owl-next,
.testimonial-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-three__shape-1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: .3;
    z-index: -1;
}

.testimonial-three__shape-1 img {
    width: auto;
}

.testimonial-three__left {
    position: relative;
    display: block;
    z-index: 15;
}

.testimonial-three__left .section-title {
    margin-bottom: 20px;
}

.testimonial-three__right {
    position: relative;
    display: block;
    margin-top: 45px;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 76px 30px 40px;
    border-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.testimonial-three__single:hover {
    transform: translateY(-10px);
}

.testimonial-three__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 10px;
    background-color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-three__single:hover:before {
    background-color: var(--judges-black);
}

.testimonial-three__client-info {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    top: -45px;
    left: 40px;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.testimonial-three__client-img:before {
    background-color: var(--judges-base);
    border-radius: 120px 120px 0 0;
    content: "";
    height: 50%;
    left: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-three__single:hover .testimonial-three__client-img:before {
    background-color: var(--judges-black);
}

.testimonial-three__client-img img {
    width: 100%;
    border: 5px solid var(--judges-white);
    border-radius: 50%;
}

.testimonial-three__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.testimonial-three__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.testimonial-three__client-name a {
    color: var(--judges-black);
}

.testimonial-three__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 31px;
}

.testimonial-three__rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--judges-base);
}

.testimonial-three__quote {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--judges-base);
    border-bottom-right-radius: var(--judges-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    bottom: 0;
    right: 0;
}

.testimonial-three__single:hover .testimonial-three__quote {
    background-color: var(--judges-black);
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    color: var(--judges-white);
    top: -3px;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -440px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    z-index: 100;
}

.testimonial-three__carousel .owl-nav .owl-next,
.testimonial-three__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--judges-white) !important;
    background-color: rgba(var(--judges-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--judges-black) !important;
    color: var(--judges-white) !important;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 160px 0 40px;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 80px;
}

/*==============================================
   Video One
===============================================*/
.video-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.video-one:before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    height: 500px;
    background: rgb(193, 183, 154);
    background: linear-gradient(180deg, rgba(193, 183, 154, 0.20211834733893552) 2%, rgba(193, 183, 154, 0) 100%);
    z-index: -1;
}

.video-one__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 66%;
    background-color: var(--judges-black);
    z-index: -1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.10;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__inner .section-title {
    margin-bottom: 30px;
}

.video-one__inner .section-title__title {
    color: var(--judges-white);
}

.video-one__inner .section-title__tagline-border::after {
    background: var(--judges-black);
}

.video-one__text {
    color: var(--judges-white);
}

.video-one__video-link {
    position: relative;
    display: inline-block;
    margin: 32px 0 70px;
}

.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--judges-white);
    background-color: var(--judges-base);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__video-icon:hover {
    background-color: var(--judges-white);
    color: var(--judges-base);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__contact-box {
    position: relative;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--judges-white);
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    border-radius: var(--judges-bdr-radius);
    padding: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}

.video-one__contact-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    height: 354px;
    width: 100%;
    background-color: var(--judges-primary);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    z-index: -1;
}

.video-one__contact-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100%;
    height: 354px;
    width: 100%;
    background-color: var(--judges-primary);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    z-index: -1;
}

.video-one-contact__form {
    position: relative;
    display: block;
}

.video-one-contact__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.video-one-contact__input-box input[type="text"],
.video-one-contact__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.video-one-contact__input-box .select-box {
    width: 100%;
}

.video-one-contact__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--judges-gray);
    font-weight: 400;
    border-radius: var(--judges-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.video-one-contact__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--judges-gray);
    border-right: 2px solid var(--judges-gray);
    margin-top: 0px;
    z-index: 10;
}

.video-one-contact__input-box .nice-select .option {
    color: var(--judges-white);
}

.video-one-contact__input-box .nice-select .option.selected {
    font-weight: 500;
}

.video-one-contact__input-box .nice-select .list {
    background-color: var(--judges-base);
    border-radius: var(--judges-bdr-radius);
}

.video-one-contact__input-box .nice-select .option:hover,
.video-one-contact__input-box .nice-select .option.focus,
.video-one-contact__input-box .nice-select .option.selected.focus {
    color: var(--judges-white);
}

.video-one-contact__input-box textarea {
    height: 150px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--judges-bdr-color);
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.video-one-contact__input-box.text-message-box {
    height: 150px;
}

.video-one-contact__btn-box {
    position: relative;
    display: block;
    text-align: left;
}

.video-one-contact__btn-box .thm-btn {
    border: none;
    background-color: var(--judges-primary);
}

.video-one-contact__btn-box .thm-btn:hover {
    border: none;
}

.video-one__img-1 {
    position: absolute;
    top: -141px;
    right: -360px;
    mix-blend-mode: luminosity;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.video-one__img-1 img {
    width: auto;
}

.video-one-contact__info-box {
    position: relative;
    display: block;
    text-align: left;
    background-color: var(--judges-black);
    padding: 32px 30px 27px;
    border-radius: var(--judges-bdr-radius);
    border-bottom: 5px solid var(--judges-base);
}

.video-one-contact__info-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    color: var(--judges-white);
    margin-bottom: 24px;
}

.video-one-contact__info-list {
    position: relative;
    display: block;
}

.video-one-contact__info-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.video-one-contact__info-list li+li {
    margin-top: 20px;
}

.video-one-contact__info-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--judges-white-rgb), .30);
    border-radius: 5px;
    top: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.video-one-contact__info-list li:hover .icon {
    background-color: var(--judges-base);
}

.video-one-contact__info-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.video-one-contact__info-list li:hover .icon span {
    color: var(--judges-white);
}

.video-one-contact__info-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.video-one-contact__info-list li .content p {
    color: var(--judges-white);
}

.video-one-contact__info-list li .content p a {
    color: var(--judges-white);
}

.video-one-contact__info-list li .content p a:hover {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--judges-primary);
    padding: 120px 0 120px;
    z-index: 1;
}

.why-choose-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
    mix-blend-mode: luminosity;
}

.why-choose-one__shape-1 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: .30;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.why-choose-one__shape-1 img {
    width: auto;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 31px;
}

.why-choose-one__text {
    margin-bottom: 36px;
}

.why-choose-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-choose-one__points {
    position: relative;
    display: block;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    gap: 15px;
}

.why-choose-one__points li+li {
    margin-top: 17px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: block;
    top: 3px;
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-one__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__points li .content h3 {
    font-size: 25px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 9px;
}

.why-choose-one__points li .content h3 a {
    color: var(--judges-black);
}

.why-choose-one__points li .content h3 a:hover {
    color: var(--judges-base);
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
    z-index: 1;
}

.why-choose-one__circle {
    position: absolute;
    top: 48px;
    right: 100px;
    height: 448px;
    width: 448px;
    border-radius: 50%;
    border: 2px dashed var(--judges-base);
    transform: rotate(0deg);
    z-index: -1;
}

.why-choose-one__content-one {
    position: relative;
    display: block;
}

.why-choose-one__img-one {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-one::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-one:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-one img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-one:hover img {
    transform: scale(1);
}

.why-choose-one__content-two {
    position: relative;
    display: block;
    margin-top: 27px;
}

.why-choose-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 2px solid rgba(var(--judges-base-rgb), .15);
    background-color: var(--judges-white);
    border-radius: 50%;
    margin-left: 38px;
    margin-bottom: 38px;
    animation: topBottom 3s ease-in-out infinite;
}

.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--judges-base);
}

.why-choose-one__img-two {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-two::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-two:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-two img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-two:hover img {
    transform: scale(1);
}

.why-choose-one__round-text-box {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: var(--judges-base);
    margin-top: 20px;
    margin-left: 70px;
    z-index: 5;
}

.why-choose-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
}

.why-choose-one__curved-circle {
    position: absolute;
    top: 8px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--judges-white);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    word-spacing: 0px;
    transform: rotate(0deg);
    height: 210px !important;
    font-family: var(--judges-font-two);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.why-choose-two__shape-1 {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: -1;
}

.why-choose-two__shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-right: 30px;
    z-index: 1;
}

.why-choose-two__left:before {
    content: "";
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -10000000px;
    right: 300px;
    background-color: rgba(var(--judges-base-rgb), .10);
    z-index: -1;
}

.why-choose-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.why-choose-two__img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
}

.why-choose-two__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.active .why-choose-two__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.why-choose-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.why-choose-two__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.why-choose-two__video-link .ripple,
.why-choose-two__video-icon .ripple:before,
.why-choose-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.why-choose-two__right {
    position: relative;
    display: block;
}

.why-choose-two__right .section-title {
    margin-bottom: 31px;
}

.why-choose-two__text {
    margin-bottom: 37px;
}

.why-choose-two__points-box {
    position: relative;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.why-choose-two__points {
    position: relative;
    display: block;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    gap: 15px;
}

.why-choose-two__points li+li {
    margin-top: 17px;
}

.why-choose-two__points li .icon {
    position: relative;
    display: block;
    top: 3px;
}

.why-choose-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-two__points li:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-two__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-two__points li .content h3 {
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 9px;
}

.why-choose-two__points li .content h3 a {
    color: var(--judges-black);
}

.why-choose-two__points li .content h3 a:hover {
    color: var(--judges-base);
}
.why-choose-two__points li .content p {
    font-size: 16px;
}
.why-choose-two__btn-box {
    position: relative;
    display: block;
    margin-top: 51px;
}





/*--------------------------------------------------------------
# End All Css
--------------------------------------------------------------*/
/* .financial-top h2{
    font-size:34px;
}

.financial-item{
    border-right:none;
    border-bottom:1px solid #ece7dc;
} */

/* responsive */
@media(max-width:991px){


    .privacy-block h3{
        font-size:30px;
    }
    /* ========================= */
    .foundation-highlight-card h3{
        font-size:32px;
    }

    .foundation-text{
        font-size:18px;
    }
/* ==================== */
    .immediate-help-box{
        flex-direction:column;
        text-align:center;
    }

    .help-middle{
        flex-wrap:wrap;
        justify-content:center;
    }

    .help-feature::after{
        display:none;
    }


    .custom-about-content{
        margin-top: 50px;
        padding-left: 0;
    }

    .custom-about-content h2{
        font-size: 32px;
    }

    .about-points{
        grid-template-columns: 1fr;
    }
    .legal-box{
        padding:40px 25px;
    }

    .top-heading{
        font-size:32px;
    }

    .main-heading{
        font-size:28px;
    }

    .legal-card{
        font-size:18px;
    }
    .guide-main-title{
        font-size:37px;
    }
    .civil-main-title{
        font-size:26px;
    }
    .legal-box-title{
        font-size:32px;
    }
    /* ================= */
    .terms-title{
        font-size:40px;
    }

    .terms-intro h3,
    .bottom-box h3,
    .consent-box h3{
        font-size:28px;
    }

    .term-card h4{
        font-size:24px;
    }

    .terms-wrapper{
        padding:25px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /* .main-menu-two__left .main-menu-two__logo a img{
        height: 90px ;
} */
.container
 {
    padding-left: 19px;
    padding-right: 19px;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-size: 15px;
}
.thm-btn {
    font-size: 12px;
}
.call-number {
    font-size: 14px;;
}
.call-label {
    font-size: 15px;
}
.blog-two__single {
    min-height: 608px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info__single h3 {
        font-size: 16px;
        line-height: 25px;
    }


.testimonial-two__single:hover {
    transform: translateY(-10px);
    border-top: 10px solid var(--judges-black);
}
    .testimonial-two__single {
        padding: 59px 20px 22px;
    }

    .services-page .services-one__single {
        min-height: 660px;
    }

.testimonial-two__single {

    min-height: 460px;
}

.counter-two__single {
    padding: 30px 30px 0 30px;
    margin-bottom: 30px;
}

.immediate-help-box {
    flex-wrap: wrap;
}
.about-two__img-two {
    bottom: -82px;
    right: -285px;
}
.about-two__vission-mission::before {
    left: -30px;
}
.about-two__video-link {
    bottom: -46px;
    right: 49px;
}
.testimonial-two__single {
    min-height: 455px;
}
#legal .pricing-one__single-inner {
    min-height: 725px;
}
.services-page {
    padding: 75px 0 35px;
}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
 

.main-menu-two__logo img {
    height: 60px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span {
    line-height: 22px;
}
.blog-two__title {
    font-size: 21px;

}.blog-two__single {
    min-height: 600px;

}
#legal .pricing-one__single-inner {
    min-height: auto;
}
.services-page {
    padding: 60px 0 40px;
}
.services-page .services-one__single {
    margin-bottom: 30px;
    min-height: 600px;
}
.page-header {

    padding: 130px 0px 130px;
}
.page-header__inner h2 {
    font-size: 50px;
}
.service-details {
    padding: 75px 0 75px;
}
.service-details__title-1 {
    font-size: 25px;
    margin-top: 19px;
}

.service-details__sidebar-contact-content h2 {
    font-size: 20px;
    line-height: 29px;
}
.contact-info {
    padding: 65px 0 25px;
}
.contact-info__single {
    padding: 26px 26px 26px;
    margin-bottom: 30px;
    min-height: auto;
}

}

/* Mobile Devices: 320px to 767px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .case-two__single:hover .case-two__icon-box {
        display: none;
    }
    .case-two__content-box {
        padding: 0 19px 19px;
        /* bottom: -22px; */
    }    
    .case-two__img-box::after {
        bottom: 18px;
    }
    .case-two__img-box::before {
        left: 18px;
    }    
    .case-details__information-list li {
        display: block !important;
    }
    .case-details__get-started-points li p {
        font-size: 14px;
    }
    .case-details__get-started-points li .icon span {
        font-size: 13px;
    }
    .case-details__get-started-points li {
        gap: 11px;
    }
    .service-details {
        padding: 75px 0 75px;
    }

    .service-details__title-1 {
        font-size: 25px;
        margin-top: 19px;
    }

    .service-details__sidebar-contact-content h2 {
        font-size: 20px;
        line-height: 29px;
    }
    .services-one__icon span {
        font-size: 35px;
    }
    .service-details__sidebar-contact-content h3 {
        font-size: 22px;
        line-height: 30px;

    }
    .services-one__icon {
        height: 60px;
        width: 60px;
    }
    .service-details {

        padding: 45px 0 45px;
    }

    .services-page {
        padding: 45px 0 25px;
    }
    /* =================== */

    .about-one__points {
        flex-wrap: wrap;
    }
    .about-one__btn-box {
        text-align: center;
        margin-top: 20px;
    }
    .about-one__points li {
        width: 100%;
    }
    .counter-two__single {
        border-right: none;
    }
    .experience-box {
        min-width: 245px;
        padding: 17px 27px;
    }
    .experience-box h2 {
        font-size: 37px;}
        .experience-box p {

            font-size: 15px;
        }        
.about-section {
    padding: 45px 0 0;
}
    .pricing-one__main-tab-box .tab-buttons {
        flex-wrap: wrap;
        gap: 21px;
        width: 100%;
    }

    .pricing-one__main-tab-box .tab-buttons .tab-btn span , .pricing-one__main-tab-box .tab-buttons .tab-btn {
        width: 100%;
    }
    .thm-btn {
        font-size: 12px;
        padding: 7px 14px 7px;
    }
    .thm-btn .thm-btn-icon-box {
        width: 25px;
        height: 25px;
        font-size: 12px;

    }
    .main-menu-two__logo img {
        height: 56px;
    }
    /* ========================== */
    
    .terms-title{
        font-size:32px;
    }

    .terms-subtitle{
        font-size:15px;
    }

    .terms-intro{
        flex-direction:column;
    }

    .consent-box{
        flex-direction:column;
        align-items:flex-start !important;
    }

    .term-card{
        padding:22px;
    }

    .term-card h4{
        font-size:22px;
    }

    .terms-intro h3,
    .bottom-box h3,
    .consent-box h3{
        font-size:24px;
    }
/* ======================================== */
    .privacy-policy-card{
        padding:28px 22px;
    }

   

    .privacy-subtitle{
        font-size:18px;
    }

    .privacy-block{
        flex-direction:column;
    }

    .privacy-block h3{
        font-size:24px;
    }

    .privacy-info-box{
        padding:24px;
    }

    .privacy-info-box h4{
        font-size:22px;
    }

    .privacy-usage-box{
        padding:24px;
    }

    .usage-top{
        flex-direction:column;
    }

    .usage-top h3{
        font-size:26px;
    }

    .privacy-consent-box{
        flex-direction:column;
    }
    /* ================================= */
    .foundation-card{
        padding:26px 22px;
    }

    .foundation-item{
        gap:14px;
    }

    .foundation-icon{
        width:48px;
        height:48px;
    }

    .foundation-icon i{
        font-size:20px;
    }

    .foundation-item h4{
        font-size:18px;
    }

    .foundation-item p{
        font-size:15px;
    }

    .foundation-highlight-card h3{
        font-size:26px;
    }

    .foundation-text{
        font-size:16px;
    }

    .foundation-note{
        padding:18px;
    }

    
    /* ================================ */
    .financial-record-box{
        padding:28px 22px;
    }

    .financial-top h2{
        font-size:28px;
    }

    .financial-top p{
        font-size:16px;
    }

    .financial-item h4{
        font-size:18px;
    }

    .financial-btn{
        width:100%;
        justify-content:center;
    }

/* ============================== */
    .counter-two__single{
        border: 0;
    }
 
    .practice-area-section {
        padding: 50px 0;
    }
    h2.section-title__title.title-animation{
        margin-bottom: 10px !important;
    }
    .immediate-help-box{
        padding:25px 20px;
        border-radius:24px;
    }

    .help-left{
        flex-direction:column;
    }

    .help-middle {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        width: 100%;
    }

    /* .help-feature {
        flex-direction: row-reverse;
        justify-content: flex-start;
    } */
    .why-choose-two__points-box {
        display: block;
    }

    .about-two__img-content {
        padding: 18px 22px 18px;
        top: unset;
       bottom: 18px;
    }
    .about-two__video-link {
        bottom: 169px;
    }

    /* ======================================== */

    .legal-note-box {
        padding: 15px 15px;
        text-align: center;
    display: block;
    }
    .note-icon {
        margin: auto;
        margin-bottom: 11px;
    }

    .civil-top-wrap {
        flex-direction: column;
        align-items: center;
    }

    .civil-main-title{
        font-size:24px;
        text-align: center;

    }

    .civil-top-text{
        font-size:16px;
        text-align: center;

    }
    .financial-tag {
        display: none;
    }
    .civil-process-card{
        padding:28px 22px;
    }

    .civil-process-card h4{
        font-size:22px;
    }

    .civil-note-box{
        flex-direction:column;
        text-align: center;
    }
    .note-check {
        margin: auto;
    }
    .legal-info-item h4 {
        text-align: center;
    }

    .legal-info-item {
        display: block;
        align-items: flex-start;;
        align-items: center;
    }
    /* =========================================== */
    .legal-info-box{
        padding:28px 22px;
        margin-bottom: 20px;
    }
    .legal-icon {
      
        margin: auto;
        margin-bottom: 10px;
    }
    .legal-box-title{
        font-size:26px;
    }

    .legal-box-desc{
        font-size:16px;
        text-align: center;
    }

    .legal-info-item{
        gap:14px;
    }



    .legal-info-item h4{
        font-size:20px;
    }
    /* ================================= */
    .contact-page {
        padding: 0 0 50px;
    }
    .contact-info {
        padding: 65px 0 25px;
    }
        
}
@media(max-width:767px){
    
    .main-menu-two__logo img {
        height: 60px;
    }
    .thm-btn {
        font-size: 12px;
    }

    .quote-modal-content{
        padding:32px 22px;
        border-radius:22px;
    }

    .quote-title{
        font-size:34px;
    }

    .quote-subtitle{
        font-size:15px;
        margin-bottom:28px;
    }

    .quote-row{
        flex-direction:column;
        gap:18px;
    }

    .quote-field input,
    .quote-field select{
        height:62px;
    }

    .quote-field textarea{
        height:160px;
    }

    .quote-btn{
        width:100%;
        justify-content:center;
    }



    .process-main-title{
        font-size:30px;
    }

    .timeline-wrapper::before{
        left:25px;
    }

    .timeline-item{
        gap:18px;
    }

    .timeline-icon{
        min-width:50px;
        height:50px;
        font-size:16px;
    }

    .timeline-content{
        padding:20px;
    }

    .timeline-content h4{
        font-size:20px;
    }
 

    .guide-main-title{
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
    }

    .guide-top-text {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
    .guide-mini-title::before {
        left: 18%;
    }
    .guide-mini-title {
        display: flex;
        text-align: center;
        justify-content: center;
    }
}

@media(max-width:576px){

    .top-heading{
        font-size:26px;
    }

    .main-heading{
        font-size:24px;
    }

    .sub-text{
        font-size:16px;
    }

    .bottom-text{
        font-size:18px;
    }

    .legal-card{
        padding:22px 18px;
    }

}

