/*
 Theme Name:   Jdavidsonlaw
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  jdavidsonlaw
*/

/* inter-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/inter-v20-latin-200.eot');
    src: url('./fonts/inter-v20-latin-200.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-200.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-200.woff') format('woff'),
        url('./fonts/inter-v20-latin-200.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-200.svg#Inter') format('svg');
}

/* inter-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v20-latin-300.eot');
    src: url('./fonts/inter-v20-latin-300.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-300.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-300.woff') format('woff'),
        url('./fonts/inter-v20-latin-300.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-300.svg#Inter') format('svg');
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-regular.eot');
    src: url('./fonts/inter-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-regular.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-regular.woff') format('woff'),
        url('./fonts/inter-v20-latin-regular.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-regular.svg#Inter') format('svg');
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v20-latin-500.eot');
    src: url('./fonts/inter-v20-latin-500.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-500.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-500.woff') format('woff'),
        url('./fonts/inter-v20-latin-500.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-500.svg#Inter') format('svg');
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v20-latin-600.eot');
    src: url('./fonts/inter-v20-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-600.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-600.woff') format('woff'),
        url('./fonts/inter-v20-latin-600.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-600.svg#Inter') format('svg');
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v20-latin-700.eot');
    src: url('./fonts/inter-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-700.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-700.woff') format('woff'),
        url('./fonts/inter-v20-latin-700.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-700.svg#Inter') format('svg');
}

/* marcellus-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/marcellus-v14-latin-regular.eot');
    src: url('./fonts/marcellus-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/marcellus-v14-latin-regular.woff2') format('woff2'),
        url('./fonts/marcellus-v14-latin-regular.woff') format('woff'),
        url('./fonts/marcellus-v14-latin-regular.ttf') format('truetype'),
        url('./fonts/marcellus-v14-latin-regular.svg#Marcellus') format('svg');
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v24-latin-regular.eot');
    src: url('./fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/poppins-v24-latin-regular.woff2') format('woff2'),
        url('./fonts/poppins-v24-latin-regular.woff') format('woff'),
        url('./fonts/poppins-v24-latin-regular.ttf') format('truetype'),
        url('./fonts/poppins-v24-latin-regular.svg#Poppins') format('svg');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b, strong {
    font-weight: 800;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Marcellus';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Inter';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

input::-moz-placeholder {
    color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

input:-moz-placeholder {
    color: var(--placeholdercolor);
}

html {
    scroll-behavior: smooth;
}

.post,
.page {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:empty {
    display: none;
}

/*Header Sticky Menu*/

.container{
    width: 100%;
    max-width: 1500px;
    margin:0 auto;
}

.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #000;
    z-index: 9999;
    border-bottom: 2px solid #ab7a00;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a,
.header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Inter';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}

.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 16px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 3px;
}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #ab7a00;;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}

.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Inter';

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo {
    max-width: 350px;
    text-align: center;
}



.sticky-wrap {
    display: none;
}


header#site-header.f-nav {
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Inter';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #ab7a00;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
 
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    font-weight: 400;
    border: 0;
    margin: 0 0 15px;
    text-decoration: none;
}

.mobinav a:hover {
    color: #010101;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
    font-size: 16px;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display: block;
}

.body-content {
    width: 100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}


#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #ab7a00;
    padding: 0px 0;
    z-index: 999;
}

#main-navigation ul li:hover ul.sub-menu {
    display: block
}

#main-navigation ul li:hover ul.sub-menu li {
    position: relative;
    border: 0;
}

#main-navigation ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%
}

#main-navigation .sub-menu li.current-menu-item>a {
    background-color: #f5f1e9;
    color: #0e1218;
}   

#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item>a {
    background-color: #f5f1e9;
    color: #010101;
}

#main-navigation .sub-menu li:after {
    display: none;
}

#main-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}

#main-navigation .sub-menu li a:after {
    display: none
}

#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 100%;
    padding: 0px 0;
    z-index: 999;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #000000;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 15px 0 10px;
        border-bottom: 1px solid #f2b30e;
}
.site-header.is-sticky .header-number {
    margin: 0 0 20px;
}
.site-header.is-sticky .site-branding img {
        width: 100%;
    max-width: 300px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width: 280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}

.mobilenav.show {
    left: 0;
}

#mobilenav-toggle {
    display: none;
}

.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}

.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}

.close-mobilenav {
    font-size: 0;
    line-height: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display: block
    }
}

#mobile-navigation {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-top: 45px;
}

#mobile-navigation ul {
    margin: 0;
    padding: 0
}

#mobile-navigation ul li {
    display: block;
    padding: 0 0px;
    margin: 0;
    position: relative
}

#mobile-navigation ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 6px 10px;
    display: block;
    min-width: inherit
}

#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li:hover>a {
    color: #fff
}

#mobile-navigation .sub-menu li a {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    display: block;
    text-align: left
}

#mobile-navigation ul li .drop.close,
#mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}

#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}

#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

#mobile-navigation .sub-menu.open {
    max-height: 200px;
}




.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}

/*Banner section*/
.hero-section {
    background-color: #f1e1e1;
    padding: 260px 0;
}

.col-full {
    text-align: center;
}

.col-left h1 {
    font-size: 50px;
    margin: 0 0 20px;
}


/*About Section*/
.hero-bottom-section {
    background-color: #e4d7d7;
    padding: 120px 0;
}


/*Attorney Section*/
.attorney-section {
    padding: 139px 0;
    background-color: #eee;
}

.attorney-section .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attorney-section .col-left {
    width: 50%;
    padding: 30px;
    background-color: #29d100;
    color: #fff;
    border-radius: 20px;
}

.attorney-section .col-right {
    background-color: #e4d7d7;
    width: 46%;
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Results Section*/

.caseresults-section {
    padding: 100px 0
}

.caseresults-section ul.splide__list li {
    margin: 0 10px;
}

.caseresults-section .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
    height: 12px;
    bottom: -40px;
}

.caseresults-section .splide__pagination__page.is-active {
    background: #29d100;
    transform: scale(1.4);
    z-index: 1;
}


/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}


.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}

.tab-buttons {
    margin: 0 0 20px;
}


/*---common button---*/
a.cmn-btn {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
    display: inline-block;
    padding: 27px 25px 28px 87px;
    background-color: #ab7a00;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: relative;
        border: 1px solid transparent;
}

a.cmn-btn:hover {
        background-color: transparent;
    border-color: #ab7a00;
}

a.cmn-btn::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -71px -15px;
    width: 53px;
    height: 63px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}

/*---Header---*/
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 28px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.site-header .container {
    max-width: 100%;
    padding: 0 98px;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-branding a img {
    display: block;
    width: 100%;
}
.hdr-cnt-nav {padding: 0 6px 0 0;}
.header-number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 0 0 43px;
}

.header-number strong {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 13px 0 0;
    border-right: 1px solid #3b3b3b;
}

