/*
 Theme Name:   North State Law Firm
 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:  rmtheme-child
*/

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText-Bold.woff2') format('woff2'),
        url('fonts/GolosText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText-SemiBold.woff2') format('woff2'),
        url('fonts/GolosText-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText-Regular.woff2') format('woff2'),
        url('fonts/GolosText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allura';
    src: url('fonts/Allura-Regular.woff2') format('woff2'),
        url('fonts/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText-Medium.woff2') format('woff2'),
        url('fonts/GolosText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



: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: 'Golos Text';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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: 'Golos Text';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Golos Text';
    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*/



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

.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: #002a13;
    font-family: 'Golos Text';
    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 #002a13;
}

.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: 100%;

    height: 45px;

}

.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: 5px;

}

.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: #002a13;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 2px solid #fff;
}

#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;
    cursor: pointer;
    z-index: 999;
}

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: 'Asap', sans-serif;

    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;
    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: 'Golos Text';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #002a13;
    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;
    font-family: 'Golos Text';
}

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

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

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

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}

.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/minus_icn.png);
}

.mobile_src_nav {
    display: none;
    width: 100%;
    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;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.site-header .container {
    max-width: 1700px;
}

.logo-section .site-branding img {
    width: 100%;
    display: block;
}

.header-number a {
    font-family: 'Golos Text';
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 17px 39px 17px 83px;
    border-radius: 50px;
    background-color: #002a13;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
}
.header-number a:hover{
    background-color: transparent;
    border-color: #002a13;
    color: #002a13;
}

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

.header-number strong {
    margin: 0 10px 0 0;
}

#main-navigation ul {
    margin: 0
}

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

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

#main-navigation ul li:nth-last-child(1) {
    margin-right: 0px;
}

.hdr-rgt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /*gap: 65px;*/
    gap: 35px;
}
.hdr-top-rite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.hdr-lang {
    padding: 0 0 10px;
    position: relative;
}
.hdr-lang:before{
    content: '';
    position: absolute;
    background-image: url(images/hdr-lang-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;    
}

.hdr-lang li{
    display: inline-block;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;    
}
.hdr-lang li.lang-btn{
    position: relative;
    padding: 0 0 0 60px;
}
.hdr-lang li.lang-btn:before{
    content: '';
    position: absolute;
    background-image: url(images/lang-btn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 21px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

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

#main-navigation ul li a {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
}

#main-navigation ul li> a:hover, #main-navigation ul li.current-menu-item> a {
    color: #f29920;
}

#main-navigation ul li ul.sub-menu{
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #002a13;
    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
}

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

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

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

#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 {
    position: absolute;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
}

 .site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    border-bottom: 2px solid #002a13;
    padding: 10px 0;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
} 
.site-header.is-sticky .site-branding {
    width: 120px;
}

@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: 900px;
    transition: max-height 0.8s ease;
}

.single-container, .container, .footer-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


.text-heading {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    margin: 0 0 20px;
    position: relative;
    color: #151515;
}

.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;
}

.hero-section .bnr-btn a {
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}

/*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;
}


/*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 p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}

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

.accordion-item h3.active+.accordion-item p {
    max-height: 200px;
}*/

/*footer form*/
.hm-form .gfield label {
    display: none;
}

.hm-form-sec .container {
    width: 100%;
    max-width: 100%;
}

.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;
}



/* footer form section start */


.ftr-blk-sec .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.hm-form-sec {
    background-color: #f29920;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 59px 98px 87px 95px;
    position: relative;
}

.footer-sec .form-title {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 137px;
    line-height: 0.76;
    letter-spacing: 0;
    color: #002a13;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -8.6%;
}

.footer-sec {
    padding-top: 71px;
    background-image: url(images/ftr-background-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #002a13;
    position: relative;
}

.hm-form-sec .text-heading {
    font-size: 60px;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 29px;
    text-transform: uppercase;
}

.hm-form-sec p {
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 0 23px;
    letter-spacing: -0.36px;
    text-align: center;
    font-weight: 500;
}

.hm-form .gform_required_legend {
    display: none;
}

.ftr-form-sctn {
    text-align: center;
}

.hm-form div#field_3_10 {
    display: none;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}

fieldset#field_3_9 {
    width: 100%;
    border: none;
    text-align: start;
    padding: 0;
}

.hm-form input::placeholder {
    color: #000;
}

.hm-form input:-ms-input-placeholder {
    color: #000;
}

.hm-form input::-ms-input-placeholder {
    color: #000;
}

.hm-form textarea::placeholder {
    color: #000;
}

.hm-form textarea:-ms-input-placeholder {
    color: #000;
}

.hm-form textarea::-ms-input-placeholder {
    color: #000;
}

.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #000000;
    outline: 0px;
    position: relative;
    font-family: 'Golos Text';
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    line-height: 130% !important;
    font-size: 18px !important;
    padding: 19px 60px 17px 18px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0 !important;
}

.hm-form .gfield {
    position: relative !important;
    border: none;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    text-align: left;
}

.hm-form .gfield.gfield--type-text,
.hm-form .gfield.gfield--type-phone,
.hm-form .gfield.gfield--type-email {
    width: 49.4% !important;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px !important;
    justify-content: space-between;
    align-items: center;
}

.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 159px !important;
    resize: none;
    margin: 0 0 30px;
    padding-top: 14px !important;
    min-block-size: 0px !important;
}

.hm-form .gfield.msg {
    width: 100%;
}

.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: 'Golos Text';
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    display: inline-block;
}

.hm-form .gform_wrapper .form-links a:hover{
    color: #ffffff;
}

.hm-form .gform_wrapper .form-links,
.hm-form .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #000000;
    line-height: 1;
    text-align: left;
    margin: 0px !important;
}

