/*
Theme Name:   Ronald Bone, P.A
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:  ronaldbone-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: 'Poppins-Regular';
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #000;
}
.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: 'CormorantSC-Regular';
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
p, li, ul, ol, blockquote {
font-family: 'Poppins-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: #000; z-index: 9999; border-bottom: 2px solid #c84d00; }
.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: 'Poppins-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: #c85000; 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;  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: 'Poppins-Regular'; 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 !important; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px; font-family: 'Poppins-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: 'Poppins-Regular'; } 
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #c85000; position: absolute; top: 38px; left: 0; } 
.mobinav ul { float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li { float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: 'Poppins-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: 'Poppins-Regular'; border: 0; margin: 0; text-decoration: none; } 
.mobinav ul li.current-menu-item > a {
    color: #000;
}
.mobinav a:hover { color: #000; }
.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: flex-end;} 
.site-branding img { width: 100%; display: block; }
.header-number {color: #fff;padding: 0 0 26px;margin: 0 0 25px;display: flex;align-items: center;gap: 20px;border-bottom: 1px solid rgb(255, 255, 255, 0.5);} 
.header-number strong { font-size: 20px; font-family: 'Poppins-Regular'; line-height: 1; letter-spacing: 2px; text-transform: uppercase; color: #d45101; display: block;  } 
.header-number a { font-size: 37px; font-family: 'Poppins-SemiBold'; line-height: 1; color: #ffffff; display: inline-block; position: relative; padding: 0 0 0 85px; }
.header-number a:hover {color: #d45101;}
.header-number a:before { position: absolute; content: ""; background-image: url(./images/hm-sprites.webp); background-repeat: no-repeat; background-position: -16px -13px; width: 60px; height: 60px; top: 0; bottom: 0; left: 0; margin: auto; background-color: #d45101; border-radius: 50px; }
#main-navigation ul{ margin:0 } 
#main-navigation ul li{display: inline-block;position: relative;margin: 0 18px;padding: 0 0 7px;} 
#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: 20px;font-family: 'Poppins-Regular';line-height: 1;color: #ffffff;display: block;min-width: inherit;} 
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{ color: #d45101; } 
#main-navigation ul li ul.sub-menu{ display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color:#931917; 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: #c84e18; color: #fff; }
#main-navigation .sub-menu li a{ width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; letter-spacing: 0; border-bottom: 0; font-size: 16px; background-color: #c84d00;} 
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a{ background-color: #fff; color:  #c84e18; } 
#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 { background-color: transparent; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 15px 0 10px; position: absolute; left: 0; top: 0; z-index: 10; } 
.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; position: fixed; background: #000000; animation: slideDown 0.35s ease-out; visibility: visible; border-bottom: 2px solid #d54b00; }
@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; }
.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; 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; }
.site-header .container { max-width: 100%; padding: 0px 100px; }
.site-header.is-sticky .site-branding { width: 26%; }
.site-header.is-sticky .logo-section { 
    align-items: center;
}
.text-heading{ color:#ffffff ; font-size: 90px; font-family: 'CormorantSC-Regular'; line-height: 1; letter-spacing: -3.6px; margin: 0 0 30px; }
.text-heading strong{ color: #c84d00; font-weight:400 ; }

a.cmn-btn{ color:#ffffff ; font-size:21px ; font-family: 'Poppins-Regular'; text-transform:uppercase ; line-height:1 ; margin: 0; display: inline-block; padding: 24px 45px; border: 2px solid #ffffff; background-color: #c84d00; border-radius: 50px; position: relative; }
a.cmn-btn:hover{ background-color: #000000; }
a.cmn-btn::before, a.cmn-btn::after { position: absolute; content: ""; background-color: #999999; width: 85%; height: 1px; top: -11px; left: 0; right: 0; margin: auto; }
a.cmn-btn::after { top: auto; bottom: -11px; }

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

/*Banner section*/
.home-banner-section{z-index: 1;background: url(./images/banner-bg.webp);background-position: center;background-size: cover;padding: 150px 0 72px;background-repeat: no-repeat;width: 100%;position: relative;}
.home-banner-section .container { max-width: 1700px; }
.banner-text{ line-height: 1; margin: 0; text-align: center; font-size: 148px; text-transform: uppercase; font-family: 'CormorantSC-Bold';     -webkit-mask-image: linear-gradient(to top, transparent 10%, #000 0%); transition: mask-image 0.4s ease, -webkit-mask-image 0.4s ease; filter: brightness(2.5);}
.home-banner-section::before {content: "";background-image: url(./images/banner-shadpow.webp);background-repeat: no-repeat;background-position: bottom center;background-size: cover;position: absolute;left: 0;right: 0;margin: auto;z-index: -1;width: 100%;height: 100%;bottom: 0;}
.banner-blk{display: flex;justify-content: space-between;align-items: center;}
.banner-personal strong { font-size: 90px; letter-spacing: -3.6px; color: #fff; font-family: 'CormorantSC-Regular'; font-weight: 400; line-height: 1; }
.banner-img{ width: 34.1%; position: relative; }
.banner-img::before { position: absolute; content: ""; background-image: url(images/RB-bgimg.webp); background-repeat: no-repeat; background-size: contain; width: 98.8%; height: 74.4%; left: 0; top: 0; bottom: 0; right: 0; margin: auto; z-index: -1; outline: 70px solid #000; border-radius: 50%; }
.banner-personal{width: 28.9%;padding: 0 0 100px;}
.banner-img img{ width: 100%; display: block; margin:-50px 0 0; }
.banner-years{width: 26.7%;/* padding: 140px 0 0; */}
.banner-years p{ font-family: 'Poppins-Regular'; font-size: 20px; letter-spacing: -0.4px; line-height: 1.6; color: #ffffff; margin: 0 0 35px; }
.year-ex { width: 44%; margin: 0 auto 65px; }
.year-ex img { width: 100%; display: block; }
.banner-btn{ text-align: center; }
.banner-btn a.cmn-btn{ background-color: #000000; }
.banner-btn a.cmn-btn:hover{ background-color: #c84d00; }

/* Home Award Secion */
.hm-award-sec { background-color: #000; }
.award-lst {padding: 110px 0 0;z-index: 1;display: flex;justify-content: center;align-items: center;gap: 50px; position: relative;margin: -92px 0 0;}
.award-lst::before {position: absolute;content: '';background-image: url(images/award-sparkle-img.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 42px;top: 0;left: 0;right: 0;margin: auto;z-index: 1;}
.award-img img{ display: block; width: 100%; }
.award-itm { width: 16.7%; }

/* pracise-areas-section */
.hm-practice-area-section{ background-color: #000; text-align: center; padding: 100px 0 0;}
.practice-list { display: flex; justify-content: center; }
.practice-item {width: 100%;position: relative;padding: 150px 10px 130px;border: 1px solid #969696;height: 100%;display: flex;justify-content: space-between;align-items: center;text-align: center;outline-offset: -4px;flex-direction: column;}
.hm-practice-area-section .text-heading{ margin: 0 0 60px  0; }
.practice-hover a{ font-size: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;z-index:2; }
.practice-area-cnct h4 { font-size: 55px; color: #ffffff; letter-spacing: -1.1px; line-height: 0.8; padding: 130px  0 0 0; position: relative; margin: 0;}
.practice-item::after { pointer-events: none; position: absolute; content: " "; background-image: url(images/hm-prct-bef-img.webp); background-repeat: no-repeat; background-size: cover; width: 100%; height: 38.3%; left: 0; right: 0; margin: auto; bottom: 0; }
.practice-item::before{ position: absolute; content: " "; background-image: url(images/hm-prct-aft-img.webp); background-repeat: no-repeat; background-size: cover;background-position: center; width: 100%; height: 100%; left: 0; right: 0; margin: auto; bottom: 0; top: 0; opacity: 20%; }
.practice-area-cnct { position: relative; z-index: 2; }
.practice-area-cnct::before{position: absolute; content: " "; background-size: cover; background-image: url(images/hm-prct-logo.webp); background-repeat: no-repeat; background-position: center; width: 177px; height: 177px; left: 0; right: 0; margin: auto; top: -100px;  z-index: 0; opacity: 5%;}
.practice-area-cnct h4::before{position: absolute; content: " "; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -19px -150px; width: 95px; height: 95px; left: 0; right: 0; margin: auto; top: 0; }
.practice-item.wrongful-death .practice-area-cnct h4::before{position: absolute; content: " "; background-position: -275px -150px; }
.practice-list.owl-carousel .owl-item.active.center .practice-item{outline: 4px solid #893100;}
.practice-list.owl-carousel .owl-nav { display: flex !important; max-width: 472px; justify-content: space-between; margin: auto; font-size: 0; position: absolute; left: 0; right: 0; bottom: -47px; z-index: -1; }
.practice-list.owl-carousel button.owl-prev, .practice-list.owl-carousel button.owl-next { background-image: url(images/hm-sprites.webp) !important; background-position: -113px -25px !important; background-repeat: no-repeat !important; width: 42px !important; height: 21px !important; }
.practice-list.owl-carousel button.owl-next { background-position-x: -178px !important; }
.practice-list.owl-carousel button.owl-prev:hover, .practice-list.owl-carousel button.owl-next:hover { background-position-y: -65px !important; transition: 0.3s ease; }
.practice-area-btn a.cmn-btn { position: relative; z-index: 2; }
.practice-list.owl-carousel .owl-stage{display: flex;padding: 0 0 60px 4px;}
.practice-list.owl-carousel .owl-item{ display: flex; }

.practice-item.personal-injury h4::before{ background-image: url(images/practice-icons.webp); background-position:-1447px -44px;}
.practice-item.car-accidents h4::before{background-image: url(images/practice-icons.webp); background-position:-1396px -223px;}
.practice-item.slip-fall h4::before {background-image: url(images/practice-icons.webp);background-position: -33px -32px; }


/* Home Exception Section */
.hm-exceptional-sec { background-image: url('./images/excep-bg-img.webp'); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 150px 0 265px; } 
.hm-exceptional-sec .text-heading{ text-align: left; text-transform: capitalize; padding: 0 0 20px; margin: 0 0 30px; position: relative; } 
.hm-exceptional-sec .text-heading::after{ position: absolute; content: ''; width: 43%; height: 10%; border-bottom: 3px solid #c84d00; bottom: 0; left: 0; } 
.excep-mid-cont p { color: #d5d5d5; font-size: 18px; font-family: 'Poppins-Regular'; line-height: 2.1; margin: 0 0 25px; } 
.excep-mid-cont p:nth-child(2) { margin-bottom: 60px !important; }
.excep-call-btn-blk { display: flex; justify-content: flex-start; align-items: center; gap: 27px; } 
.excep-call a { color: #ffffff; font-size: 37px; font-family: 'Poppins-SemiBold'; line-height: 1; margin: 0; display: inline-block; text-decoration: none; position: relative; padding: 0 0 0 77px; } 
.excep-call a:hover{ color: #c84d00; } 
.excep-call a::after{ position: absolute; content: ''; width:57px ; height:57px ; background-image: url('./images/hm-sprites.webp'); background-color: #d45101; border-radius: 30px; background-position:-18px -14px ; left: 0; top: 0; bottom: 0; margin: auto; }

/* Case-results-section */
.case_results-main {clip-path: polygon(0% 18%, 100% 0%, 100% 100%, 100% 100%, 100% 101%, 0% 101%);padding: 200px 0 80px;position: relative;background-color: #783307;margin: -270px 0 0 0; background-image: url(./images/case-pattern.webp); } 
.case_results-main:before { content: ""; position: absolute; background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 53%, rgba(0,0,0,0) 100%); width: 100%; height: 100%; background-repeat: no-repeat; background-size: contain; background-position: center; top: 0; left: 0; right: 0; pointer-events: none; }
.case-results-blk {align-items: center;display: flex;justify-content: space-between;position: relative;padding: 0 110px 150px 0;margin: 0 0 0 -45px;}
.case-results-blk::before{content: "";position: absolute;background-image: url(./images/case-results-btm-img.webp);background-repeat: no-repeat;background-position: center;background-size: 100%;width: 100%;height: 42px;bottom: 0;left: 45px;right: 0;} 
.case-results-lft {width: 51.6%;background-color: #000000;border-radius: 50%;outline: 10px solid #c84d00;outline-offset: -30px;position: relative; padding: 200px 30px;}
.case-results-lft::before { content: ""; position: absolute; background-image: url(./images/ronald-bone-branding-img.webp); background-repeat: no-repeat; background-size: contain; background-position: center; width: 77.5%; height: 77.5%; top: 0; right: 0; left: 0; bottom: 0; margin: auto; opacity: 12%; pointer-events: none;} 
.case-results-lft .text-heading {text-align: center;font-size: 100px;margin: 0 0 50px 0;} 
.case-result-btn { text-align: center; } 

.case-results-rgt-itm {text-transform: uppercase; text-align: left; margin: 0 0 53px 0; padding: 0 0 0 165px; position: relative; }
.case-results-rgt-itm:last-child{margin-bottom: 0;}
.case-results-rgt-itm:hover h3{ color: #c84d00; } 
.case-results-rgt-itm::before{content: "";position: absolute;background-image: url(./images/hm-sprites.webp);background-repeat: no-repeat;background-position: -541px -25px;width: 130px;height: 130px;top: 0;left: 0;} 
.case-results-rgt-itm h3 { font-size: 70px; font-family: 'Poppins-Medium'; color: #d5d5d5; line-height: 1; padding: 0 0 20px 0; margin: 0 0 0px 0; border-bottom: 2px solid #fff; display: inline-block; margin: 0 0 20px 0; } 
.case-results-rgt-itm p { font-size: 21px; font-family: 'Poppins-Regular'; color: #d5d5d5; line-height: 1.2; margin: 0 0 25px 0; letter-spacing: 5.3px; } 
.case-results-itm-btn:hover a{ background-color: #c84d00; } 
.case-results-itm-btn a{ font-size: 16px; font-family: 'Poppins-Regular'; color: #fff;; line-height: 1; text-align: center; padding: 14px 31px; border: 1px solid #fff; letter-spacing: 5.12px; display: inline-block; border-radius: 50px; }

.case-result-rgt-blk {
    width: 43.5%; 
    position: relative;
}

.case-result-rgt-blk .bx-viewport{
    height: 560px !important; /* show only 3 items */
    overflow: hidden !important;
    padding: 0 0 30px !important;
}


.case-result-rgt-blk .bx-controls-direction {
    position: absolute;
    bottom: 0;
    height: max-content;
    display: flex;
    gap: 44px;
    right: -14%;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    width: max-content;
    top: 0;
}
.case-result-rgt-blk .bx-controls-direction a {background-image: url(images/hm-sprites.webp) !important;transform: rotate(90deg); background-position: -113px -25px !important; background-repeat: no-repeat !important; width: 42px !important; height: 21px !important; font-size:0; transition: 0.5s; display: inline-block; }
.case-result-rgt-blk .bx-controls-direction a:hover {background-position-y: -65px !important; }
.case-result-rgt-blk .bx-controls-direction a.bx-next {background-position-x: -178px !important; }
.case-result-rgt-blk .bx-controls-direction a.bx-next:hover {background-position-y: -65px !important; }


/* Home Experience Section */
.hm-experience-sec {background-image: url('./images/experience-bg-img.webp');background-repeat: no-repeat;background-position: center bottom;text-align: center;padding: 0 0 960px;background-color: #010000;position: relative;} 
.hm-experience-sec .text-heading{ text-align: center; margin: 0 0 10px; } 
.hm-experience-sec p { color: #d5d5d5; font-size: 22px; font-family: 'Poppins-Regular';  line-height: 1.8; margin: 0 0 35px; } 
.experience-call-btn-blk { display: flex; justify-content: center; gap: 20px; } 
.hm-experience-sec h3 { opacity: 0.3; color: #ffffff; font-size: 272px; font-family: 'CormorantSC-Bold';   text-transform: uppercase; line-height: 0.6; letter-spacing: -5.4px; margin: 0 0 45px; -webkit-mask-image: linear-gradient(to top, transparent 18%, #000 60%); transition: mask-image 0.4s ease, -webkit-mask-image 0.4s ease; }
.experience-call a.cmn-btn { background-color: transparent; font-size: 34px; font-family: 'Poppins-Medium';  line-height: 1; margin: 0; padding: 18px 35px 18px 80px; } 
.experience-call a.cmn-btn:hover{color: #c84d00;}
.experience-call { position: relative; } 
.experience-call:before{ position: absolute; content: ''; width:57px ; height:57px ; background-image: url('./images/hm-sprites.webp'); background-color: #d45101; border-radius: 30px; background-position:-18px -14px ; left: 8px; top: 0; bottom: 0; margin: auto; }

/* Home Client Section */
.hm-client-section {text-align: center;margin: -250px 0 0;position: relative;}
.hm-client-section .container1{ max-width: 100%; }
.hm-client-section .text-heading{ margin:  0 0 20px 0; }
.hm-client-section p {font-size: 18px;color: #ffffff;font-family: 'Poppins-Regular';line-height: 1.8;margin: 0 0 10px;}
.hm-client-section h6 {color: #fff;font-size: 22px;font-family: 'Poppins-Regular';line-height: 1;margin: 0 0 35px;}
.client-lst{display: flex;justify-content: center;gap: 15px;background-color: #000000;}
.client-item{ width: 19.5%; padding: 30px 10px 20px; position: relative; z-index: 0; border: 2px solid #45413e; }
.client-title { font-size: 36px; font-family: 'CormorantSC-Regular'; line-height: 1; color: #ffffff; position: relative; padding: 125px  0 30px ; }
p.client-content { font-size: 15px !important; margin: 0 !important; font-family: 'Poppins-Light' !important; line-height: 1.7; color: #dfdfdf; }
.client-content { padding: 0 23px; }
.client-item .client-title::before{ position: absolute; content: " "; background-image: url(images/hm-sprites.webp); background-position: -20px -290px; background-repeat: no-repeat; width: 108px; height: 108px; left: 0; right: 0; top: 0; margin: auto; border: 2px solid #c84d00; border-radius: 50%; background-color: #000000; }
.client-item.trial-experience .client-title::before{ background-position: -142px -290px; }
.client-item.behind-every .client-title::before{ background-position: -279px -289px; }
.client-item.clients-consistently .client-title::before{ background-position: -413px -288px; }
.client-item.trained-by-respected .client-title::before{ background-position: -553px -287px; }
.client-item .client-title::after { position: absolute; content: " "; background-color: #c84d00; width: 69.2%; height: 2px; left: 0; right: 0; bottom: 0; margin: auto; }
.client-item::before{ position: absolute; content: " "; clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 75%); background-image: linear-gradient( 180deg, rgb(186,71,1) 0%, rgba(183,70,1,0) 100%); width: 100%; height: 100%; top: 0; left: 0; margin: auto; right: 0; z-index: -1; opacity: 25%; }
.client-item:hover::before{ opacity: 100%; }
.client-item:hover{ border-color: #ffffff; }

/* hm-meet-section */
.hm-meet-section { background-color: #000; position: relative; z-index: 1; padding: 0 0 200px; overflow: hidden;}
.hm-meet-section::before{position: absolute;content: "";width: 100%;height: 100%;background-image: url(images/meet-before.webp);background-repeat: no-repeat;background-position: right top 25%;right: 0;bottom: 0;opacity: 0.3;z-index: -1;}
.hm-meet-section .container { max-width: 1600px; width: 100%; margin: 0 auto 0 0; }
.meet-blck {display: flex;justify-content: space-between;align-items: center;}
.meet-image { width: 47.5%; }
.meet-image img { width: 100%; display: block; z-index: 3; position: relative; }
.meet-content { width: 48%; color: #ffffff; }
.meet-content .text-heading {margin: 0 0 20px;padding: 0 0 70px; position: relative;}
.meet-content .text-heading::before {position: absolute; content: ""; width: 1080px; height: 42px; background-image: url(images/underline-meet-sec.webp); background-repeat: no-repeat; left: 0; bottom: 0; margin: auto; background-position: right; background-size: cover; }
.meet-content h3 { font-size: 124px; font-family: 'Poppins-Thin'; color: #c84d00; text-transform: uppercase; line-height:1; letter-spacing: -4.96px; margin:0 0 28px; }
.meet-content-para { margin: 0 0 58px; }
.meet-content-para p { font-family: 'Poppins-Regular'; font-size: 19px; color: #d5d5d5; line-height: 1.78; margin: 0 0 27px; }

/*Home Testimonials Section*/
.hm-testimonials {margin: -300px 0 0 0;padding: 290px 0 300px;text-align: center;position: relative;z-index: 1;background: linear-gradient(to bottom, rgba(122, 47, 1, 0.95) 0%, rgba(122, 47, 1, 0.6) 30%, rgba(122, 47, 1, 0.2) 55%, rgba(122, 47, 1, 0) 75%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(images/testi-bg.webp) center/cover no-repeat;background-color: #000000;clip-path: polygon(0 0, 100% 20%, 100% 101%, 0% 101%);}
.hm-testimonials::after{content: "";height: 27%;position: absolute;bottom: 0;width: 100%;left: 0;background: linear-gradient(0deg, rgb(0 0 0 / 78%) 50%, transparent 100%);z-index: -1;pointer-events: none;}
.testi-blck::before{position: absolute;content: "";width: 100%;height: 42px;background-image: url(images/border.webp);background-repeat: no-repeat;background-position: center;bottom: -120px;left: 0;right: 0;margin:  auto;background-size: contain;}
.testi-blck { display: flex; justify-content: space-between; align-items: center; position: relative; padding: 0 0 0 110px; }
.testi-blck .hm-testi-list {width: 42.71%;padding: 30px 10px 20px;position: relative;}
.testi-blck .hm-testi-list::before { position: absolute; content: ""; width: 142px; height: 122px; background-image: url(images/hm-sprites.webp); background-position: -22px -442px; background-repeat: no-repeat; top: -130px; left: 25px; }
.hm-testimonials .testi-item { width: 100%; position: relative; }
.star-rat { position: relative; width: 32.4%; margin: 0 0 40px; }
.star-rat img{ width: 100%; display: block; }
.star-rat::before { position: absolute; content: ""; width: 319px; height: 3px; background-color: #c84d00; top: 0; bottom: 0; left: 215px; margin: auto; }
.hm-testimonials .testi-item p { font-size: 21px; text-align: left; line-height: 1.95; margin: 0 0 30px; color: #d5d5d5; }
.hm-testimonials .testi-item h5 { font-family: 'Poppins-Regular'; font-size: 39px; line-height: 1; text-align: left; color: #c84d00; }
.hm-testi-list.owl-carousel .owl-nav { display: flex !important; justify-content: start; gap: 45px; margin: 40px 0 0; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { font-size: 0; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -288px -19px; width: 62px; height: 31px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next { background-position-x: -394px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{ background-position-y: -65px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover { background-position-y:  -65px; }
.hm-testi-name { width: 50.4%; border: 10px solid #c84d00; border-radius: 50%; background-color: #000000; padding: 147px 100px; position: relative; }
.hm-testi-name::before{ position: absolute; content: ""; width: 569px; height: 569px; background-size: contain; background-image: url(images/testi-rb-img.webp); background-position: center; background-repeat: no-repeat; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.1; margin: auto; }
.hm-testi-name .text-heading{ margin: 0 0 50px; }

/*footer form*/
.custom-header-content { margin: -120px 0 0; position: relative; z-index: 1; }
.hm-form .gfield label { display: none; } 
.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 h6 { font-family: 'Poppins-Regular'; font-size: 30px; line-height: 1; letter-spacing: 8.4px; color: #c84d00; text-transform: uppercase; margin: 0 0 20px; } 
.hm-form-sec .text-heading {margin: 0 0 40px;} 
.hm-form .gform_required_legend { display: none; } 
.ftr-form-sctn {text-align: center;padding: 0px 0 125px;} 
.gchoice.gchoice_3_9_1 label { display: block; } 
fieldset#field_3_9 { width: 22%; border: none; display: none; } 
.footer-section { background-image: url(images/ftr-sec-bg.webp); background-repeat: no-repeat; width: 100%; display: inline-block; background-position: bottom center; background-size: cover; background-color: #000; }
.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% !important;color: #1b2026;outline: 0px;position: relative;border-radius: 0;font-family: 'Poppins-Regular';background: rgb(17, 17, 17, 0.5);border: 1px solid rgb(255, 255, 255, 0.5);line-height: 1.2 !important;font-size: 18px !important;padding: 21px 20px !important;transition: all 0.5s;display: block;text-align: left;height: auto !important;color: #ffffff;appearance: none;} 
.hm-form .gfield { position: relative !important ; } 
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-number { width: 24% !important; } 
.hm-form .gfield.gfield--type-email, .gfield.gfield--type-date, .gfield.gfield--type-select { width: 32% !important; } 
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 15px !important; justify-content: space-between; align-items: center; } 
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 130px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0px; 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; font-size: 18px; font-family: 'Poppins-Regular'; line-height: 1; font-weight: 400; color: #fff; letter-spacing: -0.36px; margin: 0; text-align: left; } 
.hm-form .gform_wrapper .form-links a:hover { color: #000; } 
.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; display: none; } 
.hm-form-sec .gfield .ginput_container { margin: 0 !important; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center; margin: 60px auto 0; position: relative; max-width: max-content; } 
.hm-form .gform_wrapper .gform_footer.top_label::after { position: absolute; content: ""; background-color: #999999; width: 85%; height: 1px; bottom: -11px; left: 0; right: 0; margin: auto; } 
.hm-form .gform_wrapper .gform_footer.top_label::before { position: absolute; content: ""; background-color: #999999; width: 85%; height: 1px; top: -11px; left: 0; right: 0; margin: auto; } 
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block !important; background-color: #c84d00 !important; outline: none !important; border: 2px solid #ffffff !important; border-radius: 50px !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Poppins-Regular' !important; width: auto !important; color: #ffffff !important; font-size: 21px !important; padding: 25px 50px !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: #000000 !important; } 
.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: 'Poppins-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; }

.hm-form .gfield.gfield--type-select.hear {
    width: 100% !important;
}

.hm-form .gfield.halfmsg{width: 49.2%;}

/*ERRROR*/
.hm-form .gfield_description.instruction.validation_message { bottom: auto; top: 6px; } 
.hm-form .gfield_description { margin: 0px !important } 
.hm-form .gfield_description.validation_message { position: absolute; bottom: 10px; right: 10px !important; text-align: right; font-size: 13px; font-family: 'Poppins-Regular'; color: #c84d00; margin: 0; pointer-events: none; } 
.hm-form .chk .gfield_description.validation_message { bottom: -17px !important; }

/*Footer block*/
#footer-navigation ul { margin: 0 0 40px; font-size: 0; text-align: center; padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); border-top: 1px solid rgba(255, 255, 255, 0.22); }
#footer-navigation ul li { display: inline-block; padding: 0; position: relative; margin: 0 45px; }
#footer-navigation ul li:last-child{ margin-right: 0; }
#footer-navigation ul li:first-child{ margin-left: 0; }
#footer-navigation ul li a { font-size: 19px; color: #fff; padding: 0; min-width: inherit; font-family: 'Poppins-Regular'; 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:#d45101; }
.ftr-blk { display: flex ; justify-content: center; gap: 50px; padding: 0 0 45px; border-bottom: 1px solid rgb(255, 255, 255, 0.2); }
.ftr-itm { width: 23%; text-align: center; }
.ftr-itm.logo { position: relative; width: 33.95%; }
.ftr-logo img { width: 100%; display: block; }
.social-icns { margin: -55px auto 0; width: max-content; }
.social-icns a{ font-size: 0 !important; width: 73px; height: 73px; display: inline-block; background-image: url(images/hm-sprites.webp); background-position: -340px -448px; background-repeat: no-repeat;     margin-right: 8px;}
.social-icns a.insta{background-position: -223px -564px;} 
.social-icns a.linkdin{background-position: -340px -564px;}
.ftr-itm h4 { font-size: 45px; font-family: 'CormorantSC-Light'; line-height: 1; color: #fff; margin: 0 0 15px; padding: 105px 0 10px; display: inline-block; border-bottom: 2px solid #c84d00; position: relative; }
.ftr-itm h4:before { content: ''; position: absolute; width: 82px; height: 82px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -219px -448px; left: 0; top: 0; right: 0; margin: auto; }
.ftr-itm.loc h4:before {background-position-x: -458px;}
.ftr-itm p{ font-size: 18px; font-family: 'Poppins-Regular'; line-height: 1.3; color:#ffffff; margin: 0; }
.ftr-itm-call a{ display: inline-block; font-family: 'Poppins-SemiBold'; font-size: 34px; line-height: 1; color: #ffffff; margin: 0; }
.ftr-itm-call a:hover{ color: #c84d00; }
.ftr-itm.ftr-logo img { margin: 0 0 20px; }

/*Copy Rights Section*/
.copy-para i { display: block; margin: 7px 0; font-size: 18px; }
.ftr-copyrights-sec {padding: 20px 0px 31px;text-align: center;}
p.copy-para{ margin: 0; font-size: 20px; font-family: 'Poppins-Regular'; line-height: 1; color: #ffffff; }
p.copy-para a:hover{color: #d45101;}


main#home-content .hm-experience-sec.inr-pg{display: none;}


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

}

@media screen and (max-width:1800px) {
.home-banner-section .container {max-width: 1600px;}

.site-header .container { padding: 0px 70px; }
.banner-text { font-size: 135px; }
.banner-years p { font-size: 19px; }
.banner-personal strong { font-size: 83px; }
.banner-img::before { outline: 60px solid #000; }

.case-results-blk { margin: 0; }
.case-results-blk::before{left: 0;}

.client-title { font-size: 34px; margin: 0 0 17px 0; }
p.client-content { padding: 0 20px; }

.excep-mid-cont p:nth-child(2) { margin-bottom: 70px !important;}
.hm-exceptional-sec { padding: 115px 0 250px; }
.hm-experience-sec h3{ font-size: 260px; }
.experience-call:before{ left: 8px; top: -2px; transform: scale(0.9); }

.case-results-rgt-itm h3 {font-size: 65px;}
.case-results-rgt-itm p {font-size: 20px;letter-spacing: 3.3px;}


}

@media screen and (max-width:1700px) {
    .home-banner-section .container, .site-header .container, .hm-meet-section .container {max-width: 1500px;}
    
    
    .site-header .container { padding: 0px 0px; }
    #main-navigation ul li a { font-size: 19px;}
    #main-navigation ul li { margin: 0 19px; }
    .header-number a { font-size: 34px; padding: 0 0 0 70px; }
    .header-number a:before { transform: scale(0.9); left: -3px; }

    .banner-personal strong { font-size: 80px; }
    .banner-years p { font-size: 17px; margin: 0 0 30px; }
    .banner-img::before { width: 94.8%; height: 70.4%; outline: 50px solid #000; }
    .year-ex { margin: 0 auto 55px; }
    
    .practice-area-cnct h4 { font-size: 53px; letter-spacing: -0.9px; }
    
    .hm-exceptional-sec .text-heading{margin: 0 0 38px;}
    .hm-exceptional-sec { padding: 95px 0 220px; }
    .hm-experience-sec h3{ font-size: 240px; letter-spacing: -4.4px;}
    
    
    .case-results-lft { padding: 200px 25px; }
    .case-results-lft .text-heading { font-size: 95px; }
    
    .hm-meet-section .container { max-width: 1500px; }
    
    .meet-image { width: 45.82%; }
    
    
    
    .meet-content h3 { font-size: 92px; letter-spacing: -4.5px; margin: 0 0 24px; }
    .meet-content-para p { font-size: 17px; line-height: 1.6; margin: 0 0 22px; }
    
    .hm-testimonials::before { transform: scale(0.9); }
    .testi-blck { padding: 0px 0 0 100px; }
    .testi-blck .hm-testi-list::before { transform: scale(0.9); }
    .testi-blck .hm-testi-list { width: 40.71%; }  
    .star-rat { width: 29.4%; margin: 0 0 33px; }
    .star-rat::before { transform: scale(0.8); left: 162px; }
.hm-testimonials .testi-item p { font-size: 19px; line-height: 1.7; margin: 0 0 25px; }
.hm-testimonials .testi-item h5 { font-size: 34px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.9); }
.hm-testi-name { width: 47.4%; padding: 128px 80px; }
.testi-blck .hm-testi-list { width: 41.71%; padding: 26px 20px 45px; }

.client-item .client-title::before { transform: scale(0.85); transform-origin: top; }
.hm-client-section p { font-size: 17px; }
.client-title { font-size: 32px; padding: 110px 0 19px; margin: 0 0 14px 0; }
p.client-content { padding: 0 15px; }
.client-item { padding: 25px 5px 13px; }
.hm-client-section { margin: -220px 0 0; }

.ftr-form-sctn { text-align: center; padding: 80px 0 110px; }
.hm-form-sec h6 { font-size: 28px; letter-spacing: 8.1px; }
.hm-form-sec .text-heading { margin: 0 0 45px; }
#footer-navigation ul { padding: 25px 0;; }
#footer-navigation ul li { margin: 0 40px; }
.ftr-itm h4 { font-size: 40px; padding: 90px 0 10px; }
.ftr-itm h4:before { transform: scale(0.9); top: -3px; }
.ftr-itm-call a { font-size: 31px; }



}

@media screen and (max-width:1600px) {
    .home-banner-section .container, .site-header .container, .hm-meet-section .container, .container {max-width: 1400px;}
    
    a.cmn-btn { font-size: 19px; padding: 20px 35px; }
    .text-heading { font-size: 80px; margin: 0 0 20px; }
    
        #main-navigation ul li { margin: 0 11px; }
    .site-branding { width: 33%; }
    .header-number strong { font-size: 17px;}
    .logo-section { align-items: center; }
    #main-navigation ul li a { font-size: 18px; }
    .header-number a { font-size: 30px; padding: 0 0 0 60px; }
    .header-number a:before { transform: scale(0.8); left: -6px; }
    .header-number { padding: 0 0 20px; margin: 0 0 15px; } 
    
    .banner-years { width: 28%;}
    .banner-text { font-size: 115px; }
    .banner-personal strong { font-size: 70px; letter-spacing: -2.6px; }
    .banner-personal { padding: 0 0 70px; }
    .year-ex { margin: 0 auto 45px; }
    .banner-img img{    margin: -30px 0 0;}
    .banner-img::before { outline: 40px solid #000; }

    .home-banner-section{    padding: 110px 0 72px;}
    
.award-lst { padding: 80px 0 0;} 

.meet-content .text-heading::before {
    width: 900px;
    background-size: contain;
}

.hm-practice-area-section { padding: 90px 0 0; }
.hm-practice-area-section .text-heading { margin: 0 0 50px  0; }
.practice-area-cnct h4 { font-size: 47px; letter-spacing: -0.7px; padding: 110px 0 0 0; }
.practice-area-cnct h4::before { transform: scale(0.9); transform-origin: top; }
.practice-area-cnct::before { width: 150px; height: 150px; top: -80px; }
.practice-item { padding: 130px 10px 110px; }
.practice-area-btn a.cmn-btn { font-size: 19px; padding: 20px 40px; }
.practice-list.owl-carousel .owl-nav { max-width: 430px; }
.practice-list.owl-carousel .owl-stage { padding: 0 0 50px 2px; }

.hm-exceptional-sec .text-heading { margin: 0 0 32px; }
.hm-exceptional-sec { padding: 70px 0 160px; }
.excep-call a { font-size: 32px; padding: 0 0 0 64px; }
.excep-call a::after { transform: scale(0.8); }
.excep-mid-cont p { line-height: 2; }

.hm-experience-sec {margin: -5px 0 0; }
.hm-experience-sec h3{ font-size: 200px;  letter-spacing: -3.4px;}
.hm-experience-sec p{font-size: 20px; margin: 0 0 28px;}
.experience-call a.cmn-btn{ font-size: 30px;  padding: 16px 35px 16px 80px;}

.case_results-main { margin: -220px 0 0 0; padding: 180px 0 75px; }
.case-results-lft { padding: 180px 25px; }
.case-results-lft .text-heading { font-size: 85px; margin: 0 0 45px 0; }
.case-results-lft::before { transform: scale(1); }
.case-results-blk { padding: 0 85px 120px 0; }
.case-results-rgt-itm h3 { font-size: 60px; } 
.case-results-rgt-itm { padding: 0 0 0 160px; } 
.case-results-rgt-itm::before { margin: auto; transform: scale(0.9); } 
.case-results-rgt-itm { padding: 0 0 0 150px; } 
.case-results-rgt-itm p { font-size: 19px;letter-spacing: 2.3px; }    

.hm-meet-section { padding: 0px 0 160px; }
.meet-image { width: 43.82%; }
.meet-content { width: 50%;} 
.meet-content h3 { font-size: 85px; letter-spacing: -4.2px; margin: 0 0 20px; }
.meet-content-para { margin: 0 0 50px; }
.meet-content-para p { font-size: 16px; line-height: 1.5; margin: 0 0 18px; }

.hm-testi-name::before { width: 430px; height: 430px; }
.hm-testimonials { margin: -269px 0 0 0; padding: 244px 0 240px; }
.testi-blck::before { bottom: -110px; }
.testi-blck{ padding: 0 0 0 80px; }
.hm-testimonials::before { transform: scale(0.8); }
.hm-testi-name { width: 45.4%; padding: 130px 52px; }
.hm-testi-name .text-heading { font-size: 65px; }
.hm-testi-name .text-heading { font-size: 65px; }
.testi-blck .hm-testi-list::before { transform: scale(0.8); }
.testi-blck .hm-testi-list { width: 38.71%; }  
.star-rat { width: 27.4%; margin: 0 0 29px; }
.star-rat::before { transform: scale(0.7); left: 134px; }
.hm-testimonials .testi-item p { font-size: 18px; line-height: 1.5; margin: 0 0 22px; }
.hm-testimonials .testi-item h5 { font-size: 29px; margin: 0 0 5px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.8); }

.testi-blck { padding: 0px 0 0 90px; }
.hm-testi-list.owl-carousel .owl-nav { gap: 40px; margin: 38px 0 0; }

.hm-client-section p {   font-size: 16px; }
.hm-client-section h6{font-size:21px;} 
.client-item .client-title::before { transform: scale(0.75); }
.client-title { font-size: 27px; padding: 95px 0 15px; margin: 0 0 10px 0; }
p.client-content { padding: 0 5px; line-height: 1.6; }
.hm-client-section { margin: -180px 0 0; }

.ftr-form-sctn { padding: 70px 0 90px; }
.hm-form-sec h6 { font-size: 25px; letter-spacing: 7.9px; }
.hm-form-sec .text-heading { margin: 0 0 35px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 17px !important; padding: 20px 25px !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 50px auto 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 19px !important; padding: 20px 40px !important; }
.hm-form .gform_wrapper .gform_footer.top_label::before { top: -9px; }
.hm-form .gform_wrapper .gform_footer.top_label::after { bottom: -9px; }
#footer-navigation ul li a { font-size: 17px; }
#footer-navigation ul li { margin: 0 35px; }
#footer-navigation ul { padding: 20px 0; margin: 0 0 30px; }
.ftr-itm h4:before { transform: scale(0.8); top: -6px; }
.ftr-itm h4 { font-size: 35px; padding: 80px 0 10px; }
.ftr-blk { gap: 40px; padding: 0 0 35px; } 
p.copy-para { font-size: 18px; }
.copy-para i { font-size: 16px; }
.ftr-itm-call a { font-size: 29px; }

}

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

@media screen and (max-width:1440px) {
.hm-meet-section .container, .site-header .container{ max-width: 1300px; }


.home-banner-section .container, .container1, .container {max-width: 1200px;}

a.cmn-btn { font-size: 16px; padding: 18px 28px; }
a.cmn-btn::before { top: -9px; }
a.cmn-btn::after { bottom: -9px; }
.text-heading { font-size: 70px; letter-spacing: -2.6px; }

#main-navigation ul li a { font-size: 17px; }
.header-number a:before { transform: scale(0.7); left: -9px; }
.header-number a { font-size: 27px; padding: 0 0 0 51px; }
.header-number { padding: 0 0 15px; gap: 15px;}
.home-banner-section { padding: 100px 0 0; }
#main-navigation .sub-menu li a { font-size: 15px; }
#main-navigation ul li ul.sub-menu { width: 190px;}


.banner-personal { padding: 0 0 45px; }
.banner-text { font-size: 100px; }
.banner-personal strong { font-size: 62px; letter-spacing: -1.6px; }
.banner-years p { margin: 0 0 15px; }
.year-ex { margin: 0 auto 30px; }
.banner-img::before { outline: 30px solid #000; }
.banner-years { width: 32%; }
.home-banner-section::before { height: 90%; }
.banner-img img {margin: -20px 0 0; }

.hm-practice-area-section .text-heading { margin: 0 0 40px 0; }
.hm-practice-area-section { padding: 70px 0 0; }
.practice-area-cnct h4 { font-size: 40px; letter-spacing: -0.3px; padding: 90px 0 0 0; }
.practice-area-cnct h4::before { transform: scale(0.8); transform-origin: top; }
.practice-area-cnct::before { width: 130px; height: 130px; top: -70px; }
.practice-item { padding: 120px 5px 100px; }
.practice-area-btn a.cmn-btn { font-size: 17px; padding: 17px 35px; }
.practice-list.owl-carousel .owl-nav { max-width: 400px; bottom: -37px; }
.practice-list.owl-carousel .owl-stage { padding: 0 0 40px 1px; }
.practice-item { max-width: 100%; margin: 0 0 0 1px; }

.meet-content .text-heading::before { width: 800px; }

.hm-exceptional-sec { padding: 50px 0 105px 20px; }
.hm-exceptional-sec .text-heading { margin: 0 0 27px; }
.excep-mid-cont p {font-size: 17px; margin: 0 0 20px }
.excep-mid-cont p:nth-child(2) { margin-bottom: 55px !important; }
.excep-call a { font-size: 30px; padding: 0 0 0 60px; }
.award-lst { padding:70px 0 0; gap: 35px; margin: -20px 0 0; }

.hm-experience-sec { margin: 0; padding: 0 0 740px; background-position: center bottom 100%; }
.hm-experience-sec .text-heading { margin: 0px 0 18px;}
.hm-experience-sec p{margin: 0px 0 24px;}
.hm-experience-sec h3{font-size: 169px; margin: 0 0 35px; letter-spacing: -2.4px; -webkit-mask-image: linear-gradient(to top, transparent 10%, #000 60%); opacity: 0.5;}
.experience-call:before{transform: scale(0.9);}

.case_results-main { margin: -180px 0 0 0; padding: 155px 0 75px; }
.case-results-lft { padding: 170px 25px; width: 49%; }
.case-results-lft::before { transform: scale(0.9); } 
.case-results-lft .text-heading { font-size: 75px; margin: 0px 0 35px 0; }
.case-results-blk { padding: 0 80px 150px 0; } 
.case-results-rgt-itm { padding: 0px 0 0 140px; margin: 0 0 40px 0; } 
.case-results-rgt-itm p { font-size: 18px; letter-spacing: 1px; } 
.case-results-rgt-itm h3 { font-size: 50px;padding: 0 0 17px 0; margin: 0px 0 17px 0; } 
.case-results-blk { padding: 0 30px 110px 0; }
.case-result-rgt-blk { width: 45%; }

.hm-meet-section { padding: 0px 0 160px; }
.meet-image { width: 41.82%; }

.meet-content .text-heading { margin: 0 0 20px; padding: 0 0 45px; }
.meet-content h3 { font-size: 75px; letter-spacing: -3.5px; margin: 0 0 20px; }
.meet-content-para p { font-size: 15px; line-height: 1.5; margin: 0 0 16px; }
.meet-content-para { margin: 0 0 40px; }

.hm-testimonials { margin: -228px 0 0 0; padding:200px 0 180px; }
.testi-blck { padding: 0px 0 0 80px; }
.hm-testi-name { width: 42.4%;     padding: 99px 33px;  }
.hm-testi-name .text-heading { font-size: 55px; margin: 0 0 40px; }
.testi-blck .hm-testi-list { width: 44.71%; }
.testi-blck .hm-testi-list::before { transform: scale(0.7); left: 0; }
.star-rat { width: 26.4%; margin: 0px 0 25px; }
.star-rat::before { transform: scale(0.6); left: 76px; }
.hm-testimonials .testi-item p { font-size: 17px; line-height: 1.4; margin: 0 0 19px; }
.hm-testimonials .testi-item h5 { font-size: 23px; margin: 0 0 4px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.7); }
.hm-testimonials::before { transform: scale(0.6); }
.hm-testi-name::before { width: 370px; height: 390px; }
.hm-testi-list.owl-carousel .owl-nav { gap: 30px; margin: 3px 0 0; }
.testi-blck::before { bottom: -85px; }

.client-item .client-title::before { transform: scale(0.65); }
.client-title { font-size: 26px; padding: 78px 0 10px; margin: 0 0 8px 0; }
.client-lst { gap: 10px; }

p.client-content { padding: 0; line-height: 1.6; }
.client-item { padding: 20px 5px 13px; }
.hm-client-section { margin: -150px 0 0; }

.custom-header-content { margin: -110px 0 0; }
.ftr-form-sctn { padding: 60px 0 70px; }
.hm-form-sec h6 { font-size: 21px; letter-spacing: 6.9px; margin: 0 0 10px; }
.hm-form-sec .text-heading { margin: 0 0 25px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 16px 20px !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 35px auto 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 17px !important; padding: 15px 30px !important; }
#footer-navigation ul li a { font-size: 16px; }
.ftr-itm.logo { padding: 23px 0 0; }
#footer-navigation ul li { margin: 0 25px; }
#footer-navigation ul { padding: 15px 0; margin: 0 0 20px; }
.ftr-blk { gap: 30px; padding: 0 0 30px; }
.ftr-itm h4:before { transform: scale(0.7); top: -11px; }
.ftr-itm h4 { font-size: 32px; padding: 70px 0 8px; }
.ftr-itm-call a { font-size: 28px; }
.social-icns a { transform: scale(0.8); } 
p.copy-para { font-size: 16px; }
.copy-para i { font-size: 15px; margin: 6px 0 5px; }

.social-icns a{    margin-right: -17px;}


.case-result-rgt-blk .bx-viewport {
    height: 445px !important;
}

.case-results-rgt-itm::before {transform: scale(0.8);}
.case-result-rgt-blk {width: 48%; }
.case-result-rgt-blk .bx-controls-direction{right:-7%;}
.case-result-rgt-blk .bx-controls-direction a{ transform: scale(0.8) rotate(90deg);}


}

@media screen and (max-width:1366px) {
.hm-meet-section .container, .site-header .container { max-width: 1200px; }
#main-navigation ul li a { font-size: 16px; }
.header-number strong { font-size: 15px; }
#main-navigation ul li {
    margin: 0 9px;
}
.header-number a { font-size: 25px; }
.client-title { font-size: 23px; }
p.client-content { font-size: 13px !important; }
 
}

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

@media screen and (max-width:1240px) {
.site-header .container, .hm-meet-section .container {
    max-width: 1100px;
    padding: 0 10px;
}
.home-banner-section .container, .container1, .container {max-width: 990px;padding: 0 10px;}

#main-navigation .sub-menu li a { font-size: 14px; }
#main-navigation ul li ul.sub-menu { width: 180px;}

a.cmn-btn { font-size: 15px; padding: 15px 20px; border: 1px solid #ffffff; }
a.cmn-btn::before { top: -7px; }
a.cmn-btn::after { bottom: -7px; }

.text-heading { font-size: 50px; letter-spacing: -1px; }

.site-branding { width: 31%; }
.header-number { padding: 0 0 15px; gap: 10px; }
.header-number strong { letter-spacing: 0.5px; }
.header-number a:before { transform: scale(0.6); left: -12px; }
.header-number a { font-size: 23px; padding: 0 0 0 45px; }
#main-navigation ul li a { font-size: 14px; }
#main-navigation ul li { margin: 0 7px; }
.banner-text { font-size: 80px; }
.home-banner-section { padding: 100px 0 0; }
.banner-personal strong { font-size: 48px; letter-spacing: -0.6px; }
.year-ex { margin: 0 auto 23px; }
.banner-personal { padding: 0 0 0px; }
.banner-img img { margin: -45px 0 0; }
.banner-img::before { top: -52px; outline: 20px solid #000; }
.banner-img { width: 32%; position: relative; }
.banner-years { width: 34%; }
.award-lst::before { height: 27px; }
.hm-practice-area-section h2 { font-size: 60px; margin: 0 0 30px 0; }
.hm-practice-area-section { padding: 50px 0 0; }
.practice-area-cnct h4 { font-size: 35px; letter-spacing: 0px; padding: 80px 0 0 0; }
.practice-area-cnct h4::before { transform: scale(0.7); transform-origin: top; }
.practice-area-cnct::before { width: 110px; height: 110px; top: -70px; }
.practice-item { padding: 85px 5px 80px; }
.practice-area-btn a.cmn-btn { font-size: 15px; padding: 15px 30px; }
.practice-list.owl-carousel .owl-nav { max-width: 360px; bottom: -37px; }
.practice-list.owl-carousel .owl-stage { padding: 0 0 40px 5px; }
.practice-area-cnct::before { width: 110px; height: 110px; top: -40px; }

.hm-exceptional-sec .text-heading strong{display: inline-block;}
.hm-exceptional-sec p { font-size: 16px; margin: 0 0 18px;}
.excep-mid-cont p:nth-child(2) { margin-bottom: 44px !important; }

.excep-call a { font-size: 28px;}
.excep-call a::after { transform: scale(0.7); }

.award-lst { padding: 55px 0 0; gap: 30px;margin: -13px 0 0; }

.hm-experience-sec { padding: 0 0 680px; background-position: center; }
.hm-experience-sec .text-heading{margin: 0px 0 15px;}
.hm-experience-sec p{ font-size: 18px; margin: 0px 0 20px;}
.hm-experience-sec h3{ font-size: 133px; letter-spacing: -1.4px; margin: 0 0 30px;}
.experience-call a.cmn-btn { font-size: 25px; padding: 15px 30px 15px 70px; }
.experience-call:before { transform: scale(0.8); }
.meet-content .text-heading::before { width: 500px; height: 20px; }
.case_results-main { margin: -150px 0 0 0; padding: 140px 0 75px; }
.case-result-rgt-blk { width: 48%; }
.case-results-blk { padding: 0 30px 90px 0; }
.case-result-rgt-blk .bx-controls-direction {right: -8%; }
.case-results-lft .text-heading { font-size: 60px; margin: 0px 0 30px 0; } 
.case-results-lft { padding: 135px 25px; } 
.case-results-rgt-itm p { font-size: 15px; } 
.case-results-rgt-itm h3 { font-size: 40px; } 
.case-results-rgt-itm h3 { padding: 0 0 10px 0; margin: 0px 0 10px 0; } 
.case-results-rgt-itm p { margin: 0 0 15px 0; letter-spacing: 0.6px; } 
.case-results-rgt-itm { margin: 0 0 35px 0; } 
.case-results-rgt-itm { padding: 0px 0 0 115px; }
.case-results-itm-btn a { font-size: 14px; padding: 13px 20px; letter-spacing: 4.12px; } 
.case-results-rgt-itm::before { transform: scale(0.7); top: -16px; left: -15px; }

.hm-meet-section { padding: 0px 0 160px; }
.meet-image { width: 41.82%; }
.meet-content .text-heading { margin: 0 0 16px; padding: 0 0 30px; }
.meet-content h3 { font-size: 60px; letter-spacing: -3px; margin: 0 0 12px; }
.meet-content-para p { font-size: 14px; line-height: 1.4; margin: 0 0 14px; }


.hm-testimonials { margin: -200px 0 0 0; padding: 140px 0 160px; }
.testi-blck::before { bottom: -60px; }

.testi-blck .hm-testi-list::before { transform: scale(0.6); left: -10px; top: -90px; }
.star-rat::before { transform: scale(0.5); left: 23px; }
.hm-testimonials .testi-item p { font-size: 15px; line-height: 1.6; margin: 0 0 15px; }
.hm-testimonials .testi-item h5 { font-size: 20px; }
.hm-testi-list.owl-carousel .owl-nav { gap: 25px; margin: 30px 0 0; }
.hm-testi-name { width: 42.4%; padding:70px 33px; }
.hm-testi-name::before { width: 269px; height: 288px; }
.hm-testi-name .text-heading { font-size: 45px; margin: 0px 0 23px; }

.hm-client-section p { font-size: 14px; }
.hm-client-section h6{font-size:20px;}
.client-item .client-title::before { transform: scale(0.55); }
.client-title { font-size: 20px; padding: 70px 0 10px;  }
p.client-content { padding: 0 0px !important; line-height: 1.5 !important; font-size: 13px !important; }
.client-item { padding: 10px 5px; }
.hm-client-section { margin: -110px 0 0; }

.ftr-form-sctn { padding: 45px 0 50px; }
.hm-form-sec h6 { font-size: 19px; letter-spacing: 5.9px; }
.hm-form-sec .text-heading { margin: 0 0 15px; }
.hm-form .gform_fields { gap: 10px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 13px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 110px !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 25px auto 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 16px !important; padding: 15px 22px !important; }
.hm-form .gform_wrapper .gform_footer.top_label::before { top: -7px; }
.hm-form .gform_wrapper .gform_footer.top_label::after { bottom: -7px; }
.hm-form .gfield_description.validation_message { font-size: 12px; }
.hm-form .gfield_description.validation_message { bottom: 2px; }
#footer-navigation ul li a { font-size: 14px; }
#footer-navigation ul li { margin: 0 20px; }
.ftr-itm h4:before { transform: scale(0.6); top: -16px; }
.ftr-itm h4 { font-size: 30px; padding: 55px 0 8px; margin: 0 0 10px; }
.ftr-itm-call a { font-size: 25px; }
.ftr-itm p { font-size: 16px; }
.ftr-blk { gap: 20px; padding: 0 0 20px; }
.social-icns a { transform: scale(0.7); }
.ftr-copyrights-sec { padding: 20px 0px; }
p.copy-para { font-size: 15px; }
.copy-para i { font-size: 14px; margin: 4px 0 3px; }

.case-result-rgt-blk .bx-viewport {height: 340px !important; }



}

@media screen and (max-width:1140px) {
.site-header .container, .hm-meet-section .container {
    max-width: 990px; 
}
 
.header-number a { font-size: 21px; padding: 0 0 0 45px; }
.header-number strong { font-size: 14px; }
#main-navigation ul li a { font-size: 13px; }



}

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

@media screen and (max-width:991px) {
.hm-client-section .container1,.home-banner-section .container, .site-header .container, .hm-meet-section .container, .container1, .container {max-width: 720px;padding:0px;}

.text-heading { font-size: 45px; letter-spacing: 0; }

.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: #c85000; }
.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; flex-direction: column; gap: 15px; }
.site-branding { width: 100%; max-width: 300px; padding: 0; margin: 0 auto 10px; }
.sicky-cnt.sticky-mobile-logo { width: 100%; max-width: 240px; }
.site-header { padding: 0; position: static; background-color: #000; }
.header-number { padding: 0; gap: 20px; border-bottom: none; align-items: center; flex-direction: column; }

.home-banner-section { padding: 30px 0; }
.banner-text { font-size: 65px; margin: 0 0 5px; }
.banner-blk { flex-direction: column; gap: 20px; text-align: center; }
.banner-personal { width: 100%; }
.banner-personal strong { font-size: 43px; letter-spacing: 0; }
.banner-img img { margin: 0; height: 370px; object-fit: cover; object-position: top; }
.banner-img::before{display: none;}
.banner-img { width: 100%; max-width: 350px; margin: auto; border: 2px solid #c85000; padding: 15px 15px 0; }
.banner-years p {
   letter-spacing: 0;
}
.home-banner-section::before{display: none;}
.banner-years { width: 100%; }
.year-ex { width: 100%; max-width: 200px; border: 1px solid #fd5f01; padding: 20px; box-shadow: 0 0 35px #fff inset; border-radius: 10px; }

.practice-item { padding: 110px 5px 70px; max-width: 300px; width: 100%; margin: auto; }
.hm-practice-area-section { padding: 40px 0; }
.hm-practice-area-section h2 { margin: 0 0 20px 0; }
.practice-list.owl-carousel .owl-nav { max-width: 140px; margin: -10px auto 30px; position: static; }
.practice-list.owl-carousel button.owl-prev, .practice-list.owl-carousel button.owl-next { transform: scale(0.9); }
.hm-client-section h6{font-size:18px;}

.hm-exceptional-sec {
    padding: 0px 0 40px;
    text-align: center;
}
.hm-exceptional-sec .text-heading {
    margin: 0 0 10px;
    text-align: center;
    padding: 0;
}
.excep-call-btn-blk { 
    justify-content: center; 
}
.excep-cont {
    background-color: rgb(0 0 0 / 69%);
    padding: 15px 10px;
}

.hm-testi-name .text-heading br{display: none;}

.hm-exceptional-sec p { font-size: 15px; margin: 0 0 15px;}
.hm-exceptional-sec .text-heading::after, .hm-exceptional-sec p br{ display: none; }
.excep-mid-cont p:nth-child(2) { margin-bottom: 38px !important; }

.hm-experience-sec {padding: 40px 0; }
.exprnce-cont { background-color: #0000007d; padding: 20px 10px; border-radius: 10px; }
.hm-experience-sec .text-heading { margin: 0px 0 10px; }
.experience-call-btn-blk{  align-items: center;}
.experience-call a.cmn-btn::before,.experience-call a.cmn-btn::after{display: none;}
.hm-experience-sec p { font-size: 16px; margin: 0px 0 18px; }
.hm-experience-sec h3 { font-size: 115px; letter-spacing: 0; margin: 0 0 25px; } 
.experience-call{width: max-content;}

.hm-award-sec {
    background-color: #000;
    padding: 30px 0 0;
}
.award-lst { padding: 0; }
.award-itm { width: 100%; margin: auto; max-width: 300px; padding: 15px; border: 1px solid #e45800; }
.award-lst::before{display: none;}
.award-lst .owl-nav { display: flex; justify-content: center; gap: 50px; }
.award-lst .owl-stage-outer { padding: 0 0 40px; }
.award-lst button.owl-prev{ font-size: 0 !important; background-image: url('./images/hm-sprites.webp') !important; background-position: -113px -25px !important; background-repeat: no-repeat !important; width: 42px; height:21px ;}
.award-lst button.owl-next{ font-size: 0 !important; background-image: url('./images/hm-sprites.webp') !important; background-position: -178px -25px !important; background-repeat: no-repeat !important; width: 42px; height:21px ;}
.award-lst button.owl-prev:hover{ background-position: -113px -64px !important;}
.award-lst button.owl-next:hover{background-position: -178px -65px !important;}

.case_results-main { clip-path: none; padding: 40px 0; margin: 0; } 
.case-results-blk { flex-direction: column-reverse; gap: 30px; padding: 0; }
.case-results-blk::before { display: none; } 
.case-results-lft { width: 100%; outline: 2px solid #c84d00; outline-offset: -10px; padding: 50px 30px; border-radius: 0; } 
.case-results-lft .text-heading { font-size: 55px; letter-spacing: -2.6px; } 
.case-results-rgt-itm::before { margin: auto; transform: scale(0.6); top: -18px; } 
.case-results-rgt-itm h3 { font-size: 35px; } 
/*.case-result-rgt .owl-nav { display: flex; justify-content: center; gap: 50px; margin: 20px 0 0; }
.case-result-rgt.owl-carousel .owl-nav button.owl-next:hover { background-position: -180px -65px !important; } 
.case-result-rgt.owl-carousel .owl-nav button.owl-prev:hover { background-position: -112px -65px !important; } 
.case-result-rgt.owl-carousel .owl-nav button.owl-next { font-size: 0 !important; background-image: url(./images/hm-sprites.webp) !important; background-position: -180px -25px !important; background-repeat: no-repeat !important; width: 42px !important; height: 21px !important; transition: 0.5s ease; } 
.case-result-rgt.owl-carousel .owl-nav button.owl-prev { font-size: 0 !important; background-image: url(./images/hm-sprites.webp) !important; background-position: -112px -25px !important; background-repeat: no-repeat !important; width: 42px !important; height: 21px !important; transition: 0.5s ease; } */
.case-results-rgt-itm{width: 100%; padding: 0 0 0 110px; }
    .case-result-rgt-blk {width: 100%; max-width: 400px; }
.case-result-rgt-blk .bx-controls-direction {position: unset; margin: 32px auto 12px;flex-direction: unset; gap: 15px;}

.case-result-rgt-blk .bx-viewport {height: 330px !important; }
.case-results-rgt-itm p { letter-spacing: 1.3px; }

.hm-meet-section { padding: 30px 0 30px; }
.meet-blck { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; width: 100%; }
.meet-image { max-width: 400px; width: 100%; border: 2px solid #c84d00; }
.meet-content { text-align: center; width: 100%; padding: 0;   }
.meet-content .text-heading::before { display: none; }
.meet-content .text-heading { margin: 0px 0 20px; letter-spacing: -1.8px; padding: 0; }
.meet-content-para p { font-size: 14px; line-height: 1.6; margin: 0 0 14px; }
.hm-meet-section::before{ display: none; }
.hm-meet-section .container { width: 100%; margin: 0 auto; }

.hm-testimonials { margin: 0; padding: 171px 0 70px; clip-path: none; position: relative; }
.testi-blck { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0; gap: 30px; }
.hm-testi-list { width: 100%; max-width: 600px; margin: 0 auto; }

.testi-blck .hm-testi-list { width: 100%; max-width: 600px; }
.owl-carousel { width: 100%; }
.star-rat::before { display: none; }
.star-rat { margin: 0 auto 20px; }
.hm-testimonials .testi-item p { text-align: center; }
.hm-testimonials .testi-item h5 { text-align: center; }
.hm-testi-list.owl-carousel .owl-nav { display: flex !important; justify-content: center; gap: 45px; margin: 40px 0 0; }
.hm-testi-name {
    max-width: 100%;
    width: 100%;
    padding: 25px 20px;
    border-radius: 0;
    border: 2px solid #ba5536;
}

.hm-testimonials { padding: 40px 0 0; }
.testi-blck .hm-testi-list::before {
    transform: scale(0.4);
    left: -10px;
    top: -35px;
}

.client-item {
    max-width: 350px;
    width: 100%;
    padding: 15px 20px;
    height: 100%;
}
.client-lst.owl-carousel .owl-stage { display: flex; padding: 0 0 0 3px; }


.hm-client-section p br { display: none; }
.client-lst.owl-carousel .owl-item.active .client-item { border: 2px solid #ffffff; }
.client-lst.owl-carousel .owl-item.active .client-item::before { clip-path: none; opacity: 100%; background-image: linear-gradient(180deg, rgb(186, 71, 1) 0%, rgba(183, 70, 1, 0) 100%); }
.client-lst.owl-carousel .owl-nav { display: flex !important; max-width: 200px; justify-content: space-between; margin: 15px auto 0; font-size: 0; }
.client-lst.owl-carousel button.owl-prev, .client-lst.owl-carousel button.owl-next { background-image: url(images/hm-sprites.webp) !important; background-position: -113px -25px !important; background-repeat: no-repeat !important; width: 42px !important; height: 21px !important; }
.client-lst.owl-carousel button.owl-next { background-position-x: -178px !important; }
.client-lst.owl-carousel button.owl-prev:hover, .client-lst.owl-carousel button.owl-next:hover { background-position-y: -65px !important; transition: 0.3s ease; }
.hm-client-section { margin: 0; }

.client-title br {display: none;}
.client-lst.owl-carousel .owl-nav { max-width: 140px; margin: 25px auto 0; }
.client-lst.owl-carousel button.owl-prev, .client-lst.owl-carousel button.owl-next { transform: scale(0.9); }

.custom-header-content {
    margin: 0;
}
.testi-blck::before{display: none;}
.ftr-form-sctn { padding: 40px 0; }
.hm-form-sec h6 { font-size: 17px; letter-spacing: 3.9px; margin: 0 0 5px; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-number { width: 100% !important; }
.hm-form .gfield.gfield--type-email, .gfield.gfield--type-date, .gfield.gfield--type-select { width: 100% !important; }
#footer-navigation ul li { margin: 0 8px; }
.ftr-blk { gap: 20px; flex-direction: column; padding: 0 0 30px;}
.ftr-itm.logo { position: relative; width: 100%; border: none; order: -1; max-width: 300px; }
.ftr-itm { width: 100%; text-align: center; max-width: 300px; margin: auto; border: 2px solid #d04d2f; padding: 10px; }
.social-icns a { transform: scale(0.6); }
.ftr-copyrights-sec { padding: 10px 0px; }
.hm-form .gfield.halfmsg {
    width: 100%;
}

}

@media screen and (max-width:767px) {
.hm-client-section .container1, .home-banner-section .container, .site-header .container, .hm-meet-section .container, .container1, .container {max-width: 100%;padding: 0 15px;}

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

.header-number { gap: 15px; flex-direction: column; margin: 0; }
.showhide b.txtr { font-size: 32px; }
.showhide b.txtl { font-size: 17px; }
.showhide { padding: 0px 0 0 25px; }
.banner-text { font-size: 50px; -webkit-mask-image: linear-gradient(to top, transparent 14%, #000 60%); }
.banner-personal strong { font-size: 35px; }

.hm-practice-area-section { padding: 30px 0; }
.practice-list.owl-carousel .owl-stage { padding: 0 0 35px; }

.case-results-blk { gap: 30px; }
.case-results-lft .text-heading { letter-spacing: -1px; margin: 0px 0 20px 0; }
.case_results-main { padding: 30px 0; }

.experience-call-btn-blk, .excep-call-btn-blk { flex-wrap: wrap; flex-direction: row-reverse; gap: 15px;}
.experience-btn, .excep-btn { order: 1; }
.hm-exceptional-sec p{line-height: 1.9;}

.hm-experience-sec p { font-size: 15px;}
.hm-experience-sec h3 { font-size: 45px; margin: 0 0 20px; }
.experience-call a.cmn-btn { font-size: 20px; padding: 13px 25px 13px 55px; }
.experience-call:before { transform: scale(0.6); left: 0;}
.hm-experience-sec p { font-size: 14px; line-height: 1.5; }
.hm-experience-sec {
    padding: 0 0 40px;
    background-color: #050505;
    background-image: none;
}

.hm-client-section h6{font-size:16px;}

.meet-image { max-width: 300px; }
.meet-content .text-heading { margin: 0px 0 18px; font-size: 38px; letter-spacing: -1.5px; }
.meet-content h3 { font-size: 52px; letter-spacing: -2.5px; margin: 0px 0 10px; }
.meet-content-para { margin: 0px 0 30px; }
.meet-blck { gap: 20px; }


.hm-testi-list.owl-carousel .owl-nav { margin: 30px 0 0; }
.hm-testi-name { max-width: 350px; width: 100%; padding: 20px 15px; }
.testi-blck { gap: 20px; }
.hm-testimonials { padding: 30px 0 0; }

.client-item { margin: auto; }
.client-lst.owl-carousel .owl-nav { max-width: 130px; margin: 20px auto 0; }
.client-lst.owl-carousel button.owl-prev, .client-lst.owl-carousel button.owl-next { transform: scale(0.8); }

#footer-navigation ul li a { font-size: 14px; line-height: 1.6; }
#footer-navigation ul { margin: 0 0 10px; }
.copy-para i { line-height: 1.3; }

    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 15px !important;
        padding: 14px 21px !important;
    }


.case-results-rgt-itm::before{transform: scale(0.4);left: -35px;}
.case-results-rgt-itm h3 {font-size: 28px; }
.case-results-rgt-itm{padding: 0 0 0 70px; }
.case-result-rgt-blk .bx-viewport {height: 310px !important; }
.case-result-rgt-blk{max-width: 320px;}

}

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

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

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

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

.header-number strong { letter-spacing: 0.5px; text-align: center; line-height: 1.2; }
.banner-text { font-size: 34px; }
.banner-personal strong { font-size: 30px; }
.banner-img img { height: 280px; }
.hm-practice-area-section h2 { font-size: 45px; margin: 0 0 10px 0; }
.practice-area-btn a.cmn-btn { font-size: 13px; padding: 12px 25px; }
.practice-list.owl-carousel button.owl-prev, .practice-list.owl-carousel button.owl-next { transform: scale(0.8); }
.practice-list.owl-carousel .owl-nav { bottom: -30px; }

.hm-exceptional-sec p { font-size: 14px; margin: 0 0 12px; }
.excep-call a { font-size: 23px; }
.excep-call a::after { transform: scale(0.6); }

.case-results-lft .text-heading { font-size: 40px; margin: 0px 0 15px 0; letter-spacing: 0px; }

.meet-content .text-heading { margin: 0px 0 10px; font-size: 34px; letter-spacing: -1.5px; }
.meet-content h3 { font-size: 43px; letter-spacing: -2px; margin: 0px 0 10px; }

.testi-blck { gap: 10px; }
.hm-testi-name { max-width: 300px; width: 100%;   }
.hm-testi-name .text-heading { font-size: 35px; margin: 0px 0 10px; }
.hm-testi-list.owl-carousel .owl-nav { margin: 20px 0 0; }
.hm-testi-name::before {
    width: 159px;
    height: 148px;
}
.hm-client-section p { margin: 0 0 15px 0; font-size: 13px; line-height: 1.6; }
.client-title { font-size: 30px; }

.ftr-form-sctn { padding: 30px 0; }
.hm-form-sec h6 { font-size: 16px; letter-spacing: 2.9px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 13px !important; padding: 10px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 100px !important; }
.ftr-itm h4:before { transform: scale(0.5); top: -19px; }
.ftr-itm h4 { padding: 50px 0 8px; }
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button { font-size: 15px; }
.sicky-cnt.sticky-mobile-logo { max-width: 175px; }
.header-sticky .sticky-cnt a:before { transform: scale(0.9); }
.header-sticky .sticky-cnt button:before { transform: scale(0.9); }

.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 14px 21px !important; }

    a.cmn-btn { font-size: 14px; padding: 13px 18px; }

}

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

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

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