/* 
Theme Name:		 Law Offices of Huffman & Kendrick
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-family: 'Judson';
    src: url('./fonts/Judson-Bold.eot');
    src: url('./fonts/Judson-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Judson-Bold.woff2') format('woff2'),
        url('./fonts/Judson-Bold.woff') format('woff'),
        url('./fonts/Judson-Bold.svg#Judson-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Medium.eot');
    src: url('./fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff'),
        url('./fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.eot');
    src: url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff'),
        url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Bold.eot');
    src: url('./fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff'),
        url('./fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-SemiBold.eot');
    src: url('./fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff'),
        url('./fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


: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;outline: 0;}

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 !important;
    border: 0 !important;
}
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: #fff;
    padding: 15px 10px 15px;
    border: 0;
}

header#site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1660px;
}

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

.topmenu {
  width: auto;
}

.topmenu ul {
  position: relative;
  margin: 0;
  font-size: 0;
}

.topmenu ul li {
    display: inline-block;
    margin: 0 37px 0 0;
    position: relative;
}

.topmenu ul li a {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 18px;
    color: #13312c;
    margin: 0;
    font-family: "Poppins";
    padding: 0;
    display: inline-block;
}

.topmenu ul li a:hover {
    color: #afbbac;
}
.topmenu ul li a:before {
    position: absolute;
    content: "";
    background-color: #13312c;
    width: 1px;
    height: calc( 100% + 20px );
    bottom: -53px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.topmenu ul.menu>li.current-menu-item > a { color:#afbbac; }
.topmenu ul.menu>li.current-menu-item > a:before {
    display: block;
}

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

.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: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background-color: #2f4163;
  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: 2px solid #13312c;
    margin: 0;
    padding: 0;
}

.topmenu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: 1.1;
    padding: 9px 12px 8px;
    color: #13312c;
    display: block;
    text-transform: uppercase;
    background-color: #afbbac;
}

.topmenu .sub-menu li a:hover {
    background-color: #f6e17f;
    color: #13312c;
}


.logo-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
a.cmn-btn {
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 0;
    padding: 24px 38px 22px;
    background-image: -webkit-linear-gradient( 0deg, rgb(178,147,68) 0%, rgb(213,187,98) 34%, rgb(247,226,128) 50%, rgb(213,187,98) 63%, rgb(178,147,68) 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
}
a.cmn-btn:before {
    content: "";
    position: absolute;
    background-image: url(images/cmn-btn-brdr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 96%;
    height: calc( 100% + 10px );
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
a.cmn-btn:hover:before {
    background-image: url(images/top-cmn-btn-hvr-ln.webp);
}
.top-hder a.cmn-btn:hover:before {
    background-image: url(images/top-cmn-btn-hvr-ln.webp);
}
.top-hder a.cmn-btn {
    font-size: 30px;
    padding: 16px 38px 15px;
}

a.cmn-btn:hover {
    background: #1a443d;
    color: #fff;
}
.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;
}

.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: #afbbac;
    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: #13312c;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    border: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 500;
}

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

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

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

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

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

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

.mobile_src_nav .container {
  position: relative;
}

.mobile_src_nav .search-form {
  width: 100%;
  float: left;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 2px solid #13312c;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: 600;
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #1a443d;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    font-family: 'Poppins';
    font-weight: 600;
}

.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 #13312c;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt>a:before {
    background: url(images/header-sticky-call.webp) no-repeat center;
}



.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

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

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

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

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

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {

    font-size: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    height: 45px;

}

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

    width: 28px;

}

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

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 14px;

}

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

    background-position: -28px 0px;

}

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

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

}

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

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

}

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

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

}

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

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

}

    .sicky-cnt.sticky-mobile-logo {
        width: 200px;
    }

#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: #afbbac;
    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: 35px;
    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;
    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 {
   opacity: 0;
}
.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

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

.sticky-wrap{display: none;}
header#site-header.f-nav {
  position: fixed;
    border-bottom: 2px solid #13312c;
}
header#site-header.f-nav .top-rit {
    display: block;
}
#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;
}

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

.hmblg-sec .hmblg-blck {
  flex-wrap: wrap;
  display: flex;
}

.hmblg-sec .hmblg-item {
  background: #ccc;
  width: 32%;
  padding: 20px;
  margin: 0 0.5%;
}

.hmblg-sec .hmblgcnt h3 {
  font-size: 26px;
  margin: 0 0 15px 0;
  color: #000;
  line-height: 1;
}

.hmblg-sec .hmblgcnt p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px 0px;
}

.hmblg-sec .hmpost_btn {
  margin: 20px 0 10px 0;
}

.hmblg-sec .hmpost_btn a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
}

.hmblg-sec .hmnews-btn {
  text-align: center;
  margin: 30px 0 0 0;
}

.hmblg-sec .hmnews-btn a {
  padding: 20px 50px;
  background: #ccc;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}
.site-footer {
    background: #afbbac;
    padding: 71px 0 0;
    color: #fff;
}

.ftmenu ul {
    padding: 0 0 35px;
    text-align: center;
    margin: 0px auto;
}

.ftmenu ul li {
    display: inline-block;
    border-right: 3px solid #13312c;
    margin: 0;
    padding: 0 50px;
    line-height: 1;
}
.site-footer .ftmenu ul li:first-child {
    padding-left: 0;
}
.site-footer .ftmenu ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.ftmenu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    color: #13312c;
    margin: 0;
    font-family: "Poppins";
    padding: 0;
    display: inline-block;
}
.ftmenu ul li a:hover, .ftmenu ul.footer-menu>li.current-menu-item a { color:#13312c70; }

.footer-secn-blk{
    display: flex;
    justify-content: space-between;
    padding: 31px 0 35px;
    border-top: 2px solid #13312c;
    border-bottom: 2px solid #13312c;
}
.ftr-blk-itm {
    width: 26.2%;
    padding: 40px 0;
}
.ftr-blk-itm.ph {
    width: 25.8%;
}
.ftr-blk-logo {
    width: 41%;
    text-align: center;
    padding: 40px 20px;
    border-left: 2px solid #13312c;
    border-right: 2px solid #13312c;
}
.ftr-logo {
    width: 84%;
    margin: 0 auto 16px;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.ftr-itm h4 {
    font-size: 60px;
    font-family: 'Judson';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.ftr-itm p {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #13312c;
    text-transform: capitalize;
    margin: 0;
}
.ftr-itm p a.btn {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 7px 0 0;
    border-bottom: 1px solid #000 !important;
    display: inline-block;
}
.fter-itm-contn {
    padding-left: 55px;
    position: relative;
}
.fter-itm-contn:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -173px -72px;
    width: 39px;
    height: 49px;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.fter-itm-contn.call-us:before {
    background-position: -174px -145px;
    width: 50px;
    height: 51px;
}
.fter-itm-contn.call-us a {
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}
.fter-itm-contn.call-us a:hover, .ftr-itm p a.btn:hover {
    color: #13312c70;
}
.scl-icons-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.scl-icons-lst a {
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -15px -219px;
    width: 63px;
    height: 63px;
    font-size: 0;
}
.scl-icons-lst a.twitter {
    background-position: -87px -219px;
}
.scl-icons-lst a.linkdin {
    background-position: -159px -219px;
}
.scl-icons-lst a:hover {
    background-position: -15px -293px;
}
.scl-icons-lst a.twitter:hover {
    background-position: -87px -293px;
}
.scl-icons-lst a.linkdin:hover {
    background-position: -159px -293px;
}
.copyrights {
    padding: 25px 0;
    text-align: center;
}
.cpy-inr, .ftrlink {
    display: inline-block;
  color: #13312c;
}
.copyrights p, .copyrights a, .ftrlink {
    color: #13312c;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    font-family: 'Poppins';
    letter-spacing: 0;
}
.copyrights a {
  display: inline-block;
  padding: 0 5px;
}
.copyrights a:hover {
    color: #13312c70;
}
.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
.related-people {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
}
.related-people .related-post {
    width: 100%;
    max-width: calc((100% / 3) - 7px);
    padding: 15px;
    background-color: #f3f3f3;
}
.banner-sctn {
    background-image: url(images/bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 438px 0 135px;
    position: relative;
}
.banner-sctn .container {
    max-width: 1500px;
}
.banner-sctn:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-img-bfere.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 96%;
    height: calc( 100% - 30px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.bnr-tittle {
    text-align: center;
    position: relative;
    z-index: 1;
}
.bnr-tittle h1 {
    font-size: 160px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3.2px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 17px;
}
.bnr-tittle h1 strong {
    font-size: 60px;
    letter-spacing: 0;
    display: block;
    line-height: 1;
    margin: 0 0 -9px;
}
.bnt-btn a.cmn-btn:before {
    background-image: url(images/cmn-btn-brdr-hvr.webp);
}
.bnt-btn a.cmn-btn:hover:before {
    background-image: url(images/top-cmn-btn-hvr-ln.webp);
}
.banner-bottom-sctn{
    background-color: #1a443d;
    padding: 32px 0 30px;
    position: relative;
}
.banner-bottom-sctn:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-btm-text-bfre.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 94.5%;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.bnr-btm-text {
    text-align: center;
}
.bnr-btm-text h2 {
    font-size: 29px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.7px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.hm-about-sctn .container {
    max-width: 1660px;
}
.hm-about-sctn {
    padding: 148px 0 120px;
    background-image: url(images/about-bg-lyer.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.about-blk-sectn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-lft-contn {
    width: 46%;
}
.about-lft-contn h6 {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 0 0 17px;
    padding-left: 95px;
    position: relative;
}
.about-lft-contn h6:before {
    content: "";
    position: absolute;
    background-image: url(images/title-bfre-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 83px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
h2.text-heading {
    font-size: 110px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #13312c;
    text-transform: uppercase;
    margin: 0 0 21px;
}
h2.text-heading strong {
    font-weight: 700;
    color: #c9ad58;
    display: block;
    line-height: 1;
}
.about-lft-contn p{
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0;
    color: #13312c;
    margin: 0 0 49px;
}

.about-rite-img {
    width: 45.5%;
    position: relative;
    padding: 0 0 85px;
}
.about-attrney-img img {
    width: 100%;
    display: block;
}
.about-btm-bio {
    background-color: #1a443d;
    width: 76%;
    position: absolute;
    right: 0;
    padding: 35px 25px 28px 34px;
    bottom: 0;
}
.about-btm-bio h2 {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-top: 35px;
    position: relative;
}
.about-btm-bio h2:before {
    content: "";
    position: absolute;
    background-image: url(images/white-clr-line-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 202px;
    height: 20px;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.about-btm-bio h2 strong {
    display: block;
    font-weight: 700;
    color: #c9ad58;
}

.about-btn a.cmn-btn {
    padding: 29px 58px 28px 57px;
}
.hm-award-sctn {
    background-color: #f5f7f5;
    padding: 70px 0 60px;
}
.hm-award-sctn .container, .site-footer .container {
    max-width: 1280px;
}
.award-itm-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award-itm-img {
    background-color: #fff;
    width: 31%;
}
.award-itm-img img {
    width: 100%;
    display: block;
}
.hover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;height: 100%;z-index: 9;font-size: 0;}
.practice-blk .practice-item {
    position: relative;
    z-index: 0;
    width: 19.6%;
    background-color: #13312c;
}
.prac-img img {
    width: 100%;
    display: block;
    opacity: 20%;
}
.practice-blk {display: flex; justify-content: space-between; align-items: center; margin: 0px; }
.hm-practice-sec .container{max-width: 100%;}
.hm-practice-sec h2{text-align: center;position: relative;padding: 0 0 24px;margin: 0px 0 40px;}
.practice-item .practice-title h3{font-family: 'Judson';font-weight: 700;font-size: 32px;line-height: 1;letter-spacing: 0;color: #fff;text-transform: uppercase;text-align: center;margin: auto;}
.practice-item .practice-title {
    padding: 27px 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.prac-img-icon {
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
}
.prac-img-icon img {
    width: 100%;
    display: block;
}
.prac-img-icon.hvr {display: none;}
.practice-blk .practice-item:hover .prac-img-icon {display: none;}
.practice-blk .practice-item:hover .prac-img-icon.hvr {display: block;}
.hm-practice-sec {background-color: #afbbac;padding: 64px 10px 88px;}
.hm-practice-sec h4{font-size: 45px;margin: 0 0 9px;color: #f6e17f;text-align: center;text-transform: uppercase;line-height: 1;}
.hm-practice-sec h2:before,.hm-testimonials h2:before{content: "";position: absolute;width:23.7%;height:4px ;bottom: 0;left: 0;right: 0;margin: auto;background-color: #f6e17f;}
.hm-practice-sec .practice-btn {text-align: center; margin-top: 50px; }
.practice-btn a.cmn-btn:hover:before {background-image: url(images/cmn-btn-brdr-hvr.webp); }
.practice-blk .practice-item:hover .practice-title h3{color:#c9ad58;}
.hm-practice-sec .practice-btn a.cmn-btn {padding: 27px 50px;}
.hm-testimonials {position: relative;z-index: 1;padding: 380px 0 131px;background-image: url(images/hmtesti-bg.webp);background-repeat: no-repeat;background-size: cover;background-position: top;}
.hm-testimonials .container{max-width: 100%;}
.hm-testi-item {background-color: #fbfbfb; padding: 54px 42px 90px; }
.hm-testi-item h5 {color: #c9ad58; font-size: 34px; font-family: 'Poppins'; font-weight: 700; line-height: 1; letter-spacing: 0; text-decoration: underline; text-underline-offset: 5px; text-transform: uppercase; opacity: 20%; margin: 0; position: absolute; bottom: 50px; left: 44px; }
.hm-testi-item p{font-size: 26px;font-weight: 500;font-family: 'Poppins';line-height: 1.5;letter-spacing: 0;opacity: 20%;margin: 0px 0 20px;}
.hm-testimonials .owl-carousel .owl-stage-outer{padding: 10px 0;}
.hm-testimonials .owl-item.active.center-sub .hm-testi-item {background-color: #fff;box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);}
.hm-testimonials .owl-item.active.center-sub .hm-testi-item h5,.owl-item.active.center-sub .hm-testi-item p{opacity: 100%;}
.star-rat {background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; width: 188px; height: 32px; background-position: -15px -14px; margin: 0 0 17px; }
.hm-testimonials .owl-carousel .owl-nav{display: flex;justify-content: space-between;align-items: center;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 0;height: max-content;width:78.8%;}
.hm-testimonials .owl-carousel .owl-nav button.owl-next, .hm-testimonials .owl-carousel .owl-nav button.owl-prev {background-image: url(images/hm-sprites.webp); width: 62px; height: 62px; background-repeat: no-repeat; background-position: -14px -65px; font-size: 0; transition-duration: 0.5s; }
.hm-testimonials .owl-carousel .owl-nav button.owl-next {background-position: -88px -65px; }
.hm-testimonials .owl-carousel .owl-nav button.owl-next:hover{background-position:-88px -139px  ;}
.hm-testimonials .owl-carousel .owl-nav button.owl-prev:hover{background-position: -14px -139px;}
.hm-testimonials h4 {font-size: 45px;margin: 0 0 14px;color: #c9ad58;text-align: center;text-transform: uppercase;line-height: 1;}
.hm-testimonials h2{text-align: center;position: relative;padding: 0 0 11px;margin: 0 0 32px;}
.hm-testimonials .hmtesti-btn {text-align: center;}
.hm-testimonials .testi-blck {margin: 0 0 43px; }
.hm-testimonials .testi-blck.owl-carousel .owl-stage{display:flex;}
.hm-testimonials .testi-blck.owl-carousel .owl-stage .owl-item{display:flex;}
.hm-testimonials .hmtesti-btn a.cmn-btn {padding: 30px 68px 30px;}
.hm-team-blck {position: relative; z-index: 1; }
.hm-team-blck::before {position: absolute; content: ""; background-image: url("images/team-bg.webp"); background-repeat: no-repeat; background-size: auto; width: 100%; height: 100%; left: 0px; top: 0px; bottom: 0px; margin: auto; opacity: 50%; z-index: -1; pointer-events: none; }
.hm-team-sec .team-top-cnt {position: absolute; top: 0; left: 0; right: 0; margin: auto; padding: 38px 0; border-bottom: 1px solid rgb(19, 49, 44); z-index: 1; width: 100%; }
.hm-team-sec .team-top-cnt:before{position: absolute; content: ""; background-image: url(images/team-top-lines.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 94.5%; height: 20px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; pointer-events: none; }
.hm-team-sec {padding: 200px 0 0; }
.hm-team-sec .team-list {display: flex;justify-content: space-between;margin-bottom: 111px;}
.hm-team-sec .team-left-itm {width: 55%; } 
.hm-team-sec .team-rgt-itm {width: 37.2%; padding: 0; }
.hm-team-sec .team-left-itm h2 {position: relative;padding-bottom: 22px;margin-bottom: 39px;line-height: 0.95;font-size: 95px;}
.hm-team-sec .team-left-itm.robert h2 strong {font-size: 73px;}
.hm-team-sec .team-left-itm h2 strong{line-height: 0.95;}
.hm-team-sec .team-left-itm h2:before{position: absolute; content: ""; background-color: #000; width: 96%; height: 2px; left: 0; bottom: 0; margin: auto; } 
.hm-team-sec .team-left-itm h4 {font-size: 30px;font-family: 'Poppins';font-weight: 400;color: #13312c;line-height: 1;letter-spacing: 0;margin: 0 0 27px;text-transform: capitalize;padding-left: 43px;position: relative;}
.hm-team-sec .team-left-itm h4:before{position: absolute; content: ""; background-image: url("images/lines.webp"); background-size: contain; background-repeat: no-repeat; width: 33px; height: 14px; left: 0; top: 0; bottom: 0; margin: auto; } 
.hm-team-sec .team-left-itm p {font-size: 20px; font-family: 'Poppins'; font-weight: 400; color: #13312c; line-height: 1.54; letter-spacing: 0; margin: 0 0 30px; }
.hm-team-sec .team-image img{display: block; width: 100%; } 
.hm-team-sec .team-list:last-child{margin: 0; } 
.hm-team-sec .team-list.blk {flex-direction: row-reverse; }
.hm-team-sec .team-list.blk .team-left-itm h2 {margin-bottom: 45px;display: inline-block;padding-bottom: 10px;}
.hm-team-sec .team-list.blk .team-left-itm h2::before {width: 100%; }
.hm-team-sec .team-list.blk .team-left-itm h2 strong{display: block;}
.hm-team-sec .team-left-itm.robert p {margin: 0 0 20px;font-size: 20px;}
.banner-bottom-sctn.sub-hdg {background-color: transparent; padding: 40px 0; border-bottom: 1px solid #1a443d; }
.banner-bottom-sctn.sub-hdg h2 {color: #13312c; }
.hm-experience-sec {padding: 120px 0 0px; }
.hm-experience-sec .container{max-width: 1660px; } 
.hm-experience-sec h2{text-align: center; margin-bottom: 33px; } 
.hm-experience-sec h2 strong {display: inline; }
.hm-experience-sec h2 b{display: block; font-size: 64px; } 
.hm-experience-sec .exp-blk{display: flex;justify-content: space-between;padding: 46px 80px 28px;background-color: #1a443d;margin: 0 0 -120px;}
.exp-left-itm {width: 31.7%; position: relative; padding: 10px; display: flex; justify-content: center; align-items: center; z-index: 0; }
.exp-left-itm:before {position: absolute; content: ""; background-image: url("images/exp-bfr.webp"); background-repeat: no-repeat; background-size: 100% 100%; width: 100%; height: 100%; left: 0px; right: 0; top: 0px; bottom: 0px; margin: auto; z-index: -1; }
.exp-rgt-itm {width: 63.2%; position: relative; padding-left: 160px; }
.exp-rgt-itm:before {position: absolute; content: ""; background-image: url("images/exp-lines.webp"); background-repeat: no-repeat; background-size: contain; width: 13.8%; height: 22px; left: 0; top: 12px; margin: auto; }
.exp-rgt-itm h4 {font-size: 56px; font-family: 'Poppins'; font-weight: 700; color: #fff; line-height: 1; letter-spacing: 0; margin: 0; text-transform: uppercase; } 
.exp-rgt-itm h4 strong{font-weight: 700; color: #c9ad58; }
.experience-bg-sectn {background-image: url("images/exp-bg.webp"); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; max-width: 100%; height: 870px; opacity: 20%; mix-blend-mode: luminosity; pointer-events: none; filter: grayscale(100%); margin: -250px 0 0; }
 
/* Homepage Form Section Starts */

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

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

