/*
 Theme Name:   RMTheme 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:  rmtheme-child
*/




@font-face {
    font-family: 'MonaSans-Black';
    src: url('./fonts/MonaSans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonaSans-ExtraBold';
    src: url('./fonts/MonaSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonaSans-Medium';
    src: url('./fonts/MonaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonaSans-SemiBold';
    src: url('./fonts/MonaSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonaSans-Regular';
    src: url('./fonts/MonaSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonaSans-Bold';
    src: url('./fonts/MonaSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-Bold';
    src: url('./fonts/Sora-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-Regular';
    src: url('./fonts/Sora-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




: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: 'MonaSans-Medium'; 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; }
a:focus{outline: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'MonaSans-Bold'; margin: 0 0 20px 0; padding: 0; font-weight: normal; }
p, li, ul, ol, blockquote {font-family: 'MonaSans-Medium'; 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; }


.container{max-width: 1600px;width: 100%;margin: auto;}
/*Header Sticky Menu*/



.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #6d82a1; 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: 'MonaSans-Medium'; position: relative; padding: 0; padding-top: 45px; 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: 100%; 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: 14px; } 
.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: #6d82a1; 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; }
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: left; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; outline: 0; border: 0; background-color: transparent; } 
.showhide b.txtl {text-align: right; font-size: 20px; line-height: 28px; font-weight: 600 !important; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px; font-family: 'MonaSans-Medium'; } 
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'MonaSans-Medium'; } 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #6d82a1; 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: 'MonaSans-Medium'; } 
.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: 'MonaSans-Medium'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover {color: #455e7f; } 
.mobinav ul li ul {float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a {text-transform: capitalize; } 
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important;background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; } 
.mobinav ul li a.drop.open {width: 22px; } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; } 
.mobile_src_nav .container {position: relative; } 
.mobile_src_nav .search-form {width: 100%; float: left; } 
.displayblock {display:block; } 
.body-content {width:100%; float: left; height: 2000px; overflow: hidden; } 
.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
.header-number {color: #fff; } 
.header-number strong {margin: 0 10px 0 0; font-size: 20px; line-height: 1; color: #fff; letter-spacing: 0.4; text-transform: capitalize; font-family: 'MonaSans-Medium'; font-weight: 500; }
.header-number a {display: inline-block;font-size: 32px;line-height: 1;color: #fff;font-family: 'MonaSans-Bold';padding-left:50px;position: relative;}
.header-number a:before{position: absolute;content: "";left: 0;top: 0;bottom: 0;margin: auto;width: 40px;height: 40px;background-image: url(images/hm-sprites-rar.webp);background-repeat: no-repeat;background-position: -10px -10px;}
.header-number a:hover{color: #9e9e9e;}
.top-cnt {display: flex ; justify-content: space-between;    margin: 0 0 14px;padding: 12px 0 0; align-items: center;}
.site-header.is-sticky .top-cnt-btn a.cmn-btn:hover {background-color: #ffffff; color: #6f819c; }
#main-navigation ul{margin:0 } 
#main-navigation ul li{display:inline-block; padding:0 0px 0; position:relative; margin: 0 20px; }
#main-navigation{padding: 0 0 20px;}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
.site-branding {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 410px;
    top: 0;
    height: 141px;
    background-color: #fff;
    padding: 30px 40px;
}
#main-navigation ul li:nth-child(3) {
   margin-right: 580px;
}
#main-navigation ul li a{
    font-size:20px;
    text-transform:capitalize;
    font-family: 'MonaSans-Medium';
    color:#fff;
    display:block;
    min-width:inherit;
    margin: 0px;
    line-height: 1;
}
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a{color:#9e9e9e; }
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#9e9e9e;
    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: #747574;
    color: #fff;
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color:#3A539B;
    color:#fff;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color:#6d82a1;
    color:#fff;
}
#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;
}
#main-navigation ul li.current-menu-item>a, #main-navigation ul li>a:hover {
    color: #9e9e9e;
}

.cnct-lst ul.sub-menu ul.sub-menu {
    left: -220px !important;
}

.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #99a1ab;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#6f819c;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
}
@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;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}




.text-heading {
    font-family: 'MonaSans-Bold';
    font-size: 70px;
    letter-spacing: -1.4px;
    line-height: 1;
    color: #474747;
    margin: 0 0 20px;
}
 
a.cmn-btn {
   font-family: 'MonaSans-ExtraBold';
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 50px;
    background-color: #6d82a1;
    display: inline-block;
}
 
a.cmn-btn:hover{
    background-color: #9e9e9e;
}
 

/*Banner section*/

.hm-baner-sec{background-image: url(images/hm-banner-img.webp);background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;padding: 303px 0 155px;}
.hm-baner-sec h1{font-size: 110px;line-height: 1.1;color: #fff;text-transform: capitalize; font-family: 'MonaSans-ExtraBold';letter-spacing: -2.2px;margin: 0 0 30px;width: 40%;}
.hm-baner-sec p{font-size: 34px;line-height: 1;text-transform: capitalize;left: -0.38px;    font-family: 'MonaSans-Medium';color: #fff;margin:0 0 40px}
.top-cnt-btn a,.hm-baner-sec .bnr-pbtn a{background-color: #9e9e9e;}
.top-cnt-btn a:hover, .hm-baner-sec .bnr-pbtn a:hover{background-color:  #6d82a1;}


 
/* Practice Areas Section */
 
.home-practice-areas-section .text-heading{
    text-align: center;
    margin: 0 0 60px;
    color: #fff;
}
 
.home-practice-areas-section{
    background-image: url(./images/practice-bc.webp);
    background-color: #f1f5fb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    padding: 90px 55px 0;
 }
.home-practice-areas-section .container{max-width: 100%; }
.practice-sec{
    margin: 0 0 -330px;
    position: relative;
    z-index: 1;
}
.practice-hover a {

    display: inline-block;

    position: absolute;

    font-size:0px;
    
    z-index: 1;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}
 
.view-Practice-btn {
    text-align: center;
}
.practice-blk{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 58px;
}
.practice-itms{
    position: relative;
    padding: 20px 0 0 0;
    width: 24.1%;
}
 
.practice-itms::before{
    content: "";
    height: 20px;
    width: 76%;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 
.practice-list{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);position: relative;background-color: #fff;z-index: 0;}
 
.practice-list::before{ content: ""; background-color:#ababab; position: absolute; left: 0; bottom: 39px; width: 100px; height: 100px; clip-path: polygon(0 0, 54% 52%, 100% 100%, 0 100%); z-index: -1; }
.practice-img-hvr{opacity: 0;filter: grayscale(1);}
.practice-img-hvr img{ width: 100%; display: block; }
.practice-content{ position: absolute; top: 0; left: 0; width: 100%; right: 0; margin: auto; padding: 10px; text-align: center; }
.practice-content .practice-img{ margin: 0 0 25px; }
.practice-content .practice-img img{ width: 100%; display: block; }
.practice-content h4{ font-size: 40px;margin: 0; line-height: 1.2; font-family: 'MonaSans-Bold'; letter-spacing: -0.8px; color: #464646; }
.practice-btn{ display: none; font-size: 16px; text-transform: uppercase; color: #fff; font-family: 'MonaSans-Bold'; }
.practice-btn a{ font-size: 16px; color: #fff; font-family: 'MonaSans-Bold'; letter-spacing: 6.4px; line-height: 1; display: inline-block; }
.practice-itms:hover .practice-list::before{ display: none; }
.practice-itms:hover .practice-list , .practice-itms:hover::before { background-color: #9e9e9e; }
.practice-itms:hover .practice-img-hvr { opacity: 20%; }
.practice-itms:hover .practice-content .practice-img{ display: none; }
.practice-itms:hover .practice-content{ padding: 70px 30px 0; }
.practice-itms:hover .practice-btn { display: block; }
.practice-itms:hover .practice-list::after { content: ""; background-image: url(./images/practice-border.webp); width: calc(100% - 60px); height: calc(100% - 60px); background-repeat: no-repeat; left: 0; top: 0; bottom: 0; position: absolute; right: 0; margin: auto; background-position: center; background-size: contain; pointer-events: none; }
.practice-itms:hover .practice-content h4{color: #fff;padding: 155px 0 0;margin: 0 0 75px;position: relative;}
.practice-itms:hover .practice-content h4::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 130px; height: 130px; position: absolute; top: 0; background-position: -92px -204px; left: 0; right: 0; margin: auto; }
 
/* Compassion Section */
.home-compassion-section {padding: 482px 0 0; background-color: #f2f6fc; position: relative; z-index: 0; }
.home-compassion-section .container{max-width: 1600px;margin: 0 auto 0 0;}
.home-compassion-section::before{content: "";background-image: url(./images/Compassion-bc.webp);width: 100%;height: 100%;position: absolute;right: 0;background-repeat: no-repeat;top: 0;background-position: right top;background-size: 72%;pointer-events: none;z-index: -1;}
.home-compassion-section::after{content: "";background-image: url(./images/Compassion-balance.webp);width: 557px;height: 869px;position: absolute;right: 0;top: 23%;background-size: contain;background-repeat: no-repeat;pointer-events: none;background-position: 15px 0;}
.compassion-sec h3{font-size: 150px; text-transform: uppercase; font-family: 'MonaSans-ExtraBold'; letter-spacing: -3px; color: #9e9e9e; display: inline-block; line-height: 1.2; border-bottom: 2px solid #ababab; position: relative; margin: 0 0 23px; }
 
.compassion-sec h3::before{content: ""; background-image: url(./images/Comp-before.webp); width: 142px; height: 135px; position: absolute; right: -160px; bottom: 0; top: 20px; margin: auto 0; background-size: contain; background-repeat: no-repeat; }
.compassion-sec h4{font-size: 70px; line-height: 1.1; text-align: right; letter-spacing: -1.4px; font-family: 'MonaSans-Bold'; color: #6d82a1; margin: 0 0 40px; }
.compassion-blk{width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.compassion-img{width: 63%; position: relative; padding: 33px 0 0; }
 
.compassion-img::before{ content: ""; height: 33px; width: 35%; background-color: #6d82a1; position: absolute; left: 0; top: 0; }
.compassion-img img{ width: 100%; display: block; }
.compassion-years{ margin: 32px 0 0 -250px; color: #fff; position: relative; z-index: 0; padding: 70px 57px 60px; width: 20.7%; }
.compassion-years::before{ content: ""; background-color: #6d82a1; outline: 5px solid #fff; transform: matrix(1, 0.15, 0, 1, 0, 0); width: 100%; height: 100%; position: absolute; z-index: -1; left: 0; top: 0; pointer-events: none; }
.compassion-years h5{ color: #fff; font-size: 22px; text-transform: uppercase; text-align: center; letter-spacing: 8.8px; margin: 0 0 0; font-family: 'MonaSans-SemiBold'; line-height: 1; }
.compassion-years h5 strong{display: block;letter-spacing: -1px;font-size: 50px;font-family: 'MonaSans-ExtraBold';margin: 0 0 1px;line-height: 1;}
.compassion-years h5 strong.years-cmp{font-size: 160px;letter-spacing: -6.4px;line-height: 0.9;position: relative;margin: 0;}
.compassion-years h5 strong.years-cmp::before{ background-image: url(./images/hm-sprites.webp); content: ""; width: 70px; height: 75px; position: absolute; right: -15px; bottom: -10px; background-position: -78px -5px; pointer-events: none; }
.compassion-years h6{ margin: 0 0 10px; line-height: 1; font-family: 'MonaSans-SemiBold'; letter-spacing: -1px; font-size: 22px; text-align: center; text-transform: capitalize; position: relative; z-index: 0; }
.compassion-years h6::before{ height: 2px; width: 100%; content: ""; position: absolute; background-color: #fff; left: 0; bottom: 0; top: 0; margin: auto; z-index: -1; }
.compassion-years h6::after{ content: ""; width: 45px; height: 10px; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; background-color: #6d82a1; z-index: -1; }
.compassion-years p{ margin: 0; line-height: 1; text-align: center; font-family: 'MonaSans-SemiBold'; letter-spacing: -1px; font-size: 22px; }
.compassion-rit{ text-align: right; width: 22.2%; }
.compassion-rit p{ font-size: 20px; font-family: 'MonaSans-Medium'; line-height: 1.8; margin: 0 0 36px; }
 

/* Dedicated Section */

.dedicated-sec {padding: 492px 0 150px; position: relative; background-image: url(images/dedicated-bg.webp); background-repeat: no-repeat; background-size: cover; }
.dedicated-sec::before {position: absolute; content: ""; background-image: url(images/dedicated-arrow-border.webp); background-repeat: no-repeat; background-size: contain; left: 0; bottom: 20%; width: 35.55%; height: 48.75%; }
.dedicated-sec .container {max-width: 100%; }
.dedicated-sec h3 {font-family: 'MonaSans-ExtraBold'; font-size: 150px; letter-spacing: -3px; line-height: 1; text-transform: uppercase; color: #9e9e9e; padding: 0 0 20px 180px; position: relative; width: max-content; margin: 0 0 0 auto; }
.dedicated-sec h3::before{position: absolute; content: ""; width: 850px; height: 2px; background-color: #ababab; bottom: 0; right: 0; }
.dedicated-sec h3::after {position: absolute; content: ""; background-image: url(images/dedicated-h3-after.webp); background-repeat: no-repeat; background-size: contain; width: 158px; height: 149px; left: 0; top: 0; bottom: 0; margin: auto; }
.dedicated-sec .dedicated-blk {display: flex; justify-content: space-between; width: 100%; padding: 0 100px 0 0; max-width: 1480px; margin: 0 auto; }
.dedicated-sec .dedicated-lft {width: 48.1%; }
.dedicated-sec .dedicated-lft-img{position: relative; }
.dedicated-sec .dedicated-lft-img::before{position: absolute; content: ""; background-color: #42597b; width: 427px; height: 20px; top: -20px; left: 0; right: 0; margin: auto; } 
.dedicated-sec .dedicated-lft-img img {width: 100%; display: block; }
.dedicated-sec .dedicated-rgt {width: 46.3%; padding: 45px 0 0; } 
.dedicated-sec .dedicated-rgt p{font-family: 'MonaSans-Medium'; font-size: 18px; line-height: 1.6; color: #353535; margin: 0 0 50px; }
.dedicated-btn a.cmn-btn {padding: 25px 54px; } 
.dedicated-sec .text-heading {text-transform: none; text-align: left; }
 

/* Case Results Section */

.case-result-sec {
    padding: 110px 0 120px;
    text-align: center;
    background-image: url(images/case-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
 
.case-result-sec .container {
    max-width: 1480px;
}
 
.case-result-sec .text-heading {
    margin: 0 0 70px;
    text-transform: none;
}
 
.case-result-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin:  0 0 80px;
}
 
.case-result-itm {
    background-color: #ffffff;
    width: 100%;
    padding: 75px 20px 54px;
    position: relative;
}
 
.case-result-itm::before {
    position: absolute;
    content: "";
    background-image: url(images/case-result-itm-top-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 74.7%;
    height: 102px;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
}
 
.case-result-itm::after{
    position: absolute;
    content: "";
    background-image: url(images/case-result-itm-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 61px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
 
.case-result-itm h4 {
  font-family: 'MonaSans-Bold';
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 1;
    color: #6d82a1;
    margin: 0 0 25px;
    padding: 0 0 28px;
    position: relative;
}
 
.case-result-itm h4::before {
    position: absolute;
    content: "";
    background-color: #ababab;
    height: 2px;
    width: 292px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.case-result-itm p {
    font-family: 'MonaSans-SemiBold';
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #6d82a1;
    margin: 0;
}
 
.case-result-btn a.cmn-btn {
    padding: 25px 55px;
}
 
.case-result-blk.owl-carousel .owl-stage {
    display: flex;
    padding: 42px 0 0;
}
 
.case-result-blk.owl-carousel.owl-drag .owl-item {
    display: flex;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm::before{
    background-image: url(images/case-result-itm-top-img-hvr.webp) !important;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm::after {
    background-image: url(images/case-result-itm-after-hvr.webp) !important;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm h4::before {
    background-color: #ffffff !important;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm {
    background-color: #9e9e9e;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm h4{
    color: #ffffff;
}
 
.case-result-blk.owl-carousel .owl-item.active.center .case-result-itm p{
    color: #ffffff;
}
 
.case-result-blk.owl-carousel .owl-nav {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: auto;
    height: max-content;}
 
.case-result-blk.owl-carousel .owl-nav button.owl-next, .case-result-blk.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -190px -10px;
    width: 60px;
    height: 22px;
    font-size: 0px;
}
 
.case-result-blk.owl-carousel .owl-nav button.owl-next {
    background-position: -290px -10px;
    right: -20px;
    left: auto;
}
 
.case-result-blk.owl-carousel .owl-nav button.owl-next:hover{
    background-position: -290px -50px;
}
.case-result-blk.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -190px -50px;
}
 
.case-result-blk{
    padding:0 100px 0;
}
 
 

/* Gallery Section */

/*.gallery-sec .container {
    margin: 0 0 0 auto;
    padding: 0;
}*/
.gallery-sec {padding: 80px 0px 120px; background-image: url(images/gallery-bg-img.webp); background-repeat: no-repeat; position: relative;  text-align:center;background-size:cover; }
.gallery-sec .text-heading {margin: 0 0 60px; }
.gallery-sec .video-item {position: relative; position: relative; overflow: hidden; border: 2px solid #6d82a1; }
.gallery-sec .owl-nav {position: absolute; bottom: -70px; right: 105px; }
.gallery-sec .owl-carousel .owl-stage-outer {
    padding: 0 0 50px;
}
.gallery-sec .video-item iframe {
    display: block;
    width: 100%;
    height: 280px;
}
.gallery-sec button {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat;
    background-position: -190px -50px !important;
    width: 60px;
    height: 22px;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.swiper-navs.mbl-swiper-navs {
    display: none;
}
.gallery-sec button.button-next {
    background-position: -290px -50px !important;
}
.gallery-sec button:hover{
    background-position: -190px -10px !important;
}
.gallery-sec button.button-next:hover {
    background-position: -290px -10px !important;
}


.gallery-sec .swiper-slide.swiper-slide-prev,
.gallery-sec .swiper-slide.swiper-slide-active {
    width: 20.8% !important;
}
.gallery-sec .swiper-slide.swiper-slide-next {
    width: 55.4% !important;
    padding: 1px;
}
.gallery-sec .swiper-slide.swiper-slide-next .video-item {
    width: 100%;
}
.gallery-sec .swiper-slide.swiper-slide-next .video-item iframe{height: 550px;}
.gallery-sec .prct-btm {
    display: flex;
    justify-content: center;
    width: 50%;
    position: absolute;
    bottom: 18%;
    left: 50px;
    right: 0;
    gap: 40px;
}
.swiper-navs.glry-nav {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    gap: 45px;
    position: absolute;
    top: 19%;
    right: 19%;
}
.glry-btn {
    position: absolute;
    bottom: 17%;
        z-index: 2;
}
.main-videoitem iframe {
    width: 100%;
    height: 500px;
    max-width: 800px;
}




/*.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url(https://img.icons8.com/ios-filled/100/ffffff/play--v1.png) no-repeat center center;
    background-size: 31px 35px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .gallery-sec .swiper-slide.swiper-slide-next .video-item .play-button{
    width: 163px;
    height: 163px;
    background-size: 50px 58px;
  }*/


/*Legal-team section*/
 
.legal-team-sec .container{max-width:1480px;margin: auto;}

.legal-team-sec{background-image:url("images/legal-team-bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center; padding:60px 0px 0px; }

.legal-team-sec .heading {font-family: 'MonaSans-Black'; font-size: 120px; line-height: 1;opacity:25%; letter-spacing: -2.4px; font-weight: 900; text-transform: uppercase;  background: linear-gradient(to right, #3d4a5c 0%, #79869b 25%, #ffffff 50%, #79869b 75%, #3d4a5c 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;padding:0 40px; text-align: center;  }

.legal-team-sec .text-heading{color:#fff;text-align: center;margin: -20px 0px 15px;}

.legal-team-list {display: flex; justify-content: space-between; padding: 0 65px; gap: 15px; }

.legal-itm h3{font-family: 'MonaSans-Bold'; font-size:50px; color: #fff; line-height: 1; font-weight:700; text-transform:capitalize; margin: 0 0 25px; }

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

.legal-itm {width: 49%; padding: 377px 0px 0; }

.legal-team-lft {width: 50%; display: flex; gap: 0px; }

.legal-team-rit {width: 50%; display: flex; justify-content: space-between; }

.legal-itm.img {width: 58%; padding: 0 !important; }

.legal-itm.sher{text-align: right; }

.legal-btn a.cmn-btn {padding: 22px 52px; font-family: 'Sora-Bold'; font-size:19px; letter-spacing: 0; font-weight:700;}
 
 
/*Reviwes Section*/

.hm-testimonials{background-image: url("images/Reviwes-bg.webp"); background-repeat:no-repeat; background-size: cover; padding:90px 60px 0; position: relative; margin: 0 0 -370px; }

.hm-testimonials:before{position: absolute; right:119px; top: 0; content: ""; background-image: url(images/brand-logo.webp); width:448px; height:423px; background-repeat: no-repeat; }

.hm-testi-list {margin: 0 0 19px; }

.hmtesti-btn a.cmn-btn {padding: 26px 55px; }

.hm-testimonials .owl-stage{display: flex;}

.hm-testimonials .container{max-width:100%;}

.hm-testimonials .text-heading{color:#fff;margin: 0 0 65px;padding-left: 250px;}

.testi-item .star-rat{background-image: url("images/star-img.webp"); width:195px; height:34px; background-repeat: no-repeat; background-size: cover; margin: 0 auto 25px; }

.testi-item{padding: 50px 60px 125px;height: 100%; clip-path: polygon(0 0, 100% 1%, 100% 92%, 0 83%); background-color:#fff; text-align: center;position:relative; }

.testi-item p{font-family: 'MonaSans-Regular'; font-size:19px; line-height:1.57; margin: 0 0 25px; color:#353535; font-weight: 400; }

.testi-item h5{font-family: 'MonaSans-Bold';position: relative; font-size:28px; line-height:1.1; margin: 0 0 0px; color:#6d82a1; letter-spacing:-0.56px; font-weight: 700; }

.testi-item h5:before{position: absolute; right: -29px; bottom: -56px; content: ""; background-image: url(images/hm-sprites.webp); background-position: -10px -210px; width: 60px; height: 44px; background-repeat: no-repeat; }

.testi-item:after {position: absolute; left: 0px; bottom: 14%; content: ""; clip-path: polygon(0 0, 0% 100%, 100% 95%); width: 99px; height: 70px; background-color: #ababab; }

.hm-testimonials .owl-item{padding: 16px 0 0; position: relative; }

.hm-testimonials .owl-item:before {position: absolute; left: 0px; margin: auto; top:0; right:0; content: ""; width: 75%; height: 20px; background-color: #42597b; }

.hmtesti-btn {text-align: center; z-index: 1; position: relative; max-width: max-content; margin: auto; }

.hm-testi-list.owl-carousel .owl-nav {display: flex !important; justify-content: space-between; width: 100%; max-width: 590px; font-size: 0; position: absolute; left: 0; right: 0; margin: auto; bottom: -65px; z-index:1; }

.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -190px -10px; width: 60px; height: 22px; transition: 0.3s; }

.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{background-position: -190px -50px; }

.hm-testi-list.owl-carousel .owl-nav button.owl-next {background-position: -290px -10px; }

.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {background-position: -290px -50px; }
 



/*footer form*/

.site-footer{background-image: url("images/footer-bg-img.webp"); background-repeat: no-repeat; background-size: cover; padding:40px 0 0; background-position: center; }

.site-footer .container{max-width: 1280px;}

.hm-form .gfield label {display: none; }

.footer-list{display:flex; justify-content: space-between; padding: 70px 0px 80px; border-bottom: 1px solid #9e9e9e; }

.hm-form-sec{position: relative; }

.hm-form-sec .text-heading{color: #fff; text-align: center; margin: 0 0 32px; }

.hm-form-sec p {font-family: 'MonaSans-Regular'; font-size:18px; color:#fff; line-height:1.6; margin: 0 0 21px; text-align: center; font-weight:400; }

.hm-form .gform_required_legend{display: none; }

.ftr-form-sctn{text-align: center; background-color: #7b9fc2; }
 
.gchoice.gchoice_3_9_1 label {

    display: block;

}

fieldset#field_3_9 {

   width:100%;

    border: none;

    padding: 0px;

    z-index: 1;

}
 
.hm-form input::placeholder {color: #000; } 

.hm-form input:-ms-input-placeholder {color: #000; } 

.hm-form input::-ms-input-placeholder {color: #000; } 

.hm-form textarea::placeholder {color: #000; } 

.hm-form textarea:-ms-input-placeholder {color: #000; } 

.hm-form textarea::-ms-input-placeholder {color: #000; }
 
.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: #474747;

    outline: 0px;

    position: relative;

    border-radius: 0;

       font-family: 'MonaSans-Medium'!important;

    background: #fff;

    line-height: 1.2 !important;

    font-size: 20px !important;

   padding: 26px 28px !important;

    transition: all 0.5s;

    display: block;

    font-weight:500 !important;

    text-align: left;

    height: auto !important;

}

.hm-form .gfield{

    position: relative !important ;

}

.hm-form .gfield.gfield--type-text  ,.hm-form .gfield.gfield--type-email {

    width: 48.7% !important;

}

.hm-form .gfield.gfield--type-phone{width:100%;}

.hm-form .gform_fields {

    display: flex !important;

    flex-wrap: wrap;

    gap: 17px 15px !important;

    justify-content: space-between;

    align-items:center;

}

.hm-form .gform_wrapper .top_label textarea {

    width: 100% !important;

    height: 160px !important;

    resize: none;

    padding-top: 20px !important;

   margin: 0px 0 8px;

    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: 'MonaSans-Regular';

    line-height: 1;

    font-weight:400;

    color: #fff;

    margin: 0;

    text-align:left;

}

.hm-form .gform_wrapper .form-links a:hover {

    color: #9e9e9e;

}

.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;

    z-index: 2;

    margin: 0 0 0px !important;

}

.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: right;

    margin: -51px 0 0;

    position: relative;

}
 
 
.hm-form .gform_wrapper .top_label input[type="submit"] {

    display: inline-block !important;

    background-color:#9e9e9e !important;

    outline: none !important;

    border: 0px none !important;

    border-radius: 0 !important;

    cursor: pointer;

    text-transform: uppercase !important;

    transition-duration: 0.5s;

  font-family: 'MonaSans-ExtraBold'!important;

    width: auto !important;

    color: #ffffff !important;

    font-size:28px !important;

    padding: 19px 51px !important;

    line-height: 1 !important;

    letter-spacing: 0.56px !important;

    margin: 0;

    position: relative;

    z-index: 1;

}

.hm-form .gform_wrapper .top_label input[type="submit"]:hover {background-color:#6d82a1 !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: 'MonaSans-Regular';

     font-weight: 400;

    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;

}

.hm-form-sec .gform_wrapper.gravity-theme .gfield {

    position: relative;

    text-align: left;

}
 
.hm-form-sec .gfield.gfield--type-html{

    width: 100% !important;

}
 
 
.gform_button.disabled {

    pointer-events: none;

}

.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {

    margin: 0;

}

.gfield--type-honeypot {

    display: none;

}
 
/*ERRROR*/

.hm-form .gfield_description{

    margin: 0px !important

}

.hm-form .gfield_description.validation_message {

    position: absolute;

    bottom: 20px;

    right: 7px !important;

    text-align: right;

    font-size: 13px;

    color: #f23d18;

    pointer-events: none;

    margin: 0;

    font-family: 'MonaSans-Medium';

}
 
.hm-form .chk .gfield_description.validation_message {

    bottom: -28px !important;

    left: 0;

    right: auto;

    text-align: left;

}

.hm-form .gfield_description.instruction.validation_message {

    top: 10px;

}
 
 /*Footer block*/
 
#footer-navigation ul {font-size: 0; text-align: center; padding: 0px 0 45px; border-bottom: 1px solid #9e9e9e; }

#footer-navigation ul li {display: inline-block; padding: 0; position: relative; margin: 0px 26px; }

#footer-navigation ul li a {font-size:20px; color: #fff; padding: 0; min-width: inherit; font-family: 'MonaSans-SemiBold'; font-weight:600; border: 0; line-height: 1; text-transform: uppercase; display: inline-block; }

#footer-navigation ul li:first-child {margin-left: 0; }

#footer-navigation ul li:last-child {margin-right: 0; }

#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#9e9e9e; }

.ftr-itm{text-align:left; position: relative;padding-left:80px;margin: 0 0 50px;}

.ftr-itm:last-child{margin: 0px;}

.ftr-itm h4 {font-size: 25px; font-family: 'MonaSans-SemiBold'; font-weight: 600; line-height: 1; color: #bbbbbb; margin: 0 0 15px; text-transform:capitalize; }

.ftr-itm p {font-size: 20px; font-family: 'MonaSans-Medium'; font-weight: 500; line-height: 1.4; color: #fff; margin-bottom:0px; text-align: left; }

.ftr-itm p a{font-family: 'MonaSans-Bold'; line-height: 1; display: inline-block; font-size:40px; font-weight:700; }

.ftr-itm p a:hover{color:#9e9e9e; }

.ftr-itm:before {content: ''; position: absolute; width: 60px; height: 60px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -108px; left: 0; top: 0; margin: auto; }

.ftr-itm.phn:before{ background-position: -100px -108px;}

.ftr-itm.cnct:before{ background-position: -185px -108px;}

.ftr-logo img {margin: 0px 0 43px;display:block;width:100%; }

.ftr-logo {max-width: 430px;}

.ftr-block-lft {width: 36%;padding: 25px 0 0; }

.ftr-form-rit {width: 54%; }

.ftr-menu{position: relative;}
 
 
/*Copy Rights Section*/

.ftr-copyrights-sec {padding: 40px 0px; text-align: center; }

.ftr-copyrights-sec p{margin: 0; font-family: 'MonaSans-Medium';line-height:1.4;color:#fff;font-size:21px;font-weight:500; }

.ftr-copyrights-sec p a:hover{color: #9e9e9e; }

 
/*Responisve*/


@media (max-width:1900px) {

.practice-list::before { bottom: 30px; }
.compassion-sec h3 { font-size: 140px;}
.compassion-sec h4 { font-size: 65px;}
.home-compassion-section .container { max-width: 1500px; }
.compassion-img { width: 62%; padding: 30px 0 0; }
.compassion-years { margin: 32px 0 0 -220px; padding: 70px 46px 60px; }
.compassion-rit { width: 24%; }
.compassion-rit p { margin: 0 0 30px; }
.compassion-img::before { height: 30px;}
.home-compassion-section::after { width: 540px; height: 842px; }
.home-compassion-section { padding: 440px 0 0;}
#main-navigation ul li.cnct-lst ul.sub-menu {left: -100px;}



}

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

.home-compassion-section .container { max-width: 1400px; }


.practice-content h4 { font-size: 35px;}
.practice-itms:hover .practice-content { padding: 45px 30px 0; }
.practice-itms:hover .practice-content h4::before { transform: scale(0.9); }
.practice-itms:hover .practice-content h4 { padding: 145px 0 0; margin: 0 0 60px; }
.practice-content .practice-img { margin: 0 0 20px; }
.practice-blk { margin: 0 0 50px; }
.home-compassion-section { padding: 410px 0 0; }
.compassion-sec h3 { font-size: 130px; }
.compassion-sec h4 { font-size: 60px; }
.home-practice-areas-section { padding: 80px 40px 0; }

/* ---------------------- */
.compassion-sec h3::before { width: 130px; height: 115px; right: -150px; }
.compassion-years h5 strong.years-cmp { font-size: 145px; letter-spacing: -6px;}
.compassion-years p { font-size: 20px; }
.compassion-years { margin: 32px 0 0 -220px; padding: 70px 40px 70px; }
.compassion-rit { width: 25%; }
.home-compassion-section::after { width: 525px; height: 820px; }



.case-result-sec { padding: 95px 0 100px; }
.text-heading { font-size: 65px; }
.case-result-sec .text-heading { margin: 0 0 60px; }
.case-result-itm h4 { font-size: 55px; padding: 0 0 25px; }
.case-result-itm h4::before { width: 280px; }
.case-result-itm { padding: 72px 20px 52px; }
.case-result-blk { margin: 0 0 70px; }
.case-result-btn a.cmn-btn { padding: 23px 50px;  }
.dedicated-sec { padding: 480px 0 130px; }
.dedicated-sec h3 { font-size: 140px; padding: 0 0 17px 175px; }
.dedicated-sec h3::before { width: 795px; }
.dedicated-sec .dedicated-blk { padding: 0 125px 0 0; }
.dedicated-sec .dedicated-lft { width: 47%; }
.dedicated-sec .dedicated-rgt { width: 47.6%; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 45px; }
.dedicated-btn a.cmn-btn { padding: 24px 50px; }
.dedicated-sec::before { bottom: 19%; width: 27%; height: 48%; }





}

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

    .gallery-sec .swiper-slide.swiper-slide-next {
    width: 55.3% !important;
}
    #main-navigation ul li:nth-child(3) {
   margin-right: 552px;
}
#main-navigation ul li a {
    font-size: 19px;}
#main-navigation ul li {
    margin: 0 17px;
}
.hm-baner-sec h1 {
    font-size: 105px;
}

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



/*Practice section*/
.home-compassion-section .container { max-width: 1300px; }

.compassion-sec h3 { font-size: 120px; }
.compassion-sec h4 { font-size: 55px; }
.compassion-img { width: 60%;}
 
.compassion-rit { width: 27%; }
.compassion-rit p { font-size: 18px; margin: 0 0 25px;}
.compassion-years { margin: 31px 0 0 -160px; padding: 50px 35px 55px; width: 22%; }
.compassion-years h5 strong.years-cmp { font-size: 120px; letter-spacing: -4px; }
.compassion-years h5 { font-size: 20px; letter-spacing: 7.8px; }
.compassion-years h5 strong { font-size: 40px;}
.compassion-years h5 strong.years-cmp::before { right: -2px; bottom: -19px; }
.home-compassion-section::after { width: 490px; height: 763px; top: 25%;}




.legal-team-sec .heading {font-size: 111px;}
.hmtesti-btn a.cmn-btn {padding: 24px 52px; }
 .hm-testimonials:before {transform: scale(0.9);right: 90px;}
.testi-item {padding: 40px 45px 115px;}
.testi-item h5 {font-size: 26px;}
.hm-testimonials .text-heading {margin: 0 0 55px; padding-left: 230px; }



.case-result-sec { padding: 85px 0 85px; }
.case-result-sec .text-heading { margin: 0 0 50px; }
.case-result-itm::before { width: 74%; }
.case-result-itm { padding: 70px 20px 50px; }
.case-result-itm h4 { font-size: 50px; padding: 0 0 22px; margin: 0 0 22px; }
.case-result-itm h4::before { width: 260px; }
.case-result-itm p { font-size: 23px; }
.case-result-blk{ padding:0 90px 0; }
.case-result-blk { margin: 0 0 60px; }
.case-result-blk.owl-carousel .owl-nav button.owl-prev { left: -10px; transform: scale(0.9); }
.case-result-blk.owl-carousel .owl-nav button.owl-next { right: -10px; transform: scale(0.9); }
.case-result-itm::after { height: 62px; }
.dedicated-sec { padding: 460px 0 110px; }
.dedicated-sec h3 { font-size: 130px; padding: 0 0 17px 170px; }
.dedicated-sec h3::before { width: 735px; }
.dedicated-sec h3::after { width: 150px; }
.dedicated-sec .dedicated-rgt { width: 47.9%; padding: 40px 0 0; }
.dedicated-sec .dedicated-lft { width: 46%; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 41px; }
.dedicated-sec::before { bottom: 20%; width: 30%; height: 46%; }
.dedicated-sec .dedicated-blk { padding: 0 135px 0 0; }

#main-navigation .sub-menu li a{font-size: 17px;}




}
@media screen and (max-width:1600px) {
.dedicated-sec .container, .case-result-sec .container, .legal-team-sec .container, .container { max-width:1400px; }
 
a.cmn-btn{font-size: 18px;padding: 20px 32px;}
#main-navigation ul li a{font-size: 17px;}
#main-navigation ul li{margin: 0 15px;}
.header-number a{font-size: 28px;}
.header-number a:before{transform: scale(0.9);}
#main-navigation ul li:nth-child(3) {margin-right: 550px; }
.hm-baner-sec h1 {font-size: 90px;    margin: 0 0 20px;}
.hm-baner-sec p {font-size: 30px; margin: 0 0 25px;}
.hm-baner-sec{    padding: 220px 0 85px;}
 
     .gallery-sec {
    padding: 70px 0px 110px;
}
.gallery-sec .text-heading {
    margin: 0 0 50px;
}
 
    .gallery-sec .swiper-slide.swiper-slide-next {
        width: 55% !important;
    }
.gallery-sec .video-item iframe {
    height: 250px;
}
.gallery-sec .swiper-slide.swiper-slide-next .video-item iframe {
    height: 475px;
}
.text-heading {
    font-size: 62px;
}

#main-navigation .sub-menu li a{font-size: 16px;}

#main-navigation ul li.cnct-lst ul.sub-menu {left: -88px;}



/*Practice Areas*/

.home-compassion-section .container { max-width: 1200px; }
  
.practice-itms:hover .practice-list::after { width: calc(100% - 45px); height: calc(100% - 45px); background-size: cover; }
.home-practice-areas-section { padding: 70px 35px 0; }
.home-practice-areas-section .text-heading { margin: 0 0 40px; }

.practice-itms:hover .practice-content { padding: 25px 25px 0; }
.practice-itms:hover .practice-content h4::before { transform: scale(0.8); }
.practice-itms:hover .practice-content h4 { padding: 130px 0 0; margin: 0 0 45px; font-size: 32px; }
.practice-btn a { letter-spacing: 5px; }
.practice-sec { margin: 0 0 -290px; }
.practice-content h4 { font-size: 30px;}
.practice-blk { margin: 0 0 40px; }

/* compassion */
.compassion-sec h3 { font-size: 110px; }
.compassion-sec h4 { font-size: 48px; }
.home-compassion-section { padding: 350px 0 0; }
.compassion-img { padding: 20px 0 0; }
.compassion-years { margin: 20px 0 0 -160px;}
.compassion-years { margin: 20px 0 0 -160px; padding: 40px 30px; }
.compassion-rit p { font-size: 17px; margin: 0 0 20px; }
.compassion-years h5 { font-size: 18px; letter-spacing: 7px; }
.compassion-years h5 strong.years-cmp { font-size: 100px; letter-spacing: -3px; }
.compassion-years h5 strong { font-size: 35px; }
.compassion-years h5 strong.years-cmp::before { right: 3px; bottom: -25px; transform: scale(0.85); }
.compassion-years p { font-size: 19px; }
.compassion-years h6 { font-size: 20px; }
.compassion-img::before {
    height: 20px;
}
.home-compassion-section::after { top: 17%; }

/*Case results*/
.case-result-sec { padding: 75px 0; }
.case-result-sec .text-heading { margin: 0 0 40px; }
.case-result-itm::before { width: 73%; top: -40px; height: 96px; }
.case-result-itm { padding: 65px 20px 47px; }
.case-result-itm h4 { font-size: 45px; margin: 0 0 20px; }
.case-result-itm p { font-size: 21px; }
.case-result-itm::after { height: 60px; }
.case-result-blk{ padding:0 80px 0; }
.case-result-blk { margin: 0 0 50px; }
.dedicated-sec { padding: 440px 0 90px; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 36px; font-size: 17px; }
.dedicated-btn a.cmn-btn { padding: 22px 45px; }
.dedicated-sec .dedicated-rgt { width: 48.6%; padding: 37px 0 0; }
.dedicated-sec .dedicated-lft { width: 44%; }
.dedicated-sec .dedicated-lft-img::before { width: 420px; height: 17px; top: -17px; }
.dedicated-sec::before { bottom: 16%; width: 21%; height: 47%; }
.dedicated-sec h3 { font-size: 117px; padding: 0 0 14px 132px; }
.dedicated-sec h3::after { width: 112px; height: 108px; top: 11px; }
.dedicated-sec h3::before { width: 660px; }
.case-result-blk.owl-carousel .owl-nav { width: calc(100% + -10px); left: 0; }










.testi-item p {font-size: 18px;}
.testi-item .star-rat {transform: scale(0.9);margin:0 auto 20px;}
.testi-item {padding: 35px 40px 100px; }
.testi-item h5:before {bottom: -34px;transform:scale(0.9);}
.testi-item h5 {font-size: 24px; }
.hm-testimonials:before {transform: scale(0.9); right: 45px; top: -19px;}
.hm-testimonials {padding: 70px 50px 0;}
.hm-testimonials .text-heading {margin: 0 0 50px; padding-left: 200px; }
.hmtesti-btn a.cmn-btn {padding: 22px 50px; }

.legal-team-sec{padding: 50px 0px 0px;}
.legal-team-sec .heading {font-size: 100px;}
.legal-itm h3 {font-size: 43px;}
.legal-team-list {padding: 0 55px;}
.legal-btn a.cmn-btn {padding: 20px 50px; font-size: 18px; }
.legal-itm{padding: 350px 0px 0;}



#footer-navigation ul li a {font-size: 19px;}
#footer-navigation ul {padding: 0px 0 40px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 19px !important; padding: 23px 28px !important;}
.hm-form-sec .text-heading {margin: 0 0 28px;}
.hm-form .gform_wrapper .top_label input[type="submit"]{font-size: 26px !important;}
.ftr-itm p a {font-size: 36px;}
.ftr-itm p {font-size: 19px;}
.ftr-itm h4 {font-size: 23px;}
.ftr-logo {max-width: 410px; }
.ftr-logo img {margin: 0px 0 30px;}
.ftr-copyrights-sec p{font-size: 20px;}
.footer-list {padding: 60px 0px;}

.site-branding {
    height: 128px;
    padding: 25px 38px;
}
    .dedicated-sec .dedicated-blk {
        padding: 0 85px 0 0;
    }



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


 .home-compassion-section .container { max-width: 1140px; }

.home-practice-areas-section { padding: 60px 30px 0; }
.compassion-sec h3 { font-size: 100px; }
.compassion-sec h4 { font-size: 45px; }
.compassion-img { width: 64%; }
.home-compassion-section { padding: 320px 0 0; }
.practice-list::before { bottom: 22px; }
.compassion-blk {gap: 25px; }

 
}
@media screen and (max-width:1440px) {
 .dedicated-sec .container, .case-result-sec .container, .legal-team-sec .container, .site-footer .container,  .container{max-width: 1200px; }
 
a.cmn-btn {font-size: 17px; padding: 18px 27px; }
 
.header-number a {font-size: 23px;    padding-left: 43px; }
.header-number a:before {transform: scale(0.8); }
#main-navigation ul li:nth-child(3) {margin-right: 435px; }
#main-navigation ul li a {font-size: 16px;}
#main-navigation .sub-menu li a{font-size: 15px;}

#main-navigation ul li{ margin: 0 11px; }
.site-branding{width: 330px;    height: 125px;padding: 30px 18px;}
.header-number strong{font-size: 18px;}
#main-navigation{padding: 0 0 12px;}
 
.hm-baner-sec h1 {font-size: 82px;}
.hm-baner-sec p {font-size: 27px; margin: 0 0 20px; }
.hm-baner-sec {padding: 180px 0 65px; }

    .gallery-sec {
        padding: 60px 0px 90px;
    }
.text-heading {
    font-size: 56px;    margin: 0 0 15px;
}
.gallery-sec .text-heading {
        margin: 0 0 40px;
    }
    .gallery-sec .swiper-slide.swiper-slide-next {
        width: 54.5% !important;
    }
.gallery-sec .swiper-slide.swiper-slide-next .video-item iframe {
    height: 420px;
}
.gallery-sec .video-item iframe {
    height: 220px;
}
.swiper-navs.glry-nav {
    top: 16%;
}

/*Practice Areas*/
.practice-sec { margin: 0 0 -255px; }
.practice-content h4 { font-size: 26px; }
.practice-list::before { bottom: 10px; }
.practice-blk { margin: 0 0 35px; }

/* compassion */

.home-compassion-section::after { width: 407px; height: 630px; top: 21%; }
.compassion-sec h4 { font-size: 40px; margin: 0 0 25px; }
.compassion-sec h3::before { width: 105px; height: 100px; right: -120px; }
.compassion-years { margin: 20px 0 0 -160px; padding: 37px 25px; width: 21%; }
.compassion-rit p { font-size: 16px; }

/*case results*/

.case-result-blk{ padding:0 60px 0; }
.case-result-blk.owl-carousel .owl-nav button.owl-prev { left: -8px; transform: scale(0.8); }
.case-result-blk.owl-carousel .owl-nav button.owl-next { right: -8px; transform: scale(0.8); }
.case-result-itm::before { top: -35px; }
.case-result-itm { padding: 60px 20px 40px; }
.case-result-itm h4 { font-size: 41px; margin: 0 0 17px; padding: 0 0 18px; }
.case-result-itm h4::before { width: 215px; }
.case-result-itm p { font-size: 19px; }
.case-result-itm::after { height: 52px; }
.case-result-blk { margin: 0 0 40px; }
.case-result-btn a.cmn-btn { padding: 21px 40px; }
.case-result-sec .text-heading { margin: 0 0 35px; }
.dedicated-sec { padding: 400px 0 70px; }
.dedicated-sec h3 { font-size: 99px; padding: 0 0 13px 139px; }
.dedicated-sec h3::before { width: 570px; }
.dedicated-sec h3::after { width: 117px; margin: 0; height: 109px; }
.dedicated-sec .dedicated-blk { padding: 0 71px 0 0; }
.dedicated-sec .dedicated-lft-img::before { width: 390px; height: 14px; top: -14px; }
.dedicated-sec .dedicated-rgt p {margin: 0 0 16px; font-size: 16px; }
.dedicated-btn a.cmn-btn { padding: 20px 35px; }
.dedicated-sec .dedicated-rgt { width: 51%; padding: 25px 0 0; }
.dedicated-sec .dedicated-lft { width: 44%; }
.dedicated-sec .dedicated-lft-img::before { width: 380px; height: 13px; top: -13px; }
.dedicated-sec::before { display: none; }
.case-result-blk.owl-carousel .owl-nav { width: calc(100% + 10px); left: -5px;top: 25px; }



.hm-testimonials:before {transform: scale(0.8); right: 5px;top: -42px; }
.testi-item .star-rat {transform: scale(0.8); margin: 0 auto 15px; }
.hm-testimonials .text-heading {margin: 0 0 44px; padding-left: 160px; }
.testi-item p {font-size: 17px; margin: 0 0 20px; }
.testi-item h5 {font-size: 22px; }
.testi-item {padding: 30px 25px 90px; }
.testi-item:after{width: 85px; height: 60px;}
.testi-item h5:before {bottom: -30px; transform: scale(0.8); }
.hm-testimonials .owl-item:before {height: 15px;top: 3px;}
.hmtesti-btn a.cmn-btn {padding: 20px 40px; }
.hm-testi-list.owl-carousel .owl-nav {max-width: 515px;bottom: -61px;}
.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-testimonials {padding: 60px 40px 0; }



.legal-team-sec .heading {font-size: 80px; padding:0;}
.legal-itm h3 {font-size: 36px; margin: 0 0 20px;}
.legal-team-list {padding: 0 40px;}
.legal-btn a.cmn-btn {padding: 18px 40px; font-size: 17px; }
.legal-itm {padding: 330px 0px 0; }
.legal-team-sec {padding: 45px 0px 0px;}


 #footer-navigation ul li a {font-size: 18px; }
 #footer-navigation ul li {margin: 0px 25px;}
#footer-navigation ul {padding: 0px 0 32px; }
.site-footer {padding: 35px 0 0;}
.hm-form-sec .text-heading {margin: 0 0 20px; }
.ftr-logo {max-width: 380px; }
.ftr-logo img {margin: 0px 0 25px; }
.ftr-itm:before{transform: scale(0.9);}
.ftr-itm p {font-size: 18px; } 
.ftr-itm h4 {font-size: 21px;margin: 0 0 12px; }
.ftr-itm p a {font-size: 32px; }
.ftr-itm {padding-left: 75px; margin: 0 0 40px; }
.hm-form-sec p {font-size: 17px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 18px !important; padding: 20px 24px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 145px !important;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 24px !important; padding: 17px 48px !important; }
.hm-form .gfield_description.validation_message {bottom: 13px;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 17px;}
.ftr-copyrights-sec p {font-size: 19px; }
.ftr-copyrights-sec {padding: 35px 0px;}
    .site-branding {
        width: 290px;
        height: 115px;
        padding: 32px 16px;
    }











}

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

.home-compassion-section .container { max-width: 1050px; }


.home-practice-areas-section { padding: 55px 20px 0; }

.practice-itms::before { height: 15px;}
.practice-itms { padding: 16px 0 0 0; }
.practice-itms:hover .practice-content h4 { padding: 120px 0 0; margin: 0 0 40px; font-size: 28px; }
.practice-itms:hover .practice-content h4::before { transform: scale(0.7); top: 0px; }
.practice-btn a { letter-spacing: 4px; }
.practice-list::before { bottom: 0; }
/* ------ */
.compassion-sec h3 { font-size: 90px; }
.compassion-sec h3::before { width: 90px; height: 86px; right: -100px; }
.compassion-sec h4 { font-size: 35px; margin: 0 0 25px; }
.compassion-rit p { font-size: 15px; }
.cmn-btn { font-size: 16px; padding: 15px 35px; }
.compassion-years { margin: 20px 0 0 -138px; padding: 25px 15px; width: 20%; } 
.compassion-years h5 { font-size: 17px; letter-spacing: 6px; } 
.compassion-years h5 strong.years-cmp { font-size: 85px; letter-spacing: -1px; } 
.compassion-years h5 strong { font-size: 30px; } 
.compassion-years h5 strong.years-cmp::before { transform: scale(0.7); } 
.compassion-years p { font-size: 18px; } 
.home-compassion-section::after { width: 360px; height: 565px; top: 26%; }



}







@media screen and (max-width:1280px) {}
@media screen and (max-width:1240px) {
.case-result-sec .container, .legal-team-sec .container, .site-footer .container, .hm-testimonials .container, .container { max-width: 970px; padding:0 15px; }
a.cmn-btn {font-size: 15px; padding: 15px 15px; }
.header-number strong {font-size: 16px; }
#main-navigation ul li a {font-size: 14px; }
#main-navigation .sub-menu li a{font-size: 13px;}

#main-navigation ul li{margin:0 6px; }
.site-branding {width: 190px; height: 105px; padding: 30px 10px; }
#main-navigation ul li:nth-child(3) {margin-right: 308px; }
#main-navigation{padding: 0 0 14px;}
.site-branding {left: 25px;}
 .top-cnt {margin: 0 0 10px; }
.hm-baner-sec h1 {font-size: 60px; letter-spacing: 0;margin: 0 0 15px; }
.hm-baner-sec p {font-size: 22px; margin: 0 0 12px; }
.hm-baner-sec {padding: 150px 0 55px; }
.gallery-sec button {transform: scale(0.9);}
.gallery-sec {padding: 50px 0px 70px; }
.text-heading {font-size: 45px; } 
.gallery-sec .text-heading {margin: 0 0 30px; }
    .gallery-sec .swiper-slide.swiper-slide-next .video-item iframe {
        height: 320px;
    }
    .gallery-sec .video-item iframe {
        height: 185px;
    }
     .swiper-navs.glry-nav {
        gap: 30px;
    }
.gallery-sec button { transform: scale(0.8); }
.glry-btn { bottom: 13%; }
.main-videoitem iframe { height: 420px; max-width: 700px;}
.gallery-sec .swiper-slide.swiper-slide-prev, .gallery-sec .swiper-slide.swiper-slide-active {  width: 21.2% !important; }


/*Pracice areas*/
.home-compassion-section .container { max-width: 960px; padding: 0; }   
.home-practice-areas-section { padding: 45px 10px 0; } 
.home-practice-areas-section .text-heading { margin: 0 0 30px; } 
.practice-content h4 { font-size: 23px; } 
.practice-itms:hover .practice-content h4 { margin: 0 0 25px; font-size: 25px; } 
.practice-sec { margin: 0 0 -220px; } 



/* --------------- */
.home-compassion-section { padding: 300px 0 0; }
.compassion-rit p { line-height: 1.6; } 
.compassion-years h5 strong.years-cmp::before { right: -9px;}
.compassion-years p { font-size: 16px; }
.compassion-sec h4 { font-size: 30px;}
.compassion-sec h3 { font-size: 80px; }
.compassion-sec h3::before { width: 80px; height: 73px; right: -95px; }
.practice-itms:hover .practice-list::after { width: calc(100% - 43px);}


/*case results*/
.case-result-sec { padding: 60px 0; }
.case-result-sec .text-heading { margin: 0 0 25px; }
.case-result-itm h4 { font-size: 35px; margin: 0 0 15px; padding: 0 0 15px; }
.case-result-itm h4::before { width: 185px; }
.case-result-itm p { font-size: 18px; }
.case-result-itm::before { top: -30px; height: 74px; }
.case-result-itm::after { height: 41px;    bottom: -1px; }
.case-result-blk.owl-carousel .owl-nav button.owl-prev { left: -4px; transform: scale(0.7); }
.case-result-blk.owl-carousel .owl-nav button.owl-next { right: -4px; transform: scale(0.7); }
.case-result-btn a.cmn-btn { padding: 17px 30px; }
.case-result-blk.owl-carousel .owl-nav {  width:100%;}  
.dedicated-sec { padding: 360px 0 50px; }
.dedicated-sec h3 { font-size: 87px; padding: 0 0 13px 105px; }
.dedicated-sec h3::after { width: 100px; }
.dedicated-sec h3::before { width: 490px; }
.dedicated-sec .dedicated-blk { padding: 0; }
.dedicated-sec .dedicated-lft-img::before { width: 290px; height: 10px; top: -10px; }
.text-heading { font-size: 38px; margin: 0 0 15px; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 25px; font-size: 15px; line-height: 1.5; }
.dedicated-sec .dedicated-rgt { width: 51%; padding: 25px 0 0; }
.dedicated-sec .dedicated-rgt { width: 56%; }
.dedicated-sec .dedicated-lft { width: 39%; }
.dedicated-btn a.cmn-btn { padding: 18px 30px; }


.hm-testimonials:before {transform: scale(0.6); right: -53px; top: -80px; }
.hm-testimonials {padding: 45px 0px 0; margin: 0 0 -315px; } 
.testi-item .star-rat {transform: scale(0.7); margin: 0 auto 11px; } 
.testi-item {padding: 25px 20px 90px; } 
.testi-item h5:before {bottom: -24px; transform: scale(0.7); right: -9px; } 
.testi-item p {font-size: 16px; margin: 0 0 15px; } 
.testi-item h5 {font-size: 19px; }
.hm-testimonials .owl-item:before {height: 12px; top: 5px; }
.testi-item:after {width: 70px; height: 50px; }
.hmtesti-btn a.cmn-btn {padding: 19px 35px; }
.hm-testi-list.owl-carousel .owl-nav {max-width: 470px; bottom: -58px; }
.hm-testimonials .text-heading {margin: 0 0 35px; padding-left: 100px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.8); }


.legal-team-sec .heading {font-size: 65px; }
.legal-team-list {padding: 0;}
.legal-itm h3 {font-size: 30px; margin: 0 0 15px; }
.legal-btn a.cmn-btn {padding: 16px 25px; font-size: 16px; }
.legal-itm {padding: 275px 0px 0; }
.legal-team-sec {padding: 40px 0px 0px; }
.legal-team-sec .text-heading{margin: -15px 0px 15px;}

 #footer-navigation ul {padding: 0px 0 25px; }
#footer-navigation ul li a {font-size: 17px; }
#footer-navigation ul li {margin: 0px 10px; }
 .footer-list {padding: 46px 0px; }
.ftr-logo img {margin: 0px; }
.hm-form-sec p {font-size: 16px; margin: 0 0 15px; }
.hm-form .gform_fields {gap: 14px 13px !important;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; }
.hm-form-sec .text-heading {margin: 0 0 15px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 17px !important; padding: 18px 20px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 130px !important; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 20px !important; padding: 15px 40px !important; }
.ftr-logo {max-width: 310px; }
.ftr-itm p a {font-size: 26px; }
.ftr-itm p {font-size: 16px; } 
.ftr-itm {padding-left: 65px; margin: 0 0 35px; } 
.ftr-itm:before {transform: scale(0.8); }
.ftr-itm h4 {font-size: 20px; margin: 0 0 10px; }
.ftr-block-lft {width: 40%;}
.ftr-copyrights-sec p {font-size: 15px; }
.ftr-copyrights-sec {padding: 30px 0px; }
.hm-form .gfield_description.validation_message {bottom: 8px; }
.gallery-sec .swiper-slide.swiper-slide-next {width: 52.7% !important; }




}

@media screen and (max-width:1140px) {
    
.home-practice-areas-section .text-heading { margin: 0 0 20px; } 
.practice-content h4 { font-size: 22px; } 
.practice-itms:hover .practice-content { padding: 15px 15px 0; } 
.practice-itms:hover .practice-list::after { width: calc(100% - 37px); height: calc(100% - 40px); background-size: contain; } 
.practice-itms:hover .practice-content h4::before { transform: scale(0.6); top: 0px; } 
.practice-btn a { letter-spacing: 2px; } 
.practice-itms:hover .practice-content h4 { margin: 0 0 20px; font-size: 22px; } 
.text-heading { font-size: 40px; } 
.practice-list::before { bottom: 0; width: 80px; height: 80px; } 
.practice-content h4 { font-size: 20px; } 
.practice-blk { margin: 0 0 30px; } 
.home-compassion-section { padding: 260px 0 0; } 
.compassion-years h5 { font-size: 15px; letter-spacing: 5px; } 
.compassion-years h5 strong.years-cmp { font-size: 75px; letter-spacing: 0; } 
.compassion-years h5 strong.years-cmp::before { right: -4px; }

}












@media screen and (max-width:1199px) {}
@media screen and (max-width:991px) {
.dedicated-sec .container, .case-result-sec .container, .legal-team-sec .container, .site-footer .container,.home-practice-areas-section .container, .home-compassion-section .container , .hm-testimonials .container, .container { max-width: 720px;padding:0px; margin: 0 auto; }
 
.site-header{position: inherit; }
.site-header {background-color: #6d82a1;padding: 15px 0; }
 
 
#main-navigation{ display: none; }
 
.showhide {display: block;}
.mobinav ul {display: block;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl,
.showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul {padding: 10px 10px;text-align: left;display: block;}
.mobinav {top: 44px;display: block;}
.mobile_src_nav { display: block; padding: 8px 0; background-color: #9e9e9e;z-index:99; }
.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: 0; align-items: center; }
.sicky-cnt.sticky-mobile-logo { width: 100%; max-width: 280px; background: #fff; padding: 10px; }
.site-header.is-sticky .header-sticky { display: block; position: fixed; top: 0; right: 0; left: 0; margin: auto; z-index: 999; }
 
 
.site-branding{position: inherit;width: 100%;
        max-width: 300px;
        padding: 20px 10px;height: 100px; left: 0;}
.logo-section{padding: 0 ;}
 
.top-cnt{padding: 0;align-items: flex-start;flex-direction: column; gap: 10px;}
 
 
.hm-baner-sec {padding: 40px 0;text-align:center; }
.hm-baner-sec h1{width: 100%;font-size: 50px;text-align: center;}
 
    .gallery-sec .swiper-slide.swiper-slide-prev, .gallery-sec .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }

.gallery-sec .container{margin: auto;}
.gallery-sec .video-item iframe {
        height: 250px !important;
    }

 .swiper-navs.glry-nav{display: none;}
.swiper-navs.mbl-swiper-navs {
    display: flex;
    justify-content: center;
    margin: 14px auto;
    width: 100%;
    max-width: 400px;
    position: unset;
}
.gallery-sec {
        padding: 30px 0;
    }

 .gallery-sec .text-heading {
        text-align: center;
        margin: 0 0 20px;
    }
 


 
    .glry-btn {
        position: unset;
        width: max-content;
        margin: auto;}

    .gallery-sec  .item-blk {
        width: 100%;
        margin: auto;
        max-width: 400px;
    }


    .gallery-sec .galry-slider {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 60px;
    }
    .gallery-sec .owl-carousel .owl-stage-outer {
        padding: 0;
    }
    .gallery-sec .owl-nav {
        bottom: 10px;
    }
    .gallery-sec .owl-nav {
        right: 174px;
    }
    .gallery-sec button.owl-prev {position: initial; }
    .gallery-sec .owl-nav {position: initial; display: flex; justify-content: center; gap: 10px; margin: 10px 0; }
    .lft-slid-blk.owl-carousel.owl-loaded.owl-drag {margin: 0; }
    .gallery-sec .item-blk {width: 100%; margin: auto; max-width: 400px; }
    .galry-slider {margin-bottom: 44px; width: 100%; max-width: 400px; margin: auto; }
.gallery-sec .swiper-slide.swiper-slide-next {width: 100% !important; max-width: 100%; margin: auto; }
.gallery-sec .swiper-slide.swiper-slide-prev, .gallery-sec .swiper-slide.swiper-slide-active {width: 100% !important; }
.gallery-sec .swiper-slide.swiper-slide-next {width: 100% !important; }

.main-videoitem iframe {height: 320px; max-width: 500px; }


/* ---------------- */
.practice-itms { padding: 15px 0 0 0; width: 100%; max-width: 320px; margin: 0 auto 0; }
.practice-sec { margin: 0 0 -240px; }
.home-practice-areas-section { padding: 35px 0; }
.practice-blk .owl-nav { text-align: center; }
.practice-itms:hover .practice-content h4, .practice-content h4 { font-size: 25px; letter-spacing: 0; }
.practice-itms:hover .practice-content { height: 90%; display: flex; flex-direction: column; justify-content: center; padding: 0 15px; }
.practice-blk { margin: 0 0 15px; }

.practice-blk .owl-nav{margin: 30px 0;}
.practice-blk .owl-nav button { font-size: 0 !important; width: 65px; margin: 0 15px; height: 32px; background-image: url(./images/hm-sprites.webp) !important; background-position: -187px -5px !important; background-repeat: no-repeat; }
.practice-blk .owl-nav button.owl-next { background-position: -287px -5px !important; }
.practice-blk .owl-nav button:hover{ background-position-y:-45px !important; }

/* ------ */
.home-compassion-section { padding: 240px 0 35px;}
.compassion-blk { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
.compassion-years { width: 100%; max-width: 235px; padding: 40px 30px; margin: 30px auto; }
.compassion-img { width: 100%; max-width: 450px; margin: 0 auto; padding: 0; }
.compassion-img::before { display: none; }
.compassion-years::before { transform: matrix(1, 0, 0, 1, 0, 0); }
.compassion-sec { text-align: center; }
.compassion-sec h3 { font-size: 70px; letter-spacing: 0; }
.home-practice-areas-section .text-heading { letter-spacing: 0; }
.compassion-sec h3::before { width: 60px; height: 56px; right: -70px; }
.compassion-sec h4 { font-size: 30px; text-align: center; letter-spacing: 0; }
.compassion-sec h4 br{ display: none; }
.home-compassion-section::after { /* width: 300px; height: 460px; top: auto; bottom: 0; right: 0; margin: 0 auto; left: 0; background-size: 120%; background-position: top right -45%; */ 
display: none; }
.compassion-rit { width: 100%; text-align: center; }
.compassion-years p { letter-spacing: 0; }

/*Testimonals*/

.hm-testimonials:before{display: none;}
.hm-testimonials .text-heading{padding:0px;text-align: center;margin: 0 0 20px;}
.hm-testi-list.owl-carousel .owl-nav {justify-content: center; max-width: 150px; bottom: -61px; gap: 15px; }
.hm-testimonials {padding: 35px 0px 35px; margin: 0; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev{width: 70px; background-color: #fff;height: 45px;background-position: -186px 3px;}
.hm-testi-list.owl-carousel .owl-nav button.owl-next{background-position: -286px 0px;}
.hm-testi-list {margin: 0 0 80px; }
.testi-item {padding: 25px 20px; clip-path: inherit; }
.testi-item:after {bottom:-1%;}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover {background-position: -188px -38px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {background-position: -290px -38px; }

.legal-team-sec {padding: 35px 0px 35px; }
.legal-team-sec .heading {font-size: 48px; padding: 0; letter-spacing:0; }
.legal-team-list {padding: 0;  gap: 15px;}
.legal-btn a.cmn-btn {padding: 15px 19px; font-size: 15px; }
.legal-itm , .legal-itm.sher {padding: 0px; width: 100%; text-align: center; }
.legal-team-lft {flex-direction: column-reverse !important; }
.legal-team-lft, .legal-team-rit {width: 100%; margin: auto; align-items: center; border: 2px solid #8d9ab1; background-color: #405676; padding: 20px 20px; gap: 20px; flex-direction: column; }
.legal-itm.img{width: 100%;background-color: #fff;max-width: 320px;}
.legal-itm.img img{height: 370px; object-fit: contain;}
.legal-team-sec .text-heading{margin:0 0 15px;}
.legal-itm h3 {font-size: 26px;} 

.footer-list{flex-direction:column-reverse; gap:30px; }
.ftr-block-lft{width:100%;margin: auto;padding:0px;}
.ftr-form-rit{width:100%;}
#footer-navigation ul li {margin: 0px 15px 10px; }
#footer-navigation ul li a {font-size: 16px; }
#footer-navigation ul {padding: 0px 0 15px; }
.ftr-itm:before {transform: scale(0.7); right: 0; }
.ftr-itm.cnct, .ftr-itm ,.ftr-logo{width: 100%; max-width: 320px; margin: 0 auto 20px; padding: 60px 20px 20px; text-align: center;border: 1px solid #9e9e9e; }
.ftr-itm p{text-align: center;}
.ftr-logo{padding:15px !important;}
.ftr-copyrights-sec {padding: 25px 0px; }
.footer-list {padding: 35px 0px 40px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 19px !important; padding: 15px 35px !important; }
.hm-form .gfield_description.validation_message {bottom: 5px; }
.hmtesti-btn a.cmn-btn{background-color: #405676;}

/*Case results*/

.case-result-itm { width: 100%; margin: auto; }
.case-result-itm::after { height: 45px; background-size: cover;}
.case-result-itm::before { top: -34px; height: 75px; width: 62%;  }
.case-result-blk { margin: 0 0 30px; }
.case-result-blk.owl-carousel .owl-stage { padding: 34px 0 0; }
.case-result-sec .text-heading { margin: 0 0 20px; }
.case-result-blk { margin: 0 0 30px; padding:0; }
.case-result-blk.owl-carousel .owl-stage { padding: 34px 0 0; }
.case-result-sec { padding: 40px 0; }
.case-result-blk.owl-carousel .owl-nav { position: unset; max-width: 200px; margin: 20px auto 0px; }
.dedicated-sec { padding: 30px 0; }
.dedicated-sec h3 { font-size: 75px; margin: 0 auto 25px; }
.dedicated-sec h3::before { width: 415px; }
.dedicated-sec h3::after { width: 93px; height: 90px; }
.dedicated-sec::before{display: none;}
.dedicated-sec .dedicated-blk { padding: 0; flex-direction: column; }
.dedicated-sec .dedicated-lft { width: 100%; margin: auto; max-width: 350px; }
.dedicated-sec .dedicated-rgt { width: 100%; margin: auto; text-align: center; }
.dedicated-sec .text-heading { text-align: center; }
.dedicated-sec .dedicated-lft-img::before { display:none; }
.site-header .container {display: flex ; flex-direction: row-reverse; justify-content: space-between; align-items: center; }
.header-number a {display: block; }
.compassion-blk {gap: 0px; }
.banner-cnt {background-color: #3f4c5fd6; padding: 20px; }
.header-number {text-align: center;} .header-number strong{margin: 0;}
.copy-para img {width: 70px; }
.top-cnt-btn a.cmn-btn:hover {background-color: #ffffff; color: #6d82a1; }


}
@media screen and (max-width:767px) {
.dedicated-sec .container, .case-result-sec .container, .legal-team-sec .container, .site-footer .container,.home-practice-areas-section .container, .home-compassion-section .container , .hm-testimonials .container, .container { max-width:100%;padding:0 15px; }
.text-heading {font-size: 33px; letter-spacing: 0; }
.compassion-sec h3 { font-size: 40px; letter-spacing: 0; }
.compassion-sec h3::before { width: 41px; height: 38px; right: -48px; top: 10px; }
.compassion-sec h4 { font-size: 25px; margin: 0 0 15px; }
.practice-blk .owl-nav { margin: 20px 0; }
.hm-baner-sec h1 {font-size: 38px;}
.hm-baner-sec p {font-size: 19px;}
.compassion-years {margin: 15px auto; }
.compassion-rit p {margin: 0 0 15px; }
.testi-item p {font-size: 15px; margin: 0 0 15px; line-height: 1.5; }
.hm-form .gform_wrapper .gform_footer.top_label{text-align: center;margin:20px auto 0; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-email {width: 100% !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 16px !important; padding: 15px 15px !important; }
.hm-form .gform_fields {gap: 10px 11px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 110px !important; } 
.hm-form-sec .text-heading {margin: 0 0 10px; } 
.hm-form-sec p {font-size: 15px; margin: 0 0 11px; letter-spacing: 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 18px !important; padding: 15px 30px !important;}
.legal-team-lft, .legal-team-rit {gap: 10px;}
.legal-team-sec .heading {font-size: 26px;}
.legal-team-sec .text-heading{margin: 0px 0px 11px;}
.legal-itm h3 {margin: 0 0 11px; }
.legal-itm.img img {height: 290px;}
.legal-itm h3 br{display: none;}
.ftr-itm.cnct, .ftr-itm, .ftr-logo{padding: 60px 15px 20px;}
.ftr-itm p {font-size: 15px; }
.ftr-copyrights-sec p {font-size: 16px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; }
.footer-list {padding: 20px 0px; }
.case-result-itm::after { height: 45px; }
.case-result-itm::before { top: -27px; height: 60px; width: 64%; }
.case-result-blk { margin: 0 0 20px; }
.case-result-blk.owl-carousel .owl-nav { margin: 25px auto 0px; }
.dedicated-sec h3 { padding: 0 0 13px 105px; }
.popup .popuptext {padding: 11px; font-size: 13px; }
}

@media screen and (max-width:680px) {
.case-result-sec { padding: 30px 0; }
.case-result-sec .text-heading { margin: 0 0 15px; }
.case-result-itm p { font-size: 15px; }
.case-result-itm::before { top: -26px; height: 56px; width: 60%; }
.case-result-itm::after { height: 34px; }
.case-result-itm { width: 100%; max-width: 280px; }
.case-result-itm::after { height: 44px; }
.case-result-blk.owl-carousel .owl-nav button.owl-next, .case-result-blk.owl-carousel .owl-nav button.owl-prev { transform: scale(0.6); }
.dedicated-sec h3 { font-size: 60px; margin: 0 auto 25px; padding: 0 0 10px 90px; }
.dedicated-sec h3::before { width: 325px; }
.dedicated-sec h3::after { width: 78px; height: 90px; }
.dedicated-sec::before { display: none; }
.dedicated-sec .dedicated-blk { padding: 0; flex-direction: column; }
.dedicated-sec .dedicated-lft { width: 100%; margin: auto; max-width: 300px; }
.dedicated-sec .dedicated-rgt {  padding: 20px 0 0; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 20px; line-height: 1.4; }
.legal-team-list{flex-wrap: wrap;} 
.site-header .container {flex-direction: column-reverse; align-items: center; gap: 15px; }
.header-number {text-align: center; }
}

@media screen and (max-width:640px) {}
@media screen and (max-width:600px) {
.main-videoitem iframe { height: 280px;  max-width: 450px;}
}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {
.text-heading {font-size: 28px; }
a.cmn-btn {font-size: 14px;padding: 15px 14px;}
.legal-team-sec .heading {font-size: 24px; margin: 0 0 5px; }
.compassion-sec h3 { font-size: 30px; }
.compassion-sec h3::before { width: 35px; height: 34px; right: -38px; top: 10px; }
.compassion-sec h4 { font-size: 20px; }
.case-result-blk.owl-carousel .owl-nav {margin: 18px auto 0px; }
.testi-item {padding: 25px 15px;}
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev{transform: scale(0.7);}
.ftr-copyrights-sec p {font-size: 15px; }
.legal-itm.img img {height: 230px; }
.case-result-sec { padding: 25px 0; }
.case-result-sec .text-heading { margin: 0 0 13px; }
.case-result-itm { padding: 40px 10px 30px;}
.case-result-itm h4 { font-size: 30px; margin: 0 0 12px; padding: 0 0 10px; }
.case-result-itm::after { height: 39px; }
.case-result-itm h4::before { width: 145px; }
.case-result-blk { margin: 0 0 20px; }
.case-result-btn a.cmn-btn { padding: 15px 20px; }
.case-result-itm::before { top: -22px; height: 55px; }
.case-result-blk.owl-carousel .owl-nav button.owl-prev, .case-result-blk.owl-carousel .owl-nav button.owl-next { transform: scale(0.6); }
.dedicated-sec h3 { font-size: 36px; margin: 0 auto 25px; padding: 0 0 7px 65px; }
.dedicated-sec h3::before { width: 240px; }
.dedicated-sec h3::after { width: 54px; height: 58px; top: -8px;}
.dedicated-sec .dedicated-lft { max-width: 250px; }
.dedicated-sec::before { display: none; }
.dedicated-sec .dedicated-rgt p { margin: 0 0 15px; font-size: 15px; line-height: 1.3; }
.dedicated-btn a.cmn-btn { padding: 16px 14px; }
.hm-baner-sec p {font-size: 15px; }
.hm-baner-sec h1 {font-size: 28px; margin: 0 0 10px; }
.banner-cnt {padding: 20px 5px; }
.hm-baner-sec .container {padding: 0 10px; }
.gallery-sec .item-blk {max-width: 300px; }
.swiper-navs.mbl-swiper-navs {max-width: 300px; }
.legal-team-lft, .legal-team-rit {padding: 20px 17px; }
.main-videoitem iframe {height: 240px; max-width: 450px; }
}
@media screen and (max-width:440px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {}