/*
 Theme Name:   Nsssb Child
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  nsssb-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: 'Lato-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: 'Lato-Regular';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
      font-family: 'Lato-Regular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}
a:hover, a:focus, a:active{color: #5e9e9e;}
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*/
.site-header.is-sticky .site-branding {
    width: 100%;
    max-width: 250px;
    padding: 27px 0 0;
}
.header-sticky.fixed-header { position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color:#b2b3a6; z-index: 9999; border-bottom: 2px solid #114d54; }
.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: 'Lato-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: #4a4a4a; 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: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; } 
.floatingMenuInner .sub-menu { display: none; } 
.floatingMenuInner .menu-item-has-children>a:after { content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } 
.floatingMenuInner .menu-item-has-children>a:before { content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; } 
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before { /*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; }
.header-sticky.fixed-header .container { display: flex; padding: 0; align-items: center; justify-content: space-between; }
.sicky-logo{ max-width: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 {font-family: 'MomoTrustSans-Medium'; text-align: right; font-size: 20px; line-height: 28px; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px; font-family: 'MomoTrustSans-Light';} 
.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'Manrope-Regular'; } 
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #4a4a4a; 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", sans-serif; } 
.mobinav a { width: 100%; float: left; padding: 6px; display: block; line-height: normal; color: #fff; font-size: 16px; letter-spacing: 0.5px; font-family: 'Lato-Regular'; border: 0; margin: 0; text-decoration: none; } 
.mobinav ul li.current_page_item a,.mobinav a:hover{color: #5e9e9e;}
.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;  padding:0; } 
.site-branding img { width: 100%; display: block; }
.site-branding { padding: 35px 0 0; }
.hdr-rgt { padding: 20px 0 0; }
.header-number { color: #fff; padding: 0 0 0 64px; position: relative; } 
.header-number strong { font-size: 15px; font-family: 'Instrument Sans'; 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: 'Instrument Sans'; font-weight: 700; line-height: 1; letter-spacing: 0px; color: #931917; margin: 6px 0 0; display: inline-block; } 
.header-number a:hover {color: #fff;} 
.header-number a:before { position: absolute; content: ""; background-image: url(images/hdr-cal-icn.webp); background-repeat: no-repeat; background-position: center left; background-size: contain; width: 48px; height: 50px; top: 0; bottom: 0; left: 0; margin: auto; } 
#main-navigation ul{ margin:0; font-size: 0; border-bottom: 1px solid rgb(0, 0, 0, 0.3);} 
#main-navigation ul li { display: inline-block; padding: 0 0px 0; position: relative; margin: 0 21px; }
#main-navigation ul li:first-child{ margin-left: 0; padding-left:0; }
#main-navigation ul li:last-child{ margin-right: 0;padding-right:0; }
#main-navigation ul li a{ font-size: 20px; font-family: 'Lato-Regular'; font-weight: 400; line-height: 1; text-transform: uppercase; color: #000000; padding: 0 0 22px; display: block; min-width: inherit; border-bottom: 3px solid transparent;  } 
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover { color: #2c3e55; border-bottom-color: #2c3e55; }
#main-navigation ul li ul.sub-menu { display: none; width: 220px; position: absolute; color: #fff; top: 100%; left: 0; right: auto; background-color: #5e9e9e; padding: 0px 0; z-index: 999;border: 0; }
#main-navigation ul li:hover ul.sub-menu{ display:block } 
#main-navigation ul li:hover ul.sub-menu li{ position:relative } 
#main-navigation ul li:hover ul.sub-menu li:hover > ul{ display:block; top:0; left:100% } 
#main-navigation .sub-menu li.current-menu-item > a{ background-color: #f5f1e9; color: #5e9d9d; } 
#main-navigation .sub-menu li a { width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: uppercase; font-weight: 500; letter-spacing: 0; font-size: 16px; font-family: 'Lato-Regular'; border-bottom: 0 !important; }
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {background-color: #fbfbfb; color: #5e9e9e; }
#main-navigation .sub-menu li:after{ display:none; } 
#main-navigation .sub-menu li { width: 100%; margin: 0; padding: 0; }
#main-navigation .sub-menu li a:after{ display:none } 
#main-navigation ul li ul.sub-menu li .sub-menu { display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; } 
.site-header { transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; position: absolute; z-index: 99; left: 0; right: 0; top: 0; margin: auto; }
.site-header:before { position: absolute; content: ""; right: 0; top: 0;  width: 70.4%; clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%); height: 70px; background-color: #5e9e9e; }
.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; background-color: #f0f8f8; position: fixed; animation: slideDown 0.35s ease-out; visibility: visible; }
.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; }
.col-loop { font-size: 20px; margin: 0 0 10px; }

/* Header Section */
.hdr-top { display: flex; justify-content: flex-end; gap: 80px; align-items: center; margin: 0 0 45px;}
.hdr-top-lft{ font-family: 'Lato-Regular'; font-size: 22px; line-height: 1; margin: 0; text-transform: uppercase; color: #ffffff; padding: 0 0 0 45px; position: relative; } 
.hdr-top-lft::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -10px; width: 30px; height: 40px; left: 0; top: 0; bottom: 0; margin: auto; } 
.hdr-top-itm-txt { font-family: 'Lato-Regular'; font-size: 20px; line-height: 1; margin: 0; text-transform: uppercase; color: #ffffff; padding: 0; position: relative; } 
.hdr-top-rgt { display: flex; gap: 28px; justify-content: flex-end; align-items: center; } 
.hdr-top-itm-call{ padding: 0 0 0 50px; position: relative; } 
.hdr-top-itm-call a{ display: inline-block; font-family: 'Lato-Bold'; line-height: 1; color: #fff; font-size: 30px; } 
.hdr-top-itm-call a:hover{ color: #2c3e55; } 
.hdr-top-itm-call a::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -65px -10px; width: 35px; height: 35px; left: 0; top: 0; bottom: 0; margin: auto; }

/*Banner section*/
.bnr-sec { background-image: url(images/bnr-bg.webp); background-repeat: no-repeat; background-size: cover; position: relative; padding: 260px 0 180px; clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%); }
.hm-banner-cont{ position: relative; padding: 0 0 80px; z-index: 1;}
.hm-banner-cont:before { position: absolute; content: "";    clip-path: polygon(0 0, 100% 0%, 100% 85.7%, 0% 100%); background-color: #4a4a4a; width: 100%; height: 100%; z-index: -1; left: 0; right: 0; margin: auto; top: 0; bottom: 0; }
.bnr-lft { mask-image: url(images/mask-img.webp); mask-repeat: no-repeat; mask-size: contain; mask-position: center; width: 44.5%; }
.bnr-rgt { width: 42.8%; }
.bnt-lft-img img { width: 100%; display: block; object-fit: none; object-position: 35% 59%; }
.bnr-blk { display: flex; justify-content: flex-start; gap: 85px; align-items: center; }
.bnr-hdg { font-family: 'MomoTrustSans-Light'; font-size: 75px; line-height: 1.2; color: #797979; margin: 0 0 15px; text-transform: uppercase; }
.bnr-hdg strong{ font-weight: 300; line-height: 1; color: #5e9e9e; }
.bnr-rgt p{ font-family: 'MomoTrustSans-Light'; font-size: 30px; line-height: 1.5; color: #000000; margin: 0 0 35px; }
.cmn-btn{ font-family: 'Lato-Bold'; font-size: 20px; line-height: 1; color: #fff; margin: 0; text-transform: uppercase; padding: 26px 60px; border-radius: 50px; background-color: #5e9e9e; display: inline-block; position: relative; z-index: 2; }
.cmn-btn:hover{ background-color: #4a4a4a; color: #fff; }
.text-heading{ font-family: 'MomoTrustSans-Light'; letter-spacing: -1.36px; font-size: 68px; line-height: 1; color: #5e9e9e; text-align: center; margin: 0 0 50px;}
.text-heading strong{ font-weight: 300; line-height: 1; font-size: 68px; color: #797979; }



/* Home Choose Section */
.choose-sec { clip-path: polygon(50% 0%, 100% 21%, 100% 100%, 0 100%, 0 21%); padding: 150px 0 105px; background-color: #ffffff; text-align: center; margin: -135px 0 0; }
.choose-blk { display: flex; justify-content: center; gap: 105px; }
.choose-itm h4{ font-family: 'MomoTrustSans-Light'; font-size: 38px; letter-spacing: -0.76px; line-height: 1.1; margin: 0; color: #000000; padding: 150px 0 0; position: relative; }
.choose-itm h4::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -235px -93px; width: 390px; height: 130px; left: 0; right: 0; top: 0; margin: auto; }
.choose-itm.proven h4::before{ background-position: -16px -347px; }
.choose-itm.leaders h4::before{ background-position: -270px -232px }
.choose-itm.discreet h4:before { background-position: -3px -519px; }
.choose-itm { width: 26%; }
.choose-itm.proven, .choose-itm.leaders, .choose-itm.discreet { width: 17%; }
.choose-itm.proven h4:before { width: 200px; height: 130px; }
.choose-itm.leaders h4:before { width: 229px; height: 130px; }
.choose-itm.discreet h4:before { width: 235px; height: 130px; }

/* Home Practice Area Section */
.practice-sec { padding: 240px 0 0; margin: -148px 0 0; position: relative; z-index: 0;}
.practice-blk { display: flex; justify-content: space-between; } 
.practice-img img { width: 100%; display: block; } 
.practice-item {height: 100%; width: 100%; position: relative; z-index: 1; background: linear-gradient(to bottom, #b4b8ac 0%, #b4b8ab 21%, #b0a89b 80%, #b0a89b 100%); overflow: hidden; } 
.practice-item:before{ position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 0; background-image: -webkit-linear-gradient( 90deg, rgb(59,74,64) 0%, rgba(59,74,64,0) 100%); } 
.practice-item:after{ position: absolute; content: ""; width: 260px; height: 260px; background-color: #fff; bottom: -43%; left: 0; right: 0; margin: auto; z-index: 0; border-radius: 50%; } 
.practice-item:hover:after{ background-color: #4a4a4a; } 
.practice-item:hover:after{ display: block; } 
.practice-cont h4{ font-family: 'MomoTrustSans-Regular'; font-size: 32px; letter-spacing: -1.28px; line-height: 1.1; color: #ffffff; margin: 0 0 20px; padding: 0; position: relative; } 
.practice-item:hover .practice-cont h4::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -391px -528px; left: 0; right: 0; top: 0; margin: auto; width: 67px; height: 67px; } 
.practice-itm-btn { padding: 45px 0 0; position: relative; } 
.practice-itm-btn::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -129px -10px; width: 14px; height: 14px; left: 0; right: 0; margin: auto; top: 23px; } 
.practice-item:hover .practice-itm-btn::before{ background-position: -129px -45px; } 
.practice-item:hover .practice-itm-btn a { color: #fff; } 
.practice-cont { position: absolute; left: 0; right: 0; margin: auto; bottom: 20px; z-index: 1; text-align: center;}
.practice-btn { text-align: center; }
.practice-itm-btn a { font-family: 'Lato-Bold'; font-size: 15px; line-height: 1; color: #5e9e9e; display: inline-block; text-transform: uppercase; } 
.practice-item:hover .practice-cont h4{ color: #000000; padding:75px 0 0; } 
.practice-item:hover .practice-cont h4::after{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -391px -404px; left: 0; right: 0; margin: auto; width: 97px; height: 77px; top: -80%; } 
.practice-item:hover .practice-img img{ opacity: 0; } 
.practice-hvr a{ position: absolute; content: ""; width: 100%; left: 0; top: 0; bottom: 0; right: 0; margin: auto; z-index: 10; height: 100%; font-size: 0; } 
.practice-blk.owl-carousel .owl-nav { display: flex !important; justify-content: space-between; width: 100%; max-width: 665px; margin: 70px auto -65px; } 
.practice-blk.owl-carousel .owl-nav button.owl-next, .practice-blk.owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -90px; width: 70px; height: 62px; left: 0; font-size: 0;     transition: 0.4s;} 
.practice-blk.owl-carousel .owl-nav button.owl-next{ background-position: -116px -90px; } 
.practice-blk.owl-carousel .owl-nav button.owl-next:hover{ background-position: -116px -167px; } 
.practice-blk.owl-carousel .owl-nav button.owl-prev:hover { background-position: -10px -167px; }
.practice-blk .owl-stage {display: flex; }

/* Home Trusted Section */
.trusted-sec { padding: 150px 0 0; text-align: center; background-image: url(images/trusted-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.trusted-sec .text-heading{ font-family: 'MomoTrustSans-Medium'; margin: 0 0 20px; } 
.trusted-sec .text-heading strong{ font-family: 'MomoTrustSans-Light'; } 
.trusted-sec p{ font-family: 'Lato-Regular'; font-size: 22px; line-height: 1.5; color: #4a4a4a; margin: 0 0 55px; } 
.trusted-blk { display: flex; justify-content: center; gap: 115px; align-items: center; margin: 0 0 45px; } 
.trusted-lft { width: 22.6%; } 
.trusted-rgt {width: 46%; padding: 25px 50px 10px; background-color: #f7f7f7; outline: 1px solid rgb(0, 0, 0, 0.2); border-right: 6px solid #4a4a4a;}

.accordion-section { position: relative; } 
/* .accordion-section.active::before{ position: absolute; content: ""; background-color: #5e9e9e; width: 10px; height: 120px; right: 0; top: 0; }  */
.accordion-section h3 {position:relative  ; padding: 20px 0 10px; border: none; cursor: pointer; width: 100%; text-align: left; margin: 0; font-family: 'MomoTrustSans-Medium'; font-size: 28px; color: #797979; border-top: 1px solid #0e0e0e; position: relative; } 
.accordion-section p{  font-family: 'Lato-Light'; font-size: 20px; color: #4a4a4a; line-height: 1.65; margin: 0 0 20px;   text-align: left; } 
.accordion-section.last { border: none; } 
.accordion-section a.active:after{position: absolute; content: "";  background-color: #5e9e9e; width: 10px; height:120px; right: -55px; top: -25px;}
.accordion-section.active:before{display: block;}
.accordion-section h3.active { border: none; }  
.accordion-section-title::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -473px -65px; width: 22px; height: 12px; top: 35px; right: 0; } 
.accordion-section-title.active::before{ background-position: -411px -11px; }
.accordion-section a.active,.accordion-section h3 a:hover {color: #5e9e9e; }
.accordion-section-content.open a {font-weight: 900;}
.trusted-sec p a {font-weight: 700;}
/*a.accordion-section-title:visited {color: #797979; }*/

/* Home Family Section */
.family-sec { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%); background-image: url(images/family-bg.webp); background-repeat: no-repeat; background-size: cover; background-color: #fff; } 
.family-cont{ position: relative; padding: 0 0 80px; } 
.family-cont::before{ position: absolute; content: ""; background-color: #4a4a4a; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84.3%); width: 100%; height: 100%; left: 0; bottom: 0; top: 0; right: 0; margin: auto; } 
.family-sec .container { max-width: 100%; padding: 0; } 
.family-blk { display: flex; justify-content: flex-start; gap: 100px; align-items: center; } 
.family-sec .text-heading { margin: 0 0 30px; text-align: left; line-height: 1.1; } 
.family-rgt p{ font-family: 'Lato-Regular'; font-size: 22px; line-height: 1.5; color: #4a4a4a; margin: 0 0 60px; } 
.family-lft { position: relative; width: 47.2%; } 
.family-lft-img img { width: 100%; display: block; } 
.family-rgt { width: 27.6%; } 
.family-lft-nsssb-img img{ width: 100%; display: block; } 
.family-lft-nsssb-img { position: absolute; bottom: 152px; right: 133px; }

.meet-sec { margin: -150px 0 0;padding:205px  0px 0;  } 
.meet-sec .text-heading { margin: 0 0 30px; } 
.meet-sec P{ font-family: 'Lato-Light'; font-size: 22px; line-height: 1.5; color: #4a4a4a; margin: 0 0 45px; text-align: center; } 
.meet-itm {background-color: #ebebeb;padding: 30px 10px 15px;position: relative;z-index: 0;overflow: hidden;/* height: 484px; */width: 31.4%;} 
.meet-itm h4{ font-family: 'MomoTrustSans-Light'; font-size: 35px; letter-spacing: -1.4px; line-height: 1; color: #505050; margin: 0 0 10px; } 
.meet-itm h6 { font-family: 'Lato-Regular'; font-size: 18px; letter-spacing: 0.72px; line-height: 1; color: #5e9e9e; margin: 0 0 40px; text-transform: uppercase; } 
.meet-blk { display: flex; justify-content: space-between; margin: 0 0 55px;} 
.meet-itm-txt { position: relative; z-index: 4; padding: 0 10px 0 50px;} 
.meet-itm:before {position: absolute;content: "";background-image: url(images/meet-itm-bg.webp);background-repeat: no-repeat;background-size: cover;width: 100%;height: 100%;background-position: center;top: 0;bottom: 0;pointer-events: none;left: 0;right: 0;z-index: 2;} 
.meet-itm-btn { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; z-index: 5; } 
.meet-itm-btn a{    border: 2px solid #537070; font-family: 'Lato-Bold'; font-size: 20px; line-height: 1; margin: 0; display: inline-block; color: #5e9e9e; padding: 25px 50px; text-transform: uppercase; border-radius: 50px; position: relative; background-color: #fff; } 
.meet-btn { text-align: center; } 
.meet-itm:hover .meet-itm-btn a{background-color: #5c6369;  color: #fff;   border: 2px solid #5e9d9d;}
.meet-itm:hover .meet-itm-img{ transform: scale(1.1);}
.meet-itm:hover{background-color: #c9bfaf;}
.meet-itm:hover:before{ opacity: 0.2; background-image: -webkit-linear-gradient( 90deg, rgb(74,74,74) 0%, rgb(95,158,159) 100%); z-index: -1; }
.meet-itm .hvr a {position: absolute; font-size: 0; z-index: 5; left: 0; right: 0; margin: auto; bottom: 0; top: 0; display: inline-block; }
/*News Section*/
.news-section{    padding: 0px 0 120px;}
.news-section .text-heading{margin: 0 0 15px;}
.news-section .sub-heading{ font-family: 'MomoTrustSans-Regular'; font-size: 28px; color: #000000; line-height: 1; margin: 0 0 50px; text-align: center;}
.news-date{  font-family: 'Lato-Bold'; font-size: 21px; color: #3b4a40; line-height: 1; margin: 0 0 10px; text-transform: uppercase;}
.news-title{   font-family: 'MomoTrustSans-Light'; font-size: 28px; color: #000; line-height: 1.25; margin: 0 0 20px;}
.news-read a{ font-family: 'Lato-Bold'; font-size: 18px; color: #3b4a40; line-height: 1; margin: 0; text-transform: uppercase;}
.news-read a:hover{color: #5e9e9e}
.news-lft-itm {width: 39.2%; }
.news-itm {width: 49%; border: 1px solid #5f9e9f; display: flex; position: relative; background-color: #f5f5f5; gap: 20px;   padding: 8px;}
.news-rit-itm { padding: 20px 0; position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 38%; }
.news-lft-itm img { width: 100%; display: block; height: 100%; object-fit: cover; object-position: center; }
.news-lst {display: flex; justify-content: space-between; }
.news-itm .hover a {position: absolute; font-size: 0; inset: 0 0 0 0; z-index: 3; }

/*Home Testimonials Section*/
.testi-main{padding: 180px 0 265px; background-image: url(images/testi-main-bg.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.hm-testimonials {position: relative;     padding: 43px 0 0; text-align: center; }
.hm-testimonials:before{position: absolute; content: ""; pointer-events: none; width: 34.5%; height: 30.6%; left: 0; top: 0px; margin: auto; background-repeat: no-repeat; background-image: url(images/testi-bfr-img.webp);}
.hm-testimonials:after{position: absolute; content: ""; width: 33.5%; pointer-events: none; height: 26%; right: 0; bottom: 36px; margin: auto; background-repeat: no-repeat; background-image: url(images/testi-aftr-img.webp);}
.hm-testimonials .container{max-width: 1280px;}
.hm-testi-list {padding: 0 70px 0; margin: 0 0 65px;}
.hm-testi-list .owl-stage {display: flex; }
.hm-testimonials .testi-item {width: 100%; padding: 50px 100px; position: relative; background-color: #ebebeb; border: 1px solid #3b4a40; height: 100%;}
.hm-testimonials .testi-item p {font-size: 28px; line-height: 1.6; margin: 0 0 20px; font-family: 'Lato-Regular'; color: #4a4a4a; }
.star-rat {width: 19.4%; margin: 0 auto 20px; }
.hm-testimonials .testi-item h5 {font-size: 35px; line-height: 1.2; letter-spacing: -0.7px; color: #0e2f24; font-family: 'MomoTrustSans-Light'; margin: 0;}
.hm-testi-list .owl-nav {display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 30px auto; width: calc(100% + 80px); position: absolute; left: -50px; top: 0; bottom: 0; z-index: -1; }
.hm-testi-list .owl-nav button {width: 71px; height: 60px; font-size: 0 !important; background-image: url(images/hm-sprites.webp) !important; background-position: -10px -245px !important; background-repeat: no-repeat !important; transition: all 0.5s ease-in-out; }
.hm-testi-list .owl-nav button.owl-next {background-position: -116px -245px !important; }
.hm-testi-list .owl-nav button:hover{ background-position: -10px -167px !important;}
.hm-testi-list .owl-nav button.owl-next:hover{ background-position: -116px -167px !important;}
.hm-testimonials .owl-item {padding: 4px; }

/*Home Blog Section*/
.hm-blog-sec { padding: 175px 0 0; text-align: center; } 
.hm-blog-img{display: flex;justify-content: space-between;}
.hm-date .post-dmy {font-size: 21px; color: #fff; text-transform: uppercase; line-height: 1; letter-spacing: 0.42px; font-family: 'Lato-Bold'; }
.hm-blog-itm:hover .hm-date .post-dmy{color: #797979;} 
.home-posts-list { display: flex; justify-content: space-between; margin: 0 0 60px; } 
.hm-blog-itm { width: 32%; position: relative; background-color: #ffffff; color: #fff; overflow: hidden; padding: 0 0 58px; }
.readmore-btn { position: absolute; bottom: 0; width: 100%; left: 0; right: 0; margin: auto; }
.hm-blog-itm:hover{background: linear-gradient(to bottom,  #dfecec 0%,#dfebeb 22%,#dbdbdb 81%,#dbdbdb 100%);}
.hm-logo-img {padding: 0; position: absolute;     top: -113px;left: -70px; z-index: 1; width: 229px; border: 2px solid #000; height: 229px; padding: 135px  0px  0 40px; border-radius: 50%; background-color: #fff; } 
.hm-logo-img:before{position: absolute;content: "";top: -110px;left: -110px;width: 229px;height: 229px;border: 2px solid #000;border-radius:50%; }
.hm-blog-itm:hover .hm-logo-img{background-color: #dfebeb;}
.hm-date {width: 100%; padding: 25px 0; border: 2px solid transparent; background-color: #505050; text-indent: 170px;position:relative; }
.hm-date:before{width: 49%; height: 2px; background-color: #505050; right: 0; bottom: -30px; position: absolute; content: "";}
.hm-blog-itm:hover .hm-date:before{background-color: #5e9d9d;}
.hm-blog-itm:hover .hm-date{border: 2px solid #5f9e9f;background-color: transparent;}
.hm-blog-cnt {padding: 65px 30px 0; }
.hm-blog-cnt h3 a{    display: block; color: #000; font-size: 27px; line-height: 1.4; font-family: 'MomoTrustSans-Light';text-align:center; margin: 0 0 30px;}
.hm-blog-cnt h3 {margin: 0;}
.readmore-btn a{text-transform: uppercase; display: inline-block; font-size: 20px; line-height: 1; color: #3b4a40; padding: 15px 0; border: 2px solid #3c4b41; border-top-left-radius: 20px; border-top-right-radius: 20px; text-align: center; font-family: 'Lato-Bold'; width: 55%; margin: auto;}
.hm-blog-itm:hover .readmore-btn a{color: #fff;background-color: #4a4a4a;}

/*footer form*/
.ftr-frm-main {filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.08)); position: relative; z-index: 1; }
.ftr-form-sctn:before {position: absolute; content: ""; clip-path: polygon(100% 0, 0% 100%, 100% 100%); background-color: #4a4a4a; width: 100%; height: 160px; z-index: -1; left: 0; right: 0; margin: auto; bottom: 0; }
.hm-form .gfield label { display: none; }
/*.ftr-form-sctn .container{ width: 100%; max-width: 1280px; }*/
.ftr-form-sctn { margin: -165px 0 0; padding: 150px 0px 190px; position: relative; background-position: center; background: #fff; clip-path: polygon(50% 0%, 100% 18%, 100% 90%, 0 100%, 0% 18%); }
.hm-form-sec {padding: 0px 90px; }

.ftr-frm-sec {width: 50%; }
.frm-map-sec {display: flex; justify-content: space-between; }
.frt-map-sec {width: 43%; border: 5px solid #5e9e9e; }

.hm-form-sec .text-heading{ margin: 0 0 50px; }
.hm-form-sec p {  font-family: 'Lato-Regular'; font-size:22px; color:#000; line-height:1; margin: 0 0 13px;text-align: center; }
.hm-form-sec .gform_required_legend{ display: none; }
fieldset.gfield.chk .gchoice label { display: block; } 
fieldset.gfield.chk { width: 48.9%; border: none; padding: 0; }
.hm-form-sec .gfield.emil ,.hm-form-sec .gfield.droup{width: 100%; }
.hm-form-sec input::placeholder { color: #3b4a40; }
.hm-form-sec input:-ms-input-placeholder { color: #3b4a40; }
.hm-form-sec input::-ms-input-placeholder { color: #3b4a40; }
.hm-form-sec textarea::placeholder { color: #3b4a40; }
.hm-form-sec textarea:-ms-input-placeholder { color: #3b4a40; }
.hm-form-sec textarea::-ms-input-placeholder { color: #3b4a40; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {margin: 0px;width: 100% !important;color: #3b4a40;outline: 0px;position: relative; border-radius: 0px; font-family: 'Lato-Regular'; background: transparent; border-bottom: 1px solid #7f7f7f !important; line-height: 1.2 !important;font-size: 22px !important;padding: 20px 0px !important; border: none; transition: all 0.5s; display: block; text-align: left; height: auto !important;}
.hm-form-sec .gfield { position: relative !important; width: 47.3%; }
.hm-form-sec .gform_fields { display: flex !important; flex-wrap: wrap; gap: 13px !important; justify-content: space-between; align-items:center; }
.hm-form-sec .gform_wrapper .top_label textarea { width: 100% !important; height: 130px !important; resize: none; padding: 20px 0px !important; margin: 0 0 30px; min-block-size: 0px !important; }
.hm-form-sec .gfield.msg { width: 100%; }
.ftr-form-sctn .gform_wrapper ul.gform_fields ul { margin: 0; padding: 0; }
.ftr-form-sctn .gform_wrapper ul.gform_fields li { padding: 0 !important; margin: 0 !important; position: relative; width: 100%; }
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gfield--type-checkbox .gchoice label { cursor: pointer; font-family: 'Lato-Regular'; font-size: 22px; line-height: 1; color: #000000; margin: 0; text-align:left; }
.hm-form-sec .gform_wrapper .form-links a:hover { color: #5e9e9e; }
.ftr-form-sctn .gform_wrapper .form-links, .ftr-form-sctn .gfield.gfield--type-html.popfield { position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.ftr-form-sctn .gfield .ginput_container { margin: 0 !important; }
.hm-form-sec .gfield_description.instruction.validation_message { top: 3px; }
.ftr-form-sctn .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 4px 6px 0px 0 !important; padding: 0 !important; }
.hm-form-sec .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center;     margin: -58px 0 0 auto; position: relative; max-width: max-content; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {  border-radius: 50px; display: inline-block !important; background-color: #5e9e9e !important; border: 0px none !important; cursor: pointer;text-transform: uppercase !important;transition-duration: 0.5s;   font-family: 'Lato-Bold' !important;width: auto !important; color: #fff !important;  font-size: 20px !important;  padding: 22px 30px !important; line-height: 1 !important; letter-spacing: 0;margin: 0;position: relative;z-index: 1;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: #4a4a4a !important; }
.hm-form-sec .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: 'Lato-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 17px; 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%; }
.ftr-form-sctn .gform_wrapper.gravity-theme .gfield { position: relative; text-align: left; }
.gform_button.disabled { pointer-events: none; }
.ftr-form-sctn .gform_fields .ginput_container, .ftr-form-sctn .gform_field { margin: 0; }
.gfield--type-honeypot { display: none; }

/* Error */
.hm-form-sec .gfield_description{ margin: 0px !important }
.hm-form-sec .gfield_description.validation_message {pointer-events: none; position: absolute; bottom: 3px; right: 8px !important; text-align: right; font-size: 15px; font-family: 'Lato-Regular'; color: #932008; margin: 0; }
.hm-form-sec .chk .gfield_description.validation_message {bottom: -23px !important;left: 0;text-align: left;}

/*Footer block*/
.ftr-block-sec { background-color: #ebebeb; position: relative; padding: 105px 0 80px; margin-top: -90px; }
.ftr-block-sec .container{max-width: 1280px;}
#footer-navigation ul {margin: 0 0 60px; font-size: 0; text-align: center; padding:0 0 30px; border-bottom: 1px solid #000000; }
#footer-navigation ul li {display: inline-block; padding: 0; position: relative; margin: 0 40px; }
#footer-navigation ul li:first-child{margin-left:0px; }
#footer-navigation ul li:last-child{margin-right: 0px;}
#footer-navigation ul li a {font-size: 22px; color: #000000; padding: 0; min-width: inherit; font-family: 'Lato-Bold'; font-weight: 700; border: 0; line-height: 1; display: inline-block; }
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#5e9e9e; }
.ftr-block-list {display: flex ; justify-content: space-between; align-items: center; }
.ftr-itm {width: 29.7%; text-align: center; padding: 0 10px; }
.ftr-itm.logo { border: solid #000000; border-width: 0 1px 0px 1px; }
.ftr-itm h4{font-size: 28px; font-family: 'MomoTrustSans-Light'; font-weight: 300; line-height: 1; color: #292929; margin: 0 0 10px; padding: 100px 0 0; position: relative; }
.ftr-itm h4:before {content: ''; position: absolute; width: 81px; height: 82px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -276px -10px; left: 0; top: 0; right: 0; margin: auto; }
.ftr-itm.logo {width: 35%; }
.ftr-itm.loc{border-right: none;}
.ftr-itm.logo p{font-size: 24px; color: #000000; margin: 0 0 10px;}
.ftr-itm p{font-size: 22px; font-family: 'Lato-Regular'; font-weight: 400; line-height: 1.3; color:#292929; margin: 0; }
.ftr-itm .ftr-call a {font-size: 45px; font-family: 'MomoTrustSans-Light'; font-weight: 300; line-height: 1; letter-spacing: 0; color: #5e9e9e; margin: 0 0 15px; display: inline-block; }
.ftr-itm .ftr-call a:hover, .ftr-itm p a.directions:hover {color: #000;}
.ftr-itm p a.directions  {color: #5e9e9e; text-transform: uppercase; margin: 6px 0 0; display: block; text-decoration: underline; }
.ftr-logo {margin: 0 auto 20px; width: 81.7%; }
.ftr-logo img {width: 100%; display: block; }
.social-icns {display: flex ; justify-content: center; gap: 10px; }
 
/*Copy Rights Section*/
.ftr-copyrights-sec {background-color: #5e9e9e; padding: 30px 0px; text-align: center; }
.ftr-copyrights-sec p{margin: 0; color: #ffffff; font-family: 'Lato-Regular'; font-size: 20px; line-height: 1.2; }
.ftr-copyrights-sec p a:hover{color:#000; }

.payment-img {
    margin: 20px 0;
}
.payment-img img {
    display: block;
    width: 100%;
    max-width: 500px;
 }
.trusted-group-img img {
    display: block;
    width: 100%;
    margin: 0 0 -50px;
}
/*inner page styles*/

.single-container, .container, .footer-container{width:100%; max-width:1500px; margin:0 auto }
.frm-map-sec .frt-map-sec iframe{height: 575px;width: 100%;margin:0;}
.frt-map-sec .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.frt-map-sec .tabs h4 {
    display: inline-block;
    cursor: pointer;
    padding: 15px 25px;
    transition: 0.3s;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'MomoTrustSans-Medium';
    background-color: #5d9e9d;
    margin: 0;
    line-height: 1;
}
.frt-map-sec .tab-link:hover { background-color: #ddd; }
.frt-map-sec .tab-link.active {background-color: #505050;color: #fff;}
.frt-map-sec .tab-content { display: none; padding: 0px; border-top: none; }

/* --------- */
.ftr-frm-main.inr-years {
    position: relative;
}
.home .ftr-frm-main.inr-years::before{
    display: none;
}

.home .inr-bottom-section{
    display: none;
}


.page-id-118  .ftr-frm-sec{width: 100%;}
.page-id-118 .frt-map-sec{display: none;}

@media screen and (max-width:1900px) {
    .hm-testimonials:before {    top: 8px;}
 .bnr-sec{    padding: 250px 0 113px;}

}

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

.bnr-hdg{font-size: 65px;}
.bnt-lft-img img {
    width: 93%;

    object-position: 35% 58%;
}
.bnr-sec{padding: 240px 0 100px;}
.site-branding { padding: 30px 0 0; }
#main-navigation ul li a { font-size: 19px; }

.hm-banner-cont { padding: 0 0 70px; }

.practice-sec { padding: 210px 0 0; }

.trusted-sec { padding: 130px 0 0; }
.trusted-blk { gap: 105px; }

.choose-sec { padding: 130px 0 85px; margin: -121px 0 0; }
.choose-itm h4 { font-size: 34px; padding: 140px 0 0; }

.family-blk { gap: 90px; }
.text-heading, .text-heading strong { font-size: 63px; }
.family-cont { padding: 0 0 70px; }

.meet-sec { margin: -130px 0 0; padding: 165px  0px 0; }
.meet-itm-btn a { padding: 22px 45px; }
.meet-itm h4 { font-size: 33px; }
.hm-testimonials:before {    top: 18px;}

.testi-main {padding: 140px 0 270px;}
.news-section {padding: 0px 0 100px; }
.hm-blog-sec {padding: 155px 0 0;}


 

}

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


.hdr-rgt {padding: 15px 0 0; }
.site-header:before{    width: 68.6%;}
#main-navigation ul li a { font-size: 18px; }
.hdr-top-lft { font-size: 20px; }
.hdr-top-itm-txt { font-size: 18px; }
.hdr-top-itm-call a { font-size: 28px; }
.site-branding { padding: 25px 0 0; width: 100%; max-width: 290px; }

.bnr-sec { padding: 240px 0 150px; }
.hm-banner-cont:before { clip-path: polygon(0 0, 100% 0%, 100% 87%, 0% 100%); }
.hm-banner-cont { padding: 0 0 60px; }
.bnr-hdg { font-size: 62px; }
.bnr-rgt p { font-size: 28px; line-height: 1.4; margin: 0 0 30px; }
.bnr-sec { padding: 220px 0 120px; }


.practice-sec { padding: 190px 0 0; margin: -137px 0 0; }
.text-heading, .text-heading strong { font-size: 58px; }
.practice-cont h4 { font-size: 29px; }
.practice-blk.owl-carousel .owl-nav { margin: 60px auto -66px; }
.cmn-btn { font-size: 19px; padding: 23px 50px; }
.practice-item:after { width: 250px; height: 250px; }
.practice-cont { bottom: 13px; }


.trusted-sec { padding: 110px 0 0; }
.trusted-sec p { margin: 0 0 45px; }
.trusted-rgt { padding: 20px 44px 10px; }
.accordion-section h3 { font-size: 25px; }
.trusted-blk { gap: 85px; }
.trusted-lft { width: 19%; }
.trusted-sec p { margin: 0 0 35px; }

.choose-sec { padding: 120px 0 75px; }
.choose-itm h4 { font-size: 30px; }

.family-sec .text-heading { margin: 0 0 20px; }
.family-rgt p { font-size: 21px; margin: 0 0 45px; }
.family-cont { padding: 0 0 60px; }
.family-blk { gap: 80px; }

.meet-sec { margin: -120px 0 0; padding: 155px  0px 0; }
.meet-sec .text-heading { margin: 0 0 20px; }
.meet-sec P { font-size: 20px; margin: 0 0 35px; }
.meet-itm-txt { padding: 0 10px 0 40px; }
.meet-itm h4 { font-size: 30px; }
.meet-itm-btn a { padding: 20px 40px; font-size: 18px; }
.meet-itm-btn { bottom: 24px; }

.hm-testimonials:before {top: 34px; }
.accordion-section a.active:after{right: -49px;
    top: -20px;}

.testi-main {padding: 110px 0 250px; }
.hm-blog-sec {padding: 135px 0 0; }
.hm-blog-sec {padding: 115px 0 0; }






}

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

.site-branding { max-width: 270px; }
#main-navigation ul li a { padding: 0 0 19px; }
#main-navigation ul li { margin: 0 18px; }
.site-header:before { width: 71%; }
.hdr-top { gap: 70px; margin: 0 0 40px; }
.hdr-top-lft { font-size: 19px; }
.hdr-top-itm-call a::before { transform: scale(0.9); }
.hdr-top-itm-call { padding: 0 0 0 45px; }


.bnr-sec { padding:200px 0 80px; }
.bnt-lft-img img { object-position: 21% 57%; }
.bnr-hdg { font-size: 60px; }
.bnr-blk { gap: 75px; }
.bnr-rgt p { font-size: 25px; margin: 0 0 25px; }
.hm-banner-cont { padding: 0 0 50px; }

.text-heading strong{font-size: 53px;}
.text-heading, .text-heading strong { font-size: 53px; margin: 0 0 35px;}
.practice-sec { padding: 160px 0 0; margin: -117px 0 0; }
.practice-item:after { width: 230px; height: 230px; }
.practice-cont h4 { font-size: 27px; color: #ffffff; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { transform: scale(0.8); }
.practice-blk.owl-carousel .owl-nav { max-width: 600px; }

.trusted-sec { padding: 90px 0 0; } 
.trusted-sec p { margin: 0 0 30px; font-size: 20px; }
.accordion-section h3 { font-size: 22px; padding: 15px 0 ; }

.trusted-rgt { padding: 20px 35px 10px; }
.trusted-blk { gap: 70px; margin: 0 0 35px;}
.accordion-section a.active:after {right: -37px; top: -20px; width: 6px; }
.hdr-rgt {padding: 12px 0 0; }
.site-header:before{    height: 60px;}
.meet-itm-btn a {padding: 14px 30px;}
.choose-sec { padding: 90px 0 65px; clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0 19%); }
.choose-blk { gap: 90px; }

.family-rgt p { font-size: 18px; margin: 0 0 35px; }
.family-sec .text-heading { margin: 0 0 15px; }
.family-lft-nsssb-img { bottom: 130px; right: 93px; }
.family-cont { padding: 0 0 50px; }
.family-cont::before { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%); }
.family-sec { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }
.family-lft-nsssb-img { bottom: 90px; right: 70px; }

.meet-sec { margin: -83px 0 0; padding: 105px  0px 0; }
.meet-sec .text-heading { margin: 0 0 15px; }
.meet-sec P { margin: 0 0 25px; }
.meet-itm { padding: 20px 10px 15px; }
.meet-itm-txt { padding: 0 10px 0 30px; }
.meet-itm h4 { font-size: 25px; }
.meet-itm h6 { font-size: 16px; }
.meet-itm-btn a { padding: 17px 30px; font-size: 17px; }
.meet-itm-btn { bottom: 20px; }
.news-section {padding: 0px 0 80px; }

.news-section .sub-heading {font-size: 25px;}
 
.hm-testimonials:before {top: -5px; }
.hm-testimonials:after {    bottom: 48px;}
.hm-testi-list .owl-nav {width: calc(100% + 70px);    left: -41px;}

.hm-date .post-dmy {font-size: 20px;}
.hm-blog-cnt h3 a {    font-size: 25px; margin: 0 0 22px;}
.hm-logo-img {    width: 217px;    height: 220px;padding: 128px 0px 0 34px;}
.readmore-btn a {font-size: 19px;}
.testi-main {padding:100px 0 220px;}
.hm-testi-list { margin: 0 0 55px; }
.hm-testimonials .testi-item p {font-size: 26px;}

.hm-blog-sec {padding: 70px 0 0px;}

.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {    font-size: 20px !important;}

.hm-form-sec .text-heading {margin: 0 0 30px;}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gfield--type-checkbox .gchoice label {font-size: 21px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]{    font-size: 19px !important;padding: 24px 50px !important;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-size: 19px !important; padding: 23px 40px !important; }
.ftr-itm .ftr-call a {font-size: 40px;}
.ftr-copyrights-sec img {transform: scale(0.9); }
.ftr-block-sec {padding: 105px 0 60px; }
.hm-testimonials{padding: 0;}
.site-header.is-sticky .site-branding{    padding: 15px 0 0;}

.frt-map-sec .tabs h4 {font-size: 19px;padding: 15px 19px;}
.frm-map-sec .frt-map-sec iframe {height: 530px;}

.meet-itm:hover .meet-itm-img {transform: scale(1.12); }



}

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

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


.site-branding { max-width: 250px; }
#main-navigation ul li { margin: 0 15px; }
#main-navigation ul li a { font-size: 16px; }
.hdr-top { gap: 45px;}
.hdr-top-lft { font-size: 18px; padding: 0 0 0 40px; }
.hdr-top-lft::before { transform: scale(0.9); }
.hdr-top-itm-txt { font-size: 17px; }
.hdr-top-itm-call a { font-size: 26px; }
.hdr-top-itm-call a::before { transform: scale(0.8); }

.bnr-sec { padding: 170px 0 66px; }
.bnt-lft-img img { object-position: 32% 51.3%; }
.bnr-blk { gap: 60px; }
.bnr-hdg { font-size: 55px; }
.bnr-rgt p { font-size: 23px; margin: 0px 0 20px; }
.cmn-btn { padding: 20px 35px; font-size: 18px;}
.hm-banner-cont { padding: 0 0 40px; }
.hm-banner-cont:before {clip-path: polygon(0 0, 100% 0%, 100% 87.2%, 0% 100%); }

.practice-sec { padding: 140px 0 0; margin: -100px 0 0; }
.text-heading strong{font-size: 48px;}
.text-heading { font-size: 48px; margin: 0 0 30px; }
.practice-cont h4 { font-size: 24px; }
.practice-item:hover .practice-cont h4::before{transform: scale(0.9);}
.practice-item:hover .practice-cont h4{    padding: 63px 0 0;}
.practice-item:hover .practice-cont h4::after{top: -70%; transform: scale(0.8);}
.practice-item:after { width: 210px; height: 210px; }
.practice-cont { bottom: 10px; }
.practice-blk.owl-carousel .owl-nav { margin: 30px auto -58px; }
.practice-blk.owl-carousel .owl-nav { max-width: 580px;}

.trusted-sec { padding: 70px 0 0;}
.accordion-section h3 { font-size: 21px; padding: 10px 0; }
.trusted-sec p {  font-size: 18px; }
.accordion-section-title::before { top: 21px; transform: scale(0.9); }
.trusted-rgt { padding: 20px 25px 10px; }
.trusted-blk { gap: 60px; margin: 0 0 25px; }

.choose-itm h4 { font-size: 24px; }
.choose-sec { padding: 80px 0 50px; clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0 19%); }
.choose-itm h4::before { transform: scale(0.9); left: -29px; }

.family-blk { gap: 70px; }
.family-rgt { width: 29%; }
.family-rgt p { margin: 0 0 25px; }
.family-lft-nsssb-img { bottom: 70px; right: 53px; }
.family-cont { padding: 0 0 40px; }

.meet-sec .text-heading { margin: 0 0 10px; }
.meet-sec P { margin: 0 0 20px; line-height: 1.4; }
.meet-itm-txt { padding: 0 10px 0 20px; }
.meet-itm h4 { font-size: 23px; }
.meet-sec .meet-blk.owl-carousel .owl-nav button { transform: scale(0.8); }
.meet-itm-btn { bottom: 18px; }
.meet-itm:hover .meet-itm-img {transform: scale(1.13); }
.meet-blk {margin: 0 0 40px; }

.hm-testi-list .owl-nav {width: calc(100%); left: 0; }
.hm-testi-list .owl-nav button {transform: scale(0.8);}
.hm-testimonials .testi-item {padding: 30px 60px; }
.hm-testimonials .testi-item p {font-size: 22px;}
.hm-testimonials:before {top: 13px; }
.hm-testimonials:after {bottom: 50px; }
.testi-main {padding: 80px 0 185px; }
.hm-date {padding: 18px 0;}
.hm-logo-img {width: 193px; height: 205px; padding: 121px 0px 0 29px; }
.readmore-btn a {font-size: 18px; padding: 11px 0; }
.hm-testimonials .testi-item h5 {font-size: 29px;}
.hm-testi-list {margin: 0 0 40px;}


.news-section .text-heading {margin: 0 0 10px; }
.news-title {font-size: 22px;}
.news-read a {font-size: 17px;}
.news-rit-itm {width: 42%;}

.hm-blog-cnt h3 a {font-size: 23px; margin: 0 0 19px;}
.hm-blog-cnt {padding: 49px 15px 0; }
.hm-logo-img img {max-width: 45px; }
 
.hm-form-sec .gform_wrapper .top_label textarea {    margin: 0 0 19px;    height: 120px !important;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-size: 18px !important; padding: 20px 50px !important;}
.hm-form-sec {padding: 0px; }
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gfield--type-checkbox .gchoice label {font-size: 19px; }
#footer-navigation ul {margin: 0 0 45px;}
.ftr-form-sctn {margin: -128px 0 0; padding: 140px 0px 159px;    clip-path: polygon(50% 0%, 100% 12%, 100% 90%, 0 100%, 0% 12%); }
.ftr-form-sctn:before {height: 145px;}

.ftr-itm p {font-size: 20px;}
.ftr-itm h4 {font-size: 24px; padding: 89px 0 0; }
.ftr-itm .ftr-call a {font-size: 35px;}
.ftr-itm.logo p {font-size: 21px;}
.ftr-itm h4:before {transform: scale(0.8);}
.ftr-block-sec { margin-top: -86px;}
#footer-navigation ul li a {font-size: 21px;}
#footer-navigation ul li{margin: 0px 30px;}
.ftr-copyrights-sec { padding: 20px 0px;}
.hm-date:before {    bottom: -21px;}
.home-posts-list {    margin: 0 0 40px;}

.accordion-section a.active:after {right: -25px; top: -17px;}

.frt-map-sec .tabs h4 {font-size: 18px; padding: 15px 18px; }
.frm-map-sec .frt-map-sec iframe {height: 495px; }

}

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

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

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

.site-branding { max-width: 200px; }

.hdr-top { gap: 20px; margin: 0 0 25px; }
.site-branding {padding: 15px 0 0;}
.hdr-top-itm-call a::before { transform: scale(0.7); left: 6px; top: -3px; }
.hdr-top-itm-txt { font-size: 15px; }
.hdr-top-lft::before { transform: scale(0.7); }
.hdr-top-lft { font-size: 15px; padding: 0 0 0 33px; }  
.hdr-top-rgt { gap: 15px; }
.site-header:before {height: 52px; }
#main-navigation ul li { margin: 0 8px; }
#main-navigation ul li a { font-size: 15px; }
.hdr-top-itm-call a { font-size: 21px; }

.bnr-sec { padding: 130px 0 60px; }
.bnr-hdg { font-size: 46px; line-height: 1.1; margin: 0px 0 10px; } 
.bnr-rgt p { font-size: 18px; margin: 0px 0 15px; }
.bnr-blk { gap: 45px; }
.bnt-lft-img img { object-position: 32% 47%; }
.cmn-btn { font-size: 17px; }
.hm-banner-cont { padding: 0 0 30px; }
.hm-banner-cont:before {clip-path: polygon(0 0, 100% 0%, 100% 87.7%, 0% 100%); }

.practice-sec { padding: 100px 0 0; margin: -78px 0 0; }
.text-heading strong{font-size: 42px;}
.text-heading { font-size: 42px; margin: 0 0 20px; }
/*
.practice-item:after { width: 240px; height: 240px; }
.practice-blk.owl-carousel .owl-nav { max-width: 500px; }*/

.practice-cont h4 {font-size: 19px; margin: 0 0 6px; letter-spacing: 0.2px; }
.practice-item:hover .practice-cont h4::before {
    transform: scale(0.8);
}
.practice-item:hover .practice-cont h4::after {
    top: -61%;
    transform: scale(0.6);
}
.practice-cont {
    bottom: 4px;
}

/*.practice-item:after {
    width: 170px;
    height: 180px;
}*/
.practice-blk.owl-carousel .owl-nav {
    max-width: 520px;
}

.practice-blk.owl-carousel .owl-nav button.owl-next, .practice-blk.owl-carousel .owl-nav button.owl-prev { transform: scale(0.7); }

.trusted-sec { padding: 50px 0 0; }
.trusted-sec .text-heading { margin: 0 0 15px; }
.trusted-sec p { font-size: 17px;}
.trusted-rgt { padding: 15px 20px 10px; width: 49%; }
.accordion-section h3 { font-size: 19px; }
.accordion-section-title::before { top: 18px; transform: scale(0.7); }
.trusted-blk { gap: 50px; margin: 0 0 15px; }

.choose-blk { gap: 30px;}
.choose-itm { width: 30%; }
.choose-itm.proven, .choose-itm.leaders, .choose-itm.discreet { width: 20%; }
.choose-sec {padding: 60px 0 40px;margin: -72px 0 0;}
.choose-itm h4::before { transform: scale(0.7); left: -35px; top: -20px;}
.choose-itm.proven h4::before, .choose-itm.leaders h4::before, .choose-itm.discreet h4::before{left: -13px; top: -20px;}
.choose-itm h4 { padding: 120px 0 0; }



.family-blk { gap: 50px; }
.family-rgt { width: 33%; }
.family-sec .text-heading { margin: 0 0 10px; }
.family-rgt p { margin: 0 0 15px; font-size: 17px; }
.family-lft-nsssb-img { bottom: 20px; right: 0px; transform: scale(0.8); }
.family-cont { padding: 0 0 30px; }

.meet-sec { margin: -56px 0 0; padding: 75px  0px 0; }
.meet-sec P { line-height: 1.3; } 
.meet-itm-txt { padding: 0 10px 0 10px; }
.meet-itm h4 { font-size: 21px; }
.meet-itm h6 { font-size: 16px; letter-spacing: 0.52px; }
.meet-itm-btn a { padding: 14px 22px; font-size: 15px; }
.meet-itm-btn { bottom: 15px; }
.meet-itm:hover .meet-itm-img { transform: scale(1.18); }
.meet-blk {margin: 0 0 35px;}

.testi-main {padding: 65px 0 165px; }
.hm-testimonials:before {top: -4px; }
.hm-testimonials:after {bottom: 60px; }
.hm-date{    text-indent: 110px;}
.hm-date {padding: 11px 0; }
.hm-date .post-dmy {font-size: 14px; }
.hm-testimonials .testi-item {padding: 23px 44px; }
.hm-testimonials .testi-item h5 {font-size: 26px; }
.hm-testimonials .testi-item p {font-size: 20px; }
.star-rat {margin: 0 auto 11px;}

.news-rit-itm {padding: 23px 0 0;}
.news-date {font-size: 18px;}
.news-title {font-size: 19px; }
.news-rit-itm {width: 42%;}
.news-read a {font-size: 16px; }
.news-section .sub-heading {font-size: 20px; margin: 0 0 28px; }
.news-section {padding: 0px 0 46px; }

.hm-blog-cnt h3 a {font-size: 21px;}
.readmore-btn a {font-size: 16px; padding: 9px 0; }
.hm-logo-img {width: 180px; height: 185px; padding: 122px 0px 0 43px; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {padding: 14px 0px !important;font-size: 18px !important;}
.ftr-form-sctn {margin: -90px 0 0; padding: 121px 0px 201px; }
.ftr-form-sctn { margin: -129px 0 0; padding: 100px 0px 139px; }
.site-header.is-sticky .site-branding{    max-width: 200px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {        font-size: 16px !important; padding: 17px 24px !important;}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gfield--type-checkbox .gchoice label {font-size: 17px; }

.ftr-itm p {font-size: 18px; }
.ftr-itm h4 {font-size: 20px; padding: 85px 0 0; margin: 0 0 7px; }
.ftr-itm .ftr-call a {font-size: 32px; }
#footer-navigation ul {margin: 0 0 34px; }
#footer-navigation ul li a {font-size: 20px;}
#footer-navigation ul li {    margin: 0 20px;}
.ftr-copyrights-sec p {    font-size: 18px;}
.ftr-block-sec {padding:80px 0 55px; margin-top: -70px; }
.ftr-form-sctn:before {height: 120px; }

.practice-item:after {
    width: 190px;
    height: 180px;
}
.practice-cont {
    bottom: 17px;
}

.frt-map-sec .tabs {gap: 10px;}
.frt-map-sec .tabs h4 {font-size: 16px; padding: 15px 10px; }
.frm-map-sec .frt-map-sec iframe {height: 436px; }

 
}

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

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

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

.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;}
.site-header:before{display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul { padding: 10px 10px; text-align: left; display: block; background-color: #4a4a4a; }
.mobinav {top: 44px;display: block;}
.mobile_src_nav { display: block; padding: 8px 0; background-color: #5e9e9e; }
.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: 130px;padding: 0;}
.header-number a {font-size: 18px;padding: 16px 15px 16px 30px;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 200px;}


.site-branding { width: 100%; max-width: 190px; padding: 0; }
.hdr-top { gap: 20px; margin: 0 0 0px; flex-direction: column; }
.site-header { background-color: #5e9e9e70; }

.hm-banner-cont:before{display: none;}
.bnr-blk { gap: 35px; flex-direction: column; background-color:#000000a1; padding: 15px 10px; }
.bnr-rgt p{color: #fff;}
.bnr-lft { width: 100%; max-width: 400px; margin: auto; }
.bnr-rgt { width: 100%; max-width: 600px; margin: auto; text-align: center; }
.bnr-hdg br { display: none; }
.bnr-sec { padding:40px 0;         clip-path: none;}
.hm-banner-cont {padding: 0; }
.bnt-lft-img img { object-position: 57% 27%; }

.practice-sec { padding: 40px 0 0; margin: 0; }
.practice-item:hover .practice-cont h4::after {top: -91%; transform: scale(0.8); }
.practice-item:hover .practice-cont h4 {padding: 70px 0 0; }
.practice-item:hover .practice-cont h4::before {transform: scale(0.9); }
.practice-item:after {width: 250px; height: 230px; }
.practice-cont h4 {font-size: 22}
.practice-blk.owl-carousel .owl-nav {max-width: 490px; }
.cmn-btn {padding: 18px 35px;}
.site-header { position: inherit; }

.trusted-blk { gap: 30px; flex-direction: column; }
.trusted-lft { width: 100%; max-width: 200px; margin: auto; }
.trusted-rgt { width: 100%; }
.trusted-sec p br { display: none; }
.accordion-section a.active:after {right: -25px; top: -15px; width: 6px; }
.trusted-sec { padding: 40px 0 0;}

.choose-sec { padding: 40px 0 ; clip-path: none;         margin: 0;}
.choose-blk { gap: 20px; }
.choose-itm.proven, .choose-itm.leaders, .choose-itm.discreet { width: 100%; }
.choose-itm { width: 100%; }
.choose-itm { width: 100%; max-width: 350px; margin: auto; }
.choose-itm h4 br { display: none; }
.choose-itm h4 { font-size: 22px; padding: 130px 0 0; }
.choose-itm h4::before { transform: scale(0.8); }
.trusted-group-img img { margin: 0 0 0; }

.meet-itm { width: 100%; max-width: 300px; margin: auto; }
.meet-sec P br { display: none; }
.meet-sec P { font-size: 18px; }

.family-blk { gap: 35px; display: flex; flex-direction: column; }
.family-lft { width: 100%; margin: auto; }
.family-rgt { width: 100%; text-align: center; }
.family-sec { clip-path: none; padding: 30px 0px; }
.family-cont::before { clip-path: none; display: none;}
.family-sec .text-heading { margin: 0 0 10px; text-align: center; }
.family-sec .text-heading br { display: none; }

.news-lst {gap: 20px;}
.news-itm { flex-direction: column; }
.news-lft-itm {width: 100%; }
.news-rit-itm {padding: 0px 0 0;width: 42%; }
.news-title br{display: none;}
.news-title {font-size: 18px; margin: 0 0 11px; }
.news-section {padding: 0 0 30px; }
.news-section .sub-heading {font-size: 17px; margin: 0 0 18px; }
.text-heading strong{font-size: 36px;}
.text-heading {font-size: 36px; margin: 0 0 20px;}
.news-rit-itm {width: 100%;}

.choose-blk.owl-carousel .owl-dots {text-align: center;        margin: 18px 0 0; }
.choose-blk.owl-carousel .owl-dots button{width: 15px;height: 15px;background-color: #4a4a4a;border-radius: 50px;}
.choose-blk.owl-carousel .owl-dots button.owl-dot.active{width: 18;width: 18px;background-color: #5e9e9e;}


.hm-testimonials:before {display: none;} 
.hm-testimonials:after {display: none;}
.hm-testimonials { padding: 0px 0 30px;}
.star-rat {width: 100%; max-width: 129px;}
.hm-testi-list .owl-nav {width: 100%; position: inherit; max-width: 200px;   margin: 20px auto;}
.testi-main {padding: 30px 0 0; }
.hm-testi-list {margin: 0 0 25px; padding: 0; }
.hm-testimonials .testi-item h5 {font-size: 22px; letter-spacing: 0px;}

.hm-blog-sec {padding: 0px 0 30px; }
.home-posts-list {margin: 0 0 25px; }
.hm-blog-itm {width: 100%; max-width: 320px; margin: auto;height: 100%;}
.home-posts-list.owl-carousel .owl-stage, .home-posts-list.owl-carousel .owl-item {display: flex; }
.home-posts-list.owl-carousel .owl-item .hm-logo-img img {max-width: 50px; }
.hm-logo-img {width: 168px; height: 161px; padding: 99px 0px 0 75px; top: -90px; left: -63px; border: 1px solid #000; }
.hm-logo-img:before {top: -110px; left: -136px;}

.hm-form-sec p {font-size: 19px;}
.hm-form-sec .text-heading {margin: 0 0 15px; }
.ftr-form-sctn {clip-path: none; margin: 0; padding: 30px 0;}
.hm-form-sec .gform_wrapper .top_label textarea {margin: 0 0 15px; height: 98px !important;}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gfield--type-checkbox .gchoice label {font-size: 18px; }
.hm-form-sec {padding: 0px; }

.ftr-block-sec {padding: 30px 0; }
#footer-navigation ul li a {font-size: 18px; }
#footer-navigation ul li {margin: 0 8px; }
#footer-navigation ul {margin: 0 0 22px; padding: 0 0 20px; }
.ftr-block-list {    flex-direction: column; gap: 20px;}
.ftr-itm {width: 100%; max-width: 320px; text-align: center; padding: 30px; border: 1px solid #000 !important;}
.ftr-itm.logo {width: 100%; }
.ftr-copyrights-sec p {font-size: 17px; }
.home-posts-list .owl-nav , .meet-blk .owl-nav {display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 30px auto 0; width: 100%; max-width:200px; }
.home-posts-list .owl-nav button , .meet-blk .owl-nav button  { transform: scale(0.8); width: 71px; height: 60px; font-size: 0 !important; background-image: url(images/hm-sprites.webp) !important; background-position: -10px -245px !important; background-repeat: no-repeat !important; transition: all 0.5s ease-in-out; }
.home-posts-list .owl-nav button.owl-next , .meet-blk .owl-nav button.owl-next{background-position: -116px -245px !important; }
.ftr-logo {margin: 0 auto 15px; width: 100%; max-width: 200px;}
.ftr-block-sec {margin: 0;}

 .meet-sec {margin: 0; padding: 0px  0px 0; }

.frm-map-sec{flex-direction: column;gap: 30px;}
.ftr-frm-sec{width: 100%;}
.frt-map-sec{width: 100%;}

.frm-map-sec .frt-map-sec iframe {
    height: 400px;
}



}

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

.logo-section { flex-direction: column; }
.site-header { background-color: #5e9e9e70; }
.hdr-top { gap: 15px; }

.bnt-lft-img img { object-position: 15% 24%; }
.bnr-hdg { font-size: 40px; }
.sicky-cnt.sticky-mobile-logo {max-width: 160px; }
.family-blk {gap: 12px; }
.practice-item { width: 100%; max-width: 300px; margin: auto; }
.practice-item:after {width: 180px; height: 210px; }
.cmn-btn { font-size: 16px; padding: 15px 25px; }
.practice-blk.owl-carousel .owl-nav { max-width: 200px; margin: 20px auto 0px; }

.choose-sec { padding: 35px 10px; }
.choose-itm h4::before { transform: scale(0.7); }
.choose-itm h4 { padding: 120px 0 0; }

.meet-sec .meet-blk.owl-carousel .owl-nav { margin: 30px auto 30px; }

.news-itm {width: 100%;    max-width: 320px; margin: auto;}
.news-lst {gap: 20px; flex-wrap: wrap; }
.news-section .sub-heading {font-size: 16px; line-height: 1.2;}

.text-heading {font-size: 30px; margin: 0 0 18px;}
.text-heading strong {font-size: 30px; }

.hm-testimonials .testi-item {padding: 30px; }

.hm-form-sec .gfield {width: 100%;}
.hm-form-sec .gform_wrapper .gform_footer.top_label {margin: 20px auto 0;}
fieldset.gfield.chk {width: 100%;}
.popup .popuptext {    line-height: 1.7;font-size: 16px;    padding: 10px;}
#footer-navigation ul li {margin: 0 14px 10px 16px; }
#footer-navigation ul {margin: 0 0 18px; padding: 0 0 15px; }

.ftr-itm .ftr-call a {font-size: 26px; }
.ftr-itm.logo p {font-size: 19px;    margin: 0 0 6px; }
.ftr-itm {padding: 20px;}
.ftr-itm h4:before {transform: scale(0.7); }
.ftr-copyrights-sec p {font-size: 16px; }
.ftr-copyrights-sec {padding: 15px 0px; }




}

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

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

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

.hdr-top-rgt { gap: 10px; flex-direction: column; }
.hdr-top-itm-call { padding: 0 0 0 34px; }
.hdr-top-itm-call a::before { transform: scale(0.7); left: -4px; }
.hdr-top-lft::before { transform: scale(0.7); left: -4px; }
.hdr-top-lft{line-height: 1.2}
.bnr-hdg { font-size: 29px; }
.bnr-rgt p { font-size: 15px; margin: 0px 0 10px; }

.practice-sec { padding: 35px 0 0; }
.text-heading { font-size: 29px; margin: 0 0 15px; }
.text-heading strong{font-size: 29px;}

.choose-itm h4 { padding: 90px 0 0; }
.choose-itm h4::before { transform: scale(0.6); left: -75px; top: -20px; }
.choose-itm.proven h4::before, .choose-itm.leaders h4::before, .choose-itm.discreet h4::before { left: -29px; top: -21px; }
.family-blk {gap: 0; }
.accordion-section-title::before { transform: scale(0.6); }
.family-lft-nsssb-img { max-width: 45%; width: 100%;  }
.family-lft-img { margin: 0 0 15px; }
.trusted-rgt {padding: 15px 12px 10px;}
.accordion-section h3 {font-size: 16px; padding: 10px 20px 10px 0px;}
.trusted-sec p {margin: 0 0 12px;}
.hdr-top {gap: 15px; justify-content: center; align-items: center;}
.logo-section{gap: 15px;}
.meet-blk.owl-carousel { padding: 0; margin: 0 0 25px; }

.cmn-btn { font-size: 15px; padding: 15px 20px; }
.hm-testimonials .testi-item {padding: 16px; }
.hm-testimonials .testi-item p {font-size: 17px; line-height: 1.4; margin: 0 0 12px; }

.hm-date .post-dmy {font-size: 14px; letter-spacing: 0px; }
.hm-logo-img {width: 157px; height: 158px; padding: 101px 0px 0 70px; }
.hm-date:before {bottom: -14px; }
.home-posts-list.owl-carousel .owl-item .hm-logo-img img {max-width: 45px; }
.home-posts-list .owl-nav {margin: 20px auto 0;}
.home-posts-list .owl-nav button {transform: scale(0.7);}
.hm-date {padding: 7px 0; text-indent: 126px;}

.news-section .text-heading {line-height: 1.2;}

.ftr-itm p {font-size: 16px; }
.readmore-btn a {font-size: 15px; padding: 7px 0; border: 1px solid #3c4b41; border-top-left-radius: 10px; border-top-right-radius: 10px; }
#footer-navigation ul li a {font-size: 17px;line-height:1.6; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-size: 16px !important; padding: 15px 29px !important;}


.accordion-section a.active:after {right: -12px; top: -2px; width: 4px; }
 .frt-map-sec .tabs{flex-direction: column;}

}

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

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

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