.hm-form .ginput_container.ginput_container_checkbox {
    margin: -3px 0 0 !important;
}

.hm-form .gfield_description.instruction.validation_message {
    top: 30px;
}   

.hm-form .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 3px 5px 0px 0 !important;
    padding: 0 !important;
}

.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    float: right;
    position: relative;
    max-width: max-content;
    margin: -71px 0 0;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #002a13!important;
    outline: none !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Golos Text' !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 22px !important;
    padding: 22px 55px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    border-radius: 50px;
    border: 2px solid #002a13 !important;
}

.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    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: 'Golos Text';
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    z-index: 12;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}

div#popup-container {
    position: absolute;
    top: 29px;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

.hm-form .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}

.gform_button.disabled {
    pointer-events: none;
}

.hm-form .gform_fields .ginput_container,
.hm-form .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;
    top: 0;
    right: 8px !important;
    text-align: right;
    font-size: 15px;
    font-family: 'Golos Text';
    font-weight: 400;
    color: #932008;
    pointer-events: none;
    margin: 0;
}

.hm-form .gfield label,
legend.gform-field-label {
    display: none;
}

.hm-form .chk .gfield_description.validation_message {
    left: 23px;
    right: auto !important;
    top: 18px;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/
.footer-sec .ftr-block-sec .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.footer-sec .ftr-block-list {
    display: flex;
    justify-content: space-between;
}

.footer-sec .ftmenu ul {
    text-align: center;
    margin: 0px auto;
    padding: 44px 0 40px;
}

.footer-sec .ftmenu ul li {
    display: inline-block;
    margin: 0;
    line-height: 1;
    padding: 0 42px;
    border-right: 2px solid #ffffff;
}
 
.footer-sec .ftmenu ul li a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}

.footer-sec .ftmenu ul li a:hover, .footer-sec .ftmenu ul li.current-menu-item a  {
    color: #f29920;
}

.footer-sec .ftmenu ul li:first-child>a {
    padding-left: 0;
}

.footer-sec .ftmenu ul li:nth-last-child(1)>a {
    padding-right: 0;
    border: none;
}

.footer-sec .ftmenu ul li:first-child {
    padding-left: 0;
}
 
.footer-sec .ftmenu ul li:last-child {
    padding-right: 0;
    border: none;
}

.footer-sec .ftr-block-sec {
    padding: 40px 52px 35px 69px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.footer-sec .ftr-itm {
    width: 27%;
}

.footer-sec .ftr-itm.loc,
.ftr-itm.cnct {
    position: relative;
    padding: 16px 0 0 55px;
}

.footer-sec .ftr-itm.cnct {
    width: 29.9%;
    padding-left: 59px;
}

.footer-sec .ftr-itm.loc::before,
.ftr-itm.cnct::before {
    position: absolute;
    content: "";
    top: 23px;
    left: 0;
    height: 40px;
    width: 32px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -319px;
}

.footer-sec .ftr-itm.cnct::before {
    background-position: -59px -319px;
}

.footer-sec .ftr-blk {
    background-color: #000000;
}

.footer-sec .ftr-itm.ftr-logo {
    width: 18.7%;
}

.footer-sec .ftr-itm h4 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
    padding-bottom: 11px;
    position: relative;
}

.footer-sec .ftr-itm h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 29.1%;
    background-color: #f29920;
}

.footer-sec .ftr-itm.ftr-logo a {
    display: inline-block;
}
 

.footer-sec .ftr-itm.cnct p a {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
}

.footer-sec .ftr-itm p a {
    letter-spacing: 3.08px;
    text-transform: uppercase;
    display: block;
    color: #f29920;
}

.footer-sec .ftr-itm.loc p a {
    font-size: 14px;
    line-height: 1.71;
}

.footer-sec .ftr-itm p {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
}

.footer-sec .ftr-itm p a:hover {
    color: #ffffff;
}

.footer-sec .social-icns a {
    font-size: 0px;
    height: 47px;
    width: 47px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -150px -390px;
    display: inline-block;
}

.footer-sec .social-icns br {
    display: none;
}

.footer-sec .social-icns a:hover {
    background-color: #f29920;
    border-color: #f29920;
}

.footer-sec .social-icns {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer-sec .social-icns div {
    line-height: 1;
}

.footer-sec .social-icns a.twitter {
    background-position: -212px -390px;
}

.footer-sec .social-icns a.instagram {
    background-position: -274px -392px;
}

.footer-sec .social-icns a.youtube {
    background-position: -336px -391px;
}

.footer-sec .social-icns a.tiktok {
    background-position: -397px -391px;
}

.footer-sec .ftr-itm.loc p {
    margin: 0;
}

.footer-sec .social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/*Copy Rights Section*/
.footer-sec .ftr-copyrights-sec {
    padding: 35px 0px;
    text-align: center;
}

.footer-sec .ftr-copyrights-sec p {
    margin: 0;
}

.footer-sec .cpy-inr p,
.footer-sec .cpy-inr a {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    color: #ffffff;
}

.footer-sec .cpy-inr a:hover {
    color: #f29920;
}



.disclaimer-trigger {
    cursor: pointer
}

#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}

#disclaimer-container.show {
    display: block;
}

.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.blocks {
    padding: 80px 0;
}

.footer-col {
    width: 32%
}

.map-col {
    width: 48%
}

.copyright {
    text-align: center;
}

.screen-reader-text {
    display: none !important;
}


/*Blog page*/
.page_default .screen-reader-text {
    display: none;
}

.d-none,
.hide {
    display: none !important;
}


