/* 
Theme Name:		 Fuller & Ahern, P.C.
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: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/bodoni-moda-v27-latin-regular.eot');
  src: url('./fonts/bodoni-moda-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('./fonts/bodoni-moda-v27-latin-regular.woff2') format('woff2'),
       url('./fonts/bodoni-moda-v27-latin-regular.woff') format('woff'),
       url('./fonts/bodoni-moda-v27-latin-regular.ttf') format('truetype'),
       url('./fonts/bodoni-moda-v27-latin-regular.svg#BodoniModa') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/bodoni-moda-v27-latin-500.eot');
  src: url('./fonts/bodoni-moda-v27-latin-500.eot?#iefix') format('embedded-opentype'),
       url('./fonts/bodoni-moda-v27-latin-500.woff2') format('woff2'),
       url('./fonts/bodoni-moda-v27-latin-500.woff') format('woff'),
       url('./fonts/bodoni-moda-v27-latin-500.ttf') format('truetype'),
       url('./fonts/bodoni-moda-v27-latin-500.svg#BodoniModa') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/bodoni-moda-v27-latin-600.eot');
  src: url('./fonts/bodoni-moda-v27-latin-600.eot?#iefix') format('embedded-opentype'),
       url('./fonts/bodoni-moda-v27-latin-600.woff2') format('woff2'),
       url('./fonts/bodoni-moda-v27-latin-600.woff') format('woff'),
       url('./fonts/bodoni-moda-v27-latin-600.ttf') format('truetype'),
       url('./fonts/bodoni-moda-v27-latin-600.svg#BodoniModa') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/bodoni-moda-v27-latin-700.eot');
  src: url('./fonts/bodoni-moda-v27-latin-700.eot?#iefix') format('embedded-opentype'),
       url('./fonts/bodoni-moda-v27-latin-700.woff2') format('woff2'),
       url('./fonts/bodoni-moda-v27-latin-700.woff') format('woff'),
       url('./fonts/bodoni-moda-v27-latin-700.ttf') format('truetype'),
       url('./fonts/bodoni-moda-v27-latin-700.svg#BodoniModa') 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;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;
}
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: 1600px;
    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: #1d2052;
    padding: 40px 0;
    border: 0;
    position: relative !important;
    z-index: 99999;
    transition: all ease 0.5s;
}

/*header#site-header .container {
    max-width: 100%;
}*/

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

.topmenu {
  width: auto;
}

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

.topmenu ul li {
    display: inline;
    position: relative;
    margin: 0 16px;
}

.topmenu ul li a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 0;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 51px;
}
.topmenu ul li a:hover {
    color: #c9962c;
}

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

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

.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;
    position: absolute;
    top: 57px;
    left: 0;
    right: auto;
    background-color: #f7f7f7;
    padding: 36px;
    z-index: 999;
    width: 360px;
}

.topmenu ul li:hover ul.sub-menu {
    display: block;
    max-height: 580px;
    overflow-y: auto;
}

.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 ul li#menu-item-69 > ul.sub-menu {
    max-height: 580px;
    overflow-y: scroll;
}

.topmenu ul li#menu-item-69 > ul.sub-menu::-webkit-scrollbar, .mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu::-webkit-scrollbar, 
.topmenu ul li:hover ul.sub-menu::-webkit-scrollbar {
  width: 5px;
}

.topmenu ul li#menu-item-69 > ul.sub-menu::-webkit-scrollbar-track, .mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu::-webkit-scrollbar-track, 
.topmenu ul li:hover ul.sub-menu::-webkit-scrollbar-track {
  background: #fff;
}

.topmenu ul li#menu-item-69 > ul.sub-menu::-webkit-scrollbar-thumb, .mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu::-webkit-scrollbar-thumb, 
.topmenu ul li:hover ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #c9962c;
  border-radius: 0px;
}

.topmenu ul li#menu-item-69 > ul.sub-menu::-webkit-scrollbar-thumb:hover, .mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu::-webkit-scrollbar-thumb:hover, 
.topmenu ul li:hover ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #c9962c;
}


.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: 18px;
    width: 100%;
    line-height: normal;
    padding: 9px 30px 8px 0;
    color: #484a4c;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.topmenu .sub-menu li a:hover {
    color: #c9962c;
}


.hder-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right:0px;
}
.logo img {
    width: 100%;
    display: block;
}

.logo-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    margin-left:70px;
}


