/* 
Theme Name:		 oceanwpchild
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Rizeupmedia
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwpchild
*/

@font-face {
    font-display: swap;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/golos-text-v6-latin-regular.eot");
    src: url("./fonts/golos-text-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
        url("./fonts/golos-text-v6-latin-regular.woff2") format("woff2"),
        url("./fonts/golos-text-v6-latin-regular.woff") format("woff"),
        url("./fonts/golos-text-v6-latin-regular.ttf") format("truetype"),
        url("./fonts/golos-text-v6-latin-regular.svg#GolosText") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/golos-text-v6-latin-500.eot");
    src: url("./fonts/golos-text-v6-latin-500.eot?#iefix") format("embedded-opentype"),
        url("./fonts/golos-text-v6-latin-500.woff2") format("woff2"),
        url("./fonts/golos-text-v6-latin-500.woff") format("woff"),
        url("./fonts/golos-text-v6-latin-500.ttf") format("truetype"),
        url("./fonts/golos-text-v6-latin-500.svg#GolosText") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/golos-text-v6-latin-600.eot");
    src: url("./fonts/golos-text-v6-latin-600.eot?#iefix") format("embedded-opentype"),
        url("./fonts/golos-text-v6-latin-600.woff2") format("woff2"),
        url("./fonts/golos-text-v6-latin-600.woff") format("woff"),
        url("./fonts/golos-text-v6-latin-600.ttf") format("truetype"),
        url("./fonts/golos-text-v6-latin-600.svg#GolosText") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/golos-text-v6-latin-700.eot");
    src: url("./fonts/golos-text-v6-latin-700.eot?#iefix") format("embedded-opentype"),
        url("./fonts/golos-text-v6-latin-700.woff2") format("woff2"),
        url("./fonts/golos-text-v6-latin-700.woff") format("woff"),
        url("./fonts/golos-text-v6-latin-700.ttf") format("truetype"),
        url("./fonts/golos-text-v6-latin-700.svg#GolosText") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 800;
    src: url("./fonts/golos-text-v6-latin-800.eot");
    src: url("./fonts/golos-text-v6-latin-800.eot?#iefix") format("embedded-opentype"),
        url("./fonts/golos-text-v6-latin-800.woff2") format("woff2"),
        url("./fonts/golos-text-v6-latin-800.woff") format("woff"),
        url("./fonts/golos-text-v6-latin-800.ttf") format("truetype"),
        url("./fonts/golos-text-v6-latin-800.svg#GolosText") format("svg");
}

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

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: "Poppins", sans-serif;
    --paragraph-font: "Poppins", sans-serif;
    --placeholdercolor: #000;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section+section {
    margin-top: 30px;
}

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

img {
    height: auto;
}

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

a:focus {
    border: 0 !important;
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}

p,
li,
ul,
ol,
blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

li.menu-item {
    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"],
select,
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    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;
}

.clr {
    clear: both;
}

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

header#site-header {
    background: transparent;
    padding: 42px 0 0;
    position: absolute;
    border-bottom: 0;
}

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

.logo img {
    transition-duration: 0.8s;
}

.topmenu {
    width: auto;

    position: relative;

    padding: 28px 0 0;
}

.topmenu:before{
    position: absolute;
    content: "";
    background-color: #c48f41;
    height: 1px;
    width: 42%;
    left: 0;
    top: 0;
    opacity: 20%;
}
.topmenu:after{
    position: absolute;
    content: "";
    background-color: #c48f41;
    height: 1px;
    width: 42%;
    right: 0;
    top: 0;
    opacity: 20%;
}

.topmenu ul {
    position: relative;

    margin: 0;
}

.topmenu ul li {
    display: inline;

    position: relative;

    margin: 0px 30px;
}

.topmenu ul li.menu-anc {
    margin-left: 322px;
}

.topmenu ul li a {
    font-family: "Golos Text";

    font-weight: 400;

    font-size: 18px;

    line-height: 1;

    color: #fff;

    letter-spacing: 0.36px;

    position: relative;

    padding-bottom: 30px;

    display: inline-block;

    text-transform: uppercase;
}

.topmenu ul li a:before {
    position: absolute;

    content: "";

    background-image: url(images/hm-sprites.webp);

    background-position: -113px -103px;

    width: 22px;

    height: 22px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    display: none;
}

.topmenu ul.menu>li.current-menu-item a:before,
.topmenu ul.menu>li a:hover:before {
    display: block;
}

.topmenu ul.primary-menu>li.current-menu-item a,
.topmenu ul.primary-menu>li a:hover {
    color: #9b662a;
}

.topmenu ul li:first-child {
    margin-left: 0px;
}

.topmenu ul li:last-child {
    margin-right: 0px;
}

.topmenu ul li:last-child a {
    border: 0;
}

.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #082033;
    padding: 0px 0;
    z-index: 999;
}

.topmenu ul li:hover ul.sub-menu {
    display: block;
}

.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}

.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}

.topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;

    top: 0;

    left: 100%;
}

.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}

.topmenu .sub-menu li a:after {
    display: none;
}

.topmenu .sub-menu li {
    width: 100%;

    float: left;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    margin: 0;

    padding: 0;
}

.topmenu .sub-menu li a {
    float: left;

    font-size: 15px;

    width: 100%;

    line-height: normal;

    padding: 9px 12px 8px;

    color: #fff;

    display: block;

    text-transform: capitalize;
}

.topmenu .sub-menu li a:before{
    display: none!important;
}

.topmenu ul.menu .sub-menu a:hover::before {
    display: none!important;
}

.topmenu .sub-menu li a:hover {
    background-color: #5f7f9d;
    color: #fff;
}


.logo {
    position: absolute;
    width: 181px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    z-index: 2;
}

.top-hdr .custom-html-widget {
    display: flex;
    justify-content: space-between;
    margin: 0 0 17px;
}

.top-hdr-lft {
    display: flex;
    gap: 21px;
    align-items: center;
}

.top-hdr-rite{
    display: flex
        ;
    gap: 40px;
    margin: 5px 0 0;
    align-items: center;
}

.top-hdr-rite li {
    list-style: none;
    display: inline;
}

.top-hdr-cnt strong {
    font-family: "Golos Text";

    font-weight: 400;

    font-size: 20px;

    line-height: 1;

    letter-spacing: 3px;

    color: #fff;

    margin: 0 0 0;

    text-transform: uppercase;
}

.top-hdr-scil {
    display: flex;
    gap: 8px;
}

.hdr-refer-btn a.cmn-btn {
    font-size: 14px;
    padding: 17px 25px 14px;
}

.top-hdr-scil a {
    font-size: 0;

    display: inline-block;

    background-image: url(images/hm-sprites.webp);

    background-position: -166px -14px;

    width: 50px;

    height: 50px;
}

.top-hdr-scil a.inst {
    background-position: -228px -14px;
}

.top-hdr-scil a.lnkd {
    background-position: -293px -12px;
}

.top-hdr-scil a.ytb {
    background-position: -356px -13px;
}

.top-hdr-scil a.avo {
    background-position: -419px -11px;
}

.top-hdr-scil a.ggl {
    background-position: -481px -10px;
}

.top-hdr-scil a:hover {
    background-position: -169px -84px;
}

.top-hdr-scil a.inst:hover {
    background-position: -233px -82px;
}

.top-hdr-scil a.lnkd:hover {
    background-position: -298px -83px;
}

.top-hdr-scil a.ytb:hover {
    background-position: -363px -82px;
}

.top-hdr-scil a.avo:hover {
    background-position: -425px -82px;
}

.top-hdr-scil a.ggl:hover {
    background-position: -487px -82px;
}

.top-hdr-lang ul {
    display: flex;
    gap: 9px;
    margin: 0;
}

.top-hdr-lang li {
    font-family: "Golos Text";

    font-weight: 400;

    font-size: 24px;

    line-height: 1;

    letter-spacing: 0px;

    color: #fff;

    margin: 0 0 0;

    text-transform: uppercase;
    position: relative;
}

.top-hdr-lang li a {
    display: flex
        ;
    align-items: center;
    gap: 5px;
}

.top-hdr-lang li.spnsh {
    padding-left: 53px;
}

.top-hdr-lang li.spnsh:before {
    position: absolute;
    content: "";
    background-image: url(images/toggle-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top-hdr-lang li.spnsh.active:before {
    background-image: url(images/toggle-spanish-icn.webp);
}

.top-hdr-cal {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.top-hdr-cal a {
    display: inline-block;
    padding-left: 68px;
    position: relative;
}

.top-hdr-cal a:hover {
    color: #c18f27;
}

.top-hdr-cal a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -101px -12px;
    width: 45px;
    height: 53px;
    left: 9px;
    top: 0;
    margin: auto;
}

.top-hdr-cal strong {
    display: block;
    text-align: right;
    font-weight: 400;
    margin: 4px 0 0;
}

/* Mobile Menu Starts */

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    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: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    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;
    color: #343235;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background-color: #071927;
    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: "Poppins", sans-serif;
}

.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: "Poppins", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}

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

.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: 10px;
    width: 13px;
    height: 13px;
    background-color: transparent !important;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    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%;
    float: left;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

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

/*Header Sticky Menu*/

.sicky-logo {
    width: 100%;

    max-width: 300px;

    padding: 0 15px;
}

.header-sticky {
    width: 100%;
    float: left;
    background-color: #89c5c7;
    padding: 10px;
    display: none;
    border-bottom: 2px solid #265274;
}

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

.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: 400;
    font-family: "Golos Text";
    color: #fff;
}

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

.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 .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: 14px;
    display: none;
}

.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}

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

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

.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-color: #061826;
    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: 45px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    color: #ffffff;
    float: right;
}

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;

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


header#site-header.f-nav {
    position: fixed;
    background-color: #082033;
    border-bottom: 2px solid #c48f41;
    padding: 20px 0;
}

header#site-header.f-nav .logo{width: 130px;}


/* Top Menu Section Ends */
#site-logo {
    float: none !important;
}

#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.topmenu {
    margin-left: auto;
}

.main-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    margin: 0;
}

.main-menu li {
    position: relative;
    margin: 0;
}

.main-menu>li {
    margin: 0 20px;
}

.main-menu li:hover>.sub-menu {
    display: block;
}

.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.main-menu .sub-menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.main-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}

.dekstopMenuBtn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dekstopMenuBtn span.line {
    width: 15px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
}

.dekstopMenuBtn span.line.line-2 {
    margin: 2px 0;
}

.main-menu-mobile li {
    position: relative;
}

.main-menu-mobile a {
    display: block;
}

.main-menu-mobile .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-image: url(images/plus.png);
    background-color: transparent;
    background-size: auto 20px;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}

.main-menu-mobile .drop.open {
    background-image: url(images/minus.png);
    width: 25px;
}

/* Common button */

a.cmn-btn {
    font-family: "Golos Text";
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #ffffff;
    background-color: #c48f41;
    display: inline-block;
    text-transform: uppercase;
    padding: 24px 50px 22px;
    border: 2px solid #c48f41;
    border-radius: 50px;
}

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

/* Home Page Banner Section */

.hm-banner-sec {

    background-image: url(images/hm-bnr-bg-img.webp);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top right;

    padding: 260px 0 0px;

    position: relative;


}

.hm-banner-sec:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #c48f41;
    height: 2px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.hm-bnr-lft {

    width: 52.5%;

    padding: 0 0 144px 100px;

}

.hm-bnr-btn-blk {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 56px;

}

.hm-bnr-lft h1,
.hm-bnr-lft h2 {

    font-size: 86px;

    font-family: "Golos Text";

    font-weight: 500;

    line-height: 1.13;

    letter-spacing: -5.16px;

    color: #ffffff;

    text-transform: uppercase;

    margin: 0 0 45px;

}

.hm-bnr-lft h1 strong,
.hm-bnr-lft h2 strong {

    font-weight: 400;

    font-size: 52px;

    color: #5f7f9d;

    line-height: 1;

    text-transform: capitalize;

    display: block;

    letter-spacing: 0;

}

.ggl-ratings {
    width: 22.4%;
}

.ggl-ratings img {

    width: 100%;

    display: block;

}

.bnr-cont-btn a.cmn-btn {

    background-color: #071b2b;

    padding: 24px 76px 22px;

}

.bnr-cont-btn a.cmn-btn:hover {

    background-color: #c48f41;

}


.hm-banner-sec .owl-dots {

    display: flex;

    align-items: center;

    gap: 8px;

    position: absolute;

    bottom: 50px;

    left: 97px;

}

.hm-banner-sec .owl-dots button.owl-dot {

    width: 17px;

    height: 17px;

    border: 1px solid #c48f41;

    border-radius: 50%;

    background-color: transparent;

}

.hm-banner-sec .owl-dots button.owl-dot.active {

    background-color: #c48f41;

}

.hm-banner-sec .container {

    max-width: 1700px;

}

.hm-bnr-testi-itm h5 {

    font-size: 26px;

    font-family: "Golos Text";

    font-weight: 500;

    line-height: 1;

    letter-spacing: -1.56px;

    color: #c48f41;

    text-transform: uppercase;

    padding: 0 0 12px;

    margin: 0 0 15px;

    position: relative;

}

.hm-bnr-testi-itm h5::before {

    content: "";

    position: absolute;

    background-color: rgb(255, 255, 255, 0.302);

    width: 185px;

    height: 1px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

}

.hm-bnr-blk.owl-carousel .owl-stage {

    display: flex;

}

.hm-bnr-testi-blk.owl-carousel .owl-stage,

.hm-bnr-testi-blk.owl-carousel .owl-item {

    display: flex;

}


.hm-bnr-rgt {

    width: 42%;

    text-align: center;

    position: relative;

    padding: 0 0 100px;

}

.hm-bnr-lft.injury {

    width: 49.6%;

}