@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }

    .showhide {
        display: block;
    }

    .mobinav ul {
        display: block;
    }

    .hdr-src {
        display: block;
    }

    .mobile_src_nav {
        display: block;
    }

    .top-menu {
        display: none;
    }

    .logo-menu {
        display: inline-block;
        text-align: center;
    }

    .topmenu {
        width: 100%;
        display: none;
    }

    .showhide b.txtl,
    .showhide b.txtr {
        color: #fff;
    }

    .logo {
        width: max-content;
    }

    .logo img {
        max-width: 200px;
    }

    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }

    .mobinav ul {
        padding: 10px 10px;
        text-align: left;
        display: block;
    }

    .mobinav {
        top: 44px;
        display: block;
    }

.mobile_src_nav {
    display: block;
    padding: 8px 0;
    background-color: #002a13;
}

    .logo-rit {
        max-width: 100%;
        text-align: center;
        background-color: transparent;
        border: 0;
        padding: 0;
    }

    .sticky-wrap {
        display: block;
    }

    .header-sticky.fixed-header {
        display: block;
    }

    header#site-header {
        border: none;
        background-color: transparent;
    }

    nav#main-navigation {
        display: none;
    }

    header.site-header.is-sticky {
        display: none;
    }

    .logo-section {
        position: relative;
        padding: 15px 0 !important;
        align-items: center;
    }

    .site-branding {
        width: 100%;
        max-width: 130px;
        padding: 0;
    }

    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }

    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 100px;
    }
}

.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: center;
}

.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}

/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}

.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
}

.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}

.widget.widget_team_bios .member_bios .bio_name p a {
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}

.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
    /* remove extra spacing */
}

.widget-description.active {
    max-height: 500px;
    /* adjust as needed */
    margin-top: 10px;
}

.widget-names {
    cursor: pointer;
    font-weight: bold;
}

.fact-checked-sec {
    background-color: #f7f7f9;
    padding: 30px 0px;
}

.checked_by {
    font-size: 20px;
    line-height: 1.2;
}

p.mod_date {
    font-size: 20px;
    width: 24%;
}

.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.checked-left p.widget-names::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.checked-left p.widget-names.nameactive::before {
    transform: rotate(180deg);
}

.checked-right {
    width: 100%;
}

section.widget.csae-res {
    background-color: #fcfced;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}

section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
}

section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

section.widget.testi {
    background-color: #ededed;
    padding: 30px 28px;
    margin-bottom: 20px;
    text-align: center;
}

h4.widget-title {
    font-size: 30px;
    font-weight: 700;
}

section.widget.testi .testi-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}

section.widget.testi .testi-item h6 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 23px;
    line-height: 1;
}


section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}

.readMorebtn a {
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

section.widget.widget_team_bios {
    background-color: #fff4f4;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}

#page-column section.widget.csae-res,
#page-column section.widget.widget_team_bios,
#page-column section.widget.testi,
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}

#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}

#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}

#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

#page-column section.widget.widget_recent_entries ul li {
    width: 48%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}

#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}

#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
}

#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}

#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}

#page-column section.widget.widget_team_member h4.widget-title {
    text-align: center;
}

#page-column section.widget.widget_team_member .team-inner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#page-column section.widget.widget_team_member .team_member_item {
    width: 40%;
    text-align: center;
    padding: 20px;
    background-color: #dbd9d9;
    position: relative;
}

#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 0 20px;
}

#page-column section.widget.widget_team_member .team_member_pic img {
    width: 100%;
    display: block;
}

#page-column section.widget.widget_team_member .team_member_name p {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

#page-column section.widget.widget_team_member .team_member_summary p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}












a.cmn-btn {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: inline-block;
    padding: 20px 77px 20px 72px;
    background-color: #f29920;
    border: 2px solid #f29920;
    border-radius: 50px;
    text-transform: uppercase;
}

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

/* banner section start */
.hm-bnr-sec {
    background-image: url(images/bnr-background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 116px 0 185px 0;
    position: relative;
    z-index: 1;
}

.hm-bnr-sec .cotnainer {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

.hm-bnr-sec .bnr-cnt {
    padding: 147px 0 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.hm-bnr-sec .bnr-cnt::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/bnr-back-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 47.4%;
    height: 88.4%;
    z-index: -1;
    opacity: 10%;
}

.hm-bnr-sec .bnr-cnt strong {
    font-family: 'Allura';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: block;
    text-transform: capitalize;
    padding: 0 0 5px;
    position: relative;
}

.hm-bnr-sec .bnr-cnt strong::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/head-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 22.5%;
    height: 2px;
}

.hm-bnr-sec .bnr-cnt h1,
.bnr-cnt h2 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -1.8px;
    color: #002a13;
    text-transform: uppercase;
}

.hm-bnr-sec .bnr-cnt h1 .bnrhdng-btm {
    font-weight: 700;
    color: #ffffff;
    max-width: max-content;
    border-bottom: 3px solid #ffffff;
    margin: 82px auto 21px;
    padding: 0 0 14px;
    font-size: inherit;
    line-height: 1;
    display: block;
    letter-spacing: 0;
}

.hm-bnr-sec .bnr-cnt p {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 11.25px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.hm-bnr-sec .bnr-res-btm a.cmn-btn {
    padding: 20px 62px 20px 58px;
}

.hm-bnr-sec .bnr-cont-btm a.cmn-btn {
    background-color: transparent;
    color: #ffffff;
}

.hm-bnr-sec .bnr-cont-btm a.cmn-btn:hover {
    background-color: #f29920;
    color: #000000;
}

.hm-bnr-sec .bnr-btm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* case result section start */

.hm-case-sec {
    padding: 59px 0 80px;
}

.hm-case-sec .container {
    max-width: 1500px;
}

.hm-case-sec .case-res-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 85.34%;
    margin: 0 auto 48px;
}
 

.hm-case-sec .case-res-title .text-heading {
    padding: 0 0 15px;
    margin: 0;
}

