/*
 Theme Name:   Kristylaw
 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:  kristylaw
*/





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

a:focus{outline: none;}

/*Header Sticky Menu*/

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

.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #b3cce7;
    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: 'Poppins-Regular';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #366bb0;
    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: 'Poppins-SemiBold';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background:#366bb0;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
   font-family: 'Poppins-SemiBold';

}

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

.mobinav a:hover {
    color: #86d0f8;
}

.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;
}
.site-branding {width: 25%;}
.site-branding img{width:100%;display:block;}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-header:before {
clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    background-color: #13293d;
    width: 68%;
    height: 100%;
    right: 0;
    top: 0px;
    margin: auto;
    position: absolute;
    content: "";
    z-index: 0;
}
.header-number {
    color: #fff;
   margin: 0 0 39px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.header-number p{margin:0;}
.header-number strong {
    font-size: 20px;
     font-family: 'Poppins-Regular';
    font-weight: 400;
    line-height: 1;
    text-transform:capitalize;
    color: #dfeeff;
    margin-right: 22px;
}
.header-number a {
    font-size: 35px;
    font-family: 'Poppins-SemiBold';
    font-weight:600;
    line-height: 1;
    letter-spacing:-0.7px;
    color: #fff;
    position: relative;
 padding: 0 0 0 64px;
    display: inline-block;
}
.header-number a:hover {
    color: #6094c6;
}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position:-20px -20px;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0;display:flex;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 29px;
}

#main-navigation ul li:first-child{
   margin-left:0;
}
#main-navigation ul li:last-child{
   margin-right:0;
}
#main-navigation ul li a{
    font-size:20px;
font-family: 'Poppins-SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    display:inline-block;
    min-width: inherit;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #6094d4;
    border-bottom-color: #a7211f;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#608cc8;
    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: #366bb0;
}
#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;
    border-bottom: 0;
    font-size: 16px;line-height: 1.3;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
   background-color: #000 ;
    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;
}



.site-header {
    position: absolute;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 25px 0px 0px;
    top: 0;
    z-index: 99;
}
.site-branding a img{display: block;width:100%;}



.site-header.is-sticky {top: 0;right: 0;left: 0;z-index: 999;position: fixed;background:#a1c1e5;animation: slideDown 0.35s ease-out;visibility: visible;padding: 20px 0px 10px;border-bottom: 4px solid #a1c1e5;}
.site-header.is-sticky .site-branding {width: 18%;}
.site-header.is-sticky .header-number strong {font-size: 18px;}
.site-header.is-sticky .header-number a {font-size: 30px;}
.site-header.is-sticky .header-number a:before {transform: scale(0.8);}
.site-header.is-sticky .header-number {margin: 0 0 20px;}
.site-header.is-sticky #main-navigation ul li a {font-size: 18px;}
.site-header.is-sticky #main-navigation .sub-menu li a{font-size: 15px;}


@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;
}

