/*
Theme Name:   iedefenders Child
Theme URI:    http://example.com/rmtheme-child
Description:  Child theme for RMTheme
Author:       Your Name
Author URI:   http://example.com
Template:     rmtheme
Version:      1.0.0
Text Domain:  iedefenders-child
*/

:root {
--blue: #1e90ff;
--white: #ffffff;
--placeholdercolor: currentColor;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: 'Inter 18pt-Regular';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clear {
clear: both;
}
.alignleft, .alignright, .aligncenter {
margin-bottom: 10px;
}
.alignnone {
margin-bottom: 10px;
}
.alignleft {
float: left;
margin-right: 15px;
margin-top: 0;
}
.alignright {
float: right;
margin-left: 15px;
margin-top: 0;
}
.aligncenter {
display: block;
margin: 0 auto 15px auto;
}
iframe, img {
max-width: 100%;
border: none;
vertical-align: middle;
}
img {
border: 0;
height: auto;
}
a {
font-family: inherit;
font-size: inherit;
color: inherit;
text-decoration: none;
transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Glegoo-Bold';
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
p, li, ul, ol, blockquote {
font-family: 'Inter 18pt-Regular';
font-weight: normal;
margin: 0 0 10px 0;
padding: 0;
}
ul, li {
list-style: none;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a, a:hover, input[type="submit"], button {
outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
input::-webkit-input-placeholder {
color: var(--placeholdercolor);
}
input::-moz-placeholder {
color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
color: var(--placeholdercolor);
}
input:-moz-placeholder {
color: var(--placeholdercolor);
}
html {
scroll-behavior: smooth;
}
.post, .page{
margin: 0;
}
ul,ol,li {
list-style: none;
margin:0;
padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/

.header-sticky.fixed-header { position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #70789c; z-index: 9999; border-bottom: 2px solid #010a50; }
.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; font-family: 'Inter 18pt-Bold'; position: relative; padding: 45px 0 0; display: inline-block; text-align: center; width: 100%; cursor: pointer; border: 0; outline: 0; background: transparent; } 
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before { width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; } 
.header-sticky .sticky-cnt button:before { background: url(images/header-sticky-menu.webp) no-repeat center; } 
.header-sticky .sticky-cnt a:before { background-image: url(images/header-sticky-call.webp); background-repeat: no-repeat; background-position: center; } 
.header-sticky .stickyshowhide .txt:before { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } 
.sticky-mobinav ul li a.drop { font-size: 0; position: absolute; right: 0; top: 0; width: max-content; height: 45px; } 
.sticky-mobinav ul li a.drop.open { width: 28px; } 
.sticky-mobinav ul li a.drop:after { content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 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: #010a50; 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: 37px; line-height: 1; font-weight: 700; display: block; background: transparent; clear: both; outline: 0; border: 0; padding: 0; color: #ffffff; float: right; position: relative; z-index: 999; cursor: pointer; } 
button#cloaseFloatingMenu2 { flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; background: transparent; border: 0; } 
.floatingMenuInner li { position: relative; } 
.floatingMenuInner a { color: #fff !important; letter-spacing: 0.4px; font-family: 'Inter 18pt-Bold'; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; } 
.floatingMenuInner .sub-menu { display: none; } 
.floatingMenuInner .menu-item-has-children>a:after { content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } 
.floatingMenuInner .menu-item-has-children>a:before { content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; } 
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before { /*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; } 
.header-sticky.fixed-header .container { display: flex; padding: 0; align-items: center; justify-content: space-between; } 
.sicky-logo{ max-width:350px; text-align: center; } 
.sticky-wrap{ display: none; } header#site-header.f-nav{ position: fixed; border-bottom: 2px solid #82581f; background-color: #080d26; padding: 10px 0; } 
.showhide { display: none; color: #fff; width: 110px; height: 28px; float: none; 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: 'Inter 18pt-Bold'; } 
.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'Inter 18pt-Bold'; } 
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #010a50; position: absolute; top: 38px; left: 0; } 
.mobinav ul { float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li { float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: 'Inter 18pt-Regular'; } 
.mobinav a { width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 16px; letter-spacing: 0.5px; font-family: 'Inter 18pt-Bold'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover { color: #6d759b; } 
.mobinav ul li ul { float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a { text-transform: capitalize; } 
.mobile_src_nav { display: none; width: 100%; float: none; position: relative; padding: 10px 0; } 
.mobile_src_nav .container { position: relative; } 
.mobile_src_nav .search-form { width: 100%; float: left; } 
.displayblock { display:block; } 
.body-content { width:100%; float: left; height: 2000px; overflow: hidden; } 
.logo-section { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }

.site-branding img { width: 100%; display: block; }
.header-number { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin: 0 0 20px; }
.hdr-rgt { padding: 15px 0 0; }
.hdr-txt{font-family: 'Inter 18pt-SemiBold';font-size: 17px;letter-spacing: 2.04px;text-transform: uppercase;color: #000526;margin: 0;line-height: 1;}
.hdr-call a { font-size: 39px; font-family: 'Glegoo-Bold'; line-height: 1; letter-spacing: -2.34px; color: #000000; margin: 0; display: inline-block; padding: 0 0 0 50px; position: relative; }
.hdr-call a::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -9px -10px; width: 35px; height: 35px; left: 0; top: 0; bottom: 0; margin: auto; } 
.hdr-call a:hover{ color: #3e4994; } 
#main-navigation ul{ margin:0;text-align: right; } 
#main-navigation ul li{display: inline-block;padding: 0 0px 0;position: relative;margin:0 50px;}
#main-navigation ul li:first-child { margin-left: 0; }
#main-navigation ul li:last-child{ margin-right:0 }
#main-navigation ul li a{font-size:18px;font-family: 'Inter 18pt-Bold';font-weight: 400;letter-spacing: -0.18px;line-height: 1;color: #000000;display: block;text-transform: uppercase;padding: 0 0 20px;min-width: inherit;border-bottom: 4px solid transparent;}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{ color: #3e4994; border-bottom-color: #3e4994; }
#main-navigation ul li ul.sub-menu{ display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color: #3e4994; padding:0px 0; z-index:999 }
#main-navigation ul li:hover ul.sub-menu{ display:block }
#main-navigation ul li:hover ul.sub-menu li{ position:relative }
#main-navigation ul li:hover ul.sub-menu li:hover > ul{ display:block; top:0; left:100% }
#main-navigation .sub-menu li.current-menu-item > a{ background-color: #f5f1e9; color: #3e4994; }
#main-navigation .sub-menu li a { width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; letter-spacing: 0; border-bottom: 0; font-size: 16px; text-transform: capitalize; }
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{ background-color: #fff; color: #3e4994; }
#main-navigation .sub-menu li:after{ display:none; }
#main-navigation .sub-menu li{ width:100%; margin:0; padding:0 }
#main-navigation .sub-menu li a:after{ display:none }
#main-navigation ul li ul.sub-menu li .sub-menu { display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; }
.site-header { transition: opacity 0.3s ease, visibility 0.3s ease;width: 100%;padding:13px 100px 10px 100px;position: absolute;z-index: 99;top: 0;left: 0;right: 0;margin: auto;}
.site-header::before { position: absolute !important; content: ""; right: 0; bottom: 32%; background-color: #000; height: 1px; width: 66%; }
/*.site-header .container { max-width: 100%; }*/
.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; position: fixed; background: #fff; padding-top: 7px; animation: slideDown 0.35s ease-out; visibility: visible; border-bottom: 2px solid #3c4995; }
.site-header.is-sticky::before{ display: none; }
.site-header.is-sticky .site-branding { width: 9%; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } } 
.is-fading-out { opacity: 0; visibility: hidden; } 
.mobilenav { width:280px; height: 100vh; background-color: #333; color: white; position: fixed; top: 0; left: -280px; transition: left 0.4s ease; z-index: 999; } 
.mobilenav.show { left: 0; } 
#mobilenav-toggle { display:none; }
/* .site-header.is-sticky #main-navigation ul::before { display: none; } */
.mobilenav-toggle { position: absolute; top: 20px; right: 20px; background-color: blue; border: none; cursor: pointer; z-index: 1000; font-size: 0; line-height: 0px; width:36px; height: 36px; background-position: center center; background-repeat: no-repeat; background-image: url(images/open-mobilenav.webp); } 
.mobilenav-toggle.active { background-image: url(images/close-mobilenav.webp); } 
.close-mobilenav { font-size:0; line-height:0px; position: absolute; top: 15px; right: 15px; cursor: pointer; background-color: red; background-image: url(images/close-mobilenav.webp); background-position: center center; background-repeat: no-repeat; width:36px; height: 36px; } @media screen and (max-width:992px) { #mobilenav-toggle { display:block } } 
#mobile-navigation { overflow-y:scroll; height: 100%; width:100%; padding-top:45px; } 
#mobile-navigation ul{ margin:0; padding:0; position: relative; } 
#mobile-navigation ul li{ display:block; padding:0 0px; margin:0; position:relative } 
#mobile-navigation ul li a{ font-size:15px; text-transform:uppercase; font-weight:bold; color:#000; padding:6px 10px; display:block; min-width:inherit } 
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{ color:#fff } 
#mobile-navigation .sub-menu li a{ width:100%; padding:6px; color:#ffffff; display:block; text-align:left } 
#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open { font-size: 0; position: absolute; right: 0px; top: 0; width: 20px; height: 20px; background-color: transparent !important; background-image: url(images/nav-open.webp); background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; } 
#mobile-navigation ul li .drop.open { width: 20px; background-image: url(images/nav-close.webp); } 
#mobile-navigation .sub-menu { padding-left: 15px; max-height: 0; overflow: hidden; transition: max-height 0.8s ease; } 
#mobile-navigation .sub-menu.open { max-height: 900px; transition: max-height 0.8s ease; }
.text-heading{ font-size: 70px; letter-spacing: -1.4px; line-height: 1; text-transform: capitalize; margin: 0 0 39px 0; font-family: 'Glegoo-Bold'; color: #000000; position: relative; }
.text-heading strong{ color: #3e4994; font-weight: 700; }
a.cmn-btn{ position: relative; z-index: 2; font-size: 19px; font-family: 'Inter-Bold'; letter-spacing: 0.7px; line-height: 1; display: inline-block; padding: 25px 65px; text-decoration: none; border-radius: 50px; color: #ffffff; text-transform: uppercase; background: radial-gradient(circle,rgba(61, 70, 126, 1) 0%, rgba(35, 44, 105, 1) 100%); transition: 0.5s ease; }
a.cmn-btn:hover{ background-color: #000; background-image: none; transition: 0.7s; }
.container{ width:100%; max-width:1500px; margin:0 auto; }
.container1 { max-width: 1280px; width: 100%; margin: auto; }

/* Home Banner section*/
.hm-banner-sec {background-image: url(images/bnr-bg.webp);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 150px 0 0;position: relative;}
.hm-banner-sec::before { position: absolute; content: ""; background-color: #40487b; height: 5px; left: 0; bottom: 0; width: 58.8%; }
.bnr-blk { display: flex; justify-content: space-between; align-items: center; }
.bnr-lft h1 small{ display: block; font-size: 57px; letter-spacing: 1.14px; } 
.bnr-lft h1{ font-family: 'Glegoo-Regular'; font-size: 128px; line-height: 1; color: #000000; margin: 0 0 20px; padding: 0 0 30px; position: relative; } 
.bnr-lft h1 strong{ display: block; font-weight: 400; color: #3e4994; } 
.bnr-lft h1::before { position: absolute; content: ""; background-color: #40487b; height: 5px; width: 75.8%; left: 0; bottom: 0; }
.bnr-lft ul { margin: 0 0 35px; }
.bnr-lft ul li { display: inline-block; padding: 0 0 0 22px; position: relative; margin: 8px 0px 0px 0;} 
.bnr-lft ul li::before{ position: absolute; content: ""; background-color: #3e4994; width: 8px; height: 8px; left: 5px; top: 6px; border-radius: 50px; } 
/*.bnr-lft ul li:first-child:before{ display: none; } 
.bnr-lft ul li:first-child{ padding-left: 0; } */
.bnr-lft ul li a{ font-family: 'Inter 18pt-SemiBold'; font-size: 21px; letter-spacing: 0.42px; margin: 0; line-height: 1; color: #000000; } 
.bnr-lft ul li a:hover {color: #3e4994;}
.bnr-rgt-img img { width: 100%; display: block; } 
.bnr-rgt-img { margin: 0 -130px 0 0; } 
.bnr-lft { width: 53%; } 
.bnr-rgt { width: 42%; }

/* Home Award Section */
.hm-award-sec { padding: 125px 0 130px; }
.hm-award-sec .container { max-width: 100%;  }
.award-item { padding: 25px 30px 30px; width: 100%; min-height: 100%; display: flex; justify-content: center; align-items: center; }
.award-item:hover{ background: linear-gradient(180deg,rgba(173, 177, 202, 0) 0%, rgba(173, 177, 202, 0.25) 100%); }
.hm-awards-list::before{position: absolute; content: ''; width: 85%; height: 2px; background-color: #e5e6ed; left: 0; right: 0; margin: auto; bottom: 0;}
.hm-awards-list.owl-carousel { padding: 0 135px; }
.hm-awards-list.owl-carousel .owl-stage { display: flex; }
.hm-awards-list.owl-carousel .owl-item { display: flex; }
.hm-awards-list.owl-carousel .owl-nav { display: flex !important; justify-content: space-between; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; min-height: fit-content; width: 97.7%; z-index: -1; }
.hm-awards-list.owl-carousel .owl-nav button.owl-next, .hm-awards-list.owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -72px -10px; width: 75px; height: 47px; font-size: 0; }
.hm-awards-list.owl-carousel .owl-nav button.owl-next{ background-position-x: -174px; }
.hm-awards-list.owl-carousel .owl-nav button.owl-next:hover { background-position: -177px -76px; transition: 0.5s; }
.hm-awards-list.owl-carousel .owl-nav button.owl-prev:hover { background-position: -74px -75px; transition: 0.5s; }
.hm-award-sec .text-heading { text-align: center; font-size: 30px; letter-spacing: 0; color: #141831; margin: 0 0 55px; padding: 0 0 22px; }
.hm-award-sec .text-heading::before { position: absolute; content: ""; left: 0; right: 0; margin: auto; bottom: 0; width: 12.85%; height: 2px; background-color: #40487b; }

/* Home Experience Section */
.experience-blk { display: flex; justify-content: space-between; }
.experience-right p { font-family: 'Inter 18pt-Regular'; font-size: 19px; line-height: 1.7; letter-spacing: 0; color: #000000; margin: 0 0 30px; }
.experience-right p:last-child { margin-bottom: 0;}
.experience-btn-call { display: flex; justify-content: flex-start; gap: 35px; align-items: center; }
.experience-call p { font-family: 'Inter 18pt-Medium'; font-size: 17px; line-height: 1; letter-spacing: 3.06px; text-transform: uppercase; margin: 0; }
.experience-call p a{ display: inline-block; font-family: 'Glegoo-Bold'; font-size: 39px; letter-spacing: -2.34px; color: #3e4994; margin: 0; }
.experience-call p a:hover { color: #000; }
.experience-call p a::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -8px -74px; background-repeat: no-repeat; width: 36px; height: 36px; top: 0; left: 0; bottom: 0; margin: auto; }
.experience-btn a.cmn-btn { padding: 25px 85px; }
.experience-call { padding: 0 0 0 50px; position: relative; }
.experience-right { width: 41.2%; }
.experience-left { width: 55.9%; }
.experience-lft-image img { width: 100%; display: block; border-radius: 50px 0 0 0; }
.experience-lft-image { padding: 0 20px 20px 0; position: relative; z-index: 1; margin: 0 0 20px; }
.experience-lft-image::before{ position: absolute; content: ""; background-color: #3e4994; right: 0; bottom: 0; width: 144px; height: 318px; z-index: -1; }
.experience-left .text-heading { font-size: 60px; margin: 0 0 22px; }

/* Home Practice Area Section */
.hm-practice-area-sec { padding: 140px 0 95px; text-align: center; }
.hm-practice-area-sec .container { max-width: 100%; }
.hm-practice-area-sec .text-heading { margin: 0 0 50px; }
.pract-itm { position: relative; }
.pract-blk { margin: 0 0 30px; }
.pract-btn a.cmn-btn { background-color: #3e4994; background-image: none; }
.pract-btn a.cmn-btn:hover { background-color: #000;}
.pract-itm::before { position: absolute; content: ""; background-color: #586092; height: 10px; left: 0; right: 0; margin: auto; width: 74.1%; bottom: -10px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-itm::before { background-image: url(images/pract-itm-center-before-img.webp); background-repeat: no-repeat; background-size: contain; width: 295px; height: 96px; left: 0; right: 0; bottom: 0; margin: auto; background-color: transparent; opacity: 0.1; }
.pract-itm::after {position: absolute;background-image: -webkit-linear-gradient( 90deg, rgb(0,6,43,0.7) 0%, rgba(0,6,43,0) 100%);content: "";left: 0;right: 0;margin: auto;width: 100%;height: 100%;bottom: 0;pointer-events: none;border-radius: 0 80px 0 0;}
.pract-blk.owl-carousel .owl-item.active.center .pract-itm::after { display: none; }
.pract-cont {position: absolute;left: 0;right: 0;margin: auto;bottom: 50px;z-index: 1;height: 100%;display: flex;flex-direction: column;justify-content: center;height: auto;}
.prtct-itm-hvr h5 a {font-size: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; z-index: 2; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont { bottom: 20px; height: 100%; padding: 0px 55px; }
.pract-cont h4 { font-family: 'Glegoo-Bold'; font-size: 35px; letter-spacing: -0.7px; line-height: 1; color: #fff; margin: 0; position: relative; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4 { padding: 95px 0 20px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -334px -147px; width: 72px; height: 73px; left: 0; top: 0; right: 0; margin: auto; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::after { position: absolute; content: ""; background-color: #3e4994; left: 0; right: 0; bottom: 0; margin: auto; height: 3px; width: 201px; }
.pract-img img { width: 100%; display: block; border-radius: 0 80px 0 0; }
.pract-blk.owl-carousel .owl-item.active.center .pract-img { opacity: 0; }
.pract-cont ul { display: none; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont ul{ display: block; }
.pract-cont ul li { padding: 18px 10px; position: relative; }
.pract-cont ul li a{ font-family: 'Inter 18pt-SemiBold'; font-size: 22px; line-height: 1; margin: 0; color: #fff; }
.pract-cont ul li::before{ position: absolute; content: ""; background-color: rgb(255, 255, 255, 0.1); left: 0; right: 0; margin: auto; width: 61%; height: 1px; bottom: 0; }
.pract-cont ul li:hover:after{ position: absolute; content: ""; background: radial-gradient(circle,rgba(86, 94, 144, 1) 0%, rgba(252, 70, 107, 0) 100%); left: 0; right: 0; margin: auto; width: 378px; height: 100%; z-index: -1; bottom: 0; }
.pract-blk.owl-carousel .owl-stage { display: flex; align-items: center;}
.pract-blk.owl-carousel .owl-item.active.center .pract-itm {background-image: url(images/pract-center-pattren.webp);background-repeat: repeat;background-size: contain;padding: 30px;border-radius: 50%;min-height: 600px;overflow: hidden;}
.pract-blk.owl-carousel .owl-nav.disabled { display: block; }
.pract-blk.owl-carousel .owl-nav { display: flex !important; justify-content: center; gap: 460px; left: 0; right: 0; margin: auto; bottom: -90px; position: absolute; }
.pract-blk.owl-carousel .owl-nav button.owl-next, .pract-blk.owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -72px -10px; width: 75px; height: 47px; font-size: 0; }
.pract-blk.owl-carousel .owl-nav button.owl-next { background-position-x: -174px; }
.pract-blk.owl-carousel .owl-nav button.owl-next:hover{ background-position: -177px -76px; transition: 0.5s; }
.pract-blk.owl-carousel .owl-nav button.owl-prev:hover { background-position: -74px -75px; transition: 0.5s; }

/* Home Client Trusted Section */
.client-memorable-sec { background-image: url(images/client-memorable-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hm-client-trust-sec .container { max-width: 1600px; margin: 0 0 0 auto; }
.client-trust-blk { display: flex; justify-content: space-between; }
.client-trust-lft { width: 44%; padding: 70px 0 0; }
.client-trust-rgt { width: 56%; }
.client-trust-lft ul li:last-child{ margin-bottom: 44px; } 
.client-trust-rgt-img { margin: 0 0 0 -50px; }
.client-trust-lft .text-heading {padding: 0 0 30px; margin: 0 0 35px; }
.client-trust-lft .text-heading::before { position: absolute; content: ""; background-color: #3e4994; height: 5px; width: 71.4%; left: 0; bottom: 0; }
.client-trust-lft ul li { font-family: 'Inter 18pt-SemiBold'; font-size: 22px; line-height: 1.7; letter-spacing: 0px; color: #000; list-style: none; padding: 0 0 0 38px; margin: 0 0 25px; position: relative; }
.client-trust-lft ul li::before{ content: ""; position: absolute; background-image: url(images/hm-sprites.webp); background-position: -460px -10px; background-repeat: no-repeat; width: 28px; height: 28px; top: 8px; left: 0; }

/* Home Memorable Section */
.hm-memorable-sec .container { max-width: 100%;}
.hm-memorable-sec .text-heading {  margin: 0 0 94px; text-indent: 30%; }
.hm-memorable-sec::before{ content: ""; position: absolute; background-color: #3e4994; width: 69%; height: 5px; top: 0px; left: 0; }
.memorable-itm:hover:after{ content: ""; position: absolute; background-color: #fff; width: 100%; left: 0; right: 0; margin: auto; bottom: 0; height: 30px; }
.hm-memorable-sec { position: relative; padding: 100px 0 0; margin: -264px 0 0; }
.memorable-blk { display: flex; justify-content: space-between; }
.memorable-itm { width: 33.4%; background-color: #000b4f; padding: 165px 50px 50px; position: relative; }
.memorable-itm:hover { background-color: #27316a; margin: -30px 0 0; transition: 0.5s; }
.memorable-itm::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -147px; width: 75px; height: 68px; left: 0; right: 0; top: 55px; margin: auto; }
.memorable-itm.cntr::before {background-position-x: -117px;}
.memorable-itm.rgt::before { background-position-x: -222px;}
.memorable-itm P { font-family: 'Inter 18pt-Regular'; font-size: 19px; line-height: 2; letter-spacing: 0px; color: #fff; text-align: center; margin: 0; }

/* Home Case Results Section */
.caseresults-section{ padding: 70px 0 110px; } 
.case-resuls-item { width: 100%; padding: 40px 30px 35px; background-color: #e7e8f1; border-radius: 60px 0 60px 0; position: relative; text-align: center; }
.caseresults-btn { text-align: center; }
.caseresults-section .text-heading { text-align: center; margin: 0 0 35px; }
.case-resuls-item::before {position: absolute; content: ''; background-image: url('./images/case-res-bfr-img.webp'); width: 76%; height: 87px; bottom: 25px; background-size: contain; left: 0; right: 0; margin: auto; background-repeat: no-repeat; }
.case-resuls-item:hover{ background: radial-gradient(circle,rgba(61, 70, 126, 1) 0%, rgba(35, 44, 105, 1) 100%); } 
.case-resuls-item:hover h4,.case-resuls-item:hover p{ color: #fff; } 
.case-resuls-item::after { position: absolute; content: ''; background-image: url('./images/case-res-hvr-bg-img.webp'); width: 82.1%; height: 44%; left: 0; right: 0; margin: auto; bottom: 0; pointer-events: none; background-repeat: no-repeat; background-size: contain; }
.case-list.owl-carousel .owl-stage { padding: 0 0 60px; display: flex; }
.case-list.owl-carousel .owl-item { display: flex; }
.case-list.owl-carousel .owl-nav { display: flex !important; justify-content: center; gap: 450px; position: absolute; left: 0; right: 0; margin: auto; bottom: -60px; }
.case-list.owl-carousel .owl-nav button.owl-next, .case-list.owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -72px -10px; width: 75px; height: 47px; font-size: 0; }
.case-list.owl-carousel .owl-nav button.owl-next { background-position-x: -174px; }
.case-list.owl-carousel .owl-nav button.owl-prev:hover { background-position: -74px -75px; transition: 0.5s; }
.case-list.owl-carousel .owl-nav button.owl-next:hover { background-position: -177px -76px; transition: 0.5s; }
.case-list.owl-carousel { padding: 0 45px; }
.caseresults-btn { text-align: center; }
.case-resuls-item h4{ font-size:30px ; color: #141831; font-family: 'Glegoo-Bold'; line-height:1 ; padding: 83px 0 20px; margin:0 0 12px ; position: relative; } 
.case-resuls-item h4::before{ position: absolute; content: ''; background-image: url('./images/hm-sprites.webp'); background-position: -9px -236px; width: 57px; height: 57px; top: 0; left: 0; right: 0; margin: auto; } 
.case-resuls-item:hover :before { background-position: -9px -314px; } 
.case-resuls-item:hover :after{ background-color: #fff; } 
.case-resuls-item h4::after{ position: absolute; content: ''; background-color: #3e4994; width: 56%; height: 3px; bottom: 0; left: 0; right: 0; margin: auto; } 
.case-resuls-item p{    font-size: 17px; color: #3e4994; font-family: 'Inter 18pt-SemiBold'; line-height: 1.3; letter-spacing: 1.4px; text-transform: uppercase; width: 73%; margin: auto; }
.caseresults-btn a.cmn-btn { padding: 27px 37px; background-color: #3e4994; background-image: none; }
.caseresults-btn a.cmn-btn:hover{ background-image: none; background-color: #000000; }

/*Home Attorney Section*/
.hm-attorney-sec { padding: 80px 0 0; background-image: url('./images/attrny-bg-img.webp'); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; } 
.hm-attorney-sec:before,.hm-attorney-sec:after{ position: absolute; content: ''; background-color: #40487b; width: 26%; height: 4px; bottom: 0; } 
.hm-attorney-sec:before{ left: 0; } 
.hm-attorney-sec:after{ right: 0; width: 28%; } 
.hm-attorney-sec .text-heading{ margin: 0 0 28px; line-height: 1.1; } 
.hm-attorney-sec .text-heading strong{ color: #3e4994; display: block; } 
.attrny-rgt-cont .text-heading{ text-align: right; } 
.attrny-rgt-cont p,.attrny-lft-cont p{ font-size: 19px; color: #000000; font-family: 'Inter 18pt-Regular'; line-height: 1.7; margin: 0; } 
.attrny-rgt-cont p{ text-align: right; } 
.attrny-lft-btn a.cmn-btn,.attrny-rgt-btn a.cmn-btn{ padding: 57px 23px 77px 32px; border-radius: 50%;} 
.attrny-lft-btn a.cmn-btn:hover, .attrny-rgt-btn a.cmn-btn:hover { background-color: #3e4994; background-image: none; }
.attrny-lst{ display: flex; justify-content: center; } 
.attrny-lft { width: 50%; } 
.attrny-rgt { width: 50%; } 
.attrny-lft-blk,.attrny-rgt-blk{ display: flex; } 
.attrny-lft-cont { width: 49.9%; } 
.attrny-lft-img { position: relative; margin: 0px -163px 0 -10px; } 
.attrny-rgt-cont { width: 51.4%; } 
.attrny-rgt-img { position: relative; margin: 0 0 0 -90px; } 
.attrny-rgt-img img,.attrny-lft-img img{ width: 100%; display: block; } 
.attrny-lft-btn,.attrny-rgt-btn{ position: absolute; } 
.attrny-lft-btn a{ position: relative; } 
.attrny-lft-btn a::before ,.attrny-rgt-btn a::before{ position: absolute; content: ''; width: 64px; height: 23px; background-image: url(./images/hm-sprites.webp); background-repeat: no-repeat; background-position: -370px -10px; bottom: 42px; left: 0; right: 0; margin: auto; } 
.attrny-rgt-btn a::before{ background-position: -275px -10px; } 
.attrny-lft-btn{ left: 0; bottom: 63px; } 
.attrny-rgt-btn{ right: -43px; bottom: 45px; }

/*Home Testimonials Section*/
.hm-testimonials { padding: 120px 0; text-align: center; } 
.hm-testimonials .text-heading { margin: 0 0 59px 0; } 
.hm-testi-list.owl-carousel .owl-stage-outer { padding: 0 10px; margin: 0 0 50px 0; } 
.hm-testi-list.owl-carousel .star-rat { width: 131px; margin: 0 auto 29px; } 
.hm-testi-list.owl-carousel .owl-item { display: flex; } 
.hm-testi-list.owl-carousel .owl-stage { display: flex; } 
.hm-testimonials .testi-item { width: 98%; padding: 71px 50px 120px; position: relative; background-color: #f6f7f9; border-radius: 50%; border: 1px solid #000b4f; } 
.hm-testimonials .testi-item p { font-size: 19px; line-height: 1.7; text-align: center; margin: 0 0 22px; } 
.hm-testimonials .testi-item h5 { font-size: 30px; line-height: 1; position: absolute; bottom: 60px; right: 0; left: 0; margin: auto; } 
.hm-testimonials .testi-item:before { position: absolute; content: ""; background-image: url(./images/hm-sprites.webp); background-position: -359px -55px; width: 50px; height: 43px; bottom: 56px; right: 22%; } 
.hm-testi-list.owl-carousel .owl-nav.disabled { display: flex !important; justify-content: center; align-items: center; gap: 520px; margin: 0; position: absolute; left: 0; right: 0; margin: auto; bottom: -23.5%; } 
.hm-testi-list.owl-carousel .owl-nav.disabled { display: block; } 
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { background-image: url(./images/hm-sprites.webp) !important; background-position: -72px -10px !important; background-repeat: no-repeat !important; width: 75px; height: 47px; font-size: 0 !important; } 
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover { background-position-y: -75px !important; transition: 0.8s; } 
.hm-testi-list.owl-carousel .owl-nav button.owl-next { background-position: -175px -10px !important; transition: 0.8s; } 
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover { background-position-y: -75px !important; }

/* Home Atricle Section */
.tabs.article { display: flex; justify-content: space-between; align-items: center; } 
.article-lft { width: 49.6%; } 
.tab-buttons.article { width: 45.5%; } 
.hm-article-sec { padding: 75px 0 0; background-color: #fff; } 
.hm-article-sec .text-heading { padding: 0 0 40px 0; position: relative; } 
.hm-article-sec .text-heading::before { position: absolute; content: ""; background-color: #3e4994; width: 352px; height: 5px; bottom: 0; left: 0; } 
.hm-article-sec .tab-btn { color: #000; font-size: 27px; text-align: left; font-family: 'Inter 18pt-Bold'; line-height: 1.2; border: none; background-color: transparent; padding: 0 0 28px; margin: 0 0 28px; border-bottom: 1px solid #d0d4ef ; } 
.hm-article-sec .tab-btn.active { color: #3e4994; } 
.article-lft .tab-content { opacity: 0; visibility: hidden; height: 0; position: relative; z-index: 1; } 
.article-lft .tab-content::before { content: ""; position: absolute; background-color: #3e4994; width: 264px; height: 450px; right: 0; bottom: 0px; z-index: -1; }
.article-lft .tab-content img { width: 100%; display: block; } 
.article-lft .tab-content.active { opacity: 1; visibility: visible; height: 100%; border-radius: 50px 0 0 0; overflow: hidden; padding: 0 20px 20px 0; }

/*footer form*/
.footer-section{ background-image: url(images/ftr-sec-bg-img.webp); background-size: cover; background-repeat: no-repeat; background-position: center; }
.ftr-form-sctn .container{ max-width: 100%; }
.ftr-cnslt-sec { padding: 160px 0 550px 0; border-bottom: 5px solid #3e4994; background-image: url(./images/ftr-cnslt-bg-img.webp); background-size: cover; background-repeat: no-repeat; background-position: center; }
.ftr-cnslt-pg { text-align: center; }
.ftr-cnslt-pg .text-heading{ font-size: 110px; font-family: 'Glegoo-Regular'; margin:  0 0 30px 0; }
.ftr-cnslt-pg .text-heading strong{ font-weight: 400; }
.ftr-cnslt-pg p{ font-size: 25px; font-family: 'Inter-Bold'; letter-spacing: 12.5px; line-height: 1; text-transform: uppercase; color: #3e4994; margin:  0 0 40px 0; }
.ftr-cnslt-btns{ display: flex; justify-content: center; gap: 15px; }
.ftr-cnslt-btn .cmn-btn{ padding: 25px 67px; }
.ftr-call-btn .cmn-btn{ padding: 25px 67px 25px 109px; background-color: #3e4994; background-image: none; position: relative; }
.ftr-call-btn .cmn-btn:hover{ background: radial-gradient(circle,rgba(61, 70, 126, 1) 0%, rgba(35, 44, 105, 1) 100%); transition: 0.5s ease; }
.ftr-call-btn .cmn-btn::before{ position: absolute; content: " "; background-image: url(images/hm-sprites.webp); background-position: -279px -53px; background-repeat: no-repeat; width: 35px; height: 35px; left: 62px; top: 0; bottom: 0; margin: auto; }
.hm-form-lst{ display: flex; justify-content: center; }
.hm-form-serv-sec { width: 46.2%; display: flex; justify-content: center; }
.hm-form-serv-lft{ width: 47%; }
.hm-form-serv-img { margin: 0 -200px 0 0; }
.hm-form-serv-rht{ width: 53%; margin: 60px   0 0 0; }
.hm-form-serv-rht .text-heading{ padding:  0 0 30px  0; margin:  0 0 30px 0; position: relative; }
.hm-form-serv-rht .text-heading::before{ position: absolute; content: " "; background-color: #3e4994; height: 5px; width: 58.3%; bottom: 0; left: 0; }
.hm-form-serv-rht h4{ font-size: 28px; color: #000000; font-family: 'Inter 18pt-Medium'; letter-spacing: -0.5px; line-height: 1; margin:  0 0 40px 0; position: relative; padding: 0 0 0 27px; text-align: left; transition: 0.5s ease; }
.fm-serv-rht-lst{padding:  0 0  0 100px;}
.hm-form-serv-rht h4::before{ position: absolute; content: " "; background-image: url(images/hm-sprites.webp); background-position: -103px -308px; background-repeat: no-repeat; width: 31px; height: 43px; left: 0; top: 0; bottom: 0; margin: auto; transition: 0.5s ease; }
.hm-form-serv-rht h4:hover::before{ background-position-y: -240px; }
.hm-form-serv-rht h4:hover{ color: #3e4994; }
.hm-form-serv-lft img{ display: block; width: 100%; }
.hm-form .gfield label { display: none; }
.hm-form-sec .container{ width: 100%; max-width: 100%; }
.bnr-rit-cnt.footer { text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; }
.hm-form-sec{ position: relative; width: 42%; background-color: #0e1859; padding: 120px 90px 110px; border-radius: 50%; margin: -100px  0 0 0; }
.hm-form-sec .text-heading{ font-size:70px; letter-spacing:-1.4px; color: #fff; margin: 0 0 30px; line-height: 1; }
.hm-form-sec p { font-family: 'Inter 18pt-Regular'; font-size:16px; color:#fff; line-height:1; margin: 0 0 25px; text-align: center; }
.hm-form .gform_required_legend{ display: none; }
.ftr-form-sctn{ text-align: center; padding: 60px  0 0 0; }
.gchoice.gchoice_3_9_1 label { display: block; } fieldset#field_3_9 { width: 22%; border: none; }
.hm-form input::placeholder { color: #ffffff; }
.hm-form input:-ms-input-placeholder { color: #ffffff; }
.hm-form input::-ms-input-placeholder { color: #ffffff; }
.hm-form textarea::placeholder { color: #ffffff; }
.hm-form textarea:-ms-input-placeholder { color: #ffffff; }
.hm-form textarea::-ms-input-placeholder { color: #ffffff; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { margin: 0px; width: 100% ; color: #ffffff; outline: 0px; position: relative; border-radius: 0; font-family: 'Inter 18pt-Regular'; background: #27306a; line-height: 1.2 !important; font-size: 16px !important; padding: 21px 20px 21px 25px !important; transition: all 0.5s; display: block; text-align: left; height: auto; border: none; }
.hm-form .gfield{ position: relative ; }
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 48.7% ; }
.hm-form .gform_fields { display: flex ; flex-wrap: wrap; gap: 15px ; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea { width: 100% ; height: 130px; resize: none; margin: 0; padding-top: 20px; margin: 0px; min-block-size: 0px   ; }
.hm-form .gfield.msg { width: 100%; }
#field_3_6, #field_3_9 { flex: 1; }
.hm-form-sec .gform_wrapper ul.gform_fields ul { margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li { padding: 0; margin: 0 ; position: relative; width: 100%; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; font-size: 18px; font-family: 'Inter 18pt-Regular'; line-height: 1; color: #fff; letter-spacing: 0px; margin: 0; text-align:left; }
.hm-form .gform_wrapper .form-links a:hover { color: #4169e1; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 ; }
.hm-form-sec .gfield .ginput_container { margin: 0 ; }
.hm-form .gfield_description.instruction.validation_message { top: 3px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 15px ; height: 15px ; float: left; clear: both; margin: 0px 6px 0px 0 ; padding: 0 ; }
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center; margin: 30px auto 0; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block ; background-color:#3e4994; outline: none ; border: 0px none ; border-radius: 35px ; cursor: pointer; text-transform: uppercase ; transition-duration: 0.5s; font-family: 'Inter 18pt-Bold' !important; width: auto ; color: #ffffff ; font-size: 19px !important; padding: 25px 109px !important; line-height: 1 !important; letter-spacing: 0; margin: 0; position: relative; z-index: 1; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover { background-color: #000;}
.hm-form .gform_validation_errors{ display: none; }
.popup { position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.popup .popuptext { top: 15px; visibility: hidden; color: #000; position: relative ; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Inter 18pt-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; }
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; }
div#popup-container { position: absolute; z-index: 2; pointer-events: none; width: 100%; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield { position: relative; text-align: left; }
.gform_button.disabled { pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field { margin: 0; }
.gfield--type-honeypot { display: none; }

/*ERRROR*/
.hm-form .gfield_description{ margin: 0px !important }
.hm-form .gfield_description.validation_message { position: absolute; bottom: 6px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'Inter 18pt-Regular'; color: #932008; margin: 0; }
.hm-form .chk .gfield_description.validation_message{ bottom: -17px !important; }
/*.ftr-frm-sctn ends*/

/*Footer block*/
.ftr-block-sec { padding: 0; color: #fff; margin: -40px 0 0  0; overflow: hidden; }
.ftr-block-sec .ftr-logo { width: 11.5%; margin:  0 auto -85px;     position: relative; z-index: 1; }
.ftr-block-sec .ftr-logo img{ display: block; width: 100%; }
#footer-navigation ul { margin: 0 0 40px; font-size: 0; text-align: center; padding:0 0 35px; position: relative; }
#footer-navigation ul::before,#footer-navigation ul::after{ position: absolute; content: " "; background-color: #666d95; width: 49%; height: 1px; margin: auto; bottom: 0;  }
#footer-navigation ul::before{ left: -100px; }
#footer-navigation ul::after{ right: -100px; }
#footer-navigation ul li { display: inline-block; padding: 0; position: relative; margin: 0 50px; }
#footer-navigation ul li:nth-child(3){ margin-right: 400px; }
#footer-navigation ul li:first-child{ margin-left: 0; }
#footer-navigation ul li:last-child{ margin-right: 0; }
#footer-navigation ul li a { font-size: 20px; letter-spacing: -0.2px; color: #000000; padding: 0; min-width: inherit; font-family: 'Inter 18pt-SemiBold'; border: 0; line-height: 1; display: inline-block; text-transform: uppercase; }
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a { color:#3e4994; }
.ftr-block-list { display: flex ; justify-content: center; padding:  0 0 30px 0 ; position: relative; }
.ftr-block-list::before{ position: absolute; content: " "; background-color: #666d95; height: 1px; width: 113.3%; left: 50%; transform: translateX(-50%); margin: auto; bottom: 0; }
.ftr-itm { width: 29.8%; text-align:center; }
.ftr-itm h4{ color: #000000; font-family: 'Glegoo-Bold'; font-size: 40px; line-height: 1; letter-spacing: -0.8px; margin:  0 0 15px 0; padding:  80px 0 15px 0; position: relative; }
.ftr-itm h4::before{ position: absolute; content: " "; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -215px -237px; width: 50px; height: 68px; left: 0; right: 0; margin: auto; top: 0; }
.ftr-itm.cnct h4::before{ background-position-x: -288px ; width: 60px; height: 66px; }
.ftr-itm h4::after{ position: absolute; content: " "; background-color: #3e4994; width: 84px; height: 3px; left: 0; right: 0; margin: auto; bottom: 0; }
.ftr-itm p{ color: #000000; font-family: 'Inter 18pt-Regular'; font-size: 20px; line-height: 1.5; letter-spacing: -0.2px; margin: 0; }
.ftr-itm.cnct .ftr-cnct-btn p a{ color: #4d5484; font-family: 'Glegoo-Bold'; font-size: 39px; line-height: 1; letter-spacing: -2.3px; display: inline-block; }
.ftr-itm.cnct:hover .ftr-cnct-btn p a{ color: #000000; }
.ftr-itm.cnct,.ftr-itm.loc{ padding: 40px 50px ; }
.ftr-itm.map{ border: 2px solid #000b4f; }
.ftr-itm.loc{ border-right: 1px solid #c5c8de; }
.ftr-itm.map iframe { width: 100%; height: 305px; }

/*Copy Rights Section*/
.ftr-copyrights-sec { padding: 30px 0px 20px; text-align: center; }
.ftr-copyrights-sec p{ margin: 0; font-size: 19px; color: #000000; font-family: 'Inter 18pt-Regular'; letter-spacing: -0.2px; line-height: 1.6; }
.ftr-copyrights-sec p i{ font-size: 18px; }

/* -------- Responsive --------- */

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

.hm-form-sec { padding: 110px 80px; }
.hm-form-serv-rht .text-heading { font-size: 65px; }
.site-header { padding: 13px 80px 10px 80px; }

}

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

.bnr-rgt-img { margin: 0 -65px 0 0; }

.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 540px; }
.hm-practice-area-sec { padding: 110px 0 90px; }

.hm-form-sec .text-heading { font-size: 65px; }
.hm-form-sec { padding: 100px 60px; }
.hm-form-serv-rht .text-heading { font-size: 60px; }
.hm-form-serv-rht { margin: 30px   0 0 0; }
.hm-form-serv-rht h4 { font-size: 25px; }

#footer-navigation ul::before { left: -90px; }
#footer-navigation ul::after { right: -90px; }


}

@media screen and (max-width:1700px) {
.hm-client-trust-sec .container {max-width: 1500px;}

.text-heading { font-size: 65px; }

.site-header { padding: 10px 60px 10px 60px; }
.bnr-rgt-img { margin: 0 -25px 0 0; }
.bnr-lft h1 { font-size: 115px; }
.bnr-lft h1 small { font-size: 50px; }
.bnr-lft ul { margin: 0 0 30px; }

.hm-memorable-sec::before { width: 66%; }
.hm-memorable-sec { padding: 85px 0 0; }
.client-trust-lft .text-heading { font-size: 64px; }
.client-trust-rgt-img { margin: 0 0 0 -20px; }

.memorable-itm { padding: 145px 30px 40px; }
.memorable-itm:hover:after { height: 25px; }
.memorable-itm:hover { margin: -25px 0 0; }

.attrny-lft-img { margin: 0px -168px 0 -10px; }
.hm-attorney-sec:before, .hm-attorney-sec:after { width: 24%; }

.hm-practice-area-sec { padding: 90px 0; }
.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 510px; }
.pract-cont ul li a { font-size: 20px; }
.pract-cont h4 { font-size: 32px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::before { transform: scale(0.9); top: -2px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4 { padding: 85px 0 20px; }
.pract-cont h4 { font-size: 30px; }
.pract-img img { border-radius: 0 65px 0 0; }

.ftr-cnslt-sec { padding: 140px 0 500px 0; }

.hm-form-sec .text-heading { font-size: 60px; margin:  0 0 20px; }
.hm-form-sec { padding: 80px 40px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 19px 15px 19px 20px !important; }
.hm-form-sec p { font-size: 15px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 16px; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { text-align: center; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 16px !important; padding: 20px 89px !important; }
.hm-form-serv-rht .text-heading { font-size: 55px; }
.hm-form-serv-rht h4 { font-size: 22px; }
.hm-form-serv-rht h4::before { transform: scale(0.9); }
.hm-form-serv-img { margin: 0 0 -180px 0 0; }

#footer-navigation ul::before, #footer-navigation ul::after { width: 45%; }
#footer-navigation ul::before { left: 0px; }
#footer-navigation ul::after { right: 0px; }
.ftr-block-list::before { width: 100%; }


}

@media screen and (max-width:1600px) {
.hm-client-trust-sec .container, .container, .container1 {max-width: 1400px;}

.text-heading { font-size: 60px; }
a.cmn-btn { font-size: 18px; padding: 22px 50px; }

.site-header { padding: 10px 50px; }
.site-header::before {         bottom: 20%; }
#main-navigation ul li { margin:0 45px; }
#main-navigation ul li a {font-size: 17px; }
.site-branding { width: 10.5%; }
.hdr-call a { font-size: 37px; padding: 0 0 0 42px; letter-spacing: -2px; }

.bnr-lft h1 { font-size: 105px; }
.bnr-rgt-img { margin: 0 0 0 0; }
.bnr-lft h1 small { font-size: 45px; }
.bnr-lft ul li { padding: 0 0 0 18px; }
.bnr-lft ul li a { font-size: 20px; }
.bnr-lft ul li::before { left: 3px;top: 7px; }

.hm-attorney-sec .text-heading { margin: 0 0 24px;}
.attrny-lft-img { margin: 0px -164px 0 -10px; }
.attrny-rgt-img { margin: 0 0 0 -110px;}
.hm-attorney-sec:before, .hm-attorney-sec:after { width: 22%; }
.attrny-rgt-cont p, .attrny-lft-cont p { font-size: 18px;}
.attrny-lft-btn a.cmn-btn, .attrny-rgt-btn a.cmn-btn { padding: 47px 21px 70px 27px;}
.attrny-lft-btn a::before, .attrny-rgt-btn a::before{ transform: scale(0.9); bottom: 35px;}
.hm-attorney-sec:before{width: 23%;}

.case-resuls-item { border-radius: 50px 0 50px 0; }
.caseresults-section { padding: 60px 0 80px; }
.case-list.owl-carousel .owl-stage { padding: 0 0 45px;  }
.case-list.owl-carousel .owl-nav { gap: 400px; }
.case-list.owl-carousel { padding: 0 30px; }

.client-trust-lft .text-heading { font-size: 56px; padding: 0 0 23px; margin: 0px 0 25px; }
.client-trust-lft { padding: 53px 0 0; }
.client-trust-rgt { width: 54%; }
.client-trust-lft ul li { margin: 0 0 19px; font-size: 20px; }
.client-trust-rgt-img { margin: 0 0 0 -40px; }

.hm-memorable-sec { padding: 70px 0 0; margin: -193px 0 0; }
.hm-memorable-sec .text-heading { margin: 0px 0 61px; font-size: 60px; text-indent: 28%; }
.hm-memorable-sec::before { width: 67%;}
.memorable-itm::before { top: 46px; }
.memorable-itm:hover:after { height: 25px; }
.memorable-itm { padding: 135px 30px 40px; }
.memorable-itm:hover { margin: -25px 0 0; }
.case-resuls-item::before { bottom: 40px; }

.hm-award-sec { padding: 105px 0 115px; }
.hm-awards-list.owl-carousel { padding: 0 110px; }

.hm-practice-area-sec .text-heading { margin: 0 0 35px; }
.pract-cont { bottom: 40px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 450px; }
.pract-cont h4 { font-size: 27px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::before { transform: scale(0.8); top: -23px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4 { padding: 55px 0 15px; }
.pract-cont ul li { padding: 12px 25px; }
.pract-cont ul li a { font-size: 18px; }
.pract-itm::before { height: 7px; bottom: -7px; }
.hm-practice-area-sec { padding: 70px 0; }
.pract-blk.owl-carousel .owl-nav { bottom: -83px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont { bottom: 0; padding: 0px 40px; }
.hm-testimonials .testi-item { padding: 60px 35px 100px; } 
.hm-testi-list.owl-carousel .owl-nav.disabled { gap: 480px; bottom: -25%; }

.experience-left .text-heading { font-size: 55px; }

.ftr-cnslt-pg .text-heading { font-size: 100px; }

.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 47.7%; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 15px !important; padding: 17px 69px !important; }

#footer-navigation ul li a { font-size: 18px; }
#footer-navigation ul li { margin: 0px 40px; }
.ftr-block-sec .ftr-logo { width: 10.5%; margin: 0 auto -70px; }
.ftr-itm h4 { font-size: 35px; letter-spacing: -0.4px; }
.ftr-itm h4::before { transform: scale(0.9); }
.ftr-itm p { font-size: 18px; }
.ftr-itm.cnct .ftr-cnct-btn p a { font-size: 35px; letter-spacing: -1.5px; }

.ftr-copyrights-sec p { font-size: 17px; }
.ftr-copyrights-sec p i { font-size: 16px; }

}

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


.hm-form-sec .text-heading { font-size: 55px; margin: 0 0 20px; }
.hm-form-sec { padding: 70px 40px; margin: -80px  0 0 0; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 20px auto 0; }
.hm-form .gform_fields { gap: 10px; }
.hm-form-serv-rht h4 { font-size: 21px; margin: 0 0 30px 0; }
.fm-serv-rht-lst { padding: 0 0  0 70px; }
.hm-form-serv-img { margin: 0 -160px 0 0; }
.hm-form-serv-rht h4::before { transform: scale(0.8); }
.ftr-form-sctn { padding: 40px  0 0 0; }
.hm-form .gfield_description.validation_message { font-size: 11px; }
.hm-form .gform_wrapper .top_label textarea { width: 97%; margin: auto; }
.hm-form .gform_fields { justify-content: center; }
.hm-form-serv-rht .text-heading { padding: 0 0 25px  0; font-size: 50px; }
}

@media screen and (max-width:1440px) {
.hm-client-trust-sec .container, .container, .container1 {max-width: 1200px;}

.text-heading { font-size: 53px; }
a.cmn-btn { font-size: 17px; padding: 23px 40px; }

.site-header { padding: 10px 20px; }
.site-header::before {bottom: 29%; width: 70%; }
.hdr-rgt { padding: 0; }
#main-navigation ul li { margin:0 42px; }
.header-number { margin: 0 0 13px; }
.hdr-call a { font-size: 34px; letter-spacing: -1.5px; }
.hdr-call a::before { left: -2px; transform: scale(0.9); }
#main-navigation .sub-menu li a { font-size: 15px; }
#main-navigation ul li ul.sub-menu { width: 180px; }

.bnr-lft h1 { font-size: 92px;     margin: 0 0 15px; padding: 0 0 25px; }
.bnr-lft h1 small { font-size: 40px; }
.bnr-lft h1::before { height: 4px; width: 67.8%; }
.bnr-lft ul li::before { left: 3px; width: 7px; height: 7px;top: 8px; }
.bnr-lft ul li { padding: 0 0 0 15px; }
.bnr-lft ul li a { font-size: 18px; letter-spacing: 0.2px;}
.hm-banner-sec { padding: 130px 0 0; }

.hm-attorney-sec:after, .hm-attorney-sec:before{width: 20%;}
.attrny-rgt-cont p, .attrny-lft-cont p { font-size: 16px;}
.hm-attorney-sec .text-heading { margin: 0 0 15px;}
.attrny-rgt-img { margin: 0 0 0 -63px;}
.hm-attorney-sec { padding: 60px 0 0; }
.attrny-lft-img {
    margin: 0px -47px 0 -10px;
}

.case-resuls-item { padding: 30px; border-radius: 40px 0 40px 0; }
.case-resuls-item h4 { font-size: 27px; padding: 75px 0 20px; }
.case-resuls-item::after { width: 65.1%; height: 33%; }
.case-resuls-item::before { bottom: 47px; width: 84%; }
.case-resuls-item h4::before { top: -2px; transform: scale(0.9); }
.case-list { gap: 32px;}
.caseresults-section { padding: 50px 0 65px; }
.case-list.owl-carousel .owl-stage { padding: 0 0 35px;}
.caseresults-section .text-heading { margin: 0 0 25px; }
.caseresults-btn a.cmn-btn { padding: 22px 30px; }
.case-list.owl-carousel .owl-nav { gap: 360px; bottom: -55px; }
.case-list.owl-carousel .owl-nav button.owl-next, .case-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.85); }
.case-list.owl-carousel { padding: 0 15px; }

.client-trust-lft { padding: 47px 0 0; }
.client-trust-rgt { width: 52%; }
.client-trust-rgt-img { margin: 0px 0 0 -37px; }
.client-trust-lft .text-heading { font-size: 52px; padding: 0 0 22px; margin: 0px 0 21px; }
.client-trust-lft ul li { margin: 0px 0 17px; font-size: 18px; padding: 0 0 0 32px; }
.client-trust-lft ul li::before { transform: scale(0.8); top: 4px; }
.client-trust-lft  a.cmn-btn { font-size: 18px; padding: 23px 56px; }
.client-trust-lft ul li:last-child { margin-bottom: 32px; }

.hm-memorable-sec .text-heading { margin: 0px 0 56px; font-size: 56px; text-indent: 26%; }
.hm-memorable-sec { padding: 54px 0 0; margin: -166px 0 0; }
.memorable-itm { padding: 120px 25px 30px; }
.memorable-itm::before { top: 35px; transform: scale(0.9); }
.memorable-itm:hover { margin: -20px 0 0; }
.memorable-itm:hover:after { height: 20px; }
.memorable-itm P { font-size: 17px; }

.hm-award-sec .text-heading { margin: 0 0 45px;}
.hm-award-sec { padding: 65px 0 85px; }
.hm-awards-list.owl-carousel { padding: 0 95px; }
.award-item { padding: 25px 20px 30px; }

.pract-img img { border-radius: 0 50px 0 0; }
.pract-cont ul li { padding: 7px 10px; }
.pract-cont ul li a { font-size: 17px; }
.pract-cont ul li:last-child { padding: 7px 30px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::before { transform: scale(0.7); top: -23px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4 { padding: 45px 0 15px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::after { width: 170px; height: 2px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 400px; }
.pract-cont { bottom: 30px; }
.pract-cont h4 { font-size: 24px; }
.hm-practice-area-sec .text-heading { margin: 0 0 25px; }
.pract-blk.owl-carousel .owl-nav button.owl-next, .pract-blk.owl-carousel .owl-nav button.owl-prev { transform: scale(0.85); }
.hm-practice-area-sec { padding: 60px 0; }
.pract-blk.owl-carousel .owl-nav { gap: 400px; }

.hm-testimonials { padding: 90px 0 60PX 0; } 
.hm-testimonials .testi-item { padding: 40px 30px 60px; } 
.hm-testi-list.owl-carousel .star-rat { width: 131px; margin: 0 auto 20px; } 
.hm-testimonials .testi-item p { font-size: 17px; } 
.hm-testimonials .testi-item h5 { font-size: 25px; bottom: 40px; } 
.hm-testimonials .testi-item:before { bottom: 30px; right: 22%; transform: scale(0.8); } 
.hm-testimonials .text-heading { margin: 0 0 50px 0; } 
.hm-testi-list.owl-carousel .owl-nav.disabled { gap: 550px; bottom: -25.5%; transform: scale(0.8); } 
.hm-testi-list.owl-carousel .owl-stage-outer { margin: 0 0 40px 0; }
.hm-testi-list.owl-carousel .star-rat { margin: 0 auto 15px; }

.experience-left .text-heading { font-size: 50px; margin: 0 0 17px; } 
.experience-right p { font-size: 17px; } 
.experience-call p a { font-size: 36px; letter-spacing: -1.04px; }
.experience-lft-image { padding: 0 15px 15px 0; margin: 0 0 15px; } 
.experience-call p { font-size: 16px; } 
.experience-call { padding: 0 0 0 45px; }
.experience-btn a.cmn-btn { padding: 25px 70px; }
.experience-btn-call { gap: 25px; }

.hm-article-sec .text-heading { padding: 0 0 35px 0; margin: 0 0 30px 0; } 
.hm-article-sec .tab-btn { font-size: 25px; padding: 0 0 26px; margin: 0px 0 26px; }

.ftr-cnslt-pg .text-heading { font-size: 80px; margin: 0 0 20px 0; }
.ftr-cnslt-pg p { font-size: 20px; letter-spacing: 10.5px; margin: 0 0 30px 0; }
.ftr-cnslt-sec { padding: 120px 0 440px 0; }
.ftr-cnslt-btn .cmn-btn { padding: 25px 67px; font-size: 17px; }
.ftr-cnslt-btn .cmn-btn { padding: 20px 47px; font-size: 17px; }
.ftr-call-btn .cmn-btn { padding: 20px 57px 20px 99px; font-size: 17px; }
.ftr-call-btn .cmn-btn::before { transform: scale(0.9); left: 50px; }

.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 15px; }

#footer-navigation ul li { margin: 0px 30px; }
#footer-navigation ul li:nth-child(3) { margin-right: 300px; }
#footer-navigation ul { margin: 0 0 30px; padding: 0 0 25px; }
.ftr-block-sec .ftr-logo { margin: 0 auto -50px; }
.ftr-itm h4::before { transform: scale(0.8); transform-origin: top; }
.ftr-itm h4 { padding: 70px 0 15px 0; font-size: 30px; letter-spacing: 0px; }
.ftr-itm p { font-size: 16px; }
.ftr-itm.cnct .ftr-cnct-btn p a { font-size: 30px; letter-spacing: 0px; }
.ftr-copyrights-sec p { font-size: 15px; }
.ftr-itm.map iframe { height: 250px; }
.ftr-itm.cnct, .ftr-itm.loc { padding: 25px 50px; }
.copy-para img{ max-width: 90px; height: auto; }

.case-resuls-item p {font-size: 15px;letter-spacing: 1px;    width: 78%;}

}

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

/* .pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 430px; } */

.hm-form-sec .text-heading { font-size: 53px; }
fieldset#field_3_9 { padding: 0; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 13px; }
.hm-form-serv-rht .text-heading { font-size: 45px; }
.hm-form-serv-rht h4 { font-size: 19px; }
.hm-form-sec { padding: 60px 40px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { padding: 16px 15px 16px 15px !important; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 15px 60px !important; }

}

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


 }

@media screen and (max-width:1240px) {
.hm-client-trust-sec .container, .container, .container1 {max-width: 990px;padding: 0 10px;}

.text-heading { font-size: 44px; margin: 0 0 20px 0; letter-spacing: -0.5px; }
a.cmn-btn { font-size: 16px; padding: 20px 34px; }
.site-header::before { bottom: 12.9%; width: 73%;}

#main-navigation ul li a {font-size: 16px; }
#main-navigation ul li {margin: 0 26px; }
.bnr-lft h1 small { font-size: 31px; }
.bnr-lft h1 { font-size: 76px;        margin: 0 0 5px; }
.bnr-lft ul li a { font-size: 15px; }
.bnr-lft ul li { padding: 0 0 0 10px; }
.bnr-lft { width: 55%; }
.bnr-lft ul { margin: 0 0 15px; }
.bnr-lft ul li::before { left:0px; width: 5px; height: 5px;top: 9px; }
.hm-banner-sec { padding: 110px 0 0; }

.hm-attorney-sec { padding: 50px 0 0;}
.hm-attorney-sec .text-heading { font-size: 40px; }
.attrny-rgt-cont p, .attrny-lft-cont p { font-size: 14px;}
.attrny-lft-btn a.cmn-btn, .attrny-rgt-btn a.cmn-btn { padding: 35px 14px 53px 14px; font-size: 15px; }
.attrny-lft-cont { width: 60%; } 
.attrny-lft-img { margin: 0 -64px 0 0; max-width: 305px; width: 100%; }
.attrny-rgt-img {        margin: 0 0 0 -47px; max-width: 304px; width: 100%;}
.attrny-rgt-cont { width: 60%; }
.attrny-rgt-btn { right: -10px; bottom: 30px; }
.attrny-lft-btn { bottom: 35px; left: 10px; }
.attrny-lft-btn a::before, .attrny-rgt-btn a::before { transform: scale(0.7); bottom: 21px; }

.case-list { gap: 0; justify-content: space-between; }
.case-resuls-item h4 { font-size: 23px; padding: 70px 0 20px;}
.case-resuls-item::before { bottom: 20px; }
.caseresults-section { padding: 40px 0 45px; }
.case-resuls-item p { font-size: 13px; letter-spacing: 1px;}
.case-resuls-item { padding: 20px 30px; border-radius: 30px 0 30px 0; }
.case-resuls-item h4::before { top: -5px; transform: scale(0.8); }
.case-list.owl-carousel .owl-stage { padding: 0 0 25px; }
.case-list.owl-carousel .owl-nav button.owl-next, .case-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.75); }
.case-list.owl-carousel .owl-nav { gap: 320px; }

.client-trust-lft { padding: 40px 0 0; }
.client-trust-lft .text-heading { font-size: 43px; padding: 0 0 19px; margin: 0px 0 19px; }
.client-trust-lft ul li { margin: 0px 0 13px; font-size: 15px; }
.client-trust-lft ul li:last-child { margin-bottom: 22px; }
.client-trust-lft  a.cmn-btn { font-size: 14px; padding: 18px 27px; }
.client-trust-lft ul li::before { transform: scale(0.7); top: 4px; }

.hm-memorable-sec { padding: 33px 0 0; margin: -112px 0 0; }
.hm-memorable-sec .text-heading { margin: 0px 0 34px; font-size: 45px; text-indent: 23%; }
.memorable-itm::before { top: 20px; transform: scale(0.7); }
.memorable-itm { padding: 100px 20px 25px; }
.memorable-itm P { font-size: 15px; }
.memorable-itm:hover { margin: -15px 0 0; }
.memorable-itm:hover:after { height: 15px; }
.hm-memorable-sec .container { padding: 0; }
.hm-memorable-sec::before { width: 64%; }

.hm-awards-list.owl-carousel .owl-nav button.owl-next, .hm-awards-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.7); }
.hm-awards-list.owl-carousel { padding: 0 80px; }
.hm-awards-list.owl-carousel .owl-nav { width: 100%; }
.award-item { padding: 15px 10px 15px;}
.hm-award-sec .text-heading { margin: 0 0 30px; }
.hm-award-sec { padding: 45px 0 50px; }

.pract-cont h4 { font-size: 20px; }
.pract-cont { bottom: 20px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::before { transform: scale(0.6); top: -13px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4::after { width: 138px;}
.pract-blk.owl-carousel .owl-item.active.center .pract-cont h4 { padding: 60px 0 10px; }
.pract-cont ul li a { font-size: 13px; }
.pract-cont ul li { padding: 4px; }
.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 360px; }
.pract-cont ul li:last-child { padding: 4px 25px; }
.hm-practice-area-sec .text-heading { margin: 0 0 20px; }
.pract-img img { border-radius: 0 35px 0 0; }
.pract-itm::after { border-radius: 0 35px 0 0; }
.pract-itm::before { height: 5px; bottom: -5px; }
.hm-practice-area-sec { padding: 50px 0; }
.pract-blk.owl-carousel .owl-nav { gap: 360px; }

.hm-testimonials .testi-item { padding: 30px 28px 37px; } 
.hm-testimonials .text-heading { margin: 0 0 40px 0; } 
.hm-testimonials .testi-item p { font-size: 14px; margin: 0 0 19px 0; } 
.hm-testi-list.owl-carousel .owl-nav.disabled { gap: 425px; bottom: -33%; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.75); }
.hm-testi-list.owl-carousel .star-rat { width: 110px; margin: 0 auto 15px; } 
.hm-testimonials .testi-item:before { bottom: 16px; right: 20%; transform: scale(0.6); } 
.hm-testimonials .testi-item h5 { bottom: 27px; font-size: 18px; }

.experience-left .text-heading { font-size: 42px; } 
.experience-lft-image { padding: 0 10px 10px 0; }
.experience-call p a { font-size: 29px; } 
.experience-call p { font-size: 15px; letter-spacing: 2.36px; }
.experience-call p a::before { transform: scale(0.9); } 
.experience-btn a.cmn-btn { padding: 20px 55px; } 
.experience-lft-image::before { width: 100px; height: 230px; } 
.experience-right p { font-size: 15px; margin: 0 0 10px; }

.article-lft .tab-content::before { height: 350px; } 
.hm-article-sec .text-heading::before { width: 250px; height: 4px; } 
.hm-article-sec .text-heading { padding: 0 0 30px 0; margin: 0 0 20px 0; } 
.hm-article-sec .tab-btn { font-size: 20px; padding: 0 0 20px; margin: 0px 0 20px; } 
.hm-article-sec { padding: 60px 0 0; }

/* ftr-cnslt-sec */
.ftr-cnslt-pg .text-heading { font-size: 70px; }
.ftr-cnslt-pg p { font-size: 17px; letter-spacing: 8.5px; }
.ftr-cnslt-btn .cmn-btn { padding: 17px 37px; font-size: 14px; }
.ftr-call-btn .cmn-btn { padding: 17px 37px 17px 79px; font-size: 14px; }
.ftr-call-btn .cmn-btn::before { transform: scale(0.8); left: 38px; }
.ftr-cnslt-sec { padding: 80px 0 350px 0; }

.hm-form-sec .text-heading { font-size: 45px; margin: 0 0 10px  0; }
.hm-form-serv-rht .text-heading { font-size: 37px; padding: 0 0 15px 0; margin: 0 0 20px 0; }
.hm-form-serv-rht { margin: 15px   0 0 0; }
.hm-form-serv-rht h4 { font-size: 16px; margin: 0 0 25px 0; }
.fm-serv-rht-lst { padding: 0 0  0 40px; }
.hm-form-serv-rht h4::before { transform: scale(0.7); }
.hm-form-serv-img { margin: 20px -90px 0 0; }
.hm-form-lst { justify-content: space-between; }
.hm-form-sec { width: 51%; }
.hm-form-sec .text-heading { font-size: 40px; }
.hm-form-sec { padding: 50px 40px; }

#footer-navigation ul li a { font-size: 16px; }
#footer-navigation ul li { margin: 0px 20px; }
#footer-navigation ul li:nth-child(3) { margin-right: 230px; }
#footer-navigation ul { padding: 0 0 15px; }
.ftr-block-sec .ftr-logo { margin: 0 auto -39px; }
.ftr-itm.cnct, .ftr-itm.loc { padding: 25px 30px; }
.ftr-itm h4 { padding: 60px 0 10px 0; font-size: 28px; margin:  0 0 10px 0; }
.ftr-itm h4::before { transform: scale(0.7); }
.ftr-itm.cnct .ftr-cnct-btn p a { font-size: 25px; }
.ftr-itm.map iframe { height: 210px; }
/* .ftr-copyrights-sec p { font-size: 14px; } */
.ftr-copyrights-sec p i { font-size: 14px; }
.ftr-copyrights-sec { padding: 20px 0px 10px; }
.copy-para img { max-width: 80px; }

}

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

.pract-blk.owl-carousel .owl-item.active.center .pract-itm { min-height: 350px; }

}

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


}

@media screen and (max-width:991px) {
.hm-memorable-sec .container, .hm-client-trust-sec .container, .container, .container1 {max-width: 720px; padding: 0 10px;}
.hm-client-trust-sec .container { margin: auto; }

.text-heading { font-size: 40px; }
a.cmn-btn { font-size: 15px; }


.head-sec {padding: 20px 0; }
.showhide {display: block;}
.mobinav ul {display: block;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul {padding: 10px 10px;text-align: left;display: block;}
.mobinav {top: 44px;display: block;}
.mobile_src_nav { display: block; padding: 8px 0px; background-color: #000b4f; }
.logo-rit {max-width: 100%;text-align: center;background-color: transparent;border: 0;padding: 0;}
.sticky-wrap {display: block;}

header#site-header {border: none;background-color: transparent;}
nav#main-navigation {display: none;}
.header-sticky.fixed-header {display: block;}
header.site-header.is-sticky{display: none;}
.logo-section{position: relative;padding: 15px 0 !important;align-items: center;  flex-direction: column; gap: 12px; }
.site-branding {width: 100%;max-width: 130px;padding: 0;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 120px;}
.site-header { padding: 0; background-color: #fff; position: static; }
.header-number { margin: 0; flex-direction: column; gap: 7px; }
.site-header::before { display: none;}

.hm-banner-sec { padding: 30px 0; }
.bnr-lft { width: 100%; text-align: center; }
.bnr-blk { flex-direction: column-reverse; gap: 20px; }
.bnr-rgt { width: 100%; max-width: 320px; border: 2px solid #000b4f; padding: 10px 10px 0; }
.bnr-lft h1::before { display: none; }
.bnr-lft h1 { font-size: 68px; padding: 0; }
.hm-banner-sec::before { height: 3px; width: 100%; }

.hm-attorney-sec { padding: 30px 0; }
.attrny-lst{flex-direction: column; gap: 20px;}
.attrny-lft, .attrny-rgt {width: 100%; margin: 0;}
.hm-attorney-sec .text-heading strong {display: inline-block;}
.attrny-rgt-cont .text-heading { text-align:center; font-size: 36px;}
.attrny-rgt-cont p { text-align: center;}
.attrny-lft-blk{flex-direction: column-reverse; gap: 20px;}
.attrny-rgt-blk{flex-direction: column; gap: 20px;}
.attrny-lft-cont, .attrny-rgt-cont{width: 100%; text-align: center;}
.attrny-lft-img, .attrny-rgt-img  {width: 100%; max-width: 300px; margin: auto; border: 2px solid #000; padding: 20px 20px 0;}
.attrny-lft-btn, .attrny-rgt-btn { bottom: 15px; left: 0; right: 0; margin: auto; text-align: center; }
.attrny-lft-btn a.cmn-btn, .attrny-rgt-btn a.cmn-btn { padding: 14px 30px; border-radius: 10px; font-size: 14px; }
.attrny-lft-btn a::before, .attrny-rgt-btn a::before { display: none; }
.hm-attorney-sec:after, .hm-attorney-sec:before {display: none;}

.caseresults-section{padding: 30px 0;}
.case-resuls-item::before {display: none;}
.case-resuls-item { border-radius: 0; border: 2px solid #000b4f; margin: 0 3px; }
.case-resuls-item h4::before { transform: scale(0.8);}
.case-resuls-item p { letter-spacing: 0;width: 100%;font-size: 14px;}
.case-resuls-item h4 { font-size: 22px; padding: 60px 0 15px; }
.caseresults-section .text-heading{ margin: 0 0 23px; }
.caseresults-btn a.cmn-btn { padding: 18px 30px;}
.case-list.owl-carousel .owl-nav { gap: 310px; bottom: -48px; }
.case-list.owl-carousel .owl-nav button.owl-prev, .case-list.owl-carousel .owl-nav button.owl-next{transform: scale(0.7);}
.case-resuls-item h4::after { width: 42%;}
.case-list.owl-carousel { padding: 0; }

.client-trust-blk { justify-content: center; flex-direction: column-reverse; align-items: center; gap: 20px; }
.client-trust-rgt { width: 100%; max-width: 400px; border: 2px solid #000b4f; padding: 10px 10px 0; }
.client-trust-rgt-img { margin: 0px 0 0 0px; }
.client-trust-lft { padding: 0; width: 100%; margin: 0 auto; }
.client-trust-lft .text-heading::before { width: 60.4%; right: 0px; margin: auto; }
.client-trust-lft .text-heading { font-size: 37px; padding: 0 0 17px; margin: 0px 0 17px; text-align: center; }
.client-trust-btn { text-align: center; }

.hm-memorable-sec::before { display: none; }
.hm-memorable-sec { margin: 0px 0 0; }
.memorable-itm { width: 100%; max-width: 450px; margin: 0 auto; border: 2px solid #70789c; padding: 90px 15px 25px; }
.memorable-blk .owl-stage{ display: flex; }
.memorable-blk .owl-item{ display: flex;  justify-content: center; height: auto; }
.memorable-itm:hover{ background-color: #000b4f; transform: none; margin: 0; }
.memorable-itm:hover::after{ display: none; }
.memorable-blk { padding: 0 0 30px; }
.memorable-blk.owl-carousel .owl-nav { display: flex !important; justify-content: center; gap: 50px; margin: 25px 0 0; }
.memorable-blk.owl-carousel .owl-nav button.owl-next, .memorable-blk.owl-carousel .owl-nav button.owl-prev { font-size: 0; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -275px -10px; width: 64px; height: 23px; }
.memorable-blk.owl-carousel .owl-nav button.owl-next { background-position-x: -370px; }
.memorable-itm::before { top: 16px; }

.hm-awards-list.owl-carousel .owl-nav{ justify-content: center; bottom: -54px; top: auto; margin: 0;}
.hm-awards-list.owl-carousel { padding: 0 10px; }
.award-item { padding: 15px 10px; border: 2px solid #000; margin: 0 5px;}
.hm-award-sec { padding: 30px 0; }
.hm-award-sec .text-heading { margin: 0 0 25px; font-size: 27px; padding: 0; }
.hm-award-sec .text-heading::before {display: none;}
.hm-awards-list::before { display: none;}

.pract-itm::before{display: none;}
.pract-img img { border-radius: 0; border: 5px solid #3e4994; }
.pract-itm:hover { padding: 30px; background-color: #29326e; border-radius: 0; min-height: 240px; overflow: hidden; display: flex; }
.pract-itm:hover .pract-cont {height: 100%; bottom: 0;}
.pract-blk.owl-carousel .owl-stage { align-items: normal; }
.pract-itm { height: 100%; }
.pract-itm:hover .pract-img { display: none;}
.pract-itm:hover .pract-cont h4 { padding: 0; margin: 0 0 10px; }
.pract-itm:hover .pract-cont h4::before { display: none; }
.pract-itm:hover .pract-cont h4::after { display: none; }
.pract-itm:hover .pract-cont ul{ display: block; }
.pract-blk { margin: 0 0 20px; }
.pract-blk.owl-carousel .owl-nav { gap: 40px; margin: 10px auto 0;  position: static; }
.pract-blk.owl-carousel .owl-nav button.owl-next, .pract-blk.owl-carousel .owl-nav button.owl-prev { transform: scale(0.75); }
.hm-practice-area-sec { padding: 30px 0; }
.prtct-itm-hvr h5 { margin: 0 !important; }

.hm-testimonials { padding: 40px 0; } 
.hm-testimonials .testi-item p { font-size: 16px; } 
.hm-testimonials .text-heading { margin: 0 0 30px 0; } 
.hm-testimonials .testi-item { padding: 30px 28px 33px; } 
.hm-testi-list.owl-carousel .owl-stage-outer { margin: 0 0 20px 0; padding: 0 8px; } 
.hm-testimonials .testi-item h5 { bottom: 20px; font-size: 22px; } 
.hm-testimonials .testi-item:before { bottom: 8px; right: 6%; } 
.hm-testimonials .owl-nav { display: flex; justify-content: center; gap: 30px; margin: 0 0 10px 0; transform: scale(0.8); } 
.hm-testimonials .testi-item { border-radius: 0; }

.experience-blk { display: flex; justify-content: center; flex-direction: column; gap: 20px; } 
.experience-left .text-heading { font-size: 35px; text-align: center; line-height: 1.2; } 
.experience-left { width: 100%; max-width: 470px; margin: auto; } 
.experience-lft-image img{ border-radius: 0; padding: 10px; border: 1px solid #3e4994; } 
.experience-btn-call { justify-content: center; gap: 10px; flex-direction: column-reverse; } 
.experience-lft-image::before{ display: none; } 
.experience-lft-image { padding: 0; } 
.experience-btn a.cmn-btn { padding: 15px 35px; } 
.experience-call p a::before { transform: scale(0.8); } 
.experience-right { width: 100%; margin: auto; text-align: center; } 
.experience-call { padding: 0 0 0 40px; }
.hm-experience-sec { padding: 30px 0 0; }

.article-lft .tab-content::before { display: none; } 
.tabs.article { justify-content: center; gap: 20px; flex-direction: column-reverse; }
.article-lft .tab-content.active { padding: 0; border-radius: 0; overflow: hidden; } 
.article-lft { width: 100%; max-width: 400px; margin: auto; border: 2px solid #3e4994; padding: 10px; } 
.tab-buttons.article { width: 100%; text-align: center; } 
.hm-article-sec .text-heading::before { width: 150px; height: 4px; margin: auto; left: 0; right: 0; } 
.hm-article-sec .text-heading { padding: 0 0 20px 0; margin: 0 0 20px 0; } 
.hm-article-sec .tab-btn { font-size: 18px; padding: 0 0 15px; margin: 0px 0 15px; text-align: center; } 
.hm-article-sec { padding: 0; }

.ftr-cnslt-sec { padding: 30px 0; }
.ftr-cnslt-pg .text-heading { font-size: 50px; }
.ftr-cnslt-pg p { font-size: 15px; letter-spacing: 5.5px; }

.hm-form-lst { flex-direction: column; gap: 20px; }
.hm-form-serv-sec { width: 100%; margin: auto; max-width: 550px; }
.hm-form-sec { width: 100%; margin: auto; border-radius: 0; }
.hm-form-sec { padding: 30px; }
.ftr-block-sec { margin: 0; }
.hm-form-serv-img { margin: 0 -100px 0 0; }

.ftr-block-sec .ftr-logo{ margin: auto;}
#footer-navigation ul li:nth-child(3) { margin-right: 10px; }
.hm-form-lst { margin: 0 0 20px; }
.ftr-block-sec .ftr-logo { margin: 0 auto 20px; }
#footer-navigation ul li{ margin:  0 10px; }
#footer-navigation ul::before ,#footer-navigation ul::after{ display: none; }
#footer-navigation ul{ border-bottom: 1px solid #cdcfdf; }
.ftr-block-list { flex-direction: column; gap: 20px; }
.ftr-itm { width: 100%; max-width: 300px; margin: auto; border: 4px solid #c5c8de; }
.ftr-itm.loc { border-right: 4px solid #c5c8de; }
.ftr-block-sec .ftr-logo { width: 100%; max-width: 150px; }

}

@media screen and (max-width:767px) {
.hm-client-trust-sec .container, .container, .container1 {max-width: 100%;padding: 0 15px;}

.text-heading { font-size: 30px; } 
a.cmn-btn { padding: 16px 30px; }

.showhide b.txtr { font-size: 31px; line-height: 25px; }
.showhide b.txtl { font-size: 18px; }
.showhide { padding: 0px 0 0 25px; }
.bnr-lft h1 strong { display: inline-block;}

.bnr-lft h1 small { font-size: 25px; }
.bnr-lft h1 { font-size: 55px; }
.bnr-lft ul li { display: block; }

	.bnr-lft ul li::before{ display:none;}
.case-list.owl-carousel .owl-nav { gap: 43px; bottom: -9px;  margin: 0 0 18px;}
.case-list.owl-carousel .owl-stage { padding: 0 0 68px; }
.case-resuls-item h4::after { width: 37%; }

.client-trust-rgt { max-width: 400px; }
.client-trust-lft .text-heading { font-size: 33px; padding: 0 0 15px; margin: 0px 0 17px; }
.client-trust-lft ul li { margin: 0px 0 10px; }
.client-trust-lft ul li:last-child { margin-bottom: 16px; }
 
.hm-memorable-sec .text-heading { margin: 0px 0 22px; font-size: 39px; }
.memorable-itm::before { top: 10px; }
.memorable-itm { padding: 80px 15px 25px; }

.hm-award-sec .text-heading { font-size: 24px; padding: 0 0 16px;}
.award-item { max-width: 370px; width: 100%; margin: auto; }

.pract-itm:hover { min-height: 290px; }
.pract-blk { margin: 0 0 10px; }
.pract-cont { bottom: 40px; }

.hm-testimonials { padding: 30px 0; } 
.hm-testimonials .owl-nav { margin: 0px 0 5px 0; transform: scale(0.7); } 
.hm-testi-list.owl-carousel .owl-stage-outer { margin: 0 0 15px 0; } 
.hm-testimonials .text-heading { margin: 0 0 20px 0; } 
.hm-testimonials .testi-item { padding: 25px 28px 33px; } 
.hm-testi-list.owl-carousel .owl-stage-outer { padding: 0 5px 0px 5px; }

.experience-left .text-heading { font-size: 25px; margin: 0 0 15px 0; } 
.experience-btn a.cmn-btn { padding: 17px 40px; } 
.experience-call p a::before { transform: scale(0.7); } 
.experience-call { padding: 0 0 0 38px; } 
.experience-left .text-heading { font-size: 22px; letter-spacing: 0; } 
.experience-call p { font-size: 14px; letter-spacing: 1px; }
.experience-lft-image img { padding: 8px; }

.article-lft { width: 100%; max-width: 420px; margin: auto; border: 1px solid #3e4994; padding: 5px; } 
.hm-article-sec .tab-btn { font-size: 16px; padding: 0 0 15px; margin: 0px 0 12px; text-align: center; } 
.hm-article-sec .text-heading { padding: 0 0 10px 0; margin: 0 0 16px 0; } 
.hm-article-sec .text-heading::before { width: 110px; height: 2px; }

.ftr-cnslt-pg .text-heading { font-size: 34px; margin:  0 0 10px 0; }
.ftr-cnslt-pg p { font-size: 14px; letter-spacing: 2.5px; margin: 0 0 20px 0; }
.ftr-cnslt-btns { flex-direction: column-reverse; gap: 10px; }
.ftr-cnslt-btn .cmn-btn { padding: 15px 27px; font-size: 13px; }
.ftr-call-btn .cmn-btn { padding: 15px 27px 15px 59px; font-size: 13px; }
.ftr-call-btn .cmn-btn::before { left: 19px; }
.ftr-cnslt-pg p { letter-spacing: 1px; margin: 0 0 11px 0; }
.ftr-call-btn .cmn-btn::before { transform: scale(0.7); }

.hm-form-serv-sec { flex-direction: column-reverse; }
.hm-form-serv-lft { margin: auto; text-align: center; }
.hm-form-serv-rht { margin: auto; }
.fm-serv-rht-lst { padding: 0 ; }
.hm-form-serv-rht h4::before { transform: scale(0.6); }
.ftr-form-sctn { padding: 20px  0 0 0; }
.hm-form-serv-rht .text-heading { font-size: 33px; }
.hm-form-sec { padding: 20px; }
.hm-form .gform_fields { flex-direction: column; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 100%; }
.hm-form .gform_wrapper .top_label textarea { width: 100%; } fieldset#field_3_9 { width: 100%; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { text-align: left; }
.hm-form .chk .gfield_description.validation_message { bottom: 0px !important; right: 80px !important; }
.hm-form-sec .text-heading { font-size: 35px; }
.hm-form-serv-lft { max-width: 300px; width: 100%; }
.hm-form-serv-rht { max-width: 300px; width: 100%; }
.hm-form-serv-img { margin: 0; border: 2px solid #000; padding: 10px; }
.ftr-itm.cnct, .ftr-itm.loc { padding: 20px; }
.hm-form-serv-rht .text-heading::before { height: 3px; right: 0; margin: auto; }
.hm-form-serv-rht h4 { margin: 0 0 20px 0; }

#footer-navigation ul li a { font-size: 14px; }
#footer-navigation ul li { margin: 0 10px 10px; }
#footer-navigation ul { padding:   0 0 5px 0; margin:  0 0 20px 0; }

}

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

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

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

.text-heading { font-size: 28px; } 
a.cmn-btn { font-size: 14px; }

.sicky-cnt.sticky-mobile-logo { max-width: 90px; }
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button { font-size: 15px; }
.header-sticky .sticky-cnt button:before { transform: scale(0.9); }

.hdr-txt { font-size: 14px; letter-spacing: 0.6px; text-align: center; }
.bnr-lft h1 small { font-size: 20px; }
.bnr-lft h1 { font-size: 43px; }

.award-item { margin: 0 3px; }

.hm-attorney-sec .text-heading { font-size: 30px; margin: 0 0 10px; }

.hm-testimonials .testi-item h5 { bottom: 16px; font-size: 20px; }

.caseresults-btn a.cmn-btn { padding: 19px 21px; }
.case-resuls-item p { font-size: 14px;}
.case-resuls-item { padding:10px; }
.case-resuls-item h4 { padding: 55px 0 15px; font-size: 20px;}
.case-resuls-item h4::before { transform: scale(0.7); }
.case-list.owl-carousel .owl-nav { gap: 10px;}
.case-list.owl-carousel .owl-nav button.owl-prev, .case-list.owl-carousel .owl-nav button.owl-next { transform: scale(0.7); }

.client-trust-lft .text-heading { font-size: 28px; padding: 0 0 13px; margin: 0px 0 8px; }
.client-trust-lft ul li { font-size: 14px; }
.client-trust-lft ul li br{ display: none; }

.hm-memorable-sec { padding: 17px 0 0; }
.hm-memorable-sec .text-heading { margin: 0px 0 16px; font-size: 33px; }
.memorable-itm P { font-size: 14px; }
.memorable-itm { max-width: 300px; }
.memorable-itm::before { top: 14px; transform: scale(0.6); }
.memorable-blk { padding: 0 0 15px; }
.memorable-blk.owl-carousel .owl-nav { gap: 40px; margin: 15px 0 0; }

.hm-award-sec .text-heading { font-size: 18px; padding: 0 0 13px;}

.pract-itm:hover { min-height: 230px; }
.pract-cont { bottom: 20px; }
.pract-blk.owl-carousel .owl-nav button.owl-next, .pract-blk.owl-carousel .owl-nav button.owl-prev { transform: scale(0.65); }
.pract-blk.owl-carousel .owl-nav { gap: 10px; }

.hm-testimonials .testi-item { padding: 25px 20px 25px; } 
.hm-testimonials .text-heading { margin: 0 0 15px 0; } 
.hm-testimonials .testi-item { padding: 25px 15px 25px; } 
.hm-testi-list.owl-carousel .owl-stage-outer { padding: 0 5px 0px 5px; }

.experience-lft-image img { padding: 5px; } 
.experience-call p { font-size: 14px; letter-spacing: 1px; }
.experience-btn a.cmn-btn { padding: 14px 27px; } 

.ftr-cnslt-pg .text-heading { font-size: 30px; letter-spacing: 0; }

.hm-form-serv-rht .text-heading { font-size: 30px; }
.hm-form-sec .text-heading { font-size: 30px; }
.hm-form-sec p { margin: 0 0 20px 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 12px 26px !important; }
.hm-form-sec .text-heading { font-size: 35px; }

.ftr-itm h4 { font-size: 25px; }
.ftr-itm h4::before { transform: scale(0.6); }                                                                                                                          
.hm-form .chk .gfield_description.validation_message { bottom: -14px !important; right: 10px !important; }

}

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

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

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