.hm-case-sec .case-res-title .text-heading::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 4px;
    height: 2px;
    width: 31%;
    background-image: url(images/head-line.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}

.hm-case-sec .case-res-itm h4 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 27px;
    line-height: 1.11;
    letter-spacing: -0.54px;
    color: rgb(36 36 36 / 50%);
    position: relative;
    padding: 139px 0 13px;
    margin: 0 0 8px;
}

.hm-case-sec .case-res-itm p {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0px;
    color: #ffffff;
    display: none;
}

.hm-case-sec .case-res-blk {
    display: flex;
    justify-content: start;
    padding: 0 0 48px;
    border-bottom: 1px solid #ccd9d2;
}

.hm-case-sec .case-res-itm {
    width: 29.2%;
    position: relative;
    padding: 50px 65px 20px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #bfcac4;
    margin-right: -84px;
    min-height: 434px;
    height: 100%;
    background-color: #fbfbfb;
}

.hm-case-sec .case-res-itm::after {
    position: absolute;
    content: "";
    bottom: -53px;
    left: 12px;
    right: 0;
    margin: auto;
    width: 76.6%;
    height: 4px;
    background-color: #00401d;
    display: none;
}

.hm-case-sec .case-res-itm:hover {
    background-color: #002a13;
    outline: 7px solid #f29920;
    outline-offset: -8px;
}

.hm-case-sec .case-res-itm:hover::after {
    display: block;
}

.hm-case-sec .case-res-itm:hover h4 {
    color: #ffffff;
    padding-top: 106px;
}

.hm-case-sec .case-res-itm:hover p {
    display: block;
}

.hm-case-sec .case-res-itm:hover .case-res-btn {
    display: none;
}

.hm-case-sec .case-res-itm h4::after {
    position: absolute;
    content: "";
    top: 117px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 39%;
    background-image: url(images/pra-btm-line.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hm-case-sec .case-res-itm:hover h4::after {
    top: inherit;
    bottom: 0;
    background-image: url(images/pra-btm-yellow-line.webp);
}

.hm-case-sec .case-res-itm h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 122px;
    height: 111px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-position: -2px -82px;
}

.hm-case-sec .case-res-itm.Nurse h4::before {
    background-position: -131px -85px;
}

.hm-case-sec .case-res-itm.Accountant h4::before {
    background-position: -247px -85px;
}

.hm-case-sec .case-res-itm.Violation h4::before {
    background-position: -361px -85px;
}

.hm-case-sec .case-res-itm:hover h4::before {
    background-position: -2px -200px;
}

.hm-case-sec .case-res-itm.Nurse:hover h4::before {
    background-position: -131px -203px;
}

.hm-case-sec .case-res-itm.Accountant:hover h4::before {
    background-position: -247px -203px;
}

.hm-case-sec .case-res-itm.Violation:hover h4::before {
    background-position: -361px -203px;
}

.hm-case-sec .case-res-btn {
    position: absolute;
    bottom: 80px;
    left: 3px;
    right: 0;
    margin: auto;
}

.hm-case-sec .case-res-btn a {
    display: inline-block;
    font-size: 0;
    margin: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -66px -11px;
    height: 28px;
    width: 66px;
    border: 2px solid #8b9595;
    border-radius: 50px;
}

.hm-case-sec .case-res a.cmn-btn:hover {
    color: #000000;
}

.hm-case-sec .case-res.mbl-btn {
    display: none;
}


/* Practice Area Section Start */
.hm-practice-area-sec {
    padding: 84px 0 0;
}

.hm-practice-area-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.hm-practice-area-sec .text-heading {
    text-align: center;
    margin: 0 0 54px;
    line-height: 1.07;
}

.hm-practice-area-sec .pra-itm h4 {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
    color: #000000;
    text-align: center;
    margin: 0;
    position: relative;
}

.hm-practice-area-sec .pra-itm h4::before {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -150px -9px;
    height: 29px;
    width: 66px;
    background-color: #f29920;
    border-radius: 50px;
    display: none;
}

.hm-practice-area-sec .pra-itm:hover h4::before {
    display: block;
}

.hm-practice-area-sec .pra-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    background-color: #efefef;
    background-image: url(images/pra-back-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 70px;
}

.hm-practice-area-sec .pra-itm {
    width: 20%;
    border: 1px solid #668076;
    padding: 80px 20px 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hm-practice-area-sec .pra-itm:hover {
    background-color: #002a13;
}

.hm-practice-area-sec .pra-itm:hover h4 {
    color: #ffffff;
}

.hm-practice-area-sec .pra-itm:hover a {
    display: block;
}

.hm-practice-area-sec .pra-btn a {
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.hm-practice-area-sec .pra-btm-btn {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hm-practice-area-sec .pra-btm-btn a.cmn-btn:hover {
    color: #000000;
}

/* Stories Section Start */
.hm-stories-sec .text-heading {
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 1.08;
    text-align: center;
    margin: 0 0 65px;
}
 
.hm-stories-sec {
    padding: 120px 0 55px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 74.4%, rgba(247, 247, 247, 1) 66%);
}
 
.hm-stories-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}
 
.hm-stories-sec .stories-blk {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 40px;
    z-index: 1;
}
 
.hm-stories-sec .stories-itm.inst::before {
    position: absolute;
    content: "";
    top: -58px;
    left: -68%;
    bottom: 0;
    margin: auto;
    background-image: url(images/instagram-image.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 90.9%;
    height: 46.1%;
    opacity: 10%;
    z-index: -1;
}
 
.hm-stories-sec .stories-itm.tik::before {
    position: absolute;
    content: "";
    background-image: url(images/tiktok-image.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    right: -48.4%;
    bottom: 55px;
    top: 0;
    margin: auto;
    width: 80.4%;
    height: 46.1%;
    opacity: 10%;
    z-index: -1;
}
 
.hm-stories-sec .stories-itm {
    width: 22.4%;
    position: relative;
}
 
.hm-stories-sec .stories-img img {
    width: 100%;
    display: block;
}
 
.hm-stories-sec .stories-itm h4 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    width: max-content;
    margin: auto;
    padding-left: 40px;
    position: relative;
}
 
.hm-stories-sec .stories-itm h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -468px -319px;
    width: 32px;
    height: 31px;
}
 
.hm-stories-sec .stories-itm.fb h4::before {
    background-position: -468px -364px;
}
 
.hm-stories-sec .stories-itm.tik h4::before {
    background-position: -468px -410px;
}
 
.hm-stories-sec .stories-img {
    transform: perspective(1000px) rotateY(21deg);
    margin: 0 0 60px;
    box-shadow: 0px 15px 21px rgba(0, 0, 0, 0.4);
}
 
.hm-stories-sec .stories-itm:hover .stories-img {
    transform: perspective(0px) rotateY(0deg) scale(1.1);
}
 
.hm-stories-sec .stories-itm .hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    font-size: 0;
    margin: 0;
}
 

/* Award Section Start */

.hm-award-sec {
    background-color: #f7f7f7;
    padding: 0 0 165px;
}

.hm-award-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.hm-award-sec .award-blk {
    padding: 43px 0 58px;
    border-top: 1px solid rgb(0, 64, 29,0.2);
    border-bottom: 1px solid rgb(0, 64, 29);
    display: flex;
    justify-content: space-between;
}
 
.hm-award-sec .award-itm {
    width: 23.97%;
    padding: 24px 122px 24px 112px;
    text-align: center;
    border: 2px solid #dee4e1;
    border-radius: 77px;
    position: relative;
}
.award-itm-hvr a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    margin: auto;
}
 

