/*

 Theme Name:   Egolf Ferlic Martinez Cox, LLC

 Theme URI:    https://wordpress.com/

 Description:  Twenty Nineteen Child Theme

 Author:       Wordpress

 Author URI:   https://wordpress.com/

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  egolflaw

*/

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-ExtraBold.eot'),
        url('fonts/FrankRuhlLibre-ExtraBold.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-Black.eot'),
        url('fonts/FrankRuhlLibre-Black.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-Bold.eot'),
            url('fonts/FrankRuhlLibre-Bold.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-Light.eot'),
        url('fonts/FrankRuhlLibre-Light.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-Regular.eot'),
        url('fonts/FrankRuhlLibre-Regular.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-Medium.eot'),
        url('fonts/FrankRuhlLibre-Medium.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('fonts/FrankRuhlLibre-SemiBold.eot'),
        url('fonts/FrankRuhlLibre-SemiBold.woff2') format('woff2'),
        url('fonts/FrankRuhlLibre-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.eot'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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


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

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


:root {

  --blue: #1e90ff;

  --white: #ffffff;

  --placeholdercolor: currentColor;

}



* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  scroll-behavior: smooth;

}



body {

  margin: 0;

  padding: 0;

  font-family: "Poppins", sans-serif;

  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;

  line-height: normal;

  color: inherit;

  text-decoration: none;

  transition: 0.5s;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Poppins", serif;

  margin: 0 0 20px 0;

  padding: 0;

  font-weight: normal;

}



p,

li,

ul,

ol,

blockquote {

  font-family: "Poppins", sans-serif;

  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;

}



.container {

  max-width: 1500px;

  width: 100%;

  margin: 0 auto;

}



.d-none,

.hide {

  display: none !important;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.fw {

  float: left;

  width: 100%;

}



.wrapper {

  float: left;

  width: 100%;

}





/* Header Section Starts */

.head-sec {padding: 30px 0 48px; background-color: #fff; position: relative; z-index: 99; }
.head-sec .header-blk{position: relative; }
.head-sec .top-rit {display: flex; justify-content: space-between;align-items:center;padding:0 0 0 50px;margin:0 0 30px; }
.head-sec .num-btn {display: flex; gap: 15px;align-items:center; }
.head-sec .location p{  font-family: 'Inter';font-weight: 600;font-size: 18px;color: #e2b939;line-height: 1;letter-spacing: 2.16px;text-transform: uppercase;margin: 0;}
.head-sec .phn-num p{font-family: 'Poppins';font-weight: 400;font-size: 28px;color: #575757;letter-spacing: 0;line-height: 1;padding: 0 0 0 45px;margin: 0;position: relative;}
.head-sec .phn-num p a{color: #000;}
.head-sec .phn-num p a:hover{color: #89b1db;}
.head-sec .phn-num p a:before{content: "";background-image: url(images/sprites.webp);width:32px ;height:32px ;background-repeat: no-repeat;position: absolute;background-position:-75px -27px;top: 0;bottom: 0;left: 0;margin: auto;}
.head-sec .container{max-width: 1700px;}
.head-sec .logo {width: 16.13%; position: absolute; left: 0; right: 0; margin: auto; top: -10px;}
.head-sec .payment-btn a.cmn-btn{padding: 15px 50px;cursor: pointer;display:none;}
.head-sec .location{padding: 0 0 0 35px;position: relative;}
.head-sec .location:before{content: "";position: absolute;width:19px ;height:27px ;background-image: url(images/sprites.webp);background-repeat: no-repeat;top: 0;bottom: 0;left: 0;margin: auto;background-position: -30px -27px;}
.head-sec .logo img {transition-duration: 0.8s; width: 100%;display: block;}
.head-sec .topmenu ul {position: relative; margin: 0; }
.head-sec .topmenu ul li {float: left; position: relative; margin: 0 48px; }
.head-sec .topmenu ul li a {position: relative; font-weight: 500; text-transform: uppercase; letter-spacing: 0; line-height: 1; color: #000; padding: 0; font-family: "Inter"; font-size: 20px; }
.head-sec .topmenu ul li:nth-child(3) {margin-right: 452px;}
.head-sec .topmenu ul li.current-menu-item > a, .topmenu ul li > a:hover {color: #89b1db; }
.head-sec .top-rit .head_phn_num a {font-size: 25px; line-height: 1; }
.head-sec .topmenu ul li:first-child {margin-left: 0px; }
.head-sec .topmenu ul li:last-child {margin-right: 0px; }
.head-sec .topmenu ul li:last-child a {border: 0; }
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 270px; position: absolute; top: 100%; left: 0; right: auto; background-color: #89b1db; padding: 0px 0; z-index: 999; }
.head-sec .topmenu ul li:hover ul.sub-menu {display: block; }
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none; }
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative; }
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff; }
.head-sec .topmenu .sub-menu li a:after {display: none; }
.head-sec .topmenu .sub-menu li {width: 100%; float: left;border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }
.head-sec .topmenu .sub-menu li a {float: left; font-size: 16px; width: 100%; line-height: 1.3; letter-spacing: 0.3px; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; font-family: 'Inter';}
.head-sec .topmenu .sub-menu li a:hover {background-color: #e2b939; color: #fff;}
.head-sec .topmenu ul ul a:after {display: none;}


.head-sec .topmenu ul li.top-pract-menu ul.sub-menu{width: 540px;column-count: 2;}
.head-sec .topmenu ul li.top-pract-menu ul.sub-menu li {display: inline-block;width: 100%;margin: 0px;}
.head-sec .topmenu ul li.top-pract-menu ul.sub-menu ul{column-count: inherit;width: 100%;}

.head-sec.f-nav {position: fixed; z-index: 999;padding:20px 0 30px ;border-bottom:2px solid #e2b939 }
.head-sec.f-nav .logo{width: 14%;top: -5px;}
.head-sec.f-nav .phn-num p{font-size: 26px;}
.head-sec.f-nav .top-rit{margin: 0 0 30px;}

.paoc-credit-wrp {display: none !important;}
.paoc-padding-20 {padding: 40px 20px !important;border: 2px solid #e2b939;}

.payment-btns {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}


/* Mobile Menu Starts */



.showhide {

  display: none;

  color: #fff;

  width: 110px;

  height: 28px;

  float: left;

  text-align: left;

  cursor: pointer;

  padding: 0px 0 0 33px;

  position: relative;

}



.showhide b.txtl {

  text-align: right;

  font-size: 20px;

  line-height: 28px;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0 0px 0 0px;

  color: #343235;

  padding-top: 2px;

  font-weight: bold;

  letter-spacing: 0.5px;font-family: 'Inter';

}



.showhide b.txtr {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  text-align: left;

  font-size: 37px;

  line-height: 26px;

  color: #343235;
      font-family: 'Inter';


}



.mobinav {

  display: none;

  width: 100%;

  color: #fff;

  box-sizing: border-box;

  z-index: 99999995;

  float: left;

  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: 'Inter';

}



.mobinav a {

  width: 100%;

  float: left;

  padding: 6px 0;

  display: block;

  line-height: normal;

  color: #fff;

  font-size: 17px;

  letter-spacing: 0.5px;

  font-family: 'Inter';

  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;

}



.mobinav ul li a.drop.close,

.mobinav ul li a.drop.open {

  font-size: 0;

  position: absolute;

  right: 0px;

  top: 0;

  width: 100%;

  height: 29px;

  background-color: transparent !important;

  background-image: url(images/plus_icn.webp);

  background-position: right center;

  background-repeat: no-repeat;

  padding: 0px 5px !important;

  cursor: pointer;

}



.mobinav ul li a.drop.open {

  width: 22px;

  background-image: url(images/minus_icn.webp);

}



.mobile_src_nav {

  display: none;

  width: 100%;

  float: left;

  position: relative;

  padding: 10px 0;

}



.mobile_src_nav .container {

  position: relative;

}



.mobile_src_nav .search-form {

  width: 100%;

  float: left;

}





/* Mobile Menu Ends */



/* Homepage Default Button and Common Heading */



a.cmn-btn {font-size: 20px; color: #fff; line-height: 1; display: inline-block; position: relative; background-color:#89b1db; text-transform: uppercase; font-weight: 600; padding:22px 57px; font-family: "Poppins"; border: 2px solid #e2b939; text-align: center; letter-spacing: 0;}
a.cmn-btn:hover {background:transparent; color: #e2b939; }
.text-heading {font-family: 'Frank Ruhl Libre'; font-weight: 500; font-size: 80px; color: #3b465c; line-height: 1.12; margin-bottom: 40px; letter-spacing: -1.6px;text-transform:capitalize; }
.sub-heading{font-family: 'Frank Ruhl Libre'; font-size: 22px; color: #3b465c;line-height: 1;letter-spacing: 8.9px;font-weight: 500;text-transform: uppercase;margin: 0 0 15px;}

/*Header Sticky Menu*/

.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #fff; z-index: 9999;border-bottom:2px solid #e2b939; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out; }
.header-sticky .sicky-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-family: 'Inter';font-weight:500; }
.header-sticky .sicky-cnt>a {font-size: 17px; color: #89b1db;font-family: 'Inter';font-weight:500;line-height: 1; text-transform: uppercase; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: max-content; cursor: pointer;font-weight:400; }
.header-sticky .sicky-cnt a: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 #89b1db; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; }
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; }
.floatingMenu-list {width: 400px; background: #e2b939; 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: 40px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; }
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; 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:210px;text-align: center;}
.sticky-wrap{display: none;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*/ Mobile Menu Ends /*/

/* Homepage Banner Section Starts */

.banner-sec .container{max-width: 1700px;}
.banner-sec {padding: 95px 0 0; background-image:url(images/banner-bg.webp);background-size: cover;background-position: center; position: relative;background-repeat: no-repeat;}
.banner-sec:before {content: ""; background-image: url(images/banner-bg-layer.webp); width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; opacity: 80%; z-index: 0; background-repeat: no-repeat; background-size: 100% 100%; background-position: bottom;pointer-events:none; }
.banner-sec .ban-rit-title h1{ font-family: 'Frank Ruhl Libre';font-weight: 400;font-size: 120px;letter-spacing: 0;line-height: 0.9;color: #3b465c;margin: 0;text-transform: uppercase;}
.banner-sec .ban-rit-title h1 strong{font-weight: 400;color: #e2b939;}
.banner-sec .ban-rit-title{width: 27.6%;position: relative;padding: 40px 0 0;}
.banner-sec .ban-mid-image{width: 40.5%;padding: 150px 40px 0;position: relative;z-index: 0;}
.banner-sec .ban-mid-image:before{content: "";background-image: url(images/ban-atrny-ellipse.webp);width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background-repeat: no-repeat;background-size: 100% 100%;pointer-events: none;z-index: -1;}
.banner-sec .ban-mid-image img{width: 100%;display: block;}
.banner-sec .banner-blk {display: flex; justify-content: space-between; align-items: self-start; }
.banner-sec .ban-lft-cont{width: 24.9%;padding: 141px 0 0;position: relative;}
.banner-sec .ban-lft-cont:before{content: "";background-image: url(images/ban-cont-logo-smbl.webp);width:113px ;height: 112px;position: absolute;top: 24px;left: 0;margin: auto;background-repeat: no-repeat;background-size: 100% 100%}
.banner-sec .ban-lft-cont p{font-family: 'Poppins';font-weight: 300;font-size: 26px;letter-spacing: 0;line-height: 1.7;margin: 0 0 20px;}
.banner-sec .ban-btn a {font-family: "Poppins"; color: #3b465c; font-size: 18px; letter-spacing: 0; line-height: 1; font-weight: 600; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.banner-sec .ban-btn a:hover{color:#89b1db; }

/*Homepage Case Results Section*/

.hover a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 9;font-size: 0;margin: auto;}
.hm-case-results {padding: 120px 0 130px; background-color: #faf7f2; }
.hm-case-results .text-heading{text-align: center;margin: 0 0 45px 0;line-height: 1;}
.hm-case-results .case-result-item {width: 24.2%;text-align:center;padding:40px 20px 35px;position:relative;transition: 0.5s;}
.hm-case-results .case-result-item:last-child:before{display: none;}
.hm-case-results .case-result-item:before{content: "";background-color: #3b465c;position:absolute;width: 1px; height: 72.9%;top: 0;bottom: 0;margin: auto;right: 0;opacity: 20%;}
.hm-case-results .case-result-item h4{font-family: 'Frank Ruhl Libre';font-weight: 700;font-size: 42px;letter-spacing: -0.84px;line-height: 1;color: #3b465c;text-transform: uppercase;margin-bottom: 20px;}
.hm-case-results .case-result-item p{font-family: 'Trirong';font-weight:500;font-size: 25px;color: #3b465c;letter-spacing: -0.5px;line-height: 1;margin: 0 0 25px}
.hm-case-results .case-results-blk {display: flex; justify-content: center; margin: 0 0 65px;}
.hm-case-results .results-arrow{background-image: url(images/sprites.webp);width:75px ;height:75px ;background-position: -524px -164px;margin: auto;font-size: 0;display: inline-block;transition: 0s;}
.hm-case-results .case-result-item:hover{background-color: #3b465c;}
.hm-case-results .case-result-item:hover h4{color: #e2b939;}
.hm-case-results .case-result-item:hover p{color: #e2b939;} 
.hm-case-results .case-result-item:hover .results-arrow a{background-position: -418px -164px;transition-duration: 0s;}
.hm-case-results .results-btn {text-align: center;}
.hm-case-results .container{max-width: 1700px;}
.hm-case-results .case-result-item:hover .results-arrow{background-position: -418px -164px; }

/*Homepage About Section Start*/

.hm-about-sec {padding: 150px 0 100px 0; background-image: url(images/about-bg-img.webp); background-repeat: no-repeat; background-position: top right;background-size: 44% 54%; }
.hm-about-sec  h2.text-heading strong{font-weight: 300;display:block;}
.hm-about-sec .sub-heading{margin: 0 0 33px;}
.hm-about-sec .abt-lft-img {width: 33.4%; }
.hm-about-sec .about-lft{width: 47.5%;}
.hm-about-sec .aboout-rit{width: 46%;text-align: center;}
.hm-about-sec .abt-lft-tle-blk{display: flex;justify-content: space-between;align-items: center;margin: 0 0 40px;}
.hm-about-sec .about-blk{display: flex;justify-content: space-between;align-items: flex-start;}
.hm-about-sec .abt-lft-title h5{font-family: 'Frank Ruhl Libre';font-weight: 300;font-size: 38px;letter-spacing: 0;line-height: 1.4;color: #3b465c;margin: 0;}
.hm-about-sec .abt-lft-title{width:62.9%;}
.hm-about-sec .about-lft p{font-family: 'Poppins';font-weight: 300;font-size: 18px;line-height: 1.9;letter-spacing: 0;margin: 0 0 40px;}
.hm-about-sec .abt-rit-img img{width: 100%;display: block;}
.hm-about-sec .abt-rit-img{margin: 0 0 60px;}
.hm-about-sec .abt-rit-tle h5{font-family: 'Frank Ruhl Libre';font-weight: 300;font-size: 38px;letter-spacing: 0;line-height: 1.23 ;color: #7f7c73;    margin:0 0 48px;}
.hm-about-sec .abt-lft-btn a.cmn-btn{padding: 22px 97px;}
.hm-about-sec .about-rit-btn a.cmn-btn{padding: 22px 61px;}
.hm-about-sec .abt-lft-img img{width: 100%;display: block;}

/* Homepage We Can Help Section Starts*/

.hm-we-can-help-you-sec {padding: 194px 0 180px;text-align: center;}
.hm-we-can-help-you-sec h2{font-size: 120px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1;letter-spacing: -2.4px;color: #3b465c;text-transform: capitalize;margin-bottom: 40px} 
.hm-we-can-help-you-sec h2 strong{font-weight: 500;display: block;}
.hm-we-can-help-you-sec p{font-size:30px ;font-weight: 300; font-family: 'Poppins';line-height:1.5;letter-spacing: 0px;color: #3b465c;text-transform: capitalize;margin-bottom: 45px} 
.hm-we-can-help-you-sec .hm-cnct-btn p{font-size:18px ;font-weight: 400; font-family: 'Poppins';line-height:1;letter-spacing: 0px;color: #e2b939;text-transform: uppercase;text-align: left;padding-left: 80px;position: relative;margin: 0;} 
.hm-cnct-btn p a:hover{color: #89b1db;}
.hm-cnct-btn p a{font-size:40px ;font-weight: 400; font-family: 'Poppins';line-height:1;letter-spacing: -0.8px;color: #000;display: block;margin-top: 12px;}
.hm-cnct-btn p a:before {position: absolute; content: ""; width: 55px; height: 60px; background-image: url("images/sprites.webp"); background-repeat: no-repeat; background-position: -247px -29px; left: 0; top: 0; bottom: 0; margin: auto; }.hm-cat-btns{display: flex ; justify-content: center; gap: 48px;}
.hm-we-can-help-you-ctnt{position: relative;}
.hm-we-can-help-you-ctnt:before, .hm-we-can-help-you-ctnt:after {position: absolute; content: ""; width: 18.2%; height: 100%; left: 0; top: -116px; opacity: 30%; background-image: url('images/hm-cat-flw-lft.webp'); background-repeat: no-repeat; background-size: 100% 100%; }
.hm-we-can-help-you-ctnt:after{ background-image: url('images/hm-cat-flwr-rit.webp');left: inherit !important;right: 0;top:-132px}



/*Homepage Practice Area Section Starts*/

.hmpractice-sec {text-align: center; padding: 118px 0 130px;background-image: url('images/hm-prct-sec-bg.webp');background-repeat: no-repeat; background-size: cover;background-position: center; position: relative;z-index: 1;}
.hmpractice-sec:after {background-image: url('images/ftr-sec-layer.webp'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; z-index: -1; opacity: 8%; pointer-events: none; }
.hmpractice-sec h2{    line-height: 1; color: #fff; margin-bottom: 67px;}
.hmpractice-sec .hm-pract-itm {text-align: center;padding: 53px 20px 63px;width: 32%;position: relative;background-color: rgba(49, 57, 76, 0.4); border:solid 1px rgba(255, 255, 255, 0.5);transition: 0.5s}
.hmpractice-sec .hm-pract-itm h4{font-size: 28px ;font-weight: 500; font-family: 'Frank Ruhl Libre';line-height: 1;letter-spacing: -0.56px;color: #fff;text-transform: capitalize;margin-bottom: 0;padding-top:112px;position: relative;min-height: 168px;} 
.hmpractice-sec .hm-pract-itm:after {position: absolute; content: ""; width: 97.1%; height: 95%; border: solid 8px #e2b939; left: -1px; top: -1px; display: none;}
.hmpractice-sec .hm-pract-itm h4:before{position: absolute;content: "";width: 110px;height: 85px;background-image: url("images/sprites.webp");background-repeat: no-repeat;background-position: -30px -237px;top:0;left: 0;right: 0;margin: auto;}
.hmpractice-sec .hm-pract-itm:hover h4:before{background-position:-29px -330px ;transition-duration: 0.5s}
.hmpractice-sec .hm-pract-itm.airplane h4:before{background-position: -648px -240px; }
.hmpractice-sec .hm-pract-itm.airplane:hover h4:before{background-position: -648px -330px; }
.hmpractice-sec .hm-pract-itm.abuse h4:before{background-position:-285px -258px;}
.hmpractice-sec .hm-pract-itm.abuse:hover h4:before{background-position:-282px -361px; }
.hmpractice-sec .hm-pract-itm.gender h4:before{background-position:-407px -258px;}
.hmpractice-sec .hm-pract-itm.gender:hover h4:before{background-position:-406px -356px; }
.hmpractice-sec .hm-pract-itm.medical h4:before{background-position:-520px -258px; }
.hmpractice-sec .hm-pract-itm.medical:hover h4:before{background-position:-520px -356px; }
.hmpractice-sec .hm-pract-itm.nursing h4:before{background-position:-17px -462px; }
.hmpractice-sec .hm-pract-itm.nursing:hover h4:before{background-position:-17px -562px; }
.hmpractice-sec .hm-pract-itm.wrongful h4:before{background-position:-140px -462px;  }
.hmpractice-sec .hm-pract-itm.wrongful:hover h4:before{background-position:-138px -560px; }
.hmpractice-sec .hm-pract-itm.civil h4:before{background-position:-252px -462px  }
.hmpractice-sec .hm-pract-itm.civil:hover h4:before{background-position:-260px -558px  }
.hmpractice-sec .hm-pract-itm.injury h4:before{background-position:-356px -462px }
.hmpractice-sec .hm-pract-itm.injury:hover h4:before{background-position:-361px -560px; }
.hmpractice-sec .hm-pract-lst{display: flex ; justify-content: center; flex-wrap: wrap; gap: 40px 30px;margin-bottom: 60px}
.hm-pract-itm-hover a{position: absolute;font-size: 0;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 9;}
.hmpractice-sec .hm-pract-itm:hover{border-color: transparent;background-color: rgba(49, 57, 76, 1);}
.hmpractice-sec .hm-pract-itm:hover:after{display: block;}
.hmpractice-sec .hm-pract-itm:hover h4{color: #e2b939}
.hm-pract-btn a.cmn-btn:hover {background-color:#3b465c !important}

/* Homepage Testimonials Section Starts*/
.hm-testimonials { text-align: center; padding: 245px 0 0;position: relative;}
.hm-testimonials:before{position: absolute;content: "";width: 61.7%;height: 47.6%;background-color: rgb(250, 247, 242);top: 115px;left: 0;right: 0;margin: auto;z-index: -1}
.hm-testimonials .container{max-width: 1700px}
.hm-testimonials h2 strong{font-size: 22px ;line-height: 1;letter-spacing: 8.8px;color: #3b465c;text-transform: uppercase;display: block;height: 100% } 
.hm-testimonials .hm-testi-item {background: #fff; padding: 40px 50px 98px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;height: 100%;position: relative;}
.hm-testimonials .hm-testi-item p {font-size: 25px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1.5;letter-spacing: 0px;color: #000;margin-bottom: 15px; opacity: 50%;} 
.hm-testimonials .hm-testi-item h5{font-size: 28px; font-weight: 400; font-family: 'Frank Ruhl Libre'; line-height: 1.28; letter-spacing: 0px; color: #000; text-transform: uppercase; margin-bottom: 0; opacity: 50%; position: absolute; bottom: 28px; left: 0; right: 0; padding: 32px 0 0; border-top: solid 2px #cac9bf; margin: 0 50px;}
.hm-testimonials .hm-testi-item .star-rat{font-size: 0;width:152px ;height:25px ;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -30px -123px;text-align: center;margin:0 auto 32px;opacity: 50%;}
.hm-testimonials .testi-blck.owl-carousel .owl-item.active.center .hm-testi-item {width: 640px !important; opacity: 100%; height: 100%; margin-left: -76px; }
.hm-testimonials .testi-blck .owl-nav.disabled {display: flex; justify-content: space-between; width: 100%; margin: 50px auto 0px; max-width: 524px; }
.hm-testimonials .testi-blck  button.owl-prev,.hm-testimonials .testi-blck  button.owl-next{font-size: 0;width: 50px;height: 50px;background-image: url("images/sprites.webp") !important;background-repeat: no-repeat !important;background-position: -492px -462px !important;transition: 0.5s;}
.hm-testimonials .testi-blck  button.owl-next{background-position: -565px -459px !important;}
.hm-testimonials .testi-blck  button.owl-prev:hover{background-position: -490px -525px !important;}
.hm-testimonials .testi-blck  button.owl-next:hover{background-position: -565px -525px !important;}
.hm-testimonials .testi-blck  button span{display: none;}
.hm-testimonials .hm-testi-btn a{position: relative;z-index: 9;}
.hm-testimonials .testi-blck.owl-carousel .owl-item.active.center .star-rat{font-size: 0;width:182px ;height:30px ;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -30px -163px;text-align: center;margin:0 auto 32px;opacity: 100%;}
.hm-testimonials .testi-blck.owl-carousel .owl-item.active.center .hm-testi-item p ,
.hm-testimonials .testi-blck.owl-carousel .owl-item.active.center .hm-testi-item h5{opacity: 100%;}
.hm-testimonials .testi-blck.owl-carousel .owl-stage { display: flex;padding:20px;}
.hm-testimonials .hm-testi-btn {margin: -57px 0 0; position: relative;}
.hm-testimonials .hm-testi-item-cnt{padding: 28px 0 13px;border-top: solid 2px #cac9bf;}


/*Homepage Attorney Section Starts*/

.hm-attorney-sec {padding: 200px 0 265px;position: relative;}
.hm-attorney-sec .container{max-width: 1700px}
.hm-attorney-sec h2.text-heading strong{font-weight: 300;text-transform: uppercase;display: block;}
.hm-attorney-sec h2.text-heading{margin-bottom: 0;text-transform: uppercase;line-height: 1;letter-spacing: -1.6px}
.hm-att-lft{width: 43.3%;padding-left: 100px}
.hm-attorney-sec  .slider {width: 55.6%;position: relative;}
.hm-att-lft h5{font-size: 30px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1.6;letter-spacing: 0px;color: #898e70;margin-bottom: 30px} 
.hm-att-lft p{font-size:18px ;font-weight: 300; font-family: 'Poppins';line-height:1.9;letter-spacing: 0px;color: #000;margin-bottom: 65px}
.hm-att-blk{display: flex;justify-content: space-between;}
.hm-attorney-sec .team-slider {width: 100%; max-width: 700px; margin: auto; position: relative; text-align: center; }
.hm-attorney-sec .team-members {position: relative; height: 350px; }
.hm-attorney-sec .team-member {position: absolute; top: 0; left: 25%; transform: translateX(-50%) scale(0.8); opacity: 0; transition: all 0.5s ease; width: 250px; z-index: 0;width:100%;max-width:403px }
.hm-attorney-sec .team-member img {width: 100%;display:block; }
.hm-attorney-sec .team-member h3 {font-size: 40px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1;letter-spacing: 0px;color: #000;margin-bottom: 15px;text-align: center;display: none;} 
.hm-attorney-sec .team-member p {font-size:18px ;font-weight: 400; font-family: 'Poppins';line-height:1;letter-spacing: 1px;color: #918c82;margin-bottom: 0px;text-transform: uppercase;text-align: center;display: none;}
.hm-attorney-sec .team-member.active {transform: translateX(-50%) scale(1); opacity: 1; z-index: 3; }
.hm-attorney-sec .team-member.behind-1 {transform: translateX(20%) scale(0.9); z-index: 2; opacity: 0.6; left: 160px;}
.hm-attorney-sec .team-member.behind-2 {transform: translateX(40%) scale(0.85); z-index: 1; opacity: 0.4;left:282px; }
.hm-attorney-sec .team-member.behind-3 {transform: translateX(60%) scale(0.8); z-index: 0; opacity: 0.2;left: 343px; }
.hm-attorney-sec .slider-controls {margin-top: 20px; }
.hm-attorney-sec .slider-counter { }
.hm-attorney-sec .team-member-img{background-image: url("images/att-bg.webp");background-repeat: no-repeat;background-size: cover;margin-bottom: 35px}
.hm-attorney-sec .team-member-img img{opacity: 50%}
.hm-attorney-sec .team-member.active  .team-member-img img{opacity: 100%}
.hm-attorney-sec .slider-controls {display: flex ; justify-content: space-between;align-items: center; position: absolute; bottom: -20px; width: 100%; max-width: 620px; margin: 0 auto;    left: 0;right: 0;}
.hm-attorney-sec .slider-control-btns{display: flex;gap:10px}
.hm-attorney-sec .team-member.active h3,.hm-attorney-sec .team-member.active p{display: block;}
.hm-attorney-sec .slider-counter {font-size: 60px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1;letter-spacing: 0px;color: #000;display: inline-block; font-size: 16px;display: none;}
.hm-attorney-sec .slider-counter span.total{font-size: 40px;color: #918c82}
.hm-attorney-sec .slider-control-btns button.prev,.hm-attorney-sec  .slider-control-btns button.next{font-size: 0;cursor: pointer;width: 50px;height: 50px;background-image: url("images/sprites.webp");background-repeat: no-repeat;background-position: -490px -525px;border: none;background-color: transparent;transition: 0.5s;}
.hm-attorney-sec .slider-control-btns button.next{background-position: -565px -525px}
.hm-attorney-sec .slider-control-btns button.prev:hover{background-position: -490px -585px}
.hm-attorney-sec .slider-control-btns button.next:hover{background-position: -565px -585px}
.hm-attorney-sec:before{position: absolute;content: "";width: 44.9%;height: 41.5%;background-image: url("images/att-bfr.webp");background-repeat: no-repeat;background-size: 100% 100%;opacity: 50%;z-index: -1;pointer-events: none;left: 0;top:-11.5%;}
.hm-attorney-sec:after {position: absolute; content: ""; width: 14.5%; height: 30.5%; background-image: url(images/att-flwr-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; opacity: 10%; z-index: -1; pointer-events: none; right: 0; top: 104px; }
.hm-attorney-sec .team-member:hover h3{color: #e2b939;}

/*Homepage Blog Section Starts*/

.hmblg-sec {padding: 120px 0 0; position: relative;}
.hmblg-sec::before {background-color: rgb(250, 247, 242); position: absolute; content: ""; width: 61.5%; height: 51.7%; top: 0; left: 0; right: 0; margin: auto; z-index: -1; }
.hmblg-sec .blg-tile {text-align: center; }
.hmblg-sec h2.text-heading {text-transform: uppercase; }
.hmblg-sec .hmblg-blck {flex-wrap: wrap; display: flex;}
.hmblg-sec .hmblg-item {background-color: rgb(255, 255, 255); box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.05); width: 100%; padding: 10px 10px 37px; height: 100%;}
.hmblg-sec .dt-rm {display: flex;flex-wrap: wrap; align-items: center; gap: 10px; color: #e2b939; margin-bottom: 25px; }
.hmblg-sec .dt-rm .clndr, .hmblg-sec .dt-rm .post-category a {font-family: 'Poppins'; font-weight: 500; font-size: 18px; color: #e2b939; text-transform: uppercase; line-height: 1; letter-spacing: 0px; margin: 0; }
.hmblg-sec .hmblg-item-cnt {padding: 38px 14px 0px 14px; }
.hmblg-sec .hmblgcnt h3 {font-family: 'Frank Ruhl Libre'; font-weight: 300; font-size: 30px; color: #000; line-height: 1.4; letter-spacing: 0px; margin-bottom: 25px; }
.hmblg-sec .hmblgcnt h3 a:hover{color: #89b1db; }
.hmblg-sec .hmpost_btn a {font-family: 'Poppins'; font-weight: 600; font-size: 16px; color: #fff; background-color: #3b465c;     text-transform: uppercase; line-height: 1; letter-spacing: 0px; display: inline-block; padding: 16px 28px; }
.hmblg-sec .hmblg-item:hover  .hmpost_btn a{background-color: #89b1db;}
.hmblg-sec .hmnews-btn {margin:-58px auto 0; position: relative; z-index: 1; width: max-content; }
.hmblg-sec .hmnews-btn a.cmn-btn{    padding: 22px 68px;}
.hmblg-sec .hmblg-blck.owl-carousel .owl-dots{display: none;}
.hmblg-sec .hmblg-blck.owl-carousel .owl-nav {display: flex; justify-content: space-between; width: 570px; margin: 45px auto 0; }
.hmblg-sec .hmblg-blck.owl-carousel.owl-drag .owl-item {padding: 15px; }
.hmblg-sec .owl-carousel .owl-nav button.owl-prev, .hmblg-sec .owl-carousel .owl-nav button.owl-next{background-image: url('images/sprites.webp'); background-position:-490px -525px ; background-repeat: no-repeat; width: 50px; height: 50px; display: inline-block; font-size: 0; transition:0.5s; }
.hmblg-sec .owl-carousel .owl-nav button.owl-next{background-position:-565px -525px ;}
.hmblg-sec .owl-carousel .owl-nav button.owl-prev:hover, .hmblg-sec .owl-carousel .owl-nav button.owl-next:hover{background-position:-490px -585px ; }
.hmblg-sec .owl-carousel .owl-nav button.owl-next:hover {background-position: -565px -585px; }
.hmblg-sec .sub-heading{margin: 0 0 8px;font-size: 18px; letter-spacing: 7.2px;}
.hmblg-sec .hmblg-post-img img{height:300px;object-fit:cover;object-position:center; }
.hmblg-sec .hmpost_btn {position: absolute; bottom: 0; }
.hmblg-sec .hmblgcnt {padding: 0px 0 60px 23px; border-left: 2px solid #89b1db; min-height:170px; position: relative; }
.hmblg-sec .owl-carousel .owl-stage{display: flex;}
.hmblg-sec .dt-rm .post-category a:hover{color: #89b1db;}

/*Homeapage Form Section Start*/


body.home .hm-form-sec{padding: 660px 0 80px;background-image: url('images/frm-sec-bg.webp'); background-position: top center; background-repeat: no-repeat; margin-top: -365px;}
body.home .hm-form-sec::before{height: 61%;}
.hm-form-sec { position: relative; z-index: 0; padding: 80px 0; }
.hm-form-sec::before {background-color: rgb(49, 57, 76); position: absolute; content: ""; width: 25.4%; height: 100%; bottom: 0; left: 0; margin: auto; z-index: -1; pointer-events:none; }
.hm-form-sec .frm-blk {display: flex; justify-content: space-between; }
.hm-form-sec .frm-lft-iframe iframe {width: 100%; height: 745px; }
.hm-form-sec .frm-lft {width: 45.4%; position: relative; }
.hm-form-sec .frm-rgt {width: 48.1%; }
.hm-form-sec .map-cnt {padding: 29px 27px 29px 30px; background-color: rgb(255, 255, 255); box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.05); width: max-content; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: max-content; margin: auto; border-top-left-radius: 50px; }
.hm-form-sec .map-cnt p{font-family: 'Poppins'; font-weight: 300; font-size: 16px; color: #000000; line-height: 1.5; letter-spacing: 0px; padding-left  : 51px; position: relative; margin: 0; }
.hm-form-sec .map-cnt p::before{content: ""; background-image: url(images/sprites.webp); width: 35px; height: 51px; background-repeat: no-repeat; position: absolute; background-position: -140px -30px; top: 0; bottom: 0; left: 0; margin: auto;}
.hm-form-sec h2.text-heading{color: #31394c; text-transform: uppercase; margin-bottom: 20px; }
.hm-form-sec h6 {font-family: 'Frank Ruhl Libre'; font-weight: 300; font-size: 23px; color: #898e70; line-height: 1; letter-spacing: 0px; margin-bottom: 40px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hm-form-sec .frm-rgt p {font-family: 'Poppins'; font-weight: 400; font-size: 17px; color: #000000; line-height: 1; letter-spacing: 0px; margin-bottom: 17px; }
.hm-form-sec .gform_body.gform-body {position: relative; }
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li {margin: 0 0 25px 0; padding: 0 !important; }
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {margin: 0 0 0 0; text-align: left; }x
.hm-form-sec .gform_wrapper ul.gform_fields li.phn {margin-right: 0 !important; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {font-family: 'Poppins'; font-weight: 400; font-size: 16px !important; line-height: 1 !important; letter-spacing: 0px; margin: 0px; width: 100% !important; color: #000000; outline: 0px; position: relative; border-radius: 0; border: 1px solid rgb(161, 161, 161) !important; background: transparent; border: 1px solid #fff; padding: 20px 18px !important; transition: all 0.5s; }
.hm-form-sec .gform_wrapper .top_label textarea {width: 100%; height: 167px !important; margin: 0 0 27px; padding-top: 29px !important; resize: none; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 15px; grid-row-gap: 15px; }
.hm-form-sec .gform_wrapper .form-links, .form-top, .hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label{font-family: "Poppins"; font-weight: 400; font-size: 17px; color: #000; line-height: 1; letter-spacing: 0px; width: 100%; display: inline-block; }
.hm-form-sec .form-top span, .hm-form-sec .gform_wrapper .top_label .chkbx label span {color: #ed3731;}
.hm-form-sec .gform_wrapper .top_label .chkbx label {font-weight: 700; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {float: left; clear: both; width: 14px !important;height: 14px; margin: 7px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; max-width: inherit !important; }
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0; margin: -59px 0 0; float: right; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-family: 'Poppins'; font-weight: 600; font-size: 19px !important; color: #fff !important; background-color: #89b1db !important; line-height: 1 !important; letter-spacing: 0px; text-transform: uppercase !important; outline: none !important; border: 2px solid #e2b939 !important; border-radius: 0 !important; cursor: pointer; transition-duration: 0.5s; font-style: normal !important; width: max-content !important; padding: 24px 39px !important; margin: 0;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: #31394c!important; }
.hm-form-sec input::placeholder {color: #000000; }
.hm-form-sec input:-ms-input-placeholder {color: #000000; }
.hm-form-sec input::-ms-input-placeholder {color: #000000; }
.hm-form-sec textarea::placeholder {color: #000000;}
.hm-form-sec textarea:-ms-input-placeholder {color: #000000; }
.hm-form-sec textarea::-ms-input-placeholder {color: #000000;}
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none; }
.hm-form-sec .gform_wrapper div.validation_error {text-align: center; border: none; padding: 0 !important; }
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {color: red; letter-spacing: 0.56px; font-size: 15px; line-height: 18px; }
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; }
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {padding-top: 0; }
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: inherit !important; border: none; padding: 0 !important; margin-top: 0 !important;}
.hm-form-sec .popup {position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.hm-form-sec .popup .popuptext {font-family: "Poppins"; font-weight: 400; font-size: 16px; visibility: hidden; color: #000; position: absolute; transition: transform 0.15s ease-out 0.15s; z-index: 1; text-align: center; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; width: 721px; }
.hm-form-sec .popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; }
.hm-form-sec div#popup-container {position: absolute; width: 100%; }
.hm-form-sec .gform_button.disabled {pointer-events: none;}

.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
.hm-form-sec .gform_wrapper.gravity-theme .description, .hm-form-sec .gform_wrapper.gravity-theme .gfield_description, .hm-form-sec .gform_wrapper.gravity-theme .gsection_description, .hm-form-sec .gform_wrapper.gravity-theme .instruction{padding: 0; border: 0; background-color: transparent; margin: 0; position: absolute; top: 4px; right: 8px;width: max-content;height: max-content;pointer-events: none;}
.hm-form-sec .gform_wrapper.gravity-theme .instruction{top: inherit;bottom: 4px;}
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message{right: inherit;left: 0;top: 15px;}
.hm-form-sec .gform_wrapper .gfield {position: relative; }

.hm-form-sec .ginput_container.ginput_container_checkbox {margin: -12px 0 0; }

/* Footer Section Starts */


.site-footer {background: #1f1f1f; padding: 100px 0 0; color: #fff; position: relative; z-index: 0;   background-image: url('images/ftr-sec-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.site-footer::before{background-color: rgb(59, 70, 92); background-size: cover; position: absolute; content: ""; width: 100%; height:100%; top: 0; left: 0; bottom: 0; right: 0; margin: auto;z-index: -1; opacity: 50%; pointer-events: none;}
.site-footer::after {background-image: url('images/ftr-sec-layer.webp'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; z-index: -1; opacity: 8%; pointer-events: none; }
.site-footer .ftr-logo img {width: 100%; display: block; }
.site-footer .ftmenu ul {text-align: center;  margin-bottom: 30px; }
.site-footer .ftmenu ul li {display: inline-block; margin: 0px 37px;}
.site-footer .ftmenu ul li:first-child{margin-left: 0px; }
.site-footer .ftmenu ul li:last-child{margin-right: 0px; }
.site-footer .ftmenu ul li a {font-family: "Poppins"; font-weight: 500; font-size: 20px; color: #fff; line-height: 1; letter-spacing: 0; display: inline-block; }
.site-footer .ftmenu ul li.current-menu-item a, .ftmenu ul li a:hover{color: #89b1db;}
.site-footer .ftr-blocks {display: flex; justify-content: space-between; padding: 80px 0; border-bottom: 1px solid  rgba(255, 255, 255, 50%); border-top: 1px solid  rgba(255, 255, 255, 50%); align-items: flex-start; }
.site-footer .ftr-rgt-blk {width: 42.7%; }
.site-footer .ftr-rgt-blk {width: 42.7%; display: flex; justify-content: space-between; align-items: self-end; }
.site-footer .ftr-lft {width: 49.4%; }
.site-footer .ftr-lft iframe { width: 100%; border:4px solid  rgb(144, 155, 206) !important; height:295px; }
.site-footer .ftr-rgt-itm {position: relative; padding-top: 108px; text-align: center; width: 30%; }
.site-footer .ftr-rgt-itm h4::before, .site-footer .ftr-rgt-itm.contact h4 a::before {content: ""; background-image: url(images/sprites.webp); width: 60px; height: 60px; background-repeat: no-repeat; position: absolute; background-position: -286px -672px; top: 0; left: 0; right: 0; margin: auto; transition: .5s; }
.site-footer .ftr-rgt-itm.contact h4::before, .site-footer .ftr-rgt-itm.follow h4::before{display: none;}
.site-footer .ftr-rgt-itm.contact h4 a::before{ background-position:-364px -666px;}
.site-footer .ftr-rgt-itm.contact, .site-footer .ftr-rgt-itm.follow {margin-bottom: 0; }
.site-footer .ftr-rgt-itm.follow {padding-left:0; }
.site-footer .ftr-rgt-itm h4 {font-family: 'Frank Ruhl Libre'; font-weight: 500; font-size: 30px; color: #e2b939; line-height: 1; margin-bottom: 7px; letter-spacing: 0px; }
.site-footer .ftr-rgt-itm h4 a{font-family: "Poppins"; font-size: 35px; color: #fff; line-height: 1; letter-spacing: 0; display: block; margin-top: 13px; }
.site-footer .ftr-rgt-itm.contact h4 {margin-bottom: 0px; }
.site-footer .ftr-rgt-itm h4 a:hover {color:#89b1db; }
.site-footer .ftr-rgt-itm p {font-family: 'Poppins'; font-weight: 400; font-size: 20px; color: #fff; line-height: 1.75; letter-spacing: 0px; margin-bottom: 0px; }
.site-footer .ftr-rgt-itm.follow h4 {color: #fff; font-size: 22px; letter-spacing: 8.8px; text-transform: uppercase; writing-mode: tb; transform: scale(-1); margin: 0; }
.site-footer .ftr-rgt-itm.follow {padding-left: 0; display: flex; gap: 26px; }
.site-footer .ftr-scl-icons {display: flex ; gap: 20px; justify-content: center; }
.site-footer .ftr-scl-icons a {background-image: url(images/sprites.webp); width: 52px; height: 54px; background-repeat: no-repeat; background-position: -343px -27px; background-color: #fff; transition: .5s; display: inline-block; font-size: 0; }
.site-footer .ftr-scl-icons a.twitter{background-position: -425px -26px;}
.site-footer .ftr-scl-icons a.linkdin{background-position: -507px -27px;}
.site-footer .ftr-scl-icons a:hover{background-position: -343px -97px; background-color: #3b465c;}
.site-footer .ftr-scl-icons a.twitter:hover{background-position:-425px -94px; }
.site-footer .ftr-scl-icons a.linkdin:hover{background-position: -507px -95px;}
.site-footer .ftr-scl-icons  br {display: none; }
.site-footer .ftr-rgt-itm.ftr-logo{padding-top: 0;}
.site-footer .ftr-rgt-itm .ftr-logo-img {width: 64%; margin: 0 auto 20px; }

/*Copyrights*/

.copyrights {padding: 40px 0 75px; text-align: center; }
.copyrights p, .copyrights a {font-family: 'Poppins'; font-weight: 400; font-size: 20px; line-height: 1.75; letter-spacing: 0px; margin: 0; display: inline; }
.copyrights a {display: inline-block; padding: 0 5px; }
.copyrights .cpy-inr, .copyrights .ftrlink{display: inline-block; }
.copyrights a:hover{color: #89b1db; }



/* Homepage Ends */



/* Inner Pages Default Styles */

.page_bnr {background-image: url(images/inn-ban-img.webp); background-size: cover;background-position: center; padding: 98px 0; position: relative;background-repeat:no-repeat; z-index: 2;}
.page_bnr:before {content: ""; position: absolute; width: 100%; height: 100%; background-image: url(images/inn-ban-layer.webp); background-repeat: no-repeat; top: 0; bottom: 0; left: 0; background-size: 100% 100%; pointer-events: none; z-index: -1; }
.page_title h1, .page_title h2 {font-family: 'Frank Ruhl Libre'; font-size: 34px; line-height: 1;letter-spacing: 0; color: #3b465c; position: relative; margin: 0 0 5px; font-weight: 400;text-transform: uppercase;}
.inrpg-breadcrumbs {color: #000; font-size: 15px; line-height: 1.3; font-family: "Poppins"; font-weight: 400; letter-spacing: 0;text-transform: capitalize;}
.inrpg-breadcrumbs span.current-item{color: #e2b939;}
.page_default {padding: 130px 0 40px; position: relative;}
.genpg-rite {width: 64.9%; float: left;}
.container1{max-width: 1280px;width: 100%;margin: auto;}
.page_default .full-width{width: 100%;max-width: 1920px;}
.genpg-lft {width: 31.3%; float: right; max-width: 400px;}
.page_default .genpg-rite h1, 
.page_default .genpg-rite h2, 
.page_default .genpg-rite h3, 
.page_default .genpg-rite h4, 
.page_default .genpg-rite h5, 
.page_default .genpg-rite h6 {font-family: 'Frank Ruhl Libre';font-weight: 500;margin-bottom:25px ;color: #000;letter-spacing: 0;}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {font-size: 60px; line-height: 1.15; letter-spacing:-1.2px; color: #3b465c;text-transform: capitalize; }
.page_default .genpg-rite h3 {font-size: 50px; line-height: 1.1;color: #3b465c;letter-spacing:-1px; }
.page_default .genpg-rite h4 {font-size: 38px; line-height: 1.2;}
.page_default .genpg-rite h5 {font-size: 28px; line-height: 1.2;}
.page_default .genpg-rite h6 {font-size: 25px; line-height: 1.2;}
.page_default .genpg-rite p, 
.page_default .genpg-rite li {font-family: "Poppins";  font-weight:300;font-size: 18px; line-height: 1.9; color: #000; letter-spacing: 0; margin: 0 0 20px; }
.page_default .genpg-rite a {color:#e2b939; text-decoration: none;}
.page_default .genpg-rite a:hover{color:#3b465c; }
.page_default .genpg-rite li {padding-left: 24px; position: relative; line-height: 1.7; margin: 0 0 10px;}
.page_default .genpg-rite ul li:before {background: #89b1db; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 10px;}
.page_default .genpg-rite li ul {padding: 15px 0 0 10px; margin: 0;}
.page_default .genpg-rite li ul li { list-style: none;}
.page_content .genpg-rite ol, .page_content .genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside;}
.page_content .genpg-rite ol {list-style-type: decimal; margin-left: 20px; }
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
.page_default .genpg-rite ul li > ul li { list-style-type: none; }
.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li > ul li { list-style-type: none; }

.page_default .genpg-rite .cmn-img, .page_default.single-blogpg .single_defualt_img .blog-post-img{margin-bottom: 25px;}
.page_default .genpg-rite .cmn-img img, .page_default.single-blogpg .single_defualt_img .blog-post-img img{width: 100%;display:block}
.page_default .genpg-rite .cmn-img.top-img, .page_default.single-blogpg .single_defualt_img .blog-post-img{ padding: 5px;border: 3px solid #e2b939; }


.page_bnr .container1{max-width: 1500px;}

.inr-cmn-img{margin-bottom: 25px;border: 2px solid #e2b939;}
.inr-cmn-img img{width: 100%;display: block;margin:0px;}

/*Common Box */

.genpg-rite .cbt-cmn-box {padding: 69px 30px 56px; text-align: center; background: #31394c; margin: 40px 0; border: 5px solid #e2b939; position: relative; z-index: 0;}
.page_default .genpg-rite .cbt-cmn-box h2{font-size: 70px ; letter-spacing: -1.4px ; line-height: 1 ; color: #fff ; margin-bottom: 32px; }
.genpg-rite .cbt-cmn-box::before {position: absolute; content: ""; background-image: url(images/cmn-box-layer.webp); height: 42.5%; width: 18.65%; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; top: 23px; left: 193px; right: 0; opacity: 10%; z-index: -1; }
.page_default .genpg-rite .cbt-cmn-box h2 strong{font-weight: 300; display: block;}
.genpg-rite .cmn-box-btns{display: flex; justify-content: center; gap: 31px;align-items: center;}
.page_default .genpg-rite .cmn-box-btns .consult-phn a{display:block; font-size: 40px; color:#fff ; line-height: 1; letter-spacing: -0.8px; font-family: 'Poppins'; font-weight: 400; margin-top: 5px;}
.genpg-rite .cmn-box-btns .consult-phn{position: relative; padding-left: 65px; }
.page_default .genpg-rite .cmn-box-btns .consult-phn p{color: #e2b939; line-height: 1; text-transform: uppercase; text-align: start; font-weight: 400; margin-bottom: 0;}
.genpg-rite .sch-btn a.cmn-btn{padding: 20px 23px; color: #fff ; font-size: 18px;}
.genpg-rite .cmn-box-btns .consult-phn a::before{position: absolute; content: "";background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -12px -44px; height: 60px; width: 55px;top: 0; left: 0;     bottom: 0; margin: auto;}
.genpg-rite .cmn-box-btns .consult-phn a:hover{color: #e2b939;}



/* Sidebar Styles */ 

.genpg-lft section.widget{background-color: #31394c;margin: 0 0 50px;position: relative;}
.genpg-lft section.widget:last-child{margin-bottom: 0;}
.genpg-lft .widget.testi-widget { background: #faf7f2; width: 100%;box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.05); display: inline-block; position: relative; }
.genpg-lft section.widget.testi-widget h4{color: #31394c;border-bottom: none;padding-top: 30px;}
.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {font-family: 'Frank Ruhl Libre'; font-weight: 500; font-size: 50px; border-bottom: 1px solid #e2b939; text-transform: capitalize; padding: 20px 20px 15px; margin: 0; line-height: 1; color: #fff; position: relative; text-align: center; letter-spacing: -1.1px;}
.genpg-lft .widget .menu-sidebar-menu-container, .genpg-lft .widget form {display: inline-block; width: 100%; }

/* Sidebar Navigation Menu */

.genpg-lft section.widget ul {display: block; position: relative;padding: 30px 20px 50px 35px;margin: 0; }
.genpg-lft section.widget ul li:last-child{margin: 0;}
.genpg-lft section.widget_nav_menu ul li.sidebar-btn a{font-size: 18px; color: #fff; line-height: 1; display: inline-block; position: relative; background-color: #89b1db; text-transform: uppercase; font-weight: 600; padding: 20px 30px; font-family: "Poppins"; border: 2px solid #e2b939; text-align: center; letter-spacing: 0;}
.genpg-lft section.widget_nav_menu ul li.sidebar-btn a:hover{background-color: transparent;color: #e2b939;}
.genpg-lft section.widget_nav_menu ul li.sidebar-btn{text-align: center;margin: 25px 0 0;}
.genpg-lft section.widget_nav_menu ul li.sidebar-btn a:before {display: none;}
.genpg-lft section.widget ul li {margin: 0 0 15px; position: relative; }
.genpg-lft .widget ul li a {font-family: 'Poppins'; font-size: 25px; line-height: 1.2; color: #fff; position: relative; padding-left: 25px; display:block; letter-spacing: -0.5px; }
.genpg-lft .widget ul li a:before{background-color: #89b1db;content: "";top: 9px;left: 0;margin: auto;width: 10px;height: 10px;position: absolute; }
.genpg-lft .widget ul li a:hover, .genpg-lft .widget ul li.current-menu-item a {color: #e2b939; }
.genpg-lft .widget ul li a:hover:before, .genpg-lft .widget ul li.current-menu-item a:before{background-color:#e2b939; }
.genpg-lft section.widget_nav_menu ul li.sb-iaamenu > ul.sub-menu {display: block !important; } 
.genpg-lft .widget_nav_menu ul li a.drop.close, .genpg-lft .widget_nav_menu ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 5px; width: 12px; z-index: 10; height: 20px; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/plus_icn.webp); } 
.genpg-lft .widget_nav_menu ul li a.drop.close:before, .genpg-lft .widget_nav_menu ul li a.drop.open:before{display: none;}
.genpg-lft .widget_nav_menu ul li a.drop.open {background-image: url(images/minus_icn.webp); }
.genpg-lft section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;padding: 20px 0 0;}
.genpg-lft section.widget_nav_menu ul ul li {padding: 0 0 0 20px; }
.genpg-lft .blg_sdbar_archives section{margin-bottom:25px; background-color: inherit;position: relative; }
.genpg-lft .blg_sdbar_archives{padding: 41px 30px; background: #faf7f2; box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.07); }
.blg_sdbar_archives section h4.widget-title{border-bottom: none;}


.genpg-lft section.widget_nav_menu li ul.sub-menu li a {font-size: 20px;}




.page_default .genpg-lft .blg_sdbar_archives section input.search-field, .page_default .genpg-lft .blg_sdbar_archives section select.postform, .page_default .genpg-lft .blg_sdbar_archives section select {font-family: 'Poppins'; font-weight: 400; font-size: 20px; line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 20px 54px 20px 24px; background: #89b1db; color: #3f3f3f; margin-bottom: 0; position: relative; appearance: none; width: 100%; border:2px solid #e2b939; background-repeat: no-repeat; background-position: right 25px center; outline: none; }
.page_default .genpg-lft .blg_sdbar_archives section select.postform, .page_default .genpg-lft .blg_sdbar_archives section select{background-color: transparent;border: 1px solid #89b1db;background-image: url(images/sidebars-arrow.webp);}
.page_default .genpg-lft .blg_sdbar_archives section h4.widget-title {background-color: transparent; padding: 0; font-family: 'Frank Ruhl Libre'; font-weight: 500; font-size: 35px; line-height: 1; letter-spacing: 0; color: #3b465c; text-align: left; margin: 0 0 18px; }
.page_default .genpg-lft .blg_sdbar_archives section input.search-submit {background-image: url(images/sdb-search-icon.webp); background-position:center; background-repeat: no-repeat; width: 23px; height: 23px; position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0;cursor:pointer; }
.genpg-lft section.widget.widget_archive{margin: 0;}
.page_default .genpg-lft .blg_sdbar_archives section input.search-field{color: #fff;}

/* Sidebar Form */

.genpg-lft section .gform_wrapper .form-links, .genpg-lft section .gform_wrapper div#popup-container, .genpg-lft section .gform_wrapper li.chk {display: none;}
.genpg-lft .widget .gform_heading, .genpg-lft .widget span.gform_description {margin-bottom: 0; }
.genpg-lft .widget form .gform-body {padding: 10px 30px 0 30px; }
.genpg-lft .widget form ul li {padding: 0 !important; margin: 0 0 5px 0 !important; width: 100%; border: 0; }
.genpg-lft .widget form ul li.gfield label {display: none; }
.genpg-lft .widget_nav_menu ul li a:before.drop.close, .genpg-lft .widget_nav_menu ul li a:before.drop.open{display: none;}
.genpg-lft .widget form ul li.gfield input, .genpg-lft .widget form ul li.gfield textarea {width: 100%; outline: 0; border: 0; color: #6e6e6e; font-family: "Commissioner-Light" !important; font-size: 18px !important; padding: 16px 15px !important; border: 1px solid #9d9797; }
.genpg-lft .widget form ul li.gfield textarea {height: 120px; margin: 0; }
.genpg-lft .widget form .gform_footer {padding: 5px 30px 20px; }
.genpg-lft .widget form .gform_footer input[type="submit"], .page_default .genpg-rite .contpg-frm input[type="submit"] {outline: 0; border: 0; font-family: "Commissioner-Bold"; color: #fff; line-height: 1 !important; display: inline-block; text-transform: uppercase; font-weight: normal; transition: 0.5s; font-size: 20px; padding: 16px 90px 16px 30px; background: #971f2d; position: relative; z-index: 99; cursor: pointer; width: 100% !important; }
.genpg-lft .widget form .gform_footer input[type="submit"]:hover, .page_default .genpg-rite .contpg-frm input[type="submit"]:hover {background: #ad2434; }
.genpg-lft .widget .gform_wrapper div.validation_error {display: none; }
.genpg-lft .widget form ul li.chk.gfield li label {display: block; }

/* Sidebar Testimonials */
.genpg-lft .sidebar-testi.owl-carousel {padding: 5px 40px 40px; text-align: center; }
.genpg-lft .sidebar-testi .testi-item p {font-size: 20px; color: #000; font-family: 'Frank Ruhl Libre'; line-height: 1.8;letter-spacing: 0; position: relative; margin:0 0 10px; }
.genpg-lft .sidebar-testi .testi-item .testi-item-cnt{padding: 20px 0;border-top: 1px solid #cac9bf; border-bottom: 1px solid #cac9bf;margin: 0 0 25px;}
.genpg-lft .sidebar-testi .testi-item h5 {font-size: 28px; color: #000; position: relative; margin: 0px 0px 0px;font-family: 'Frank Ruhl Libre';font-weight: 400; text-transform: uppercase; width: 74%; margin: auto;z-index: 1;position: relative;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav {text-align: center; display: flex ; width: 100%; justify-content: space-between; position: absolute; left: 0; right: 0; margin: auto; bottom: 40px; z-index: 0; padding: 0 40px;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button,.genpg-lft .sidebar-cases.owl-carousel .owl-nav button {width: 34px; height: 34px; background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -160px -14px; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next{background-position: -210px -14px;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover{background-position: -210px -63px;transition-duration: 0.5s}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover{background-position: -160px -63px;transition-duration: 0.5s;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span,.genpg-lft .sidebar-cases.owl-carousel .owl-nav button span {font-size: 0px;  }
.genpg-lft .sidebar-testi.owl-carousel .star-rat{background-image: url(images/sprites-in.webp);width:134px ;height:21px ;background-position:-14px -14px;background-repeat: no-repeat;margin:0 auto 25px;}
.genpg-lft .sidebar-testi.owl-carousel .owl-dots,.genpg-lft .sidebar-cases.owl-carousel .owl-dots{display: none;}display: none;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav {display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 300px; position: absolute; bottom: 45px; left: 0; right: 0; }

  
/*Case Results Sidebar */

.genpg-lft .widget.results{background-color: #31394c;padding: 24px 40px 43px;position: relative;}
.genpg-lft .sidebar-cases .case-item{text-align: center;padding: 30px 0px 0;}
.genpg-lft .widget.results h4.widget-title{color: #fff;padding: 0 0 18px;border-bottom:1px solid #89b1db; }
.genpg-lft .widget.results .case-item h5{font-size: 42px;font-family: 'Frank Ruhl Libre';font-weight:700;color: #e2b939;width: 100%;line-height: 1;text-transform: uppercase;margin: 0 0 10px;}
.genpg-lft .widget.results .case-item p{font-family: 'Trirong';font-weight: 500;font-size: 25px;letter-spacing: -0.5px;line-height: 1;color: #fff;text-transform: capitalize;margin-bottom: 30px;}
.genpg-lft .sidebar-cases.owl-carousel .owl-nav{display: flex ; justify-content: center; align-items: center; margin: auto; gap: 20px;}
.genpg-lft .sidebar-cases.owl-carousel .owl-nav button.owl-next{background-position: -321px -14px;width: 39px;height: 39px;}
.genpg-lft .sidebar-cases.owl-carousel .owl-nav button.owl-prev{background-position: -266px -14px;width: 39px;height: 39px;}
.genpg-lft .sidebar-cases.owl-carousel .owl-nav button.owl-next:hover{background-position: -321px -61px;transition-duration: 0.5s}
.genpg-lft .sidebar-cases.owl-carousel .owl-nav button.owl-prev:hover{background-position: -266px -61px;transition-duration: 0.5s}

/* Blog Page */

.blg-cntblk {display: flex; flex-wrap: wrap;gap:30px 23px; }
.blg-cntblk .post-item {transition: 0.5s; background-color: rgb(255, 255, 255); box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.05); width: 48.6%; padding: 10px 10px 37px; margin: 0 ;}
.blg-cntblk .post-cnt {padding: 20px 15px 0px 16px;}
.post-meta{display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px;justify-content: start;font-family: 'Poppins'; font-weight: 500; font-size: 16px; color: #e2b939; text-transform: uppercase; line-height: 1.15; letter-spacing: 0px; }
.blg-cntblk .inn-blg-cont{padding:0px 0 65px 23px; border-left: 2px solid #89b1db; min-height: 170px; position: relative;}
.page_default .genpg-rite  .inn-blg-cont a{color: #3b465c;}
.blg-cntblk .post-img img{height: 235px;object-fit: cover;object-position: center;width: 100%;display: block;}
.page_default .genpg-rite .inn-blg-cont h6 {font-weight: 300; letter-spacing: 0.3px; line-height: 1.5;margin:0; }
.blg-cntblk .post-btn{position: absolute;bottom: 0;}
.blg-cntblk .post-item:hover{background-color: #3b465c;}
.blg-cntblk .post-item:hover .inn-blg-cont a{color: #fff;}
.page_default .genpg-rite .post-item:hover .post-btn a.blg-btn{background-color: #89b1db;}
.page_default .genpg-rite .post-category ul {margin: 0px; }
.page_default .genpg-rite .post-category ul li:before {display: none; }
.page_default .genpg-rite .post-btn a.blg-btn {font-family: 'Poppins'; font-weight: 600; font-size: 16px; color: #fff; background-color: #3b465c; text-transform: uppercase; line-height: 1; letter-spacing: 0px; display: inline-block; padding: 16px 28px; }
.page_default .genpg-rite .blg-cntblk .post-category a:hover, .page_default .genpg-rite  .inn-blg-cont h6 a:hover{color: #89b1db; }
 
nav.navigation.pagination {width: 100%;margin: 25px 0 0;}
.nav-links {display: flex; justify-content: center; gap: 5px;align-items:center;position:relative; }
.nav-links svg.svg-icon {display: none;}
.nav-links span, .nav-links a {font-family: 'Poppins'; font-weight: 500; line-height: 1; letter-spacing: 0; padding: 8px 5px; background: transparent; text-align: center; width: 57px; height: 57px; display: inline-block; color: #3b465c; font-size: 25px; border: 2px solid transparent; display: flex ; justify-content: center; align-items: center;}
.nav-links span:hover,
.nav-links a:hover,.nav-links span.page-numbers.current{background-color: #3b465c;border: 2px solid #e2b939;color: #fff;}
.nav-links  a.next, .nav-links a.prev {background-image: url(images/sprites-in.webp);background-repeat: no-repeat;width: 40px;height: 40px;background-position:-375px -16px;font-size: 0;position: absolute;left: 0;padding: 0;display: inline-block;}
.nav-links span.nav-prev-text,.nav-links span.nav-next-text{font-size: 0;display: none;}
.nav-links a.prev.page-numbers:hover,.nav-links a.next.page-numbers:hover{background-color: transparent;border: 2px solid transparent;}
.nav-links  a.next{background-position: -428px -16px;left: inherit;right: 0;}
.nav-links a.prev:hover{background-position: -375px -63px;}
.nav-links  a.next:hover{background-position: -428px -63px;}
.page_default .genpg-rite .nav-links a:hover{color: #fff;}
.page_default .genpg-rite .nav-links a{color: #3b465c}

.page_default.single-blogpg .post-meta {gap: 30px; margin: 0 0 25px; color: #000; text-transform: capitalize; }
.page-navi-block a.cmn-btn:hover{background-color: #3b465c;color: #fff;}
.page-navi-block a.cmn-btn{color: #fff;}
.page-navi {display: flex; justify-content: space-between;align-items:center;margin: 40px 0 0;}
.page_default.single-blogpg .meta-author a{text-decoration: underline;}
.page_default.single-blogpg .post-dt{color: #3b465c;}

.page_default.serch_pg .page-content form.search-form{display: none;}

/*Case  Results Page Start*/

.case-results {display: flex; flex-wrap: wrap; align-items: center;gap:23px; text-align: center;justify-content: center;  }
.genpg-rite .case-results .case-item {padding: 50px 10px;border: 1px solid rgba(59, 70, 92,20%);width: 32.1%;transition: 0.5s;}
.page_default .genpg-rite .case-item h3{font-size: 48px;font-weight: 700;letter-spacing: -0.96px; margin: 0 0 20px;text-transform: uppercase;line-height: 1;}
.case-results .case-item:hover{background-color: #3b465c;border: 1px solid transparent;}
.page_default .genpg-rite .case-item:hover  h3,.page_default .genpg-rite .case-item:hover p{color: #e2b939;}
.page_default .genpg-rite .case-item p{font-family: 'Trirong';font-weight: 500;letter-spacing: 0; color: #3b465c;font-size: 25px;line-height: 1;margin: 0;}


/*Single Attorney Page Start*/

.inn-atry-blk {background-color: #3b465c;display: flex;align-items: flex-end;justify-content: space-between;padding: 25px 40px 0 25px;position: relative;margin: 0 0 25px;z-index: 0;}
.inn-atry-blk:before{content: "";background-image: url(images/inn-attorney-shape.webp);width:24.8%;height:75%;top: 0;left: 0;margin: auto;background-repeat: no-repeat;background-size: cover;position: absolute;opacity: 10%;z-index:-1;}
.page_default .genpg-rite .inn-atry-rit h2 {font-size: 63px;color: #fff;margin-bottom: 0;}
.page_default .genpg-rite .inn-atry-rit p{font-size: 19px;font-weight: 400; color: #e2b939;text-transform: uppercase;line-height: 1}
.page_default .genpg-rite .inn-atry-rit .phn-num p{color: #89b1db;font-weight: 400; padding:0 0 0 65px;position:relative; margin: 0 0 30px 0;font-size: 18px;}
.inn-atry-blk .inn-atry-rit .phn-num p a{display:block;color: #fff;font-size: 40px;font-weight: 600;line-height: 1;margin: 6px 0 0;}
.inn-atry-blk .inn-atry-rit .phn-num p a:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;background-repeat: no-repeat;background-image: url(images/sprites-in.webp);width:51px ;height:56px ;margin: auto;background-position:-83px -44px; }
.inn-atry-blk .inn-atry-rit .phn-num p a:hover{color:#e2b939; }
.inn-atry-blk .inn-atry-btn a.cmn-btn:hover{color: #e2b939;}
.inn-atry-blk .inn-atry-lft {width: 45%; }
.inn-atry-blk .inn-atry-lft img{width: 100%;display: block;}
.inn-atry-blk .inn-atry-rit {width:51.5%;padding: 0 0 30px; }
.inn-atry-blk .inn-atry-btn a.cmn-btn{padding: 17px 30px;font-size: 18px;color: #fff;}

.genpg-rite .accordion {margin-bottom: 40px; }
.accordion .accordion-section {margin-bottom: 15px; }
.accordion .accordion-section-content {padding: 25px 30px 0px; }
.page_default .genpg-rite .accordion-section h5{margin-bottom: 0;font-size: 30px;}
.page_default .genpg-rite .accordion-section h5 a { background-color: transparent; padding: 15px 58px 12px 30px; display: block;  border: 1px solid #e2b939;  position: relative; transition: all 0.5s; line-height: 1.15;color:#3b465c; }
.page_default .genpg-rite .accordion-section h5 a::before {background-image: url(images/sprites-in.webp); background-position: -12px -117px; background-repeat: no-repeat; position: absolute; content: ""; top: 26px; right: 30px; width: 19px; height: 11px; margin: auto; }
.page_default .genpg-rite .accordion-section h5 a.active::before{background-position: -12px -141px;}
.page_default .genpg-rite .accordion-section h5 a.accordion-section-title.active{  background-color: #3b465c;color:#e2b939;border:1px solid transparent; }
.accordion .accordion-section:last-child{margin-bottom: 0;}

.btm-img {display: flex; gap: 30px; justify-content: center; align-items: center;margin: 0 0 30px;}
.awd-img {width: 100%; max-width: 120px; }
.awd-img img{width: 100%;display: block;}


/*About Page Start*/

.genpg-rite .our-atrnys {display: flex ; flex-wrap: wrap; justify-content: center; gap:36px 17px; margin-bottom: 20px;}
.genpg-rite .atrny-item {position: relative; width: 31.91%; text-align: center;}
.page_default .genpg-rite .atrny-content h5{margin-bottom:8px; text-transform: uppercase; font-weight: 300;}
.page_default .genpg-rite .atrny-content h6{font-size: 16px;  font-family: 'Poppins'; font-weight: 400; letter-spacing: 0.96px; line-height: 1;color: #918c82; text-transform: uppercase; margin-bottom: 0;} 
.genpg-rite .atrny-image img{width: 100%; display: block;}
.genpg-rite .atrny-item .atrny-itm-hov a{position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 0;line-height: 0;}
.genpg-rite .atrny-image {margin: 0 0 16px; }
.page_default .genpg-rite .atrny-item:hover .atrny-content h5{color: #e2b939;transition: 0.5s;}
.page_default .genpg-rite .atrny-item:hover .atrny-content h6{color: #31394c;transition: 0.5s;}

/*Innerpage Practice Areas Section Starts */

.practice-list {display: flex; flex-wrap: wrap; gap:32px 25px; margin: 0;justify-content:space-between; }.genpg-rite .practice-list .practice-item {width: 31.95%; padding: 49px 40px 90px; border: 3px solid transparent; background-color: rgba(137, 177, 219, 0.102); outline: 1px solid #31394c; position: relative;transition:0.5s; }
.page_default .genpg-rite .practice-list .practice-item h5 {text-transform: capitalize; text-align: center; line-height: 1.07; letter-spacing: -0.56px; color: #31394c; margin: 0; padding: 110px 0 0; position: relative; }
.practice-list .practice-item h5::before{position: absolute; content: "";background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -12px -280px; height: 85px; width: 85px;top: 0; left: 0; right: 0; margin: auto; transition: 0.5s;}
.practice-list .practice-item:hover h5::before{background-position:-12px -373px ;}
.practice-list .practice-item.trucking h5::before{height: 59px;width: 110px; top: 23px;}
.practice-list .practice-item.airplane h5::before {background-position: -398px -452px;width: 107px;}
.practice-list .practice-item.sexual h5::before{background-position: -230px -264px; width: 62px;}
.practice-list .practice-item.gender h5::before{background-position: -305px -264px;}
.practice-list .practice-item.medical h5::before{background-position: -404px -264px;}
.practice-list .practice-item.nursing h5::before{background-position: -12px -454px;}
.practice-list .practice-item.wrongful h5::before{background-position: -111px -454px;height: 83px; width: 83px;}
.practice-list .practice-item.civil h5::before{background-position: -216px -454px;height: 84px; width: 84px;}
.practice-list .practice-item.personal h5::before{background-position: -314px -454px; width: 65px;}
.practice-list .practice-item.airplane:hover h5::before{background-position: -398px -546px ;}
.practice-list .practice-item.sexual:hover h5::before{background-position:-230px -360px ;}
.practice-list .practice-item.gender:hover h5::before{background-position:-305px -360px ;}
.practice-list .practice-item.medical:hover h5::before{background-position:-404px -360px ;}
.practice-list .practice-item.nursing:hover h5::before{background-position:-12px -548px ;}
.practice-list .practice-item.wrongful:hover h5::before{background-position:-111px -548px ;}
.practice-list .practice-item.civil:hover h5::before{background-position:-216px -548px ;}
.practice-list .practice-item.personal:hover h5::before{background-position:-314px -548px ;}
.practice-list .practice-item:hover {background-color: #31394c; border: 3px solid #e2b939; outline-color: #e2b939; }
.page_default .genpg-rite .practice-list .practice-item:hover h5{color: #e2b939;}
.practice-list .practice-item a {position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 1; font-size: 0; line-height: 0;}


.practice-list .practice-item.whistleblower h5::before {background-position: -526px -264px;width: 91px;height: 91px;}
.practice-list .practice-item.whistleblower:hover h5::before {background-position: -526px -368px;}
.practice-list .practice-item.family-law h5::before {background-position: -655px -264px;width: 87px;height: 85px;}
.practice-list .practice-item.family-law:hover h5::before {background-position: -655px -368px;}
.practice-list .practice-item.mediation h5::before {background-position: -551px -488px;width: 82px;height: 82px;}
.practice-list .practice-item.mediation:hover h5::before {background-position: -551px -589px;}

/*Testimonials Page Start*/

.testimonials{column-count: 2; column-gap: 30px;}
.testimonials .testi-item {background: #fff;padding: 37px 48px 45px; box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.1);width: 100%;position: relative; display: inline-block;margin-bottom: 30px;transition: 0.5s;}
.page_default .genpg-rite .testimonials .testi-item p {font-size: 22px ;font-weight: 300; font-family: 'Frank Ruhl Libre';line-height: 1.77;letter-spacing: 0px;color: #000;margin-bottom: 15px; text-align: center;padding: 0 17px;} 
.page_default .genpg-rite .testimonials .testi-item h5{line-height: 1.14; letter-spacing: 0px; color: #000; text-transform: uppercase; margin: 0; text-align: center; font-weight: 400;}
.testimonials .testi-item .star-rat{font-size: 0;width:182px ;height:30px ;background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -16px -650px;text-align: center;margin:0 auto 31px;}
.testimonials .hm-testi-btn a{position: relative;z-index: 9;}
.testimonials .hm-testi-btn {margin: -57px 0 0; position: relative;}
.testimonials .testi-content{border-bottom: solid 2px #cac9bf; border-top: solid 2px #cac9bf; padding: 24px 0 9px; margin: 0 0 30px; }
.genpg-rite .load-more-btn {text-align: center; margin: 20px 0 0; }
.testimonials .testi-item:hover{background-color: #3b465c; }
.testimonials .testi-item:hover .star-rat {background-position: -204px -651px; }
.page_default .genpg-rite .testimonials .testi-item:hover p{color: #fff;}
.page_default .genpg-rite .testimonials .testi-item:hover h5{color: #e2b939;}
.genpg-rite .load-more-btn a.cmn-btn { color: #fff;}
.genpg-rite .load-more-btn a.cmn-btn:hover{color: #e2b939;}

/*Innerpage Contact Section Starts*/

.contact-blck {display: flex ; justify-content: space-between; }
.contact-blck .contact-item {width: 32.04%; background-color: #89b1db;text-align: center;border: 4px solid transparent;    padding: 38px 35px 34px; }
.contact-blck .contact-item:hover{background-color: #31394c; border-color:#e2b939; transition: 0.5s;}
.page_default .genpg-rite .contact-blck .contact-item h4{color: #fff;margin-bottom:7px; line-height:1; padding-top: 77px; position: relative;}
.genpg-rite .contact-blck .contact-item h4::before{position: absolute; content: "";background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -49px -115px; height: 60px; width: 60px; top: 0; left: 0; right: 0; margin: auto;}
.genpg-rite .contact-blck .contact-item.contact-number h4::before{ background-position: -127px -115px;}
.genpg-rite .contact-blck .contact-item.contact-icons h4::before{ background-position: -201px -115px;}
.page_default .genpg-rite .contact-blck .contact-item p{font-weight: 400; line-height: 1.6;color: #31394c; font-size: 20px; margin-bottom: 0;}
.genpg-rite .contact-item.contact-number h4 a{font-size: 40px; line-height: 1; color: #31394c; font-weight: 600;   font-family: 'Poppins'; display: inline-block;margin-top: 11px;}
.genpg-rite .contact-item.contact-number h4 a:hover {color: #e2b939 !important; }
.page_default .genpg-rite .contact-blck .contact-item:hover p,.page_default .genpg-rite .contact-blck  .contact-item.contact-number:hover h4 a{color:#fff;}
.genpg-rite .contact-blck .contact-item:hover h4::before{background-position: -49px -186px; transition: 0.5s;}
.genpg-rite .contact-blck .contact-item.contact-number:hover h4::before{ background-position: -127px -186px;}
.genpg-rite .contact-blck .contact-item.contact-icons:hover h4::before{ background-position: -201px -186px;}
.genpg-rite .contact-social-icons .icon a {font-size: 0; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -277px -117px; height: 60px; width: 64px; background-color: #fff; border: 2px solid transparent; display: inline-block;}
.contact-social-icons .icon a:hover{background-color: #31394c; background-position: -277px -188px; border-color:#e2b939;}
.contact-social-icons .icon.twitter a{ background-position: -350px -117px; }
.contact-social-icons .icon.twitter a:hover{background-position: -350px -188px;}
.contact-social-icons .icon.linkedin a{background-position: -423px -117px;}
.contact-social-icons .icon.linkedin a:hover{background-position: -423px -188px;}
.contact-social-icons {display: flex ; justify-content: center; gap: 15px; position: relative; margin: 20px 0px 0; }
.contact-social-icons .icon {font-size: 0; }
.page_default.contact_pg{padding-bottom: 130px;}

body.home .hm-we-can-help-you-sec.in-we-can-help-sec{display: none;}
body.page-template-contact-page .hm-we-can-help-you-sec.in-we-can-help-sec{display: none;}



.popup-content {display: none; position: fixed; top: 30%; left: 50%; transform: translate(-50%, -30%); padding: 30px 20px; background: white; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 1000; width: 40%; box-sizing: border-box; }
.overlay {display: none;position: fixed;top: 0; left: 0;width: 100%; height: 100%;background: rgba(0,0,0,0.5);z-index: 999;}
.close-btn {position: absolute;top: 0;right: 10px;font-size: 31px;cursor: pointer;color: #000;}
.close-btn:hover {color: #e2b939;}


.locations-served .list-box {background-color: #faf7f2; padding: 40px 30px;border: 3px solid #31394c;text-align: center;margin:0 0 30px; }
.page_content .genpg-rite .locations-served .list-box ul li:before{display: none;}
.page_content .genpg-rite .locations-served .list-box ul {margin: 0; display: flex ; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; }
.page_content .genpg-rite .locations-served .list-box ul li {margin: 0; padding: 0; }
.page_content .genpg-rite .locations-served .list-box ul li a {font-size: 18px; color: #fff; line-height: 1; display: inline-block; position: relative; background-color: #89b1db; text-transform: uppercase; font-weight: 600; padding: 18px 25px; font-family: "Poppins"; border: 2px solid #e2b939; text-align: center; letter-spacing: 0.4px; }
.page_content .genpg-rite .locations-served .list-box ul li a:hover {background-color: #3b465c; }


.attrny-scil-icns {display: flex;gap: 15px;margin: 0 0 20px;flex-wrap: wrap;}
.attrny-scil-icns br{display: none;}
.attrny-scil-icns a {font-size: 0px;background-image: url("images/sprites-in.webp");background-repeat: no-repeat;background-position: -513px -122px;width: 52px;height: 54px;background-color: #fff;display:inline-block;border: 1px solid transparent;}
.attrny-scil-icns a:hover{border-color: #e2b939;background-color: transparent;}
.attrny-scil-icns a.sbnm:hover{background-position: -513px -192px;}
.attrny-scil-icns a.linkedin{background-position: -429px -117px;}
.attrny-scil-icns a.linkedin:hover{background-position: -429px -188px;}
.attrny-scil-icns a.super{background-position: -585px -118px;}
.attrny-scil-icns a.super:hover{background-position: -585px -184px;}
.attrny-scil-icns a.usn{background-position: -662px -117px;}
.attrny-scil-icns a.usn:hover{background-position: -662px -177px;}
.attrny-scil-icns a.avvo{background-position: -736px -117px;}
.attrny-scil-icns a.avvo:hover{background-position: -736px -177px;}
.attrny-scil-icns a.lawyer{background-position: -520px -7px;}
.attrny-scil-icns a.lawyer:hover{background-position: -520px -58px;}

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