.top-cal a {
    font-size: 24px;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 0;
    display: inline-block;
}
.top-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 12.4%;
}
.top-btn a {
    font-size: 17px;
    font-family: 'Bodoni Moda';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    padding: 55px 48px;
    display: inline-block;
    background-color: #c9962c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-btn a:hover {
    background-color: #fff;
    color: #484a4c;
}

.ml-has-submenu ul.sub-menu {
    background-color: #f7f7f7 !important;
    position: absolute;
    top: 0;
    transition: left .25s ease-in;
    left: -100%;
    width: 100%;
}
.mobinav ul li.ml-back a {
    padding-left: 30px;
    position: relative;
}
.mobinav ul li.ml-back a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 21px;
    background-image: url(images/mbl-drp-menu-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    left: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    transform: rotate(180deg);
}
.mobinav ul li.ml-has-submenu ul.sub-menu li a, .mobinav ul li.ml-has-submenu ul.sub-menu li.ml-back a:hover {
    color: #24323c;
}
.mobinav ul li.ml-has-submenu.scroll ul.sub-menu.open {
    overflow: auto;
    height: 64vh;
}

.mobinav ul li.ml-has-submenu.scroll ul.sub-menu.open::-webkit-scrollbar-thumb {
border-radius: 5px;
border: 0;
background-color: #955c1a;
}
.mobinav ul li.ml-has-submenu.scroll ul.sub-menu.open::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: none;
background-color: #000;
}
.ml-has-submenu ul.sub-menu.open {
    left: 0;
    z-index: 2;
    top: -60px;
}
.mobinav ul li#menu-item-1041 ul.sub-menu.open {
    top: -57px;
}
.mobinav ul li#menu-item-1043 ul.sub-menu.open {
    top: -109px;
}
.mobinav ul li.ml-has-submenu ul.sub-menu li a{
    color: #24323c;
    text-transform: uppercase;
}
.mobinav ul li.ml-has-submenu ul.sub-menu li.ml-back a {
    text-transform: capitalize;
}
.mobinav ul li.ml-has-submenu ul.sub-menu li a:hover {
    color: #bb782a;
}
.mobinav ul li.ml-has-submenu ul.sub-menu {
    padding: 5px 0 0;
}
.sticky-mobinav.mobinav .container {
    padding: 0;
}

.submenu-toggle {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.submenu {
    margin-top: 4px;
    padding-left: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}


.mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu {
    top: 0;
    position: relative;
    padding: 6px 30px;
    height: 33vh;
}
.mobinav ul li#menu-item-1043 ul.sub-menu.open ul.sub-menu li {
    padding: 0;
}
.mobinav ul li ul.sub-menu.open ul.sub-menu li a {
    font-size: 17px;
    text-transform: inherit;
    padding: 9px 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;
}

.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: #1d2052;
    position: absolute;
    top: 50px;
    left: 0;
}

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

.mobinav ul li {
    float: left;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0 80px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 13px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Bodoni Moda';
    font-weight: 500;
    border: 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

/*.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 21px;
    background-color: transparent !important;
    background-image: url(images/mbl-drp-menu-icn.webp);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}*/

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

.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: 80px;
    top: 17px;
    width: 23px;
    height: 23px;
    background-color: transparent !important;
    background-image: url(images/mbl-drp-menu-icn.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
    cursor: pointer;
    background-size: 13px;
    margin: auto;
}

.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/mbl-drp-menu-icn.webp);
}

.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*/



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

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {
    width: 100%;
    float: left;
    background: #1d2052;
    padding: 17px 10px;
    display: none;
}

.header-sticky-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #000000;
    font-family: serif;
    position: relative;
    position: relative;
    padding-top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.header-sticky .sicky-cnt {

    width:auto;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0px;

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

}

/*.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}*/

.header-sticky .mobile_src_nav {

    background: transparent;

}


.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #000000;
    font-family: serif;
    position: relative;
    position: relative;
    padding-top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    width: 53px;
    height: 53px;
}

.header-sticky .sicky-cnt a:before {
    width: 53px;
    height: 53px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}


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

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

    content: "";

    background-image: url(images/mbl-drp-menu-icn.webp);

    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-menu-icn.webp) 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/hder-cal.webp) no-repeat center;
    background-color: #c9962c;
    border-radius: 50px;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:hover:before {
    background-color: #fff !important;
    background: url(images/hder-cal-hvr.webp) no-repeat center;
}

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

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

}