.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    letter-spacing: 0px !important;
    color: #050505 !important;
    padding: 20px 22px 20px !important;
    transition: all 0.5s;
    position: relative;
    background: #ffffff !important;
    border: none !important;
    margin: 0 0 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}

.hm-form-sec .gform_wrapper .top_label textarea {
  width: 100%;
  float: left;
  height: 200px;
  margin: 0px 0px 30px;
  padding: 12px;
}

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

.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform-field-label, .form-links {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    padding: 0 !important;
    display: inline-block !important;
    text-decoration: none;
    text-align: left !important;
}

.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"] {
padding: 0px !important;
    background-color: #ffffff !important;
    width: 11px !important;
    height: 15px !important;
    margin: 0 5px 0 0 !important;
}

.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: -62px 55px 0 0;
    text-align: center;
    float: right;
    position: relative;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #13312c !important;
    background: -webkit-linear-gradient( 0deg, rgb(178,147,68) 0%, rgb(213,187,98) 34%, rgb(247,226,128) 50%, rgb(213,187,98) 63%, rgb(178,147,68) 100%) !important;
    padding: 23px 45px 20px !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    border: none !important;
    z-index: 1;
    margin: 0px !important;
}

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

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

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

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

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

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

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

.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;
}
.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%;
}
div#popup-container {
    position: absolute;
    width: 100%;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0;
    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: 635px;
    position: relative;
    z-index: 6;
}

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

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

