/*
Theme Name:   Lewitas Hyman PC
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:  lewitashyman
*/


: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: 'Geist-Regular';
font-weight: normal;
-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: 'Geist-SemiBold';
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
p, li, ul, ol, blockquote {
font-family: 'Geist-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;
}
a:hover, a:focus, a:active{color: #fff;}
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: #76d03a; z-index: 9999; border-bottom: 2px solid #0f2659; } 
.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: 20px; color: #fff; font-family: 'Geist-Regular'; 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: #0f2659; 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: 'Geist-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{ 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: 'Geist-Regular'; } 
.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'Geist-Regular'; } 
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #0f2659; 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: 'Geist-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: 'Geist-Regular'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover { color: #76d03a; } 
.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; align-items: center; padding: 20px 0; }
.header-number a.cmn-btn {padding: 23px 53px;}
.header-number strong { font-size: 15px; font-family: 'Geist-Regular'; font-weight: 400; line-height: 1; letter-spacing: 1.8px; text-transform: uppercase; color: #ffffff; display: block; } 
.header-number a { font-size: 36px; font-family: 'Geist-Bold'; font-weight: 700; line-height: 1; letter-spacing: 0px; color: #931917; margin: 6px 0 0; display: inline-block; } 
.header-number a:hover {color: #fff;} 
#main-navigation ul{margin:0;text-align: center;} 
#main-navigation ul li{ display: inline-block; padding: 0 40px; position: relative; margin: 0; border-left: 2px solid #ffffff; } 
#main-navigation ul li ul li{border: none;}
#main-navigation ul li:first-child{ padding-left:0; border-left: none; } 
#main-navigation ul li:last-child{ padding-right:0; } 
#main-navigation ul li a { font-size: 18px; font-family: 'Geist-Regular'; line-height: 1; color: #ffffff; text-transform: uppercase; display: block; min-width: inherit;padding-bottom: 5px; }
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover { color: #63a844; }
#main-navigation ul li ul.sub-menu { display: none; width: 220px; position: absolute; color: #fff; top: 100%; left: 0; right: auto; background-color: rgba(0,0,0,0.8); padding: 10px; z-index: 999; }
#main-navigation ul li:hover ul.sub-menu{ display:block } 
#main-navigation ul li:hover ul.sub-menu li{ position:relative;margin: 0 0 15px;} 
#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{color: rgba(255, 255, 255, 0.7);} 
#main-navigation .sub-menu li a{ width: 100%; padding: 0 !important;line-height: 1.2; color: #ffffff; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; border-bottom: 0; font-size: 16px; } 
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {color: rgba(255, 255, 255, 0.7); }
#main-navigation .sub-menu li:after{ display:none; } 
#main-navigation .sub-menu li a:after{ display:none } 
#main-navigation .sub-menu li{ width:100%; margin:0; padding:0 } 
#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 { background-color: #ffffff; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%;    position: fixed;z-index: 99; } 
/*.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; position: fixed; background:#ffffff; animation: slideDown 0.35s ease-out; visibility: visible; } */


/*@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } } */

.hdr-top-rgt {display: flex;justify-content: flex-end;gap: 71px;align-items: center;}
.hdr-nav { background-color: #0f2659; padding: 25px 0; }
.hdr-txt{ font-family: 'Geist-Medium'; font-size: 20px; line-height: 1.4; color: #444242; margin: 0; padding: 0 0 0 20px; position: relative;}
.hdr-txt::before{ position: absolute; content: ""; width: 2px; height: 67px; left: 0; top: 0; bottom: 0; margin: auto; background-color: #747474; }
.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; } 
.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 } 
#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; }

#main-navigation ul li:hover ul.sub-menu li:last-child {margin: 0;}
#main-navigation ul li.mega-menu .sub-menu {column-count: 3;gap: 10px;width: 800px;background-color: rgb(0 0 0 / 85%);padding: 15px;}


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

.text-heading{ font-size:60px ; font-family: 'Geist-SemiBold'; line-height: 1.2; letter-spacing: 0; margin: 0 0 20px 0; color: #fff; text-transform: uppercase; }

a.cmn-btn{color:#ffffff;font-size: 20px;font-family: 'Geist-Bold';text-transform:uppercase;line-height: 1;margin: 0;padding: 25px 67px;background-color:#76d03a;display: inline-block;border-radius: 50px;outline: 2px solid #73cf49;outline-offset: 3px;}
a.cmn-btn:hover {background-color: #112657; outline: 2px solid #132655; }

/* Home Banner section*/
.hm-banner-section{background-image: url(images/bnr-bg.webp);background-repeat: no-repeat;background-size: cover;padding: 255px 0 120px;;} 
.bnr-hdg{font-family: 'Geist-SemiBold';font-size: 60px;line-height: 1.1;color: #ffffff;margin: 0 0 29px;text-transform: uppercase;} 
.bnr-cont strong{font-family: 'Geist-Regular';font-weight: 400;color: #76d03a;display: block;margin: 0 0 15px;line-height: 1;font-size: 60px;} 
.bnr-lft p{ font-family: 'Geist-Light'; font-size: 23px; line-height: 1.2; color: #ffffff; margin: 0 0 32px; } 
.bnr-blk { display: flex; justify-content: space-between; } 
.bnr-lft {padding: 53px 0 0 39px; width: 59.1%; position: relative;} 
.bnr-lft::before{ position: absolute; content: ""; width: 2px; height: 350px; left: 0; top: 50px; background-color: #82bb5ce0; }
.bnr-rgt-img { margin: 0 -45px 0 -110px; position: relative; z-index: 1; opacity: 2;} 
.bnr-rgt-img::before { position: absolute; content: ""; background-image: url(images/bnr-img-back-cricle.webp); background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; top: 15px; left: 0; right: 0; margin: auto; z-index: -1; } 
.bnr-rgt {width: auto;} 
.bnr-rgt-img img { width: 100%; display: block; -webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%); transition: mask-image 0.4s ease, -webkit-mask-image 0.4s ease;  }
.bnr-btn a.cmn-btn { padding: 25px 54px;    background-color: #0f2659; outline: 2px solid #76d03a; }
.bnr-btn a.cmn-btn:hover{background-color: #76d03a;outline: 2px solid #73cf49;}

/* Home Banner Bottom Section */
.bnr-btm-blk { display: flex; justify-content: space-between; background-color: #0f2659; position: relative; z-index: 1; margin: -88px 0 0;}
.bnr-btm-itm { padding: 45px 57px; width: 33.35%; position: relative; }
.bnr-btm-itm:hover { background: linear-gradient(180deg,rgba(15, 38, 89, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%); }
.bnr-btm-itm h4{font-family: 'Inter 18pt-Regular';font-size: 40px;line-height: 1.1;letter-spacing: -0.4px;color: #ffffff;padding: 0px 0 0 140px;position: relative;margin: 0;text-align: left;}
.bnr-btm-itm h4::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -17px -12px; width: 109px; height: 122px; left: 0; top: 0; bottom: 0; margin: auto; }
.bnr-btm-itm.institutions h4::before{background-position-x: -149px;}
.bnr-btm-itm.investors h4::before{background-position-x: -281px;}

/* experience-sec */
.hm-experience-sec { background-image: url('./images/exp-bg-img.webp'); background-size: cover; background-position: center; padding: 240px  0 160px; margin: -91px 0 0; position: relative; } 
.exp-top-rgt .text-heading{ color: #000000; margin: 0 0 25px; text-align: left; padding: 0  0  0 70px; } 
.hm-experience-sec a.cmn-btn:hover{ background-color: #1d1d1d; color: #fff;outline-color: #1d1d1d;} 
.exp-top-lst{ display: flex; justify-content: center; margin: 0 0 67px; } 
.exp-top-lft{ width: 43.4%; } 
.exp-top-rgt{ width: 56.8%; } 
.exp-top-rgt-cont{background-color: #f7f7f7;padding: 40px 130px 40px 68px;} 
.hm-experience-sec p{ color: #000000; font-size: 20px; font-family: 'Geist-Regular'; line-height:1.8 ; margin: 0 0 20px; } 
.exp-btm-cont p{margin: 0 0 45px; } 
.hm-experience-sec .exp-btm-itm p{ font-size: 15px;line-height:1.6 ; margin: 0; } 
.exp-top-rgt-cont p:last-child{ margin: 0 ; } 
.exp-top-lft-img img{ display: block; width: 100%; } 
.exp-top-lft-img{ position: relative; z-index: 0; padding: 68px 0 0; } 
.exp-top-lft-img::before{ position: absolute; content: ''; background-image: url(./images/exp-Ellipse-img.webp); width: 373px; height: 239px; bottom: -136px; left: 0; right: 0; margin: auto; z-index: -1; } 
.exp-top-lft-img:after {position: absolute; content: ""; left: 20px; top: 50px; bottom: 0; margin: auto; width: 3px; height: 72.9%; background-color: #76d03a; }
.exp-btm-sec{ text-align: center; } 
.exp-btm-lst { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 50px; padding: 0 0 50px; overflow: hidden; margin: 0 0 38px;     border-bottom: 2px solid #82bb5c; } 
.exp-btm-itm{ width: 15.4%; padding: 61px 23px 50px; border-radius: 90%; position: relative; min-height: 231px; } 
.exp-btm-itm::before{ position: absolute; content: ''; width: 100%; height: 100%; border: solid #000; border-width: 1px 0px 0px 1px; top: 0; left: 0; right: 0; margin: auto; border-radius: 60%; rotate: 45deg; pointer-events: none; } 
a.exp-itm-cont{ text-decoration: underline; transition: none; } 
a.exp-itm-cont:hover{ color: #82bb5ce0 ; } 
.exp-btm-itm:hover{ background-color: #0f2659; } 
.exp-btm-itm:hover.exp-btm-itm p{ color: #fff; } 
.exp-btm-itm::after{ position: absolute; content: ''; background-image: url('./images/hm-sprites.webp'); background-position: -420px -12px; width:27px ; height: 15px; bottom: 21px; left: 0; right: 0; margin: auto; } 

/* Home Representing Section */
.hm-representing-sec { padding: 90px 0px 105px; background-image: url(images/representing-bg.webp); background-repeat: no-repeat; background-size: cover; }
.hm-representing-sec .container { width: 100%; max-width: 100%; margin: auto; }
.hm-representing-sec .text-heading { text-align: center; padding: 0px 0 40px; margin: 0 0 115px 0; position: relative; line-height: 1; }
.representing-list h4 strong { position: relative; padding: 0px 30px; margin: 0px 30px; font-family: 'Geist-SemiBold';}
.representing-list h4 strong:before,
.representing-list h4 strong:before, .representing-list h4 strong:after { position: absolute; content: ""; top: 10px; left: 0; right: auto; margin: auto; width: 4px; height: 33.2%; background-color: #82bb5ce0; }
.representing-list h4 strong:after{left: auto;right: 260px;bottom: -40px;}
.representing-list h4 { font-size: 35px; font-family: 'Geist-Regular'; text-transform: uppercase; line-height: 1.3; letter-spacing: 1px; text-align: center; color: #fff; margin: 0 0 20px; }
.hm-representing-sec .text-heading::before { position: absolute; content: ""; background-color: #747474; width: 79.1%; height: 2px; bottom: 0; left: 0; right: 0; margin: auto; }
.you-itms h5 { font-size: 45px; font-family: 'Geist-Bold'; text-transform: uppercase; line-height: 1.1; text-align: center; margin: 0 0 20px 0; color: #fff; }
.you-itms { background: #1d1d1d; width: 33.09%; padding: 85px 40px; position: relative; }
.you-itms:hover { background-color: #142e68; }
.representing-blk { display: flex; justify-content: space-between; }
.you-itms p { font-size: 16px; font-family: 'Geist-Light'; color: #ffffff; line-height: 2.063; text-align: center; margin: 0; }
.you-itms::before { border-radius: 50%; background-color: #1d1d1d; background-image: url(images/hm-sprites.webp); background-position: -13px -150px; background-repeat: no-repeat; position: absolute; content: ""; left: 0px; top: -67px; right: 0; width: 131px; height: 131px; margin: auto;outline: 9px solid #0d2057;outline-offset: -9px; }
.you-itms:hover::before { background-color: #689452; background-position: -13px -300px; }
.you-itms.institutions::before { background-position-x: -165px; }
.you-itms.individual::before { background-position-x: -315px; }

/* Home Blog Section */
.hm-blog-sec { padding: 140px 0; background-image: url(./images/blog-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; text-transform: uppercase; } 
.hm-blog-sec .text-heading { color: #000; } 
.hm-blog-sec p { font-size: 25px; font-family: 'Geist-Medium'; color: #0f2659; line-height: 1; letter-spacing: 9px; margin-bottom: 50px; } 
.home-posts-list {display: flex; justify-content: space-between; margin: 0; flex-wrap: wrap; gap: 30px; }						
.blg-cat a { font-size: 16px; font-family: 'Geist-Bold'; color: #0f2659; line-height: 1; border: 1px solid #76d03a; border-radius: 50px; padding: 10px 40px; display: block; margin-bottom: 15px; width: max-content; } 
.hm-blog-itm { width: 49%;position: relative; color: #fff; padding: 0; margin: 0 0 30px; } 
.hm-blog-img img { display: block; width: 100%; } 
.hm-blog-cnt { padding: 11px 20px 0; width: 40%; text-align: left; } 
.hm-blog-itm .readmore-btn a {font-size: 16px;font-family: 'Geist-Bold';color: #ffffff;line-height: 1;background-color:#76d03a;padding: 19px 58px;border-radius: 50px;display: inline-block;} 
.hm-blog-itm .readmore-btn a:hover { background-color: #0f2659; } 
.home-posts-list.two .hm-blog-itm:hover .blg-cat a{ color: #fff; background-color: #0f2659; border: 1px solid transparent; } 
.home-posts-list.one:hover.hm-blog-cnt h3 a{ color: #82bb5ce0; } 
.home-posts-blk { display: flex; justify-content: flex-start; gap: 30px; margin: 0 0 60px 0; } 
.home-posts-list.one .hm-blog-itm {padding: 30px; border: 1px solid #b5bac5;  margin: 0; } 
.home-posts-list.two .hm-blog-cnt h3 { margin: 0; } 
.home-posts-list.one .hm-blog-cnt h3 a { color: #142e68; text-align: left; margin: 0; font-size: 29px; font-family: 'Geist-Bold'; line-height: 1.3; display: inline-block; } 
.home-posts-list .hm-blog-cnt .blg-date{font-size: 18px; color: #112657; font-family: 'Geist-Bold'; line-height: 1; margin: 0 0 10px; }
.home-posts-list.one .hm-blog-cnt h3 a:hover{ color: #82bb5ce0; } 
.home-posts-list.two .hm-blog-itm:hover .hm-blog-cnt h3 a { color: #82bb5ce0; } 
.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a{ color: #142e68; text-align: left; font-size: 25px; line-height: 1.3; text-transform: uppercase; margin: 0; }
.home-posts-list.one .hm-blog-cnt { padding: 0px 35px 0; width: 100%; text-align: left; position: relative; }
.home-posts-list.one .hm-blog-cnt::before{ position: absolute; content: ""; width: 2px; height: 80%; left: 0; bottom: 0; background-color: #0a1a3f; }
.home-posts-list.two { width: 49.7%; margin:0 ;gap: 10px;} 
.home-posts-list.two .hm-blog-cnt { width: 100%; } 
.home-posts-list.two .hm-blog-img-rgt { width: 32%; border: 2px solid #82bb5ce0; box-shadow: 0 0 15px #00000036; align-content: space-evenly; }
/*.blg-cat.one { position: absolute; top: -25px; } */
.blg-cat.one a{ background-color: #0f2659; color: #fff; border: none; }
.hm-blog-btn a.cmn-btn {padding: 25px 109px;}
.hm-blog-img {border: 2px solid #82bb5ce0;box-shadow: 0 0 15px #00000036;margin: 0 0 30px;}

/*Meet Attorney Section*/
.tab-btn.active { font-weight: bold; color: #333; display: inline; } 
.tab-content { opacity: 0; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease; } 
.tab-content.active { opacity: 1; visibility: visible; height: auto; } 
.tab-buttons { margin: 0 0 20px; } 
.attroneys-section { padding: 0 0 140px;  } 
.atrny-lst { display: flex; justify-content: space-between; margin:  0 0 0 -25px; } 
.atrny-lft .tab-content{ display: flex; justify-content: space-between; } 
.atrny-lst .atrny-lft { width: 80%; } 
.atrny-lst .atrny-rht { width: 17.5%; } 
.atrny-lst .atrny-lft-img { width: 42.8%; text-align: center; } 
.atrny-lst .atrny-lft-bio { width: 51.3%; text-align: left; } 
.atrny-lft-img .atrny-img { background-image: -webkit-linear-gradient( 90deg, rgba(15,38,89,0) 0%, rgba(15,38,89,15%) 100%); margin:  0 0 20px 0; } 
.atrny-lft-img .atrny-img img{ display: block; width: 100%; } 
.atrny-lst .atrny-lft-img h3{ font-size: 50px; font-family: 'Inter 18pt-SemiBold'; letter-spacing: -0.5px; line-height: 1; color: #0f2659; margin:  0 0 10px 0; } 
.atrny-lst .atrny-lft-img p{ font-size: 25px; font-family: 'Inter 18pt-MediumItalic'; letter-spacing: -0.25px; line-height: 1; color:#76d03a; margin: 0; } 
.attroneys-section .main-hdng {display: none;}
.attroneys-section .text-heading{ font-size: 66px; font-family: 'Inter 18pt-SemiBold'; letter-spacing: -0.6px; color: #000e2e; margin:  0 0 35px 0; position: relative; padding: 0 0 40px 0; } 
.attroneys-section .text-heading::before{ position: absolute; content: " "; background-color: #0f2659; width: 100%; height: 1px; left: 0; right: 0; bottom: 0; margin: auto; } 
.atrny-lst .atrny-lft-bio p{ font-size: 20px; font-family: 'Inter 18pt-Regular'; line-height: 1.7; color: #000000; margin: 0 0 70px 0; } 
.atrny-lst .atrny-lft-bio .atrny-bio-btn a{color:#ffffff;font-size: 21px;font-family: 'Inter 18pt-Bold';text-transform:uppercase;line-height: 1;padding: 24px 64px;background-color:#76d03a;display: inline-block;} 
.atrny-lst .atrny-lft-bio .atrny-bio-btn a:hover{ background-color: #0f2659; } 
.atrny-rht .tab-btn { padding: 0; background-color: transparent; border: 3px solid #82bb5ce0;cursor: pointer;} 
.atrny-rht .tab-buttons { display: flex; flex-direction: column; gap: 30px; } 
.atrny-rht .tab-btn.active { border-color: #0f2659; outline-offset: -7px; outline: 4px solid #0f2659; background: linear-gradient(to bottom,  #0f2659 0%,#142a5c 41%,#273c6a 100%); } 
.atrny-rht .tab-btn  img{ display: block; width: 100%; }

.hover a{position: absolute; inset: 0; font-size: 0; z-index: 1;}
/*footer form*/
.ftr-form-sctn .container { max-width: 1280px; }
.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; }
.hm-form-sec .text-heading{ font-size: 80px; margin: 0 0 3px; }
.hm-form-sec p { font-family: 'Geist-Light'; font-size: 18px; color: #fff; line-height: 1.5; margin: 0 0 20px; text-align: center; }
.hm-form .gform_required_legend{ display: none; }
.ftr-form-sctn {padding: 100px 0px 142px;  background-image: url(images/form-bg-img.webp); background-repeat: no-repeat; background-position: top; background-size: cover; text-align: center; }
fieldset.gfield.chk{ width: 78%; border: none; }
.hm-form input::placeholder { color: #fff; }
.hm-form input:-ms-input-placeholder { color: #fff; }
.hm-form input::-ms-input-placeholder { color: #fff; }
.hm-form textarea::placeholder { color: #fff; }
.hm-form textarea:-ms-input-placeholder { color: #fff; }
.hm-form textarea::-ms-input-placeholder { color: #fff; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email{ width: 32.8% !important; }
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap:10px !important; justify-content: space-between; }
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label textarea { margin: 0px; width: 100% !important; outline: 0px; position: relative; border-radius: 0; font-family: 'Geist-Thin'; border:1px solid #ffffff24; color: #ffffff !important; background: transparent; line-height: 1.2 !important; font-size: 18px !important; padding: 27px 29px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; }
.hm-form .gfield{ position: relative !important ; }
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 190px !important; resize: none; margin: 0; padding-top: 27px !important; margin: 0 0 40px; min-block-size: 0px !important; }
.hm-form .gfield.msg { width: 100%; }
.hm-form-sec .gform_wrapper ul.gform_fields ul { margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li { padding: 0 !important; margin: 0 !important; position: relative; width: 100%; }
.hm-form .gform_wrapper .form-links a, 
.hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; line-height: 1; font-weight: 400; letter-spacing: 0.50px; margin: 0; text-align: left; font-family: 'Geist-Light'; font-size: 20px; color: #ffffff; }
.hm-form .gform_wrapper .form-links a:hover { color: #82bb5ce0; }
.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 0 0px !important; }
.hm-form-sec .gfield .ginput_container { margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message { top: 3px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 3px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center; margin: -60px 0 0 auto; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .gform_footer.top_label::before, .hm-form .gform_wrapper .gform_footer.top_label::after { content: ""; position: absolute; width: 100%; height: 100%; box-sizing: border-box; border-width: 1px; border-style: solid; border-color:#1b2026; border-image: initial; transition: 0.3s; display: none; }
.hm-form .gform_wrapper .gform_footer.top_label::before { top: -6px; left: -6px; border-bottom: none; border-right: none; }
.hm-form .gform_wrapper .gform_footer.top_label::after { bottom: -6px; right: -6px; border-top: none; border-left: none; }
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block !important; background-color: #0f2659; outline: 2px solid #82bb5ce0 !important; border: 0 none !important; border-radius: 35px !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Geist-Bold'; width: auto !important; color: #ffffff !important; font-size: 20px !important; padding: 25px 103px !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:#76d03a; }
.hm-form .gform_validation_errors{ display: none !important; }
.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 !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Geist-Light'; 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: 1.5; 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; }
.hm-form .gfield.chk {padding: 0 !important;}

/*ERRROR*/
.hm-form .gfield_description { margin: 0px !important }
.hm-form .gfield_description.validation_message { position: absolute; bottom: 13px; right: 8px !important; text-align: right; font-size: 15px; font-family: 'Geist-Regular'; color: #ee310a; margin: 0;pointer-events:none; }
.hm-form .chk .gfield_description.validation_message { bottom: -25px !important;right: auto !important;left: 0;}
/*.ftr-frm-sctn ends*/

/*Footer block*/
.ftr-block-sec { background-image: url(images/ftr-bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; }
.ftr-block-sec .container{width: 100%;max-width: 1280px;margin: auto;}
.ftr-block-list { display: flex; justify-content: space-between;align-items: center;}
.ftr-itm { width: 24%; text-align: center; padding: 70px 0px 65px; }
.ftr-itm h4 { font-size: 30px; font-family: 'Geist-SemiBold'; text-transform: uppercase; font-weight: 400; line-height: 1; letter-spacing: 0.4px; color: #0f2659; margin: 0 0 10px; padding: 96px 0 0; position: relative; }
.ftr-itm h4:before { content: ''; position: absolute; width: 85px; height: 85px; border-radius: 50%; background-color: #142f69; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -17px -443px; left: 0; right: 0; top: 0; margin: auto; }
.ftr-itm.cont h4:before { background-position: -123px -443px; }
.ftr-itm p{ font-size: 20px; font-family: 'Geist-Regular'; line-height: 1.6; color:#000; margin: 0; }
.ftr-itm.loc p a{ color: #0f2659; font-size: 16px; display: inline-block; text-decoration: underline; margin: 0; }
.ftr-itm.loc p a:hover{ color: #82bb5ce0; }
.ftr-itm.logo { width: 38.7%; background-color: #f7f7f7;padding:70px 15px; }
.ftr-logo{ margin: 0 0 10px; }
.ftr-itm.logo p { font-family: 'Geist-Medium'; font-size: 25px; color: #0f2659; line-height: 1.28; position: relative; padding: 0; margin: 0 0 35px; }
.ftr-itm.logo p strong{ font-family: 'Geist-SemiBold'; color:#76d03a; }
.social-icons a{ outline: 2px solid #82bb5ce0; outline-offset: 2px; background-image: url(images/hm-sprites.webp); background-position: -227px -460px; font-size: 0; background-repeat: no-repeat; background-color: #0f2659; border-radius: 50%; width: 65px; height: 65px; }
.social-icons a:hover{ background-color: #82bb5ce0; outline-color: #0f2659; transition: 0.3s }
.social-icons { display: flex; justify-content: center; }
.ftr-itm.cont p{ font-family: 'Geist-Medium'; font-size: 25px; line-height: 1.4; color: #0f2659;}
.ftr-itm.cont p a{ color: #000000; }
.ftr-itm.cont p a:hover{ color: #82bb5ce0; }
.ftr-itm.ftr-logo img { margin: 0 0 20px; }
.social-icns { display: flex ; justify-content: center; gap: 10px; }
.ftr-itm .ftr-num a { font-family: 'Geist-Bold'; font-size: 38px; color: #000000; line-height: 1; }
.ftr-itm .ftr-num a:hover{ color: #82bb5ce0; }

/*Copy Rights Section*/
.ftr-copyrights-sec { background-color: #0f2659; padding: 30px 0px; text-align: center; border-bottom: 3px solid #82bb5ce0; }
.ftr-copyrights-sec p{ font-family: 'Geist-Light'; font-size: 18px; line-height: 1.5; margin: 0; color: #fff; }
.ftr-copyrights-sec p a:hover{color: #82bb5ce0;}


body .in-contact-map { display: none; }
body.wp-singular.page-template-template-contact .in-contact-map { display: block !important; }


/* Responsive */
@media screen and (max-width:1900px) {}

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


}

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

#main-navigation ul li { padding: 0 35px; }
#main-navigation ul li a { font-size: 17px; }

.bnr-lft { padding: 45px 0 0 35px; }
.bnr-cont strong { font-size: 55px; }
.bnr-hdg { font-size: 55px; margin: 0 0 25px; }
.bnr-lft p { font-size: 21px; }
.hm-banner-section { padding: 220px 0 105px; }
.bnr-rgt-img { margin: 0 -35px 0 -110px; }

.bnr-btm-itm { padding: 45px 40px; }
.bnr-btm-itm h4 { font-size: 36px; }

.attroneys-section { padding: 0 0 120px; }

.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a { font-size: 23px; }

.hm-experience-sec{ padding: 200px 0 140px;}
.exp-top-rgt .text-heading{padding: 0 0 0 55px;}

.you-itms .text-heading-blk {font-size: 40px;}
.you-itms p { font-size: 15px;}
.representing-list h4 strong {padding: 0px 25px}
.hm-representing-sec .text-heading {font-size: 55px; padding: 0 0 36px;margin: 0px 0 105px 0;}
.you-itms::before{transform: scale(1.2);}

}

@media screen and (max-width:1600px) {
.container {max-width: 1400px;}

a.cmn-btn { font-size: 19px; }
.text-heading { font-size: 53px; }

.hdr-top-rgt { gap: 60px; }
#main-navigation ul li { padding: 0 30px; }
#main-navigation ul li a { font-size: 16px; }
.logo-section { padding: 15px 0; }
.hdr-txt { font-size: 19px; padding: 0 0 0 15px; }
.hdr-txt::before { height: 55px; }

.hm-banner-section { padding: 220px 0 95px; }
.bnr-lft { padding: 38px 0 0 30px; }
.bnr-cont strong { font-size: 48px; }
.bnr-hdg { font-size: 51px; }
.bnr-lft::before { height: 270px; top: 40px; }
.bnr-lft p { font-size: 20px; }
.bnr-btn a.cmn-btn { padding: 20px 40px; }
.bnr-rgt-img { margin: 0 -5px 0 -60px; }

.bnr-btm-itm { padding: 40px; }
.bnr-btm-itm h4 { font-size: 33px; padding: 0px 0 0 130px; }
.bnr-btm-itm h4::before { transform: scale(0.9); left: -5px; }
.bnr-btm-blk { margin: -75px 0 0; }

.hm-representing-sec { padding: 85px 0px 90px; }
.representing-list h4 {font-size: 31px;}
.hm-representing-sec .text-heading {font-size: 49px; padding: 0px 0 26px;margin: 0px 0 90px 0;}    
.you-itms h5 { font-size: 37px; }
.you-itms {padding: 70px 30px;}
.representing-blk { gap:18px;}
.you-itms::before{transform: scale(0.8);}

.hm-blog-sec p { font-size: 23px; } 
.hm-blog-sec .text-heading { font-size: 57px; } 
.hm-blog-sec p { margin-bottom: 45px; }
.hm-blog-sec { padding: 110px 0; }

.exp-top-rgt-cont { padding: 32px 100px 32px 50px; }
.exp-top-rgt-cont p { font-size: 19px; }
.exp-top-lft-img::before { bottom: -128px; }
.exp-btm-itm { padding: 53px 23px 44px; min-height: 215px; }

.atrny-lst .atrny-lft-img h3 { font-size: 45px; letter-spacing: -0.2px; } 
.attroneys-section .text-heading { font-size: 58px; letter-spacing: -0.3px; margin: 0 0 25px 0; padding: 0 0 30px 0; } 
.atrny-lst .atrny-lft-bio p { margin: 0 0 60px 0; } 
.atrny-lft-img .atrny-img { margin: 0 0 15px 0; } 
.atrny-lst .atrny-lft-bio .atrny-bio-btn a { font-size: 19px; padding: 21px 60px; } 
.atrny-lst .atrny-lft-img p { font-size: 22px; letter-spacing: -0.15px; } 
.atrny-lst { margin: 0 0 0 -10px; }
.attroneys-section { padding: 0 0 100px; }

.ftr-form-sctn { padding: 85px 0px 106px; }
.hm-form-sec .text-heading { font-size: 75px; }
.hm-form-sec p { font-size: 16px;  }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 16px !important; padding: 24px 25px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 185px !important; margin: 0 0 35px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 18px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 18px !important; padding: 20px 90px !important; }
.hm-form .gfield_description.validation_message { font-size: 14px; }

.ftr-itm h4:before { transform: scale(0.9); }
.ftr-itm h4 { font-size: 26px; padding: 93px 0 0; }
.ftr-itm.logo p { font-size: 22px; margin: 0 0 30px; }
.ftr-itm.loc p a{ font-size: 15px; }
.ftr-itm.logo p { font-size: 22px; }
.ftr-itm.logo p::before {transform: scale(0.9); }
.ftr-itm .ftr-num a { font-size: 35px; }
.ftr-itm.cont p { font-size: 22px; }
.social-icons a{ transform: scale(0.9); }
.ftr-copyrights-sec p { font-size: 16px; }


.representing-list h4 strong:before, .representing-list h4 strong:after{top: 5px;}
.representing-list h4 strong:after{    right: 240px;bottom: -35px;}


#main-navigation ul li.mega-menu .sub-menu {width: 700px;}

.home-posts-list {gap: 28px;}





}

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

@media screen and (max-width:1440px) {
.container, .ftr-form-sctn .container{max-width: 1200px;}

a.cmn-btn { font-size: 18px; padding: 20px 58px; }
.text-heading { font-size: 45px; }

#main-navigation ul li { padding: 0 22px; }
.hdr-nav { padding: 20px 0; }
.hdr-top-rgt { gap: 45px; }
.header-number a.cmn-btn {padding: 15px 38px;}
.hm-banner-section { padding: 200px 0 80px; }
.bnr-cont strong { font-size: 45px; margin: 0 0 10px; }
.bnr-lft { padding: 38px 0 0 21px; }
.bnr-hdg { font-size: 43px; margin: 0 0 20px; }
.bnr-lft p { font-size: 18px; margin: 0 0 25px; }
.bnr-btn a.cmn-btn { padding: 18px 35px; }
.bnr-rgt-img { margin: 0 5px 0 -40px; }
.bnr-lft::before { height: 250px; top: 35px; }

.bnr-btm-itm { padding: 30px; }
.bnr-btm-itm h4::before { transform: scale(0.8); left: -11px; }
.bnr-btm-itm h4 { font-size: 30px; padding: 0px 0 0 115px; }
.bnr-btm-blk { margin: -65px 0 0; }

.hm-representing-sec { padding: 75px 0px; }
.you-itms h5 { font-size: 32px; }
.representing-list h4 { font-size: 26px; }
.hm-representing-sec .text-heading { font-size: 45px; padding: 0px 0 20px; margin: 0px 0 80px 0; }
.you-itms::before { transform: scale(0.7); }
.you-itms { padding: 60px 30px; }

.hm-blog-sec .text-heading { font-size: 50px; }
.hm-blog-sec { padding: 85px 0; }
.hm-blog-sec p { font-size: 20px; }
.home-posts-list.one .hm-blog-cnt { padding: 0 0 0px 31px; }
.home-posts-list.one .hm-blog-cnt h3 a { font-size: 23px; margin: 0 0 30px 0; }
.home-posts-list.one .hm-blog-cnt h3 { margin: 0; }
.blg-cat a { font-size: 15px; padding: 10px 25px 10px 17px; }
.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a { font-size: 18px; }
.home-posts-list.one .hm-blog-cnt::before { height: 80%; }
.hm-blog-itm .readmore-btn a { font-size: 15px; padding: 18px 50px; }
.hm-blog-img {margin: 0 0 25px;}

.hm-experience-sec { padding: 140px 0 100px;margin: -60px 0 0; }
.exp-top-lft-img { padding: 45px 0 0; }
.exp-top-rgt-cont { padding: 28px 40px 28px 40px; }
.exp-top-rgt-cont p { font-size: 18px; line-height: 1.7; }
.exp-top-rgt .text-heading{ padding: 0 0 0 30px; margin: 0 0 20px; }
.exp-top-lst{margin: 0 0 50px;}
.exp-btm-lst { padding: 0 0px 30px; gap: 25px; }
.hm-experience-sec p{ font-size: 18px; margin: 0 0 35px;}
.exp-btm-itm { width: 18%; padding: 48px 23px 30px; }

.atrny-lst .atrny-lft-img h3 { font-size: 38px; }
.attroneys-section .text-heading { font-size: 50px; margin: 0 0 20px 0; padding: 0 0 25px 0; } 
.atrny-lst .atrny-lft-bio p { font-size: 18px; margin: 0 0 50px 0; } 
.atrny-lft-img .atrny-img { margin: 0 0 10px 0; } 
.atrny-lst .atrny-lft-bio .atrny-bio-btn a { font-size: 17px; padding: 18px 54px; } 
.atrny-lst .atrny-lft-img p { font-size: 20px; letter-spacing: -0.1px; } 
.atrny-lst { margin: 0; } 
.atrny-rht .tab-buttons { gap: 25px; }
.attroneys-section { padding: 0 0 80px; }
.hm-blog-btn a.cmn-btn {padding: 20px 80px;}
.ftr-form-sctn  { padding: 80px 0px 95px; }
.hm-form-sec .text-heading { font-size: 70px; }
.hm-form .gform_fields { gap: 6px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 22px 21px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 173px !important; margin: 0px 0 30px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 16px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 17px !important; padding: 16px 70px !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: -52px 0 0 auto; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]{margin: 0px 6px 0px 0 !important;}
.ftr-itm h4:before { transform: scale(0.8); }
.ftr-itm h4 { font-size: 23px; padding: 86px 0 0; margin: 0 0 8px; }
.ftr-itm p { font-size: 16px; }
.ftr-itm.loc p a { font-size: 14px; }
.ftr-itm.logo p::before { transform: scale(0.8); }
.ftr-itm .ftr-num a { font-size: 32px; }
.ftr-itm.cont p { font-size: 20px; }
.social-icons a { transform: scale(0.8); }
.ftr-copyrights-sec p { font-size: 15px; }

.ftr-itm, .ftr-itm.logo{ padding: 40px 15px; }
.ftr-itm.logo p { font-size: 20px; margin: 0 0 25px; }
.representing-list h4 strong:after {right: 205px;bottom: -30px;}

.home-posts-list {gap: 24px; }

}

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

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

@media screen and (max-width:1240px) {
.container, .ftr-form-sctn .container {max-width: 990px;padding: 0 10px;}

a.cmn-btn { font-size: 16px; padding: 18px 50px; }
.text-heading { font-size: 37px; line-height: 1.1; }

#main-navigation ul li { padding: 0 13px; }
#main-navigation ul li a { font-size: 14px; }
.hdr-top-rgt { gap: 30px; }
.hdr-txt { font-size: 18px; padding: 0 0 0 10px; }
.header-number a.cmn-btn { padding: 15px 25px; }
.hdr-txt { font-size: 17px; padding: 0 0 0 10px; }
.hdr-txt::before { height: 45px; }
.site-branding { width: 25%; }

#main-navigation ul li:hover ul.sub-menu li {margin: 0 0 13px;}

.bnr-rgt-img { margin: 0; }
.bnr-cont strong { font-size: 37px; }
.bnr-hdg { font-size: 37px; margin: 0 0 15px; }
.bnr-lft p { font-size: 17px; }
.bnr-lft { padding: 30px 0 0 15px; width: 89.1%; }
.bnr-btn a.cmn-btn { padding: 18px 30px; }
.hm-banner-section { padding: 180px 0 60px; }
.bnr-lft::before { height: 200px; top: 30px; }

.bnr-btm-blk { margin: -30px 0 0; }
.bnr-btm-itm { padding: 30px 20px; }
.bnr-btm-itm h4 { font-size: 23px; padding: 0px 0 0 95px; }
.bnr-btm-itm h4::before { transform: scale(0.7); left: -16px; }

.hm-representing-sec { padding: 60px 0px; }
.representing-list h4 { font-size: 21px; }
.hm-representing-sec .text-heading { font-size: 37px; padding: 0px 0 15px; margin: 0px 0 70px 0; }
.you-itms { padding: 50px 17px; }
.you-itms h5 { font-size: 26px; margin: 0 0 10px 0; }
.you-itms::before{transform: scale(0.6);}
.representing-list h4 strong { padding: 0px 15px; margin: 0px 15px;border-width:2px; }

.home-posts-list.one { padding-left: 0px; }
.hm-blog-sec { padding: 65px 0; }
.hm-blog-sec .text-heading { font-size: 41px; }
.hm-blog-sec p { font-size: 17px; margin-bottom: 30px; }
.home-posts-list.one .hm-blog-cnt::before { height: 79%; }
.home-posts-list.one .hm-blog-cnt { padding: 0px 0 0px 25px; }
.home-posts-list.one .hm-blog-itm { padding: 25px; }
.home-posts-list {gap: 19px; }
.home-posts-blk {margin: 0 0 40px 0;}

.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a { font-size: 17px; }
.hm-blog-btn a.cmn-btn {padding: 18px 55px;}
.hm-experience-sec { padding: 90px 0 60px;margin: -30px 0 0; }
.exp-top-lft-img {padding: 25px 0 0;}
.exp-top-rgt-cont {padding: 20px;}
.exp-top-rgt-cont p {font-size: 16px;}
.exp-top-rgt .text-heading{padding: 0 0 0 20px;margin: 0 0 15px;}
.exp-top-lft-img::before { bottom: -103px; }

.exp-btm-lst {padding: 5px 0px 30px;gap: 10px;}
.exp-top-rgt-cont p:first-child { margin: 0 0 15px; }
.exp-top-rgt-cont p { font-size: 16px; line-height: 1.6; }
.exp-btm-itm { width: 19%; padding: 37px 21px 20px; min-height: 180px; }
.hm-experience-sec p{ font-size: 16px; margin: 0 0 25px; }
.hm-experience-sec .exp-btm-itm p {font-size: 14px; line-height: 1.5; }

.atrny-lst .atrny-lft-img h3 { font-size: 31px; }
.attroneys-section .text-heading { font-size: 40px; margin: 0 0 15px 0; padding: 0 0 15px 0; line-height: 1.1; }
.atrny-lst .atrny-lft-bio p { font-size: 15px; margin: 0 0 25px 0; }
.atrny-lft-img .atrny-img { margin: 0 0 5px 0; } 
.atrny-lst .atrny-lft-bio .atrny-bio-btn a { font-size: 15px; padding: 15px 40px; } 
.atrny-lst .atrny-lft-img p { font-size: 17px; letter-spacing: 0; } 
.atrny-lst { margin: 0; } 
.atrny-rht .tab-buttons { gap: 20px; }
.attroneys-section { padding: 0 0 60px; }

.hm-form-sec .text-heading { font-size: 60px; }
.hm-form-sec p { font-size: 15px; }
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label textarea {padding: 15px 20px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 160px !important; margin: 0px 0 26px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 15px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 15px !important; padding: 14px 70px !important; }
.ftr-form-sctn  { padding: 65px 0px 70px; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: -49px 0 0 auto; }

.ftr-itm h4:before { transform: scale(0.7); }
.ftr-itm h4 { font-size: 19px; padding: 80px 0 0; margin: 0 0 6px; }
.ftr-itm p { font-size: 15px; }

.ftr-itm.logo p { font-size: 18px;  }
.ftr-itm.logo p::before { transform: scale(0.7); }
.ftr-itm .ftr-num a { font-size: 26px; }
.social-icons a { transform: scale(0.7); }
.ftr-copyrights-sec p { font-size: 14px; }
.ftr-copyrights-sec { padding: 14px 0px; }
.ftr-itm.logo p { font-size: 18px; margin: 0 0 20px; }
.representing-list h4 strong:after {right: 165px;bottom: -22px;}


#main-navigation ul li.mega-menu .sub-menu {width: 630px;padding: 12px;}
#main-navigation .sub-menu li a {font-size: 15px;padding: 6px 10px;}

}

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

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

@media screen and (max-width:991px) {
.container, .ftr-form-sctn .container {max-width: 720px;padding: 0 10px;}

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

.site-header{position: inherit;}
.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;}
.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 0;background-color: #0f2659;}
.logo-rit {max-width: 100%;text-align: center;background-color: transparent;border: 0;padding: 0;}
.sticky-wrap {display: block;}
.header-sticky.fixed-header {display: block;}
header#site-header {border: none;background-color: transparent;}
nav#main-navigation {display: none;}
header.site-header.is-sticky{display: none;}
.logo-section{position: relative;padding: 15px 0 !important;align-items: center;}
.site-branding {width: 100%;max-width: 280px;padding: 0;}
.header-number a {font-size: 16px;padding: 16px 15px 16px 30px;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 230px;}
.logo-section { flex-direction: column; gap: 15px; }
.hdr-top-rgt { gap: 15px; flex-direction: column; }
.hdr-txt { padding: 0; text-align: center; }
.hdr-txt::before{ display: none; }
.hdr-txt br{ display: none; }
.hdr-nav{ display: none; }

.bnr-blk { flex-direction: column-reverse; gap: 20px; }
.bnr-rgt-img::before{display: none;}
.bnr-rgt { width: 100%; max-width: 400px; margin: auto; }
.bnr-rgt-img { margin: 0; border: 2px solid #76d03a; padding: 10px 10px 0; -webkit-mask-image: none; transition: none; }
.bnr-lft { padding: 0; width: 100%; text-align: center; }
.bnr-lft::before{ display: none; }
.bnr-cont strong { font-size: 33px; }
.bnr-hdg { font-size: 33px; }
.bnr-lft p br{ display: none; }
.bnr-btn a.cmn-btn { padding: 15px 25px; }
.hm-banner-section { padding: 40px 0; }
.hdr-txt br{display: none; }

.hm-banner-btm-section {  padding: 30px 0; }
.bnr-btm-blk { background: none; margin: 0; }
.bnr-btm-itm { padding: 20px; width: 100%; background-color: #0f2659;max-width:320px; margin: auto;}
.bnr-btm-itm h4 { font-size: 20px; padding: 95px 0 0; text-align: center; }
.bnr-btm-itm:hover{ background-color: #0f2659; }
.bnr-btm-itm h4::before { left: 0; right: 0; top: -35px; }
.bnr-btm-blk.owl-carousel .owl-dots,
.exp-btm-lst.owl-carousel .owl-dots{ display: flex; justify-content: center; gap: 10px; margin: 15px 0 3px; }
.bnr-btm-blk.owl-carousel button.owl-dot,
.exp-btm-lst.owl-carousel button.owl-dot{ width: 10px; height: 10px; background-color: #29d100 !important; border-radius: 50%; }
.bnr-btm-blk.owl-carousel button.owl-dot.active,
.exp-btm-lst.owl-carousel button.owl-dot.active{ background-color: #080d26 !important; }

.you-itms { padding: 45px 15px; width: 100%; }
.representing-blk.owl-carousel .owl-stage { padding: 45px 0 0; display: flex; }
.representing-blk.owl-carousel .owl-item { display: flex; }
.hm-representing-sec .text-heading { font-size: 32px; padding: 0px 0 10px; margin: 0px 0 20px 0; }
.representing-list h4 strong { padding: 0;margin: 0; }
.representing-list h4 strong:before,
.representing-list h4 strong:after{display: none;}
.representing-list h4 { font-size: 17px; margin: 0 0 10px; }
.you-itms p { font-size: 15px; line-height: 2; }
.representing-blk.owl-carousel .owl-dots { display: flex; justify-content: center; gap: 10px; margin: 25px 0 0; }
.hm-representing-sec { padding: 45px 0px; }
.representing-blk.owl-carousel button.owl-dot {width: 12px; height: 12px; background-color: #29d100 !important; border-radius: 50%; transition: 0.5s; }
.representing-blk.owl-carousel button.owl-dot.active {background-color: #fff !important; width: 50px; height: 12px; border-radius: 10px; }

.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a{font-size: 21px;}
.home-posts-blk { flex-direction: column; }
.hm-blog-sec .text-heading { font-size: 35px; }
.hm-blog-sec p { font-size: 16px; margin-bottom: 20px; letter-spacing: 7px; }
.hm-blog-sec { padding: 45px 0; }
.home-posts-list.one .hm-blog-cnt h3 a { text-align: center; font-size: 22px; margin: 0 0 25px 0; } 
.home-posts-list.one .hm-blog-cnt::before { display: none; } 
.home-posts-list.one { width: 100%; } 
.home-posts-list.one .hm-blog-itm { padding: 15px; width: 100%; max-width: 500px; margin: 0 auto; } 
.readmore-btn { text-align: center; } 
.blg-cat.one { right: 0; margin: auto; left: 0; width: fit-content; } 
.hm-blog-sec p { font-size: 16px; margin-bottom: 24px;letter-spacing: 3px; } 
.blg-cat a { font-size: 15px; padding: 12px 25px 12px 17px; text-align: center; display: inline-block; } 
.home-posts-list.two { width: 100%; gap: 20px; } 
.blg-cat { text-align: center; } 
.hm-blog-itm { width: 100%; max-width: 320px; border: 1px solid #000; margin: 0 auto; flex-direction: column; padding: 10px; min-height: 100%; } 
.hm-blog-cnt { padding: 20px 0px 0; text-align: center;} 
.home-posts-list.one .hm-blog-cnt{text-align: center;padding: 0;}
.home-posts-list.two .hm-blog-img-rgt { width: 100%; } 
.hm-blog-img-rgt img { width: 100%; display: block; } 
.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a { font-size: 16px; text-align: center; } 
.home-posts-blk { margin: 0 0 25px 0; } 
.home-posts-list.two .owl-stage { display: flex; margin: 0 0 30px 0; } 
.home-posts-list.two.owl-carousel .owl-nav { display: flex; justify-content: center; gap: 20px; } 
.home-posts-list.two.owl-carousel .owl-nav button.owl-prev { font-size: 0 !important; width: 40px; height: 40px; background-color: #0f2659 !important; font-size: 30px !important; color: #fff !important; line-height: 1 !important; } 
.home-posts-list.two.owl-carousel .owl-nav button.owl-next { font-size: 0 !important; width: 40px; height: 40px; background-color: #0f2659 !important; font-size: 30px !important; color: #fff !important; line-height: 1 !important; }

.exp-top-rgt .text-heading{text-align: center; padding: 0;}
.hm-experience-sec { padding:0 0 30px; margin: 0; }
.exp-top-lst { flex-direction: column; margin: 0 0 35px; gap: 20px;}
.exp-top-lft{width: 100%; max-width: 450px; margin: auto;}
.exp-top-lft-img::before,.exp-top-lft-img:after{display: none;}
.exp-top-rgt{width: 100%; text-align: center;}
.exp-top-rgt .text-heading br{display: none;}
.exp-top-lft-img { padding: 0; margin: 0;}
.exp-top-rgt-cont p:first-child { margin: 0 0 14px; }

.exp-btm-cont p br{display: none;} 
.exp-btm-itm::after{bottom: 11px;}
.exp-btm-itm { width: 100%; padding: 20px 25px; max-width: 350px; border-radius: 0; border: 1px solid; margin: 0 auto; }
.exp-btm-itm::before{ display: none; }
.exp-btm-lst{ border: none; padding: 0; }
.exp-btm-lst .owl-item { padding: 2px; }

.atrny-lst { flex-direction: column-reverse; align-items: center; gap: 20px; }
.atrny-lft .tab-content { flex-direction: column; gap: 15px; } 
.atrny-lst .atrny-lft-img { width: 100%; max-width: 320px; margin: auto; } 
.atrny-lst .atrny-lft-bio { width: 100%; text-align: center; } 
.atrny-lst .atrny-rht { width: 100%; margin: auto; } 
.attroneys-section .main-hdng{display: block;text-align: center;}
.attroneys-section .text-heading br, .attroneys-section .mbl-hdng{ display: none; } 
.attroneys-section .text-heading { margin: 0 0 10px 0; padding: 0; } 
.atrny-lst .atrny-lft-bio p { margin: 0 0 15px 0; }
.atrny-rht .tab-buttons { gap: 20px; flex-direction: row; margin: 0; }
.atrny-lst .atrny-lft { width: 100%; }
.atrny-lst .atrny-lft-img h3 { font-size: 27px; }
.attroneys-section .text-heading::before{ display: none; }
.attroneys-section { padding: 0 0 40px; }

.hm-form-sec .text-heading { font-size: 45px; }
.hm-form-sec p { font-size: 14px; margin: 0px 0 20px; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email{ width: 100% !important; }
.hm-form .gform_wrapper .top_label textarea { height: 110px !important; margin: 0px 0 15px; }
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label textarea { font-size: 14px !important;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 14px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 12px 55px !important; }
.ftr-form-sctn  { padding: 35px 0px 40px; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 25px auto 0; }

.ftr-block-list {display: flex; justify-content: center; align-items: center; gap: 10px; padding: 20px 0; flex-wrap: wrap; }
.ftr-itm,.ftr-itm.logo { width: 100%; max-width: 320px; padding: 20px 15px; border: 1px solid #0f2659; }
.ftr-itm.logo {padding: 26px 15px;}
.ftr-itm h4 {padding: 80px 0 0; margin: 0px 0px 4px; }
.ftr-itm h4:before { transform: scale(0.6); }
.ftr-itm.logo p { font-size: 16px; margin: 0 0 15px; }
.ftr-itm.logo p::before { transform: scale(0.6); }
.ftr-itm .ftr-num a { font-size: 22px; }
.ftr-itm.cont p { font-size: 16px; }
.social-icons a {transform: scale(0.6); }
.ftr-copyrights-sec { padding: 12px 0px; }
.hm-form .gfield_description.validation_message{bottom: 6px;}

.hm-blog-img {margin: 0 0 20px;}

.home-posts-list .hm-blog-cnt .blg-date {font-size: 17px;}


}

@media screen and (max-width:767px) {
.container, .ftr-form-sctn .container {max-width: 100%;padding: 0 15px;}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before{transform: scale(0.9);}
a.cmn-btn { font-size: 15px; padding: 14px 38px; }
.text-heading { font-size: 26px; }

.bnr-cont strong { font-size: 28px; }
.bnr-hdg { font-size: 23px;margin: 0 0 10px; }

.hm-representing-sec { padding: 30px 0px; }
.hm-representing-sec .text-heading { font-size: 25px; padding: 0px 0 10px; margin: 0px 0 15px 0; }
.you-itms { margin: auto; padding: 45px 15px; width: 100%; max-width: 400px; }

.home-posts-list.one .hm-blog-cnt h3 a { font-size: 21px; margin: 0 0 20px 0; } 
.blg-cat a { font-size: 13px; }
.hm-blog-sec { padding: 30px 0; }
.home-posts-list.two .hm-blog-itm .hm-blog-cnt h3 a { font-size: 21px; }

.exp-top-lft { max-width: 350px;}
.exp-top-rgt-cont { padding: 20px; }
.exp-top-rgt-cont p { font-size: 15px; }
.exp-top-lst { margin: 0 0 25px; }
.exp-btm-cont p { font-size: 15px; }

.attroneys-section .text-heading { font-size: 34px; } 
.atrny-rht .tab-buttons { gap: 10px; }
.atrny-rht .tab-btn { border: 2px solid #76d03a; }
.atrny-rht .tab-btn.active { outline-offset: -3px; outline: 2px solid #0f2659; }

.hm-form-sec .text-heading { font-size: 35px !important; }
.hm-form-sec p { margin: 0px 0 15px; }
.hm-form .gform_wrapper .top_label textarea { height: 100px !important; margin: 0px 0 10px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 10px 35px !important; }
.ftr-form-sctn  { padding: 25px 0px 30px; }

.ftr-block-list { gap: 8px; padding: 15px 0; }
.ftr-itm h4:before { transform: scale(0.5); }
.ftr-itm h4 { font-size: 16px; padding: 70px 0 0; }
.ftr-itm.logo p::before { transform: scale(0.5); }
.ftr-itm .ftr-num a { font-size: 18px; }
.ftr-itm.cont p { font-size: 14px; }
.ftr-itm.logo p { font-size: 14px; margin: 0 0 10px; }

.blg-cat a {padding: 12px;}

}

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

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

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

a.cmn-btn { font-size: 14px; padding: 14px 26px; }
.text-heading { font-size: 21px; }

.site-branding { max-width: 210px; }
.hdr-top-rgt { gap: 10px; }
.logo-section { gap: 10px; }
.header-number a.cmn-btn {padding: 12px 16px; font-size: 15px; }
.showhide b.txtl {
    font-size: 18px;
}
.showhide b.txtr {
    font-size: 33px;
}
.showhide {
    padding: 0px 0 0 28px;
}
.hm-banner-section {
    padding: 30px 0;
}
.bnr-btn a.cmn-btn {
    padding: 15px 20px;
}

.you-itms::before { transform: scale(0.5); }
.representing-blk.owl-carousel .owl-stage { padding: 30px 0 0; }
.you-itms h5 { font-size: 20px; }
.you-itms p { line-height: 1.8; }
.you-itms h5 br{display: none;}

.home-posts-list.one .hm-blog-cnt h3 a { font-size: 19px; margin: 0 0 15px 0; } 
.hm-blog-itm .readmore-btn a { font-size: 13px; padding: 15px 45px; } 
.hm-blog-itm { max-width: 250px; padding: 15px; }

.exp-top-rgt-cont { padding: 10px; }

.atrny-lst .atrny-lft-img h3 { font-size: 25px; } 
.attroneys-section .text-heading { font-size: 26px; } 
.atrny-lst .atrny-lft-bio p { line-height: 1.6; }
.atrny-rht .tab-buttons {  flex-direction: column; }
.atrny-rht .tab-btn { max-width: 250px; margin: auto; }
.attroneys-section { padding: 0 0 30px; }

.hm-form-sec .text-heading { font-size: 27px !important; }
.hm-form-sec p { margin: 0px 0 9px; }
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label textarea { padding: 12px 15px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 90px !important; margin: 0px 0 8px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { padding: 11px 25px !important; }

.ftr-itm, .ftr-itm.logo { max-width: 300px; padding: 10px; }
.ftr-itm h4:before { transform: scale(0.4); }
.ftr-itm h4 {padding: 64px 0 0; }
.ftr-itm.logo p { font-size: 14px; }
.ftr-itm.logo p::before { transform: scale(0.45); }
.ftr-itm .ftr-num a { font-size: 16px; }

.hm-blog-sec .text-heading {font-size: 25px;}
.representing-list h4 {font-size: 15px;}
.representing-list h4 strong{display: block;}
.hm-blog-btn a.cmn-btn {padding: 14px 35px;}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {margin: 0px 3px 0px 0 !important;}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {font-size: 16px;}
}

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

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

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