.srcshow img {
    width: 100%;
    display: block;
}
.srcbox {
    z-index: 99999995;
    background-color: transparent;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.srcbox:before {
    content: "";
    background: url(images/sprite_icons.webp) no-repeat;
    background-position: center;
    position: absolute;
    right: 80px;
    top: 25px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    z-index: 2;
}
.srcbox .search-form .screen-reader-text {
    font-size: 0;
}
.srcbox input {
    width: 100% !important;
    float: left;
    padding: 16px 80px !important;
    text-transform: capitalize;
    line-height: 120% !important;
    background-color: #fff !important;
    font-style: italic;
    color: #3e4042 !important;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 17px !important;
    border: 0 !important;
    outline: 0;
    position: relative;
    border-radius: 0 !important;
}
.srcbox input::placeholder {
    color: #3e4042;
    opacity: 1;
}

.srcbox form.searchform input::placeholder {
    color: #000 !important;
}

.srcbox .clr-btn input[type="button"] {
    display: none;
}

.srcbox input.search-submit {
    position: absolute;
    top: 20px;
    right: 46px;
    bottom: 0;
    width: 18px;
    font-size: 0;
    padding: 0;
    height: 17px;
    background-image: url(images/search-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}

.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
    display: none;
}
.srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.srcbox input::-moz-placeholder {
    color:#fff;
}
.srcbox input:-ms-input-placeholder {
    color: #fff;
}
.srcbox input:-moz-placeholder {
    color: #fff;
}

#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: 100%;
    background: #1d2052;
    overflow-y: auto;
    padding: 10px 0px 50px;
    height: 100vh;
    position: relative;
    margin: 0 0 50px;
}

#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-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    display: block;
    clear: both;
    color: #fff;
    font-style: italic;
    padding: 0 80px;
}

#cloaseFloatingMenu small {
    font-size: 22px;
    margin-left: 10px;
    font-style: initial;
    line-height: 1;
    display: inline-block;
}

a#cloaseFloatingMenu2 {

    flex-grow: 1;

    width:calc(100% - 580px);

    height: 100%;

    font-size: 0px !important;

}

.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: 280px;
    text-align: center;
}



.sticky-wrap{display: none;}


header#site-header.f-nav {
    position: fixed !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all ease 0.5s;
}



/* Top Menu Section Ends */

#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: static;
}
.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;
}


/* Homepage Testimonials Section Starts */

.hm-testimonials {
  position: relative;
  text-align: center;
  padding: 80px 0;
}

.hm-testimonials .hm-testi-item {
  background: #eeeeee;
  padding: 40px 30px;
}

.hm-testimonials .hm-testi-item p {
  font-size: 18px;
  line-height: 1.65;
  color: #30314a;
  position: relative;
}

.hm-testimonials .hm-testi-item h5 {
  color: #000;
  font-size: 22px;
  position: relative;
  padding-top: 20px;
  text-transform: capitalize;
}

.hm-testimonials .testi-blck .owl-nav {
  display: block !important;
  margin: 40px 0 0 0;
}

.hm-testimonials .testi-blck .owl-nav button {
  background: #ccc !important;
  width: 50px;
  height: 40px;
  margin: 0 5px;
}

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

.hm-testimonials .testi-blck .owl-nav button:hover {
  background: #000 !important;
}

.hm-testimonials .testi-blck .owl-nav button:hover span {
  color: #fff;
}

/* Homepage Testimonials Section Ends */

/* Homepage Blog Section Starts */

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




/* Homepage Form Section Starts */
 
.hm-form-sec {
  padding: 143px 0 142px;
  background-color: #f7f7f7;
}
 
.ftr-form-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.ftr-form-sec {
  width: 46.3%;
  background-color: #1D2052;
  padding: 63px 59px;
}
 
.form-rgt-cnt {
  width: 46.3%;
}
 
.form-top-cnt {
  margin: 0 0 36px;
  text-align: center;
}
 