.hm-award-sec .award-itm:hover {
    border-color: #f3c23b;
    box-shadow: 0px 9px 44px 0px rgba(242, 153, 32, 0.18);
}

.hm-award-sec .award-itm img {
    width: 100%;
    display: block;
}


/* Home Testimonials Section */

.hm-testimonials .container {
    max-width: 100%;
}

.hm-testimonials {
    padding: 123px 0 40px;
    background-color: #fff;
}

.hm-testimonials .testi-blk {
    display: flex;
    justify-content: space-between;
    width: 67.2%;
    margin: 0 auto 30px;
    align-items: center;
}

.hm-testimonials .testi-hdr {
    width: 53%;
}

.hm-testimonials .testi-hdr h2.text-heading {
    padding: 0 0 26px;
    margin: 0 0 22px;
    position: relative;
}

.hm-testimonials .testi-hdr h2.text-heading::before {
    content: "";
    position: absolute;
    background-image: url(./images/about-border.webp);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 55.9%;
    background-size: contain;
    background-position: left bottom;
}

.hm-testimonials .testi-hdr h5 {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.hm-testimonials .testi-blk .testi-btn a {
    padding: 25px 55px;
}

.hm-testimonials .testi-blk .testi-btn a:hover, .testi-btn.testi-mbl-btn a.cmn-btn:hover {
    color: #000;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 460px;
    padding: 0 0 70px;
}

.carousel-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi-item {
    text-align: center;
    position: absolute;
    background-color: #efefef;
    color: #333;
    padding: 50px 60px 80px;
    width: 48.2%;
    transform-origin: center;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.testi-item.active {
    opacity: 1;
    transform: scale(1) !important;
    z-index: 3;
    pointer-events: auto;
    border: 10px solid #f29920;
    background-color: #002a13;
}

.testi-item.active::before {
    content: "";
    position: absolute;
    border-top: 11px solid #fff;
    width: 86.2%;
    height: 11px;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
}

.testi-item.active::after {
    content: "";
    position: absolute;
    border-bottom: 11px solid #fff;
    width: 86.2%;
    height: 11px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
}

.testi-item.prev-card {
    opacity: 0.5;
    transform: translateX(-72%) scale(0.9);
    z-index: 2;
}

.testi-item.next-card {
    opacity: 0.5;
    transform: translateX(75%) scale(0.9);
    z-index: 2;
}

.hm-testimonials .testi-item p {
    color: #000;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0;
    margin: 0 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hm-testimonials .testi-item h5 {
    color: #002a13;
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
}

.hm-testimonials .testi-item .star-rat {
    background-image: url(./images/hm-sprites.webp);
    background-position: -148px -320px;
    background-repeat: no-repeat;
    width: 276px;
    height: 46px;
    margin: 0 auto 20px;
}

.hm-testimonials .testi-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.hm-testimonials button.testi-arrow {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position: -300px 0px;
    border: 0;
    height: 32px;
    width: 83px;
    font-size: 0px;
    background-color: transparent;
    cursor: pointer;
}
.hm-testimonials button.testi-arrow.next-btn {
    background-position: -403px -10px;
}

.hm-testimonials button.testi-arrow:hover {
    background-position: -300px -32px;
}

.hm-testimonials button.testi-arrow.next-btn:hover {
    background-position: -403px -42px;
}

.testi-item.active p {
    color: #fff;
}

.testi-item.active h5 {
    color: #fff;
}
.testi-mbl-btn{display: none;}

 
/* Home About Section */
 
.hm-helping-nrth-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
 
.hm-helping-nrth-sec {
    position: relative;
    z-index: 2;
    padding: 85px 0 0 0;
}
.hm-video-nrth-sec {
    background-image: url(./images/hm-video-help-bg-img.webp);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}
 
.hm-helping-nrth-sec .about-blk {
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
 
.hm-helping-nrth-sec .about-left {
    width: 50.6%;
    margin: 0 -190px 0 0px;
}
 
.hm-helping-nrth-sec .about-right {
    width: 100%;
    max-width: 935px;
}
 
.hm-helping-nrth-sec .about-top-img {
    margin: 0px 0 -50px 130px;
    position: relative;
    width: 45.6%;
}
 
.hm-helping-nrth-sec h2 {
    color: #151515;
    margin: 0 0 20px 80px;
}
 
.hm-helping-nrth-sec .about-item {
    z-index: 1;
    position: relative;
    padding: 100px 110px 115px 67px;
    background-image: url(./images/about-right-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 
.hm-helping-nrth-sec .about-item h3 {
    position: relative;
    font-family: 'Golos Text';
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #f29920;
    padding-bottom: 30px;
    margin: 0 0 25px 0;
}
 
.hm-helping-nrth-sec .about-item p {
    font-family: 'Golos Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}
 
.hm-helping-nrth-sec .about-item a {
    padding: 25px 115px;
    border-color: transparent;
}
 
.hm-helping-nrth-sec .about-item a.cmn-btn:hover {
    background-color: #002a13;
}
 
.hm-helping-nrth-sec .about-btn {
    position: absolute;
    bottom: 0;
    margin: 0 0 -35px;
}
 
.hm-helping-nrth-sec .about-item h3::before {
    content: "";
    position: absolute;
    background-image: url(./images/about-border.webp);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 38.9%;
    background-size: contain;
    background-position: left bottom;
}
 
.hm-helping-nrth-sec .about-bottom-img {
    margin: 0 0 -110px;
}
 
.hm-helping-nrth-sec .about-item::before {
    background-color: #002a13cf;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
  
/* Home Blog Section */

 
.hm-blog-sec {
    z-index: 1;
    position: relative;
    padding: 280px 0 120px;
    background-image: url(./images/blog-background.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-blog-sec::before {
    content: "";
    position: absolute;
    background-color: #ffffffc7;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
 
.hm-blog-sec h2 {
    margin: 0;
    color: #000000;
    font-size: 60px;
}
 
.hm-blog-sec .licensing-blog {
    margin: 0 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.blog-headding {
    width: 60%;
}
 
.hm-blog-sec .blog-btn a {
    color: #ffffff;
    background-color: #002a13;
    padding: 23px 50px 21px;
    border: 2px solid transparent;
}
 
.hm-blog-sec .blog-btn a:hover {
    background-color: transparent;
    border: 2px solid #002a13;
    color: #000;
}
 
.hm-blog-sec .post-content h3 {
    font-family: 'Golos Text';
    font-size: 27px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -0.54px;
    color: #ffffff;
    margin: 0 0 15px;
}
 
 
.hm-blog-sec .post-btm-lst {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 0 0 40px;
    border-bottom: 1px solid rgb(0, 64, 29, 0.2);
}
 
.hm-blog-sec .post-item {
    width: 31.3%;
    position: relative;
    border-radius: 50%;
}
 
.hm-blog-sec .post-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 45px;
}
 
.hm-blog-sec .post-thumbnail {
    border: 5px solid #a3aca7;
    border-radius: 50%;
    position: relative;
}
 
.hm-blog-sec .post-thumbnail img {
    border-radius: 50%;
    width: 100%;
    opacity: 50%;
    display: block;
}
 
.hm-blog-sec .post-thumbnail::before {
    content: "";
    position: absolute;
    background-color: #0d311f;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    pointer-events: none;
}

.blg-mbl-btn {
    display: none;
}
 
.hm-blog-sec .post-item:hover.post-item .post-thumbnail {
    border: 5px solid #f29920;
    background-image: linear-gradient(45deg, #002a13, transparent);
}
 
.hm-blog-sec .post-item:hover.post-item .posts-readmore a {
    background-image: url(./images/blog-btn-hover.webp);
}
 
.hm-blog-sec .posts-readmore a {
    font-size: 0;
    line-height: 0;
    width: 66px;
    height: 29px;
    background-image: url(./images/blog-btn.webp);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.posts-readmore {
    font-size: 0;
    line-height: 0;
}
 
.hm-blog-sec .post-item:hover.post-item .post-thumbnail::before {
    background-image: linear-gradient(transparent, #002a13);
    background-color: transparent;
}
 
.hm-blog-sec .post-item:hover.post-item .post-thumbnail img {
    opacity: 100%;
}
 
.hm-blog-sec .post-content a:hover {
    color: #fff;
}
 
.hm-blog-sec .post-item:hover.post-item::before {
    content: "";
    position: absolute;
    border-bottom: 4px solid #00401d;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -43px;
}
 
 
 
 


/* Home Our Videos Section */


.hm-information-sec {
    position: relative;
    margin: -343px 0 0;
    z-index: 3;
    padding: 0 0 85px;
}

.hm-information-sec h2.text-heading {
    color: #fff;
}

.hm-information-sec h3 {
    color: #fff;
}

.hm-information-sec h2.text-heading {
    text-align: center;
    position: relative;
    padding: 0 0 25px;
}

.hm-information-sec h2.text-heading::before {
    content: "";
    position: absolute;
    background-image: url(./images/about-border.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 26.8%;
}

.hm-information-sec h3 {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    margin: 0 0 40px;
    text-align: center;
}

.hm-information-sec .videos-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 535px;
    padding: 0 0 53px;
}

.hm-information-sec .videos-blk {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item {
    position: absolute;
    background-color: transparent;
    width: 79%;
    transform-origin: center;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.info-item.active {
    opacity: 1;
    transform: scale(1) !important;
    z-index: 3;
    pointer-events: auto;
    border: 5px solid #f29920;
}

.info-item.prev-card {
    opacity: 1;
    transform: translateX(-19%) scale(0.9);
    z-index: 2;
}

.info-item.next-card {
    opacity: 1;
    transform: translateX(19%) scale(0.9);
    z-index: 2;
}

.hm-information-sec .info-sec-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -9.2%;
    left: 0;
    right: 0;
    margin: auto;
    width: 56.9%;
}
.hm-information-sec button.info-sec-btn{
    background-image: url(./images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position: -300px -10px;
    border: 0;
    height: 17px;
    width: 83px;
    font-size: 0px;
    background-color: transparent;
    cursor: pointer;
}


.hm-information-sec button.info-sec-btn.infonext-btn {
    background-position: -403px -10px;
}

.hm-information-sec button.info-sec-btn:hover {
    background-position: -300px -42px;
}

.hm-information-sec button.info-sec-btn.infonext-btn:hover {
    background-position: -403px -42px;
}

.hm-information-sec .subscribe-btn {
    text-align: center;
}
.hm-information-sec .subscribe-btn a.cmn-btn{
    position: relative;
    z-index: 1;
}
.hm-information-sec .subscribe-btn a.cmn-btn:hover {
    color: #000;
}

.info-item.active::before {
    content: "";
    position: absolute;
    border-top: 5px solid #051f16;
    width: 86.2%;
    height: 5px;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.info-item.active::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    width: 86.2%;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-information-sec .info-item .info-img {
    position: relative;
}

.hm-information-sec .info-img::after {
    position: absolute;
    content: "";
    background-color: #002a13b3;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-item.active .info-img::before {
    position: absolute;
    content: "";
    background-image: url(./images/info-sec-icon.webp);
    left: 25px;
    bottom: 20px;
    height: 118px;
    width: 119px;
}

.hm-information-sec .info-item.active .info-img::after {
    display: none;
}

.hm-information-sec .info-item .info-img img {
    width: 100%;
    display: block;
}
 

/* Home Consultation Section */

.hm-consultation-sec {
    position: relative;
    padding: 140px 0px 0;
    text-align: center;
}

.hm-consultation-sec .container{max-width: 1500px;}

.consult-blk {
    position: relative;
    z-index: 3;
    margin: 0 0 -290px;
    display: flex;
    flex-direction: column;
}

.consltn-btm-img img{
    width: 100%;
    display: block;
}

.hm-consultation-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./images/consultation-bfr-ark.webp);
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 40%;
    z-index: 1;
    pointer-events: none;
}
.hm-consultation-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 36%;
    background-image: -webkit-linear-gradient( -90deg, rgba(0,26,12,0) 0%, rgb(0,26,12) 100%);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;
}


.hm-consltn-btm-sec .container{max-width: 100% !important;}

.hm-consultation-sec .consult-blk h6 {
    margin: 0;
    font-family: 'Allura';
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    color: #f29920;
}

.hm-consultation-sec .consult-blk h2.text-heading {
    font-size: 100px;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1;
}

.hm-consultation-sec .consult-blk h2.text-heading strong {
    display: block;
    font-weight: 500;
    font-size: 60px;
    padding: 0 0 21px;
    position: relative;
    letter-spacing: -1.2px;
    line-height: 1;
}

.hm-consultation-sec .consult-blk h2.text-heading strong::before {
    position: absolute;
    content: "";
    background-image: url(./images/about-border.webp);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 25.3%;
    background-size: contain;
    background-position: bottom center;
}

.hm-consultation-sec .consult-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 41px;
}

.hm-consultation-sec .consult-free a.cmn-btn,
.hm-consultation-sec .consult-call a.cmn-btn {
    padding: 25px 55px;
}

.hm-consultation-sec .consult-free a:hover {
    color: #000;
}

.hm-consultation-sec .consult-call a.cmn-btn {
    background-color: #002a13;
    border-color: transparent;
    color: #fff;
}

.hm-consultation-sec .consult-call a:hover {
    background-color: transparent;
    color: #000;
    border-color: #002a13;
}

.hm-consultation-sec .consult-blk h5 {
    font-size: 170px;
    letter-spacing: -4px;
    background: linear-gradient(180deg, #002a13 0%, #002a1300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Golos Text';
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0;
    opacity: 55%;
}

/* Home Attorney Section */


/* Home Tabs Section Start */

.hm-attorney-sec {
    background-image: url(images/meet-atrny-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 184px 0 90px;
    margin: -140px 0 0;
}

.hm-attorney-sec::before {
    position: absolute;
    content: "";
    bottom: 7.7%;
    right: 0;
    background-color: #002a13;
    /*width: 121px;*/
    width: 290px;
    height: 100px;
    z-index: 1;
}

.hm-attorney-sec .container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 0;
}

.hm-attorny-blk {
    display: flex;
    justify-content: flex-start;
    gap: 62px;
    position: relative;
}

.hm-attorny-lft-img img {
    display: block;
    width: 100%;
}

.hm-attorny-lft-img {
    width: 94%;
    margin-left: -15%;
}

.hm-attorny-lft h4 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 59px;
    line-height: 1;
    letter-spacing: -1.18px;
    color: #f29920;
    text-transform: uppercase;
    text-align: left;
    padding: 19px 135px 22px 53px;
    background-color: #002a13;
    margin: -34px 0 0;
    z-index: 1;
    position: relative;
}

.hm-attorny-img img {
    display: block;
    width: 100%;
}

.hm-attorny-rgt h3 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #151515;
    padding: 0 0 26px;
    margin: 0 0 30px;
    position: relative;
}

.hm-attorny-rgt h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 236px;
    background-image: url(images/tab-heading-bf.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.hm-attorny-rgt h5 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #f29920;
    margin: 0 0 19px;
    text-transform: uppercase;
}

.hm-attorny-rgt p {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 23px;
    line-height: 1.9;
    letter-spacing: 0;
    color: #242424;
    margin: 0 0 53px;
    
}

.hm-attorny-rgt-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.hm-attorny-btn2 a {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
    padding: 22px 50px 22px 50px;
}

.hm-attorny-btn2 a:hover {
    background-color: #f29920;
    color: #000000;
    border: 2px solid #f29920;
}

.hm-attorny-btn1 a {
    padding: 22px 65px 22px 65px;
}

.hm-attorny-btn1 a:hover {
    background-color: transparent;
    color: #000000;
}

.hm-attorny-img {
    clip-path: circle(50% at 50% 50%);
    margin: 0 0 12px;
}

.tab-btn h6 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #000000;
    margin: 0;
}

.hm-attorny-lft {
    width: 44.7%;
    position: relative;
}
.hm-attorny-lft::before{
    content: '';
    position: absolute;
    background-image: url(images/attorney-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 333px;
    top: 17%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.hm-attorny-rgt {
    width: 40.1%;
    padding: 80px 0 0;
}

.tabs-section {
    padding: 0;
    background-color: transparent;
}

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

.tab-btn.active::before {
    content: "";
    width: calc(100% + 13px);
    height: 46%;
    background-color: #f29920;
    position: absolute;
    top: 43.4%;
    left: -6.3px;
    right: 0;
    margin: auto;
    z-index: 0;
    border-radius: 0 0 120px 120px;
}

.tab-btn.active h6 {
    color: #f29920;
}

.tab-btn.active .hm-attorny-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 42, 19, 50%);
    top: 0;
    left: 0;
}

.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: 0;
    border: none;
    background-color: transparent;
}

.tab-buttons {
    display: flex;
    justify-content: flex-start;
    width: 47.4%;
    position: absolute;
    right: 8.2%;
    bottom: 0;
}

.tabs-section button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-color: transparent;
    border-radius: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0;
    margin: 0 0 0 20px;
}

.hm-attorney-sec button.tab-btn:first-child {
    margin-left: 0;
}

.hm-attorney-sec button.tab-btn {
    cursor: pointer;
    width: 25%;
    text-align: center;
}


/* Home Professional Section */

.hm-professional-sec {
    background-image: url(images/professional-back-ground.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 110px;
}

.hm-professional-sec .container {
    max-width: 1500px;
}

.hm-professional-blk {
    display: flex;
    justify-content: flex-end;
    gap: 35px;
}

.hm-professional-lft {
    width: 43%;
    position: relative;
}

.hm-professional-rgt {
    width: 47.1%;
    padding: 126px 0 0;
}

.hm-professional-rgt-cnt {
    position: relative;
}

.hm-professional-title {
    background-color: #002a13;
    padding: 73px 30px 68px 107px;
    margin: -43px -185px 35px -110px;
    position: relative;
    z-index: 2;
}

.hm-professional-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/professional-sec-left-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #002a13;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    pointer-events: none;
}

.hm-professional-title::after {
    position: absolute;
    content: "";
    left: 64px;
    bottom: 0;
    background-color: #f29920;
    width: 2px;
    height: 80%;
    z-index: 1;
}

.hm-professional-title h2 {
    color: #ffffff;
}

.hm-professional-title h4 {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #cacaca;
    margin: 0;
    text-transform: uppercase;
}

.hm-professional-lft p {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 18px;
}

.hm-professional-btns {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin: 40px -100px 0 0;
}

.hm-professional-rgt-play-btn a img {
    display: block;
}

.hm-professional-rgt-img {
    position: relative;
    z-index: 1;
    border: 20px solid #c8d6cf;
    border-radius: 50%;
    overflow: hidden;
}

.hm-professional-rgt-img img {
    display: block;
    width: 100%;
}

.hm-professional-rgt-img::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 22%;
    background-color: #002a13;
    z-index: 2;
    overflow: hidden;
}

.hm-professional-rgt-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15.5%;
    z-index: 2;
    max-width: max-content;
}

.hm-professional-rgt-txt {
    position: absolute;
    bottom: 10%;
    left: 23px;
    right: 0;
    margin: auto;
    z-index: 2;
    max-width: max-content;
}

.hm-professional-rgt-txt h5 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 50px;
}

.hm-professional-rgt-txt h5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 25px;
    background-image: url(images/play-video-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.hm-prof-read a.cmn-btn {
    background-color: transparent;
    border: 2px solid #f29920;
    padding: 24px 52px 23px;
}

.hm-prof-read a.cmn-btn:hover {
    background-color: #f29920;
    color: #000000;
}

.hm-prof-scdl a.cmn-btn {
    background-color: #002a13;
    border: 2px solid #002a13;
    color: #ffffff;
    padding: 24px 52px 23px;
    position: relative;
    z-index: 2;
}

.hm-prof-scdl a.cmn-btn:hover {
    background-color: transparent;
    color: #000000;
}

.hm-professional-lft-txt p:last-child {
    margin: 0 0 40px;
}
  .splide__track--draggable{padding-left: 1px !important;}
 .consltn-btm-img img.hmconsltn-img{display:none;}
.home .consltn-btm-img img.hmconsltn-img{display:block;}
.home .consltn-btm-img img.inrpg-consltn-img{display:none;}
.footer-sec .form-title{display: none;}
.home .footer-sec .form-title {
    display: block;
}
.header-sch-btn a.cmn-btn{
    font-size: 20px;
    padding: 20px 30px;
}
.header-sch-btn a.cmn-btn:hover{
    background-color: #002a13;
}
.ftr-submit-btn a.cmn-btn{
  font-size: 15px;
    padding: 14px 30px;
    margin-top: 10px;
}   