.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {width: 92.6%; gap: 0px 8px; }


.hm-form-sec {padding: 320px 0 63px;background-color: #afbbac;}
.hm-form-sec h2 {font-family: 'Judson';font-size: 94px;line-height: 0.74;letter-spacing: 0px;margin: 0 0 16px;text-transform: uppercase;color: #13312c;text-indent: 100px;}
.hm-form-sec .ftr-top-list {display: flex;justify-content: space-between;padding: 31px 60px 43px 110px;position: relative;z-index: 1;background-color: #13312c;}
.hm-form-sec .ftr-top-list::before {position: absolute; content: ""; top: initial !important; width: 100%; height: 6px !important; background-color: #afbbac; bottom: 5px; left: 0; right: 0; z-index: -1; }
.hm-form-sec .ftr-form{width: 52%;}
.hm-form-sec .ftr-form p {font-family: 'Poppins'; font-weight: 400; font-size: 20px; line-height: 1.6; letter-spacing: 0px; color: #ffffff; margin: 0 0 20px; }
.hm-form-sec .ftr-form p a {display: inline-block; }
.hm-form-sec .ftr-form p a:hover{color: #afbbac; }
.hm-form-sec .ftr-top-lft-itm {width: 43.5%;margin: -108px 0;}
.hm-form-sec .frm-lft-image img{width: 100%; display: block; margin: 0px; }

.hm-form-sec .gform_heading{display: none !important;}
.hm-form-sec .gform_wrapper .top_label textarea {height: 145px !important; padding: 14px 20px 18px !important; resize: none; margin: 0 0 35px !important; min-height: auto; float: none; }
.hm-form-sec .gfield_label_before_complex { display: none !important; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer::before {position: absolute; content: ""; width: 96%; height: calc(100% + 9px); background-image: url("images/form-btn-bfr.webp"); background-repeat: no-repeat; background-size: 100% 100%; left: 0; right: 0; top: 0px; bottom: 0; margin: auto; z-index: 4; pointer-events: none !important; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer:hover:before { background-image: url(images/form-btn-bfr-hvr.webp); }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-family: 'Poppins' !important; font-weight: 700 !important; font-size: 22px !important; line-height: 1 !important; letter-spacing: 0px !important; text-align: center !important; text-transform: uppercase !important; color: #13312c !important; background: -webkit-linear-gradient( 0deg, rgb(178,147,68) 0%, rgb(213,187,98) 34%, rgb(247,226,128) 50%, rgb(213,187,98) 63%, rgb(178,147,68) 100%) !important; padding: 23px 45px 20px !important; width: auto !important; height: auto !important; position: relative !important; border: none !important; z-index: 3; margin: 0px !important; }
.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: 26px; background: none; padding: 0px; line-height: 1; color: #ff0000; font-size: 12px; right: 5px; font-weight: 500; width: auto; border: none; pointer-events: none; margin: 0; }
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {top: 42px; }
.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 { left: 24px; top: 25px; margin: 0; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {border: none !important; }

/* Homepage Form Section Ends */