.header-number .hdr-call {
    font-size: 32px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.64px;
    margin: 0;
    display: inline-block;
    padding: 0 0 0 47px;
    position: relative;
    color: #ffffff;
}
.header-number .hdr-call a{ display: inline-block;}
.header-number .hdr-call a:hover {
    color: #ab7a00;
}

.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -16px;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#main-navigation ul {
    margin: 0
}

#main-navigation ul li {
    display: inline-block;
    padding: 0 22px 0;
    line-height: 1;
    position: relative;
    margin: 0;
    border-right: 2px solid #ffffff;
}

#main-navigation ul li:first-child {
    padding-left: 0;
}

#main-navigation ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

#main-navigation ul li a {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    
}
#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li > a:hover {
    color: #f3b81f;
}

/*---Home Banner Section---*/
.hm-bnr-sec {
    background-image: url(images/hm-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 0;
    position: relative;
}

.hm-bnr-sec .container {
    max-width: 1600px;
}

.hm-bnr-blk {
    display: flex;
    justify-content: space-between;
}

.hm-bnr-lft {
    width: 35%;
    position: relative;
    padding: 0 0 0 30px;
    margin: 18px 0 0;
}

.hm-bnr-lft::before {
    position: absolute;
    content: "";
    background-color: #ab7a00;
    width: 2px;
    height: 410px;
    left: 0;
    top: 0;


}

.hm-bnr-lft .hm-bnr-title small::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 6px;
    height: 76px;
    bottom: 0;
    left: -34px;
}

.hm-bnr-lft .hm-bnr-title {
    font-size: 100px;
    font-family: 'Marcellus';
    font-weight: 400;
    line-height: 0.9;
    color: #f2b30e;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 37px;

}

.hm-bnr-lft .hm-bnr-title small {
    font-size: 39px;
    font-family: 'Inter';
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 10px;
    display: block;
    letter-spacing: 0;
    text-transform: none;
}

.hm-bnr-lft .hm-bnr-title strong {
    font-size: 33px;
    font-family: 'Inter';
    font-weight: 700;
    display: block;
    line-height: 1.2;
    color: #ffffff;
    margin: 25px 0 0;
    letter-spacing: 0;
}

.banner-scrolling a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    color: #757575;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 10.56px;
    writing-mode: vertical-lr;
    padding: 0 0 78px;
    display: inline-block;
    position: relative;
}

.banner-scrolling a::after {
    position: absolute;
    content: "";
    background-color: #757575;
    width: 1px;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-scrolling {
    position: absolute;
    right: 52px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}
.hm-bnr-rgt {
    padding: 0 50px 0 0;
    width: 54.1%;
    margin:0 0 -10px;
}
.hm-bnr-img img{
    display: block;
    width: 100%;
}
.hm-bnr-btm-sec {
    background-color: #000;
}

.hm-bnr-btm-sec .container {
    max-width: 100%;
    padding: 0 30px;
}

.hm-bnr-btm-blk {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;

}

.hm-bnr-btm-itm {
    padding: 30px 10px;
    background-color: #000;
    border: 2px solid #232d2f;
    border-radius: 10px;
    width: 16%;
}

.hm-bnr-btm-itm:hover h4 {

    color: #ffffff;
}

.hm-bnr-btm-itm:hover {
    background-color: #ab7a00;
}

.hm-bnr-btm-itm:hover h4::before {
    background-color: #1a1a1a;
}

.hm-bnr-btm-itm h4 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.3;
    color: #8d8d8d;
    letter-spacing: -0.36px;
    padding: 0 0 0 78px;
    position: relative;
    margin: 0;
}

.hm-bnr-btm-itm h4::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -90px;
    width: 75px;
    height: 82px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.hm-bnr-btm-itm.clients h4::before {
    background-position: -88px -90px;
}

.hm-bnr-btm-itm.trials h4::before {
    background-position: -171px -91px;
}


.hm-bnr-btm-itm.provided h4::before {
    background-position: -244px -86px;
}


.hm-bnr-btm-itm.rights h4::before {
    background-position: -324px -85px;
}


.hm-bnr-btm-itm.recognition h4::before {
    background-position: -401px -84px;
}
/* ------------------- */
.hm-criminal-defense {
    padding: 75px 0 0;
    background-color: #000;
}
.hm-criminal-defense h4{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3.24px;
    color: #ffffff;
    margin: 0 0 8px;
    text-transform: uppercase;
    text-align: center;
}
.text-heading {
    font-family: 'Marcellus';
    font-size: 65px;
    line-height: 1.1;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 35px;
    text-align: center;
    position: relative;
    text-transform: none;
}