.form-top-cnt h2{
  font-size: 50px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 0 25px;
  position: relative;
  margin: 0 0 22px;
}
.form-top-cnt h2:before{
  content: "";
  position: absolute;
  background-color: #C9962C;
  width: 27px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
 
.form-top-cnt h3{
  font-size: 35px;
  font-family: 'Bodoni Moda';
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
 
.form-top-cnt p{
  font-size: 18px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  color: #fff;
  line-height: 2;
  letter-spacing: 0px;
  margin: 0;
}
 
.hm-form-sec p.gform_required_legend {
  display: none;
}
 
label.gform-field-label {
  display: none !important;
}
 
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
  gap: 0 3.7%;
}
.hm-form-sec .gform_wrapper {
  margin: 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;
  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, .hm-form-sec .chosen-single {
  margin: 0 0 21px !important;
  width: 100% !important;
  color: #484a4c;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: #fff !important;
  font-size: 14px !important;
  padding: 6px 10px 30px !important;
  letter-spacing: 0 !important;
  line-height: 130% !important;
  border: 1px solid rgba(255,255,255, 0.3);
  transition: all 0.5s;
  font-family: 'Bodoni Moda';
  font-weight: 400;
}
.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, .hm-form-sec .chosen-single:focus{
  border-color: #0066EE !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield select {
  max-width: 100%;
  height: 100%;
  appearance: none;
  background-image: url(images/form-drop-down.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: right 10px center !important;
}
.hm-form-sec .gform_wrapper .top_label textarea {
  width: 100% !important;
  float: none;
  height: 114px !important;
  margin: 0px 0px 22px !important;
  min-height: auto !important;
  resize: none;
}
 
.form-top span, .hm-form-sec .gform_wrapper .top_label .chkbx label span {
  color: #ed3731;
}
 
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    position: relative;
    background-color: #C9962C !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: 0 100%;
    content: '';
    background-color: #fff;
    transition: transform 0.3s ease 0s;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label:hover::before {
    transform: scaleY(1);
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: transparent !important;
    outline: none !important;
    border-radius: 0px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: auto !important;
    font-size: 18px !important;
    padding: 16px 30px !important;
    text-transform: capitalize !important;
    height: auto !important;
    margin: 0 !important;
    font-family: 'Bodoni Moda';
    font-weight: 500;
    border: 0 !important;
    line-height: 1 !important;
    letter-spacing: 0;
    z-index: 11111;
    position: relative;
}
.hm-form-sec .gform_wrapper p.form-text{
  font-size: 15px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 0 0 37px;
  text-align: center;
}
.hm-form-sec .gform_wrapper p.form-text a{
  color: #C9962C;
  text-decoration: underline !important;
}
.hm-form-sec .gform_wrapper p.form-text a:hover{
  color: #fff;
}
.hm-form-sec .form-top-img {
    margin: 0 auto 34px;
    width: 13.5%;
}
 
.hm-form-sec .form-top-img img{
  width: 100%;
  display: block;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
  background-color: #fff !important;
  color: #484A4C !important;
}
.hm-form-sec input::placeholder {
  color: #484a4c;
}
.hm-form-sec input:focus::placeholder {
  color: #0066EE;
}
.hm-form-sec input:-ms-input-placeholder {
  color: #484a4c;
}
.hm-form-sec input:focus:-ms-input-placeholder {
  color: #0066EE;
}
.hm-form-sec input:focus::-ms-input-placeholder {
  color: #0066EE;
}
.hm-form-sec textarea:focus::placeholder {
  color: #0066EE;
}
.hm-form-sec textarea:focus:-ms-input-placeholder {
  color: #0066EE;
}
.hm-form-sec textarea:focus::-ms-input-placeholder {
  color: #0066EE;
}
.hm-form-sec input::-ms-input-placeholder {
  color: #484a4c;
}
.hm-form-sec textarea::placeholder {
  color: #484a4c;
}
.hm-form-sec textarea:-ms-input-placeholder {
  color: #484a4c;
}
.hm-form-sec textarea::-ms-input-placeholder {
  color: #484a4c;
}
.hm-form-sec .gform_wrapper select option[value=""] {
  color: #000 !important;
}
 
.hm-form-sec .gchoice.gchoice_2_7_1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
 
.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;
}
 
.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: 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: 28px !important; }
.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: 26.5%; top: 25px; margin: 0; }
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #F34039 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {border: 0 !important; }
 
.cnslts-sec {
  background-color: #fff;
  padding: 63px 59px;
}
.cnslts-itm:last-child{margin: 0;}
.cnslts-itm {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin: 0 0 26px;
}
.cnslts-icon {
    width: fit-content;
}
.cnslts-icon img{
  width: 100%;
  display: block;
}
.cnslts-cnt h4{
  font-size: 23px;
  font-family: 'Bodoni Moda';
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1D2052;
  margin: 0 0 13px;
}
.cnslts-cnt p{
  font-size: 18px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #484A4C;
  margin: 0;
}


/* Footer Section Starts */
 