.hm-bnr-rgt.consultation {
    width: 48.9%;
    padding: 130px 150px 130px;
    z-index: 0;
    background-image: url(images/bnr-rit-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.hm-bnr-rgt.consultation h2 {

    font-size: 44px;

    font-family: "Golos Text";

    font-weight: 400;

    line-height: 1;

    letter-spacing: 0;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    margin: 0 0 13px;

}

.hm-bnr-rgt.consultation p {

    font-size: 16px;

    font-family: "Golos Text";

    font-weight: 400;

    line-height: 1;

    letter-spacing: -0.48px;

    color: #a0a0a0;

    text-align: center;

}

.hm-bnr-testi-blk.owl-carousel {
    padding: 0 64px;
}

.hm-bnr-testi-itm p {

    font-size: 18px;

    font-family: "Golos Text";

    font-weight: 400;

    line-height: 2;

    letter-spacing: 0px;

    color: #ffffff;

    margin: 0 0 20px;

}

.hm-bnr-testi-itm h4 {

    font-size: 24px;

    font-family: "Golos Text";

    font-weight: 500;

    line-height: 1;

    letter-spacing: 0px;

    color: #c48f41;

    text-transform: capitalize;

    margin: 0;

}

.hm-bnr-testi-itm {

    margin: 0 0 50px;

}

.hm-bnr-results-blk {

    display: flex;

    justify-content: center;

    gap: 50px;

    padding: 12px 0;

}

.hm-bnr-slide {

    display: flex;

    justify-content: space-between;

    align-items: center;


}

.hm-bnr-results-itm {

    padding: 45px 30px 46px;

    border-radius: 50%;

    border: 3px solid rgb(255, 255, 255, 30%);

    width: 35.9%;

    min-height: 256px;

    position: relative;

}
.hm-bnr-results-itm .hover a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 2;
    margin: auto;
}

.hm-bnr-results-itm:hover {

    border-color: #c48f41;

    outline: 12px solid rgb(196, 143, 65, 0.2);

}

.hm-bnr-results-itm h3 {

    font-size: 32px;

    font-family: "Golos Text";

    font-weight: 700;

    line-height: 1;

    letter-spacing: -0.64px;

    margin-bottom: 10px;

    color: #989898;

    padding: 70px 0 0;

    position: relative;

}

.hm-bnr-results-itm h3::before {

    content: "";

    width: 54px;

    height: 54px;

    background-image: url(images/hmbnr-law-scales.webp);

    background-repeat: no-repeat;

    background-size: contain;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

}

.hm-bnr-results-itm h4 {

    font-size: 20px;

    font-family: "Golos Text";

    font-weight: 400;

    line-height: 1.15;

    color: #828282;

    margin: 0;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav {

    display: flex !important;

    justify-content: space-between;

    align-items: center;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    margin: auto;

    width: 100%;

    height: fit-content;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button {

    width: 40px;

    height: 16px;

    font-size: 0 !important;

    background-image: url(images/hm-sprites.webp) !important;

    background-repeat: no-repeat !important;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button.owl-prev {

    background-position: -434px -259px !important;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button.owl-next {

    background-position: -499px -259px !important;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button.owl-prev:hover {

    background-position: -434px -300px !important;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button.owl-next:hover {

    background-position: -499px -300px !important;

}

.hm-bnr-testi-blk.owl-carousel .owl-nav button span {

    font-size: 0;

}

.hm-bnr-rgt p.gform_required_legend {

    display: none;

}

.hm-bnr-rgt .gform_wrapper.gravity-theme .gfield-choice-input+label {

    max-width: calc(100% - 30px);

}

.hm-bnr-rgt .gform_wrapper {

    margin: 25px 0 0 0;

}

.hm-bnr-rgt .gform_wrapper ul.gform_fields ul {

    margin: 0;

    padding: 0;

}

.hm-bnr-rgt .gform_wrapper ul.gform_fields li {

    margin: 0 0 25px 0;

    padding: 0 !important;

}

.hm-bnr-rgt .gform_wrapper ul.gform_fields li.form-top {

    margin: 0 0 0 0;

    text-align: left;

}

.gform_wrapper ul.gform_fields li.phn {

    margin-right: 0 !important;

}

.footer-form-blk .gform_wrapper.gravity-theme .gform_fields {

    gap: 0 6%;

}

.hm-bnr-rgt .gform_wrapper .top_label input,

.hm-bnr-rgt .gform_wrapper select,

.hm-bnr-rgt .gform_wrapper .top_label textarea {

    margin: 0 0 23px !important;

    width: 100% !important;

    color: #fff;

    outline: 0px;

    position: relative;

    border-radius: 0;

    background: transparent;

    border: 0;

    font-size: 14px !important;

    padding: 0px 10px 14px 0 !important;

    transition: all 0.5s;

    font-family: "Golos Text";

    font-weight: 400;

    border-bottom: 1px solid #737985;

    line-height: 1;

    letter-spacing: 0;

}

.hm-bnr-rgt .gform_wrapper .top_label input:focus,

.hm-bnr-rgt .gform_wrapper select:focus,

.hm-bnr-rgt .gform_wrapper .top_label textarea:focus {

    color: #fff !important;

    border-bottom-color: #c48f41 !important;

}

.hm-bnr-rgt .gform_wrapper .top_label textarea {

    width: 100% !important;

    float: none;

    height: 85px !important;

    margin: 0px 0px 15px !important;

    min-height: auto;

    resize: none;

}

.hm-bnr-rgt .gform_wrapper .form-links,

.form-top {

    font-size: 16px;

    color: #fff;

    text-align: center;

    width: 100%;

    display: inline-block;

}

.hm-bnr-rgt .gform_wrapper .form-links,

.hm-bnr-rgt .gform_wrapper .form-links a,

.hm-bnr-rgt .gform_wrapper.gravity-theme .gfield_checkbox label {

    color: #737985;

    font-weight: 400;

    font-family: "Golos Text" !important;

    line-height: 1 !important;

    letter-spacing: 0;

    text-transform: capitalize;

    font-size: 14px !important;

    text-decoration: none;

    margin: 0;

    text-align: left;

    display: inline-block;

}

.form-top span,

.hm-bnr-rgt .gform_wrapper .top_label .chkbx label span {

    color: #ed3731;

}

.hm-bnr-rgt .gform_wrapper .gfield_radio label,

.hm-bnr-rgt .gform_wrapper .top_label .chkbx label {

    font-size: 18px !important;

    line-height: 20px !important;

    color: #fff;

}

.hm-bnr-rgt .gform_wrapper .top_label .chkbx label {

    font-weight: 700;

}

.hm-bnr-rgt .gform_wrapper .top_label input[type="checkbox"] {

    float: left;

    clear: both;

    width: auto !important;

    margin: 4px 8px 0px 0 !important;

    padding: 0 !important;

    border-radius: 0;

    max-width: inherit !important;

    border: 1px solid #c48f41;

}

.hm-bnr-rgt .gform_wrapper input[type="checkbox"]:checked:before {

    color: #fff;

    background-color: #13aff0;

    content: "\2713";

    margin-bottom: 0;

    border: 0;

    outline: 0;

    width: 100%;

    height: 100%;

}

.hm-bnr-rgt .gform_wrapper .gform_footer.top_label {

    padding: 0;

    margin: 37px 0 0;

    text-align: center;

    justify-content: center;

}

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

    background-color: #c48f41 !important;

    outline: none !important;

    border: 0 !important;

    border-radius: 50px !important;

    cursor: pointer;

    transition-duration: 0.5s;

    font-style: normal !important;

    color: #fff !important;

    width: auto !important;

    font-size: 22px !important;

    padding: 23px 49px 22px !important;

    text-transform: uppercase !important;

    height: auto !important;

    margin: 0 !important;

    font-family: "Golos Text";

    font-weight: 600;

    line-height: 1 !important;

    letter-spacing: 0;

}

.hm-bnr-rgt .gform_wrapper .top_label input[type="submit"]:hover {

    background-color: #fff !important;
    color: #c48f41 !important;

}

:focus::placeholder {

    color: #fff !important;

}

.hm-bnr-rgt input::placeholder {

    color: #858585;

}

.hm-bnr-rgt input:-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt input::-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt textarea::placeholder {

    color: #858585;

}

.hm-bnr-rgt textarea:-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt textarea::-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt .gform_wrapper select{color: #858585;}

.hm-bnr-rgt .gform_wrapper select option::placeholder {

    color: #858585;

}

.hm-bnr-rgt .gform_wrapper select option:-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt .gform_wrapper select option::-ms-input-placeholder {

    color: #858585;

}

.hm-bnr-rgt .gform_wrapper select>option {
    color: #000;
    cursor: pointer;
    padding: 0 10px;
}

.hm-bnr-rgt .gform_wrapper .top_label .gfield_label {

    display: none;

}

.hm-bnr-rgt .gform_wrapper div.validation_error {

    text-align: center;

    border: none;

    padding: 0 !important;

}

.hm-bnr-rgt .gform_wrapper .validation_message,

.hm-bnr-rgt .gform_wrapper div.validation_error {

    color: red;

    letter-spacing: 0.56px;

    font-size: 15px;

    line-height: 18px;

}

.hm-bnr-rgt .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

    max-width: 100% !important;

}

.hm-bnr-rgt .gform_wrapper .field_description_below .gfield_description {

    padding-top: 0;

}

.hm-bnr-rgt .gform_wrapper li.gfield.gfield_error,

.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {

    background-color: inherit !important;

    border: none;

    padding: 0 !important;

    margin-top: 0 !important;

}

.popup {

    position: relative;

    display: inline-block;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

div#popup-container {

    width: 100% !important;

    position: absolute;

    left: 0;

}

.popup .popuptext {

    visibility: hidden;

    color: #000;

    position: absolute;

    transition: transform 0.15s ease-out 0.15s;

    z-index: 1;

    margin: 0px;

    text-align: center;

    padding: 20px;

    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;

    width: 473px !important;

}

.popup .show {

    visibility: visible;

    -webkit-animation: fadeIn 1s;

    animation: fadeIn 1s;

    position: inherit;

}

.hm-bnr-rgt .gform_wrapper.gravity-theme .gfield {

    position: relative;

}

.gform_button.disabled {

    pointer-events: none;

}

.hm-bnr-rgt .gform_wrapper .gform_validation_errors {

    display: none;

}

.hm-bnr-rgt .gform_wrapper .gfield {

    position: relative;

}

.hm-bnr-rgt .gform_wrapper .gfield .validation_message.gfield_validation_message,

.hm-bnr-rgt .gform_wrapper .gfield .instruction.validation_message {

    position: absolute;

    top: 10px;

    background: none;

    padding: 0px;

    line-height: 1;

    color: #ff0000;

    font-size: 10px;

    right: 5px;

    font-weight: 500;

    width: auto;

    border: none;

    pointer-events: none;

    margin: 0;

}

.hm-bnr-rgt .gform_wrapper .gfield .instruction.validation_message {

    top: 26px;

}

.hm-bnr-rgt .gform_wrapper .field_description_below .gfield_description {

    padding-top: 0;

}

.hm-bnr-rgt .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {

    right: 0;

    top: 25px;

    margin: 0;

    left: 29px;

}

.hm-bnr-rgt .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {

    border: 0;

    border-bottom: 1px solid #fff;

}



/* Home Page Case results section */
.hmresults-sec {
    padding: 76px 0 165px;
    text-align: center;
    margin: 0;
    background-color: #071a24;
    position: relative;
}

.hmresults-sec::before {
    content: "";
    width: 100%;
    height: calc(100% + 62%);
    background-image: url(images/hmcaseresults-bgbfr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hmresults-sec h2 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}

.hmresults-blck {
    margin-bottom: 53px;
}

.hmresults-blck .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
}

.hmresults-blck .owl-item>div {
    width: 228px !important;
}

.hmresults-item {
    padding: 47px 25px 41px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, 30%);
}

.hmresults-item h3 {
    font-family: "Golos Text";
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.58px;
    margin-bottom: 10px;
    color: #989898;
    padding-top: 58px;
    position: relative;
}

.hmresults-item h3::before {
    content: "";
    width: 48px;
    height: 48px;
    background: url(images/hm-sprites.webp) no-repeat -36px -92px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hmresults-item h4 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #828282;
    margin: 0;
    min-height: 44px;
}

.hmresults-blck.owl-carousel .owl-item.center>div {
    width: 432px !important;
    margin: 0 10px 0 10px !important;
}

.hmresults-blck.owl-carousel .owl-item.center .hmresults-item {
    padding: 120px 95px 140px;
    background: url(images/case-resultscntr-bg.webp) no-repeat center;
    background-size: cover;
    border: 0;
}

.hmresults-blck.owl-carousel .owl-item.center .hmresults-item h3 {
    font-size: 34px;
    letter-spacing: -0.72px;
    color: #fff;
    padding-top: 66px;
    margin-bottom: 10px;
}

.hmresults-blck.owl-carousel .owl-item.center .hmresults-item h4 {
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
}

.hmresults-blck.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -116px;
    margin: 0 auto;
    width: 44.7%;
}

.hmresults-blck.owl-carousel .owl-nav button {
    width: 100px;
    height: 58px;
    font-size: 0 !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.hmresults-blck.owl-carousel .owl-nav button.owl-prev {
    background-position: -21px -398px !important;
}

.hmresults-blck.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -21px -467px !important;
}

.hmresults-blck.owl-carousel .owl-nav button.owl-next {
    background-position: -174px -398px !important;
}

.hmresults-blck.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -174px -467px !important;
}

.hmresults-btn a.cmn-btn {
    position: relative;
    z-index: 1;
    background: transparent;
}

.hmresults-btn a.cmn-btn:hover {
    background-color: #c48f41;
}

/* Home Page About Section */
.hmabut-sec {
    background-color: #071a24;
    margin: 0;
}

.hmabut-secblk {
    padding: 195px 0 90px;
    background: #fff;
    clip-path: ellipse(calc(100% - 38.7%) 100% at 50.35% 100%);
    height: 100%;
}

.hmabut-sec .container {
    max-width: 1280px;
}

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

.hmabut-lft {
    width: 41%;
    padding: 40px 0 0;
}

.hmabut-lftblk {
    padding: 74px 104px 110px 77px;
    position: relative;
}

.hmabut-lftblk:before {
    content: "";
    position: absolute;
    border: 1px solid transparent;
    border-radius: 52%;
    background: linear-gradient(to left, #c48f41 20%, #ffffff 98%);
    left: -31px;
    right: 0;
    mask: linear-gradient(#c48f41 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    top: 0;
    padding: 1px;
    bottom: 0;
    margin: auto;
    border-left: 0;
    width: calc(100% + 33px);
}

.hmabut-logo {
    margin: 0 auto 45px;
    max-width: 339px;
}

.hmabut-logo img {
    width: 100%;
    display: block;
}

.hmabut-cntct p {
    position: relative;
    padding-top: 110px;
    font-family: "Golos Text";
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    color: #061724;
    margin: 0;
}

.hmabut-cntct p a {
    display: block;
    width: max-content;
    font-weight: 700;
    color: #c48f41;
    margin: 13px auto 0;
}

.hmabut-cntct p a:hover {
    color: #061724;
}

.hmabut-cntct p a::before {
    content: "";
    width: 85px;
    height: 59px;
    background: url(images/hm-sprites.webp) no-repeat -481px -168px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hmabut-ryt {
    width: 55.4%;
}

.hmabut-ryt h2 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 68px;
    line-height: 1;
    text-transform: uppercase;
    color: #081926;
    margin-bottom: 25px;
}

.hmabut-ryt h2 small {
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    color: #1d3e58;
    margin-top: 10px;
}

.hmabut-ryttxt {
    position: relative;
    padding-left: 27px;
}

.hmabut-ryttxt::before {
    content: "";
    width: 4px;
    height: 130px;
    background-color: #d0a567;
    position: absolute;
    left: 0;
    top: 14px;
}

.hmabut-ryt p {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #071825;
    margin-bottom: 20px;
}

.hmabut-btn {
    padding-left: 27px;
}

.hmabut-btn a.cmn-btn {
    padding: 24px 54px 22px;
}

.hmabut-btn a.cmn-btn:hover {
    color: #c48f41;
}

/* Home Practice Areas Section */

.hmpract-areas-sec {
    background-image: url(images/pract-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 142px 0 115px;
}

.hmpract-areas-sec .container {
    max-width: 1650px;
}

.hmpract-areas-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/pract-logo-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 427px;
    width: 375px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hmpract-areas-sec h2 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 70px;
    color: #071b2b;
    line-height: 1;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: center;
}

.hmpract-areas-sec .prac-sub-itms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 9px;
    justify-content: center;
    margin: 0 0 60px;
    min-height: 160px;
    height: 100%;
    align-items: flex-start;}

.hmpract-areas-sec .prct-sub-itm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    border-radius: 50px;
    gap: 20px;
    background: transparent;
    border: 2px solid #071b2b;
    position: relative;
    min-height: 68px;
}

.hmpract-areas-sec .prct-sub-itm:hover {
    background: #071b2b;
}
.hmpract-areas-sec .prct-sub-itm-img img {
    width: 100%;
    display: block;
}

.hmpract-areas-sec .prct-sub-itm-img.hvr {
    display: none;
}

.hmpract-areas-sec .prct-sub-itm:hover .prct-sub-itm-img.hvr {
    display: block;
}

.hmpract-areas-sec .prct-sub-itm:hover .prct-sub-itm-img {
    display: none;
}

.hmpract-areas-sec .prct-sub-itm h6 {
    font-family: "Golos Text";
    font-weight: 500;
    font-size: 20px;
    color: #071b2b;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
}

.hmpract-areas-sec .prct-sub-itm:hover h6 {
    color: #fff;
}

.practice-areas-blk .owl-item.center .hm-pract-blk {
    padding: 0;
    margin: 0;
}

.practice-areas-blk .owl-item.center .hm-pract-itm-img {
    padding: 0;
}

.practice-areas-blk .owl-item.center .hm-pract-blk::before {
    display: none;
}

.practice-areas-blk .owl-item.center .hm-pract-itm::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #c48f41 0%, #c4904100 100%);
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
}

.practice-areas-blk .owl-item.center .pract-img {
    display: none;
}

.practice-areas-blk .owl-item.center .pract-read-more {
    display: block;
}

.practice-areas-blk .owl-item.center .hm-pract-itm h4 {
    margin: 0 0 25px;
}

.practice-areas-blk .owl-item.center .hm-pract-blk::after {
    content: "";
    position: absolute;
    background-image: url(images/prac-itm-bf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 97%;
    height: 38%;
    bottom: -7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}


.practice-areas-blk .owl-item.center .hm-pract-itm-img img {
    opacity: 30%;
}


.hvr a {
    font-size: 0;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.practice-areas-blk.owl-carousel .owl-stage,
.practice-areas-blk.owl-carousel .owl-item {
    display: flex;
}

.item-display {
    width: 100%;
    position: relative;
}

.hm-pract-blk {
    width: 32.2%;
    padding: 80px 55px 25px;
    position: relative;
    margin: 20px 0 0;
}

.hm-pract-blk::before {
    content: "";
    position: absolute;
    background-image: url(images/prac-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.hm-pract-itm-img {
    padding: 110px 50px 0px;
    background-color: #071b2b;
    -webkit-mask-image: url(images/hm-pract-mask-img.webp);
    mask-image: url(images/hm-pract-mask-img.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

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

.hm-pract-itm {
    position: relative;
    background-color: #c48f41;
    -webkit-mask-image: url(images/hm-pract-mask2.webp);
    mask-image: url(images/hm-pract-mask2.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    padding: 26px 0 0;
    text-align: center;
}

.pract-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 70%;
    margin: auto;
    z-index: 2;
}

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

.pract-img {
    width: 100%;
    max-width: max-content;
    margin: 0 auto 35px;
}

.hm-pract-itm h4 {
    font-size: 30px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.practice-areas-blk {
    padding: 0 125px 80px;
    display: flex;
    justify-content: space-between;
}

.pract-read-more a {
    font-size: 20px;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #082033;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin: 0;
}

.pract-read-more {
    display: none;
}

.hm-pract-blk.tab-btn-active {
    padding: 0;
    margin: 0;
}


.hm-pract-blk.tab-btn-active .hm-pract-itm-img {
    padding: 0;
}

.hm-pract-blk.tab-btn-active:before {
    display: none;
}

.hm-pract-blk.tab-btn-active .hm-pract-itm::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #c48f41 0%, #c4904100 100%);
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
}

.hm-pract-blk.tab-btn-active .pract-img {
    display: none;
}

.hm-pract-blk.tab-btn-active .pract-read-more {
    display: block;
}

.hm-pract-blk.tab-btn-active .hm-pract-itm h4 {
    margin: 0 0 25px;
}

.hm-pract-blk.tab-btn-active::after {
    content: "";
    position: absolute;
    background-image: url(images/prac-itm-bf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 97%;
    height: 38%;
    bottom: -7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.hm-pract-itm-img img {
    opacity: 0;
}

.hm-pract-blk.tab-btn-active .hm-pract-itm-img img {
    opacity: 30%;
}


.pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}

.hmpract-areas-sec .tab-content .tab-pane {
    display: none;
}

.hmpract-areas-sec .tab-content .tab-pane.tab-pane-active {
    display: block;
}

.practice-areas-blk.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    top: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
    z-index: -1;
}

.practice-areas-blk.owl-carousel .owl-nav button {
    width: 104px;
    height: 59px;
    font-size: 0 !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
}

.practice-areas-blk.owl-carousel .owl-nav button.owl-prev {
    background-position: -448px -466px !important;
}

.practice-areas-blk.owl-carousel .owl-nav button.owl-next {
    background-position: -308px -466px !important;
}

.practice-areas-blk.owl-carousel .owl-nav button.owl-prev:hover {

    background-position: -448px -399px !important;
}

.practice-areas-blk.owl-carousel .owl-nav button.owl-next:hover {

    background-position: -308px -397px !important;
}

.pract-view-btn {
    text-align: center;
}

.pract-view-btn a.cmn-btn:hover {
    color: #c48f41;
}

.pract-view-btn a.cmn-btn {
    padding: 24px 60px 22px;
}

/* Home Page Attorney Section */

h2.text-heading {
    font-family: "Golos Text";
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1.3px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.hm-attorney-sec {
    background-image: url(images/hm-attorny-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 260px 0 0;
    position: relative;
}

.hm-attorney-sec:before,
.hm-attorney-sec:after {
    position: absolute;
    content: "";
    background-color: #999999;
    width: 84.1%;
    height: 2px;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.hm-attorney-sec:after {
    right: inherit;
    left: 0;
    top: 0;
    background-color: #c48f41;
    height: 4px;
}

.hm-attorney-part {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 110px;
    position: relative;
}

.hm-attorney-part:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-imge-logo.webp);
    background-repeat: no-repeat;
    width: 771px;
    height: 771px;
    bottom: 5%;
    right: -7%;
    z-index: 0;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.hm-attorney-lft h2::after {
    position: absolute;
    content: "";
    background-image: url(images/attrny-heading-logo.webp);
    background-repeat: no-repeat;
    width: 124px;
    height: 124px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
}

.hm-attorney-lft h5,
.hm-attrny-cont h5 {
    font-family: "Golos Text";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #bebebe;
    position: relative;
    padding: 0 0 22px;
    margin: 0 0 24px;
}

.hm-attorney-lft h5:before {
    position: absolute;
    content: "";
    background-color: #c48f41;
    width: 59%;
    height: 2px;
    bottom: 0;
}

.hm-attorney-lft p {
    font-family: "Golos Text";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #bebebe;
    margin-bottom: 40px;
}

.hm-attorney-lft {
    width: 44.54%;
    padding-top: 60px;
}

.hm-attorney-lft h2 {
    font-family: "Golos Text";
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0 0px 125px;
    margin: 0 0 40px;
    position: relative;
}

.hm-attorney-rgt {
    width: 55.3%;
    position: relative;
    margin: 0!important;
    z-index: 1;
}

.hm-attrny-imge {
    margin: 0;
    width: 64.2%;
    position: relative;
    z-index: 0;
}

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

.hm-attrny-cont {
    position: absolute;
    top: 45px;
    right: 0;
}

.hm-attrny-cont h3 {
    font-family: "Golos Text";
    font-size: 85px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0px;
    color: #c48f41;
    position: relative;
    margin: 0;
}

.hm-attrny-cont h5 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0;
}

.attrny-btn a.cmn-btn {
    padding: 23px 73px;
}

.mbl-heading h2.text-heading {
    display: none;
}

/* Home  Page Testimonials Section */
.hm-testimonials {
    position: relative;
    text-align: center;
    padding: 130px 0;
    background-color: #082033;
}

.testi-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-image: url(images/testi-top-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: max-content;
    margin: 0 auto 35px;
    padding: 0 42px;
    position: relative;
    z-index: 5;
}

.hm-testimonials .hm-testi-item {
    background: #071b2b;
    padding: 40px 40px 60px;
    border-top: 1px solid #403e32;
    position: relative;
    border-bottom: 4px solid transparent;
    width: 100%;
}

.star-rat {
    background-image: url(images/hm-sprites.webp);
    height: 40px;
    width: 195px;
    background-position: -29px -299px;
    margin: 0 0 15px;
}

.hm-testimonials .hm-testi-item p {
    font-family: "Golos Text";
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    color: #959595;
    position: relative;
    text-align: start;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.hm-testimonials .hm-testi-item h5 {
    font-family: "Golos Text";
    color: #959595;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    text-align: start;
    padding-left: 100px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.testi-blck.owl-carousel .owl-stage-outer {
    margin-bottom: 120px;
}

.hm-testimonials .hm-testi-item h5::before {
    position: absolute;
    content: "";
    background-color: #403e32;
    width: 33.4%;
    height: 2px;
    bottom: 0px;
    top: 0;
    left: 0;
    margin: auto;
}

.hm-testimonials .owl-item.active.center h5::before {
    background-color: #c48f41;
}

.hm-testimonials .owl-item.active.center h5,
.hm-testimonials .owl-item.active.center p {
    color: #fff;
}

.hm-testimonials .owl-item.active.center .hm-testi-item {
    border-color: #c48f41;
    border-top: none;
}

.hmtesti-btn a.cmn-btn {
    background: transparent;
    padding: 24px 70px;
    position: relative;
    z-index: 2;
}

.hmtesti-btn {
    margin-top: 60px;
}

.hmtesti-btn a.cmn-btn:hover {
    background: #c48f41;
}

.hm-testimonials .owl-item.active.center {
    position: relative;
}

.testi-blck.owl-carousel {
    position: relative;
}

.testi-blck.owl-carousel:before {
    position: absolute;
    content: "";
    background-image: url(images/testi-center-layer.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 545px;
    height: 554px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.testi-top h4 {
    font-family: "Golos Text";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    margin: 0;
}

.testi-google-image {
    position: relative;
    z-index: 2;
}

.hm-testimonials .hm-testi-item:hover .hm-testi-item p,
.hm-testimonials .hm-testi-item:hover .hm-testi-item h4 {
    color: #fff;
}

.hm-testimonials .testi-blck .owl-nav .owl-prev,
.hm-testimonials .testi-blck .owl-nav .owl-next {
    width: 100px;
    height: 57px;
    margin: 0 5px;
    background-image: url(images/hm-sprites.webp);
    background-position: -21px -398px;
    transition: 0.5s;
}

.hm-testimonials .testi-blck .owl-nav .owl-next {
    background-position: -174px -398px;
}

.hm-testimonials .testi-blck .owl-nav {
    display: flex !important;
    margin: auto;
    gap: 0;
    justify-content: space-between;
    width: 46%;
    position: relative;
}

.hm-testimonials .testi-blck .owl-nav button span {
    font-size: 0px;
    font-weight: inherit;
}

.hm-testimonials .testi-blck .owl-nav button:hover {
    background-position: -21px -467px;
}

.hm-testimonials .testi-blck .owl-nav button.owl-next:hover {
    background-position: -174px -467px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-item,
.hm-testimonials .testi-blck.owl-carousel .owl-stage {
    display: flex;
}


/* Homepage Blog Section Starts */

.hmblg-sec {
    padding: 110px 0 60px;
}

.hmblg-sec .container {
    max-width: 1280px;
}

.hm-blog-list {
    display: flex;
    justify-content: space-between;
}

.hm-blog-lft {
    width: 29%;
}

.hmblg-sec .hmblg-blck {
    width: 63.9%;
}

.hmblg-sec .hmblg-item {
    background: transparent;
    width: 100%;
    padding: 41px 26px 45px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdfe1;
    min-height: 252px;
}

.hmblg-item:hover .hmblg-item-img {
    display: block;
}

.hmblg-item:hover {
    border-bottom-color: #c48f41;
}

.hmblg-item-cnt {
    width: 43%;
}

.hmblg-item-img {
    width: 30%;
    display: none;
}

.view-icon {
    width: 6.8%;
}

.hmblg-sec h2.text-heading {
    font-size: 60px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: 0;
    color: #092338;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.blog-lft-img-blk {
    text-align: center;
    position: relative;
    margin: 0 0 32px;
    padding: 64px 40px 75px;
}

.blog-lft-img-blk:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(to left, #c48f41 20%, #ffffff 98%);
    left: 0;
    right: 0;
    mask: linear-gradient(#c48f41 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    top: 0;
    padding: 2px;
    bottom: 0;
    margin: auto;
}

.hmnews-btn {
    text-align: center;
}

.blog-lft-img {
    width: 58.8%;
    margin: auto;
}

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

.blog-lft-img-blk h4 {
    font-size: 18px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1.44px;
    color: #092439;
    text-transform: uppercase;
    margin: -25px 0 0;
}

.blog-lft-img-blk h4 strong {
    line-height: 1;
    font-weight: 500;
    color: #c48f41;
}

.hmblg-sec .hmblgcnt h3 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.hmblg-sec .hmblgcnt h3 a {
    font-size: 25px;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0px;
    color: #092339;
    margin: 0;
}

.hmblg-sec .hmblgcnt h3 a:hover {
    color: #c48f41;
}

.view-icon a {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -258px -291px;
    display: inline-block;
    width: 56px;
    height: 57px;
    font-size: 0;
    transition: 0.5s;
    vertical-align: middle;
}

.hmblg-item:hover .view-icon a {
    background-position: -335px -287px;
}

.hmnews-btn.mbl {
    display: none;
}

.hmnews-btn a.cmn-btn {
    padding: 24px 42px 22px;
}

.hmnews-btn a.cmn-btn:hover {
    color: #c48f41;
}

/* Home Page Videos Section */
.vdeo-rights-sctn {
    background: #071b24;
    position: relative;
    z-index: 1;
}

.vdeo-rights-sctn:before {
    position: absolute;
    content: "";
    background-image: url(images/vdeo-sctngldn-bfr.webp);
    background-repeat: no-repeat;
    left: 0;
    bottom: -73%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.hmvid-sctn-bg {
    background-image: url(images/hmvid-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: ellipse(75% 100% at 50% 0%);
}

.hmvid-sctn {
    padding: 55px 0;
}

.hmvid-sctn .container {
    max-width: 1280px;
}

.hmvid-sctn h2 {
    font-family: "Golos Text";
    font-size: 58px;
    line-height: 1;
    letter-spacing: -1.4px;
    font-weight: 400;
    color: #071b2b;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hmvid-sctn .hmvid-itm {
    width: 100%;
    position: relative;
}

.hmvid-itm .hmvidio {
    width: 100%;
    position: relative;
    border: 1px solid #000000;
}

.hmvid-itm .hmvidio::before {
    content: "";
    position: absolute;

    background-image: -webkit-linear-gradient(180deg,
        rgb(196, 143, 65) 0%,
        rgba(196, 143, 65, 0) 100%);

    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.hmvid-itm .vid-img {
    width: 100%;
}

.hmvid-itm .vid-img a {
    display: block;
    position: relative;
}

.hmvid-itm .vid-img img {
    width: 100%;
    display: block;
}

.hmvidio a.hmviditm-link {
    font-size: 0;
    position: absolute;
    background-image: url(images/vid-play-btn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    height: 146px;
    left: 120px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.hmvid-itm .hmvid-itm-cnt {
    width: 34.83%;
    height: max-content;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.hmvid-itm-cnt .hmvid-logo {
    width: 100%;
    margin-bottom: 20px;
}

.hmvid-itm-cnt .hmvid-logo img {
    width: 100%;
    display: block;
}

.hmvid-itm .hmvid-itm-cnt h3 {
    font-family: "Golos Text";
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding: 13px 0 22px;
    margin-bottom: 50px;
}

.hmvid-btn a.cmn-btn {
    background-color: #071b2b;
    color: #ffffff;
    padding: 24px 38px 22px;
}

.hmvid-btn {
    margin: 0 0px 0 57px;
}

.hmvid-btn a.cmn-btn:hover {
    border-color: #071b2b;
    background-color: transparent;
    color: #ffffff;
}

/* Home Rights Section */

.hmrights-sctn {
    padding: 60px 0 170px;
    text-align: center;
}

.hmrights-sctn h2 {
    font-family: "Golos Text";
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 400;
    color: #082033;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hmrights-sctn h2 strong {
    display: block;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
}

.hmrights-sctn h6 {
    font-family: "Golos Text";
    font-size: 20px;
    line-height: 1;
    letter-spacing: 8px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cntct-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cnsult-btn a.cmn-btn {
    padding: 24px 40px 22px;
}

.cnsult-btn a.cmn-btn:hover {
    color: #000000;
}

.call-btn a.cmn-btn {
    padding: 24px 40px 22px;
    background-color: transparent;
    color: #000000;
}

.call-btn a.cmn-btn:hover {
    background-color: #c48f41;
    color: #ffffff;
}

/* Home Page Guide Section */
.guide-sctn {
    padding: 174px 0 50px;
    background-color: #071b24;

}

.guide-frm-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guide-rite-frm {
    width: 48%;
}

.guide-rite-frm h2.text-heading strong{font-size: 50px;text-align: center;display: block;letter-spacing: 0.8px;font-weight: 400;}

.guide-rite-frm h2.text-heading{text-align: center;margin: 0 0 20px;}

.guide-sec {
    display: flex
;
    align-items: center;
    flex-direction: column;
    padding: 0 0 95px;
    position: relative;
    z-index: 3;
    width: 48%;
}

.guide-top-img{
    margin: 0 0 -284px;
    width: 50%;
}

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

.guide-itm-cnt h3 {
    font-size: 20px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.guide-itm-cnt p {
    font-size: 17px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #b5b5b5;
    margin: 0 0 15px;
}

.book-text-btn a.cmn-btn {
    font-size: 16px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #c48f41;
    border-color: #c48f41;
    padding: 10px 32px;
}

.book-text-btn a.cmn-btn:hover {
    color: #c48f41;
    background-color: #fff;
    border-color: #fff;
}



.guide-itm {
    position: absolute;
    background-color: transparent;
    padding: 0 20px;
    width: 50%;
    transform-origin: center;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.guide-itm.prev-card {
    opacity: 1;
    transform: translateX(-52%);
    z-index: 2;
}
 
.guide-itm.next-card {
    opacity: 1;
    transform: translateX(52%);
    z-index: 2;
}

.guide-itm.active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
    pointer-events: auto;
}
.guide-itm-cnt{display: none;}

.guide-itm.active .guide-itm-cnt{
    display: block;
    position: absolute;
    bottom: -43%;
    width: calc(100% + 40%);
    left: -22%;
    right: 0;
    margin: auto;
    text-align: center;
}


.meet-atrnys-blk {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 750px;
    width: 100%;
    padding: 0 0 200px;
}
 
.hmguide-blk {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hmguide-blk .arrows {
    position: absolute;
    bottom: -11%;
    width: 40%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.hmguide-blk .arrows button {
    background: url(images/hm-sprites.webp) !important;
    background-position: -21px -398px !important;
    background-repeat: no-repeat !important;
    width: 103px !important;
    height: 60px !important;
    transition-duration: 0.5s !important;
    transform: scale(0.9);
    font-size: 0;
    border: 0;
    outline: 0;
}

.hmguide-blk .arrows button.next-btn {
    background-position: -174px -398px !important;
}

.hmguide-blk .arrows button:hover {
    background-position: -21px -467px !important;

}

.hmguide-blk .arrows button.next-btn:hover {
    background-position: -174px -467px !important;
}

.hmguide-blk .arrows button span {
    font-size: 0;
}


.guide-rite-frm p.gform_required_legend {
    display: none;
}

.guide-rite-frm .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 30px);
}

.guide-rite-frm .gform_wrapper {
    margin: 34px 0 0 0;
}

.guide-rite-frm .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}

.guide-rite-frm .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}

.guide-rite-frm .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}

.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}

.footer-form-blk .gform_wrapper.gravity-theme .gform_fields {
    gap: 0 6%;
}

.guide-rite-frm .gform_wrapper .top_label input, .guide-rite-frm .gform_wrapper select, .guide-rite-frm .gform_wrapper .top_label textarea {
    margin: 0 0 28px !important;
    width: 100% !important;
    color: #fff;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-size: 16px !important;
    padding: 14px 13px !important;
    transition: all 0.5s;
    font-family: "Golos Text";
    font-weight: 400;
    border-bottom: 1px solid #737985;
    line-height: 1;
    letter-spacing: 0;
}

.guide-rite-frm .gform_wrapper .gfield select {
    max-width: 100%;
    line-height: 1;
    min-height: auto;
    height: auto;
}
.guide-rite-frm .gform_wrapper .top_label input:focus,
.guide-rite-frm .gform_wrapper select:focus,
.guide-rite-frm .gform_wrapper .top_label textarea:focus {
    color: #fff !important;
    border-bottom-color: #c48f41 !important;
}

.guide-rite-frm .gform_wrapper .top_label textarea {
    width: 100% !important;
    float: none;
    height: 85px !important;
    margin: 0px 0px 15px !important;
    min-height: auto;
    resize: none;
}

.guide-rite-frm .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.guide-rite-frm .gform_wrapper .form-links,
.guide-rite-frm .gform_wrapper .form-links a,
.guide-rite-frm .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #737985;
    font-weight: 400;
    font-family: "Golos Text" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px !important;
    text-decoration: none;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.form-top span,
.guide-rite-frm .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}

.guide-rite-frm .gform_wrapper .gfield_radio label,
.guide-rite-frm .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}

.guide-rite-frm .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}

.guide-rite-frm .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 8px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
    border: 1px solid #c48f41;
}

.guide-rite-frm .gform_wrapper input[type="checkbox"]:checked:before {
    color: #fff;
    background-color: #13aff0;
    content: "\2713";
    margin-bottom: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}

.guide-rite-frm .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 37px 0 0;
    text-align: center;
    justify-content: center;
}

.guide-rite-frm .gform_wrapper .top_label input[type="submit"] {
    background-color: #c48f41 !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: auto !important;
    font-size: 20px !important;
    padding: 20px 40px 18px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0;
}

.guide-rite-frm .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #fff !important;
    color: #c48f41 !important;
}

:focus::placeholder {
    color: #fff !important;
}

.guide-rite-frm input::placeholder {
    color: #858585;
}

.guide-rite-frm input:-ms-input-placeholder {
    color: #858585;
}

.guide-rite-frm input::-ms-input-placeholder {
    color: #858585;
}

.guide-rite-frm textarea::placeholder {
    color: #858585;
}

.guide-rite-frm textarea:-ms-input-placeholder {
    color: #858585;
}

.guide-rite-frm textarea::-ms-input-placeholder {
    color: #858585;
}


.guide-rite-frm .gform_wrapper select{color: #858585;}

.guide-rite-frm .gform_wrapper select option::placeholder {

    color: #858585;

}

.guide-rite-frm .gform_wrapper select option:-ms-input-placeholder {

    color: #858585;

}

.guide-rite-frm .gform_wrapper select option::-ms-input-placeholder {

    color: #858585;

}

.guide-rite-frm .gform_wrapper select>option {
    color: #000;
    cursor: pointer;
    padding: 0 10px;
}

.guide-rite-frm .gform_wrapper .top_label .gfield_label {
    display: none;
}

.guide-rite-frm .gform_wrapper.gravity-theme .gform_validation_errors{display: none;}

.guide-rite-frm .gform_wrapper .field_description_below .gfield_description {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 7px;
    top: 10px;
    max-width: max-content;
    font-size: 14px;
    line-height: 1;
}

.guide-rite-frm .gform_wrapper.gravity-theme .gfield{position: relative;}

.guide-rite-frm .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}

.guide-rite-frm .gform_wrapper .validation_message,
.guide-rite-frm .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}

.guide-rite-frm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.guide-rite-frm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

/* Home Page Refer Section*/
.hmreffer-sctn {
    padding: 55px 0 80px;
    background-color: #071a24;
}

.hmreffer-sctn .container {
    max-width: 1280px;
}

.reffer-blck {
    padding: 75px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 0;
    flex-direction: column;
}

.reffer-left {
    width: 100%;
}

.reffer-right {
    width: 100%;
}

.reffer-lft-cnt {
    width: 62.3%;
    position: relative;
    padding-left: 34px;
}

.reffer-left h2 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 60px;
    line-height: 1.05;
    letter-spacing: -2.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-left: 25px;
    border-left: 3px solid #c48f41;
}

.reffer-left h5 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #bebebe;
    text-transform: uppercase;
    margin: 0 0 44px;
}

.reffer-left h5::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 142px;
    background-color: #c48f41;
    left: 0;
    top: 8px;
}

.reffer-right p {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 40px;
}

.reffer-lft-img {
    position: absolute;
    right:-8.5%;
    margin: auto;
    top: 0;
    width: 45%;
    z-index: -1;
}

.reffer-lft-img img {
    border-radius: 100%;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.reffer-lft-img::after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(7, 26, 36, 0) 0%, #071820 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 100%;
}

.reffer-right .reffer-btn a.cmn-btn {
    display: inline-block;
}

.reffer-left .reffer-btn {
    display: none;
}

.reffer-btn a.cmn-btn {
    padding: 24px 73px 22px;
}

/* Home Page Awards Section */

.awards-blck {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    padding: 54px 95px 45px;
    background: radial-gradient(circle at 100% 100%,
        #082033 0,
        #082033 124px,
        transparent 124px) 0% 0%/125px 125px no-repeat,
        radial-gradient(circle at 0 100%,
        #082033 0,
        #082033 124px,
        transparent 124px) 100% 0%/125px 125px no-repeat,
        radial-gradient(circle at 100% 0,
        #082033 0,
        #082033 124px,
        transparent 124px) 0% 100%/125px 125px no-repeat,
        radial-gradient(circle at 0 0, #082033 0, #082033 124px, transparent 124px) 100% 100%/125px 125px no-repeat,
        linear-gradient(#082033, #082033) 50% 50% / calc(100% - 2px) calc(100% - 250px) no-repeat,
        linear-gradient(#082033, #082033) 50% 50% / calc(100% - 250px) calc(100% - 2px) no-repeat,
        linear-gradient(#c48f41 0%, #061724 100%);
    border-radius: 125px;
    box-sizing: border-box;
}

.hmawards-sctn {
    background-color: #071a24;
    padding: 80px 0 165px;
}

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

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

/* Homepage Form Section Starts */

.hm-form-sec {
    width: 37%;
    padding: 148px 0 0;
    position: relative;
    z-index: 0;
}

.hm-form-sec:before {
    content: "";
    position: absolute;
    background-image: url(images/form-bg-circle-img.webp);
    width: 815px;
    height: 772px;
    right: -36%;
    top: 40px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

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

.footer-form-blk h2 {
    font-size: 50px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.footer-form-blk p {
    font-size: 16px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #a0a0a0;
    text-align: center;
}

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

.hm-form-sec .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 30px);
}

.hm-form-sec .gform_wrapper {
    margin: 34px 0 0 0;
}

.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}

.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}

.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}

.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}

.footer-form-blk .gform_wrapper.gravity-theme .gform_fields {
    gap: 0 6%;
}

.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0 0 23px !important;
    width: 100% !important;
    color: #fff;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-size: 14px !important;
    padding: 0px 10px 14px 0 !important;
    transition: all 0.5s;
    font-family: "Golos Text";
    font-weight: 400;
    border-bottom: 1px solid #737985;
    line-height: 1;
    letter-spacing: 0;
}

.hm-form-sec .gform_wrapper .top_label input:focus,
.hm-form-sec .gform_wrapper select:focus,
.hm-form-sec .gform_wrapper .top_label textarea:focus {
    color: #fff !important;
    border-bottom-color: #c48f41 !important;
}

.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100% !important;
    float: none;
    height: 85px !important;
    margin: 0px 0px 15px !important;
    min-height: auto;
    resize: none;
}

.hm-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gform_wrapper .form-links a,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #737985;
    font-weight: 400;
    font-family: "Golos Text" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px !important;
    text-decoration: none;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}

.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}

.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 8px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
    border: 1px solid #c48f41;
}

.hm-form-sec .gform_wrapper input[type="checkbox"]:checked:before {
    color: #fff;
    background-color: #13aff0;
    content: "\2713";
    margin-bottom: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}

.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 37px 0 0;
    text-align: center;
    justify-content: center;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #c48f41 !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: auto !important;
    font-size: 22px !important;
    padding: 23px 49px 22px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #fff !important;
    color: #c48f41 !important;
}

:focus::placeholder {
    color: #fff !important;
}

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

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

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

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

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

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


.hm-form-sec .gform_wrapper select{color: #858585;}

.hm-form-sec .gform_wrapper select option::placeholder {

    color: #858585;

}

.hm-form-sec .gform_wrapper select option:-ms-input-placeholder {

    color: #858585;

}

.hm-form-sec .gform_wrapper select option::-ms-input-placeholder {

    color: #858585;

}

.hm-form-sec .gform_wrapper select>option {
    color: #000;
    cursor: pointer;
    padding: 0 10px;
}

.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}

.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}

.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}

.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#popup-container {
    width: 100% !important;
    position: absolute;
    left: 0;
}