.text-heading strong {
    color: #ab7a00;
    line-height: 1;
    font-weight: 400;
}
.hm-criminal-defence-lft {
    width: 46.6%;
}
.hm-criminal-defence-rgt {
    width: 41.1%;
}
.hm-criminal-defence-blk {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    padding: 0 0 0 22px;
    position: relative;
        align-items: center;
}
.hm-criminal-defense .text-heading {
    padding: 0 0 30px;
    margin: 0 0 28px;
}
.hm-criminal-defense .text-heading::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background-color: #ab7a00;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hm-criminal-defence-lft-img img{
    width: 100%;
    display: block;
    border-radius: 30px;
}
.hm-criminal-defence-rgt p{
    font-size: 19px;
    font-family: 'Inter';
    line-height: 1.5;
    color:#fff;
    letter-spacing: -0.38px;
    font-weight: 400;
    margin: 0 0 25px;
}
 /* --------------- */
 .award-sec {
    padding: 90px 0 ;
    background-color: #000;
    text-align: center;
    border-bottom: 4px solid #ab7a00;
}
.award-sec h6{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3.24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.award-sec .text-heading {
    margin: 0 0 24px;
}
.award-blk {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.award-item {
    width: 13.55%;
    padding: 29px 21px;
    border: 1px solid #232d2f;
    border-radius: 10px;
        display: flex;
    align-items: center;
}
.award-item-img img {
    width: 100%;
    display: block;
}
.award-item:hover {
    background-color: #ab7a00;
    border-color: #ab7a00;
}
.award-sec h4{
    font-size: 28px;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.56px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin:  0 0 30px;
}
.award-sec h4 a:hover{color: #ab7a00;}
.award-sec h4 strong{
    font-weight: 700;
}
 
/* -------------------- */

.home-phoenix-section{
    position: relative;
    padding: 50px 0 100px;

}
.phnx-prct-cmn{
    position: relative;
     background-color: #000;
}
.phnx-prct-cmn::before{
    content: "";
    background-image: url(./images/Phoenix-background-img.webp);
    filter: grayscale(1);
    background-size: 100% auto;
    background-position:top center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    opacity: 29%;
    pointer-events: none;
}
.home-text-transparent{
    font-size: 200px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255 / 3%);
    line-height: 1;
    margin: 0 0 -55px;
}

.home-phoenix-section .text-heading{
  
    margin: 0 0 5px;
}
.home-phoenix-section .text-heading strong{color: #f3b81f;font-weight: 400;}
.home-phoenix-section h6{ text-align: center; color: #fff; font-size: 22px; font-family: 'Inter'; line-height: 1.4; letter-spacing: -0.44px; font-weight: 300; margin: 0 0 45px; }


/*Faq Section*/
.accordion-section {
    padding: 120px 0;
    background-color: #eee;
}

.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.accordion-item .accodian-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}

.accordion-item h3.active {
    background: #134653;
}



/* ------------------ */

.accordion-blk{ column-count: 2; column-gap: 50px; }
.accordion-blk .accordion-item{width: 100%; display: inline-block; background: rgb(0 0 0 / 27%); margin: 0 0 25px; border: 1px solid rgb(255 255 255 / 45%); border-radius: 10px; padding: 0px 20px; }
.accordion-blk .accordion-item h3{ font-size: 26px; color: #fff; background: transparent; line-height: 1; margin: 0; padding: 25px 70px 25px 65px; position: relative; font-family: 'Marcellus'; font-weight: 400; }
.accordion-blk .accordion-item h3.active{color: #f2b30e;}
.accordion-blk .accordion-item h3::after,.accordion-blk .accordion-item h3::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 50px; height: 58px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; background-position: -142px -14px; background-repeat: no-repeat; }
.accordion-blk .accordion-item h3::after{ right: 0; left: auto; background-position: -6px -331px; height: 47px; }
.accordion-blk .accordion-item h3.active::after{background-position: -6px -397px;}
.accordion-blk .accordion-item p{margin: 0 0 10px;text-align: left;line-height: 1.7;font-size: 18px;font-family: 'Inter';font-weight: 400;letter-spacing: -0.36px;color: #fff;}
.accordion-blk .accordion-item .accodian-text.open{ padding-bottom:23px; max-height: 100% !important; }
.accordion-blk .accordion-item .accodian-text{ padding: 0px 44px 0px 62px; }
.accordion-blk .accodian-text { padding-top: 0; padding-bottom: 0; transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease; }
.frequently-accordion-blk .accodian-text.open { padding-top: 10px; padding-bottom: 10px; }





/*tab section*/ 
.home-phoenix-section .tab-container {    display: flex; justify-content: center; gap: 25px; }
.home-phoenix-section .tab-titles{width: 45%;}
.home-phoenix-section .tab-content-container{width: 45%;border-radius: 10px;border: 1px solid #f3b81c;}
.home-phoenix-section .tab-titles h3{font-size: 26px; color: #fff; background: transparent; line-height: 1; margin: 0 0 20px; padding: 25px 70px 25px 65px; position: relative; font-family: 'Marcellus'; font-weight: 400;border: 1px solid rgb(255 255 255 / 45%); position: relative;    border-radius: 10px;cursor: pointer;}
.home-phoenix-section .tab-titles h3:nth-child(6) {margin: 0; }
.home-phoenix-section .tab-titles h3.active{color: #f2b30e;}
.home-phoenix-section .tab-titles h3::after,.tab-titles h3::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 50px; height: 58px; position: absolute; left: 8px; top: 0; bottom: 0; margin: auto 0; background-position: -142px -14px; background-repeat: no-repeat; }
.home-phoenix-section .tab-titles h3::after{ right: 0; left: auto; background-position: -6px -331px; height: 47px;right:8px; }
.home-phoenix-section .tab-titles h3.tab-title.active::after{background-position: -6px -397px;}
.home-phoenix-section .tab-content-container .tab-content.active{background-color:transparent; display: block;}
.home-phoenix-section .tab-content-container .tab-content{margin: 0px;text-align: left;line-height: 1.7;font-size: 18px;font-family: 'Inter';font-weight: 400;letter-spacing: -0.36px;color: #fff;    border: none;    padding: 30px 25px;display: none;}
.home-phoenix-section .tab-content-container .tab-content p{margin: 0 0 20px;}
.home-phoenix-section .tab-content-container .tab-content p:last-child{margin: 0;}
.home-phoenix-section .home-phoenix-section .tab-content.active {display: block; }
.home-phoenix-section .home-phoenix-section .tab-content {display: none; padding: 20px; border: 1px solid #ddd; border-radius: 10px; }

/* ---------------- */
.home-practice-section{ position: relative; z-index: 0; padding:110px 0; border-bottom: 5px solid #ab7a00; }
.home-practice-section::before{ content: ""; height: 46%; background-image: -webkit-linear-gradient( 90deg, rgb(8,10,13) 0%, rgba(8,10,13,0) 0%, rgb(7,8,10) 100%); width: 89.3%; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; z-index: -1; pointer-events: none; border-radius: 30px; }
.home-practice-section h5{ color: #f2b30e; text-align: center; font-size: 18px; text-transform: uppercase; font-family: 'Inter'; font-weight: 700; letter-spacing: 3.24px; line-height: 1; margin: 0 0 20px; }
.home-practice-section .text-heading{ margin: 0 0 50px; }
.practice-blk{display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin: 0 0 70px;}
.practice-item::before{ content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(47,53,62) 0%, rgba(47,53,62,0) 100%); position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; pointer-events: none; }
.practice-item{ position: relative; border-radius: 20px; border: 3px solid #ab7a00; overflow: hidden; background-color: #ab7a00; width: 32%; }
.practice-item .practice-img img{ border-radius: 16px; width: 100%; display: block; }
.practice-item .practice-cont h4{ color: #ab7a00; font-size: 40px; font-family: 'Marcellus'; line-height: 1; font-weight: 400; margin: 0; transition: 0.5s ease; }
.practice-item .practice-cont p{opacity: 0; color: #fff; font-size: 18px; font-family: 'Inter'; font-weight: 400; line-height: 1.7; margin: 0px; height: 0; transition: 0.5s ease; }
.practice-item .practice-cont {position: absolute;bottom: 50px;padding: 0 55px;text-align: left;}
.practice-item .practice-cont .practice-itm-btn{transition: 0.7s ease; height:0; opacity:0; }
.practice-item .practice-cont .practice-itm-btn a{ font-size: 26px; color: #fff; text-transform: uppercase; font-weight: 700; font-family: 'Inter'; letter-spacing: 0.208px; text-decoration: underline; line-height: 1; display: inline-block; }
.practice-item:hover .practice-cont .practice-itm-btn, .practice-item:hover .practice-cont p{ opacity: 100%;height:100%; }
.practice-item:hover .practice-cont p{margin: 0 0 50px;}
.practice-item:hover .practice-cont h4{ margin: 0 0 20px; animation: 0.5s ease; color: #fff; }
.practice-item:hover::before{ display: none; }
.practice-item:hover .practice-img{ opacity: 15%; }
.home-practice-section .practice-btn {text-align: center; }
.prct-hvr a {position: absolute; inset: 0; font-size: 0; width: 100%; height: 100%; z-index: 2; }

/* ------------------- */
.hm-testimonials{
    background-color: #000;
    padding: 105px 0 0;
}
.hm-testimonials .hm-testi-cnct {
    background-color: #ab7a00;
    padding: 48px 110px;
    border-radius: 30px;
}
.hm-testimonials .testi-item {
    width: 100%;
    background-color: #11161c;
    border-radius: 20px;
    padding: 50px 35px 125px 40px;
    position: relative;
}
.star-rat{
    width: 128px;
    height: 26px;
    margin:  0 0 30px;
}
.hm-testimonials .text-heading {
    text-shadow: 0 4px 5px #000000;
    margin: 0 0 30px;
}
.hm-testimonials .testi-item p{
    font-family: 'Inter';
    font-weight: 300;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: -0.38px;
    color: #b2b2b2;
    margin: 0;
}
.hm-testimonials .testi-item h5 {
    font-family: 'Marcellus';
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    bottom: 60px;
}
.hm-testimonials .hmtesti-btn {
    text-align: center;
    margin: 35px 0 0;
}
.hm-testimonials .hmtesti-btn a.cmn-btn{
    background-color: #11161c;
    position: relative;
    z-index: 1;
}
.hm-testimonials .hmtesti-btn a.cmn-btn:hover{
background-color: transparent;
}
.hm-testimonials .hmtesti-btn a.cmn-btn::before{
   background-position: -71px -15px;
}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -84px;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button.owl-prev, .hm-testimonials .hm-testi-list.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position:-307px -199px !important;
    width: 21px;
    height: 15px;
    font-size: 0;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{
       background-position-y:  -231px !important;}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button.owl-next{
    background-position: -352px -199px !important;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button.owl-next:hover{
   background-position-y:  -231px !important;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-stage, .hm-testimonials .hm-testi-list.owl-carousel.owl-drag .owl-item {
    display: flex;}


/* ----------- */
.hm-kind-section{
    background-color: #000;
    padding: 120px 0 85px;
    position: relative;
    background-image: url(images/kind-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hm-kind-section::before {
    position: absolute;
    content: "";
    background-image: url(images/kind-se-before-D.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 285px;
    height: 335px;
    top: 15%;
    right: 40px;
    opacity: 26%;
}
 
.hm-kind-section .container {
    max-width: 100%;
    margin: 0 0 0 auto;
}
.hm-kind-section .text-heading{
    text-align: left;
}
.hm-kind-blk {
    display: flex;
    justify-content: flex-end;
    width: 100%;
        align-items: flex-end;
}
.hm-kind-lft-cnct {
    padding: 0 0px 0px 30px;
    position: relative;
    border-left: 2px solid #ab7a00;
    width: 91.8%;
    margin: 0px 0 35px;
}
.hm-kind-lft h6{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    margin: 0 0 60px;
}
.hm-kind-lft h6 strong{
    font-weight: 600;
    color: #f3b81f;
}
.hm-kind-lft .hm-kind-lft-cnct p{
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.65;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #b2b2b2;
    margin: 0 0 35px;
}
.hm-kind-btn-call {
    display: flex;
    justify-content: flex-start;
    gap: 58px;
    align-items: center; 
}
.hm-kind-call{
    position: relative;
}
.hm-kind-call{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.64px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 45px;
}
.hm-kind-call a{
display: inline-block;
}
.hm-kind-call a:hover{
    color: #ab7a00;
}
.hm-kind-call a:before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -16px;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-kind-lft {
    width: 48.6%;
    margin: 0 -310px 0 0;
}
.hm-kind-rgt {
    margin: 0;
    width: 57.5%;
}
 

/* ------------------------ */

.hm-case-result-sec{
    background-color: #000;
    text-align: center;
}
.hm-case-result-sec .container{
    max-width: 1700px;
}
.hm-case-result-cnct {
    position: relative;
    z-index: 1;
    border-radius: 50px;
    padding: 55px 0;
}
.hm-case-result-cnct .text-heading {
    margin: 0 0 45px;
}
.hm-case-result-cnct::before{
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient( 90deg, rgb(8,10,13) 0%, rgba(8,10,13,0) 0%, rgb(7,8,10) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50px;
}
.hm-case-result-sec h3{
    font-size: 200px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255 / 12%);
    line-height: 1;
    margin: 0 0 -30px;
}
.hm-case-result-itm h5{
    font-family: 'Marcellus';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin:  0 0 15px;
    color: #f3b81f;
    text-transform: uppercase;
}
.hm-case-result-itm p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #a6a6a6;
    margin: 0;
}
.hm-case-result-itm {
    width: 100%;
    padding: 25px 70px;
        border-radius: 20px;
            background-color: rgb(17, 22, 28);
            transition: all 0.5s ease;
}
.hm-case-result-blk.owl-carousel .owl-stage{
    display: flex;
}
.hm-case-result-blk.owl-carousel .owl-item{
    display: flex;
        background-color: #11161c;
}
.hm-case-result-blk.owl-carousel .owl-item.active.center .hm-case-result-itm{
   background-color: #ab7a00;
   border: 1px solid #fff;
   transform: scale(1.15);

}
.hm-case-result-blk.owl-carousel .owl-item.active.center .hm-case-result-itm h5 {
   color: #fff;
}
.hm-case-result-blk.owl-carousel .owl-item.active.center .hm-case-result-itm p{
    color: #fff;
}
.hm-case-result-blk.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
.hm-case-result-blk.owl-carousel .owl-nav button.owl-prev, .hm-case-result-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position: -307px -263px !important;
    width: 21px;
    height: 15px;
    font-size: 0;
}
.hm-case-result-blk.owl-carousel .owl-stage-outer {
    padding: 14px 0;
}
.hm-case-result-blk.owl-carousel .owl-nav button.owl-prev:hover{
    background-position-y: -295px !important;
}
.hm-case-result-blk.owl-carousel .owl-nav button.owl-next{
    background-position: -352px -264px !important;
}
.hm-case-result-blk.owl-carousel .owl-nav button.owl-next:hover{
    background-position-y: -294px !important;
}
.hm-case-result-btn {
    margin: 30px 0 0;
}
.hm-case-result-sec .hm-case-result-btn  a.cmn-btn:hover{
    color: #fff;
}
.hm-case-result-sec .hm-case-result-btn  a.cmn-btn::before {
    background-position: -71px -15px;
}
 
/*  */
.home-frequently-accordion-sec{background-color: #000;position: relative;padding: 0;margin: -400px 0 0;border-bottom: 5px solid #ab7a00;}
.home-frequently-accordion-sec .container{
    max-width: 1710px;
    margin: 0 auto 0 0;
}
 
.frequently-accordion-blk .accordion-item h3 {
    background: transparent;
    border-top: 1px solid rgba(181, 181, 181, 25%);
    padding: 0 110px 0 0;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -0.46px;
    line-height: 1.6;
    color: #b5b5b5;
    position: relative;
    margin: 0;
}
.frequently-accordion-blk .accordion-item h3:last-child{border: none;}
.frequently-accordion-blk .accordion-item .accodian-text {
    max-height: 0;
    overflow: hidden;
        text-align: left;
    border-left: 1px solid #ab7a00;
    transition: 0.6s ease;
}
.frequently-accordion-blk .accordion-item .accodian-text p{  font-family: 'Inter';
     font-weight: 400;
     font-size: 19px;
     color: #b5b5b5;
     letter-spacing: -0.38px;
     line-height: 1.8;
     position: relative;
     margin: 0;  
}
.frequently-accordion-blk .accordion-item h3:before{
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    margin: auto;
    width: 33px;
    height: 33px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -234px -32px;
}
.accordion-lft-img{
    width: 66.2%;
}
.accordion-lft-img.mob-accod {
    display: none;
}
.accordion-lft-img img{
    width: 100%;
    display: block;
}
 
.frequently-accordion-rit .accordion-item{
    padding: 30px 0px 30px 20px;
    border-bottom: 1px solid rgb(255 255 255 / 29%);
}
.frequently-accordion-rit .accordion-item:last-child{border: 0;}
.frequently-accordion-blk .accordion-item h3.active:before{background-position: -234px 2px;}
.frequently-accordion-blk .accordion-item h3.active {background: transparent;color: #f3b81f;}
.frequently-accordion-blk .accordion-item .accodian-text.open{max-height: 100% !important;}
.frequently-accordion-blk .accordion-item .accodian-text{padding: 0px 100px 0px 20px;}
.frequently-accordion-blk .accodian-text { padding-top: 0; padding-bottom: 0; transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease; }
.frequently-accordion-blk .accodian-text.open { padding-top: 10px; padding-bottom: 10px; }
.frequently-accordion-blk {display: flex;justify-content: space-between;align-items: flex-end;position: relative;}
.accordion.frequently-accordion-rit {position: absolute;width: 51.9%;right: 0;bottom: 7%;margin: auto;height: max-content;}
 
.frequently-accordion-blk h2 {
    text-align: left;
    padding-left: 20px;
}
 
 
/* ----------------- */
/*footer form*/
.hm-form .gfield label {display: none; } 
.hm-form-sec{padding: 0 90px;}
.hm-form-sec .container{width: 100%; max-width: 100%; } 
.hm-form{padding: 65px;background-color: #11161c;border-radius: 30px;margin: 0 0 -190px;}
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; } 
.hm-form-sec .text-heading{margin: 0 0 19px; text-transform: capitalize;}
.hm-form-sec p { font-family: 'Inter'; font-size:22px; color:#fff; line-height:1; margin: 0 0 20px; text-align: center; font-weight: 400; } 
.hm-form .gform_required_legend{display: none; } 
.ftr-form-sctn{text-align: center;background-image: url(images/form-bg.webp);padding: 80px 0 0;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;z-index: 1;width: 100%;display: flex;} 
.gchoice.gchoice_3_9_1 label {display: block; } fieldset#field_3_9 {padding: 0 !important; border: none;width: 100% !important; } 
.hm-form input::placeholder {color:#ffffff; } 
.hm-form input:-ms-input-placeholder {color:#ffffff; } 
.hm-form input::-ms-input-placeholder {color:#ffffff; } 
.hm-form textarea::placeholder {color:#ffffff; } 
.hm-form textarea:-ms-input-placeholder {color:#ffffff; } 
.hm-form textarea::-ms-input-placeholder {color:#ffffff; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {border: 1px solid #ffffff; margin: 0px; width: 100% !important; color: #ffffff; outline: 0px; position: relative; background-color: transparent; border-radius: 0;  font-family: 'Inter'; line-height: 1.2 !important; font-size: 18px !important; padding: 20px 20px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important;  font-weight: 400; } 
.hm-form .gfield{width: 32.4% !important;position: relative !important;} 
.hm-form .gfield.popfield{width: 100% !important; } 
.hm-form .gform_fields {display: flex !important;flex-wrap: wrap;gap: 15px !important;justify-content: space-between;align-items:center;} 
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 240px !important; resize: none; margin: 0; padding-top: 17px !important; margin: 0px; min-block-size: 0px !important; } 
.hm-form .gfield.msg {width: 100% !important; margin: 0 0 20px; } 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; } 
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #ab7a00;
}
 .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; } 
.hm-form-sec .gfield .ginput_container {margin: 0 !important; } 
.hm-form .gfield_description.instruction.validation_message {top: 3px; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: -60px 0 0 auto; position: relative; max-width: max-content; } 
.hm-form .gform_wrapper .gform_footer.top_label::before { position: absolute; content: ""; z-index: 2; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -71px -15px; width: 53px; height: 63px; top: 0; bottom: 0; margin: auto; left: 10px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important; background-color: #ab7a00 !important; outline: none !important; border: 1px solid transparent !important; border-radius: 0px !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Inter' !important; font-weight: 700 !important; width: auto !important; color: #ffffff !important; font-size: 20px !important; padding: 27px 25px 28px 87px !important; line-height: 1 !important; letter-spacing: 0.4px !important; margin: 0; position: relative; z-index: 1; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{ border-color: #ab7a00 !important; background-color: transparent !important;}
 .hm-form .gform_validation_errors{display: none !important; } 
.popup {position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.popup .popuptext {top: 15px; visibility: hidden; color: #000; position: relative !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center;  font-family: 'Inter'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; font-weight: 400; } 
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container {position: absolute; z-index: 2; pointer-events: none; width: 100%; }
 
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; }
 
.gform_button.disabled {pointer-events: none; }
 
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; }
 
.gfield--type-honeypot {display: none; } /*ERRROR*/ .hm-form .gfield_description{margin: 0px !important }
 
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 3px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Inter';
    color: red;
    margin: 0;
    font-weight: 400;
    pointer-events: none;
}
  
.hm-form .chk .gfield_description.validation_message{bottom: -17px !important; left: 0; right: auto !important; }
 
/*ftr-frm-sctn ends*/
 

/*Footer block*/
.ftr-block-sec {
    background-image: url(images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 0;
    color: #fff;
    width: 100%;
}
 
#footer-navigation ul {
    margin: 0 0 40px;
    font-size: 0;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #ab7a00;
    border-bottom: 1px solid #ab7a00;
}
 
#footer-navigation ul li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding: 0;
    position: relative;
    margin: 0px;
}
 
#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0;
    min-width: inherit;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    line-height: 1;
    margin: 0 25px;
    display: inline-block;
}
#footer-navigation ul li:first-child a{margin-left: 0;}
#footer-navigation ul li:last-child a{margin-right: 0; border-right: 0; }
#footer-navigation ul li:last-child {  border-right: 0; }

 
#footer-navigation ul li.current-menu-item>a, #footer-navigation ul li > a:hover {
    color: #f3b81f;
}
.social-icns a {
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -197px;
    width: 60px;
    height: 60px;
    background-color: #242424;
}
.ftr-logo {width: 29.5%; }
.ftr-logo img{width: 100%; display: block;}
.social-icns a.linkedin{background-position: -76px -196px;}
.social-icns a.google{background-position: -146px -196px;}
.social-icns a.avvo{background-position: -218px -192px;}
 
.ftr-block-list {
    display: flex;
    justify-content: center;
    padding: 0 0px 30px;
    border-bottom: 1px solid #ab7a00;
}
 
.ftr-itm {
    width: 26.7%;
    text-align: center;
    padding: 0 20px;
}
.ftr-itm.cnct{width: 29%; border-left: 1px solid #ab7a00; border-right: 1px solid #ab7a00;}
.ftr-itm h4 {
    font-size: 35px;
    font-family: 'Marcellus';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 20px;
    padding: 65px 0 0;
    position: relative;
}
 
 
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 68px;
    background-image: url(images/hm-sprites.webp);
    background-position: -82px -332px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
 
.ftr-itm.cnct h4:before {
     background-position: -163px -332px;
 
}
 
.ftr-itm p{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.5;
    color: #b5b5b5;
    margin: 0px 0 20px;
    padding: 0;
}
.ftr-itm h6{
    font-size: 22px;
     font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0px;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}
.ftr-itm.cnct p{ font-family: 'Inter'; font-size: 32px; letter-spacing: -0.64px; margin: 0 0 20px; font-weight:400; color:#fff; text-transform:capitalize; }
.ftr-itm p a{color:#f3b81f;display: inline-block; }
 
.ftr-itm a:hover,
.ftr-itm p.directions a:hover {
    color: #fff;
}
.ftr-itm p.directions{margin: 0 0 0px;}
.ftr-itm p.directions a {
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    color: #ab7a00;
    text-transform: capitalize;
    text-decoration: underline;
    display: inline-block;
    padding: 0;
}
 
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}   
 
.social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
   align-items: center;
}
.ftr-logo-lst {display: flex ; justify-content: space-between; padding: 0 100px 0 170px; margin:0 0 40px; }

.social-icns a:hover{background-position: -12px -261px;}
.social-icns a.linkedin:hover{background-position: -76px -261px;}
.social-icns a.google:hover{background-position: -145px -261px;}
.social-icns a.avvo:hover{background-position: -220px -261px;}
 

/*Copy Rights Section*/
.ftr-copyrights-sec {
    background-color: transparent;
    padding: 30px 0px;
    text-align: center;
}
 
.ftr-copyrights-sec p {
    margin: 0;
     font-family: 'Inter';
     font-size: 18px;
     color: #ffffff;
     font-weight: 400;
     line-height: 1;
     color: #fff;
 
}
 
.ftr-copyrights-sec p a:hover{color: #f2b30e;}
 




 @media screen and (max-width: 1600px) {

    

    .hm-form-sec p {
    font-size: 20px;
    margin: 0px 0 15px;
}
.hm-form {
    padding: 55px;
        margin: 0 0 -175px;
}
.ftr-block-sec {
    padding: 220px 0 0;
}
.ftr-logo-lst {
    padding: 0px 70px 0 120px;
        margin: 0 0 35px;
}
.ftr-itm h4 {
    margin: 0 0 15px;
}
.hm-form-sec {
    padding: 0 60px;
}


/* --------phoenix-------- */
.home-text-transparent { font-size: 170px;}
.home-phoenix-section h6 { font-size: 20px; margin: 0 0 40px;}
.accordion-blk .accordion-item h3 { font-size: 24px;padding: 21px 70px 21px 65px;}
.accordion-blk { column-gap: 35px; }
.accordion-blk .accordion-item p { font-size: 17px; }
.accordion-blk .accordion-item h3::after, .accordion-blk .accordion-item h3::before { transform: scale(0.85); }
.home-phoenix-section { padding: 50px 0 90px; }
/* ----------practice------ */
.practice-item .practice-cont h4 { font-size: 39px; }
.home-practice-section { padding: 90px 0; }
.practice-blk { gap: 28px; }
.home-practice-section::before { width: 98%; }
/* -----------testimonials------------- */
.hm-testimonials { padding: 90px 0 0; }
.hm-testimonials .hm-testi-cnct { padding: 40px 80px; }







 }


@media screen and (max-width: 1440px){

    .ftr-form-sctn {
    padding: 65px 0 0;
}
    .hm-form {
        padding: 45px;
    }
.hm-form .gform_fields {
    gap: 13px !important;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    font-size: 17px !important;
    padding: 17px 19px !important;
}
.hm-form .gform_wrapper .top_label textarea {
    height: 210px !important;
}

.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    font-size: 17px;
}
    .ftr-logo-lst {
        padding: 0px 40px 0 80px;
        margin: 0 0 30px;
    }
.social-icns a {
    transform: scale(0.9);
}
#footer-navigation ul li a {
    font-size: 17px;
}
#footer-navigation ul {
    margin: 0 0 35px;
        padding: 25px 0;
}


/* ----------phoenix---------- */
.home-phoenix-section { padding: 50px 0 70px; }
.home-text-transparent { font-size: 150px; }
.home-phoenix-section h6 { font-size: 19px; margin: 0 0 30px; }
.accordion-blk { column-gap: 20px; }
.accordion-blk .accordion-item h3 { font-size: 22px; padding: 20px 60px 20px 55px; }
.accordion-blk .accordion-item p { font-size: 16px; }
.accordion-blk .accordion-item .accodian-text.open {
    padding-bottom:20px;
}
.accordion-blk .accordion-item .accodian-text { padding: 0px 44px 0 50px; }

/* ------------practice------------------ */
.home-practice-section { padding: 75px 0; }
.home-practice-section h5 { font-size: 17px; margin: 0 0 17px; }
.home-practice-section .text-heading { margin: 0 0 40px;}
.practice-blk { gap: 25px; margin: 0 0 45px; }
.practice-item .practice-cont h4 { font-size: 30px; }
.practice-item .practice-cont { bottom: 35px; padding: 0 35px; }
.practice-item:hover .practice-cont p { margin: 0 0 30px; }
.practice-item .practice-cont p { font-size: 17px; line-height: 1.6; }
.practice-item .practice-cont .practice-itm-btn a { font-size: 22px;}
.practice-item {  width: 31.9%;}

/* ---------testimonials-------- */
.hm-testimonials { padding: 70px 0 0; }
.hm-testimonials .hm-testi-cnct { padding: 30px 60px; }
.hm-testimonials .testi-item { padding: 35px 30px 100px 30px; }
.hm-testimonials .testi-item h5 { font-size: 24px;   left: 30px; bottom: 45px; }
.star-rat { margin: 0 0 23px; }

/* ---------footer-------------- */
.ftr-itm {
    padding: 0 15px;
    }
    .ftr-itm h4:before {
    transform: scale(0.8);
    top: -5px;
    }
    .ftr-itm h4 {
    font-size: 31px;
    margin: 0 0 10px;}
    .ftr-itm p {
    font-size: 17px;
    margin: 0px 0 13px;
    }

  .ftr-itm.cnct p {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .ftr-itm h6 {
    font-size: 20px;
}
.ftr-block-list {
    padding: 0 0px 25px;
  }
  .ftr-copyrights-sec p {
    font-size: 16px;
  }
  .ftr-copyrights-sec {
    padding: 25px 0px;
  }

  .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {

    font-size: 16px !important;

    padding: 16px 17px !important;

}

.hm-form .gform_wrapper .gform_footer.top_label::before {
transform: scale(0.85);
left: 6px;
}

.home-phoenix-section .tab-titles h3{    font-size: 21px;padding: 25px 57px 25px 65px;}
.home-phoenix-section .tab-content-container .tab-content{font-size: 17px;}



}


@media screen and (max-width:1240px) {

    
/* --------phoenix----------- */
.home-text-transparent { font-size: 125px; margin: 0 0 -32px; }
.accordion-blk .accordion-item { padding: 0px 15px; }
.accordion-blk .accordion-item h3 { font-size: 19px; padding: 20px 40px 20px 40px; }
.accordion-blk .accordion-item h3::after, .accordion-blk .accordion-item h3::before { transform: scale(0.75); left: -12px; }
.accordion-blk .accordion-item h3::after { right: -9px; left: auto; }
.accordion-blk .accordion-item p { font-size: 14px; }
.accordion-blk .accordion-item { margin: 0 0 20px; }
.home-phoenix-section { padding: 45px 0 50px; }

.accordion-blk .accordion-item .accodian-text {
    padding-bottom: 0px 26px 0 25px;
}
/* ---------practice-------- */
.home-practice-section { padding: 50px 0; }
.home-practice-section h5 { font-size: 16px; margin: 0 0 15px; }
.home-practice-section .text-heading { margin: 0 0 32px; }
.practice-blk { gap: 20px; margin: 0 0 40px; }
.practice-item:hover .practice-cont p { margin: 0 0 10px; }
.practice-item .practice-cont .practice-itm-btn a { font-size: 15px; }
.practice-item .practice-cont p { font-size: 15px; line-height: 1.5; }
.practice-item .practice-cont h4 { font-size: 26px; }
.practice-item:hover .practice-cont h4 { margin: 0 0 10px;}
.practice-item .practice-cont { bottom: 20px; padding: 0 15px; }
/* ---------testimonials------- */
.hm-testimonials .hm-testi-cnct { padding: 25px 30px; }
.hm-testimonials .testi-item { padding: 30px 20px 70px 20px; }
.hm-testimonials .testi-item h5 { font-size: 20px; left: 20px; bottom: 30px; }
.hm-testimonials .testi-item p { font-size: 17px; }
.hm-testi-list.owl-carousel .owl-nav { max-width: 380px; bottom: -73px; }
.hm-testimonials { padding: 50px 0 0; }

/* ---------------------- */
.ftr-form-sctn {

    padding: 55px 0 0;

}

    .hm-form-sec p {

    font-size: 17px;

  }

  .hm-form-sec .text-heading {

margin: 0 0 10px;

}

  .hm-form-sec {

    padding: 0 20px;

}

    .hm-form {

    padding: 35px;

    margin: 0 0 -130px;

}

    .hm-form .gform_fields {

    gap: 11px !important;

}

.hm-form .gform_wrapper .top_label textarea {

    height: 180px !important;

}

.hm-form .gform_wrapper .top_label input[type="submit"] {

font-size: 18px !important;

padding: 23px 20px 23px 76px !important;

}

  .ftr-block-sec {

    padding: 160px 0 0;

}

    .ftr-logo-lst {

    padding: 0px 20px 0 30px;

    margin: 0 0 20px;

}

    .social-icns a {

    transform: scale(0.8);

}

.social-icns { gap: 0px; }

  #footer-navigation ul li a {

    font-size: 15px;

    margin: 0 17px;

}


    #footer-navigation ul {

    margin: 0 0 25px;

    padding: 22px 0;

}

.ftr-itm h4:before {

transform: scale(0.7);

}

.ftr-itm h4 {

    font-size: 27px;

    padding: 60px 0 0;

}

.ftr-itm p {

font-size: 15px;

margin: 0px 0 8px;

}

.ftr-itm {

padding: 0 10px;

}

.ftr-itm.cnct p {

font-size: 22px;

margin: 0 0 10px;

}

.ftr-itm h6 {

font-size: 17px;

}

.ftr-copyrights-sec p { font-size: 15px; line-height: 2; }

.ftr-copyrights-sec {

padding: 20px 0px;

}

  .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {

    font-size: 15px;

}

.hm-form .gform_wrapper .top_label input[type="submit"] {

font-size: 16px !important;

padding: 19px 13px 19px 60px !important;

}

.hm-form .gform_wrapper .gform_footer.top_label::before {
    transform: scale(0.65);
    left: 0;
}


/* ---------- */

.home-phoenix-section .tab-titles {width: 49%; }

.home-phoenix-section .tab-content-container {width: 48%; }
.home-phoenix-section .tab-container{gap: 15px;}
.home-phoenix-section .tab-titles h3::after, .tab-titles h3::before{transform: scale(0.8);}
.home-phoenix-section .tab-titles h3 {font-size: 18px;    padding: 25px 52px 25px 60px;}
.home-phoenix-section .tab-content-container .tab-content{font-size: 16px;  }

}


@media screen and (max-width:991px) {
    
/* ----------phoenix------------ */
.home-phoenix-section { padding: 35px 0; }
.accordion-blk { column-gap: 0px; column-count: 1; }
.accordion-blk .accordion-item:last-child{margin: 0 ;}
/* -------practice------- */
.practice-item { width: 100%; max-width: 320px; margin: 0 auto; }
.home-practice-section { padding: 35px 0; }
.practice-blk .owl-nav{text-align: center;margin: 30px 0;}
.practice-blk .owl-nav button{ width: 21px; height: 17px; font-size: 0 !important; margin: 0 10px; background-image: url(./images/hm-sprites.webp) !important; background-position: -307px -262px !important; }
.practice-blk .owl-nav button.owl-next{background-position: -352px -263px !important;}
.practice-blk .owl-nav button:hover{background-position-y: -294px !important;}
.practice-blk { margin: 0; }
/* ----------testimonials--------------- */
.hm-testimonials { padding: 35px 0 0; }
    /* --------footer------------ */
    .ftr-form-sctn { padding: 35px 0; background: #11161c; }
    .hm-form .gfield { width: 100% !important; }
    .hm-form { padding: 20px 0px 0; margin: 0 0; border-radius: 10px; }
    
    .hm-form .gform_wrapper .gform_footer.top_label { margin: 25px auto 0; }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 14px 13px !important; }
    .hm-form .gform_wrapper .top_label textarea { height: 150px !important; }
    .ftr-block-sec { padding: 35px 0 0; }
    .ftr-logo-lst { padding: 0; margin: 0 0 20px; }
    .ftr-logo { width: 32%; }
    #footer-navigation ul li a { font-size: 14px; margin: 0; }
    #footer-navigation ul li { padding: 0 15px; margin: 8px 0px; }
    #footer-navigation ul { margin: 0 0 20px; padding: 15px 0; }
    .ftr-block-list { flex-wrap: wrap; flex-direction: column; }
    .ftr-itm { padding: 0 10px; width: 100% !important; max-width: 320px; margin: 10px auto; border: 1px solid #fff; }
    .ftr-itm { padding: 15px 10px; width: 100% !important; max-width: 320px; margin: 10px auto; border: 1px solid #ab7a00; }
    .hm-form-sec { padding: 0; }


.home-phoenix-section .tab-container{flex-direction: column;gap: 8px;}  
.home-phoenix-section .tab-titles {width: 100%; }
.home-phoenix-section .tab-content-container .tab-content {margin: 0;     padding: 15px 15px;}
.home-phoenix-section .tab-content-container .tab-content p {margin: 0 0 12px; }
.home-phoenix-section .tab-content-container {width: 100%; }
.home-phoenix-section .tab-titles h3 {padding: 20px 52px 20px 60px; margin: 0 0 10px; }




}

@media screen and (max-width:767px) {
    .container {max-width: 100%;padding: 0 15px;}
    
     /* ----------phoenix------------ */
    .home-text-transparent { font-size: 100px; }
    .home-phoenix-section h6 { font-size: 17px; margin: 0 0 20px; }
    .accordion-blk .accordion-item h3 { font-size: 17px; padding: 18px 30px 18px 33px;}
    .accordion-blk .accordion-item h3::after, .accordion-blk .accordion-item h3::before { transform: scale(0.7); }
    .accordion-blk .accordion-item .accodian-text { padding: 0px 20px 0px 20px; }
    
    .accordion-blk .accordion-item { margin: 0 0 10px; }
    /* ----------practice------------ */
    .home-practice-section h5 { font-size: 15px; margin: 0px 0 10px; }
    .home-practice-section .text-heading { margin: 0 0 20px; }
    .practice-blk .owl-nav { margin: 15px 0 20px; }
    .practice-blk .owl-item { padding: 0 2px; }
    /* --------testimonials-------- */
    .hm-testimonials .hm-testi-cnct { padding: 15px 5px; border-radius: 10px; }
    .hm-testimonials .text-heading { margin: 0 0 20px; }
    .hm-testimonials .hmtesti-btn { margin: 20px 0 0; }
    .hm-testi-list.owl-carousel .owl-nav { max-width: 100px; position: static; margin: 15px auto; }
    .star-rat { margin: 0 0 15px; }
    .hm-testimonials .testi-item { padding: 15px 15px 50px 15px; border-radius: 10px; }
    .hm-testimonials .testi-item h5 { font-size: 20px; left: 15px; bottom: 20px; }
    .home-text-transparent { color: rgb(255 255 255 / 26%); }
    

    /* --------footer------- */
    .hm-form .gform_wrapper .gform_footer.top_label::before { transform: scale(0.6); left: -3px; }
    .hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 15px !important; padding: 16px 10px 16px 49px !important; }
    .hm-form { margin: 0 0; border-radius: 0px; background-color: transparent; }
    .ftr-logo-lst { margin: 0; flex-direction: column; gap: 10px; margin: 0  0 15px;}
    .ftr-logo { width: 100%; max-width: 250px; margin: 0 auto; }
    .ftr-copyrights-sec p { line-height: 1.6; }
    .hm-form .gfield.msg { margin: 0 0 5px; }
    .award-blk .owl-item { padding: 0 5px; }
    #footer-navigation ul li { padding: 0 10px; margin: 6px 0px; }
    

    }

    @media screen and (max-width:480px) {

        
        .home-text-transparent { font-size: 45px; color: rgb(255 255 255 / 26%); margin: 0 0 -7px; }
        .home-phoenix-section .text-heding { font-size: 26px; }
        .home-phoenix-section h6 { font-size: 15px; margin: 0 0 20px; }
        .accordion-blk .accordion-item h3::after, .accordion-blk .accordion-item h3::before { transform: scale(0.5); left: -25px; } 
        .accordion-blk .accordion-item h3::after {left: auto; right: -20px; } 
        .accordion-blk .accordion-item h3 { font-size: 16px; padding: 10px 15px 10px 20px; line-height: 1.2; }
        .accordion-blk .accordion-item .accodian-text.open { padding-bottom:15px; }
        .accordion-blk .accordion-item .accodian-text { padding: 0px 5px 0px 5px; }
        .accordion-blk .accordion-item p { font-size: 14px; }
        
        /* -------------- */
        .practice-item .practice-cont h4 { font-size: 21px; }
        .practice-item .practice-cont p { font-size: 14px; line-height: 1.4; }
        .practice-item .practice-cont { bottom: 12px; padding: 0 10px; }
        .practice-item:hover .practice-cont p { margin: 0 0 5px; }
        .practice-item .practice-cont .practice-itm-btn a { font-size: 13px; }
        .frequently-accordion-blk .accordion-item h3:before {  top: -7px;}
        /* ----------------- */
        .star-rat { width: 101px; height: 20px; margin: 0 0 10px; }
        .hm-testimonials .testi-item { padding: 10px 10px 45px; }

        /* -footer-*/
        .hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 15px 9px 15px 35px !important; }
        .hm-form .gform_wrapper .gform_footer.top_label::before { transform: scale(0.5); left: -8px; }
      
        .ftr-logo {  max-width: 210px; }
        #footer-navigation ul li { padding: 0 8px; margin: 6px 0px; }

   .home-phoenix-section .tab-titles h3::after, .tab-titles h3::before {transform: scale(0.7); left: 2px; }
   .home-phoenix-section .tab-titles h3::after{right: 2px;left: auto;} 
        .home-phoenix-section .tab-titles h3 {
    padding: 13px 46px 13px 50px;
    margin: 0 0 10px;
    line-height: 1.3;
    font-size: 16px;
}
        
        }







        /* Start hidden to allow animation */
.case-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Fade from left */
.fade-left {
    animation: fadeInLeft 0.6s ease forwards;
}

/* Fade from right */
.fade-right {
    animation: fadeInRight 0.6s ease forwards;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}