.ftr-list{
  padding: 141px 0 0;
  background-image: url(images/footer-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
 
.ftr-logo {
  width: 22.2%;
  margin: 0 auto 49px;
}
 
.ftr-menu-blk {
  background-color: #f7f7f7;
  padding: 56px 0;
}
 
.ftmenu ul {
  padding: 0;
  text-align: center;
  border: 0;
  margin: 0 auto;
}
 
.ftmenu ul li {
  display: inline-block;
  margin: 0 25px;
}
.ftmenu ul li:first-child{
  margin-left: 0;
}
.ftmenu ul li:last-child{
  margin-right: 0;
}
 
.ftmenu ul li a {
  color: #C9962C;
  font-family: 'Bodoni Moda';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  margin: 0;
}
.ftmenu ul li a:hover{
  color: #484A4C;
}
 
.ftr-blocks {
  text-align: center;
  padding: 0 0 141px;
}
.ftr-blocks .ftr-num a{
  font-size: 25px;
  font-family: 'Bodoni Moda';
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.03px;
  color: #fff;
  display: inline-block;
  margin: 0 0 17px;
}
.ftr-blocks .ftr-num a:hover {
    color: #c9962c;
}
.ftr-blocks .ftr-addr p{
  font-size: 18px;
  font-family: 'Bodoni Moda';
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0px;  
  color: #fff;
  margin: 0 0 20px;
}
.ftr-blocks .ftr-addr p a {
    display: block;
    color: #C9962C;
    font-weight: 400;
}
.ftr-blocks .ftr-addr p a:hover{
  color: #fff;
}
 
.ftr-blocks .ftr-scl-icons {
  display: flex;
  justify-content: center;
  gap: 26px;
}
 
.ftr-blocks .ftr-scl-icons a {
  font-size: 0;
  width: 26px;
  height: 25px;
  display: inline-block;
  background-image: url(images/google-plus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
 
.ftr-blocks .ftr-scl-icons a.google-plus:hover {
  background-image: url(images/google-plus-hvr.webp);
}
.ftr-blocks .ftr-scl-icons a.linkedin {
  background-image: url(images/linkedin.webp);
}
.ftr-blocks .ftr-scl-icons a.linkedin:hover {
  background-image: url(images/linkedin-hvr.webp);
}
.ftr-blocks .ftr-scl-icons a.twitter {
  background-image: url(images/hm-twitter-icon.webp);
}
.ftr-blocks .ftr-scl-icons a.twitter:hover {
  background-image: url(images/hm-twitter-hover-icon.webp);
}
.ftr-blocks .ftr-scl-icons a.facebook {
  background-image: url(images/facebook.webp);
}
.ftr-blocks .ftr-scl-icons a.facebook:hover {
  background-image: url(images/facebook-hvr.webp);
}
 
 
/* Footer Sections Ends */
 
/* Copyrights */
 
.copyrights {
  background: #fff;
  padding: 32px 0;
}
.copyrights .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1728px;
}
.copyrights p.copy-rgt-text{
  font-size: 13px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0px;  
  color: #191919;
  margin: 0 0 10px;
}
 
.copyrights p,
.copyrights a {
  font-size: 15px;
  font-family: 'Bodoni Moda';
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0px;  
  color: #191919;
  margin: 0;
}
 
.copyrights a {
  display: inline-block;
  text-decoration: underline;
  padding: 0;
}
.ftrlink {
  display: flex;
  justify-content: flex-start;
  gap: 26px;
}
.copyrights a:last-child{padding: 0;}
.copyrights a:hover{
  color: #C9962C;
}
 
/* Homepage Ends */



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


/* Banner Section */

.banner-sctn {
    padding: 220px 0 300px;
    background-image: url(images/bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hmbnr-contnt h1 {
    font-size: 63px;
    font-family: 'Bodoni Moda';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.hmbnr-contnt h1 small {
    font-size: 32px;
    margin: 0 0 35px;
    display: block;
}
.hmbnr-contnt p {
    font-size: 18px;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 35px;
}
.bnr-flair-dark-img {
    width: 4.7%;
    margin: 0 auto 40px 0;
}
.bnr-flair-dark-img img {
    width: 100%;
    display: block;
}

a.cmn-btn {
    padding: 16px 30px;
    background-color: #c9962c;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 0;
}
a.cmn-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: 0 100%;
    content: '';
    background-color: #fff;
    transition: transform 0.3s ease 0s;
    z-index: -1;
}
a.cmn-btn:hover {
    color: #484a4c;
}
a.cmn-btn:hover::before {
    transform: scaleY(1);
}

/* Award */

.award-sctn {
    background-color: #1d2052;
    padding: 50px 0 70px;
}
.award-itm-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award-itms {
    width: 95%;
}
.award-sctn h2 {
    font-size: 50px;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: center;
}
.award-flair-dark-img {
    margin: 0 auto 30px;
    width: 5%;
}
.award-flair-dark-img img {
    width: 100%;
    display: block;
}
.award-itm-lst.owl-carousel .owl-stage-outer {
    margin: 0 0 50px;
}
.award-itm-lst.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
.award-itm-lst.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.award-itm-lst.owl-carousel .owl-nav button {
    background-image: url(images/left-arrow-icn.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 50px;
    height: 50px;
    font-size: 0 !important;
    background-color: #c9962c !important;
}
.award-itm-lst.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/right-arrow-icn.webp) !important;
}
.award-itm-lst.owl-carousel .owl-nav button:hover, .award-itm-lst.owl-carousel .owl-nav button:focus {
    background-color: #ffffff !important;
}
.award-itm-lst.owl-carousel .owl-nav button:focus {
    opacity: 0.5;
}

/* Home Legal Section */
.hmlegal-sctn {
    background-color: #1D2052;
    padding: 140px 0;
}
.hmlegal-sctn .container {
    max-width: 1400px;
}
.hmlegal-img {
    margin: 0 0 32px;
    max-width: max-content;
}
.hmlegal-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.hmlegal-blck h2 {
    font-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 21px;
}
.hmlegal-blck p {
    font-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 18px;
}
.hmlegal-blck p a {
    color: #C9962C;
    display: inline-block;
}
.hmlegal-blck p a:hover {
    color: #ffffff;
}
.hmlegal-blck h3 {
    font-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0 21px;
}
.hmlegal-block-sec {
    background-color: #f7f7f7;
    padding: 63px 55px;
    margin: 45px 0 0;
    text-align: center;
}
.hmlegal-block-sec h5 {
  font-family: 'Bodoni Moda';
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
    color: #484A4C;
    margin: 0px;
}
.hmlegal-block-sec h5 a {
    color: #C9962C;
    display: inline-block;
}
.hmlegal-block-sec h5 a:hover {
    color: #484A4C;
}
 
/* Home Experience Section */
.hmtop-img {
    margin: 0 0 30px;
    width: 11.4%;
}
.hmtop-img img{
  width: 100%;
  display: block;
  margin: 0;
}
.hmexpnce-sctn {
    padding: 140px 0 124px;
    background-color: #F7F7F7;
}
.hmexpnce-blck {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hmexpnce-rgt {
    width: 46.3%;
}
.hmexpnce-lft {
    width: 46.3%;
}
.hmexpnce-lft-img img {
    width: 100%;
    display: block;
    margin: 0;
}

.hmexpnce-rgt h2{
  font-family: 'Bodoni Moda';
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  color: #1D2052;
  text-transform: uppercase;
  margin: 0 0 23px;
  padding-left: 25px;
  border-left: 1px solid #C9962C;
}
.hmexpnce-rgt h3 {
    font-family: 'Bodoni Moda';
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 3.16px;
    color: #C9962C;
    text-transform: uppercase;
    margin: 29px 0 25px;
    padding-left: 27px;
    border-left: 1px solid #C9962C;
}
.hmexpnce-rgt p{
  font-family: 'Bodoni Moda';
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  color: #484A4C;
  margin: 0 0 18px;
}
.hmexpnce-rgt p a{
  color: #C9962C;
  display: inline-block;
}
.hmexpnce-rgt p a:hover{
  color: #484A4C;
}
 
 
/* Home Meet Section */
.hmmeet-sctn {
    padding: 140px 0;
    background-color: #1D2052;
    background-image: url(images/hmmeet-sctn-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hmmeet-blck-img {
    max-width: max-content;
    margin: 0 auto 30px;
}
.hmmeet-blck-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.hmmeet-blck h2 {
    font-family: 'Bodoni Moda';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
    padding-bottom: 23px;
    position: relative;
}
.hmmeet-blck h2::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 1px;
    background-color: #C9962C;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hmmeet-blck h3 {
    font-family: 'Bodoni Moda';
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1.76px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
}
.hmmeet-item {
    background-color: #f7f7f7;
    position: relative;
}
.hmmeet-itm-cnt {
    padding: 23px 35px;
    text-align: center;
}
.hmmeet-itm-cnt h4 {
    font-family: 'Bodoni Moda';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #484A4C;
    margin: 0 0 20px;
}
.hmmeet-itm-cnt h5 {
    font-family: 'Bodoni Moda';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #C9962C;
    margin: 0px;
}
.hmmeet-item:hover .hmmeet-itm-cnt h4{
  color: #ffffff;
}
.hmmeet-item:hover .hmmeet-itm-cnt h5{
  color: #ffffff;
}
.hmmeet-item:hover {
  background-color: #C9962C;
}
.hmmmeet-itm-hvr a{
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.hmmeet-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 45px auto 0;
    width: 100%;
    gap: 20px;
}
.hmmeet-list.owl-carousel {
    margin: 0 0 45px;
}
.hmmeet-list.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #C9962C;
}
.hmmeet-list.owl-carousel .owl-nav button.owl-prev {
  background-image: url(images/left-arrow-icn.webp);
}
.hmmeet-list.owl-carousel .owl-nav button.owl-next {
  background-image: url(images/right-arrow-icn.webp);
}
.hmmeet-list.owl-carousel .owl-nav button:hover, .hmmeet-list.owl-carousel .owl-nav button:focus{
  background-color: #ffffff;
}
.hmmeet-list.owl-carousel .owl-nav button:focus{
  opacity: 0.5;
 
}
.hmmeet-btn {
    text-align: center;
}

.hmmeet-itm-img {
    filter: grayscale(1);
}
.hmmeet-item:hover .hmmeet-itm-img {
    filter:inherit;
}

/* Home Page Douglas Section */
 
.hm-douglas-sctn{
  background-color: #F7F7F7;
  padding: 70px 0;
}
 
.hm-douglas-sctn .hm-douglas-blk{
  display: flex;
  justify-content: space-between;
}
 
.hm-douglas-sctn .hm-douglas-lft {
    width: 46.3%;
    position: relative;
}
 
.hm-douglas-sctn .hm-douglas-lft h2{
  font-family: 'Bodoni Moda';
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #1D2052;
  text-transform: uppercase;
  margin-bottom: 23px;
  position: relative;
}
 
.hm-douglas-sctn .hm-douglas-lft h3 {
    font-family: 'Bodoni Moda';
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1.76px;
    font-weight: 500;
    color: #1d2052;
    text-transform: uppercase;
    padding-left: 25px;
    margin-bottom: 21px;
    border-left: 1px solid #C9962C;
}
 
.hm-douglas-sctn .hm-douglas-lft p{
  font-family: 'Bodoni Moda';
  font-size: 18px;
  line-height: 2;
  letter-spacing:0;
  color: #484A4C;
  font-weight: 400;
  margin-bottom: 18px;
}
 
.hm-douglas-sctn .hm-douglas-lft p a{
  color: #C9962C;
  display: inline-block;
}
 
.hm-douglas-sctn .hm-douglas-lft p a:hover {
    color: #484a4c;
}
 
.hm-douglas-sctn .hmabt-lft-btm{
  width: 100%;
  background-color:#1D2052;
  padding: 37px 36px;
  margin-top: 45px;
}
 
.hm-douglas-sctn .hmabt-lft-btm p{
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.hm-douglas-sctn .hmabt-lft-btm p a:hover {
    color: #ffff;
}
 
.hm-douglas-sctn .hm-douglas-rgt{
  width: 46.3%;
}
 
.hm-douglas-sctn .hm-douglas-attrnys-img{
  width: 74.5%;
  margin-left: auto;
}
 
.hm-douglas-sctn .hm-douglas-rgt-img{
  width: 58.5%;
  margin:-135px auto 0 0;
}
 
/* Home Page video Section */
 
.hm-vid-sctn{
  padding: 141px 0;
}
 
.hm-vid-sctn .hm-vid-blk{
  display: flex;
  justify-content:space-between;
}
 
.hm-vid-sctn .hm-vid-cont{
  width: 53.4%;
  position: relative;
}
 
.hm-vid-sctn .hm-vid-cont h2{
  font-family: 'Bodoni Moda';
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #C9962C;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-left:26px;
  border-left: 1px solid #C9962C;
}
 
.hm-vid-sctn .hm-vid-cont p{
  font-family: 'Bodoni Moda';
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
 
.hm-vid-sctn .hmvidio{
  width: 39.3%;
}
 
.hm-vid-sctn .hmvidio iframe{
  width:100%;
  height:100%;
  display: inline-block;
}
 
/* Home Page Practice Areas Section */
 
.hm-practice-areas-sctn{
  padding: 0 0 141px;
}

.hm-practice-areas-sctn .hmtop-img {
    width: 5.3%;
}
 
.hm-practice-areas-sctn .hm-pract-title-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
}
 
.hm-practice-areas-sctn .hm-pract-title{
  width: max-content;
}
 
.hm-practice-areas-sctn .hm-pract-title h2{
  font-family: 'Bodoni Moda';
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
  color: #1D2052;
  text-transform: uppercase;
  margin-bottom: 27px;
}
 
.hm-practice-areas-sctn .hm-pract-title h3{
  font-family: 'Bodoni Moda';
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  color: #C9962C;
  text-transform: uppercase;
  padding-left: 26px;
  margin-bottom: 36px;
  border-left: 1px solid #C9962C;
}
 
.hm-pract-btn a.cmn-btn::before {
  background-color: #1D2052;
}
 
.hm-pract-btn a.cmn-btn:hover {
  color: #ffffff;
}
 
.hm-practice-areas-sctn .hm-pract-lst{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
 
.hm-practice-areas-sctn .hm-pract-item{
  width: 49%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  background-color: #1D2052;
  position: relative;
}
.hm-practice-areas-sctn .hm-pract-item:hover {
    transform: translateY(-.5rem);
    transition-duration: 0.5s;
}
 
.hm-practice-areas-sctn .hm-pract-item .hm-pract-item-cont{
  width:76.6%;
  padding: 39px 63px;
}
 
.hm-practice-areas-sctn .hm-pract-item-cont h5 {
    font-family: 'Bodoni Moda';
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 40px;
    margin: 0;
    position: relative;
}
 
.hm-practice-areas-sctn .hm-pract-item-cont h5::before{
  content: '';
  position: absolute;
  background-image: url(images/right-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width:23px;
  height:23px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
 
.hm-practice-areas-sctn .hm-pract-item:hover{
  background-color: #c9962c;
}
 
.hm-practice-areas-sctn .hm-pract-item:hover h5::before{
  background-image: url(images/right-arrow-hvr.webp);
}
 
.hm-practice-areas-sctn .hm-pract-item-img{
  width: 25.8%;
}
 
.hm-practice-areas-sctn .hm-pract-item-img img{
  width: 100%;
  display: block;
}
 
.hm-practice-areas-sctn .hvr a{
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hm-pract-btn.btm {
    margin: 35px 0 0;
    display: none;
}

/* Header-Menu */

.header-menu {
    display: none;
}
.hsr-tp-lst .mbl-btns-lst {
    display: none;
}
.hsr-tp-lst .hm-scl-icns {
    display: none;
}



.topmenu ul li:hover ul.sub-menu li ul.sub-menu {
    width: 100%;
    padding: 7px 28px;
    position: static;
    display: inline-block;
}
.topmenu .sub-menu li a.drop {
    padding: 0;
    width: 23px;
    height: 23px;
    background-image: url(images/hder-menu-dwn-arrw.webp);
    position: absolute;
    top: 9px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    background-color: transparent;
    transition-duration: 0s;
}
.topmenu .sub-menu li a.drop.open {
    background-image: url(images/hder-menu-up-arrwhvr.webp);
}
.topmenu .sub-menu li a.drop:hover {
    background-image: url(images/hder-menu-dwn-arrwhvr.webp);
}
.topmenu .sub-menu li a.drop.open:hover {
    background-image: url(images/hder-menu-up-arrwhvrclr.webp);
}
.topmenu ul li:hover ul.sub-menu li ul.sub-menu li a {
    font-size: 18px;
    padding: 5px 0px;
    text-transform: capitalize;
}
.topmenu ul li:hover ul.sub-menu li.open a.drop {
    transform: rotate(180deg);
    background-image: url(images/hder-menu-dwn-arrwhvr.webp);
}
.sngl-pract-case-sctn.home {
    padding-top: 140px;
    text-align: center;
}
.sngl-pract-case-sctn.home .in-case-img {
    margin: 0 auto 32px;
}
.sngl-pract-case-sctn.home .in-case-list.owl-carousel .owl-nav {justify-content: center;}
.sngl-pract-case-sctn.home .in-case-blck p br {
    display: block;
}