.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0px;
    text-align: center;
    padding: 20px;
    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;
    width: 473px !important;
}

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

.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

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

.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}

.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 10px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 10px;
    right: 5px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 26px;
}

.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.hm-form-sec .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    right: 0;
    top: 25px;
    margin: 0;
    left: 29px;
}

.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border: 0;
    border-bottom: 1px solid #fff;
}

/* Footer Section */
.site-footer {
    padding: 111px 0 0;
    color: #fff;
    background-image: url(images/site-footer-bg-img.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.site-footer .container {
    max-width: 1280px;
}

.site-fter-blk {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 0 95px;
}

.footer-lst-sec {
    width: 53%;
    text-align: center;
    padding: 0;
}

.ftr-logo {
    margin: 0 0 65px;
    position: relative;
    width: 90%;
}

.ftr-logo:before {
    content: "";
    position: absolute;
    background-color: #5d4f36;
    width: 30%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftr-logo:after {
    content: "";
    position: absolute;
    background-color: #5d4f36;
    width: 30%;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftr-blocks {
    margin: 0 0 43px;
    padding: 0 0 0 13px;
}

.footer-itms {
    display: flex;
    justify-content: space-between;
}

.footer-itms.ftbtm-itms .ftr-item{
    width: 41%;
}

.footer-itms.ftbtm-itms .ftmenu{
    width: 57%;
}

.footer-itms .ftr-item {
    width: 50%;
    text-align: left;
    padding-left: 46px;
    position: relative;
}

.footer-itms .ftr-item:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -368px -181px;
    width: 26px;
    height: 33px;
    left: 0;
    top: 0;
}

.footer-itms .ftr-item.ph:before {
    background-position: -420px -182px;
    width: 30px;
    height: 30px;
}

.footer-itms .ftr-item h4,
.ftmenu h4 {
    font-size: 32px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.footer-itms .ftr-item p {
    font-size: 16px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #b5b5b5;
    margin: 0;
}

.footer-itms .ftr-item p a:hover {
    color: #b5b5b5;
}

.ftr-blk-cal a {
    font-size: 32px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #b5b5b5;
    display: inline-block;
}

.ftr-blk-cal a:hover {
    color: #c48f41;
}

.ftr-blk-cal a.not-hvr:hover{
    color: #b5b5b5;
}

.ftr-itm-btn a {
    font-size: 16px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #c48f41;
    margin: 0;
    display: inline-block;
}

.ftr-itm-btn a:hover {
    color: #fff;
}

.ftr-itm-btn {
    margin: 0 0 10px;
}

.ftmenu {
    margin: 0 0 45px;
    padding: 0;
}

.ftmenu h4 {
    margin: 0 0 33px;
    text-align: left;
}

.ftmenu ul {
    padding: 0;
    text-align: center;
    margin: 0;
    column-count: 2;
    column-gap: 40px;
}

.ftmenu ul li {
    margin: 0 0 10px;
    text-align: left;
    padding: 0 0 0 25px;
    position: relative;
}

.ftmenu ul li:before {
    content: "";
    position: absolute;
    background-color: #b5b5b5;
    border-radius: 50%;
    outline: 3px solid #0c1b26;
    outline-offset: -5px;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftmenu ul li:hover:before {
    background-color: #c48f41;
}

.ftmenu ul li a {
    text-transform: uppercase;
    color: #b5b5b5;
    font-family: "Golos Text";
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.1px;
    margin: 0;
    font-weight: 400;
    display: block;
}

.ftmenu ul li:hover a {
    color: #c48f41;
}

.footer-btn-lst {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.btn-itm a.cmn-btn {
    padding: 18px 42px 20px;
}

.btn-itm a.cmn-btn:hover {
    color: #c48f41;
}

.btn-itm.refral a.cmn-btn {
    background-color: transparent;
    color: #c48f41;
    padding: 18px 44px 20px;
    font-weight: 600;
}

.btn-itm.refral a.cmn-btn:hover {
    background-color: #c48f41;
    color: #fff;
}

.ftr-icons {
    position: relative;
    z-index: 0;
}

.ftr-icons:before {
    content: "";
    position: absolute;
    background-color: #413f2e;
    width: 26%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.ftr-icons:after {
    content: "";
    position: absolute;
    background-color: #413f2e;
    width: 56.3%;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.ftr-scl-icons {
    text-align: center;
}

.ftr-scl-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: absolute;
    bottom: -17px;
    left: 27.2%;
}

.ftr-scl-icons a {
    width: 32px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -35px -187px;
}

.ftr-scl-icons a.facebook {
    width: 18px;
}

.ftr-scl-icons a.instagram {
    background-position: -73px -184px;
}

.ftr-scl-icons a.linkdin {
    background-position: -130px -184px;
}

.ftr-scl-icons a.youtube {
    background-position: -188px -185px;
}

.ftr-scl-icons a.avvo {
    background-position: -247px -185px;
}

.ftr-scl-icons a.stall {
    background-position: -303px -185px;
}

.ftr-scl-icons a:hover {
    background-position: -35px -234px;
}

.ftr-scl-icons a.instagram:hover {
    background-position: -73px -234px;
}

.ftr-scl-icons a.linkdin:hover {
    background-position: -130px -234px;
}

.ftr-scl-icons a.youtube:hover {
    background-position: -188px -234px;
}

.ftr-scl-icons a.avvo:hover {
    background-position: -247px -234px;
}

.ftr-scl-icons a.stall:hover {
    background-position: -303px -234px;
}

/* Footer Sections Ends */

/* Copyrights */

.copyrights {
    padding: 68px 0 50px;
    text-align: center;
}

.copyrights p,
.copyrights a {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}

.copyrights a {
    display: inline-block;
    padding: 0 5px;
}

.copyrights a:hover {
    color: #c48f41;
}

.copyrights .cpy-inr,
.copyrights .ftrlink,
.copyrights p,
.copyrights a {
    display: inline-block;
}

/* Homepage Ends */

/*Inner Pages Styles*/

.page_bnr {
    padding: 285px 0 116px;
    position: relative;
    text-align: center;
    background-image: url(images/page-bnr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-bottom: 2px solid #c48f41;
}

.page_title h1, .page_title h2 {
    font-family: "Golos Text";
    font-weight: 500;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -4.2px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0;
}

.inrpg-breadcrumbs {
    padding: 15px 0 0;
    color: #ffffff;
    font-family: "Golos Text";
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.inrpg-breadcrumbs .current-item, .inrpg-breadcrumbs span a:hover {
    color: #c48f41;
}

.inrpg-breadcrumbs span.divider {
    padding: 0px 10px;
}

#main #content-wrap {
    padding: 100px 0;
    position: relative;
}

.content-wrap-list {
    display: flex;
    justify-content: space-between;
}

.container1 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content-area {
    float: none;
    width: 64.9%;
    position: relative;
    border: 0;
    padding: 0;
}

.content-area.full-width {
    width: 100%;
    margin: 0;
}

.widget-area.sidebar-primary {
    float: none;
    padding: 0;
}

.sidebar-container {
    width: 31.3%;
    max-width: 400px;
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    font-family: 'Golos Text';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #082033;
}

.content-area h1, .content-area h2 {
    font-size: 50px;
    letter-spacing: -1px;
}

.content-area h3 {
    font-size: 40px;
    letter-spacing: -0.8px;
}

.content-area h4 {
    font-size: 34px;
    letter-spacing: -0.68px;
}

.content-area h5 {
    font-size: 30px;
}

.content-area h6 {
    font-size: 26px;
}

.content-area p, .content-area li {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.9;
    color: #000000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
}

.content-area li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}

.content-area ol,
.content-area ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

.content-area ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.content-area ul li:before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -451px -71px;
}

.content-area a,
.content-area li a {
    color: #c48f41;
    text-decoration: none !important;
}

.content-area a:hover,
.content-area li a:hover {
    color: #000;
}

.content-area a.cmn-btn {
    color: #fff;
}

.content-area ul li>ul li {
    list-style-type: none;
}

.content-area ul li>ul li>ol li {
    list-style-type: decimal;
}

.content-area ul li>ul li:before {
    display: block;
}

.content-area ul li>ol li {
    list-style-type: decimal;
}

.content-area ul li>ol li:before {
    display: none;
}

.content-area ul li>ol li>ul li {
    list-style-type: none;
}

/* Sidebar Styles */

.sidebar-container .sidebar-box {
    background:#071b2b;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0px 30px;
    z-index: 0;
    background-image: url(images/sdbar-top-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
}

.sidebar-container h4.widget-title {
    font-family: 'Golos Text';
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 38px 15px 23px;
    margin: 0 0 29px;
    position: relative;
    border: 0;
}

.sidebar-container h4.widget-title::before {
    content: "";
    position: absolute;
    background-image: url(images/sdbar-btm-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.sidebar-container .sidebar-box ul {
    padding: 10px 28px 0;
    margin: 0;
}

.sidebar-container .sidebar-box ul li {
    margin: 0 0 15px;
    border: none;
    padding: 0;
    list-style: none;
    position: relative;
}

.sidebar-container .sidebar-box ul li:last-child {
    margin-bottom: 0;
}

.sidebar-container .sidebar-box ul li a {
    display: block;
    font-family: 'Golos Text';
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding-left: 25px;
}

.sidebar-container .sidebar-box ul li a:before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    outline: 3px solid #0c1b26;
    outline-offset: -5px;
    width: 14px;
    height: 14px;
    left: 0;
    top: 6px;
    margin: auto;
}
.sidebar-container .sidebar-box ul li ul li a {
    font-size: 19px;
    padding-left: 23px;
}
.sidebar-container .sidebar-box ul li ul li a:before {
    transform: scale(0.9);
    top: 4px;
}
.sidebar-container .sidebar-box ul li a.drop.close, .sidebar-container .sidebar-box ul li a.drop.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background-image: url(images/plus_icn.png);
    background-repeat: no-repeat;
    background-position: right top 7px;
}

.sidebar-container .sidebar-box ul li a.drop:before {
    display: none;
}

.sidebar-container .sidebar-box ul li a.drop.open {
    background-image: url(images/minus_icn.png);
}

.sidebar-container .sidebar-box ul li a:hover {
    color: #c18f27;
}

.sidebar-container .sidebar-box ul li a:hover:before {
    background-color: #c18f27;
}

.sidebar-container .widget.widget_testi {
    background-color: #112433;
    margin-bottom: 50px;
    padding: 0 0 40px;
    border-bottom: 4px solid #c48f41;
}

.sidebar-container .widget .sidebar-testi.owl-carousel {
    display: block;
    padding: 0px 30px 0px;
}

.sidebar-container .widget .sidebar-testi .testi-item {
    padding: 10px 0px 0px;
    position: relative;
}

.sidebar-container .widget .sidebar-testi .testi-item .star-rat {
    width: 131px;
    height: 23px;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -90px -46px;
    margin: 0 auto 17px;
}

.sidebar-container .widget .sidebar-testi .testi-item p {
    font-family: 'Golos Text';
    font-size: 19px;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 23px;
    font-weight: 400;
}

.sidebar-container .widget .sidebar-testi .testi-item h5 {
    font-family: 'Golos Text';
    font-size: 22px;
    margin: 0px 0px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px;
    color: #fff;
    position: relative;
}
.sidebar-container .widget .sidebar-testi .testi-item h5:before {
    content: "";
    position: absolute;
    background-color: #c48f41;
    width: 88px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    gap: 20px;
}

.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button {
    background-color: transparent;
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/inn-sprites.webp) !important;
    background-position: -240px -10px !important;
    background-repeat: no-repeat !important;
    width: 82px !important;
    height: 51px !important;
    transition-duration: 0.5s !important;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -340px -8px !important;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button:hover {
    background-position: -240px -68px !important;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -340px -67px !important;
}


.sidebar-container .blog-sdbr-archives {
    margin: 0 0 50px;
    padding: 40px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 40px;
    color: #000000;
    text-align: left;
    background-image: none;
    margin-bottom: 15px;
    padding: 0;
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title::before {
    display: none;
}

.sidebar-container .sidebar-box.widget_search .widget-title {
    display: none;
}

.sidebar-container .sidebar-box.widget_search,
.sidebar-container .sidebar-box.widget_categories,
.sidebar-container .sidebar-box.widget_archive {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 38px;
    border-radius: 0;
    width: 100%;
    margin: 0 0 40px;
    border: 0;
}

.sidebar-container .sidebar-box.widget_archive:last-child {
    margin: 0;
}

.sidebar-container .sidebar-box input, .sidebar-container .sidebar-box select {
    padding: 20px 76px 20px 30px !important;
    font-family: 'Golos Text';
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #071a24;
    outline: none;
    line-height: 130%;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    position: inherit !important;
    width: 100% !important;
    height: auto;
    letter-spacing: -0.4px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.sidebar-container .sidebar-box input:focus::placeholder {
    color: #071a24 !important;
}

.blog-sdbr-archives button.search-submit {
    position: absolute;
    right: 26px;
    height: 20px;
    width: 20px;
    font-size: 0;
    background-image: url(images/blog-search-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    appearance: none !important;
    border: 0;
    outline: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

.sidebar-container .sidebar-box.widget_categories select, .sidebar-container .sidebar-box.widget_archive select {
    background-image: url(images/arrow-down.webp);
    background-repeat: no-repeat;
    background-position: right 26px center;
    cursor: pointer;
    appearance: none !important;
}


/* Inner Blog Page */

.content-area .oceanwp-pagination {
    width: 100%;
}

.content-area.full-width {
    width: 100%;
}

.sidebar-container.top-sdbr {
    width: 100%;
    max-width: 100%;
}
.sidebar-container.top-sdbr .blog-sdbr-archives {
    padding: 0;
    background-color: transparent;
    margin: 0 0 50px;
    box-shadow: none;
    background-image: inherit;
}
.blogtopbar-blk .blogtopbar-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sidebar-container.top-sdbr .sidebar-box h4.widget-title {
    display: none;
}

.sidebar-container.top-sdbr .sidebar-box.widget_search, .sidebar-container.top-sdbr .sidebar-box.widget_categories, .sidebar-container.top-sdbr .sidebar-box.widget_archive {
    margin: 0;
}


#blog-entries {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-entry.large-entry .thumbnail {
    margin: 0;
    height: 220px;
	overflow: hidden;
}

.blog-entry.post .thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.blog-entry-ims {
    width: 31.3%;
    margin: 0 1% 1%;
    position: relative;
    padding: 20px 0 0;
}

.blog-entry.large-entry {
    padding: 0px 0 60px;
    background-color: #071b2b;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
}
.blog-entry-ims:hover .blog-entry.large-entry {
    background-color: #c48f41;
}
.blog-entry-ims:hover:before {
    opacity: 100%;
}

.blog-entry.post .thumbnail a{
    height: 100%;
}

.blog-entry .post-content {
    padding: 25px 25px 0px;
    position: relative;
}
.blog-entry.large-entry .post-content .post-meta {
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
}
.blog-entry.large-entry .post-content h4 a {
    font-family: 'Golos Text';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
}
.blog-entry-readmore {
    position: absolute;
    bottom: 32px;
    left: 30px;
}
.blog-entry.large-entry .blog-entry-readmore a {
    display: inline-block;
    border: 0;
    padding: 0;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}
.blog-entry-ims:hover .blog-entry.large-entry .blog-entry-readmore a {
    text-decoration: underline !important;
}
.blog-entry.large-entry .blog-entry-readmore a:hover {
    color: #fff;
}

.blog-top-contnt {
    text-align: center;
    margin: 0 0 50px;
}
.blog-top-contnt h2 {
    font-size: 52px;
    font-family: 'Golos Text';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #082033;
    margin: 0 0 36px;
}
.blog-top-contnt p {
    font-size: 20px;
    font-family: 'Golos Text';
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #010101;
    margin: 0;
}

.content-area ul.page-numbers {
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area ul.page-numbers li a, .content-area ul.page-numbers li span.page-numbers.current {
    width: 22px;
    height: 45px;
    background-color: transparent;
    color: #000000;
    font-size: 26px;
    text-align: center;
    padding: 9px;
    margin: 0;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-family: 'Golos Text';
    font-weight: 400;
}

.content-area ul.page-numbers span.page-numbers.dots {
    color: #000000;
    font-size: 26px;
    border: 0;
    margin: 0;
    min-width: auto;
}

.content-area ul.page-numbers li span.page-numbers.current {
    background-color: #101827;
    color: #fff;
    background-image: url(images/pagination-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.content-area ul.page-numbers li:before {
    display: none;
}

.content-area ul.page-numbers li {
    padding: 0;
    margin: 0 5px;
}

/* Blog top Sdbar */

.sidebar-container .blog-sdbr-archives {
    margin: 0 0 50px;
    padding: 40px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 40px;
    color: #000000;
    text-align: left;
    background-image: none;
    margin-bottom: 15px;
    padding: 0;
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title::before {
    display: none;
}

.sidebar-container .sidebar-box.widget_search .widget-title {
    display: none;
}

.sidebar-container .sidebar-box.widget_search, .sidebar-container .sidebar-box.widget_categories, .sidebar-container .sidebar-box.widget_archive {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 38px;
    border-radius: 0;
    width: 100%;
    margin: 0 0 40px;
    border: 0;
    clip-path: none;
}
.sidebar-container .blog-sdbr-archives .sidebar-box:before {
    display: none;
}

.sidebar-container .sidebar-box.widget_archive:last-child {
    margin: 0;
}

.sidebar-container .sidebar-box input, .sidebar-container .sidebar-box select {
    padding: 20px 76px 20px 30px !important;
    font-family: 'Golos Text';
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #071a24;
    outline: none;
    line-height: 130%;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    position: inherit !important;
    width: 100% !important;
    height: auto;
    letter-spacing: -0.4px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.sidebar-container .sidebar-box input:focus::placeholder {
    color: #071a24 !important;
}
.sidebar-container .blog-sdbr-archives .sidebar-box.widget_archive,
.sidebar-container .blog-sdbr-archives .sidebar-box.widget_categories
{
    background-image: none;
}


.blog-sdbr-archives button.search-submit {
    position: absolute;
    right: 26px;
    height: 100%;
    width: 20px;
    font-size: 0;
    background-image: url(images/blog-search-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    appearance: none !important;
    border: 0;
    outline: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

.sidebar-container .sidebar-box.widget_categories select, .sidebar-container .sidebar-box.widget_archive select {
    background-image: url(images/arrow-down.webp);
    background-repeat: no-repeat;
    background-position: right 26px center;
    cursor: pointer;
    appearance: none !important;
}
/* Single Post */

/* Single Post */

.gen-feature-img {
    margin: 0 0 25px;
}
.gen-feature-img img {
    width: 100%;
    display: block;
}

.content-area .post-prev-next {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 50px 0 0;
}

.content-area .post-prev-next a h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    background: #c48f41;
    border: 1px solid #c48f41;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 44px 17px;
    text-align: center;
    border-radius: 34px;
    margin: 0;
    font-family: 'Golos Text';
}
.content-area .post-prev-next .next-post a h4 {
    padding: 18px 66px 17px;
}
.content-area .post-prev-next a h4:hover {
    border: 1px solid #c48f41;
    color: #c48f41;
    background-color: transparent;
    transition-duration: 0.5s;
}

.content-area ul.page-numbers li a.prev.page-numbers, .content-area ul.page-numbers li a.next.page-numbers {
    background-image: url(images/inn-sprites.webp) !important;
    background-position: -240px -10px !important;
    background-repeat: no-repeat !important;
    width: 82px !important;
    height: 51px !important;
    padding: 0;
    font-size: 0;
}
.content-area ul.page-numbers li a.next.page-numbers {
    background-position: -340px -9px !important;
}

/* -------- blg sdbar ---- */
.sidebar-container .blog-sdbr {
    background-color: #0f2c3f;
    padding: 50px 25px;
    margin: 0 0 50px;
}
.sidebar-container .blog-sdbr .sidebar-box.widget_search,
.sidebar-container .blog-sdbr .sidebar-box.widget_categories,
.sidebar-container .blog-sdbr .sidebar-box.widget_archive,
.sidebar-container .search-sdbr .sidebar-box.widget_search {
    background-image: none;
}
.sidebar-container .blog-sdbr h4.widget-title {
    padding: 0;
    text-align: left;
    margin: 0 0 20px;
}
.sidebar-container .blog-sdbr h4.widget-title::before {
    display: none;
}
.sidebar-container .blog-sdbr .sidebar-box.widget_categories select, .sidebar-container .blog-sdbr .sidebar-box.widget_archive select {
    border-radius: 50px;
    background-color: #e4e6e8;
    background-image: url(images/down-arrow.webp);
    background-position: right 0px center;
    background-repeat: no-repeat;
    padding: 17px 76px 17px 30px !important;
    background-size: 90px;
}

.sidebar-container .search-sdbr .sidebar-box input {
    border-radius: 50px;
    background-color: #e4e6e8;
    padding: 17px 76px 17px 30px !important;
}
.sidebar-container .search-sdbr button.search-submit {
    position: absolute;
    right: 0;
    height: 100%;
    width: 88px;
    font-size: 0;
    background-image: url(images/blog-top-searc-img.webp);
    background-repeat: no-repeat;
    background-position: right 0px center;
    cursor: pointer;
    appearance: none !important;
    border: 0;
    outline: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.sidebar-container .blog-sdbr .sidebar-box.widget_categories select::before,
.sidebar-container .blog-sdbr .sidebar-box.widget_archive select::before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ---------- book sdbar ------- */

.sidebar-container .book-sdbr .sidebar-box {
    padding: 0px;
    background-image: none;
    background-color: transparent;
}

.sidebar-container .book-sdbr .book-img {
    margin: 0 auto 60px;
    width: 50%;
}

.sdbar-guide-sec {
    position: relative;
}


.sdbar-guide-sec .hover a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    font-size: 0;
}
.sdbar-guide-itm-cnt {
    text-align: center;
    padding: 20px 0 0;
    border-top: 2px solid #c48f41;
}
.sdbar-guide-itm-cnt h3 {
    font-size: 26px;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    color: #082033;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.sdbar-guide-itm-cnt p {
    font-size: 18px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #082033;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.sidebar-container .sdbar-guide-blk.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 35%;
    height: auto;
    margin: auto;
    z-index: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sidebar-container .sdbar-guide-blk.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 1px solid #e3c9a4 !important;
}
.sidebar-container .sdbar-guide-blk.owl-carousel button.owl-dot.active {
    background-color: #c48f41;
}


/* single Post */

/* Areas Served */

.content-area .area-served-list {
    background-color:#c48f41;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}

.content-area .area-served-list h2{
    color: #fff;
    text-align: center;
}

.content-area .area-served-item-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content-area .area-served-item {
    width: 32%;
    margin: 0px 0.6% 1% ;
    padding: 0px ;
}

.content-area .area-served-item:before{
    display: none;
}

.content-area .area-served-item a {
    font-family: "Golos Text";
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 10px;
    background-color: #082033;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

.content-area .area-served-item a:hover {
    background-color: #fff;
    color: #082033;
}


.hmrights-sctn.innr {
    padding: 120px 0 110px;
    text-align: center;
    border-bottom: 2px solid #c48f41;
    position: relative;
    z-index: 1;
}
.hmrights-sctn.innr:before {
    position: absolute;
    content: "";
    width: 428px;
    height: 486px;
    background-image: url(images/innr-rights-sctn-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

/* commom blk */
.content-area .cmn-blk {
    background-image: url(images/cmn-blk-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 20px 50px;
    text-align: center;
    margin: 40px 0;
}
.content-area .cmn-blk h2 {
    font-family: "Golos Text";
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 700;
    color: #c48f41;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.content-area .cmn-blk h2 strong {
    font-size: 50px;
    display: block;
    font-weight: 500;
    color: #ffffff;
}
.content-area .cmn-blk h6 {
    font-family: "Golos Text";
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1.7px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.content-area .cmn-blk .cmn-blk-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.content-area .cmn-blk .cntct-btn a {
    color: #c48f41;
    background-color: transparent;
    padding: 24px 65px 22px;
}
.content-area .cmn-blk .cntct-btn a:hover {
    background-color: #c48f41;
    color: #ffffff;
}
.content-area .cmn-blk .call-btn {
    position: relative;
    padding-left: 70px;
}
.content-area .cmn-blk .call-btn p {
    font-family: "Golos Text";
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.32px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
}
.content-area .cmn-blk .call-btn p a {
    font-family: "Golos Text";
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.32px;
    font-weight: 500;
    display: block;
    color: #ffffff;
}
.content-area .cmn-blk .call-btn p a::before {
    content: '';
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -11px;
    width: 53px;
    height: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content-area .cmn-blk .call-btn p a:hover {
    color: #c48f41;
}

/* Case Results Page */

.content-area .case-results-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.content-area .case-result-itm {
    width: 32%;
    background-color: #071b2b;
    padding: 70px 44px 27px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.content-area .case-result-itm::before{
    content: "";
    position: absolute;
    background-image: url(images/case-result-itm-bfr.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 194px;
    height: 220px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 15%;
    z-index: -1;
}
.content-area .case-result-itm h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.64px;
    color: #ffffff;
    margin: 0 0 15px;
    padding: 60px 0 0;
    position: relative;
}
.content-area .case-result-itm h4:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -36px -92px;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-id-716 .content-area .case-result-itm h4:before{
    background-image: url(images/library-icn.webp);
    background-position: inherit;
}

.page-id-696 .content-area .case-result-itm h4:before{
    background-image: url(images/offers-icn.webp);
    background-position: inherit;
}

.page-id-720 .content-area .case-result-itm h4:before{
    background-image: url(images/faqs-icn.webp);
    background-position: inherit;
}


.content-area .case-result-itm h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0px;
    color: #c48f41;
    margin: 0 0 8px;
}
.content-area .case-result-itm p{
    line-height: 1.84;
    color: #ffffff;
    margin: 0;
}
.content-area .case-result-itm p a {
    color: #fff;
}
.content-area .case-result-itm p a:hover {
    color: #c48f41;
}
.content-area .case-result-itm h6 a:hover {
    color: #fff;
}
.content-area .case-result-itm h6 a {
    display: block;
}

.content-area.case_results{
    text-align: center;
}
.content-area form {
    text-align: center;
}
.content-area form ul {
    margin: 60px 0;
}
.content-area form ul li {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: left;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0;
}
.content-area form ul li:before{
    display: none;
}


.content-area form li select {
    font-size: 20px;
    font-family: "Golos Text";
    font-weight: 400;
    letter-spacing: 0px;
    color: #071a24;
    text-transform: capitalize;
    margin: 0;
    padding: 15px 50px 15px 30px !important;
    height: auto;
    border: 0 !important;
    display: block;
    border-radius: 0 !important;
    line-height: 130%;
    background-image: url(images/case-result-down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 30px center;
    min-width: auto;
    width: 470px;
}

/* Contact Page */


.content-area .inn-cont-list {
    display: flex;
    justify-content: space-between;
    padding: 0 0 72px;
    margin: 40px 0 0;
}
.content-area .inn-cont-itm {
    padding: 36px 28px 31px;
    width: 31.3%;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
}
.content-area .inn-cont-itm h4{
    font-size: 32px;
    font-family: 'Golos Text';
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #071b2b;
    text-transform: uppercase;
    margin: 0 0 13px;
    padding: 120px 0 0;
    position: relative;
}
.content-area .inn-cont-itm h4::before{
    content: '';
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -88px;
    width: 80px;
    height: 94px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content-area .inn-cont-itm.phone-num h4::before{
    background-position: -103px -88px;
}
.content-area .inn-cont-itm.timing h4::before{
    background-position: -18px -318px;
}
.content-area .inn-cont-itm p {
    font-size: 16px;
    font-family: 'Golos Text';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.32px;
    color: #071b2b;
    margin: 0 0 15px;
}

.content-area .inn-cont-itm p:last-child{
    margin: 0;
}

.content-area .inn-cont-itm p a{
    color: #c48f41;
    display: inline-block;
    margin: 5px 0 0;
    text-decoration: underline !important;
    text-transform: capitalize;
}
.content-area .inn-cont-itm p a:hover{
    color: #071b2b;
}
.content-area .inn-cont-itm.mdl-logo {
    background-color: #071b2b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-area .cont-logo-img img{
    width: 100%;
    display: block;
}
.content-area .cont-logo-img{
    width: 48.2%;
    margin: 0 auto;
    padding: 0 22px;
    background-color: #071b2b;
    position: relative;
    z-index: 1;
}
.content-area .inn-cont-itm.mdl-logo:before {
    content: '';
    position: absolute;
    background-color: rgb(196, 143, 65, 0.4);
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.content-area .cont-call a, .content-area .cont-call h6{
    font-size: 35px;
    font-family: 'Golos Text';
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.35px;
    color: #c48f41;
    margin: 0;
    display: inline-block;
}
.content-area .cont-call a:hover{
    color: #071b2b;
}
.cont-btn a.cmn-btn{
    background-color: #071b2b;
    color: #fff;
    padding: 23px 74px;
}
.cont-btn a.cmn-btn:hover{
    background-color: #c48f41;
}

.contact-icons {
    position: relative;
}
.contact-icons:before{
    content: '';
    position: absolute;
    background-color: rgb(196, 143, 65, 0.302);
    height: 2px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.contact-icons .container{
    max-width: 100%;
}
.contact-scl-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding: 0 15px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: max-content;
    margin: auto;
}
.contact-scl-icons a {
    width: 30px;
    height: 31px;
    display: inline-block;
    font-size: 0;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -211px;
}
.contact-scl-icons a.facebook {
    width: 15px;
}
.contact-scl-icons a.instagram {
    background-position: -58px -213px;
}
.contact-scl-icons a.linkedin {
    background-position: -115px -211px;
}
.contact-scl-icons a.youtube {
    background-position: -168px -216px;
}
.contact-scl-icons a.avvo {
    background-position: -226px -211px;
}
.contact-scl-icons a.stall {
    background-position: -279px -215px;
}
.contact-scl-icons a:hover {
    background-position: -13px -259px;
}
.contact-scl-icons a.instagram:hover {
    background-position: -58px -261px;
}
.contact-scl-icons a.linkedin:hover {
    background-position: -115px -260px;
}
.contact-scl-icons a.youtube:hover {
    background-position: -168px -264px;
}
.contact-scl-icons a.avvo:hover {
    background-position: -226px -260px;
}
.contact-scl-icons a.stall:hover {
    background-position: -279px -263px;
}

/* Testimonials Page */

.testimonials-cls h2,
.testimonials-cls p {
    text-align: center;
}

.content-area .testimonials {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.content-area .testi-item {
    width:32.4%;
    background-color: #071b2b;
    position: relative;
    padding: 50px 42px 80px 45px;
    margin: 0px;
    border-bottom: 4px solid #c48f41;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
}

.content-area .star-rat {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -82px -11px;
    width: 148px;
    height: 26px;
    margin: 0 0 20px;
}

.content-area .testi-item p {
    color: #ffffff;
    font-size: 17px;
    text-align: left;
}

.content-area .testi-item h5 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 62px;
    margin-bottom: 0;
    position: absolute;
    bottom: 45px;
    left: 45px;
}

.content-area .testi-item h5::before {
    content: '';
    position: absolute;
    background-color: #c48f41;
    width: 40px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* case results sidebar */

.sidebar-container .sdbr-case-reslts {
    background-color: #112433;
    padding: 0 0 40px;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
}
.sidebar-container .sdbr-case-reslts:before {
    position: absolute;
    content: "";
    background-image: url(images/sdbr-logo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 194px;
    height: 211px;
    top: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sidebar-container .sdbr-case-reslts .innresults-blck.owl-carousel {
    display: block;
    padding: 21px 30px 0px;
}

.sidebar-container .sdbr-case-reslts .sidebar-box {
    background: none;
    padding: 0;
    margin: 0;
}

.sidebar-container .sdbr-case-reslts .innresults-item h3 {
    font-family: "Golos Text";
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.58px;
    margin-bottom: 10px;
    color: #fff;
    padding-top: 58px;
    position: relative;
}
.sidebar-container .sdbr-case-reslts .innresults-item h3:before {
    content: "";
    width: 48px;
    height: 48px;
    background: url(images/hm-sprites.webp) no-repeat -36px -92px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-container .sdbr-case-reslts .innresults-item h4 {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 20px;
}
.sidebar-container .innresults-blck.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    gap: 42px;
}
.sidebar-container .innresults-blck.owl-carousel .owl-nav button {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -242px -11px;
    width: 83px;
    height: 52px;
    font-size: 0;
    transition: 0.5s;
}
.sidebar-container .innresults-blck.owl-carousel .owl-nav button:hover {
    background-position: -242px -68px;
}
.sidebar-container .innresults-blck.owl-carousel .owl-nav button.owl-next {
    background-position: -343px -9px;
}
.sidebar-container
.innresults-blck.owl-carousel
.owl-nav
button.owl-next:hover {
    background-position: -341px -68px;
}

/* ---------- book sdbar ------- */

.sidebar-container .book-sdbr .sidebar-box {
    padding: 0px;
    background-image: none;
    background-color: transparent;
}

.sidebar-container .book-sdbr .book-img {
    margin: 0 auto 60px;
    width: 50%;
}
.sdbar-guide-itm-cnt {
    text-align: center;
    padding: 20px 0 0;
    border-top: 2px solid #c48f41;
}
.sdbar-guide-itm-cnt h3 {
    font-size: 40px;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #082033;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.sdbar-guide-itm-cnt p {
    font-size: 18px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #082033;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.sidebar-container .sdbar-guide-blk.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 37%;
    height: auto;
    margin: auto;
    z-index: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sidebar-container .sdbar-guide-blk.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 1px solid #e3c9a4 !important;
}
.sidebar-container .sdbar-guide-blk.owl-carousel button.owl-dot.active {
    background-color: #c48f41;
}

/* Practice Area Page */

.content-area .inn-pract-list {
    align-items: center;
    margin: 0 0 40px;
    padding: 40px 30px;
    border: 2px solid #c48f41;
    border-radius: 15px;
    display: inline-block;
}

.content-area .inn-prct-rgt-cnt h5{
    margin: 0 0 12px;
}

.content-area .inn-pract-list:last-child {
    margin: 0;
}
.content-area .inn-prac-sub-itms-list {
    display: flex
        ;
    flex-wrap: wrap;
    gap: 15px 9px;
    justify-content: flex-start;

}
.content-area .inn-prct-sub-itm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 30px;
    border-radius: 50px;
    gap: 10px;
    background: transparent;
    border: 2px solid #071b2b;
    position: relative;
    min-height: 64px;
}

.content-area .inn-prct-sub-itm:hover {
    background: #071b2b;
}
.content-area .inn-prct-sub-itm:hover h6 {
    color: #fff;
}

.content-area .inn-prct-sub-itm-img.hvr {
    display: none;
}

.content-area .inn-prct-sub-itm:hover .inn-prct-sub-itm-img.hvr {
    display: block;
}

.content-area .inn-prct-sub-itm:hover .inn-prct-sub-itm-img {
    display: none;
}

.content-area .inn-prct-sub-itm h6 {
    font-size: 16px;
    color: #08052e;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.content-area .inn-pract-hvr a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}

.content-area .inn-pract-blk {
    width: 28%;
    position: relative;
    float: left;
    margin: 0 2% 2% 0;
}

.content-area .inn-pract-itm-img {
    background-color: #071b2b;
    -webkit-mask-image: url(images/hm-pract-mask-img.webp);
    mask-image: url(images/hm-pract-mask-img.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.content-area .inn-pract-itm-img img {
    width: 100%;
    display: block;
}

.content-area .inn-pract-itm {
    position: relative;
    background-color: #c48f41;
    -webkit-mask-image: url(images/hm-pract-mask2.webp);
    mask-image: url(images/hm-pract-mask2.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    padding: 26px 0 0;
    text-align: center;
}

.content-area .inn-pract-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 70%;
    margin: auto;
    z-index: 2;
}

.content-area .inn-pract-img img {
    width: 100%;
    display: block;
}

.content-area .inn-pract-img {
    width: 100%;
    max-width: max-content;
    margin: 0 auto 35px;
}

.content-area .inn-pract-itm h4 {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.content-area .inn-pract-list .inn-pract-itm::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #c48f41 0%, #c4904100 100%);
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
    display: none;
}

.content-area .inn-pract-itm:hover::before{
    display: block;
}

.content-area .inn-pract-itm:hover .inn-pract-img {
    display: none;
}

.content-area .inn-pract-itm-img img {
    opacity: 0;
}

.content-area .inn-pract-itm:hover .inn-pract-itm-img img {
    opacity: 30%;
}
.content-area .inn-prct-sub-itm-img img {
    width: 100%;
    display: block;
}

/* Single Attorney Page */

.single-prf-details-list {
    display: flex;
    background-image: url(images/single-attrney-bg-img310725.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 38px;
    gap: 15px;
    padding: 40px 10px 0 0;
}

.single-prf-details-lft {
    width: 57%;
    background-image: url(images/inn-attrny-lft-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.single-prf-details-lft .single-prf-img {
    width: 65%;
    padding: 10px 10px 0;
    border-bottom: 2px solid #999999;
    margin: auto;
}

.single-prf-details-lft .single-prf-img img {
    width: 100%;
    display: block;
}

.single-prf-details-rite {
    width: 41.5%;
    text-align: center;
}

.content-area .single-prf-cnt h3 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 10px;
    position: relative;
}

.content-area .single-prf-cnt h3::before {
    content: '';
    position: absolute;
    background-image: url(images/attrny-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 89px;
    height: 98px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.content-area .single-prf-cnt h5 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-area .single-prf-addr p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;

}

.content-area .single-prf-addr{
    position: relative;
    padding-left: 35px;
    text-align: left;
}

.content-area .single-prf-addr:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -368px -181px;
    width: 26px;
    height: 33px;
    left: 0;
    top: 4px;
}

.single-prf-phnbr {
    position: relative;
    padding-left: 54px;
    text-align: left;
    margin: 0 0 15px;
}

.single-prf-phnbr a{
    display: inline-block;
}

.single-prf-phnbr a, .content-area .single-prf-phnbr h6 {
    font-family: "Golos Text";
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 0!important;
    margin-bottom:0!important;
}

.single-prf-phnbr a::before {
    content: '';
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -125px;
    width: 45px;
    height: 53px;
    left: 0;
    top: 0;
    margin: auto;
}

.single-prf-phnbr a:hover {
    color: #c48f41;
}

.content-area .atrny-btn a.cmn-btn {
    color: #ffffff;
    padding: 15px 60px 17px;
}

.inn-awards-sctn {
    padding: 70px 0 0;
}

.inn-awards-blck {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    padding: 54px 95px 45px;
    background: radial-gradient(circle at 100% 100%,
        #082033 0,
        #082033 124px,
        transparent 124px) 0% 0%/125px 125px no-repeat,
        radial-gradient(circle at 0 100%,
        #082033 0,
        #082033 124px,
        transparent 124px) 100% 0%/125px 125px no-repeat,
        radial-gradient(circle at 100% 0,
        #082033 0,
        #082033 124px,
        transparent 124px) 0% 100%/125px 125px no-repeat,
        radial-gradient(circle at 0 0, #082033 0, #082033 124px, transparent 124px) 100% 100%/125px 125px no-repeat,
        linear-gradient(#082033, #082033) 50% 50% / calc(100% - 2px) calc(100% - 250px) no-repeat,
        linear-gradient(#082033, #082033) 50% 50% / calc(100% - 250px) calc(100% - 2px) no-repeat,
        linear-gradient(#c48f41 0%, #061724 100%);
    border-radius: 125px;
    box-sizing: border-box;
    margin: 30px 0;
}

.inn-awards-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.inn-awards-item:nth-child(3)::before{
    content: '';
    position: absolute;
    background-image: url(images/inn-awarditem-cntr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:316px;
    height: 316px;
    left:-50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}


.update.inform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 10px;
}
.post-meta {
    font-family: 'Golos Text';
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.post-category {
    font-family: 'Golos Text';
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.update.inform {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 40px;
}

.content-area .inn-book-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.content-area .inn-book-img {
    width: 42.2%;
}
.content-area .inn-book-cnt {
    width: 56%;
}
.content-area .inn-book-img img {
    width: 100%;
    display: block;
}
.content-area .book-btn a.cmn-btn:hover {
    color: #c48f41;
}

.content-area .inn-vdeo-itm{
    width: 32%;
    background-color: #071b2b;
    position: relative;
    margin: 0px;
    border-bottom: 4px solid #c48f41;
    padding: 20px;
}

.content-area .inn-vdeo-itm h4 {
    font-size: 23px;
    color: #fff;
}

.inn-vdeo-img {
    margin: 0 0 20px;
}


.in-video-top-cnt {
    display: none;
}


.content-area .blk-img {
    margin: 0 0 20px;
}

.content-area .cnsult-btn {
    margin: 0 0 20px;
}

.post-type-archive-library .content-area .case-results-blk, .tax-librarycategory .content-area .case-results-blk {
    gap: 15px;
}
.post-type-archive-library .content-area .case-result-itm, .tax-librarycategory .content-area .case-result-itm  {
    width: 49%;
}

.post-type-archive-free-offers .content-area .case-result-itm, .tax-freeofferscategory .content-area .case-result-itm{
    padding: 10px;
}
.post-type-archive-free-offers .case-result-itm-img , .tax-freeofferscategory .case-result-itm-img {
    border: 1px solid #c69043;
}
.post-type-archive-free-offers .case-result-itm-img img, .tax-freeofferscategory .case-result-itm-img img {
    width: 100%;
    display: block;
}
.post-type-archive-free-offers .case-result-itm-cont, .tax-freeofferscategory .case-result-itm-cont {
    padding: 20px 15px;
}
.post-type-archive-free-offers .content-area .case-result-itm p, .tax-freeofferscategory .content-area .case-result-itm p {
    line-height: 1.5;
}
.content-area.library_pg p{
    text-align: center;
}
.post-type-archive-free-offers .content-area .case-result-itm::before, .tax-freeofferscategory .content-area .case-result-itm::before{
    display: none;
}


.post-type-archive-faqs .content-area .case-result-itm,  .tax-faqcategory .content-area .case-result-itm{
    padding: 20px;
}
.post-type-archive-faqs .content-area .case-result-itm::before, .tax-faqcategory .content-area .case-result-itm::before{
    display: none;
}
.case-result-itm .case-result-itm-img img{
    width: 100%;
    display: block;
}
.post-type-archive-faqs .case-result-itm-img, .tax-faqcategory .case-result-itm-img {
    border: 1px solid #c69043;
}
.post-type-archive-faqs .content-area .case-result-itm .case-result-itm-cont, .tax-faqcategory .content-area .case-result-itm .case-result-itm-cont{
    padding: 20px 15px 0;
}
.post-type-archive-faqs .content-area .case-result-itm p, .tax-faqcategory .content-area .case-result-itm p {
    line-height: 1.5;
}


/*spanish*/


[lang="es"] .top-hdr-cnt strong{
    letter-spacing: 1px;
    font-size: 17px;
}

[lang="es"] .top-hdr-cal{
    font-size: 20px;
}

[lang="es"] .top-hdr-scil a{
    transform:scale(0.9);
    margin:-3px;
}

[lang="es"] .top-hdr-lft{
    gap: 17px;
}

[lang="es"] .hdr-refer-btn a.cmn-btn {
    font-size: 13px;
    padding: 15px 18px 13px;
    letter-spacing: 0;
}

[lang="es"] .topmenu ul li a{
    font-size: 17px;
}

[lang="es"] .topmenu ul li{
    margin: 0 17px;
}
[lang="es"] .top-hdr-cal a{padding-left: 78px;}
[lang="es"] .topmenu ul li .sub-menu li{
    margin: 0;
}

[lang="es"] .topmenu .sub-menu li a{
    font-size: 15px;
}

[lang="es"] .topmenu ul li:last-child{
    margin-right: 0;
}

[lang="es"] .topmenu ul li.menu-anc {
    margin-left: 280px;
}

[lang="es"] .topmenu ul li a:before{
    transform: scale(0.85);
}

[lang="es"] .hm-bnr-lft h1, [lang="es"] .hm-bnr-lft h2{
    font-size: 80px;
}

[lang="es"] .hm-bnr-lft h1 strong, [lang="es"] .hm-bnr-lft h2 strong{
    font-size: 36px;
}

[lang="es"] .hm-bnr-lft{
    font-size: 52%;
}

[lang="es"] .bnr-cont-btn a.cmn-btn {
    padding: 22px 64px 20px;
}

[lang="es"] .hmresults-sec h2{
    font-size: 60px;
}

[lang="es"] a.cmn-btn {
    line-height: 1;
    letter-spacing: 0;
    padding: 24px 40px 22px;
}
[lang="es"] .hmresults-btn a.cmn-btn {
    font-size: 17px;
}
[lang="es"] .hmabut-ryt h2{
    font-size: 50px;
}
[lang="es"] .hmresults-item h4{
    font-size: 14px;
}
[lang="es"] .hmabut-ryt h2 small{
    font-size: 40px;
}

[lang="es"] .hmabut-ryt p{
    font-size: 18px;
    line-height: 1.8;
}

[lang="es"] .hmpract-areas-sec h2{
    font-size: 54px;
}

[lang="es"] .hm-pract-itm h4 {
    font-size: 26px;
}
[lang="es"] .hmpract-areas-sec .prct-sub-itm h6{
    font-size: 18px;
}
[lang="es"] .hm-attorney-lft h2{
    font-size: 52px;
    padding: 0px 0 0px 115px;
}
[lang="es"] .hm-attorney-lft h2::after{
    width: 98px;
    height: 116px;
}
[lang="es"] .hm-attorney-lft h5, [lang="es"] .hm-attrny-cont h5{
    font-size: 26px;
}

[lang="es"] .hm-attorney-lft p{
    font-size: 19px;
}
[lang="es"] .attrny-btn a.cmn-btn {
    padding: 20px 60px;
}
[lang="es"] .hm-attrny-cont {
    right: 14%;
}


[lang="es"] .hmblg-sec h2.text-heading{
    font-size: 50px;
}
[lang="es"] .blog-lft-img-blk h4{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
[lang="es"] .hm-blog-lft {
    width: 31%;
}
[lang="es"] .hmnews-btn a.cmn-btn {
    padding: 22px 25px 20px;
    font-size: 16px;
}

[lang="es"] .hmblg-sec .hmblgcnt h3 a {
    font-size: 23px;
}
[lang="es"] .hmblg-item-cnt {
    width: 47%;
}
[lang="es"] .hmvid-sctn h2{
    font-size: 50px;
}
[lang="es"] .hmrights-sctn h2{
    font-size: 45px;
}
[lang="es"] .hmrights-sctn h2 strong{
    font-size: 100px;
}

[lang="es"] .reffer-left h2{
    font-size: 50px;
    letter-spacing: -1.5px;
}

[lang="es"] .reffer-left h2 br{
    display: none;
}
[lang="es"] .reffer-right p{
    font-size: 19px;
}
[lang="es"] .btn-itm a.cmn-btn {
    padding: 20px 34px 18px;
    font-size: 15px;
}
[lang="es"] .hm-form-sec .gform_wrapper .top_label input[type="submit"]{
    font-size: 19px !important;
    padding: 22px 40px 20px !important;
}


/* Innerpages  */

[lang="es"] .page_title h1, .page_title h2 {
    font-size: 56px;
}

[lang="es"] .content-area h1,[lang="es"] .content-area h2{
    font-size: 46px;
}
[lang="es"] .content-area h3 {
    font-size: 38px;
}
[lang="es"] .content-area h4 {
    font-size: 32px;
}
[lang="es"] .content-area h5 {
    font-size: 28px;
}
[lang="es"] .content-area h6 {
    font-size: 24px;
}
[lang="es"] .content-area p, [lang="es"] .content-area li {
    font-size: 18px;
    line-height: 1.8;
}
[lang="es"] .content-area ul li:before{
    top: 10px;
}
[lang="es"] .content-area .cmn-blk h2 strong {
    font-size: 45px;
}
[lang="es"] .content-area .cmn-blk h2 {
    font-size: 53px;
}
[lang="es"] .sidebar-container h4.widget-title {
    font-size: 30px;
    margin: 0 0 20px;
}
[lang="es"] .sidebar-container .widget .sidebar-testi .testi-item p {
    font-size: 18px;
    line-height: 1.7;
}
[lang="es"] .sidebar-container .sdbar-guide-blk.owl-carousel .owl-dots {
    bottom: 42%;
}
[lang="es"] .sdbar-guide-itm-cnt p {
    font-size: 17px;
}



[lang="es"] .content-area .inn-prct-sub-itm h6 {
    font-size: 15px;
}
[lang="es"] .content-area .single-prf-cnt h3 {
    font-size: 68px;
}
[lang="es"] .content-area .cmn-blk h6 {
    font-size: 17px;
}


[lang="es"] .page-template-testimonials-page .testimonials-cls h2 br {
    display: none;
}
[lang="es"] .content-area .testi-item h5 {
    font-size: 18px;
}
[lang="es"] .content-area .case-result-itm h6 {
    font-size: 18px;
}
[lang="es"] .content-area .inn-vdeo-itm h4 {
    font-size: 23px;
}
[lang="es"] .content-area .inn-cont-itm h4 {
    font-size: 26px;
}
[lang="es"] .content-area .inn-cont-itm p {
    font-size: 16px;
    line-height: 1.6;
}
[lang="es"] .content-area .inn-vdeo-itm h4 {
    font-size: 20px;
}

[lang="es"] h2.text-heading{
    font-size: 60px
}

[lang="es"] .content-area .single-prf-addr p{
    font-size: 15px;
    line-height: 1.4;
}

.content-area #mc_embed_signup{
    width: 100%;
}

.content-area #mc_embed_signup h2{
    font-family: 'Golos Text';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #082033;
    font-size: 50px;
    letter-spacing: -1px;
}

.content-area #mc_embed_signup .mc-field-group label {
    font-family: 'Golos Text';
    font-size: 17px;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 10px !important;
    font-weight: 400;
}

.content-area #mc_embed_signup .indicates-required {
    font-family: 'Golos Text';
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.content-area #mc_embed_signup .mc-field-group input{
    margin: 0 !important;
    width: 100% !important;
    color: #000;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-size: 16px !important;
    padding: 14px !important;
    transition: all 0.5s;
    font-family: "Golos Text";
    font-weight: 400;
    border: 1px solid #737985;
    line-height: 1;
    letter-spacing: 0;
}

.content-area #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    position: absolute;
    padding: 0;
    background: transparent;
    right: 10px;
    bottom: 30px;
}

.content-area #mc_embed_signup .mc-field-group{
    width: 100%;
    padding: 0;
    margin: 0 0 3%;
}

.content-area #mc_embed_signup input[type="submit"] {
    background-color: #c48f41 !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: auto !important;
    font-size: 18px !important;
    padding: 20px 39px 18px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0;
}

.hm-testimonials .wp-gr .grw-header-inner{
    background-color: #fafafa !important;
    height: 100%;
    overflow: hidden;
    border-radius: 5px !important;
}
.hm-testimonials .grw-header {
    height: 216px !important;
    background: #fafafa !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}



.content-area .artcle-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.content-area .artcle-itm{
    width: 46%;
    position: relative;
    background-color: #071b2b;
    padding: 10px;
}

.content-area .artcle-itm:hover{
    background-color: #c48f41;
}

.content-area .artcle-img img{
	width:100%;display:block;
}

.content-area .artcl-cnt{
	padding:15px 20px
}

.content-area .artcle-itm h4 {
    color: #fff;
    font-size: 24px;
	margin:0;
}


.site-footer .dsclamer-cnt p{
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.site-footer .dsclamer-cnt h4 {
    font-size: 25px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}


.free-offers-template-default.single .free-offers-frm-sec{display: block;}

.free-offers-frm-sec{display: none;}

.free-offr-frm h2 {
    font-size: 50px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.free-offr-frm p {
    font-size: 16px;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #a0a0a0;
    text-align: center;
    margin: 0 0 20px;
}

.free-offr-frm h5 {
    font-size: 32px;
    font-family: "Golos Text";
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}

.free-offr-frm p.gform_required_legend{display: none;}

.free-offers-frm-sec{
    position: relative;
    padding: 50px 0;
    background-color: #082033;
}

.free-offr-frm .gform_wrapper ul.gform_fields ul {

    margin: 0;

    padding: 0;

}

.free-offr-frm .gform_wrapper ul.gform_fields li {

    margin: 0 0 25px 0;

    padding: 0 !important;

}

.free-offr-frm .gform_wrapper ul.gform_fields li.form-top {

    margin: 0 0 0 0;

    text-align: left;

}

.gform_wrapper ul.gform_fields li.phn {

    margin-right: 0 !important;

}

.footer-form-blk .gform_wrapper.gravity-theme .gform_fields {

    gap: 0 6%;

}

.free-offr-frm .gform_wrapper .top_label input,

.free-offr-frm .gform_wrapper select,

.free-offr-frm .gform_wrapper .top_label textarea {

    margin: 0 0 23px !important;

    width: 100% !important;

    color: #fff;

    outline: 0px;

    position: relative;

    border-radius: 0;

    background: transparent;

    border: 0;

    font-size: 17px !important;

    padding: 0px 10px 14px 0 !important;

    transition: all 0.5s;

    font-family: "Golos Text";

    font-weight: 400;

    border-bottom: 1px solid #737985;

    line-height: 1;

    letter-spacing: 0;

}

.free-offr-frm .gform_wrapper .top_label input:focus,

.free-offr-frm .gform_wrapper select:focus,

.free-offr-frm .gform_wrapper .top_label textarea:focus {

    color: #fff !important;

    border-bottom-color: #c48f41 !important;

}

.free-offr-frm .gform_wrapper .top_label input[type="submit"] {
    background-color: #c48f41 !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: auto !important;
    font-size: 20px !important;
    padding: 20px 49px 18px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0;
}

.free-offr-frm .gform_wrapper .top_label input[type="submit"]:hover {

    background-color: #fff !important;
    color: #c48f41 !important;

}

.free-offr-frm .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
    display: flex
;
    padding: 0 !important;
    justify-content: center;
}

:focus::placeholder {

    color: #fff !important;

}

.free-offr-frm input::placeholder {

    color: #858585;

}

.free-offr-frm input:-ms-input-placeholder {

    color: #858585;

}

.free-offr-frm input::-ms-input-placeholder {

    color: #858585;

}

.free-offr-frm textarea::placeholder {

    color: #858585;

}

.free-offr-frm textarea:-ms-input-placeholder {

    color: #858585;

}

.free-offr-frm textarea::-ms-input-placeholder {

    color: #858585;

}

.free-offr-frm .gform_wrapper .top_label .gfield_label {

    display: none;

}

.free-offr-frm .gform_wrapper div.validation_error {

    text-align: center;

    border: none;

    padding: 0 !important;

}

.free-offr-frm .gform_wrapper .validation_message,

.free-offr-frm .gform_wrapper div.validation_error {

    color: red;

    letter-spacing: 0.56px;

    font-size: 15px;

    line-height: 18px;

}

.free-offr-frm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

    max-width: 100% !important;

}

.free-offr-frm .gform_wrapper .field_description_below .gfield_description {

    padding-top: 0;

}

.free-offr-frm .gform_wrapper li.gfield.gfield_error,

.free-offr-frm .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {

    background-color: inherit !important;

    border: none;

    padding: 0 !important;

    margin-top: 0 !important;

}


.free-offers-template-default .gen-feature-img{

}

.free-offers-template-default .entry-content.clr{clear: none;}

.free-offers-template-default .gen-feature-img {
    display: none;
}

.free-offr-img {
    width: 42%;
    float: left;
    margin: 0 30px 20px 0px;
}

.free-offr-img img{width: 100%;display: block;}


.content-area a.hvr-link{
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-area .library-img {
    margin: 0 0 20px;
}

.library-top-cnt{text-align: center;}

.guide-sctn.free_offrs_guide_sec{
    padding-top: 40px;
}

.guide-sctn.free_offrs_guide_sec .guide-rite-frm {
    width: 50%;
    margin: auto;
}

.search .review, .search-results .review{display: none;}
.search-results article .thumbnail img{width: 100%; object-fit: cover;}