/*CMN-BTN*/
.text-heading{
    font-size: 65px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #13293d;
    font-family: 'Aleo-SemiBold';
    text-align: center;
}
.text-heading strong{color:#366bb0;display:block;}
a.cmn-btn {
    display: inline-block;
    padding: 25px 60px;
    background-color: #366bb0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins-SemiBold';
}
a.cmn-btn:hover{
   background-color:#13293d;
}


/*Banner Section*/
.banner-section{background-image: url("images/banner-bg-img.webp"); background-repeat: no-repeat; background-size: 100% 100%; padding: 156px 0 160px;background-position: center bottom;}
.banner-list {display: flex; justify-content: space-between; }
.banner-lft{width: 41.5%; margin-left: -80px; }
.banner-lft img{display: block; width:100%; }
.banner-rit{width: 61.7%; padding-top: 142px;}
.banner-rit .banner-cnt h1{font-family: 'Aleo-Regular'; font-size: 100px; line-height:1; color:#13293d; margin:0px 0 20px; text-transform: uppercase; }
.banner-rit .banner-cnt strong{color: #366bb0; font-size:130px; font-family: 'Aleo-Black';line-height:1;display:block; }
.banner-rit p{font-family: 'Poppins-Medium'; font-size:20px; color: #000000; line-height:2; margin: 0 0 56px; font-weight: 500;  }
.banner-rit .banner-text{padding-left: 70px;}
.banner-btn{padding-left: 70px;}
/*Banner end*/


/*Practice Areas Section*/
.hm-practice-section{padding: 120px 0px 213px; }
.hm-practice-section .text-heading{margin: 0 0 46px; }
.hm-practice-section .container{max-width:1280px;}
.practice-list{gap:50px; display: flex; justify-content: space-between; margin: 0 0 58px; }
.pracice-itm{width: 30.8%; text-align: center; background-color:#e8f0fa; border:1px solid #366bb0; padding: 10px 20px 43px; position: relative; }
.pracice-itm h4{font-family: 'Aleo-SemiBold'; color:#13293d; font-size:30px; margin: 0 0 26px; text-transform: uppercase; line-height:1.2; text-align: center; font-weight: 600; }
.practice-btn a{font-family: 'Aleo-SemiBold'; color:#366bb0; font-size:20px; margin:0px; text-transform: uppercase; display: inline-block; line-height:1; text-align: center; font-weight: 600; }
.pracice-img img {clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%); display: block; width: 100%; height: 334px; object-fit: cover; object-position: top center; }
.pracice-img{margin:0 0 25px;}
.practice-areas-btn{text-align: center;}
.pracice-itm:hover .practice-cnt {position: absolute; bottom: 41px; left: 0; right: 0; margin: auto;z-index:1; }
 .pracice-itm:hover:before{position: absolute; bottom: 0px; left: 0; right: 0; content: ""; background: linear-gradient(to bottom, #0f1f2c00 0%, #366bb0 95%, #366bb0 100%); margin: auto; width: 100%; height: 100%;z-index:1; } 
.pracice-itm:hover h4{color:#fff; }
.pracice-itm:hover .practice-btn a{color:#9dc9ff; }
.pracice-itm:hover{padding:0;border:transparent;transition-duration:0.5s;  }
.hover a{position: absolute; left:0; right:0; margin: auto; font-size:0px; top:0; bottom:0;width:100%;height:100%;}
.pracice-itm:hover .pracice-img{position:relative;margin:0;}
.pracice-itm:hover .pracice-img img{clip-path:none;height:100%;}

/*Practice areas end*/


/*Againest section*/
.against-section{position: relative;padding:0px 0px 160px;}
.against-section .container{max-width:1280px;}
.against-section:before{clip-path: polygon(0 0, 0% 96%, 99% 97%); background-color: #13293d; left: 0; position: absolute; top: 15%;content: ""; width: 535px; height: 308px; }
.against-section .text-heading{text-align: left; font-family: 'Aleo-Light';margin: 0 0 70px;}
.against-section .text-heading strong{    font-family: 'Aleo-SemiBold';}
.brand-logo{padding-left:134px;width: 32%;}
.brand-logo img{display: block;margin:0 0 0 auto;}
.animal-img {position: absolute; right: 5px; top: 114px;width: 61.4%; }
.animal-img img{display: block;width:100%;}
.against-lft h4{font-size:40px;line-height: 1.2;color:#13293d;margin: 0 0 30px;    font-family: 'Aleo-Medium';font-style: italic;text-transform: uppercase;}
.against-list p{font-size:20px; line-height: 2;margin: 0 0 39px;font-family: 'Poppins-Regular'; color:#000000; }
.against-list {padding: 64px 0 0; display: flex; justify-content: space-between; }
.against-lft{width: 46%;padding: 24px 0 0;}
.against-rit{width: 46%;}

/*Againest section end*/


/*Case Results Section*/

.hm-case-results-sec {
    background-color: #13293d;
    background-image: url(images/case-result-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0 130px;
    text-align: center;
    background-position: left center;
}
.case-result-btn a.cmn-btn{border:1px solid transparent;}
.case-result-btn a.cmn-btn:hover{border-color:#fff;background-color:transparent;}
 
.hm-case-results-sec .text-heading{
    line-height: 1.0;
    margin: 0 0 44px;
    color: #ffffff;
    text-align: center;
}
 
.case-results-blk {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 50px;
}
 
.case-results-itm {
    clip-path: polygon(0% 17%, 50% 0%, 100% 17%, 100% 100%, 0% 100%);
    background-color: #ffffff;
    width: 23.6%;
    padding: 50px 0px 45px;
    position: relative;
}
 
.case-cnt{padding:0 20px 0px; }
 
.case-results-itm:hover:after{
    display: none;
}
 
.case-results-itm::before , .case-results-itm::after  {
    position: absolute;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(54,107,176) 0%, rgba(54,107,176,0) 100%);
    width: 84px;
    height: 115px;
    left: 0;
    top: 80px;
    display: block;
    z-index: 9;
	pointer-events:none;
}
 .case-results-itm::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%) !important;
    background-image: -webkit-linear-gradient( 0deg, rgb(54,107,176) 0%, rgba(54,107,176,0) 100%) !important;
    right: 0;
   left:auto!important;z-index:-2;
}
.case-results-itm:hover::before{
    display: none;
}
 
 
.case-results-itm:hover{
    background-color: #366bb0;
}
 
 
.case-results-itm h4{
    font-family: 'Aleo-bold';
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #13293d;
    margin: 0 0 25px;
    padding: 15px 5px 15px;  
	background-color: #e8f0fa;
	position:relative;
	
}
.case-results-itm:hover h4{background-color:transparent}
 
.case-results-itm:hover h4, .case-results-itm:hover h5, .case-results-itm:hover p {
    color: #ffffff;
}
 
 
.case-results-icon{

    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -20px -100px;
    width: 100px;
    height: 100px;
	margin:0 auto 20px;
}
 
.case-results-itm:hover .case-results-icon{
    background-position: -20px -215px;
}
 
 
.case-results-itm h4::after{
	position:absolute;
	content:'';
    background-color: transparent;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 184px;
}
.case-results-itm:hover h4::after{background-color:#fff}
 
.case-results-itm h5{
    font-family: 'Aleo-Bold';
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #366bb0;
    margin: 0 0 15px;
    text-transform: uppercase;
}
 
.case-results-itm p{
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 1.6;
    color: #13293d;
    margin: 0;
}
 

/*Case results section end */


/*Attorney Section*/
.attorney-section {padding: 140px 0 281px; background-image: url(images/attorney-bg-image.webp); background-repeat: no-repeat; background-size: cover; background-position: bottom center; }
.attorney-section{position: relative;}
.attorney-section:before{position: absolute; content: "";    width: 50.3%; height: 23.9%; right: 0; top: 0; bottom: 17%; margin: auto; background-color: #09192b;}
.hm-attorneys-lst{ display:flex; justify-content:flex-end;gap:110px;}
.hm-atrny-lft-itm {width:25.3%; }
.hm-atrny-lft-itm h2{text-align: left;margin: 0 0 8px;}
.hm-atrny-lft-itm p{font-size: 20px; line-height: 2; color: #000000; text-align: left;     margin: 0 0 47px; font-family: 'Poppins-Regular'; }
.hm-atrny-itm .hm-atrny-cont h4{font-size: 45px; line-height: 1; color: #13293d; text-align: left; margin: 0 0 25px;  font-family: 'Aleo-Bold'; text-transform:uppercase; }
.hm-atrny-cont a{font-family: 'Aleo-SemiBold';font-size: 22px; line-height: 1; display: inline-block; text-transform: uppercase; color: #366bb0; text-align: left; margin: 0px; }
.hm-atrny-itm{position: relative; width: 46.2%; margin: -6px 0 0;    background-size: 100% auto; padding: 89px 0 0; background-image: url(images/atrny-itm-bg.webp); background-repeat: no-repeat; background-position: top;}
.hm-atrny-rit-itm {width: 60.7%; display:flex; justify-content:space-between; }
.hm-atrny-cont{position: absolute; bottom: 43px; left: 16px;padding-right: 100px;}
.hm-atrny-itm:before{position: absolute; content: ""; width: 100%; height: 69.5%; bottom: -95px; clip-path: polygon(0 0, 0% 95%, 97% 52%); left: -11px; background-image: -webkit-linear-gradient(-1deg, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0) 100%);}
.hm-atrny-itm:hover:before{ background-image: -webkit-linear-gradient( -1deg, rgb(54,107,176) 51%, rgba(54,107,176,0) 100%);}
.hm-atrny-itm:hover .hm-atrny-cont h4{color: #fff;}
.hm-atrny-itm:hover .hm-atrny-cont a{text-decoration: underline; color: #9dc9ff;}
.hm-atrny-itm .hvr a {position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; width: 100%; font-size: 0; z-index: 5;}
.attorney-section .hm-atrny-btn.mbl-btn {display:none;}

/*Promisce section*/
 .promis-sec {text-align: center; position: relative; padding: 90px 0 175px; }
 
.promis-sec::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(54,107,176) 0%, rgba(54,107,176,0) 100%);
    width: 355px;
    height: 418px;
    right: 0;
    top: 0;
}
 
.promis-sec::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(54,107,176) 0%, rgba(54,107,176,0) 100%);
    width: 355px;
    height: 418px;
    left: 0;
    bottom: 8%;
}
 
.promis-sec .container{max-width: 1280px; width: 100%; margin: auto; }
.promis-img {width: 68%; margin: 0 auto 30px; padding: 0 300px; position: relative; }
.promis-img::before , .promis-img::after{position: absolute; content: ""; background-color: #366bb0; left: 0; height: 2px; width: 255px; bottom: 35px; }
.promis-img::after{right: 0;left:auto; }
 
.promis-img img{width: 100%; display: block; }
 
.promis-sec .text-heading strong{
    font-size: 80px;
    display: block;
    font-family: 'Aleo-ExtraBold';
   line-height: 1;
    color: #366bb0;
}
 
.promis-sec .text-heading{font-size: 70px; text-transform: uppercase; margin: 0 0 25px; font-family: 'Aleo-Regular'; color: #13293d; }
 
.promis-sec p{
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 50px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
 
.promis-btn-call {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
 
.promis-call{
    padding: 0 0 0 80px;
    position: relative;
    text-align: left;
}
 
.promis-sec .promis-call p {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}
 
.promis-sec .promis-call p a {
    display: block;
    font-family: 'Aleo-ExtraBold';
    font-size: 40px;
    color: #13293d;
    margin: 0;
    line-height: 1;
}
 
.promis-sec .promis-call p a:hover{
    color: #366bb0;
}
 
.promis-call p a::before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -100px -20px;
    width: 61px;
    height: 61px;
    left: 0;
    top: 5px;
    margin: auto;
}
 



/*Home Testimonials Section*/
.hm-testimonials {padding: 120px 0 168px; text-align: center; position: relative; }
.hm-testimonials:before{position: absolute; content: ""; pointer-events: none;   width: 38.9%; height: 86.8%; background-color: #13293d;     top: -154px; z-index: -1; left: 0; clip-path: polygon(0 0, 0% 100%, 100% 0);}
.testi-lst {display: flex ; padding: 0 100px 0 0px;  justify-content: space-between; position: relative;}
.testi-lst:before{position: absolute; content: "" ;     width: 22.5%;  background-image: -webkit-linear-gradient( 180deg, rgb(54,107,176) 0%, rgba(54,107,176,0) 100%); clip-path: polygon(0 0, 0% 100%, 100% 100%); height: 176px;  z-index: -1; top: 25px; left: -26px; right: 0; margin: auto;}
.hm-testimonials h2{text-align: left; margin: 0 0 70px;    padding: 0 0 0 79px ;}
.hm-testimonials h2.text-heading.mbl-btn{display:none;}
.hm-testimonials .testi-item {width: 100%; padding:42px 8px 50px; position: relative; background-color: transparent; }
.testi-itm-rit {width: 46.4%;}
.testi-itm-lft {width: 47%; }
.testi-img {margin: 0 0 0 -91px; }
.hmtesti-btn {margin: 34px 0 0; text-align: left; }
.star-rat{background-image: url(images/hm-sprites.webp); background-position: -151px -107px;width: 184px; height: 34px; background-repeat: no-repeat; margin: 0 0 22px; }
.testi-img img {width: 100%; display: block; }
.hm-testimonials .testi-item p {font-size: 20px; line-height: 2; margin: 0 0 20px; font-family: 'Poppins-Regular'; color: #000000; text-align: left; }
.hm-testimonials .testi-item h5 {font-size: 25px; line-height: 1; color: #13293d; font-family: 'Aleo-Bold'; text-transform: uppercase; text-align: left; margin: 0;letter-spacing:0; }
.hm-testi-list .owl-nav {display: flex; justify-content: center; align-items: center; gap: 20px; margin: 30px auto; }
.hm-testi-list .owl-nav button {width: 40px; height: 40px; background-color: #000 !important; font-size: 30px !important; color: #fff !important; line-height: 1 !important; }
 
 


/*footer form*/

.hm-form-list {display: flex; justify-content: space-between; }
.hm-map{width: 35.9%; padding: 115px 0px 0px;}
.hm-form-sec{width: 52.1%;}
.ftr-form-sctn{text-align: center; background-image: url(images/form-bg.webp); background-repeat: no-repeat; background-size: cover; padding: 125px 0px; background-position: center; }
.ftr-form-sctn .container{max-width: 1280px;margin:auto;}
.mape iframe{height:606px;width: 100%;}
.mape {outline: 6px solid #366bb0; position: relative; outline-offset: -4px;}
.mape:before{position: absolute; left:0; right:0; clip-path: polygon(51% 16%, 0 0, 100% 0); background-color:#366bb0; content:""; top:0; width:100%; height:50%; }
.hm-map h4{font-family: 'Aleo-SemiBold'; font-size:35px; line-height:1.1; margin:0 0 20px; text-align: center; color:#fff; text-transform: uppercase; }
.hm-form-sec p {font-family: 'Poppins-Regular'; font-size:18px; color:#fff; line-height:1.2; margin: 0 0 23px; text-align: center; font-weight:400; }
.hm-form-sec .text-heading{color:#fff;margin: 0 0 27px;}

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


.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width:100%;
    padding: 0;
    border: none;
    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: #1b2026;
    outline: 0px;
    position: relative;
    border-radius: 0;
   font-family: 'Poppins-Medium'!important;
    background: #fff;
    line-height: 1.2 !important;
    font-size: 18px !important;
padding: 24px 32px !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-phone {
    width: 48.7% !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 {
    width: 100% !important;
    height: 130px !important;
    resize: none;
    padding-top: 20px !important;
    margin: 0px 0 12px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
   font-family: 'Poppins-Regular';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.36px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #366bb0;
}
.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: 3;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: right;
   margin: -49px 0 0;
    position: relative;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color:#366bb0 !important;
    outline: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
     font-family: 'Poppins-SemiBold'!important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 24px !important;
   padding: 25px 53px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border: 1px solid transparent !important;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color:transparent !important;
    border: 1px solid #fff !important;
}




.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
 font-family: 'Poppins-Regular';
     padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}

/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Poppins-Medium';
   color: #f83309;
    margin: 0;
    pointer-events: none;
}

.hm-form .chk .gfield_description.validation_message{
    bottom: -23px !important;
    left: 0;
    right: auto !important;
    text-align: left;
}

/*.ftr-frm-sctn ends*/









/*Footer block*/
.ftr-block-sec {
 background-image: url(images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
padding: 175px 0 0px;
    margin: -230px 0 0;
    z-index: 1;
    position: relative;
}

.ftr-block-sec .container{max-width:1280px;}

 
#footer-navigation ul {
    font-size: 0;
    text-align: center;
    padding:0 0 30px;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 45px;
}
 
#footer-navigation ul li:first-child{
    margin-left: 0;
}
 
#footer-navigation ul li:last-child{
    margin-right: 0;
}
 
#footer-navigation ul li a {
    letter-spacing: 0.36px;
    color: #000000;
    padding: 0;
    min-width: inherit;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    font-weight: 600;
    border: 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#366bb0;
}
 



.ftr-block-list {display: flex; justify-content: space-between; padding: 50px 0px; border-bottom: 1px solid #9ba5b2; }
.ftr-itm {width: 34%; text-align:center; border-left:1px solid #9ba5b2; }
 .ftr-itm.call{border-right: 1px solid #9ba5b2;}
.ftr-itm.lgo {width: 41.3%; padding: 62px 52px; }
.ftr-logo  a img {width: 100%; display: block; }
.ftr-itm h4{font-size: 24px; font-family: 'Aleo-Bold'; font-weight: 700; line-height: 1; color: #000000; text-transform: uppercase; margin: 0 0 20px; padding: 91px 0 0; position: relative; }
.ftr-itm h4::before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -179px -19px; left: 0; top: 8px; right: 0; margin: auto; width:62px; height: 62px; }
.ftr-itm.call h4::before {background-position: -254px -14px;}
.ftr-itm p{font-size: 18px; font-family: 'Poppins-Medium'; font-weight: 500; line-height: 1.5; letter-spacing: 0px; color:#000000; margin: 0; }
.ftr-itm-call a {font-size: 40px; font-family: 'Aleo-ExtraBold'; font-weight: 800; line-height: 1; color: #13293d; margin: 0; display: inline-block; }
.ftr-itm-call a:hover{color: #366bb0; }



/*Copy Rights Section*/
.ftr-copyrights-sec {padding: 50px 0px; text-align: center; }
.ftr-copyrights-sec p{margin: 0; font-family: 'Poppins-Medium'; font-size: 22px; color: #000; line-height: 1.4; }
.ftr-copyrights-sec p a:hover{color:#366bae;}

.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}
