/*
 Theme Name:   Abreaux Atkinslawoffice
 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:  abreauxatkinslawoffice
*/



: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: 'InterTight-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: 'Cormorant-Regular';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
   font-family: 'InterTight-Regular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

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



/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
  background-color: #1d1d1d;
    z-index: 9999;
    border-bottom: 2px solid #fff;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}
.site-header.is-sticky .site-branding {
    width: 100%;
    max-width: 230px;
}
 


.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: 'InterTight-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:#d59929;
    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 {
    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: 'InterTight-Regular';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Manrope-Regular';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #d59929;
    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: 'InterTight-Regular';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'InterTight-Regular';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #000;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}

/*Header*/


.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-number {padding: 0 0 0 100px; position: relative; }
.header-number strong {font-size: 20px; font-weight: 400; line-height: 1; letter-spacing: 0.4px; text-transform: capitalize; color: #ffffff; display: block; margin: 0; font-family: 'InterTight-Regular'; }
.header-number a {font-size: 45px;font-variant: lining-nums; line-height: 1; color: #fff; margin: 0; font-family: 'Cormorant-Regular'; display: inline-block; }
.header-number a:hover {color:#d59929;}
.header-number a:before{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -8px -17px; width:49px; height:49px; left:0; top:0; bottom:0; margin:auto; }
.header-number a:after{position: absolute; content: ""; background-color: #d59928; width: 2px; height: 100%; left: 70px; top: 0; bottom: 0; margin: auto;}
.site-header .container{width: 100%; max-width: 100%; padding: 0 110px; }
.site-branding a img{display: block; width: 100%; }
#main-navigation ul{margin:0 }
#main-navigation ul li{display: inline-block; padding: 0 0px 0; position: relative; margin: 0 32px; }
#main-navigation ul li:first-child{margin-left:0 }
#main-navigation ul li:last-child{margin-right:0 }
#main-navigation ul li a{font-size:20px; font-family: 'InterTight-Regular'; font-weight: 400; letter-spacing:0.4px; line-height: 1; color: #ffffff; display: block; min-width: inherit; }
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{color:#d59928; }

#main-navigation ul li ul.sub-menu{display:none; width:210px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color: #d69a23; 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: #fff; color: #d69925; }

#main-navigation .sub-menu li a{width: 100%;line-height: 1.2; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; border-bottom: 0; font-size: 17px; }
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{background-color: #fff; color: #d59929; }
#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: 2; padding: 20px 0 10px; }
.site-header.is-sticky {top: 0; right: 0; left: 0; z-index: 999; position: fixed; background:#151515; 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;
}


/*Common Styles*/
a.cmn-btn {position: relative; display: inline-block; padding: 25px 65px;border: 1px solid #bba482; background-color: #d59929; color: #000; line-height: 1; text-transform: capitalize; font-family: 'InterTight-SemiBold'; font-size: 20px; letter-spacing: 0.4px; border-radius: 50px; z-index: 1; text-transform: uppercase; box-shadow: 0px 8px 26.73px 0.27px rgba(213, 153, 40, 0.25); }
a.cmn-btn:hover{color: #fff;background-color: #000;}
 .text-heading{font-size: 90px; line-height: 0.9; text-transform: uppercase; font-family: 'Cormorant-Regular'; margin: 0 0 40px; color: #050505; letter-spacing: -1.8px; text-align: center; }


/*Common styles end*/


/*Banner section*/
.banner-section {background-image: url("images/banner-bg.webp"); background-repeat: no-repeat; background-size: cover; z-index: 1; padding: 200px 0px 7px; position: relative; background-position: bottom; }
.banner-section .container{max-width: 1500px;}
.banner-blk {display: flex; justify-content: space-between; }
.banner-cnt{font-family: 'Cormorant-Light'; font-size:76px; color:#d59929; line-height:1; margin: 0; font-weight:300; text-transform:uppercase; }
.banner-cnt strong {font-size: 110px; color: #fff; line-height: 0.9; letter-spacing: -2.2px; display: inline-block; margin: 7px 0; }
.banner-left {padding-left: 120px; width: 52.9%; }
.banner-rit {width: 50.1%; display: inline-block; text-align: center; margin-left: -45px; padding: 86px 0 0; }
.banner-cnt small{font-size:40px; color: #fff; display: block; margin: 0 0 42px; letter-spacing: 0.8px; }
.banner-btn a.cmn-btn {padding: 25px 50px;color: #fff;border:1px solid transparent;}
.banner-btn a.cmn-btn:hover{background-color: #000;border:1px solid #fff; }
.banner-left img{display: block;width: 100%;}


/*Practice areas section*/
.practice-section{padding: 110px 0 130px;background-image:url("images/prtic-bg.webp");background-repeat:no-repeat;background-size:cover;position:relative; }
.practice-section:before{position: absolute; content: ""; background-color: #e9d7b8; width: 421px; height: 432px; left:0; bottom: 0; clip-path: polygon(0 0, 0% 100%, 100% 100%); }
.practice-blk {margin: 0 0 50px; display: flex; justify-content: center; gap: 20px; }
.practice-itm{border: 2px solid #c3af91; border-radius: 10px; position: relative; width: 23.6%;overflow: hidden; }
.practice-img img{display:block;width:100%;filter: grayscale(1);}
.pracice-cnt h4{font-family: 'InterTight-Bold'; font-size:30px; letter-spacing:-0.3px; text-transform: capitalize; border-top: 1px solid #bba482; border-bottom: 1px solid #bba482; line-height: 1.1; margin: 0 auto 20px; padding: 20px 10px; max-width:max-content; color:#fff; text-align:center; }
.pracice-cnt{position:absolute; bottom: 3px; margin: auto; left:0; z-index: 1; right:0; }
.practice-itm:before {background-image: linear-gradient(350deg, rgb(18, 18, 18) 0%, rgba(18, 18, 18, 0) 100%); width: 100%; height: 100%; margin: auto; left: 0; right: 0; bottom: 0; content: ""; position: absolute; z-index: 1; }
.practice-itm .hvr a{position: absolute; font-size:0; z-index: 5;left:0; right:0; margin: auto; bottom:0; top:0; display: inline-block; }
.practice-itm:hover:before{background: linear-gradient(0deg, rgb(213,153,40) 0%, rgba(187,164,130,0) 100%); }
.practice-itm:hover .pracice-cnt h4{border-top:none;border-bottom:1px solid #fff;} 
.practice-btn {text-align: center; }
.practice-blk.owl-carousel .owl-nav {position: absolute; left: 0; right: 0; bottom: -93px; display: flex !important; width: 100%; justify-content: space-between; max-width: 575px; margin: 0 auto 0; }
.practice-blk.owl-carousel .owl-nav button.owl-next, .practice-blk.owl-carousel .owl-nav button.owl-prev{ transition: 0.5s; background-image:url(images/sprites.webp); background-repeat:no-repeat; background-position: -83px -17px; width: 39px; height: 21px; font-size: 0px;}
.practice-blk.owl-carousel .owl-nav button.owl-next{background-position: -141px -17px;}
.practice-blk.owl-carousel .owl-nav button.owl-prev:hover{background-position: -83px -56px;}
.practice-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -141px -56px;}
.practice-itm:hover .practice-img img{filter: grayscale(0);}

/*Protecting Section*/
.protecting-sec {padding: 120px 0 130px; background-image: url(images/protecting-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
.protecting-sec h2 {color: #fff; text-transform: none; margin: 0 0 30px; text-align: left; line-height: 1; }
.protecting-cont {border-left: 2px solid #bba482; padding: 0 0 0 42px; margin: 0 0 51px; }
.protecting-cont p {font-family: 'InterTight-Regular'; font-size: 18px; color: #fff; margin: 0; letter-spacing: 0.36px; line-height: 1.9; text-align: left; }
.protecting-call{  font-family: 'InterTight-Regular'; font-size: 20px; padding: 0 0 0 90px; color: #ffffff; letter-spacing: 0.4px; line-height: 1; text-transform: capitalize; margin: 0; position: relative;}
.protecting-call a{display: block; font-size:45px ; font-variant: lining-nums;font-family: 'Cormorant-Regular'; letter-spacing:0px; line-height:1;margin: 4px 0 0; }
.protecting-call a:hover{color: #d59928;}
.protecting-call a:before{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -8px -17px; width:49px; height:49px; left:0; top:0; bottom:0; margin:auto; }
.protecting-call a:after{position: absolute; content: ""; background-color: #d59928; width: 2px; height: 100%; left: 70px; top: 0; bottom: 0; margin: auto;}
.protecting-blk{padding: 0 0 0 30px; width: 59.8%;}
.protecting-btn-lst {display: flex; margin: 0 0 0 -27px; gap: 30px; align-items: center; }
.protecting-btn a{background-color: #121212; color: #fff; border: 1px solid #d59929;box-shadow: 0px 8px 26.73px 0.27px rgba(213, 153, 40, 0.25);}
 .protecting-btn a.cmn-btn:hover {color: #000; background-color: #d59928; }
 



/*Case Results*/
.hm-case-resutls{padding: 130px 0;background-color: #eee9e1;position: relative;}
.hm-case-resutls:before {position: absolute; content: ""; background-color: #e9d7b8; width: 421px; height: 432px; right: 0; bottom: 0; clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.hm-case-resutls .text-heading {margin: 0 0 26px; }
.case-results-itm{width: 100%;padding: 68px 20px 50px; text-align: center; background-color: #1b1b1b; border-radius:20px; box-shadow: 0px 8px 34.4px 5.6px rgba(0, 0, 0, 0.19); }
.case-results-itm .post-categories{position: relative;  font-family: 'Cormorant-Regular';font-size:35px; color: #fff; text-transform:capitalize; letter-spacing: -0.7px; line-height: 1; margin: 0 0 35px;}
.case-results-itm .post-categories a:hover{color:#fff;}
.case-results-itm:before{position: absolute; content: "";border-radius: 50%; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -8px -143px; width: 116px; height: 116px; top: -62px;left: 0; right: 0; margin: auto;}
.case-results-itm h4{font-family: 'InterTight-SemiBold'; font-size:60px; color: #d59928; line-height: 1; margin: 0 0 16px;}
.case-results-itm p{position: relative; font-family: 'InterTight-SemiBold';font-size:20px; color: #d59928; line-height: 1; margin: 0px; padding:0 0 30px;}
.case-results-itm:after{position: absolute; content: ""; height: 3px; width: 100px; background-color: #d59928;bottom: 50px; left: 0; right: 0; margin: auto;}
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 64px 0px;}
.hm-case-blk .owl-item.active.center .case-results-itm{background-color: #d59928;   box-shadow: 0px 8px 34.4px 5.6px rgba(187, 164, 130, 0.19);}
.hm-case-blk .owl-item.active.center .case-results-itm:before{background-position: -8px -264px}
.hm-case-blk .owl-item.active.center .case-results-itm .post-categories,.hm-case-blk .owl-item.active.center .case-results-itm h4, .hm-case-blk .owl-item.active.center .case-results-itm p{color: #101010;}
.hm-case-blk .owl-item.active.center .case-results-itm:after{background-color: #fff}
.hm-case-blk.owl-carousel .owl-nav {position: absolute; left: 0; right: 0; bottom: -60px; display: flex !important; width: 100%; justify-content: space-between; max-width: 575px; margin: 0 auto 0; }
.hm-case-blk.owl-carousel .owl-nav button.owl-next, .hm-case-blk.owl-carousel .owl-nav button.owl-prev{ transition: 0.5s; background-image:url(images/sprites.webp); background-repeat:no-repeat; background-position: -83px -17px; width: 39px; height: 21px; font-size: 0px;}
.hm-case-blk.owl-carousel .owl-nav button.owl-next{background-position: -141px -17px;}
.hm-case-btn {text-align: center;    margin: 10px 0 0;}
.hm-case-blk.owl-carousel .owl-nav button.owl-prev:hover{background-position: -83px -56px;}
.hm-case-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -141px -56px;}
.hm-case-btn a{z-index: 1;}


/*Meet Section*/
.meet-sec{padding: 50px 0 0;position: relative; background-image: url(images/meet-bg.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.meet-sec:before{position: absolute; left:0; border-bottom: 2px solid #d59929; content: ""; bottom:0; height: 2px; width: 80%; }

.meet-sec h2 {font-family: 'Cormorant-Light'; font-size: 90px; color: #d59928; text-transform: uppercase; letter-spacing: 5.2px; line-height: 0.9; margin: 0 0 60px; text-align: center;}
.meet-sec h2 small{font-size: 40px; display: block; text-align: left; letter-spacing: 1.6px; color: #000;}
.meet-sec h4 {font-family: 'Cormorant-Light'; font-size: 40px; color: #000; text-transform: uppercase; letter-spacing: 1.6px; line-height: 1.1; margin: 0 0 13px; text-align: left; }
.meet-lft-itm {width: 41%; margin: -16px 0 0; }
.meet-sec p {font-family: 'InterTight-Regular'; font-size: 18px; color: #000; letter-spacing: 0.36px; line-height: 2; margin: 0 -92px 38px 0px; text-align: left; }
.meet-lst {display: flex; justify-content: flex-end; gap: 65px; }
.meet-rit-itm {width: 46.5%; }
.meet-lft-itm img{width: 100%; display: block;}

/*NEWS SECTION*/
.hm-news-sec {background-image: url(images/news-sec-bg.webp); background-repeat: no-repeat; background-size: cover; padding: 70px 0 140px; } 
.hm-news-sec .container {width: 100%; max-width: 100%; } 
.hm-news-sec .text-heading { margin: 0 0 50px; color: #fff; text-align: center; } 
.hm-news-sec .hm-news-heading-blk {width: 62%; margin: 0 0 0 auto; padding: 0 117px 0 0; } 
.hm-news-sec .hm-news-list {display: flex; justify-content: flex-end; gap: 21px; margin: 0 0 70px; } 
.hm-news-sec .hm-news-itm {box-shadow: 0px 8px 34.4px 5.6px rgba(0, 0, 0, 0.19); padding: 17px 17px 115px 17px; border-radius: 20px; background-color: #292929; width: 33%; position: relative; }
 .hm-news-sec .hm-news-itm:hover{background-color: #d59928; } 
.hm-news-sec .hm-news-itm::before {position: absolute; width: 100px; height: 100px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -207px -117px; right: 35px; bottom: -34px; content: ""; }
.hm-news-sec .hm-news-itm:hover::before {position: absolute;  background-image: url(images/sprites.webp); background-position: -207px -16px; content: ""; } 
.hm-news-sec .news-cnt h4 {color: #fff; font-family: 'InterTight-SemiBold'; font-size: 22px; margin: 0; letter-spacing: 0; line-height: 1.4; } 
.hm-news-sec .news-img {border-radius: 20px; border: 2px solid #bba482; margin: 0 0 21px; } 
.hm-news-sec .news-img img {width: 100%; display: block; border-radius: 20px; } 
.hm-news-sec .news-cnt {margin: 0 0 0 23px; padding: 0 0 0 25px; position: relative; } 
.hm-news-sec .news-cnt::before{position: absolute; width: 1px; height: 120px; background-image: url(images/news-cnt-border-img.webp); background-repeat: no-repeat; left: 0; top: 0; content: ""; } 
.hm-news-sec .hm-news-itm:hover .news-cnt::before{background-image: url(images/news-cnt-hvr-border-img.webp); } 
.hm-news-sec .news-btn {text-align: center; } 
.hm-news-sec a.cmn-btn {display: inline-block; box-shadow: 0px 8px 26.73px 0.27px rgba(213, 153, 40, 0.25); padding: 26px 46px; letter-spacing: 0.7px; border-radius: 35px; text-decoration: none; }
 .hm-news-itm  .news-hvr a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 2;font-size: 0;} 
/*Helping Section*/
.helping-sctn{padding: 90px 0 150px; position: relative; background-image: url(images/helping-bg.webp); border-top: 2px solid #deb76e; background-repeat: no-repeat; background-position: center; background-size: cover;}
.helping-sctn:before{position: absolute; content: ""; height: 2px; left: 0; bottom: 0; right: 0; margin: auto;  background-image: -webkit-linear-gradient( 180deg, rgba(213,153,41,0) 0%, rgb(213,153,41) 100%); width:87%;  }
.helping-blk{width: 66%; text-align: center;}
.helping-title{ position: relative; font-family: 'Cormorant-Light'; padding: 116px 0 0; font-size:80px; color: #040404; text-transform: uppercase; letter-spacing: -1.6px; line-height: 1; margin: 0 0 16px;}
.helping-title:before{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -325px -17px; width: 51px; height: 109px; top: 0; left: 0; right: 0; margin: auto;}
.helping-title strong{color: #d59929;display: block; font-weight: 300;}
.helping-sub-title {font-family: 'Cormorant-Light'; font-size: 45px; color: #040404; text-transform: uppercase; letter-spacing: 0.9px; line-height: 1; margin: 0 0 5px; }
.helping-cont{ font-family: 'InterTight-Regular';  font-size:32px; color: #d59929; letter-spacing: 0.64px; line-height: 1; margin: 0 0 30px;}
.helping-btn a{background-color: #000000; color: #fff; border: 2px solid #bba482;padding: 22px 50px;}
.helping-btn a:hover{color: #d59929;}
 


/*Home Blog Section*/

.hm-blog-sec {padding: 130px 0 110px;  text-align: center; background-image: url("images/prtic-bg.webp"); background-repeat: no-repeat; background-size: cover; position: relative; }
.hm-blog-sec:before {position: absolute; content: ""; background-color: #e3dacc; width: 400px; height: 400px; right: 0; bottom: 0; clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.hm-blog-sec .text-heading {margin: 0 0 76px; }
.home-posts-list {display: flex; justify-content: space-between; margin: 0 0 55px; }
.hm-blog-itm {width: 30.8%; position: relative; background-color: #1b1b1b; border:1px solid #d59928; color: #fff; padding: 110px 35px 76px; border-radius: 20px; }
.hm-blog-img img {display: block; width: 100%; }
.hm-blog-cnt h3 a{font-family: 'Cormorant-Regular'; color:#fff; display: inline-block; font-size:35px; line-height: 1.1; margin: 0px; text-transform: uppercase; letter-spacing:-0.8px; }
.hm-blog-itm:hover {background-color:#d59928; }
.hm-blog-itm:before {position: absolute; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -142px -210px; width: 130px; height: 130px; left: 0; right: 0; margin: auto; top: -46px; background-color: #d59928; border-radius: 50%; content: ""; outline: 1px solid #fff; outline-offset: -3px; }
.hm-blog-itm .readmore-btn {position: absolute; bottom: 50px; left: 0; right: 0; margin: auto; }
.hm-blog-itm .readmore-btn a{font-size:20px; color:#fff; letter-spacing:0.4px; line-height: 1; display: inline-block; color: #d59929; margin: 0; text-transform: uppercase; text-decoration: underline; font-family: 'InterTight-SemiBold'; }
.hm-blog-itm:hover .readmore-btn a{color:#fff; }
.hm-blog-btn a.cmn-btn{padding: 25px 80px;}





/*footer form*/
.hm-form-sec {position: relative; }
.site-footer .container{max-width:1500px;}
.hm-form-sec .text-heading{font-family: 'Cormorant-SemiBold'; font-size: 80px; color: #fff; text-transform: capitalize; margin: 0 0 16px; }
.hm-form-sec p {font-family: 'InterTight-Light'; font-size:16px; color:#fff; line-height:1; margin: 0 0 30px; letter-spacing:0.32px; text-align: center; }
.ftr-form-sctn {text-align: center; background-color: #d59928; width: 53.8%; padding: 30px 48px 45px; border-radius: 20px; }

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

.hm-form .gfield.chk {padding: 0; border: 0; }
.hm-form .gform_wrapper .ginput_container .gfield_checkbox label {display: block;}

fieldset.chk{width: 40%; border: none; padding: 0; }
.hm-form input::placeholder {color:#fff; }
.hm-form input:-ms-input-placeholder {color:#fff; }
.hm-form input::-ms-input-placeholder {color:#fff; }
.hm-form textarea::placeholder {color:#fff; }
.hm-form textarea:-ms-input-placeholder {color:#fff; }
.hm-form textarea::-ms-input-placeholder {color:#fff; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {margin: 0px; width: 100% !important; color: #fff !important; outline: 0px; position: relative; border-radius: 10px; background: #ddad53; line-height: 1.2 !important; font-size: 20px !important; padding: 23px 30px !important; transition: all 0.5s; display: block; text-align: left; letter-spacing: 0.4px !important; height: auto !important; font-family: 'InterTight-Regular' !important; border: none !important; }

.hm-form .gfield{position: relative !important ; }
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {width: 100% !important; }
.hm-form .gfield.gfield--type-email{width: 100% !important }
.hm-form .gform_fields {display: flex !important; flex-wrap: wrap; gap: 15px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea {height: 175px !important; resize: none; margin: 0px 0 14px !important; 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: 16px; font-family: 'InterTight-Light'; line-height: 1; font-weight: 400; color: #fff; letter-spacing:0.32px; margin: 0; text-align:left; }
.hm-form-sec .gfield.gfield--type-html.popfield{width: 50% !important; }
.hm-form .gform_wrapper .form-links a:hover {color: #000; }
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.hm-form-sec .gfield .ginput_container {margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message {top: 9px;}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: 32px auto 0; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 23px 50px !important; background-color: #000 !important; text-transform: capitalize; font-family: 'InterTight-SemiBold'!important; letter-spacing: 0.4px !important; border-radius: 50px; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; width: auto !important; color: #ffffff !important; font-size: 20px !important; line-height: 1 !important; margin: 0; border: 1px solid #fff !important; z-index: 1; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{background-color: transparent !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: 590px; top: 5px; left: 0; margin: 0px; letter-spacing:0.32px !important; text-align: center; font-family: 'InterTight-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; }
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; }
div#popup-container {position: absolute; z-index: 2; pointer-events: none; width: 100%; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; } 
.gform_button.disabled {pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; } 
.gfield--type-honeypot {display: none; }

/*ERRROR*/
.hm-form .gfield_description{margin: 0px !important }
.hm-form .gfield_description.validation_message {position: absolute; pointer-events: none; bottom: 15px; right: 17px !important; text-align: right; font-size: 14px; font-family: 'InterTight-Regular'; color: #f6360f; margin: 0; }
.hm-form .chk .gfield_description.validation_message{bottom: -21px !important; }

/*.ftr-frm-sctn ends*/


/*Footer block*/

.ftr-blk {display: flex; justify-content: space-between; padding: 0 40px 0 80px; gap: 110px; }
.site-footer {padding:100px 0; background-image: url("images/ftr-bg.webp");background-repeat: no-repeat;background-size: cover;border-bottom: 3px solid #d59929;}
#footer-navigation ul li::before {position: absolute; content: ""; width: 2px; height: 79%; background: #fff; top: 0; bottom: 0; right: 0; margin: auto; rotate: 16deg; }
#footer-navigation ul li a {font-family: 'InterTight-Regular'; font-size:21px; letter-spacing: 0.42px; color: #fff; padding: 0; min-width: inherit; text-transform: capitalize; line-height: 1; display: inline-block; }
#footer-navigation ul li {display: inline-block; padding: 0 70px; position: relative; }
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color: #d59928; }
#footer-navigation ul li:last-child:before {display:none;}
#footer-navigation ul {font-size: 0; text-align: center; padding:0 0 83px; }
.footer-rit {width: 47%; }
.ftr-itm {text-align:left; width: 100%; padding: 36px 19px 15px; border-bottom: 1px solid #d59928; }
.ftr-itm:last-child {border:none; }
.ftr-itm a img {display: block; width: 100%; max-width: 425px; }
.ftr-itm.lgo {padding: 0 25px 39px;}
.ftr-itm h4{font-size: 40px; font-family: 'InterTight-SemiBold'; line-height: 1; color: #fff; margin: 0 0 22px; text-transform: uppercase; }
.ftr-cnt{position: relative; padding-left: 105px; }
.ftr-cnt:before {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; width: 55px; height: 55px; left: 0; top: 0; background-position: -294px -225px; margin: auto; }
.ftr-cnt:after {position: absolute; content: ""; background-color: #d59928; width: 2px; height: 70px; left: 70px; top: 0; margin: auto; }
.ftr-itm.phn .ftr-cnt:before {    background-position: -299px -301px; }
.ftr-itm.phn a{color: #fff; font-family: 'Cormorant-Regular';  font-variant: lining-nums;font-size: 60px; line-height: 1; letter-spacing: -1.2px; display: inline-block; margin: 0; }
.ftr-itm p{font-size: 20px; font-family: 'InterTight-Light'; line-height: 1.6; letter-spacing: 0.42px; color:#fff; margin: 0; }
.ftr-itm  a.direction{text-transform: uppercase; color:#d59928; display: inline-block; margin: 6px 0 0; }
.ftr-itm  a.direction:hover{color: #fff; }
.ftr-itm.phn a:hover{color:#d59928; }
/*Copy Rights Section*/
.ftr-copyrights-sec {text-align: left; margin: 62px 0 0; }
.ftr-copyrights-sec p{margin: 0; font-family: 'InterTight-Regular'; line-height: 1.8; color: #fff; font-size:17px;}
.ftr-copyrights-sec p a:hover{color:#d59928;}




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

.header-number a {font-size: 40px;}
.site-header .container {padding: 0 85px;}

.hm-news-sec .news-cnt h4{font-size: 20px;}



}

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

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


.site-header .container {padding: 0 65px; }
.header-number a:before{transform: scale(0.9);}
.header-number {padding: 0 0 0 82px;}
.header-number strong {font-size: 19px;}



.hm-news-sec .news-cnt {margin: 0 0 0 20px; padding: 0 0 0 20px;} 
.hm-news-sec .news-cnt h4 {font-size: 19px; }
.hm-news-sec .hm-news-itm::before{transform: scale(0.9);}
.hm-news-sec {padding: 65px 0 120px;}


    
}

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

  .site-footer .container, .banner-section .container{max-width: 1500px;}

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



.site-header .container {padding: 0 60px; }
.site-branding a img{max-width: 270px;}
#main-navigation ul li a {font-size: 19px;}
#main-navigation ul li {margin: 0 27px;}
.header-number a {font-size: 36px; }
.header-number strong {font-size: 18px; }
.header-number {padding: 0 0 0 75px; }
.header-number a:after{left: 58px;}
.header-number a:before {transform: scale(0.8); }

.banner-cnt {font-size: 70px;}
.banner-cnt strong {font-size: 100px;letter-spacing: -1.4px;}
.banner-cnt small {font-size: 36px;margin: 0 0 38px;}


.hm-news-sec .text-heading {margin: 0 0 44px;}
.hm-news-sec .hm-news-heading-blk{padding: 0px 80px 0 0;}
.hm-news-sec .news-cnt {margin: 0 0 0 18px; padding: 0 0 0 18px; }
.hm-news-sec .news-cnt h4 {font-size: 18px; }
.hm-news-sec .hm-news-itm {padding: 16px 16px 85px 16px;}
.hm-news-sec .hm-news-itm::before {transform: scale(0.87); }
.hm-news-sec {padding: 60px 0 110px; }

.site-footer {padding: 90px 0;}
#footer-navigation ul {padding: 0 0 75px;}
.hm-form-sec .text-heading {font-size: 72px;}
.ftr-itm.phn a{font-size: 56px;}
.ftr-itm h4 {font-size: 38px;}
    
}

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

.site-footer .container, .banner-section .container{max-width: 1400px;}

a.cmn-btn {padding: 23px 55px;font-size: 19px;}
.text-heading {font-size: 70px; margin: 0 0 35px;}


.site-header .container {padding: 0 41px; }
.site-branding a img {max-width: 250px; }
.header-number a {font-size: 34px; }
#main-navigation ul li a {font-size: 18px; } 
.header-number strong {font-size: 17px; }
.header-number a:before {transform: scale(0.77); }
#main-navigation .sub-menu li a{font-size: 16px;}

.banner-section {padding: 190px 0px 7px;}
.banner-cnt {font-size: 65px; }
.banner-cnt strong {font-size: 90px; letter-spacing: -1px; }
.banner-cnt small {font-size: 35px; margin: 0 0 35px; }
.banner-rit {margin-left: -29px; padding: 71px 0 0;}
.banner-btn a.cmn-btn {padding: 23px 45px;}
.banner-left{width: 47.9%;}

.pracice-cnt h4 {font-size: 28px;}
.practice-section {padding:90px 0;}
.practice-section:before {width: 250px; height: 250px;}

.protecting-sec {padding: 100px 0;}
.protecting-call a {font-size: 40px;}
.protecting-call{font-size: 19px;}
.protecting-call a:before{transform: scale(0.9);}
.protecting-btn-lst{margin: 0 0 0 -16px;}

.hm-case-resutls {padding: 100px 0;}
.case-results-itm h4 {font-size: 55px;}
.case-results-itm .post-categories {font-size: 33px;margin: 0 0 32px;}
.case-results-itm p {font-size: 19px;padding: 0 0 25px;}
.hm-case-blk.owl-carousel .owl-nav {bottom: -54px;}
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 62px 0px; }
.hm-case-resutls:before{width: 290px; height: 290px;}



.meet-sec h2 {letter-spacing: 4.2px;font-size: 85px;}
.meet-sec h4 {letter-spacing: 1.8px;font-size: 37px;}
.meet-sec p {margin: 0 -15px 38px 0px;font-size: 17px;}
.meet-sec h2 small {font-size: 38px;}


.helping-sctn {padding: 80px 0 100px;}
.helping-title {font-size: 70px;}
.helping-cont {font-size: 30px;}

.hm-blog-sec {padding: 100px 0;}
.hm-blog-sec .text-heading {margin: 0 0 70px; }
.hm-blog-cnt h3 a {font-size: 32px; }
.hm-blog-itm:before{transform: scale(0.9);}
.hm-blog-sec:before {width: 270px; height: 270px;}
.hm-blog-itm .readmore-btn a {font-size: 19px;}

.hm-news-sec .hm-news-heading-blk {padding: 0px 45px 0 0; } 
.hm-news-sec .news-cnt h4 {font-size: 17px; } 
.hm-news-sec .news-cnt {margin: 0 0 0 16px; padding: 0 0 0 16px; } 
.hm-news-sec .hm-news-itm {padding: 15px 15px 80px 15px; } 
.hm-news-sec .hm-news-itm::before {transform: scale(0.8); } 
.hm-news-sec a.cmn-btn {padding: 23px 43px; }
.hm-news-sec .text-heading {margin: 0 0 40px; }

.site-footer {padding: 80px 0; }
#footer-navigation ul li a {font-size: 20px;}
#footer-navigation ul li {padding: 0 62px;}
#footer-navigation ul {padding: 0 0 65px; }
.hm-form-sec .text-heading {font-size: 65px; }
.hm-form-sec p {margin: 0 0 26px;}
.ftr-form-sctn {padding: 28px 42px 40px;}
.ftr-itm a img {max-width: 400px;}
.ftr-itm.lgo {padding: 0 22px 30px; }
.ftr-itm h4 {font-size: 34px; }
.ftr-cnt:before{transform: scale(0.9);}
.ftr-itm p {font-size: 19px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{font-size: 19px !important;padding: 21px 28px !important;}

.hm-form .gform_wrapper .top_label textarea {height: 160px !important;}
.ftr-copyrights-sec{margin: 56px 0 0;}
fieldset.chk{width: 44%;}
.ftr-cnt {padding-left: 95px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 20px 46px !important;font-size: 19px !important;}
.popup .popuptext {width: 550px;}

.hm-form .gfield_description.validation_message{bottom: 12px;}






}

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

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

.banner-section .container ,.site-footer .container, .container {max-width: 1200px;}

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

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

.site-header .container {padding: 0 30px; }
.site-branding a img {max-width: 200px; } 
#main-navigation ul li a {font-size: 17px; } 
#main-navigation ul li {margin: 0 22px; } 
.header-number a {font-size: 32px; } 
.header-number strong {font-size: 16px; } 
.header-number {padding: 0 0 0 67px; } 
.header-number a:before {transform: scale(0.7); }
 .header-number a:after {left: 54px; }

.banner-cnt {font-size: 55px; } 
.banner-cnt strong {font-size: 74px; letter-spacing: -0.6px; } 
.banner-cnt small {font-size: 30px; margin: 0 0 33px; } 
.banner-rit {margin-left: -14px; padding: 52px 0 0; } 
.banner-section {padding: 140px 0px 5px; } 
.banner-btn a.cmn-btn {padding: 20px 40px;}

.practice-section {padding:75px 0; } 
.pracice-cnt h4 {font-size: 26px; padding: 16px 0; letter-spacing: 0; } 
.practice-section:before {width: 175px; height: 175px; } 
.practice-blk {margin: 0 0 40px; }

.practice-blk.owl-carousel .owl-nav {bottom: -79px;max-width: 534px;}
.protecting-sec {padding: 75px 0; }
.protecting-call a {font-size: 34px; }
.protecting-btn-lst {margin: 0 0 0 0px;}
.protecting-call a:before {transform: scale(0.8); }
.protecting-call {font-size: 18px; padding: 0 0 0 84px; }
.protecting-call a:after {left: 66px;}
.protecting-cont {padding: 0 0 0 25px; margin: 0 0 43px; }
.protecting-sec h2{margin: 0 0 26px;}

.meet-sec h2 {letter-spacing: 2.2px; font-size: 80px; }
.meet-sec h2 small {font-size: 39px; }
.meet-sec p {margin: 0 0px 35px 0px;line-height: 1.9; }
.meet-sec h4 {letter-spacing: 1.2px; font-size: 34px; }


.hm-case-resutls {padding: 70px 0; } 
.hm-case-resutls:before {width: 200px; height: 200px; } 
.case-results-itm:before{transform: scale(0.9);top: -51px;} 
.case-results-itm .post-categories {font-size: 31px; margin: 0 0 26px; } 
.case-results-itm h4 {font-size: 45px; } 
.case-results-itm p {font-size: 18px; padding: 0 0 22px; } 
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 44px 0px; }


.helping-title {font-size: 61px; letter-spacing: -0.8px; }
.helping-sub-title{font-size: 36px;}
.helping-sctn {padding: 70px 0; }
.helping-cont {font-size: 26px; margin: 0 0 26px; }

.hm-blog-sec {padding: 80px 0; }
.hm-blog-sec .text-heading {margin: 0 0 65px; }
.hm-blog-cnt h3 a {font-size: 28px; letter-spacing: -0.3px; }
.hm-blog-itm:before {transform: scale(0.8); top: -56px; }
.hm-blog-itm {padding: 100px 22px 70px;}
.hm-blog-sec:before {width: 210px; height: 210px; }
.hm-blog-itm .readmore-btn {bottom: 45px;}
.hm-blog-btn a.cmn-btn {padding: 20px 70px; }
.home-posts-list {margin: 0 0 45px; }


.hm-news-sec {padding: 50px 0 60px; } 
.hm-news-sec .hm-news-heading-blk {padding: 0px 30px 0 0; width: 63%;} 
.hm-news-sec .hm-news-list {gap: 15px;margin: 0 0 56px;} 
.hm-news-sec .text-heading {margin: 0 0 35px; } 
.hm-news-sec .hm-news-itm {padding: 14px 14px 70px 14px; } 
.hm-news-sec .news-cnt h4 {font-size: 16px; } 
.hm-news-sec .news-cnt {margin: 0 0 0 13px; padding: 0 0 0 13px; } 
.hm-news-sec .hm-news-itm::before {transform: scale(0.7);right: 26px; bottom: -37px; }
.hm-news-sec a.cmn-btn {padding: 21px 36px; }


.site-footer {padding: 65px 0; } 
.hm-form-sec .text-heading {font-size: 55px; }
#footer-navigation ul {padding: 0 0 50px; } 
.ftr-form-sctn {padding: 25px 30px 35px; } 
.hm-form .gform_wrapper .top_label textarea {height: 140px !important; } 
.ftr-itm h4 {font-size: 30px; } 
.ftr-itm p {font-size: 18px; line-height: 1.5; } 
.ftr-cnt:before {transform: scale(0.8); } 
.ftr-cnt {padding-left: 90px; } 
.ftr-cnt:after {left: 66px;} 
.ftr-itm.phn a {font-size: 44px; letter-spacing: -1px; }
.ftr-copyrights-sec {margin: 40px 0 0; } 
.ftr-blk {padding: 0 30px 0 50px; }
.ftr-itm {padding: 30px 15px 15px;}
.ftr-itm a img {max-width: 370px; }
.ftr-itm.lgo {padding: 0 20px 25px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 18px 40px !important; font-size: 18px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 18px !important; padding: 19px 26px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label{font-size: 15px;}
fieldset.chk{width: 46%; }
#footer-navigation ul li a {font-size: 19px; }
#footer-navigation ul li {padding: 0 54px; }
.ftr-copyrights-sec p {font-size: 16px;}
.popup .popuptext {width: 485px; }
.hm-form .gfield_description.validation_message {bottom: 8px; }
.hm-form-sec .gfield.gfield--type-html.popfield {width: 46% !important; }
fieldset.chk {width: 48%; }

}

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

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

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

.banner-section .container ,.site-footer .container,   .container{max-width: 970px; padding: 0 10px; }

.text-heading {font-size: 42px; margin: 0 0 30px; letter-spacing: 0px; }
a.cmn-btn {padding: 18px 35px; font-size: 17px; }



.site-header .container {padding: 0 15px; }
#main-navigation ul li a{font-size: 16px;}
.header-number a {font-size: 26px; } 
.header-number strong {font-size: 15px; } 
.header-number a:before {transform: scale(0.6); } 
.header-number {padding: 0 0 0 60px; } 
.header-number a:after {left: 48px; } 
.site-branding a img {max-width: 180px; } 
#main-navigation ul li {margin: 0 10px; }

.banner-left {padding-left: 0; width: 40.5%; } 
.banner-cnt {font-size: 42px; } 
.banner-cnt strong {font-size: 62px; letter-spacing: 0px; } 
.banner-cnt small {font-size: 27px; margin: 0 0 29px; } 
.banner-rit {margin-left: 0; padding: 50px 0 0; }
.banner-btn a.cmn-btn {padding: 18px 35px; }



.practice-section {padding: 60px 0; } 
.pracice-cnt h4 {font-size: 22px; padding: 14px 0; }
.practice-blk.owl-carousel .owl-nav {bottom: -80px; max-width: 450px; }
.practice-section:before {width: 150px; height: 150px; }


.protecting-sec {padding: 60px 0; }
.protecting-cont p {font-size: 17px;}
.protecting-cont {padding: 0 0 0 20px; margin: 0 0 40px; }

.protecting-call a {font-size: 30px; }
.protecting-call a:before {transform: scale(0.8); }
.protecting-call {font-size: 18px; padding: 0 0 0 75px; }
.protecting-call a:after{left: 60px;}


.meet-sec h2 {letter-spacing: 1.2px; font-size: 70px; margin: 0 0 35px;}
.meet-sec h4 {letter-spacing: 0.5px; font-size: 29px; }
.meet-sec p {margin: 0 0px 28px 0px; line-height: 1.75; font-size: 15px; }
.meet-lft-itm {margin: 0;}
.hm-case-resutls {padding: 55px 0; }

.case-results-itm p {font-size: 16px; padding: 0 0 18px; }
.case-results-itm:before {transform: scale(0.7); top: -46px; }
.case-results-itm .post-categories {font-size: 25px; margin: 0 0 22px; }
.case-results-itm h4 {font-size: 34px; }
.hm-case-resutls .text-heading {margin: 0 0 16px; }
.hm-case-resutls:before {width: 160px; height: 160px; }

.case-results-itm {padding: 61px 15px 45px;}
.hm-case-blk.owl-carousel .owl-nav {bottom: -67px; max-width: 470px; }
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 30px 0px 0; }
.meet-rit-itm {width: 57.5%; }
.meet-sec h2 small {font-size: 35px;}
.meet-lst {justify-content: space-between; gap: 30px; }
.meet-lft-itm {width: 45%;}
.hm-case-btn {margin: 30px 0 0; }



.helping-title {font-size: 50px; letter-spacing: 0px; padding: 109px 0 0; }
.helping-sub-title {font-size: 31px; }
.helping-cont {font-size: 24px; margin: 0 0 22px; }
.helping-sctn {padding: 60px 0; }
.helping-title:before{transform: scale(0.9);}

.hm-blog-sec {padding: 60px 0; } 
.hm-blog-sec .text-heading {margin: 0 0 60px; } 
.hm-blog-itm:before {transform: scale(0.7); top: -58px; } 
.hm-blog-cnt h3 a {font-size: 20px; letter-spacing: 0px; } 
.hm-blog-itm {padding: 80px 20px 65px; } 
.hm-blog-itm .readmore-btn a {font-size: 18px; } 
.hm-blog-itm .readmore-btn {bottom: 36px; }
.hm-blog-btn a.cmn-btn {padding: 20px 54px; }
.home-posts-list {margin: 0 0 40px; }
.hm-blog-sec:before {width: 160px; height: 160px; }

.hm-news-sec {padding: 40px 0; } 
.hm-news-sec .hm-news-heading-blk {padding: 0px 10px 0 0;width: 66%; }
.hm-news-sec .hm-news-list {gap: 10px; margin: 0 0 38px; } 
.hm-news-sec .text-heading {margin: 0 0 25px; } 
.hm-news-sec .hm-news-itm {padding: 13px 13px 60px 13px; } 
.hm-news-sec .news-img {margin: 0 0 15px;} 
.hm-news-sec .news-cnt {margin: 0 0 0 10px; padding: 0 0 0 10px; } 
.hm-news-sec .news-cnt h4 {font-size: 15px; } 
.hm-news-sec .hm-news-itm::before {transform: scale(0.6);right: 33px; bottom: -44px; }
.hm-news-sec a.cmn-btn {padding: 18px 30px; }
.hm-news-sec .news-cnt::before{transform: scale(0.8);}




#footer-navigation ul li {padding: 0 30px; }
#footer-navigation ul li a {font-size: 18px; }
.site-footer {padding: 55px 0; }
#footer-navigation ul {padding: 0 0 40px; }
.hm-form-sec .text-heading {font-size: 40px; }
.hm-form-sec p {margin: 0 0 20px; font-size: 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: 16px 22px !important; }
.ftr-blk {gap: 55px; padding: 0 0px 0; }
.ftr-form-sctn {padding: 25px 25px 30px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 14px; }
.hm-form .gform_wrapper .top_label textarea {height: 125px !important; }
.ftr-cnt {padding-left: 80px; } 
.ftr-itm h4 {font-size: 26px; margin: 0 0 20px; } 
.ftr-itm.phn a {font-size: 38px; letter-spacing: 0px; } 
.ftr-itm a img {max-width: 290px; }
.ftr-itm.lgo {padding: 0 15px 20px; }
fieldset.chk{width: 49%; }
.hm-form-sec .gfield.gfield--type-html.popfield {width: 41% !important; }
.popup .popuptext {width: 430px; line-height: 1.8; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 16px 35px !important; font-size: 17px !important; }
.ftr-itm p {font-size: 17px; line-height: 1.4; }
.ftr-cnt:after {left: 60px; height: 55px; }
.ftr-copyrights-sec p {font-size: 15px; }

.ftr-copyrights-sec {margin: 35px 0 0; }
.hm-form .gfield_description.validation_message {bottom: 6px; font-size: 13px; }
.hm-form .gfield_description.instruction.validation_message {top: 6px; }

.site-header.is-sticky .site-branding {max-width: 170px; }



}

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

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

@media screen and (max-width:991px) {
.site-header .container ,.banner-section .container ,.hm-news-sec .container, .site-footer .container, .container {max-width: 720px;padding:0px;}

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




.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;}
.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: #d59929;}
.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;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 200px;}

.site-header{padding:0; background-color: #1b1b1b;position: inherit;}
.header-number a {font-size: 25px; padding: 0; }
.site-branding a img {max-width: 200px; }
.banner-cnt {font-size: 32px; }
.banner-cnt strong {font-size:46px;}
.banner-cnt small {font-size: 25px; margin: 0 0 22px; }
.banner-section {padding: 35px 0;background-image:url("images/banner-mbile-bg.webp");background-repeat:no-repeat; }
.banner-cnt br{display: none;}
.banner-blk{flex-direction: column;gap:20px;}
.banner-left {width: 100%; max-width: 320px; margin: auto; border: 2px solid #d59929; background-color: #e9d7b8; padding: 20px 20px 0px; }
.banner-rit{width: 100%;text-align: center;padding: 0;}
.banner-btn a.cmn-btn {padding: 16px 32px; }



.practice-section {padding: 35px 0; }
.pracice-cnt h4 {font-size: 20px; padding: 12px 0; }
.pracice-cnt br{display: none;}

.protecting-cont p {font-size: 16px; line-height: 1.8; }
.protecting-blk {padding: 30px; width: 100%; text-align: center; background-color: #1b1b1bbd; border: 1px solid #d59929; }
.protecting-sec {padding: 35px 0; }
.protecting-btn-lst{justify-content: center;}
.protecting-call {font-size: 17px; padding: 0 0 0 72px; text-align: left; }
.protecting-sec h2 {text-align: center;margin: 0 0 22px;}
.protecting-cont p{text-align:center;}
.practice-section:before{display: none;}
.practice-blk.owl-carousel .owl-nav {bottom: -76px; max-width: 442px; }
.pracice-cnt h4 {font-size: 18px; padding: 10px 0; }
.protecting-sec h2 br{display: none;}
.protecting-cont{border: none;padding:0;margin: 0 0 20px;}
.protecting-call a::before {transform: scale(0.7); }
.protecting-call a::after {left: 56px; }



.meet-lst{flex-direction: column;gap: 20px;}
.meet-lft-itm {width: 100%; max-width: 320px; margin: auto; border: 1px solid #d59929; background-color: #1b1b1b; padding: 20px 20px 0; } 
.meet-sec h2 {letter-spacing: 1px; font-size: 44px; text-align: center; margin: 0 0 15px; } 
.meet-sec h2 small {font-size: 30px;text-align: center; padding: 0;} 
.meet-sec{padding:35px 0;} 
.meet-rit-itm {width: 100%; margin: auto; text-align: center; } 
.meet-sec p {margin: 0 0px 25px 0px; text-align: center; } 
.meet-sec h4 {letter-spacing: 0.5px; font-size: 27px; text-align: center;margin: 0 auto 10px; }
.hm-case-resutls {padding: 35px 0; }
.hm-case-resutls:before{display: none;}
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 30px 0px 0; }
.hm-case-btn {margin: 30px 0 0; }
  .hm-case-blk.owl-carousel .owl-nav {bottom: -64px;}
.case-results-itm {max-width: 320px; margin: auto;box-shadow: none; }



.helping-blk {width: 100%; text-align: center; background-color: #ffffffb0; padding: 30px; border: 2px solid #d7a03a; }
.helping-title {font-size: 40px; padding: 100px 0 0; }
.helping-sub-title {font-size: 28px; }
.helping-cont {font-size: 22px; margin: 0 0 20px; }
.helping-title:before {transform: scale(0.8); }
.helping-sctn {padding: 35px 0; }


.hm-blog-itm {padding: 70px 20px 60px; width: 100%;height: 100%; }

.home-posts-list.owl-carousel .owl-item, .home-posts-list.owl-carousel .owl-stage ,.hm-news-list.owl-carousel .owl-item, .hm-news-list.owl-carousel .owl-stage {display: flex; }
.hm-blog-sec:before{display: none;}
.home-posts-list .owl-stage {display: flex !important; padding:38px 0 0; }
.hm-blog-sec .text-heading {margin: 0 0 31px; }
.home-posts-list.owl-carousel .owl-nav , .hm-news-list.owl-carousel .owl-nav {display: flex; width: 100%; max-width: 160px; margin: 30px auto 0; justify-content: space-between; }
.home-posts-list.owl-carousel .owl-nav button.owl-next, .home-posts-list.owl-carousel .owl-nav button.owl-prev, .hm-news-list.owl-carousel .owl-nav button.owl-next, .hm-news-list.owl-carousel .owl-nav button.owl-prev{transition: 0.5s; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -83px -17px; width: 39px; height: 21px; font-size: 0px; background-repeat: no-repeat; }
.home-posts-list.owl-carousel .owl-nav button.owl-next , .hm-news-list.owl-carousel .owl-nav button.owl-next{background-position: -141px -17px; } 
.home-posts-list.owl-carousel .owl-nav button.owl-next:hover  , .hm-news-list.owl-carousel .owl-nav button.owl-next:hover  {background-position: -141px -56px; }
.home-posts-list.owl-carousel .owl-nav button.owl-prev:hover , .hm-news-list.owl-carousel .owl-nav button.owl-prev:hover {background-position: -83px -56px; }

.hm-blog-sec {padding: 35px 0; } 
.hm-blog-itm:before {transform: scale(0.6); top: -64px; } 
.hm-blog-itm .readmore-btn a {font-size: 17px; }
.home-posts-list {margin: 0 0 24px; }



.hm-news-sec .hm-news-itm{width: 100%;}
.hm-news-sec .hm-news-heading-blk {border: 1px solid #d59929; width: 100%; margin: 0; padding: 25px; background-color: #1d1d1db0; }
.hm-news-sec .owl-stage{padding:0 0 30px;}
.hm-news-sec .hm-news-itm {padding: 15px 15px 80px 15px; border-radius: 10px}
.hm-news-sec .news-img img, .hm-news-sec .news-img {border-radius: 10px;}

.site-footer {padding: 35px 0; }
.ftr-blk {gap: 25px; flex-direction: column; }
.footer-rit{width: 100%;margin:auto;}
#footer-navigation ul li a {font-size: 17px; } 
#footer-navigation ul li {padding: 0 20px; }
.ftr-itm{max-width: 320px;margin:auto; }
.ftr-form-sctn{width: 100%;}
fieldset.chk{width: 32%; }
.ftr-copyrights-sec p {text-align: center; }
.ftr-itm, .ftr-itm.lgo {max-width: 360px; margin: 0 auto 20px; border: 1px solid #d59928; padding: 30px 15px; }

.ftr-itm:last-child {border:1px solid #d59928 ; }
.ftr-itm.phn a {font-size:28px;}
.ftr-itm p {font-size: 16px;}
.ftr-cnt:before {transform: scale(0.65);top: -7px; }
.ftr-cnt:after {left: 52px; height: 37px; }

.ftr-itm h4 {font-size: 23px; margin: 0 0 19px; }
.popup .popuptext {width: 665px; }

.hm-news-sec .news-cnt::before{display: none;}
.hm-news-sec .hm-news-itm::before{right: 0;left:0;margin: auto;}
.hm-news-sec a.cmn-btn {padding: 16px 15px; }
.hm-blog-btn a.cmn-btn {padding: 16px 35px; }
.hm-news-sec .hm-news-itm:hover::before { right:0;}
 .hm-news-sec .hm-news-list {margin: 0 0 23px; }
.ftr-cnt {padding-left: 70px; }

.practice-itm{width: 100%;}


}

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

.text-heading {font-size: 35px; margin: 0 0 25px; }


.site-branding a img {max-width: 165px; }
.banner-cnt {font-size: 28px; }
.banner-cnt strong {font-size: 38px; }
.banner-cnt br{display: none;}
.banner-cnt small {font-size: 22px; margin: 0 0 22px; }
.banner-btn a.cmn-btn {padding: 15px 28px; }



.practice-blk.owl-carousel .owl-nav {max-width: 130px; position: inherit; bottom: -21px; }
.protecting-blk {padding:25px 10px;}
.protecting-btn-lst {justify-content: center; flex-wrap: wrap; }


.meet-sec h2 br{display: none;}
.hm-case-btn {margin: 35px 0 0;}
.hm-case-blk.owl-carousel .owl-nav {bottom: -20px; max-width: 110px; position: inherit; }
.hm-case-resutls .owl-carousel .owl-stage-outer {padding: 30px 0px 0px; }

.helping-title:before {transform: scale(0.7); }
.helping-title {font-size: 33px; padding: 96px 0 0; }
.helping-sub-title {font-size: 27px; }
.helping-cont {font-size: 20px; margin: 0 0 19px; }
.helping-blk {padding: 25px;}

.hm-blog-itm {max-width: 360px; margin: auto; }
.home-posts-list.owl-carousel .owl-nav {max-width: 130px; margin: 19px auto 0; }
.home-posts-list {margin: 0px 0 25px; }
.hm-blog-sec .text-heading {margin: 0 10px 20px; }

.hm-form-sec .gfield.gfield--type-html.popfield {width: 100% !important; }
fieldset.chk {width: 100%; }
#footer-navigation ul li {padding: 0 15px; margin: 0px 0 10px; }
#footer-navigation ul {padding: 0 0 20px; }
.hm-form-sec .text-heading {font-size: 35px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 16px !important; padding: 14px 20px !important; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 15px 30px !important; font-size: 16px !important; }
.ftr-form-sctn {padding: 20px 15px 20px;border-radius: 12px; }
.hm-form .chk .gfield_description.validation_message {bottom: -21px !important; left: 0; text-align: left; }

.hm-news-sec .hm-news-heading-blk{padding: 20px 10px;}
.popup .popuptext {width: 100%; }

.ftr-cnt:before {transform: scale(0.6); top: 0; bottom: auto; left: 0; right: 0; margin: auto; }
.ftr-cnt {padding-left: 0; padding: 48px 0 0; }
.ftr-cnt:after {left: 53px; height: 34px; }
.hm-form .gfield_description.instruction.validation_message {top: 2px; }
.hm-form .gfield_description.validation_message {bottom: 4px;  }

.hm-news-sec .hm-news-itm{max-width: 400px; margin: auto;}
.hm-blog-itm:before {transform: scale(0.5); top: -63px; }
.hm-form .gform_fields {gap: 12px !important;}
.practice-itm{max-width: 320px; margin: auto;}

 .ftr-cnt:after {display: none;}
.ftr-itm, .ftr-itm.lgo {padding: 20px; text-align: center; }
.ftr-itm h4{margin: 0 0 10px;}


.meet-sec h2{ font-size: 32px;}


}

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

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

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

a.cmn-btn {
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 30px;
}

.text-heading {
    font-size: 30px;
    margin: 0 0 20px;
}
    
.banner-cnt strong {font-size: 32px; } 
.banner-cnt small {font-size: 20px; margin: 0 0 20px; }

.protecting-cont p {font-size: 15px;} 
.protecting-call a {font-size: 26px; } 
.protecting-call {font-size: 16px; padding: 0 0 0 66px; } 
.protecting-call a:before {transform: scale(0.6); } 
.protecting-call a:after {left: 53px; }

.case-results-itm h4 {font-size: 26px; } 
.case-results-itm p {font-size: 15px; padding: 0 0 17px; } 
.case-results-itm .post-categories {font-size: 22px; margin: 0 0 20px; } 
.case-results-itm {padding: 60px 15px 34px; } 
.case-results-itm:after {bottom: 33px;height: 2px; }

.meet-sec h2 {letter-spacing: 0.6px; font-size: 31px; }


.helping-blk {padding: 20px 15px; } 
.helping-title:before {transform: scale(0.6); top: -16px; } 
.helping-title {font-size: 22px; padding: 81px 0 0; margin: 0 0 14px; } 
.helping-cont {font-size: 18px; margin: 0 0 18px; } 
.helping-sub-title {font-size: 20px; }
.sicky-cnt.sticky-mobile-logo {max-width: 160px; }
.hm-blog-sec .text-heading {margin: 0 0 20px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 14px 20px !important; font-size: 15px !important; }
.popup .popuptext{font-size: 13px;line-height: 1.8;padding: 10px;}
.hm-form .gfield_description.validation_message{bottom: 4px; font-size: 12px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 15px !important; padding: 14px 15px !important; }
.ftr-itm p {font-size: 15px; }
.home-posts-list.owl-carousel .owl-nav, .hm-news-list.owl-carousel .owl-nav{margin: 15px auto 0;}
.hm-blog-itm {max-width: 270px; border: none; }

.hm-case-blk.owl-carousel .owl-nav button.owl-next, .hm-case-blk.owl-carousel .owl-nav button.owl-prev {transform: scale(0.8);} .case-results-itm:before {transform: scale(0.6); top: -50px; }
.hm-form .gform_wrapper .top_label textarea {height: 100px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 14px !important; padding: 12px 10px !important; }
.ftr-itm, .ftr-itm.lgo {max-width: 320px; }





}



@media screen and (max-width:400px) {
    .logo-section {justify-content: center; gap: 20px; }

.practice-itm{max-width: 320px;margin: auto;}


    
}

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

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

