/* 
Theme Name:		 aarongarrettlawnm
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:	 Garrett Law
*/
/* Fonts Starts */


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

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

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

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

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

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

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

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

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



/* Fonts Ends */

:root {
--blue: #1e90ff;
--white: #ffffff;
font-family: 'Geist-Regular';
--placeholdercolor: #000;
}

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

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

a:focus {
outline: none !important;
}

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: 'OpenSansCondensed-SemiBold'; font-family: var(--header-font); font-weight: 400; margin: 0 0 20px 0; padding: 0; }

p,
li,
ul,
ol,
blockquote {font-family: 'Geist-Regular'; 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: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; } 
.d-none, 
.hide {display: none !important; } 
.fl {float: left; } 
.fr {float: right; } 
.clear {clear: both; } 
.clear-left {clear: left; } 
.clear-right {clear: right; } 
.container {width: 100%; max-width: 1500px; margin: auto; } 
header#site-header { background-color: transparent; border: none; position: absolute; top: 0; padding: 10px 0 0; }
header#site-header .container {display: flex ; justify-content: space-between;  padding: 0; } 
.logo img {transition-duration: 0.8s; width: 100%; display: block; } 
.logo { width: 24.1%; }
.topmenu {width: auto; } 
.topmenu ul {position: relative; margin: 0; text-align: end;} 
.topmenu ul li {display: inline; position: relative; margin: 0px; border-left: 2px solid #fff;} 
.topmenu ul li a { font-family: 'Roboto-Medium'; position: relative; font-size: 18px; line-height: 1; text-transform: uppercase; display: inline-block; color: #ffffff; margin: 0px 29px; }
.topmenu ul > li:last-child > a:before{display: none;}
.topmenu ul li.current-menu-item>a, .topmenu ul li>a:hover {color: #e0822a; }
.topmenu ul > li:last-child > a { margin-right: 0px; }
.topmenu ul > li:first-child > a { margin-left: 0px; }
.topmenu ul > li:first-child{ border: none; }
.topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #e0822a; 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;text-decoration:none !important; } 
.topmenu .sub-menu li a:before {display: none; } 
.topmenu .sub-menu li { width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; border-left: none; text-align: left; } 
.topmenu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: normal; padding: 9px 12px 8px !important; color: #fff; display: block; text-transform: capitalize; margin: 0; } 
.topmenu .sub-menu li a:hover {background-color: #2a0c05; color: #fff; text-decoration:none !important;} 
.logo-rit { display: flex; flex-direction: column; gap: 22px; padding: 7px 0 0;     width: 67.5%;}
.top-rit { display: flex; align-items: center; gap: 23px; justify-content: flex-end; }
.top-rit a { font-family: 'OpenSansCondensed-SemiBold'; color: #fff; font-size: 39px; position: relative; padding-left: 57px; line-height: 1; margin: 0; letter-spacing: 0.78px; }
.top-rit a::before { background-image: url(images/hm-sprites.webp); background-position: -445px -12px; left: 0; top: 0; bottom: 0; margin: auto; height: 44px; width: 44px; position: absolute; content: ""; border-radius: 50%; background-color: #e0822a; }
.top-rit p { font-family: 'Roboto-Regular'; color: #fff; font-size: 18px; line-height: 1; margin: 0; }
.top-rit h6 { font-family: 'Roboto-Medium'; color: #e0822a; font-size: 18px; line-height: 1; margin: 0; letter-spacing: 0.72px; }

/* 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: 600 !important; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px; font-family: 'Geist-Regular'; } 
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; } 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #e0822a; 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;width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0 0 5px; padding: 0px; position: relative; font-family: 'GildaDisplay-Regular'; } 
li.search-toggle-li {display: none; } 
.mobinav a {width: 100%; float: left; padding: 5px 20px 5px 0; display: block; line-height: normal; color: #fff; font-size: 15px; letter-spacing: 0.5px; font-family: 'Geist-Regular'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover {color: #0e3814; } 
.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 {background-image: url(images/plus.png);font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; 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.png); } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; } 
.mobile_src_nav .container {position: relative; } 
.mobile_src_nav .search-form {width: 100%; float: left; } 

/*Header Sticky Menu*/
.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #00223f; z-index: 9999;} 
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; } 
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none; } 
.header-sticky .sticky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; } 
.header-sticky .mobile_src_nav, 
.header-sticky .showhide {display: block; } 
.header-sticky .mobile_src_nav {background: transparent; } 
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; } 
.header-sticky .sticky-cnt>a, 
.header-sticky .sticky-cnt button {font-size: 17px; color: #fff; position: relative; padding-top: 45px; display: inline-block; font-family: 'Geist-Regular'; text-align: center; width: 100%; cursor: pointer; border: 0; outline: 0; background-color: transparent; } 
.header-sticky .sticky-cnt a:before, 
.header-sticky .sticky-cnt button:before {width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; } 
.header-sticky .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-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 9px; } 
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; } 
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; } 
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; } 
.floatingMenu-list {width: 400px; background: #e0822a; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative; } 
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 
#cloaseFloatingMenu {text-align: right; font-size: 45px; line-height: 1; font-weight: 700; display: block; background: transparent; clear: both; outline: 0; border: 0; color: #ffffff; float: right; } 
button#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; background: transparent; border: 0; } 
.floatingMenuInner li {position: relative; } 
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'GildaDisplay-Regular'; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; } 
.floatingMenuInner .sub-menu {display: none; } 
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/
position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } 
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; } 
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/
opacity: 0; } 
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between; } 
.sicky-logo {max-width: 350px; text-align: center; } 
.sticky-wrap {display: none; } 
header#site-header.f-nav { padding-top: 10px; padding-bottom: 10px; position: fixed; display: block; background-color: #021b33; transition: 0.5s ease; }
header#site-header.f-nav .logo { width: 21%; }
header#site-header.f-nav .container { align-items: center;}
/* Top Menu Section Ends */
#site-logo {float: none !important; } 

/*#site-header-inner {display: flex; align-items: center; justify-content: flex-start; } */
.main-menu {margin: 0; display: flex; align-items: center; justify-content: flex-start; position: relative; } 
.main-menu .sub-menu {display: none; position: absolute; top: 100%; left: 0; width: 200px; background-color: #fff; margin: 0; } 
.main-menu li {position: relative; margin: 0; } 
.main-menu>li {margin: 0 20px; } 
.main-menu li:hover>.sub-menu {display: block; } 
.main-menu .sub-menu .sub-menu {top: 0; left: 100%; } 
.main-menu .sub-menu a {display: block; padding: 10px 15px; border-bottom: 1px solid #eee; } 
.main-menu .sub-menu a:hover {background-color: #f5f5f5; } 
.dekstopMenuBtn {padding: 10px 20px; border: 2px solid #ccc; border-radius: 3px; display: flex; align-items: center; justify-content: center; gap: 5px; } 
.dekstopMenuBtn span.line {width: 15px; height: 2px; background-color: #000; border-radius: 2px; display: block; } 
.dekstopMenuBtn span.line.line-2 {margin: 2px 0; } 
.main-menu-mobile li {position: relative; } 
.main-menu-mobile a {display: block; } 
.main-menu-mobile .drop {position: absolute; top: 0; right: 0; width: 100%; height: 25px; background-image: url(images/plus.png); background-color: transparent; background-size: auto 20px; background-position: center right; background-repeat: no-repeat; border: none; outline: none; } 
.main-menu-mobile .drop.open {background-image: url(images/minus.png); width: 25px; } 

/* Common Styles Starts*/

.text-heading {font-family: 'OpenSansCondensed-ExtraBold'; font-size: 170px; line-height: 1; letter-spacing: 3.4px; margin: 0 0 0; color: #000000; text-transform: uppercase; -webkit-text-stroke: 1px #cccccc; color: transparent; text-align: center; mask-image: linear-gradient(to bottom, #ccc 53%, rgba(0, 0, 0, 0) 100%);}
.small-heading {font-family: 'OpenSansCondensed-Bold'; font-size: 63px; color: #032b4d; line-height: 1; margin: -20px 0 25px; text-transform: uppercase; position: relative; text-align: center; padding: 0 0 35px; }
.small-heading strong{color: #e0822a; font-weight: 700; }
.small-heading:before{position: absolute; content: ""; background-image: url(images/small-text-before.webp); background-repeat: no-repeat; background-position: center; background-size: contain; width: 503px; height: 14px; bottom: 0; left: 0; right: 0; margin: auto; }
 
.cmn-btn {position: relative;font-family: 'OpenSansCondensed-ExtraBold';background-color: #e0822a; color: #fff; padding: 22px 45px; font-size: 21px; transition: 0.3s; line-height: 1; display: inline-block; margin: 0; text-transform: uppercase; border-radius: 40px; border: 2px solid transparent; letter-spacing: 2px; } 
.cmn-btn:hover { border: 2px solid #0f6ec2; background-color: transparent; color: #0f6ec2; }
 
/* Common Styles Ends */

/* home Banner Section section */
.hm-banner-section{ background-image:url("images/banner-bkg.webp"); background-repeat: no-repeat; background-size:cover; padding:130px 0px 265px; position: relative; z-index: 1;background-position: center; }
.bannr-main { display: flex; justify-content: flex-start; margin: 0 0 97px; align-items: center; position:relative; }
.bnr-top-sec{position: relative;}
.bnr-top-sec::before {position: absolute; content: ""; bottom: 0; left: 0; margin: auto; right: 0; width: 100%; height: 60%; z-index: 1; background-image:linear-gradient(to top, rgb(4 35 63) 19%, rgba(0, 33, 61, 0) 89%); pointer-events: none; }
.bannr-lft { z-index: 1; margin: 0 0px 0 38px; position: relative; width: 48.04%; padding: 0 0 0 40px; }
.bannr-lft::before { background-color: #e0822a; position: absolute; content: ""; height: 84%; width: 5px; left: 0; top: -14px; margin: auto; }
.bnnr-attry-img img { border-radius: 0px 0px 159px 206px; width: 100%; display: block; height: auto; }
.bannr-main .bannr-lft h5 { font-family: 'OpenSansCondensed-Bold'; font-size: 45px; color: #ffffff; line-height: 1; margin: 0; letter-spacing: 0.9px; }
.bannr-main .bannr-lft h2 { font-family: 'OpenSansCondensed-ExtraBold'; font-size: 187px; text-transform: uppercase; color: #127fdf; line-height: 1; letter-spacing: 3.74px; margin: 0 0 0 -8px; }
.bannr-main .bannr-lft h4 { font-family: 'OpenSansCondensed-Bold'; font-size: 78px; color: #ffffff; line-height: 1; letter-spacing: 6.24px; text-transform: uppercase; margin: -6px 0 34px 170px; }
.bannr-btns { display: flex; gap: 27px; }
.bannr-lft-btn a.cmn-btn { padding: 25px 52px; }
.bannr-btns .bannr-rgt-btn a.cmn-btn { background-color: transparent; border: 2px solid #fff; }
.bannr-rgt { position: relative; width: 51.24%; margin: 0px; text-align: center; background-image: url(images/bannr-rgt-g.png); padding: 86px 132px 44px 97px; background-size: contain; background-repeat: no-repeat; background-position: top center; }
.bannr-rgt-cntnt h5 { font-family: 'OpenSansCondensed-ExtraBold'; letter-spacing: 2px; text-transform: uppercase; font-size: 100px; -webkit-text-stroke: 1px #8d99a2; margin: 0; line-height: 1; color: transparent; text-align: center; mask-image: linear-gradient(to bottom, #ccc 34%, rgba(0, 0, 0, 0) 100%); }
.bannr-rgt-cntnt h6 { font-family: 'OpenSansCondensed-Bold'; letter-spacing: 3px; text-transform: uppercase; font-size: 22px; color: #fff; margin: -7px 0 0; line-height: 1; }
.bannr-rgt-cntnt {z-index: 1; position: absolute; bottom: 6%; right: -16.3%; text-align: center; }
.hm-banner-section .scroll-bar a { font-family: 'OpenSansCondensed-Bold'; letter-spacing: 9.36px; font-size: 18px; color: #fff; text-transform: uppercase; line-height: 1; margin: 0; display: inline-block; padding: 48px 14px 41px 23px; background-color: #0f6ec2; }
.hm-banner-section .scroll-bar::before { background-color: #fff; position: absolute; content: ""; height: 62px; width: 1px; left: 0; margin: auto; right: 0; bottom: 0; top: 292px; }
.scroll-bar { position: absolute; right: 0; margin: auto; text-align: center; top: 18.5%; z-index: 1; writing-mode: sideways-rl; }
.bnnr-awrd-bdg { display: flex; justify-content: space-between; margin: 0 55px 0; position: relative; }
.bnnr-itm h5 { font-family: 'Geist-Medium'; color: #e0822a; font-size: 28px; line-height: 1.2; margin: 0 0 17px; }
.bnnr-itm p { font-family:'Geist-Regular'; color: #fff; font-size: 21px; line-height: 1.2; margin: 0; }
.bnnr-itm.cnctnt-lft::before { background-image: url(images/bnnr-arwd-bfr.webp); position: absolute; content: ""; height: 239px; width: 47px; background-repeat: no-repeat; background-size: contain; top: -43px; margin: auto; z-index: -1; left: 6px; }
.bnnr-itm { width: 28.5%; }
.bnnr-itm.cnctnt-lft { width: 29%; padding-left: 88px; }
.bnnr-itm.awrd-blk { flex-wrap: wrap; display: flex; gap: 10px; justify-content: flex-end; margin: 0 13px 0 0px; }
.bnnr-awrd-img { width: 100%; }
.bnnr-itm.awrd-blk img { width: 100%; display: block; }
.bnnr-itm.scll-btn a { display: inline-block; }
.bnnr-itm.scll-btn { text-align: center; position: relative; margin: -92px 0 0; }
.bnnr-itm.scll-btn img { width: 100%; display: block; max-width: 147px; }
.bnnr-itm.scll-btn::before { background-image: url(images/scroll-dwn-bfor.webp); position: absolute; content: ""; height: 658px; width: 335px; background-repeat: no-repeat; background-size: contain; top: 0; margin: auto; right: 0; z-index: -1; left: 0; bottom: 0; }
.bnnr-schdle-btn a.cmn-btn { background-color: transparent; border-image: linear-gradient(to right, #072642, #94663a); border-image-slice: 1; border-radius: 50px; font-family: 'Roboto-Medium'; font-size: 19px; padding: 24px 85px 23px 24px; letter-spacing: 0.38px; }
.bnnr-schdle-btn a.cmn-btn::before { background-image: url(images/hm-sprites.webp); background-position: -451px -95px; right: 20px; top: 0; bottom: 0; margin: auto; height: 16px; width: 30px; position: absolute; content: ""; }

.bnr-awrd-lst.owl-carousel .owl-item,.bnr-awrd-lst.owl-carousel .owl-stage {
    display: flex
;
}
.bnr-awrd-lst.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
    gap: 20px;
    font-size: 0;
}
.bnr-awrd-lst.owl-carousel .owl-nav button.owl-next {
    background-position: -346px -11px;
}
.bnr-awrd-lst.owl-carousel .owl-stage-outer {
    padding: 0 0 0 2px;
}
.bnr-awrd-lst.owl-carousel .owl-nav button {
    transform: scale(0.7);
    background-image: url(./images/hm-sprites.webp);
    width: 59px;
    height: 59px;
    background-position: -270px -11px;
    background-color: #0f6ec2;
    border-radius: 50%;
}
.bnr-awrd-lst {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.bnr-awrd-lst .owl-item {
    border: 1px solid #fff;
    padding: 10px;
}
/* home banner section ends */


/* home practice area start */

.home-practice-section{padding: 0 0 123px; }
.home-practice-section .container{width: 100%; max-width: 1500px; margin: auto; }
.home-practice-section .small-heading {margin: -80px 0 52px; }
.practi-blk {margin: 0 0 50px; }
.practi-itm {width: 100%; position: relative; border-radius: 18px; background-color: #01203c; border-bottom: 5px solid #004a8a; }
.practi-itm:hover{border-bottom: 5px solid #e0822a;}
.practi-img img {width: 100%; display: block; border-radius: 15px; filter: grayscale(1); opacity: 40%; height: 450px; transition: 0.6s; object-fit: cover; object-position: center; }
.practi-itm:hover .practi-img img {height: 400px; filter: grayscale(0); opacity: 100%; }
.practi-itm:hover .practi-img img:after{background: linear-gradient(0deg, #000, transparent); }
.practi-cnt {position: absolute; bottom: 100px; left: 0; right: 0; margin: auto;    z-index: 1; }
.practi-cnt h4{font-family: 'OpenSansCondensed-Bold'; font-size: 43px; color: #fff; line-height: 1; letter-spacing: 1.7px; text-transform: uppercase; margin: 0; text-align: center; padding: 0 10px; }
.practi-itm:hover .practi-cnt h4{color: #e0822a;}
.practi-img:before, .practi-img:after {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -16px -135px; width: 106px; height: 106px; bottom: -50px; left: 0; right: 0; margin: auto; background-color: #032b4d; border-radius: 50%; z-index: 1; }
.practi-hvr a{position: absolute; font-size: 0; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: 100%; width: 100%; z-index:2;}
.practi-itm:hover .practi-img:before{background-color:#e0822a; background-position: -16px -11px; }
.practi-itm:hover .practi-img:after {background: linear-gradient(180deg, #0a487e, transparent); }
.practi-img:after {background: linear-gradient(180deg, #1e3d59, transparent); width: 123px; height: 122px; bottom: -58px; z-index: 0; }
.practi-blk.owl-carousel .owl-stage-outer {padding: 0 0 60px; }
.practi-btn {text-align: center; }
.practi-btn a.cmn-btn{background-color: transparent; border: 2px solid #0f6ec2; color: #0f6ec2; }
.practi-btn a.cmn-btn:hover{background-color: #e0822a; color: #fff; border: 2px solid transparent; }
.home-practice-section .practi-blk.owl-carousel .owl-nav.disabled{display: block; }
.home-practice-section .practi-blk.owl-carousel .owl-nav{display: flex; width: 35%; margin: auto; position: relative; top: 54px; font-size: 0; }
.home-practice-section .practi-blk.owl-carousel .owl-nav button{background-image: url(./images/hm-sprites.webp); width: 59px; height: 59px; background-position: -270px -11px; position: absolute; background-color: #0f6ec2; border-radius: 50%; left: 0; right: auto; }
.home-practice-section .practi-blk.owl-carousel .owl-nav button.owl-next {left: auto; right: 0; background-position: -346px -11px; }
.home-practice-section .practi-blk.owl-carousel .owl-nav button:hover{background-position: -270px -11px; background-color: #e0822a; }
.home-practice-section .practi-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -346px -11px; }
.practi-itm:hover{flex: 0.9;  }
.practi-itm:hover::before { background-image: linear-gradient(0deg, black, transparent); content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; border-radius: 4%; }
 

/* home practice area ends */
 
/* home local section ends */
.home-local-section {  padding: 0 0px 38px 0px; background-image: url(images/local-bg-img.webp); background-position: bottom center; background-repeat: no-repeat; background-size: contain; }
.home-local-section .container{width: 100%; max-width: 1600px; margin: 0 auto 0 55px; }
.local-blk {display: flex; justify-content: space-between; padding: 0 0 395px; align-items:center; }
.local-rite {width: 56%; /*    background-image: url(images/local-rite-bg.webp); background-position: center; background-repeat: no-repeat; background-size: 100%; padding:173px 0; */ }
.local-rite-img { margin: auto; }
.local-rite-img img {width:100%; display:block; }
.local-lft { width: 36.3%; padding: 53px 0 0; }
.local-lft .small-heading { margin: 0 0 34px -245px; text-align: left; padding: 0; line-height: 1.1; }
.local-lft .small-heading:before{display: none; }
.local-lft p { font-family: 'Geist-Regular'; font-size: 20px; color: #032b4d; line-height: 1.7; margin: 0 0 25px; }
.local-btn a.cmn-btn {padding: 22px 70px; }
.local-works h3 { font-family: 'OpenSansCondensed-ExtraBold'; font-size: 32px; line-height: 1; color: #0f6ec2; letter-spacing: 3.8px; text-transform: uppercase; text-align: center; padding: 20px 30px; border-top: 2px solid #0f6abb; border-bottom: 2px solid #0f6abb; max-width: max-content; margin: auto; }


 /* home local section ends*/

/* home case results section starts */
.home-case-results-sec {padding: 0px 0 110px;}
.home-case-results-sec .small-heading {padding: 0;margin: -20px 0 35px;}
.home-case-results-sec .small-heading::before {display: none;}
.hm-case-res-item {position: relative;z-index: 1;background-color: #021b33;padding: 20px;}
.hm-case-res-item:hover .hm-case-btn a.cmn-btn {color: #032b4d;background-color: #e0822a;border-color: #e0822a;}
.hm-case-res-list.owl-carousel .owl-item.active:nth-child(even) {padding: 34px 0 0;transition: all 0.4s;}
.hm-case-res-item::before,
.hm-case-res-item::after {content: "";position: absolute;background-image: linear-gradient(0deg, rgb(0, 33, 61) 0%, rgba(0, 33, 61, 0) 100%);width: 100%;height: 80%;bottom: 0;left: 0;right: 0;z-index: 0;pointer-events: none;}
.hm-case-res-item::after {background-image: linear-gradient(0deg, rgba(0, 33, 61, 0) 0%, rgb(0 33 61 / 67%) 100%);top: 0;height: 31%;}
.hm-practice-img img {width: 100%;display: block;}
.hm-practice-cnt {padding: 0px ;text-align: center;position: relative;}
.hm-case-res-item h6 {font-size: 18px;font-family: 'OpenSansCondensed-SemiBold';line-height: 1;letter-spacing: 1.8px;color: #fff;text-align: center;text-transform: uppercase;position: relative;z-index: 1;}
.hm-practice-cnt h4 {font-size: 48px;font-family: OpenSansCondensed-Bold;line-height: 1;color: #fff;margin: 0;}
.hm-practice-cnt h5 {font-size: 20px;font-family: OpenSansCondensed-Bold;line-height: 1;color: #fff;text-transform: uppercase;margin: 10px 0 24px;}
.hm-case-btn a.cmn-btn {font-size: 22px;letter-spacing: 0.48px;padding: 14px 35px;border-radius: inherit;width: 100%;display: block;text-align: center;background-color: #0f6ec2;}
.hm-case-btn a.cmn-btn:hover {color: #032b4d;background-color: #e0822a;border-color: #e0822a;}
.hm-view-case-btn {text-align: center;}
.hm-view-case-btn .cmn-btn {padding: 22px 62px;background-color: transparent;border-color: #0f6ec2;color: #0f6ec2;z-index: 3;}
.hm-view-case-btn .cmn-btn:hover {color: #e0822a;border-color: #e0822a;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav {display: flex !important
;
    width: calc(100% + 150px);
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
pointer-events: none;}
.hm-case-res-list.owl-carousel {
    margin: 0 0 40px;
}

.hm-case-img {width: 100%;max-width: 150px;margin: 0 auto 20px;position: relative; z-index: 1;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button {pointer-events: auto; background-image: url(images/hm-sprites.webp);background-color: #0f6ec2;background-position: -268px -12px;width: 59px;height: 59px;border-radius: 50%;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button.owl-next {background-position: -345px -12px;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button span {display: none;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button:hover {background-position-y: -167px;background-color: #e0822a;transition: all 0.4s;}
.home-case-results-sec .hover a {position: absolute;inset: 0 0 0 0;width: 100%;height: 100%;font-size: 0;z-index: 4;}
/* home case results section ends */
 
 
/* home help section starts */
.home-help-section {padding: 135px 0 230px;background-image: url(images/hm-help-bg.webp);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;z-index: 2;}
.home-help-section .container {max-width: 1280px;}
.home-help-section::before {content: "";position: absolute;background-image: url(images/hm-help-top-lines-img.webp);background-size: contain;background-position: top center;background-repeat: no-repeat;width: 7.95%;height: 48.8%;top: 0;left: 48px;}
.hm-help-blk h2 {font-size: 96px;font-family: 'OpenSansCondensed-ExtraBold';line-height: 1;letter-spacing: 2.54px;color: #127fdf;text-transform: uppercase;margin: 0 0 20px;}
.hm-help-blk h2 strong {padding: 0 0 0 123px;font-weight: inherit;color: #fff;position: relative;display: block;}
.hm-help-blk h2 strong::before {content: "";position: absolute;background-image: url(images/hm-help-logo.webp);background-size: contain;background-position: center;background-repeat: no-repeat;width: 12.1%;height: 100%;top: 0;left:-20px;}
.hm-help-blk {width: 90%;}
.hm-help-blk h4 {font-size: 39px;font-family: 'OpenSansCondensed-Bold';line-height: 1;letter-spacing: 0.8px;color: #fff;margin: 0 0 8px;}
.hm-help-blk p {font-size: 20px;font-family: 'Geist-Regular';line-height: 1.6;color: #fff;margin: 0 0 32px;}
.hm-help-blk p a:hover {color: #e0822a;}
.hm-help-btn-list {display: flex;gap: 6px;}
.hm-call-btn .cmn-btn {padding: 22px 37px 22px 78px;letter-spacing: 2.1px;background-color: #0f6ec2;}
.hm-call-btn .cmn-btn::before {content: "";position: absolute;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -453px -22px;width: 26px;height: 26px;top: 0;left: 42px;bottom: 0;margin: auto 0;}
.hm-call-btn .cmn-btn:hover {border-color: #e0822a;background-color: transparent;color: #e0822a;}
/* home help section ends */
 
/* home meet section starts */
.home-meet-section {padding: 85px 0;margin: -81px 0 0;background-color:#001426;
/*    background-image: url(images/hm-meet-bg.webp);background-position: top center;background-repeat: no-repeat;*/
    position: relative;z-index: 1; 
/*    background-size: 100% 80%;*/
}
.home-meet-section .container {max-width: 100%;}
.home-meet-section .small-heading {position: absolute;top: 18.4%;right: 0;left: 0;margin: 0 auto; color: #fff;}
.hm-meet-blk {display: flex;justify-content: space-between;align-items: flex-end;}
.hm-meet-lft {width: 41%;position:relative;}
.hm-meet-lft h4,
.hm-meet-rht h4 {font-size: 50px;font-family: 'Onest-Medium';line-height: 1;letter-spacing: -1px;color: #fff;margin: 0;text-align: right;position: relative;z-index: 1;padding: 44px 95px 39px 0;}
.hm-meet-item h4::before,
.hm-meet-item h4::after {content: "";position: absolute;background-image: url(images/hm-meet-aaron-txt-gradi.webp);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;width:100%;height: 100%;top: 0;right: 0;bottom: 0;opacity: 30%;z-index: -1;}
.hm-meet-rht h4::before {background-image: url(images/hm-meet-brandon-txt-gradi.webp);left: inherit;right: inherit;left: 0;}
.hm-meet-item h4::after {background-image: linear-gradient(-90deg, rgba(0, 82, 154, 3%) 29%, rgb(0, 82, 154, 59%) 100%);height: 6px;opacity: 100%;top: inherit;bottom: -6px;left: 0;width: calc(100% + -15px);}
.hm-meet-rht h4::after {background-image: linear-gradient(90deg, rgba(0, 82, 154, 3%) 29%, rgb(0, 82, 154, 59%) 100%);left: inherit;right: 0;}
.hm-meet-rht h4 {text-align: left;padding-left: 46px;margin: 0 0 0 113px;}
.hm-meet-mid {width: 28.3%;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;text-align: center;padding: 0 12px;}
.hm-meet-mid p {font-size: 18px;font-family: 'Geist-Regular';line-height: 1.77;letter-spacing: 0.54px;
/*    color: #032b4d;*/color: #fff;margin: 0 0 52px;}
.hm-meet-exper-img {width: 44.1%;margin: 0 auto 39px;background: radial-gradient(#0c518e69, transparent);}
.hm-meet-exper-img img,
.hm-meet-logo img,
.hm-meet-attrny-img img {width: 100%;display: block;}
.hm-meet-attrny-btn {margin: 0 0 38px;}
.hm-meet-logo {width: 62.2%;margin: 0 auto;}
.hm-meet-lft h4 {margin: 0 97px 0 0;}
.hm-meet-attrny-img {border-bottom: 6px solid #00529a;position: relative;z-index: 1;}
.hm-meet-attrny-img::before,
.hm-meet-attrny-img::after {content: "";position: absolute;background-image: url(images/hm-aaron-bg-layer.webp);background-repeat: no-repeat;background-size: contain;background-position: center;top: -24px;left: 0;width: 77.6%;height: 94.7%;z-index: -1;}
.hm-meet-rht .hm-meet-attrny-img::before {background-image: url(images/hm-brandon-bg-layer.webp);width: 78%;height: 100%;left: initial;top: -51px;right: 0;}
.hm-meet-attrny-img::after {background-image: url(images/hm-aaron-bg-gradi.webp);width: 56.8%;height: 83.5%;left: inherit;top: inherit;bottom: 0;right: 22.5%;}
.hm-meet-rht .hm-meet-attrny-img::after {left: 22.2%;right: inherit;}
.hm-meet-lft .hm-meet-attrny-img {padding: 210px 93px 0 106px;}
.hm-meet-rht {width: 41.88%;position:relative;}
.hm-meet-rht .hm-meet-attrny-img {padding: 189px 114px 0 112px;}
/* home meet section ends */
 /*Home Awards Section Starts*/
 
.hm-awards-sec {padding: 55px 0 0; text-align: center; }
.hm-awards-sec .container{width: 100%; max-width: 1280px; margin: auto; }
.hm-awards-sec .small-heading{font-size: 27px;letter-spacing: 3.24px;display: inline-block;width: 100%;padding: 0;margin: 0 0 50px;}

.awards-list{display: flex; justify-content: space-around;border-bottom: 1px solid #00529a57; padding-bottom: 60px; }

.awrd-itm{width: 13%; }

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

.hm-awards-sec .small-heading:after{position: absolute; content: ""; top: 6px; right: 11.7%; width: 23.5%; height: 66%; background-image: -moz-linear-gradient( 0deg, rgb(15,110,194) 0%, rgba(15,110,194,0) 100%); background-image: -webkit-linear-gradient(0deg, rgb(15 110 194 / 39%) 0%, rgba(15, 110, 194, 0) 100%); background-image: -ms-linear-gradient( 0deg, rgb(15,110,194) 0%, rgba(15,110,194,0) 100%); }

.hm-awards-sec .small-heading:before { position: absolute; content: ""; top: 6px; left: 11.7%; width: 23.5%; height: 66%; background-image: -moz-linear-gradient( 0deg, rgba(15,110,194,0) 0%, rgb(15,110,194) 100%); background-image: -webkit-linear-gradient(0deg, rgba(15, 110, 194, 0) 0%, rgb(15 110 194 / 39%) 100%); background-image: -ms-linear-gradient( 0deg, rgba(15,110,194,0) 0%, rgb(15,110,194) 100%); margin: 0; bottom: auto; }

/*Home Awards Section Ends*/
 
 
/*Home Success Section Starts*/
 
.hm-success-sec {padding: 102px 0 0; position: relative; z-index: 1; }

.sucss-top-lst {display: flex; justify-content: space-between; padding: 0 110px; margin: 0 0 60px; }

.sucss-hdng-blk {width: 41%; }

.sucss-hdng-blk .small-heading{text-align: left;margin: 0;position: relative; padding: 0;}

.sucss-hdng-blk .small-heading:before{display: none;}

.sucss-content {width: 64%; padding: 6px 0 0;}

.sucss-content p{color: #032b4d; font-size: 20px; font-family: 'Geist-Regular'; line-height: 1.65; letter-spacing: 0; margin: 0; }

.sucss-btm-blk{display: flex; justify-content: space-between; margin: 0 -62px; }

.sucss-itm {width: 19.1%; padding: 34px 25px 65px; position: relative; text-align: center; background-image: url(images/sucss-itm-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; }

.sucss-itm p{font-size: 16px; font-family: 'Geist-Regular'; line-height: 1.6; letter-spacing: 0; margin: 0; color: #0f6ec2; }

.sucss-itm:before {position: absolute; content: ""; left: 0; right: 0; top: -5px; width: 66%; height: 7px; background-color: #0f6ec2; margin: auto; }

.sucss-itm:after {position: absolute; content: ""; left: 0; right: 0; bottom: -25px; width: 70px; height: 70px; background-color: #0f6ec2; border-radius: 50%; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -160px -138px; margin: auto; }

.sucss-itm:hover:before,

.sucss-itm:hover:after{background-color: #e0822a;}
 
/*Home Success Section Ends*/
 
/* Homepage Testimonials Section Starts */
 
.hm-testimonials {position: relative; text-align: center; padding: 155px 0 465px; background-image: url(images/hm-testi-bg.webp); background-repeat: no-repeat; background-size: cover; z-index: 0; }

.hm-testimonials:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; top: 0; bottom: 0; background-color: #ffffffc9; opacity: 88%; z-index: -1; pointer-events: none; }
.hm-testimonials .small-heading{margin: -30px 0 25px;padding: 0;margin: -30px 0 10px;}
.hm-testimonials .small-heading:before{display: none;}
.star-rat img{display: block; width: 100%; }
.star-rat{width: 12.8%;margin: 0 auto 13px;}
.hm-testimonials .hm-testi-item { background: transparent; padding: 21px 170px; text-align: center; margin: 0 0 16px; position: relative; }
.hm-testimonials .hm-testi-item p {font-size: 25px; font-family: 'Geist-Bold'; line-height: 1.64; color: #032b4d; margin: 0 0 35px; }
.hm-testimonials .hm-testi-item h5 {color: #0f6ec2; font-size: 43px; font-family: 'OpenSansCondensed-Bold'; line-height: 1; margin: 0; text-transform: uppercase; } 
.hm-testi-btn a{background-color: #032b4d;}
.hm-testimonials .testi-blck .owl-nav { position: absolute; width: 97%; display: flex !important; justify-content: space-between; margin: auto; left: 0; bottom: 80px; right: 0; top: 0; height: fit-content; }

.hm-testimonials .testi-blck .owl-nav button {background-color: #dee3e6 !important; background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -269px -90px !important; border-radius: 50%; width: 58px; height: 58px; margin: 0 5px; }
.hm-testimonials .testi-blck .owl-nav button.owl-next{background-position-x: -346px !important;}
.hm-testimonials .testi-blck .owl-nav button span {font-size: 0px; }
.hm-testimonials .testi-blck .owl-nav button:hover {background-color: #0f6ec2 !important; background-position-y: -169px !important; }

/* Homepage Testimonials Section Ends */
 

/* Homepage blogs Section starts */
.blog-list {display: flex;justify-content: center;gap: 20px;margin: 0 0 50px;}
.hm-blog-sec .small-heading{ margin: 0 0 45px;} 
.hm-blog-sec { padding: 50px 0 139px; margin: -309px 0 0; position: relative; }
.blog-list .blg-itm{ background-color: #032b4d; border-radius: 20px; height: 100%; position: relative;width: 22.1%; } 
.blog-list .blg-itm .post-img{ margin: 0 0 30px; } 
.blog-list .blg-itm .post-img img{ width: 100%; display: block; border-radius: 20px; } 
.blog-list .blg-itm .post-btm-cnt{ padding: 0px 45px 86px; } 
.blog-list .blg-itm .post-btm-cnt h3{ font-size: 22px; font-family: 'Geist-Bold'; line-height: 1.4; color: #fff; margin: 0 0 15px; } 
.blog-list .blg-itm .post-btm-cnt h3 a{ color: #fff; } 
.blog-list .blg-itm .post-btm-cnt p{ color: #fff; font-size: 16px; margin: 0 0 40px; font-family: 'Geist-Regular'; } 
.blog-list .blg-itm .post-btm-cnt .read-more-btn a {font-size: 18px;display: inline-block;color: #fff;border: 1px solid #e0822a;padding: 15px 40px;line-height: 1;border-radius: 50px;position: absolute;bottom: 35px;font-family: 'OpenSansCondensed-Bold';text-transform: uppercase;letter-spacing: 0.72px;}
.blog-btn{ text-align: center; } 
.blog-btn .cmn-btn { border-color: #0f6ec2; background-color: transparent; color: #0f6ec2;    padding: 22px 70px;     z-index: 1;} 
.blog-btn .cmn-btn:hover{ background-color: #e0822a; color: #fff; border-color: #e0822a; } 
.blog-list .owl-nav{ width: 100%; max-width: 525px; display: flex !important; justify-content: space-between; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -63px; z-index: 0; } 
.blog-list .owl-nav button{ background-image: url(./images/hm-sprites.webp) !important; width: 59px; height: 59px; font-size: 0 !important; background-position: -268px -13px !important; background-color: #e0822a !important; border-radius: 50px; background-repeat: no-repeat !important; } 
.blog-list .owl-nav button.owl-next{ background-position: -345px -13px !important; } 
.blog-list .owl-nav button:hover{ background-color: #0f6ec2 !important; } 
.blog-list .owl-stage{display: flex;margin: 0 0 54px;} 
.blog-list .owl-item.active-hover .blg-itm .post-btm-cnt .read-more-btn a{ background-color: #dd8029; } 
.blog-list .owl-item.active-hover .blg-itm .post-btm-cnt h3 a{ color: #dd8029; }  
.hm-form-sec { padding: 46px 65px 40px; width: 90.7%; margin: 0px auto 55px; border: 2px solid rgb(255 255 255 / 10%); background-color: rgb(255 255 255 / 10%); } 
.hm-form-sec  .small-heading{ margin: 0 0 13px; padding: 0; color: #ffff; } 
.hm-form-sec  .small-heading::after, .hm-form-sec  .small-heading::before{ display: none; } 
.hm-form-sec p{ color: #fff; text-align: center; font-size: 18px; font-family: 'Geist-Regular'; margin:0 0 23px; line-height: 1; }

.blog-list .blg-itm:first-child {display: flex;width: 52%;align-items: center;}
.blog-list .blg-itm:first-child .post-img {width: 48%;margin: 0;}
.blog-list .blg-itm:first-child .blg-post-cnt {width: 48%;}
.blog-list .blg-itm:hover .post-btm-cnt h3 a { color: #e0822a;}
.blog-list .blg-itm:hover .post-btm-cnt .read-more-btn a{ background-color: #e0822a;}

/* Homepage blogs Section ends */

/* Homepage Form Section Starts */
 
.hm-form-sec .gform_wrapper { margin: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields{ margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.hm-form-sec .gform_wrapper ul.gform_fields li.gfield { margin: 0 0 15px 0 !important; padding: 0 !important; width: 100%; position: relative; max-width: 32.4% !important; }
 .hm-form-sec .gform_wrapper ul.gform_fields li.gfield.msg { max-width: 100% !important; margin: 0 0 23px !important; }
 .hm-form-sec .gform_wrapper ul.gform_fields li.popfield, .hm-form-sec .gform_wrapper ul.gform_fields li.gfield.chk {margin: 0 !important;width: 100% !important;max-width: 100% !important;line-height: 1 !important;}
.hm-form-sec .gform_wrapper ul.gform_fields li.gfield.chk .gfield_description.validation_message{ left: 0; top: auto; bottom: -10px; }
.hm-form-sec .gform_wrapper ul.gform_fields li .ginput_container{ margin: 0 !important; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea { margin: 0px; width: 100% !important; color: #00213d; outline: 0px; position: relative; border-radius: 0; background: #fff; font-size: 18px !important; padding: 23px 21px !important; transition: all 0.5s; border: none !important; line-height: 1 !important; font-family: 'Geist-Regular' !important; }
.hm-form-sec .gform_wrapper .top_label textarea { height: 162px; margin: 0; min-height: 100%; }
.hm-form-sec .gform_wrapper .form-links, .form-top { font-size: 16px; color: #fff; width: 100%; display: inline-block; overflow: hidden; }
.gform_wrapper ul.gform_fields li .form-links, .hm-form-sec .gform_wrapper ul.gform_fields li label, .hm-form-sec .gform_wrapper .form-links a { color: #fff; font-weight: 400 !important; text-decoration: none; font-size: 18px; line-height: 1.4; font-family: 'Geist-Regular'; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { clear: both; width: auto !important; margin: 0px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; max-width: inherit !important; background-color: #fff; }
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0;margin: -70px 0 0 auto;text-align: center;width: max-content;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {position: relative !important; font-family: 'OpenSansCondensed-ExtraBold' !important;color: #fff !important;padding: 24px 66px !important;font-size: 21px !important;cursor: pointer;transition: 0.3s !important;letter-spacing: 2.1px !important;line-height: 1 !important;font-weight: 600 !important;display: inline-block !important;text-transform: uppercase !important;margin: 0 !important;background-color: #e0822a;background-position: center;width: max-content !important;background-repeat: no-repeat;background-size: contain;border-radius: 50px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover { background-color: #ffff !important; color: #e0822a !important; }
.hm-form-sec textarea::placeholder, .hm-form-sec input::placeholder { color: #00213d !important; }
.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; 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: 335px !important;}
.hm-form-sec .gform_wrapper .field_description_below .validation_message {padding-top: 0;position: absolute;right: 0px;width: auto;font-size: 13px;font-family: 'Geist-Regular';pointer-events: none;top: 30px;font-weight: 400;}
.hm-form-sec .gform_wrapper .field_description_below .instruction {bottom: 5px;top: auto !important;right: 15px;}
.gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary{display: none;}
.hm-form-sec .gform_wrapper .chk.field_description_below .gfield_description{left: 0;bottom: -15px;}
.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; }
.popup .popuptext { visibility: hidden; color: #000; position: absolute; z-index: 1; margin: 0px; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.5; font-family: 'Geist-Regular'; } div#popup-container {position: absolute;left: 0;width: 100%;top: 30px;text-align: center;font-size: 20px;overflow: hidden;}
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield { position: relative; }
.gform_button.disabled { pointer-events: none; }
  
 /* Homepage Form Section ends */
 
 
/* footer responsive */ 

.site-footer .container { max-width: 1280px; }
.site-footer { background-image: url(./images/footer-background.webp);background-position: center;background-size: cover;background-repeat: no-repeat;padding: 187px 0 0;position: relative;} 
.site-footer::before{ content: ""; background-image: url(./images/footer-stand.webp); width: 151px; height: 467px; position: absolute; right: 60px; bottom: 0; background-repeat: no-repeat; background-position: center; background-size: contain;z-index: 1; } 
.ftmenu ul {text-align: center;margin: 0px auto 36px;padding: 0 0 36px;border-bottom: 1px solid #e0822a;} 
.ftmenu ul li {display: inline-block; border-right: 1px solid #fff; margin: 0; line-height: 1; } 
.ftmenu ul li:last-child{border: none;} 
.ftmenu ul li:last-child > a { margin-right: 0;} 
.ftmenu ul li a {text-transform: uppercase;font-family: 'Roboto-Medium';color: #fff;font-size: 18px;line-height: 1;display: inline-block;margin: 0 30px;} 
.ftmenu ul li.current-menu-item a, .ftmenu ul li a:hover {color: #0f6ec2;} 
.ftmenu ul li:first-child > a {margin-left: 0; } 
.ftr-block-main{ width: 100%; display: flex; justify-content: space-between; padding: 0 55px 0; margin: 0 0 20px; } 
.footer-block{ width: 23.3%; } 
.footer-block h4{ color: #fff; font-size: 33px; text-transform: uppercase; font-family: 'OpenSansCondensed-Bold'; line-height: 1; margin: 0 0 20px; padding: 0 0 15px 40px; position: relative; } 
.footer-block h4::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 30px; height: 40px; position: absolute; left: 0; top: 0; background-position: -245px -256px; background-repeat: no-repeat; } 
.footer-block.ftr-rigt h4::before{ background-position: -300px -256px; } 
.footer-block h4::after{ content: ""; background-color: #0f6ec2; width: 48%; height: 5px; position: absolute; left: 0; bottom: 0; } 
.footer-block p{ color: #fff; font-family: 'Geist-Regular'; font-size: 18px; line-height: 1.6; } 
.footer-block p a{ color: #e0822a; display: inline-block; line-height: 1; } 
.footer-block p a:hover{color: #fff;} 
.footer-block.ftr-logo{ width: 31.5%; display: flex ; flex-direction: column; gap: 15px; align-items: center; }
.ftr-logo-div {width: 75%; }
.ftr-rvw-btn a.cmn-btn {padding: 16px 30px; }
.footer-block.ftr-rigt p a{color: #fff;font-size: 49px;    font-family: 'OpenSansCondensed-Bold'; line-height: 1;letter-spacing: 0.98px;} 
.footer-block.ftr-rigt p a:hover{ color: #e0822a; } 
.ftr-social-icons .social-icons{ display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; position: relative; } 
.ftr-social-icons .social-icons::after , .ftr-social-icons .social-icons::before{ content: ""; width: 43%; position: absolute; left: 0; height: 1px; background-color: #e0822a; bottom: 0; top: 0; margin: auto; right: auto; } 
.ftr-social-icons .social-icons::before{ right: 0; left: auto; } 
.ftr-social-icons .social-icons a{ width: 47px; height: 47px; background-color: #1a3751; font-size: 0; border-radius: 50px; background-image: url(./images/hm-sprites.webp); background-position: -15px -257px; background-repeat: no-repeat; display: inline-block; } 
.ftr-social-icons .social-icons a:hover{ background-color: #0f6ec2; } 
.ftr-social-icons .social-icons .twiter{ background-position: -82px -257px; } 
.ftr-social-icons .social-icons .linkedin{ background-position: -150px -259px; } 

/* --------- copyrigts sec --------- */
.copy-right-main{ text-align: center; padding: 45px 0; } 
.cpy-inr , .ftrlink , .ruzup-logo{ display: inline-block; color: #ffff; font-family: 'Roboto-Regular'; font-size: 18px; line-height: 1; } 
.ftrlink a:hover{ color:#e0822a ; }
 
/* Homepage Ends */

@media screen and (max-width:1900px) {
.bnnr-awrd-bdg { margin: 0 40px 0;}
} 

@media screen and (max-width:1800px) {
.hm-banner-section { padding: 130px 0px 200px; }
.bannr-rgt {  padding: 86px 124px 24px 82px;}
.bannr-rgt-cntnt {    right: -3.3%;}
.bannr-main .bannr-lft h2 { font-size: 170px; }
.bannr-main .bannr-lft h4 { font-size: 60px;  margin: -6px 0 27px 130px; }
.bnnr-itm.scll-btn::before { height: 520px; width: 265px; }
.bnnr-itm.awrd-blk { gap: 45px 35px; margin: 0; }
.home-local-section .container {margin: 0 auto 0 30px; } 
.local-blk {padding: 0 0 350px; }

/* hm help responsive */
.home-help-section::before { width: 6.95%; height: 45.8%; left: 29px; }

/* hm meet responsive */
.home-meet-section .small-heading {top: 18%;font-size: 59px;padding: 0 0 33px;}
.hm-meet-mid p {font-size: 17px;letter-spacing: 0.34px;margin: 0 0 50px;}
.hm-meet-exper-img {width: 44.1%;margin: 0 auto 37px;}
.hm-meet-attrny-btn {margin: 0 0 36px;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 48px;letter-spacing: -0.9px;padding: 42px 90px 37px 0;}
.hm-meet-lft h4 {margin: 0 94px 0 0;}
.hm-meet-rht h4 {text-align: left;padding-left: 46px;margin: 0 0 0 107px;}
.hm-meet-lft .hm-meet-attrny-img { padding: 200px 85px 0 96px; }
.hm-meet-rht .hm-meet-attrny-img { padding: 179px 102px 0 105px; }
.hm-meet-attrny-img::before { top: -40px; }
.hm-meet-rht .hm-meet-attrny-img::before { top: -66px; }
.home-meet-section { padding: 75px 0; margin: -81px 0 0; }
.bnnr-attry-img img {border-radius: 0px 0px 205px 254px;}
.site-footer::before { width: 130px; height: 401px; right: 45px; }
}

@media screen and (max-width:1700px) {
.home-local-section .container,.home-practice-section .container { max-width:1500px; }
.text-heading {font-size: 150px; } 
.small-heading {font-size: 58px; } 
.sucss-top-lst{padding: 0 80px}
.sucss-btm-blk{margin: 0 -25px;}
.hm-success-sec {padding: 80px 0 0;}
.home-practice-section .small-heading {margin: -75px 0 50px; }
.home-practice-section {padding: 0 0 105px; } 
.practi-cnt h4 {font-size: 38px; } 
.practi-img:before, .practi-img:after {transform: scale(0.8); } 
.local-lft {width: 39.3%; } 
.local-blk {padding: 0 0 280px; } 
.local-works h3 {font-size: 29px; } 
.blog-list .blg-itm:first-child {width: 50%;}

/* hm help responsive */
.home-help-section::before { width: 5.95%; height: 31.8%; left: 22px; }

/* hm meet responsive */
.home-meet-section {padding: 70px 0;margin: -85px 0 0;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 47px;letter-spacing: -0.8px;padding: 40px 79px 35px 0;}
.hm-meet-lft h4 {margin: 0 90px 0 0;}
.hm-meet-rht h4 {padding-left: 43px;margin: 0 0 0 105px;}
.hm-meet-lft .hm-meet-attrny-img {padding: 186px 80px 0 85px;}
.hm-meet-rht .hm-meet-attrny-img {padding: 155px 90px 0 100px;}
.hm-meet-attrny-img::before {top: -36px;}
.hm-meet-rht .hm-meet-attrny-img::before {top: -69px;}
.home-meet-section .small-heading {top: 18%;font-size: 53px;padding: 0 0 30px;}
.home-meet-section .small-heading:before {width: 488px;height: 12px;}
.hm-meet-mid p {font-size: 16px;letter-spacing: 0;margin: 0 0 46px;}
.hm-meet-mid {padding: 0 10px;}
.hm-meet-exper-img {margin: 0 auto 33px;}
.home-meet-section .cmn-btn {font-size: 20px;padding: 20px 42px;letter-spacing: 1.5px;}
.hm-meet-attrny-btn {margin: 0 0 33px;}
.bannr-rgt-cntnt {bottom: 0%;}
.site-footer::before { width: 130px; height: 401px; right: 15px; }
.hm-case-res-list.owl-carousel {
    padding: 0 30px;
}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav{
    width: calc(100% + 80px);
    left: -40px;
}
.blog-list .blg-itm .post-btm-cnt h3 {font-size: 21px;margin: 0 0 12px;}
.blog-list .blg-itm .post-btm-cnt {padding: 0px 35px 86px;}
.blog-list {margin: 0 0 40px;}
.blog-list .blg-itm .post-btm-cnt p {margin: 0 0 30px;}
.blog-list .blg-itm .post-img {margin: 0 0 25px;}
}

@media screen and (max-width:1600px) {
.home-local-section .container, .home-practice-section .container { max-width:1400px; }
    
.text-heading {font-size: 135px; } 
.small-heading {font-size: 53px; } 
.cmn-btn {padding: 20px 40px; font-size: 20px; }
.container { max-width:1400px; }

.topmenu ul li a { font-size: 17px; margin: 0px 22px; }
.top-rit a { font-size: 35px; letter-spacing: 0.28px; }

.hm-banner-section { padding: 130px 0px 170px; }
.bannr-main { margin: 0 0 80px; }
.bannr-lft { width: 45%; }
.bannr-rgt-cntnt { right: 0%; }
.bannr-rgt {  width: 50%; padding: 70px 115px 15px 70px; }
.bannr-main .bannr-lft h5 { font-size: 40px;}
.bannr-main .bannr-lft h2 { font-size: 150px; }
.bannr-main .bannr-lft h4 { font-size: 55px; margin: -6px 0 22px 110px; }
.bannr-lft::before { height: 75%;}
.bannr-lft-btn a.cmn-btn { padding: 20px 42px; }
.bnnr-itm.scll-btn { margin: -65px 0 0; }
.bannr-rgt-cntnt h5 { font-size: 75px;}
.bnnr-itm h5 { font-size: 25px;}
.bnnr-itm.scll-btn::before { height: 506px; width: 240px; }
.bnnr-schdle-btn a.cmn-btn { font-size: 18px; padding: 24px 81px 23px 20px; }

.hm-case-img {max-width: 120px;}

.hm-success-sec {padding: 60px 0 0;}
.sucss-top-lst{padding: 0 60px;margin: 0 0 45px;}
.sucss-btm-blk {margin: 0;}
.sucss-itm{padding: 25px 20px 55px;}
.sucss-itm:after{transform: scale(0.8);}
.hm-testimonials{padding: 110px 0 360px;}
.hm-testimonials .hm-testi-item p{font-size: 22px;}
.hm-testimonials .hm-testi-item h5{font-size: 36px;}
.hm-blog-sec { margin: -250px 0 0; }

.home-practice-section .small-heading {margin: -70px 0 40px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav button {transform: scale(0.9); } 
.practi-blk.owl-carousel .owl-stage-outer {padding: 0 0 45px; } 
.home-practice-section {padding: 0 0 80px; } 
.practi-cnt h4 {font-size: 35px; } 
.local-btn a.cmn-btn {padding: 20px 60px; } 
.home-local-section .container {margin: 0 auto 0px; } 
.local-blk {padding: 0 0 220px; } 
.local-works h3 {font-size: 25px; padding: 20px 20px; }

/* hm case results responsive */
.home-case-results-sec {padding:0 0 90px;}

/* hm help responsive */
.home-help-section::before { width: 4.95%; height: 24.8%; left: 18px; }

/* hm meet responsive */
.home-meet-section {padding: 65px 0;margin: -82px 0 0;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 41px;letter-spacing: -0.6px;padding: 35px 63px 35px 0;}
.hm-meet-lft h4 {margin: 0 81px 0 0;}
.hm-meet-rht h4 {padding-left: 39px;margin: 0 0 0 97px;}
.hm-meet-rht .hm-meet-attrny-img {padding: 120px 70px 0 90px;}
.hm-meet-lft .hm-meet-attrny-img {padding: 170px 75px 0 75px;}
.home-meet-section .small-heading {font-size: 50px;padding: 0 0 26px;}
.home-meet-section .small-heading:before {width: 484px;height: 11px;}
.hm-meet-mid p {font-size: 15px;letter-spacing: 0;margin: 0 0 41px;}
.hm-meet-exper-img {margin: 0 auto 28px;}
.home-meet-section .cmn-btn {font-size: 19px;padding: 18px 38px;letter-spacing: 1.2px;}
.hm-meet-attrny-btn {margin: 0 0 28px;}
.hm-meet-item h4::before { background-size: 96% 100%; width: 100%; }
.hm-meet-item h4::before{ background-position: right center; }
.hm-meet-rht h4::before{ background-position: left center !important;background-size: 100% 100%; }

/* -----------------blog--------- */
.blog-list .owl-item .blg-itm .post-btm-cnt h3 { font-size: 22px;}
.blog-list .owl-item .blg-itm .post-btm-cnt { padding: 0 35px 95px; }
.blog-list .owl-item .blg-itm .post-btm-cnt .read-more-btn a { font-size: 17px; padding: 13px 37px; }
.blog-list .owl-stage { margin: 0 0 45px; }
.blog-btn .cmn-btn { padding: 20px 65px; }
.blog-list .owl-item .blg-itm .post-img { margin: 0 0 25px; }
.site-footer { padding: 160px 0 0; }
.copy-right-main { padding: 40px 0 35px;}
.ftmenu ul { margin: 0px auto 30px; padding: 0 0 30px; }
.site-footer::before { width: 110px; height: 338px;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav {width: calc(100% + 20px);left: -10px;}
.hm-case-res-list.owl-carousel {padding: 0 55px;}
.practi-img img {height: 430px;}
.blog-list .blg-itm .post-btm-cnt {padding: 0px 25px 70px;}
.blog-list .blg-itm .post-btm-cnt h3 {font-size: 19px;margin: 0 0 12px;}
.blog-list .blg-itm .post-btm-cnt p {line-height: 1.5;}
.blog-list .blg-itm .post-btm-cnt .read-more-btn a {font-size: 16px;padding: 10px 30px;bottom: 28px;}
.blog-list {margin: 0 0 30px;}
.blog-list .blg-itm:first-child {width: 48%;}
.blog-list .blg-itm .post-btm-cnt p {margin: 0 0 20px;}
}


@media screen and (max-width:1500px) {
    /* hm meet responsive */
.home-meet-section { padding: 55px 0; margin: -80px 0 0; }
.home-meet-section .small-heading { top: 16%; }
.hm-meet-attrny-img::before { top: -32px; }
.hm-meet-rht .hm-meet-attrny-img::before { top: -63px; }
}

@media screen and (max-width:1440px) {
.home-local-section .container, .home-practice-section .container,.container { max-width:1200px;}
.text-heading { font-size: 120px; } 
.small-heading { font-size: 45px; }
.container{ max-width:1200px; }
.blog-list .blg-itm:first-child {width: 52%;}
.hm-banner-section { padding: 220px 0px 120px; } 
.bannr-main .bannr-lft h5 { font-size: 35px; } 
.bannr-main .bannr-lft h2 { font-size: 120px; } 
.bannr-main .bannr-lft h4 { font-size: 50px; margin: -4px 0 18px 80px; } 
.hm-banner-section .scroll-bar::before { top: 245px;} 
.bannr-main { margin: 0 0 75px; } 
.bannr-rgt-cntnt h5 { font-size: 65px; } 
.bnnr-itm.scll-btn { margin: -35px 0 0; } 
.bnnr-awrd-bdg { margin: 0 20px 0; } 
.bnnr-itm.scll-btn::before { height: 415px; width: 190px; } 
.bnnr-itm.awrd-blk { gap: 15px 30px; margin: 0; } 
.bnnr-schdle-btn a.cmn-btn { font-size: 17px; padding: 18px 50px 18px 20px; } 
.bnnr-schdle-btn a.cmn-btn::before { right: 10px;} 
.bannr-rgt::before { height: 620px; width: 500px; left: -44px; top: -63px; } 
.bnnr-itm h5 { font-size: 23px; } 
.bnnr-itm p { font-size: 18px; } 
.bnnr-itm.cnctnt-lft { padding-left: 75px; }
.hm-banner-section .scroll-bar a { letter-spacing: 7px; font-size: 17px;}
.top-rit h6, .top-rit p{font-size: 17px;}
.top-rit a { font-size: 30px; letter-spacing: 0px; }
.topmenu ul li a { font-size: 16px; margin: 0px 15px; }
.bannr-lft { margin: 0 0px 0 25px; padding: 0 0 0 30px; }
.hm-awards-sec {padding: 45px 0 0;}
.awards-list{padding-bottom: 45px;}
.hm-awards-sec .small-heading:before{    left: 9%;}
.hm-awards-sec .small-heading:after{right: 9%;}
.sucss-top-lst {padding: 0 30px;margin: 0 0 40px;}
.hm-success-sec {padding: 50px 0 0;}
.sucss-content p{font-size: 17px;}
.sucss-itm p {font-size: 14px;}
.sucss-itm {padding: 20px 10px 55px;}
.sucss-itm:after {transform: scale(0.6);}
.hm-testimonials { padding: 90px 0 300px; }
.hm-blog-sec { margin: -200px 0 0; padding: 40px 0 100px;}
.hm-testimonials .small-heading{margin: -23px 0 10px;}
.hm-testimonials .testi-blck .owl-nav button{transform: scale(0.9);}
.hm-testimonials .hm-testi-item{padding: 10px 80px;margin: 0 0 30px;}
.hm-testimonials .hm-testi-item p {font-size: 19px;}
.hm-testimonials .hm-testi-item h5{font-size: 30px;}
.home-practice-section .small-heading { margin: -60px 0 30px; padding: 0 0 30px; } 
.practi-itm:hover .practi-img img {height: 390px; } 
.practi-cnt h4 {font-size: 30px; } 
.practi-img:before, .practi-img:after {transform: scale(0.7); } 
.practi-cnt {bottom: 70px; } 
.practi-blk {margin: 0 0 35px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav button {transform: scale(0.8); } 
.home-practice-section .practi-blk.owl-carousel .owl-nav {width: 40%; top: 40px; } 
.home-practice-section {padding: 0px 0 60px; } 
.local-lft p {font-size: 18px; margin: 0 0 20px; } 
.local-lft {padding: 40px 0 0; } 
.local-lft .small-heading {margin: 0 0 20px -200px; } 
.local-btn a.cmn-btn {padding: 14px 40px; } 
.local-blk {padding: 0px 0 180px; } 
.local-works h3 {font-size: 22px; padding: 15px 15px; } 
.practi-img img {height: 380px; } 
.practi-itm:hover .practi-img img {height: 340px; } 
.practi-img:before, .practi-img:after {transform: scale(0.6); }

/* hm case results responsive */
.home-case-results-sec {padding: 0px 0 90px;}
.hm-case-res-item h6 {font-size: 16px;letter-spacing: 1px;}
.home-case-results-sec .small-heading {margin: -20px 0 31px;}
.hm-case-btn a.cmn-btn {font-size: 19px;letter-spacing: 0.48px;padding: 12px 25px;}
.hm-practice-cnt h5 {font-size: 17px;margin: 8px 0 18px;}
.hm-practice-cnt h4 {font-size: 40px;}
.hm-view-case-btn .cmn-btn {font-size: 17px;padding: 18px 48px;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button {transform: scale(0.8);}
.hm-case-res-list.owl-carousel .owl-item:nth-child(even) {padding: 28px 0 0;}
.home-case-results-sec .small-heading {margin: -20px 0 25px;}

/* hm help responsive */
.home-help-section .container { max-width: 1200px; }
.home-help-section::before { width: 3.65%; height: 15.8%; left: 15px; }
.home-help-section { padding: 105px 0 185px; }
.hm-help-blk h4 {font-size: 38px;margin: 0 0 7px;letter-spacing: 0;}
.hm-help-blk h2 {letter-spacing: 2.24px;margin: 0 0 16px;}
.hm-help-blk h2 strong {padding: 0 0 0 105px;}
.hm-help-blk p {font-size: 19px;margin: 0 0 27px;}
.hm-call-btn .cmn-btn {padding: 19px 35px 19px 75px;letter-spacing: 1.7px;}
.hm-call-btn .cmn-btn::before {left: 40px;}
.hm-form-sec  .small-heading { font-size: 50px; }
.blog-list .owl-item .blg-itm .post-btm-cnt { padding: 0 25px 80px; }
.blog-list .owl-item .blg-itm .post-btm-cnt h3{ font-size: 20px; }
.blog-list .owl-item .blg-itm .post-btm-cnt .read-more-btn a { font-size: 16px; padding: 10px 32px; bottom: 38px;}
.blog-list .owl-item .blg-itm .post-btm-cnt p { margin: 0 0 30px; }
.blog-list .owl-stage { margin: 0 0 40px; }
.blog-btn .cmn-btn { padding: 17px 57px; }
.blog-list .owl-nav button { transform: scale(0.85); }
.blog-list .owl-nav { max-width: 525px; bottom: -57px; max-width: 470px;}
 .site-footer { padding: 130px 0 0; }
.hm-form-sec p { font-size: 16px; margin: 0 0 20px; }
.hm-form-sec .gform_wrapper .gform_footer.top_label { margin: -70px 0 0 auto; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea { font-size: 17px !important; padding: 17px 18px !important; }
.hm-form-sec .gform_wrapper .top_label textarea { height: 150px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] { padding: 20px 60px !important; font-size: 19px !important; }
.gform_wrapper ul.gform_fields li .form-links, .hm-form-sec .gform_wrapper ul.gform_fields li label, .hm-form-sec .gform_wrapper .form-links a { font-size: 16px; }
.hm-form-sec { margin: 0px auto 45px; }
.ftmenu ul { margin: 0px auto 25px; padding: 0 0 25px; }
.ftmenu ul li a { font-size: 16px; margin: 0 25px; }
.footer-block h4 { font-size: 30px; margin: 0 0 15px; padding: 0 0 11px 30px; }
.footer-block h4::before { left: -3px; transform: scale(0.85); }
.footer-block.ftr-rigt p a { font-size: 40px; }
.site-footer::before { width: 85px; height: 260px; }
.footer-block p { font-size: 17px;}
.copy-right-main { padding: 35px 0 30px; }
}

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

/* hm meet responsive */
.home-meet-section {padding: 50px 0;margin: -70px 0 0;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 34px;letter-spacing: -0.4px;padding: 29px 55px 28px 0;}
.hm-meet-lft h4 {margin: 0 72px 0 0;}
.hm-meet-rht h4 {padding-left: 33px;margin: 0 0 0 81px;}
.hm-meet-lft .hm-meet-attrny-img {padding: 160px 68px 0 70px;border-width: 5px;}
.hm-meet-rht .hm-meet-attrny-img {padding: 110px 70px 0 80px;border-width: 5px;}
.home-meet-section .small-heading {font-size: 42px;padding: 0 0 23px;}
.hm-meet-mid p {font-size: 14px;letter-spacing: 0;margin: 0 0 35px;}
.hm-meet-mid {padding: 0 6px;}
.hm-meet-exper-img {margin: 0 auto 24px;}
.home-meet-section .cmn-btn {font-size: 17px;padding: 15px 32px;letter-spacing: 1px;}
.hm-meet-attrny-btn {margin: 0 0 23px;}
.hm-meet-item h4::after { bottom: -5px; height: 5px; }

.hm-banner-section { padding: 110px 0px 120px; }
.bnnr-attry-img img { border-radius: 0 0px 142px 207px;}
.bannr-main .bannr-lft h5 { font-size: 35px; }
.bannr-main .bannr-lft h2 { font-size: 120px; }
.bannr-main .bannr-lft h4 { font-size: 50px; margin: -4px 0 18px 80px; }
.hm-banner-section .scroll-bar::before { top: 245px;}
.bannr-main { margin: 0 0 55px; }
.bannr-rgt-cntnt h5 { font-size: 65px; }
.bnnr-itm.scll-btn { margin: -35px 0 0; }
.bnnr-awrd-bdg { margin: 0 20px 0; }
.bnnr-itm.scll-btn::before { height: 415px; width: 190px; }
.bnnr-itm.awrd-blk { gap: 15px 30px; margin: 0; }
.bnnr-schdle-btn a.cmn-btn { font-size: 17px; padding: 18px 50px 18px 20px; }
.bnnr-schdle-btn a.cmn-btn::before { right: 10px;}
.bnnr-itm h5 { font-size: 23px; }
.bnnr-itm p { font-size: 18px; }
.bnnr-itm.cnctnt-lft { padding-left: 75px; }
.hm-banner-section .scroll-bar a { letter-spacing: 7px; font-size: 17px;}
.bannr-lft { margin: 0 0px 0 25px; padding: 0 0 0 30px; }
.ftr-rvw-btn a.cmn-btn {padding: 14px 27px;}
}

@media screen and (max-width:1366px) {
.home-help-section::before { width: 2.85%; height: 13.8%; }
}

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

/* hm meet responsive */
.home-meet-section {padding: 45px 0; margin: -72px 0 0}
.home-meet-section .container{ padding: 0; }
.hm-meet-lft .hm-meet-attrny-img {padding: 132px 62px 0 65px;}
.hm-meet-rht .hm-meet-attrny-img {padding: 96px 65px 0 65px;}
.hm-meet-attrny-img::before {top: -15px;}
.hm-meet-rht .hm-meet-attrny-img::before {top: -33px;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 31px;letter-spacing: -0.4px;padding: 27px 55px 26px 0;}
.hm-meet-lft h4 {margin: 0 62px 0 0;}
.hm-meet-rht h4 {padding-left: 30px;margin: 0 0 0 65px;}
.home-meet-section .small-heading {font-size: 38px;padding: 0 0 20px;top: 16.7%;}
.hm-meet-logo {width: 58.3%;margin: 0 auto;}
.home-meet-section .cmn-btn {font-size: 15px;padding: 13px 26px;letter-spacing: 0.7px;}
.hm-meet-attrny-btn {margin: 0 0 20px;}
.hm-meet-exper-img {margin: 0 auto 20px;width: 42%;}
.hm-meet-mid {padding: 0 3px;}
.hm-meet-mid p {font-size: 13px;letter-spacing: 0;margin: 0 0 30px;}
.blog-list .blg-itm {width: 48%;}
.blog-list {flex-wrap: wrap;f}
.blog-list .blg-itm:first-child {width: 100%;}
}

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

@media screen and (max-width:1240px) {
.home-local-section .container, .home-practice-section .container,.container { max-width: 970px; padding:0 15px; }
.text-heading { font-size: 95px; } 
.small-heading { font-size: 38px; } 
.cmn-btn { padding: 16px 30px; font-size: 18px; }
.hm-banner-section { padding: 220px 0px 90px; } 
.logo-rit { width: 70%; } 
.topmenu ul li a { font-size: 15px; margin: 0px 10px; } 
.bannr-main .bannr-lft h2 { font-size: 90px; letter-spacing: 2px; } 
.bannr-lft { margin: 0 0px 0 20px; padding: 0 0 0 25px; } 
.bannr-main .bannr-lft h5 { font-size: 28px; letter-spacing: 0px; } 
.bannr-main .bannr-lft h4 { font-size: 40px; margin: -4px 0 18px 40px; } 
.bannr-btns { gap: 18px; } 
.bannr-lft-btn a.cmn-btn { padding: 17px 30px; } 
.bnnr-awrd-bdg { margin: 0; } 
.bnnr-itm.cnctnt-lft { width: 33%;} 
.bnnr-itm h5 { font-size: 21px; } 

.bannr-rgt::before { width: 406px; left: -39px; top: -55px; }
.bannr-rgt-cntnt h5 { font-size: 50px; } 
.bannr-rgt-cntnt h6 { letter-spacing: 2px; font-size: 18px; }
.bnnr-itm.scll-btn { margin: -20px 0 0; } 
.bnnr-itm.scll-btn img { max-width: 120px; } 
.hm-banner-section .scroll-bar a { letter-spacing: 4px; padding: 25px 14px; font-size: 16px; } 
.hm-banner-section .scroll-bar::before { top: 170px; } 
.bannr-lft-btn a.cmn-btn { padding: 16px 27px; } 
.bnnr-itm h5 { font-size: 19px; } 
.bnnr-schdle-btn a.cmn-btn { font-size: 15px; padding: 15px 45px 15px 15px; letter-spacing: 0px; } 
.bnnr-itm { width: 31%; } 
.bnnr-schdle-btn a.cmn-btn::before { right: 8px; transform: scale(0.8); } 
.bnnr-itm.scll-btn::before { height: 265px; width: 130px; } 
.bnnr-itm.cnctnt-lft::before { height: 185px;} 
.bnnr-itm.cnctnt-lft { padding-left: 60px; }

.hm-banner-section { padding: 100px 0px; }
.bannr-main { margin: 0 0 35px; }
.logo-rit { width: 70%; }
.topmenu ul li a { font-size: 15px; margin: 0px 10px; }
.bannr-main .bannr-lft h2 { font-size: 90px; letter-spacing: 2px; }
.bannr-lft { margin: 0 0px 0 20px; padding: 0 0 0 25px; }
.bannr-main .bannr-lft h5 { font-size: 28px; letter-spacing: 0px; }
.bannr-main .bannr-lft h4 { font-size: 40px; margin: -4px 0 18px 40px; }
.bannr-btns { gap: 18px; }
.bannr-lft-btn a.cmn-btn { padding: 17px 30px; }
.bnnr-awrd-bdg { margin: 0; }
.bnnr-itm.cnctnt-lft { width: 33%;}
.bnnr-itm h5 { font-size: 21px; }
.bannr-rgt-cntnt h5 { font-size: 50px; }
.bannr-rgt-cntnt h6 { letter-spacing: 2px; font-size: 18px; }
.bnnr-itm.scll-btn { margin: -20px 0 0; }
.bnnr-itm.scll-btn img { max-width: 120px; }
.hm-banner-section .scroll-bar a { letter-spacing: 4px; padding: 25px 14px; font-size: 16px; }
.hm-banner-section .scroll-bar::before { top: 170px; }
.bannr-lft-btn a.cmn-btn { padding: 16px 22px; letter-spacing: 1px;}
.bnnr-itm h5 { font-size: 19px; }
.bnnr-schdle-btn a.cmn-btn { font-size: 15px; padding: 15px 45px 15px 15px; letter-spacing: 0px; }
.bnnr-itm { width: 31%; }
.bnnr-schdle-btn a.cmn-btn::before { right: 8px; transform: scale(0.8); }
.bnnr-itm.scll-btn::before { height: 265px; width: 130px; }
.bnnr-itm.cnctnt-lft::before { height: 185px;}
.bnnr-itm.cnctnt-lft { padding-left: 60px; }
 .hm-awards-sec .small-heading{margin: 0 0 28px;font-size: 23px;}
.awards-list {padding-bottom: 30px;}
.hm-success-sec {padding: 35px 0 0;}
.sucss-content p {font-size: 15px;}
.sucss-itm {padding: 12px 10px 40px;}
.hm-testimonials { padding: 60px 0 200px; }
.hm-testimonials .small-heading {margin: -18px 0 10px;}
.hm-testimonials .hm-testi-item p {font-size: 18px;line-height: 1.4;margin: 0 0 25px;}
.hm-testimonials .testi-blck .owl-nav button {transform: scale(0.7);margin: 0 -20px;}
.hm-testimonials .hm-testi-item {padding: 10px 60px;margin: 0 0 20px;}
.hm-testimonials .hm-testi-item h5 {font-size: 25px;}
.home-practice-section .small-heading {margin: -50px 0 30px; padding: 0 0 25px; } 
.practi-img img {height: 315px; } 
.practi-itm:hover .practi-img img {height: 285px; } 
.practi-cnt h4 {font-size: 25px; } 
.practi-img:before, .practi-img:after {transform: scale(0.55); } 
.practi-blk.owl-carousel .owl-stage-outer {padding: 0 0 30px; } 
.practi-blk {margin: 0 0 25px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav {width: 46%; top: 25px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav button {transform: scale(0.76); } 
.home-practice-section {padding: 0px 0 40px; } 
.local-lft p {font-size: 16px; margin: 0 0 15px; line-height: 1.5; } 
.local-lft .small-heading {margin: 0 0 15px -170px; } 
.local-btn a.cmn-btn {padding: 12px 35px; } 
.local-blk {padding: 0px 0 120px; } 
.local-works h3 {font-size: 20px; padding: 15px 15px; letter-spacing: 1.5px; } 
.local-lft {padding: 30px 0 0; }


/* hm case results responsive */
.home-case-results-sec {padding: 0px 0 65px;}
.home-case-results-sec .small-heading {margin: -17px 0 21px;}
.hm-case-res-list.owl-carousel .owl-item.active:nth-child(even) {padding: 24px 0 0;}
.hm-case-res-item h6 {font-size: 14px;letter-spacing: 0.5px;}
.hm-case-res-item {padding: 10px;}
.hm-practice-cnt h4 {font-size: 30px;}
.hm-practice-cnt h5 {font-size: 14px;margin: 5px 0 12px;}
.hm-case-btn a.cmn-btn {font-size: 16px;letter-spacing: 0.18px;padding: 9px 20px;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button {transform: scale(0.7);}
.hm-view-case-btn .cmn-btn {font-size: 14px;padding: 13px 32px;}

/* hm help responsive */
.home-help-section {padding: 65px 0 135px;}
.hm-help-blk h4 {font-size: 30px;margin: 0 0 5px;letter-spacing: 0;}
.hm-help-blk h2 {font-size: 84px;letter-spacing: 1.64px;margin: 0 0 14px;}
.hm-help-blk h2 strong {padding: 0 0 0 85px;}
.hm-help-blk p {margin: 0 0 20px;}
.hm-call-btn .cmn-btn::before {left: 35px;transform: scale(0.8);transform-origin: left center;}
.hm-call-btn .cmn-btn {padding: 15px 30px 15px 65px;letter-spacing: 1px;}
.home-help-section::before {width: 2.35%;height: 10.8%;left: 10px;}
.hm-form-sec .small-heading { font-size: 40px; }

/* -------------------blog--------------- */
.hm-blog-sec { margin: -150px 0 0;  padding: 30px 0 75px; }
.blog-list .owl-item .blg-itm .post-btm-cnt h3 { font-size: 17px; }
.blog-list .owl-item .blg-itm .post-btm-cnt { padding: 0 15px 60px; }
.blog-list .owl-item .blg-itm .post-btm-cnt p { font-size: 15px; margin: 0 0 25px; }
.blog-list .owl-item .blg-itm .post-btm-cnt .read-more-btn a { font-size: 15px; padding: 8px 30px; bottom: 27px; }
.blog-btn .cmn-btn { padding: 15px 48px; }
.blog-list .owl-nav button { transform: scale(0.8); }
.blog-list .owl-stage { margin: 0 0 30px; }
 .site-footer { padding: 80px 0 0; }
.hm-form-sec p { font-size: 15px; margin: 0 0 18px; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea { font-size: 16px !important; padding: 14px 14px !important; }
.hm-form-sec .gform_wrapper ul.gform_fields li.gfield { margin: 0 0 10px 0 !important; }
.hm-form-sec .gform_wrapper .top_label textarea { height: 120px; }
.gform_wrapper ul.gform_fields li .form-links, .hm-form-sec .gform_wrapper ul.gform_fields li label, .hm-form-sec .gform_wrapper .form-links a { font-size: 15px; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] { padding: 17px 50px !important; font-size: 18px !important; }
.hm-form-sec .gform_wrapper .gform_footer.top_label { margin: -65px 0 0 auto;}    
.hm-form-sec { padding: 30px 55px 40px;}
.ftmenu ul li a { font-size: 15px; margin: 0 18px; }
.hm-form-sec { margin: 0px auto 40px; }
.hm-form-sec .gform_wrapper ul.gform_fields li.popfield, .hm-form-sec .gform_wrapper ul.gform_fields li.gfield.chk{ margin: 0 !important; }
.footer-block h4 { font-size: 27px;}
.footer-block p { font-size: 15px; }
.footer-block.ftr-rigt p a { font-size: 34px; }
.ftr-social-icons .social-icons a { transform: scale(0.85); margin: 0 -5px 0; }
.copy-right-main { padding: 30px 0px 20px; }
.site-footer::before { width: 65px; height: 200px; }
.ftr-rvw-btn a.cmn-btn {padding: 11px 22px; }
}

@media screen and (max-width:1200px) { 
.hm-meet-mid {padding: 0;}
.home-meet-section .small-heading:before {width: 475px;height: 9px;}
.home-meet-section .small-heading {font-size: 35px;padding: 0 0 17px;}
.hm-meet-mid p {font-size: 12px;letter-spacing: 0;margin: 0 0 27px;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 27px;letter-spacing: 0;padding: 23px 51px 22px 0;}
.hm-meet-lft h4 {margin: 0px 59px 0 0;}
.hm-meet-rht h4 {padding-left: 29px;margin: 0 0 0 63px;}
.hm-meet-exper-img {margin: 0px auto 18px;}
.hm-meet-attrny-btn {margin: 0 0 18px;}
.hm-meet-attrny-img::before {top: -17px;}
.hm-meet-rht .hm-meet-attrny-img::before {top: -37px;}
.hm-meet-item h4::after {bottom: -4px;height: 4px;}
.hm-meet-item .hm-meet-attrny-img {border-width: 4px;}

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

/* hm meet responsive */
	
.home-meet-section {padding: 40px 0;margin: -54px 0 0;}
.hm-meet-lft .hm-meet-attrny-img {padding: 111px 50px 0 55px;}
.hm-meet-rht .hm-meet-attrny-img {padding: 87px 58px 0 55px;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 25px;letter-spacing: 0;padding: 19px 47px 18px 0;}
.hm-meet-lft h4 {margin: 0px 46px 0 0;}
.hm-meet-rht h4 {padding-left: 26px;margin: 0 0 0 55px;}
.hm-meet-mid p {margin: 0 0 21px;}
.hm-meet-exper-img {margin: 0px auto 16px;}
.home-meet-section .cmn-btn {font-size: 14px;padding: 11px 21px;letter-spacing: 0.5px;}
.hm-meet-mid {width: 27.3%;}
.home-meet-section .small-heading {font-size: 31px;padding: 0 0 14px;top: 13.7%;}
.hm-help-blk h2 {font-size: 78px;}
}

@media screen and (max-width:991px) {
.home-help-section .container,.home-meet-section .container, .home-local-section .container, .home-practice-section .container,.container { max-width: 720px; }
.text-heading { font-size: 80px; } 
.small-heading { font-size: 35px; }
.cmn-btn { padding: 15px 27px; font-size: 17px; }
.bannr-rgt-cntnt h5 {font-size: 47px;margin: 0 0 10px;mask-image: linear-gradient(to bottom, #ccc 100%, rgba(0, 0, 0, 0) 100%);}
.hm-banner-section { background: url(images/banner-bkg.webp), #054e87;padding: 30px 0px; }
.scroll-bar{display: none;}
header#site-header { position: inherit; background-color: #00223f;padding: 10px 0; } 
header#site-header .container { gap: 15px; } 
.logo { width: 100%; text-align: center; margin: auto; max-width: 250px; } 
.logo-rit { max-width: 100%; text-align: center; padding: 0; width: 100%;align-items: flex-end;justify-content: center; } 
.top-rit h6, .top-rit p { font-size: 16px; margin: 0 0 13px; } 
.top-rit a::before { transform: scale(0.9);} 
.bannr-main { margin: 0 0 25px; flex-direction: column-reverse; gap: 15px; } 
.bnnr-itm.scll-btn img { max-width: 95px; } 
.bnnr-itm { max-width: 360px;}
.bannr-rgt::before { display: none; } 
.bannr-rgt { margin: 0; width: 100%; } 
.bannr-lft { padding: 18px; text-align: center; width: 100%; border: 1px solid #e0822a; margin: auto; max-width: 500px; } 
.bannr-lft-btn a.cmn-btn { padding: 13px 25px; }
.bannr-btns { gap: 14px; justify-content: center; } 
.bannr-main .bannr-lft h2 { font-size: 70px;} 
.bannr-main .bannr-lft h4 { font-size: 35px; margin: 0px 0 18px 0px; } 
.bannr-rgt-cntnt { bottom: 0; right: 0; position: relative; } 
.bannr-lft::before { display: none; } 
.bnnr-attry-img { width: 100%; margin: 0 auto 10px; max-width: 400px; border: 1px solid #e0822a; padding: 9px 13px 0; background-color: #00223f; } 
.bnnr-attry-img img { border-radius: 0; } 
.bnnr-awrd-bdg { gap: 20px; flex-direction: column; } 
.bnnr-itm.scll-btn::before{display: none;}
.bnnr-itm { width: 100%; max-width: 450px; margin: auto; text-align: center; } 
.bnnr-itm.awrd-blk { gap: 18px 10px; margin: auto; justify-content: center; } 
.bnnr-itm h5 { font-size: 17px; margin: 0 0 11px; } 
.bnnr-itm p { font-size: 15px; }
.bnnr-itm.scll-btn { margin: auto; } 
.bnnr-itm.cnctnt-lft { padding-left: 0; width: 100%; } 
.bnnr-itm.cnctnt-lft::before { display: none; } 
.bnnr-awrd-img { width: 100%; max-width: 160px; margin: auto; }
.bannr-rgt { padding: 70px 110px 15px 70px; }
.hm-banner-section { background: url(images/banner-bkg.webp), #054e87;padding: 30px 0px; }
.scroll-bar{display: none;}
header#site-header { position: inherit; background-color: #00223f;padding: 10px 0; }
header#site-header .container { gap: 15px; }
.logo { width: 100%; text-align: center; margin: auto; max-width: 250px; }
.logo-rit { max-width: 100%; text-align: center; padding: 0; width: 100%;align-items: flex-end;justify-content: center; }
.top-rit h6, .top-rit p { font-size: 16px; margin: 0 0 13px; }
.top-rit a::before { transform: scale(0.9);}
.bannr-main { margin: 0 0 25px; flex-direction: column-reverse; gap: 15px; }
.bnnr-itm.scll-btn img { max-width: 95px; }
.bnnr-itm { max-width: 360px;}
.bannr-rgt { margin: 0; width: 100%; padding: 0; background-image: none; }
.bannr-lft { padding: 18px; text-align: center; width: 100%; border: 1px solid #e0822a; margin: auto; max-width: 500px; }
.bannr-lft-btn a.cmn-btn { padding: 13px 25px; }
.bannr-btns { gap: 14px; justify-content: center; }
.bannr-main .bannr-lft h2 { font-size: 70px;}
.bannr-main .bannr-lft h4 { font-size: 35px; margin: 0px 0 18px 0px; }
.bannr-rgt-cntnt { bottom: 0; right: 0; position: relative; }
.bannr-lft::before { display: none; }
.bnnr-attry-img { width: 100%; margin: 0 auto 10px; max-width: 400px; border: 1px solid #e0822a; padding: 9px 13px 0; background-color: #00223f; }
.bnnr-attry-img img { border-radius: 0; }
.bnnr-awrd-bdg { gap: 20px; flex-direction: column; }
.bnnr-itm.scll-btn::before{display: none;}
.bnnr-itm { width: 100%; max-width: 450px; margin: auto; text-align: center; }
.bnnr-itm.awrd-blk { gap: 18px 10px; margin: auto; justify-content: center; }
.bnnr-itm h5 { font-size: 17px; margin: 0 0 11px; }
.bnnr-itm p { font-size: 15px; }
.bnnr-itm.scll-btn { margin: auto; }
.bnnr-itm.cnctnt-lft { padding-left: 0; width: 100%; }
.blog-list .blg-itm:first-child .blg-post-cnt {width: 100%;}
.blog-list .blg-itm:first-child .post-img {width: 100%;margin: 0 0 20px;}
.blog-list .blg-itm .post-btm-cnt p {margin: 0 0 20px;}
.blog-list .blg-itm {width: 100%;}
.blog-list .blg-itm {width: 100%;max-width: 400px;margin: auto;}
.blog-list .blg-itm:first-child {flex-wrap: wrap;}


.head-sec { padding: 20px 0; }
.showhide { display: block; }
.mobinav ul { display: block; }
.hdr-src { display: block; }
.mobile_src_nav { display: block; }
.top-menu { display: none; }
.logo-menu { display: inline-block; text-align: center; }
.topmenu { width: 100%; display: none; }
.showhide b.txtl, 
.showhide b.txtr { color: #fff; }
.logo img { max-width: 300px; }
.top-rit { display: inline-block; margin: 0; float: none; }
.mobinav ul { padding: 10px 10px; text-align: left; display: block;}
.mobinav { top:44px; display: block;}
.mobile_src_nav { display: block; padding: 8px 0;  background-color: #e0822a; }
.sticky-wrap { display: block; }
.header-sticky .sticky-cnt a:before { background-image: url(images/header-sticky-call.webp); background-repeat: no-repeat; background-position: center; }
.header-sticky .sticky-cnt button:before { background: url(images/header-sticky-menu.webp) no-repeat center; }
.header-sticky.fixed-header{display: block;}
.header-sticky.fixed-header .container{margin: auto;}
.sicky-cnt.sticky-mobile-logo { margin: auto; width: 100%; max-width: 200px; } 
.exprnc-lst {align-items: center; flex-direction: column; }

.hm-awards-sec {padding: 30px 0 0;}
.hm-awards-sec .small-heading{letter-spacing: 0;}
.hm-awards-sec .small-heading:before{left: 0;}
.hm-awards-sec .small-heading:after{right: 0;}
.awrd-itm {width: 100%;margin: auto;border: 2px solid #e0822a;padding: 28px;}
.awards-list {padding-bottom: 50px; display: block;width: 100%;max-width: 400px;margin: auto;}
.hm-awards-sec .awards-list .owl-nav{position: absolute; width: 100%; display: flex !important; justify-content: center; margin: auto; left: 0; bottom: 0px; right: 0;height: fit-content; }
.hm-awards-sec .awards-list .owl-nav button,
.hm-success-sec .sucss-btm-blk .owl-nav button{background-color: #e0822a !important; background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -269px -13px !important; border-radius: 50%; width: 58px; height: 58px; margin: 0 5px;transform:scale(0.6); }
.hm-awards-sec .awards-list .owl-nav button.owl-next,
.hm-success-sec .sucss-btm-blk .owl-nav button.owl-next{background-position-x: -346px !important;}
.hm-awards-sec .awards-list .owl-nav button span,
.hm-success-sec .sucss-btm-blk .owl-nav button span{font-size: 0px; }
.hm-awards-sec .awards-list .owl-nav button:hover,
.hm-success-sec .sucss-btm-blk .owl-nav button:hover{background-color: #0f6ec2 !important; background-position-y: -169px !important; }
.sucss-top-lst{flex-direction: column;gap: 20px;padding: 0;margin: 0 0 23px;}
.sucss-hdng-blk{width: 100%;}
.sucss-hdng-blk .small-heading{text-align: center;}
.sucss-hdng-blk .small-heading strong{display: block;}
.sucss-content{width: 100%;text-align: center;}
.sucss-itm{width: 100%;max-width: 350px;margin: auto;padding: 20px 20px 55px;}
.sucss-itm p {font-size: 15px;}
.sucss-btm-blk.owl-carousel .owl-item{padding-bottom: 30px;}
.hm-success-sec .sucss-btm-blk .owl-nav{width: 100%; display: flex !important; justify-content: center; margin: auto;height: fit-content; }
.hm-testimonials { padding: 30px 0px; background-size: 100% 100%; }
.hm-testimonials .small-heading {margin: 0px 0 10px; }
.star-rat {width: 100%;margin: 0 auto 10px;max-width: 120px;}
.hm-testimonials .testi-blck .owl-nav button{margin: 0;}
.hm-testimonials .testi-blck .owl-nav{bottom: 0;justify-content: center;top: auto;margin: 10px 0;}
.hm-testimonials .hm-testi-item {padding: 10px 20px 50px;margin: 0 0 20px;}
.hm-testimonials .hm-testi-item p {font-size: 16px;margin: 0 0 20px;}
.home-practice-section .practi-blk.owl-carousel .owl-nav {width: 65%; } 
.home-practice-section .small-heading {margin: -43px 0 30px; } 
.home-practice-section {padding: 30px 0; } 
.local-rite { width: 100%; max-width: 420px; margin: auto; } 
.local-rite-img {width: 100%; max-width: 260px; margin: auto; } 
.local-blk {padding: 0px 0 100px; flex-direction: column; gap: 20px; } 
.local-lft {padding: 0; width: 100%; text-align: center; } 
.local-lft .small-heading {margin: 0 0 15px; text-align: center; } 
.local-lft .small-heading br{display: none;} 
.local-works h3 {font-size: 17px; padding: 15px 15px; letter-spacing: 0.3px; } 
.home-local-section {padding: 0 0px 30px 0px; }

/* hm case results responsive */
.hm-case-res-list.owl-carousel .owl-item:nth-child(even) {padding: 0 !important;}
.home-case-results-sec {padding: 0 0 30px 0;}
.blog-list .owl-stage {margin: 0 0 15px;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav {max-width: 91px;margin: 14px auto 14px; position: unset;}
.home-case-results-sec .hm-case-res-list.owl-carousel .owl-nav button {margin: -8px;}
.home-case-results-sec .owl-stage{margin: 0;padding: 0;}
.home-case-results-sec .small-heading {margin: 0px 0 20px;}
.hm-case-res-item h6 {font-size: 16px;letter-spacing: 0.5px;}
.hm-case-img {max-width: 110px;margin: 0 auto 10px;}
.hm-case-res-item {padding: 20px 10px 10px;}
.hm-practice-cnt h5 {font-size: 16px;}
.hm-blog-sec {padding: 40px 0; margin: 0px 0 0;}

/* hm help responsive */
.home-help-section {padding: 30px 0;background-image: url(images/helpl-mobile-bg.webp);}
.home-help-section::before {display: none;}
.hm-help-blk h4 {font-size: 25px;margin: 0 0 7px;}
.hm-help-blk h2 {font-size: 45px;letter-spacing: 1px;margin: 0 0 14px;}
.hm-help-blk h2 strong {padding: 0 0 0 45px;width: max-content;margin: 0 auto;}
.hm-help-btn-list {display: flex;gap: 15px;justify-content: center;flex-wrap: wrap;}
.hm-help-blk { width: 100%; text-align: center; }

/* hm meet responsive */
.home-meet-section {padding: 30px 0;margin: 0;}
.hm-meet-blk {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 25px;}
.hm-meet-lft .hm-meet-attrny-img, .hm-meet-rht .hm-meet-attrny-img {max-width: 300px;padding: 15px 15px 0;width: 100%;border: 3px solid #00529a;background-color: #b2cbe1;}
.hm-meet-attrny-img::before,.hm-meet-attrny-img::after {display: none;}
.home-meet-section .small-heading {font-size: 30px;margin: 0px 0 16px;padding: 0 0 18px;top: 0;position: relative;}
.hm-meet-lft h4 {margin: 0;}
.hm-meet-item h4::before, .hm-meet-item h4::after {display: none;}
.hm-meet-lft h4, .hm-meet-rht h4 {font-size: 25px;letter-spacing: 0;padding: 15px 10px;background: #b2cbe1;text-align: center;}
.hm-meet-rht h4 {margin: 0;}
.hm-meet-mid {width: 100%;order: 3;position: relative;display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;}
.hm-meet-mid p {margin:0;font-size: 15px;width: 100%;}
.hm-meet-exper-img {margin: 0;width: 100%;max-width: 150px;}
.hm-meet-attrny-btn {margin: 0;order: 3;width: 100%;}
.hm-meet-logo {width: 100%;margin: 0;max-width: 150px;}
.hm-meet-lft,.hm-meet-rht { width: 100%;max-width: 300px;}
.home-meet-section .small-heading:before { width: 270px; height: 9px; }
 
 /* -----------------blog--------------- */
.blog-list .owl-item .blg-itm { width: 100%; max-width: 320px; margin: 0 auto; }
.blog-list .owl-nav { max-width: 200px; margin: 0 auto 20px; position: static; }
.blog-list .owl-item .blg-itm .post-btm-cnt { text-align: center; }
.blog-list .owl-item .blg-itm .post-btm-cnt .read-more-btn a { right: 0; margin: 0 auto; left: 0; width: max-content; }
 
.site-footer { padding: 40px 0 0; background-image: none; background-color: #05457b; }
.hm-form-sec { margin: 0 0 30px; width: 100%; padding: 20px 20px 35px; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] { padding: 15px 42px !important; font-size: 17px !important; }
.ftmenu ul { margin: 0px auto 20px; padding: 0 0 20px; }
.ftmenu ul li a { font-size: 14px; margin: 0 10px; }
.ftr-block-main { padding: 0; flex-direction: column-reverse; gap: 25px; margin: 0 0 20px; }
.footer-block{ width: 100% !important; max-width: 320px; margin: 0 auto; text-align: center; border: 2px solid #fff; padding: 15px 15px; }
.footer-block h4 { display: inline-block; }
.footer-block p br { display: none; }
.footer-block.ftr-logo { order: 1; }
.footer-block p a { display: block; }
.ftr-social-icons .social-icons::after, .ftr-social-icons .social-icons::before { width: 37%;}
.site-footer::before{ display: none; }
.cpy-inr, .ftrlink, .ruzup-logo { font-size: 16px; }
.bnr-top-sec::before{display: none;}
.hm-case-res-list.owl-carousel { margin: 0; padding: 0;}
}

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

.home-help-section .container,.home-meet-section .container, .container{max-width:100%; padding:0 15px;}

.text-heading { font-size: 58px; } 
.small-heading { font-size: 30px; } 
.cmn-btn { padding: 14px 25px; font-size: 17px; }
    header#site-header .container {gap: 15px;flex-direction: column;}
        .logo-rit {align-items: center;justify-content: normal;}
            header#site-header {padding: 10px 0 0;}

.bannr-lft {max-width: 350px; } 
.bannr-main .bannr-lft h5 { font-size: 22px; margin: 0px 0 5px; } 
.bannr-lft-btn a.cmn-btn { padding: 10px 20px; } 
.bannr-main .bannr-lft h2 { font-size: 50px; margin: 0px 0 5px; } 
.bannr-main .bannr-lft h4 { font-size: 30px; margin: 0px 0 18px; letter-spacing: 2px; } 
.bannr-btns { flex-direction: column; } 
.bnnr-attry-img { width: 100%; margin: 0 auto 10px; max-width: 330px; }

.awards-list{border: none;padding-bottom: 48px;}
.awards-list .owl-stage {padding: 0 0 20px;}
.hm-awards-sec .small-heading:before,.hm-awards-sec .small-heading:after{display: none;}
.hm-awards-sec .small-heading {margin: 0 0 22px;font-size: 20px;}
.sucss-top-lst{gap: 12px;margin: 0 0 20px;}
.hm-success-sec .sucss-btm-blk .owl-nav{margin: -20px auto;}
.hm-testimonials .small-heading strong{display: block;}
.hm-blog-sec .small-heading { margin: 0 0 20px; padding: 0 0 20px; }
.hm-help-blk p {font-size: 16px;}



.home-practice-section .small-heading { margin: -10px 0 25px 0; padding: 0px 0 20px; } 
.practi-itm {width: 100%; max-width: 300px; margin: auto; } 
.small-heading:before {width: 69%; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav {width: 30%; top: 0; } 
.practi-blk {margin: 0 0 65px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav button {transform: scale(0.69); } 
.local-works h3 {font-size: 16px; padding: 10px; letter-spacing: 0.3px; width: auto; line-height: 1.1; } 
.local-works {padding: 0 15px; }


/* hm case results responsive */
.hm-case-res-item { width: 100%; max-width: 320px; margin: auto; }




/* ------------blog----------- */
.blog-btn .cmn-btn { padding: 12px 40px; }
 

.hm-form-sec .small-heading { font-size: 30px; }

/* --------------------- */
 
.hm-form-sec .gform_wrapper ul.gform_fields li.gfield { max-width: 100% !important; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 12px 14px !important; }
 


.hm-form-sec p { font-size: 13px; margin: 0 0 15px; }
.hm-form-sec .gform_wrapper .top_label textarea { height: 100px; }
.hm-form-sec .gform_wrapper .gform_footer.top_label { margin: 25px auto 0; }
.gform_wrapper ul.gform_fields li.gfield.chk .gchoice{ margin: 0 !important; }
.gform_wrapper ul.gform_fields li.gfield.chk .ginput_container span:not(.ginput_price) { display: inline-block; margin: 0 !important; }
.ftmenu ul li a { margin: 0 5px; }
.ftmenu ul li{ margin: 5px 0; }
.copy-right-main { padding: 15px 0px 15px; }
.ftr-social-icons .social-icons::after, .ftr-social-icons .social-icons::before { width: 30%; }
.hm-form-sec { padding: 20px 20px 25px; }
.cpy-inr, .ftrlink, .ruzup-logo { font-size: 15px; }


}

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

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

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

@media screen and (max-width:580px) {
.hm-help-blk h2 {font-size: 38px;}
}

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

.text-heading { font-size: 34px; } 
.small-heading { font-size: 24px; } 
.cmn-btn { padding: 12px 20px; font-size: 16px; }

 .bannr-lft { padding: 15px;}

.sucss-itm{max-width: 250px;}
.hm-testimonials .hm-testi-item p {font-size: 14px;margin: 0 0 10px;}
.hm-testimonials .hm-testi-item h5 {font-size: 21px;}
.star-rat{max-width: 90px;}
.hm-testimonials .hm-testi-item {padding: 5px 5px 50px;margin: 0 0 15px;}


.home-practice-section .small-heading {margin: 0px 0 15px 0; padding: 0px 0 15px; } 
.home-practice-section .practi-blk.owl-carousel .owl-nav {width: 45%; } 
.local-blk {gap: 15px; } 
.local-lft p {font-size: 15px; margin: 0 0 10px; } 
.local-blk {padding: 0px 0 30px; } 
.local-btn a.cmn-btn {padding: 10px 30px; } 
.practi-img:before, .practi-img:after {transform: scale(0.5); }


/* hm case results responsive */
.home-case-results-sec .small-heading { margin: 0px 0 16px; }

/* hm help responsive */
.hm-help-blk h4 {font-size: 21px;margin: 0 0 6px;}
.hm-help-blk h2 {font-size: 30px;letter-spacing: 0.5px;margin: 0 0 12px;padding-top: 60px;}
.hm-help-blk h2 strong {padding:0;}
	.hm-help-blk h2 strong::before{width: 50px;
    height: 50px;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;}
.hm-help-blk p {font-size: 15px;margin: 0 0 15px;}
.cmn-btn {font-size: 15px;padding: 10px 25px;letter-spacing: 0.5px;}
.hm-call-btn .cmn-btn {padding: 10px 25px 10px 44px;letter-spacing: 1px;}
.hm-call-btn .cmn-btn::before {left: 18px;transform: scale(0.7);}



/* --------blog------- */
.blog-list .owl-nav { max-width: 175px; }
.blog-btn .cmn-btn { padding: 10px 30px; }
 

/* hm meet responsive */
.home-meet-section .small-heading { font-size: 25px; margin: 0px 0 14px; padding: 0 0 15px; }
.home-meet-section .small-heading:before { width: 230px; height: 8px; }
.hm-meet-blk { gap: 20px; }


.ftr-social-icons .social-icons::after, .ftr-social-icons .social-icons::before { width: 26%; }
.hm-form-sec { padding: 15px 10px 25px; }
.hm-form-sec .gform_wrapper .gform_footer.top_label { margin: 15px auto 0; }
 

.bnr-awrd-lst{
    width: 100%;
    max-width: 160px;
    margin: auto;
}

.bnr-awrd-lst.owl-carousel .owl-item, .bnr-awrd-lst.owl-carousel .owl-stage {
    display: block;
}
.bnr-awrd-lst .owl-item {
    height: 158px;
}
.bnr-awrd-lst.owl-carousel .owl-stage-outer {
    padding: 0 0 0 0px;
}
    .bnnr-schdle-btn a.cmn-btn {
        font-size: 14px;
		padding: 15px 40px 15px 12px;}
}

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

@media screen and (max-width:375px) {
.hm-help-blk h2 {font-size: 24px;}
.hm-help-blk h2 strong::before {top: -80px;}
}

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

}
