/*
 Theme Name:   Jarrett Maillet J.D., PC
3 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:  mailletcriminallaw
*/

: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: "Inter", 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;
}

p:empty, .page_default .genpg-rite p:empty {margin: 0;}

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 {}
p, li, ul, ol, blockquote {}
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.f-nav {
    position: fixed;
    background: #363636;
    padding: 20px 65px;
    z-index: 99;
	box-shadow: 0px 5px 7px 0px rgb(242 234 255 / 22%);
}
.head-sec.f-nav:before, .head-sec.f-nav .top-rit {display: none;}
.head-sec.f-nav .logo img {
    margin: 0px;
}








.head-sec {
    background: transparent;
    position: absolute;
    z-index: 1;
    padding: 80px 0px 0 65px;
}
.head-sec:before  { position: absolute;content: "";width: 100%;height: 38px;background-color: #343434; border-bottom: 2px solid #ffffff;top: 0px;left: 0px;right: 0px;margin: auto; }
.logo {
  float: left;
}
.head-sec .container{ width: 100%;max-width: 100%;display: block; }

.logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-rit {
    margin-top: -63px;
    z-index: 1;
    margin-left: 60px;
    position: relative;
    padding-right: 50px;
}
.top-rit:before {
    position: absolute;
    content: "";
    width: 443px;
    height: 89px;
    background-image: url(images/header-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    top: 6px;
    right: 0px;
}
.top-rght-cnt {
    padding-left: 70px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    color: #ffffff;
}
.top-rght-cnt:before { position: absolute;content: "";width: 52px;height: 54px;background-image: url(images/sprites.webp);top: 10px;left: 0px;background-position: -20px -41px; }
.top-rght-cnt a {
    display: block;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.7px;
    text-indent: -2px;
}
.top-rght-cnt a:hover{ color: #006de6 }



.logo img {
  transition-duration: 0.8s;
}

.logo-rit {
    display: flex;
    flex-direction: row-reverse;
}

.topmenu {
  float: left;
  width: auto;
}

.topmenu ul {
  position: relative;
  margin: 5px 0 0;
}

.topmenu ul li {
  float: left;
  position: relative;
  margin: 0px;
  padding: 0 15px
}
.topmenu ul li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 23px;
    background-color: #ffffff;
    top: 0px;
    right: -2px;
}
.topmenu ul li:last-child:before {display: none;}
.topmenu ul li a {
    font-family: "Inter", sans-serif;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 0 0 24px;
}
.topmenu ul.primary-menu > li.current-menu-item>a, .topmenu ul.primary-menu > li>a:hover{
    color: #006de6;
    border-bottom: 3px solid #006de6;
}

.topmenu ul li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.topmenu ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}



.topmenu ul li:last-child a {
  border: 0;
}

.topmenu ul li ul.sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  top: 88%;
  left: 0;
  right: auto;
  background-color: #2f4163;
  padding: 0px 0;
  z-index: 999;
}

.topmenu ul li:hover ul.sub-menu {
  display: block;
}

.topmenu ul li:hover ul.sub-menu ul {
  display: none;
}

.topmenu ul li:hover ul.sub-menu li {
  position: relative;
}

.topmenu ul li:hover ul.sub-menu li:hover > ul {
  display: block;
  top: 0;
  left: 100%;
}

.topmenu .sub-menu li.current-menu-item a {
  color: #fff;
}

.topmenu .sub-menu li a:after {
  display: none;
}

.topmenu .sub-menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
}

.topmenu .sub-menu li a {
  float: left;
  font-size: 15px;
  width: 100%;
  line-height: normal;
  padding: 9px 12px 8px;
  color: #fff;
  display: block;
  text-transform: capitalize;
}

.topmenu .sub-menu li a:hover {
  background-color: #21355a;
  color: #fff;
}

.topmenu ul ul a:after {
  display: none;
}

/* 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;
}

.showhide b.txtr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: left;
  font-size: 37px;
  line-height: 27px;
  color: #343235;
}

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

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

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

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

.mobinav a:hover {
  color: #9b662a;
}

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

.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 {color: #ffffff ;font-size: 26px ;font-weight: 700 ;font-family: "Inter", sans-serif ;line-height: 1 ;letter-spacing: 0 ;text-transform: uppercase ;padding: 26px 70px ;background-color: #316ac4 ;display: inline-block ;margin: 0;}
a.cmn-btn:hover {background: #000 ;color: #fff ;}
.text-heading {font-family: serif;font-weight: 600;font-size: 66px;color: #043340;line-height: 1.09;margin: 0 0 40px 0;}


/* Homepage Banner Section Starts */
.banner-sec {padding: 180px 0 0;background-image: url(images/bannerbg.webp);background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;z-index: 0;}
.banner-sec:before {position: absolute;clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);background-color: rgb(0 0 0 / 90%);content: "";top: 0;left: 0;bottom: 0;width: 83%;height: 100%;z-index: -1;}
.banner-sec .bnr-cnt-prt {display: flex;justify-content: space-between;z-index: 1;align-items: start;}
.banner-sec .bnr-lft {width: 62%;padding: 0 0 0 40px;margin: 70px 0 0 -49px;position: relative;}
.banner-sec .bnr-lft:before {position: absolute;content: "";background-image: url("images/bnr_lft_img.webp");background-repeat: no-repeat;width: 35px;height: 542px;left: -17px;top: 5px;bottom: 0;}
.banner-sec .bnr-btn {text-align: left;margin: 40px 0 0 0;}
.banner-sec .bnr-btn a.cmn-btn {padding: 25px 35px 25px 31px;font-size: 20px;letter-spacing: 0.8px;border: 2px solid #d6d7d9;}
.banner-sec .bnr-btn a.cmn-btn:hover {background-color: #ffffff;color: #316ac4;}
.banner-sec .bnr-lft h1 span {color: #fff;font-size: 40px;font-weight: 200;font-family: "Inter", sans-serif;line-height: 1;letter-spacing: 1.6px;margin: 0;display: block;margin: 0 0 25px;}
.banner-sec .bnr-lft h1 {color: #fff;font-size: 140px;font-weight: 600;font-family: "Frank Ruhl Libre", serif;line-height: 96%;letter-spacing: -2.8px;margin: 0 0px 27px;text-transform: capitalize;display: block;text-align: left;}
.banner-sec .bnr-lft h1 strong {color: #316ac4;display: block;letter-spacing: -4px;}
.banner-sec .bnr-lft p {color: #fff;font-size: 20px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1.55;letter-spacing: 0.2px;margin: 0;}
.banner-sec .bnr-rgt {width:46.4%;margin: 0 -117px 0 0;}
.banner-sec .bnr-rgt-atry img {display: block;width: 100%;}
.bnr-btm-scroll-btn {position: absolute;content: "";width: max-content;bottom: 150px;left: 0px;right: 0px;margin: auto;}
.bnr-btm-scroll-btn a { display: inline-block;position: relative;font-family: "Inter", sans-serif; font-weight: 400;font-size: 20px;line-height: 1;letter-spacing: 0.2px;text-transform: capitalize;color: #ffffff;padding-top: 75px; }
.bnr-btm-scroll-btn a:before { position: absolute;content: "";width: 46px;height: 64px;background-image: url(images/sprites.webp);top: 0px;left: 0px;right: 0px;margin: auto;background-position: -157px -37px; }
/* Homepage Banner Section Ends */

/* why choose us sec */
.hmpg-why-choose-us-sec {padding-top: 17px;background: #006de6;clip-path: polygon(50% 0%, 100% 8.5%, 100% 100%, 0 100%, 0 8.5%);margin: -145px 0 0;position: relative;}
.hm-jarrt-sec {background-image: url(images/why-choose-us-img.webp);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 190px 0px 130px;clip-path: polygon(50% 0%, 100% 8.7%, 100% 100%, 0 100%, 0 8.7%);background-color: #fff;}
.hm-jarrt-sec h2 {font-size: 96px;font-family: "Frank Ruhl Libre", serif;font-weight: 500;line-height: 1;letter-spacing: -1.92px;text-transform: capitalize;text-align: center;color: #000;margin: 0px 0px 15px;}
.hm-jarrt-sec h5 {font-family: "Inter", sans-serif;font-size: 31px;font-weight: 400;line-height: 1;letter-spacing: 3.41px;text-transform: capitalize;text-align: center;color: #000;margin: 0 0 76px;}
.hm-jarrt-lst {display: flex;margin: 0 0 100px;justify-content: space-between;}
.hm-jarrt-itm {width: 30.9%;position: relative;padding: 0px 0px 0px 108px;}
.hm-jarrt-itm.ove {padding: 16px 0px 0px 116px;}
.hm-jarrt-itm.del {padding: 0px 0px 0px 126px;}
.hm-jarrt-itm:before {background-image: url("images/sprites.webp");background-position: -218px -27px;background-repeat: no-repeat;width: 77px;height: 77px;top: 0;left: 0;margin: auto;content: "";position: absolute;}
.hm-jarrt-itm.ove:before {background-position: -314px -26px;}
.hm-jarrt-itm.del:before {background-position: -402px -29px;}
.hm-jarrt-itm h6 {font-family: "Inter", sans-serif;font-size: 24px;font-weight: 600;line-height: 1.5;text-transform: capitalize;color: #000;margin: 0px 0px 13px;}
.hm-jarrt-itm p {font-family: "Inter", sans-serif;font-size: 18px;font-weight: 400;line-height: 1.5;color: #000;}
.hm-jarrt-blg {display: flex;justify-content: space-between;    align-items: flex-start;}
.hm-jarrt-lft {width: 48.9%;padding: 15px;position: relative;}
.hm-jarrt-lft:before {clip-path: polygon(24% 0, 100% 100%, 0 100%, 0 0);left: 0;bottom: 0;width: 490px;height: 360px;position: absolute;margin: auto;content: "";background-color: #006de6;z-index: -1;}
.hm-jarrt-lft:after {background-size: contain;position: absolute;background-image: url(images/clients-lines.png);background-repeat: no-repeat;content: "";top: -5px;right: -8px;width: 72%;height: 75.1%;z-index: -1;}
.hm-lft-img img {display: block;width: 100%;z-index: 1;}
.hm-rit-cnt {display: flex;justify-content: space-between;align-items: center;}
.hm-jarrt-rit {width: 47.5%;}
.hm-jarrt-rit h2 {font-size: 70px;font-family: "Frank Ruhl Libre", serif;font-weight: 400;line-height: 1.14;letter-spacing: -1.4px;text-transform: capitalize;text-align: left;color: #000;margin: 0px 0px 30px;}
.hm-jarrt-rit p {font-size: 22px;font-family: "Inter", sans-serif;font-weight: 400;line-height: 2.04;letter-spacing: -0.22px;color: #000;margin: 0px 0px 48px;}
.hm-jarrt-rit p:last-child {margin: 0;}
.hm-rit-tel {font-size: 22px;font-family: "Inter", sans-serif;font-weight: 600;line-height: 1.3;letter-spacing: -0.62px;color: #006de6;text-transform: uppercase;margin: 0;padding: 0px 0px 0px 57px;text-align: left;}
.hm-jarrt-rit a {font-size: 36px;font-family: "Inter", sans-serif;font-weight: 800;line-height: 1.3;letter-spacing: -1.64px;display: block;color: #000;text-decoration: none;position: relative;}
.hm-rit-tel a:before {background-image: url(images/sprites.webp);background-position: -20px -129px;background-repeat: no-repeat;left: -57px;bottom: 12px;margin: auto;position: absolute;width: 46px;height: 46px;content: "";}
.hm-rit-tel a:hover {color: #006de6;}
.hm-jarrt-btn {text-align:center;}
.hm-jarrt-btn a.cmn-btn {font-size: 18px;font-family: "Inter", sans-serif;font-weight: 600;line-height: 1;letter-spacing: 0.8px;text-align: center;display: inline-block;color: #fff;background-color: #343434;text-decoration: none;padding:23px 25px;text-align: center;text-transform: uppercase;border: 2px solid #006de6;}
.hm-jarrt-btn a:hover {background-color: #006de6;}
/* Why choose us sec End */

/*Practice areas starts*/
.hmpractice-sec {background-image: url("images/prac-ars-bg-img.webp");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 94px 0 210px;}
.hm-prac-ars h2{font-family: "Frank Ruhl Libre", serif;font-weight: 500;font-size: 96px;line-height: 1;letter-spacing: -1.92px;color: #ffffff;text-align: center;margin: 0 0 7px;}
.hm-prac-ars h4{font-family: "Inter", sans-serif;font-weight: 400;font-size: 31px;line-height: 1;letter-spacing: 3.41px;color: #ffffff;text-align: center;margin: 0 0 54px;}
.prac-ars-blck {display: flex;gap: 58px;margin: 0 0 58px;padding: 0 0 0 16px;}
.prac-ars-itm {width: 30.8%; position: relative;}
.prac-ars-itm a.hover {position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; font-size: 0px; }
.prac-ars-itm img{width: 100%;display: block;border: 6px solid #282828;border-radius: 50%;}
.prac-ars-itm:hover img{border: 6px solid #006de6;}
.prac-ars-itm h3{font-family: "Inter", sans-serif;font-weight: 700;font-size: 32px;line-height: 1;letter-spacing: 0;color: #ffffff;text-align: center;padding: 58px 0 0;margin: 0;position: relative;}
.prac-ars-itm.dui h3{text-transform: uppercase;}
.prac-ars-itm:hover h3{padding: 58px 0 0;}
.prac-ars-itm h3::before{position: absolute;content: "";background-image: url("images/sprites.webp");background-repeat: no-repeat;background-position: -96px -120px;width: 86px;height: 86px;top: -47px;right: 0;left: 0;margin: auto;}
.prac-ars-itm.drug h3::before{background-position: -198px -118px;}
.prac-ars-itm.criminal h3::before{background-position: -305px -115px;}
.prac-ars-itm:hover h3::before{background-position: -96px -225px;}
.prac-ars-itm.drug:hover h3::before{background-position: -198px -225px;}
.prac-ars-itm.criminal:hover h3::before{background-position: -306px -225px;}
.prac-ars-btns{display: flex;justify-content: center;gap: 10px;}
.prac-ars-btns a.cmn-btn.lft,
.prac-ars-btns a.cmn-btn.lft, .prac-ars-btns a.cmn-btn.lft, .prac-ars-btns a.cmn-btn.rgt {border: 2px solid #ffff;font-size: 20px;letter-spacing: 0.8px;padding: 25px 64px;}
.prac-ars-btns a.cmn-btn:hover{border: 2px solid #d6d7d9;background: #343434;}
/*Practice areas end*/
/* cases starts  */
.hm-case-reslt-sec {margin: -110px 0 0;padding-top: 12px;clip-path: polygon(50% 0%, 100% 12.5%, 100% 100%, 0 100%, 0 11.9%);background: #006de6;}
.hm-case-rts {padding: 145px 0px 110px;background-color: #343434;z-index: 1;position: relative;clip-path: polygon(50% 0%, 100% 12.4%, 100% 100%, 0 100%, 0 12%);}
.hm-case-rts .container {max-width: 1720px;padding: 0 110px;}
.hm-case-rts h2 {font-family: "Inter", sans-serif;font-size: 70px;font-weight: 600;line-height: 1.12;text-transform: capitalize;text-align: center;color: #fff;margin: 0px 0px 40px;}
.hm-case-rts h5 {font-family: "Inter", sans-serif;font-size: 28px;font-weight: 400;line-height: 1;text-transform: capitalize;text-align: center;letter-spacing: 0.56px;color: #fff;margin: 0px 0px 65px;}
.hm-case-lst {display: flex;justify-content: space-between;gap: 71px;margin: 0 0 50px;position: relative;}
.hm-case-rts .owl-carousel .owl-stage, .hm-case-rts .owl-carousel .owl-item {display: flex;}
.hm-case-rts .owl-carousel .owl-nav.disabled,
.hm-case-rts .owl-carousel .owl-dots.disabled {display: block ;}
.hm-case-rts .owl-carousel .owl-nav button.owl-prev,
.hm-case-rts .owl-carousel .owl-nav button.owl-next {position: absolute;top: 0;bottom: 0;left: -110px;margin: auto;background-image: url(images/sprites.webp);background-position:  -278px -331px;background-repeat: no-repeat;width: 56px;height: 51px;display: inline-block;font-size: 0;}
.hm-case-rts .owl-carousel .owl-nav button.owl-prev {right: -110px;left: auto;background-position: -350px -331px;}
.hm-case-rts .owl-carousel .owl-nav button.owl-prev:hover {background-position: -349px -448px;}
.hm-case-rts .owl-carousel .owl-nav button.owl-next:hover {background-position: -278px -448px;}
.hm-case-itm {    width: 100%;padding: 40px 45px 35px;background-color: #e1ebf4;position: relative;}
.hm-case-itm:before {background-image: url("images/polygon.png");background-repeat: no-repeat;background-position: center;top: -33px;width: 215px;height: 215px;bottom: 0;left: 0;right: 0;margin: auto;position: absolute;content: "";}
.hm-case-itm h6 {font-family: "Inter", sans-serif;font-size: 27px;font-weight: 600;line-height: 1;text-transform: capitalize;text-align: center;color: #0871e7;margin: 0px 0px 8px;}
.hm-case-itm p {font-family: "Inter", sans-serif;font-size: 23px;font-weight: 700;line-height: 1.43;text-align: center;letter-spacing: -0.23px;color: #000;margin: 0px 0px 15px;}
.hm-case-rts .hm-jarrt-btn {text-align: center;}
.hm-case-rts .hm-jarrt-btn a.cmn-btn {border: 2px solid #fff;padding: 28px 45px;font-size: 22px;}
.hm-case-rts .hm-jarrt-btn a.cmn-btn:hover {background-color: #006de6;}
.hm-case-itm p:last-child {margin: 0px;}
.hm-case-itm.jur p {margin: 0px 0px 30px;}
.hm-case-itm.jur p:last-child {margin: 0px;}
/* case end */



/* Homepage Testimonials Section Starts */
.hmpg-happy-clint-sec {padding-top: 15px;margin: -135px 0 0px;clip-path: polygon(50% 0%, 100% 5.8%, 100% 100%, 0 100%, 0 5.8%);background: #006de6;}
.hm-testimonials {background-image: url(images/case-res-bg-img.webp);background-repeat: no-repeat;background-size: cover;padding: 180px 0 0;clip-path: polygon(50% 0%, 100% 5.8%, 100% 100%, 0 100%, 0 5.8%);    background-position: center;}
.test_lft-section {display: flex;justify-content: space-between;align-items: center;}
.hm-testimonials h2 {font-family: "Frank Ruhl Libre", serif;font-weight: 500;font-size: 96px;line-height: 1;letter-spacing: -1.92px;color: #000000;text-align: center;text-transform: capitalize;margin: 0 0 22px;}
.hm-testimonials h4 {font-family: "Inter", sans-serif;font-weight: 400;font-size: 31px;line-height: 1;letter-spacing: 3.41px;color: #080809;text-align: center;text-transform: capitalize;margin: 0 0 46px;}
.hm-testimonials .testi-blck.owl-carousel {display: block;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;width: 58.3% ;float: right ;margin-right: 90px;}
.testi-blck-mid-lft h3 {font-family: "Inter", sans-serif;font-weight: 400;font-size: 120px;line-height: 1;letter-spacing: -7.2px;color: #006de6;display: inline-block;margin: 0 0 10px;}
.reviews {width: 100%;margin: 0 0 20px;display: flex;justify-content: center;}
/*.hm-testimonials .star-img {width: 100%;height: 30px;margin-bottom: 25px;background-image: url(images/star-img.webp);background-repeat: no-repeat;background-position: top left;background-size: contain;}*/
.testi-blck.owl-carousel.owl-loaded img {width: auto;margin: 0 0 15px 0;}
.hm-testimonials .testi-blck.owl-carousel .owl-stage, .hm-testimonials .testi-blck.owl-carousel .owl-item{display: flex;}
.testi-blck-mid-lft h5 {font-family: "Inter", sans-serif;font-weight: 400;font-size: 29px;line-height: 1;letter-spacing: 0.29px;color: #080809;text-align: center;margin: 0 0px 30px;}
.hm-testimonials .hm-testi-item {padding: 45px 56px 68px;background-color: #f6fafc;position: relative;float: right;}
.hm-testimonials .hm-testi-item h5 {font-family: "Inter", sans-serif;font-weight: 600;font-size: 25px;line-height: 1;letter-spacing: 0.5px;color: #006de6;margin: 0;}
.hm-testimonials .hm-testi-item p {font-family: "Inter", sans-serif;font-weight: 400;font-size: 29px;line-height: 1.72;letter-spacing: 0;color: #000000;margin: 0 0 27px;}
.hm-testimonials .testi-blck .owl-nav {display: block ;position: absolute;bottom: 55px;right: 55px;}
.hm-testimonials .testi-blck .owl-nav button.owl-prev,
.hm-testimonials .testi-blck .owl-nav button.owl-prev:hover,
.hm-testimonials .testi-blck .owl-nav button.owl-next,
.hm-testimonials .testi-blck .owl-nav button.owl-next:hover {font-size: 0;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -278px -330px;width: 56px;height: 51px;margin: 0 10px 0 0;}
.hm-testimonials .testi-blck .owl-nav button.owl-next {background-position: -349px -330px;margin: 0;}
.hm-testimonials .testi-blck .owl-nav button.owl-prev:hover {background-position: -277px -390px;}
.hm-testimonials .testi-blck .owl-nav button.owl-next:hover {background-position: -349px -390px;margin: 0;}
/* Homepage Testimonials Section Ends */

/*jarrett-profile starts*/
.hm-jarrett-maillet-sec {position: relative;}
.hm-jarrett-maillet-sec:before {position: absolute;content: "";background-image: url(images/jarrett-bg-color-img.webp);background-repeat: no-repeat;background-size: contain;width: 685px ;height: 926px ;top: 35px ;right: 0 ;margin: auto;z-index: -1;bottom: 0;}
.jarrett-profile{display: flex;justify-content: space-between;padding: 100px 0 0 ;}
.jarrett-profile-lft{width: 50.2%;padding: 80px 0 0;}
.jarrett-profile-rgt{width: 49%;margin: 0 -65px 0 0;position: relative;z-index: 1;}
.jarrett-profile-rgt img {display: block;width: 100%;}
.jarrett-profile-lft h6{font-family: "Frank Ruhl Libre", serif ;font-weight: 500 ;font-size: 50px ;line-height: 1.1 ;letter-spacing: 0 ;color: #000000 ;margin: 0 0 22px ;   }
.jarrett-profile-lft p {font-family: "Inter", sans-serif;font-weight: 400;font-size: 20px;line-height: 1.7;letter-spacing: -0.22px;color: #000000;margin: 0 0 30px;}
.jarrett-profile-lft p:nth-last-child(2){margin: 0 0 42px ;}
.profile-sec-btn a.cmn-btn {font-size: 21px;padding: 26px 100px;}
/*jarrett-profile end*/




/* Homepage Form Section Starts */

.hm-form-sec {position: relative;padding: 0;z-index: 1;margin: 0 0 120px;}
.hm-form-sec .form-cnt {display: flex;justify-content: space-between;}
.hm-form-sec .form-cnt .form-lft {width: 57.5%;position: relative;margin: 0 0 0 -49px;padding: 46px 75px 0 0px;}
.hm-form-sec .form-cnt .form-lft:before {position: absolute;content: "";margin: auto;top: 0;right: 0;background-color: #e5effa;width: 1022px;height: 729px;z-index: -1;}
.hm-form-sec .form-cnt .form-lft h2 {color: #343434;font-size: 96px;font-weight: 500;font-family: "Frank Ruhl Libre", serif;line-height: 1;letter-spacing: 0;text-transform: capitalize;margin: 0 0 7px;}
.hm-form-sec .form-cnt .form-lft h6 {color: #343434;font-size: 18px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1;letter-spacing: 0;text-transform: capitalize;margin: 0 0 22px;}
.ftr-consult-form .gform_wrapper ul.gform_fields li {position: relative;margin: 0;line-height: 1;}
.ftr-consult-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 48.56% !important;padding: 0px;background-color: transparent;border: none;}
.ftr-consult-form .gform_legacy_markup_wrapper {margin-bottom: 0 !important;margin-top: 0 !important;max-width: 100% !important;}
.ftr-consult-form .gform_wrapper ul.gform_fields {display: flex;flex-wrap: wrap;gap: 22px;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield {padding-right: 0px !important;display: inline-block !important;float: none !important;width: 100% !important;max-width:48.5% !important;margin: 0px !important;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:before{position: absolute !important;background-color: #006ee2 !important;width: 13px !important;height: 12px !important;right: 0 !important;bottom: 0 !important;clip-path: polygon(100% 0, 0% 100%, 100% 100%) !important;content:"" !important;}
.ftr-consult-form .gform_wrapper .description, 
.ftr-consult-form .gform_wrapper .gfield_description, 
.ftr-consult-form .gform_wrapper .gsection_description {padding: 0px !important;background: transparent;font-size: 14px;text-align: right;position: absolute;top: 5px;right: 10px;}
.ftr-consult-form .gform_wrapper .gfield.chk .gfield_description.validation_message {text-align: left;top: 40px;right: -15px;}
.ftr-consult-form  .gform_wrapper .instruction {bottom: 6px;position: absolute;right: 8px;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:nth-child(1):before,
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:nth-child(3):before{right: 0px !important;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:nth-child(5):before{bottom: 0px !important;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:nth-child(6):before,
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield:nth-child(7):before{display: none !important;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.msg.gfield {max-width: 100% !important;margin: 0 !important;}
.ftr-consult-form .gform_wrapper .top_label input, 
.ftr-consult-form .gform_wrapper .top_label textarea {padding: 15px 31px !important;border: 1px solid #006ee2 !important;color: #343434 !important;font-size: 18px !important;font-weight: 400 !important;line-height: 1 !important;letter-spacing: 0 !important;background-color: #d3e7ef !IMPORTANT;outline: none !important;margin: 0px !important;font-family: "Inter", sans-serif !important;}
.ftr-consult-form textarea::placeholder {color: #343434;}
.ftr-consult-form .gform_wrapper .top_label textarea {resize: none;height: 143px;display: block;}
.ftr-consult-form .gform_wrapper ul.gform_fields li.gfield.popfield {width: 100% !important;max-width: 100% !important;}
.ftr-consult-form .gform_wrapper .top_label input[type="submit"] {color: #ffffff !important;font-size: 24px !important;font-weight: 700 !important;font-family: "Inter", sans-serif !important;line-height: 1 !important;letter-spacing: 0 !important;text-transform: uppercase !important;padding: 24px 22px 22px 20px !important;background-color: #316ac4 !important;height: auto !important;width: 369px !important;margin: 0 !important;border: none !important;cursor: pointer !important;}
.ftr-consult-form .gform_wrapper ul.gfield_checkbox li label, 
.ftr-consult-form .gform_wrapper ul.gfield_radio li label,
.ftr-consult-form .gform_wrapper .form-links a {color: #343434;font-size: 20px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1;letter-spacing: 0;display: inline;margin: 0 !important;}
.ftr-consult-form .gform_wrapper .form-links a:hover{color: #006de6;}
.ftr-consult-form .gform_wrapper .top_label input[type="submit"]:hover {background-color: #000 !important;transition: 0.5s !important;}
.ftr-consult-form .gform_wrapper .gform_footer.top_label {padding: 0 !important;margin: -80px 0 0 !important;float: right;width: max-content;z-index: 1;position: relative;}
.ftr-consult-form .gform_wrapper .form-links, .form-top {font-size: 16px;color: #000000;text-align: left;width: 100%;display: inline-block;}
body .gform_wrapper .top_label div.ginput_container {margin-top: 0 !important; }
.ftr-consult-form .gform_wrapper ul.gform_fields li.chk.gfield {max-width: 100% !important;float: left !important;display: block !important;padding: 0 !important;margin: 0 !important;position: relative !important;}
.ftr-consult-form .gform_wrapper .top_label .gfield_label, 
.ftr-consult-form .gform_wrapper legend.gfield_label {display: none !important;}
.ftr-consult-form .gform_wrapper div.validation_error {display: none !important;}
#popup-container {position: absolute;top: 0;left: 0;width: 100%;pointer-events: none;z-index: 2;}
.popup {position: relative;display: inline-block;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100%;}
.popup .popuptext {visibility: hidden;color: #000;position: absolute;transition: transform 0.15s ease-out 0.15s;z-index: 1;margin: 20px 0;text-align: center;padding: 20px;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;}
.popup .show {visibility: visible;-webkit-animation: fadeIn 1s;animation: fadeIn 1s;position: inherit;}
.gform_button.disabled {pointer-events: none;}
.hm-form-sec .form-rgt {width: 50.1%;margin: 0 -67px 0 0px;}
.hm-form-sec .form-rgt iframe {border: 10px solid #343434 !important;width: 100%;height: 738px;margin: 0 0 10px;}
.form-rgt-cnt {padding: 0 0 0 50px;position: relative;}
.form-rgt-cnt:before{position: absolute;
  background-image: url(images/sprites.webp);
  background-repeat: no-repeat;
  background-position: -450px -449px;
  content: "";
  left: 0;
  top: 10px;
  width: 32px;
  height: 44px;
  margin: auto;
  transform: scale(1.2);}
.form-rgt-cnt p {color: #fff;font-size: 22px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1.5;letter-spacing: 1.05px;margin:0 0 30px 0;}
.gform_legacy_markup_wrapper .validation_message {
  font-size: 13px !important;
  font-weight: normal !important;pointer-events: none;
}


/* Homepage Form Section Ends */

/* Footer Section Starts */

.site-footer {background-color: #343434;padding: 148px 0 0;color: #fff;background-image: url(images/ftr_bg_img.webp);background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.site-footer:before {position: absolute;content: "";margin: auto;top: 0;right: 0;background-color: #4f4f4f;width: 38.3%;height: 41.8%;}
.ftmenu ul {padding: 44px 0;text-align: center;border-top: 1px solid rgb(255 255 255 / 30%);border-bottom: 1px solid rgb(255 255 255 / 30%);margin: 0;}
.ftmenu ul li {display: inline-block;border-right: 2px solid #fff;padding: 0 28px;margin: 0;}
.ftmenu ul li:first-child{padding-left: 0;}
.ftmenu ul li:last-child{padding-right: 0;border: none;}
.ftmenu ul li a {color: #fff;font-size: 25px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1;letter-spacing: 0;text-transform: uppercase;display: inline-block;margin: 0;}
.ftmenu ul.footer-menu > li.current-menu-item a, .ftmenu ul.footer-menu > li a:hover {color: #006de6;}
.ftr-blocks {display: flex;justify-content: space-between;padding: 79px 0 84px;border-bottom: 1px solid rgb(255 255 255 / 30%);}
.ftrblk {width: 24%;text-align: left;padding:0px;}
.ftrblk.logo {order: 2;width: 36%;padding: 0;text-align: center;}
.ftrblk.phn {order: 1;}
.ftrblk.fax {order: 3;width:23%;text-align: left;}
.ftrblk-img {margin: 0 0 30px;}
.ftrblk-btn a.cmn-btn {letter-spacing: 0.52px;padding: 27px 65px;}
.ftrblk h3{color: #fff;font-size: 40px;font-weight: 500;font-family: "Inter", sans-serif;line-height: 1;letter-spacing: 0;text-transform: capitalize;margin: 0 0 25px;}
.ftrblk.fax h3 {margin: 0 0 30px;}
.ftrblk.phn h3 {padding-left: 0px;}
.ftrblk-call {padding-left: 66px;position: relative;    margin-bottom: 30px;}
.ftrblk-call p a:before {position: absolute;content: "";margin: auto;top: 5px;bottom: 0px;left: 0;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -20px -441px;width: 50px;height: 50px;}
.ftrblk-call p {font-size: 16px;font-weight: 300;font-family: "Inter", sans-serif;line-height: 1.7;letter-spacing: 0.48px;text-transform: uppercase;margin: 0;color: #fff;}
.ftrblk-call p a {font-size: 34px;font-weight: 600;display: block;line-height: 1;letter-spacing: 0;padding: 0;}
.ftrblk-call p a:hover{color: #006de6;transition: .3s;}
.ftrblk-fx{font-size: 38px;font-weight: 600;line-height: 1;letter-spacing: 0;padding: 0;font-family: "Inter", sans-serif;margin: 0;color: #fff;padding-left: 65px;position: relative;}
.ftrblk-fx:before{position: absolute;content: "";margin: auto;top: 0;bottom: 0;left: 0;background-image: url("images/sprites.webp");background-repeat: no-repeat;background-position: -99px -441px;width: 52px;height: 52px;}

/* Footer Sections Ends */

/* Copyrights */

.copyrights {padding: 49px 0 30px;text-align: center;position: relative;}
.copyrights .container {position: relative;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
p.rit-btm {width: 100%;}
.copyrights p,
.copyrights a {color: #fff;font-size: 20px;font-weight: 400;font-family: "Inter", sans-serif;line-height: 1.5;letter-spacing: 0.7px;text-transform: capitalize;}
.copyrights a{display: inline-block;padding: 0px 5px;}
.copyrights a:hover{color: #006de6;transition: .3s;}

.ftr-scl-icns a.fb,
.ftr-scl-icns a.lnk {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -167px -454px;width: 38px;height: 39px;display: inline-block;font-size: 0;    vertical-align: middle;}
.ftr-scl-icns a.lnk{background-position: -225px -454px;margin-left: 4px;}

/* Homepage Ends */


.criminal-defense-list .criminal-defense-item .hidden_cnt_blk {
	position: absolute;
    background: #fff;
    padding: 35px 15px 15px 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height:100%;
    overflow-y: scroll;
    display: none;
}
.criminal-defense-list .criminal-defense-item .hidden_cnt_blk a.close_btn {
  position: absolute;
  top: 6px;
  right: 5px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 6px;
  background-color: #0771e9;
  border-radius: 50%;
  line-height: 8px;
  height: 28px;
  width: 28px;
  color: #fff;
  text-align: center;
}
.criminal-defense-sec .defense-attorney .criminal-defense-list .criminal-defense-item .hidden_cnt_blk p{
	color:#000;
}
.criminal-defense-sec .defense-attorney .criminal-defense-list .criminal-defense-item p a#hidden_cnt_blk_show {
    cursor: pointer;
}

/* Inner Pages Default Styles */

.page_bnr {
  background: url(images/inr_bannerbg.webp) no-repeat left top;
  background-size: cover;padding: 230px 0 50px;
  position: relative;
  top: 30px;
  text-align: center;
}

.page_title h1,
.page_title h2 {
  font-family:"Frank Ruhl Libre", serif;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;font-weight: 600;
}

.inrpg-breadcrumbs {
  padding: 20px 0;
  color:#fff ;
  font-size: 18px;
  line-height: 1.5;font-family: "Inter", sans-serif;
}
.inrpg-breadcrumbs a {color: #006de6;}
.page_default {
  padding: 120px 0;
  position: relative;
}

.genpg-rite {
  width: 68%;
  float: left;
}

.genpg-lft {
  width: 30%;
  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", serif;
}


.page_default .genpg-rite h1, .page_default .genpg-rite h2 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing:-1px;
  font-weight:600;
  color: #006de6;
  margin-bottom: 20px;
}



.page_default .genpg-rite h3 {
  font-size: 45px;
  line-height: 1.2;margin-bottom: 20px;
}

.page_default .genpg-rite h4 {
  font-size: 38px;
  line-height: 1.2;margin-bottom: 15px;
}

.page_default .genpg-rite h5 {
  font-size: 34px;
  line-height: 1.2;margin-bottom: 15px;
}

.page_default .genpg-rite h6 {
  font-size: 28px;
  line-height: 1.2;margin-bottom: 15px;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {font-size: 20px;
  line-height: 1.8;
  color: #000;
  letter-spacing: -0.2px;
  margin: 0 0 30px 0;
}

.page_default .genpg-rite a {
  color: #006de6;
  text-decoration: none;
}

.page_default .genpg-rite li {
  padding-left: 34px;
  color: #000;
  position: relative;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.page_default .genpg-rite ul li:before {
  background:url(images/inner-sprites.webp) no-repeat -18px -29px;
  width: 15px;
  height: 16px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 9px;
}

.page_default .genpg-rite li ul {
  padding: 15px 0 0 10px;
  margin: 0;
}

.page_default .genpg-rite li ul li {
  padding-left: 10px;
  list-style: disc;
}

.page_default .genpg-rite li ul li:before {
  display: 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 li a {
  text-decoration: none;
  color:#006de6;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
  color:#6aaefa;
}

.page_default .genpg-rite ul li > ul li { list-style-type: disc; }

.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }

.page_default .genpg-rite ul li > ul li:before { display: none; }

.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }

.page_default .genpg-rite ul li > ol li:before { display: none; }

.page_default .genpg-rite ul li > ol li > ul li { list-style-type: disc; }

/* Sidebar Styles */ 

.genpg-lft .widget {
  margin-bottom: 50px;
  background:#343434;
  width: 100%;
  display: inline-block;
  position: relative;
}

.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  font-size: 44px;
  color: #fff;
  text-transform: capitalize;
  padding:30px 20px;
  margin: 0;
  line-height: 1;
  background:#343434;
  position: relative;
  text-align: center;
}

.genpg-lft .widget .menu-sidebar-menu-container, .genpg-lft .widget form {
  display: inline-block;
  width: 100%;
}

/* Sidebar Navigation Menu */

.genpg-lft section.widget_nav_menu ul {
  display: block;
  position: relative;padding: 0 0 0 0px;
  margin: 0 0 15px 0px;
}
.genpg-lft section.widget_nav_menu ul ul li a:before {
  width: 15px;
  height: 15px;
  background-position: -1px -30px;
  left: 40px;
}

.genpg-lft section.widget_nav_menu ul li {
  margin: 0; position: relative;
}
.genpg-lft .widget ul li.current-menu-item ul.sub-menu {
  background: #343434;
}
.genpg-lft .widget ul li a {font-family: "Inter", sans-serif;
  font-weight: bold;   font-size: 20px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  padding:17px 20px 17px 55px;
  display: inline-block;width: 100%; position: relative;
}
.genpg-lft .widget ul li a:before{width:25px; height: 25px; background: url(images/inner-sprites.webp) no-repeat 0px 0px; position: absolute;left: 16px;top: 18px; content: "";}

.genpg-lft .widget ul li.current-menu-item, .genpg-lft .widget ul li a:hover{
  color:#fff;
  background: #224771;
}

.genpg-lft .widget ul > li {
  border-top:2px solid #d6d7d9;
}

.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:30px;
  top: 25px;
  width: 26px;
  z-index: 10;
  height: 14px;
  background-image: url(images/drop-icn.webp);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px 0px;
  cursor: pointer;
  border: 0;background-color: transparent;
}
.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 {
  transform: rotate(180deg);
}

.genpg-lft section.widget_nav_menu ul ul li {
  padding:0 0 0 0px;border: 0;
}
.genpg-lft section.widget_nav_menu ul ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 20px 10px 70px;}

.genpg-lft .widget.sid-testi {
  background: #fff;
  border: 2px solid #006de6;
  padding: 30px 35px 20px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
}
.genpg-lft .widget.sid-testi h4.widget-title {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
}



/* Sidebar Form */

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

.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: 0px;
  text-align: center;
}
.genpg-lft .sidebar-testi.owl-carousel img {
  width: auto !important;
  margin: 0 auto 20px;
}

.genpg-lft .sidebar-testi .testi-item p {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  position: relative;
  padding: 0;margin: 0 0 20px 0;
}

.genpg-lft .sidebar-testi .testi-item h5 {
  font-size: 22px;    color: #006de6;
  position: relative;
  margin: 0px 0px 15px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav {
  margin: 0 auto;
  text-align: center;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {
  width: 50px;
  height: 40px;margin: 10px 3px;
  background: #000;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
  font-size: 25px;
  font-weight: bold;    color: #fff;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button:hover{background: #006ee6;}



.genpg-lft section.widget.widget_categories h4.widget-title, section.widget.widget_archive h4.widget-title, section.widget.widget_categories h4.widget-title, section.widget.widget_archive h4.widget-title{margin: 0px;}
.genpg-lft section.widget.widget_categories, section.widget.widget_archive{border: none;background: transparent;}
.genpg-lft .sdb-archives {padding: 55px 30px 60px 30px;background: #2b2b2b;position: relative}
.genpg-lft input.search-field, select.postform, .genpg-lft select {font-weight: 400; font-family: "Inter", sans-serif; font-size: 20px; line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 24px 50px 24px 20px; background: #fff; color: #000; margin-bottom: 0; position: relative; appearance: none; width: 100%; border: none; box-shadow: 0px 0px 44px 0px rgba(112, 137, 159, 0.25); outline: navajowhite;}
.genpg-lft section.widget.widget_categories h4.widget-title, section.widget.widget_archive h4.widget-title {margin: 0 0 20px ;background: #2b2b2b;font-family: "Frank Ruhl Libre", serif; font-weight: 700; font-size: 40px; color: #fff; text-align: left; padding: 0;text-transform: capitalize; letter-spacing: 0px;line-height: 1;}

.genpg-lft .sdb-archives select {
  background-image:url(images/drop-icn1.webp); background-repeat: no-repeat; background-position: center right 25px;}

.page_default .genpg-lft .widget_search input.search-submit{background-image: url(images/search-icn.webp);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 3px;
  bottom: 0px;
  margin: auto;
  padding: 0px;
  border: none;
  font-size: 0;
  background-color: transparent;}

.genpg-lft .sdb-archives .widget {
  margin-bottom: 30px;
}
.genpg-lft .sdb-archives .widget.widget_archive {
  margin: 0;
}


.page_default .genpg-lft  .widget.widget_recent_entries ul{  }
.page_default .genpg-lft  .widget.widget_recent_entries ul li {}
.page_default .genpg-lft  .widget.widget_recent_entries ul li a{font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 20px 20px 20px;
}
.page_default .genpg-lft  .widget.widget_recent_entries ul li a:hover{
  color: #0b5bb4;
}
.page_default .genpg-lft  .widget.widget_recent_entries ul li a:before{
  display: none;
}
.page_default .genpg-lft .widget.widget_recent_entries ul li a:hover {
  background-color: transparent;
}

/* Common Form */



/* Blog Page */

.page_default.blog_pg .page_content .genpg-rite .blg-cntblk{display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; }
.page_default.blog_pg .genpg-rite .post-item{width:48%; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18); padding:15px 15px 40px 15px; position: relative;border: 1px solid #006de6;}

.page_default.blog_pg .genpg-rite .post-item .blog-img-cnt {position: relative; margin: 0; }
.page_default.blog_pg .post-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.page_default.blog_pg .genpg-rite .post-item:before, .post-img.single_defualt_img:before {position: absolute;
  content: "";
  height: 200px;
  width: 114px;
  background: #006de6;
  top: 0;
  left: 0;
  border-right: none;}
.page_default.blog_pg .genpg-rite .post-item .post-dt{font-size:16px; font-weight: 500; color: #fff; line-height: 1; letter-spacing: 0; font-family: "Inter", sans-serif; position: absolute; bottom: 0; padding:14px 20px; background:#006de6; }
.page_default.blog_pg .genpg-rite .post-item .post-cnt{padding:20px; }
.page_default.blog_pg .genpg-rite .post-item .post-cnt h4{font-size: 30px; font-weight: 500; font-family: "Inter", sans-serif; line-height: 1.2; letter-spacing: 0;margin: 0 0 15px; }
.page_default.blog_pg .genpg-rite .post-item .post-cnt h4 a{color: #000; }

.page_default.blog_pg .genpg-rite .post-item .post-cnt p{font-family: "Inter", sans-serif;font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: 0;margin: 0 0 20px; }

.page_default.blog_pg .post-itm-btm {
    position: absolute;
    width: 100%;bottom: 40px;
    max-width: 160px;
}

.page_default.blog_pg .genpg-rite .post-item .post-cnt .post-btn a{    font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #006de6;
  text-transform: capitalize;position: relative; }
  .page_default.blog_pg .genpg-rite .post-item .post-cnt .post-btn a:after{width:22px; height: 22px; position: absolute; right: -40px; top:0; bottom: 0; content: ""; background: url(images/inner-sprites.webp) no-repeat -44px -51px;margin: auto;}
.navigation.pagination {width: 100% !important; }
.page_default.blog_pg .genpg-rite .post-item:hover .post-cnt h4 a{color: #006de6;}



.page_default .genpg-rite .nav-links span, .page_default .genpg-rite .nav-links a {    padding: 15px 10px;
  background-color: #2b2b2b;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff; }
.page_default .genpg-rite .nav-links span.nav-next-text, .page_default .genpg-rite .nav-links span.nav-prev-text {display: none; }
.page_default .genpg-rite .nav-links svg.svg-icon {margin: 0px; display: none;}
.page_default .genpg-rite .navigation.pagination {width: 100%;margin: 20px 0 0 0;}
.page_default .genpg-rite .nav-links {display: flex; justify-content: center; gap: 10px;align-items: center; }
.page_default .genpg-rite .nav-links span:hover, .page_default .genpg-rite .nav-links a:hover{background-color:#006de6;}
.page_default .genpg-rite .nav-links .next, .page_default .genpg-rite .nav-links .prev{ background-image: url(images/drop-icn.webp); background-repeat: no-repeat; background-position: center center;background-size:20px 10px;transform: rotate(90deg);}
.page_default .genpg-rite .nav-links .next{transform: rotate(270deg);}



.post-img.single_defualt_img {
  background: #fff;
  padding: 12px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  margin-bottom: 30px;
  position: relative;z-index: 99;
}
.post-img.single_defualt_img:before {z-index: -1;}

.page-navi.fw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-pre a, .page_default.single-blogpg .genpg-rite .page-navi-block.page-navi-nxt a {
  font-size:18px; font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #006de6;
  padding:15px 30px ;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

.post-img.single_defualt_img .post-itm-btm {
  position: absolute;
  bottom: 13px;
}
.post-img.single_defualt_img .post-itm-btm .post-dt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 14px 20px;
  background: #006de6;
}

.hmpractice-sec.innr-practpg {
  background-image: none;
  padding: 0;
}
.hmpractice-sec.innr-practpg .hm-prac-ars h2 {
  display: none;
}
.hmpractice-sec.innr-practpg .hm-prac-ars h4 {
  font-size: 70px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  color: #006de6;
  margin-bottom: 50px;
}
.page_default .genpg-rite .hmpractice-sec.innr-practpg .prac-ars-itm h3 {
  color: #343434;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 900;margin: 0;
}
.page_default .genpg-rite .hmpractice-sec.innr-practpg .prac-ars-itm:hover h3 {
  color: #016de6;
}

.page_default .genpg-rite .hmpractice-sec.innr-practpg .prac-ars-btns{ display: none;}


/* Contact Page */
.cntpg-top {
  text-align: center;
  padding: 0 150px 15px;
}
.contact-page-list{
	display: flex;
	justify-content: space-between;
}
.contact-item{
padding:30px 20px 30px;
background: #343434;
width: 23.45%;
border: 2px solid #006de6;
text-align: center;
}
.contact-item:hover{
	background: #006de6;
}
.contact-item:hover .get a{
color: #fff;
}
.contact-item:hover h5:before{
background-position:-13px -192px;	
}
.contact-item:hover.phn h5:before{
background-position: -102px -199px;	
} 
.contact-item:hover.fax h5:before{
background-position: -204px -197px;	
} 
.contact-item:hover.fol h5:before{
background-position:-306px -197px;	
} 
.contact-item .soc-icons a.fb:hover{
background-position:-274px -52px;	
}
.contact-item .soc-icons a.in:hover {
background-position:-325px -52px;	
} 
.page_default .genpg-rite .contact-item h5{
color:#fff ;
padding: 110px 0 0 0;
position: relative;
margin: 0 0 10px;
}
.contact-item h5:before{
position: absolute;
content: "";
background-image: url(images/inner-sprites.webp);
background-repeat: no-repeat;
background-position:-13px -107px;
width: 51px;
height:77px;
top: 15px;
right: 0;
left: 0;
margin: auto;
}
.contact-item.phn h5:before{
background-position:-102px -114px;
width: 67px;
height:67px ;
}
.contact-item.fax h5:before{
background-position:-204px -112px;
width: 68px;
height:68px ;
}
.contact-item.fol h5:before{
background-position: -306px -112px;
width: 67px;
height:67px ;
}
.page_default .genpg-rite .contact-item p{
color:#fff ;
margin: 0 0 18px;line-height: 1.5;
}
 .get a{
 font-family: "Inter", sans-serif;
font-size:20px ;
line-height:1.4 ;
letter-spacing:0.2px ;
font-weight:700 ;
color: #006de6;
text-transform: uppercase;
display: inline-block;
text-decoration: none;
}
.num a{
  font-family: "Inter", sans-serif;
font-size:35px ;
font-weight:700 ;
line-height:1 ;
letter-spacing:-0.7px ;
color:#fff ;
display: inline-block;
text-decoration: none;
}
.contact-item p strong{
  font-family: "Inter", sans-serif;
font-size:35px ;
font-weight:700 ;
line-height:1 ;
letter-spacing:-0.7px ;
color:#fff ;
}
.soc-icons{}
.soc-icons a{
   
	background-image: url(images/inner-sprites.webp);
	width:38px;
	height:39px;
	display: inline-block;
	font-size: 0;
	margin-right: 13px; background-position:-274px -6px;
}
.soc-icons a.in{
background-position:-326px -6px;;
margin-right: 0;
}
.page_default .genpg-rite .contact-item a {
  color: #fff;
}




.genpg-rite.full-width {
  width: 100%;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
  margin: 0px 0 10px 0;
  padding: 0;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
  display: none;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
  font-size: 15px !important;
  padding: 10px 15px !important;
  outline: 0 !important;
  border: 1px solid #b7b7b7 !important;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
  margin: 0 0 -30px 0;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper .gform_footer {
  text-align: right;
  padding: 0;
}

.page_default .genpg-rite .contpg-frm input::placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm input:-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm input::-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea::placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea:-ms-input-placeholder {
  color: #000;
}

.page_default .genpg-rite .contpg-frm textarea::-ms-input-placeholder {
  color: #000;
}



/*inner testimonials starts*/


.page_default .genpg-rite .testimonials { column-count: 3; }


.page_default .genpg-rite .testi-item {border: 2px solid #006de6; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 50px 40px 50px 30px; width: 98%; margin-bottom: 25px; display: inline-block; }

.page_default .genpg-rite .testi-item h4{color: #000; font-size: 30px; font-family: "Frank Ruhl Libre", serif; font-weight: 500; line-height:1.2; letter-spacing: -0.7px;text-transform: capitalize;margin: 20px 0;}

.page_default .genpg-rite .testi-item h5 {color: #006de6; font-size: 23px; font-weight: 600; font-family: "Inter", sans-serif; letter-spacing: -0.46px; line-height: 1; text-transform: capitalize; margin: 0; }

.page_default .genpg-rite .test-btn {text-align: center;}

.page_default .genpg-rite .test-btn a.cmn-btn {color: #fff; font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: 0.8px; border: 2px solid #006de6; background: #000; text-transform: uppercase; text-decoration: none; margin: 0; }

.page_default .genpg-rite .test-btn a.cmn-btn:hover {color: #006de6; background: #fff;}

/*inner testimonials end*/




.profile {
  width: 100%;
  float: left;
  position: relative;
  
  }
  .pro-all:after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 30% 0, 73% 100%, 0% 100%);
  background: #006de6;
  width: 50%;
  height: 89%;bottom: 0;
  left: 0;
  z-index: -1;
  }
  .pro-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 29px 0 29px;
  position: relative;
  z-index: 3;
  background-image: url(images/profile-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;margin-bottom: 40px
  }
  .pro-all:before {
  background: rgb(20 20 20 / 90%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  }
  .pro-lt {
  width: 47%;
  z-index: 0;
  }
  .profile-img {
  position: relative;
  }
  .profile-img img{
  width: 100%;
  display: block;
  }
  .pro-rt {
  width: 53%;
  z-index: 0;
  }
  .page_default .genpg-rite  .pro-rt h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.4px;
  color: #fff;
  margin: 0 0 30px;
  text-transform: capitalize;
  }
  .page_default .genpg-rite  .pro-rt h5{
  font-family: "Frank Ruhl Libre", serif;
  font-size:27px ;
  font-weight:700 ;
  line-height:1 ;
  letter-spacing:-0.54px ;
  color: #fff;
  margin: 0 0 15px ;
  text-transform: capitalize;
  }
  .page_default .genpg-rite  .pro-rt p{
  font-family: "Inter", sans-serif;
  font-size:20px ;
  font-weight: 400;
  line-height:1.55 ;
  letter-spacing:-0.2px ;
  color: #fff;
  margin: 0 0 38px;
  }
  .page_default .genpg-rite .pro-rt .cnt-itm.fx p {
    line-height: 1;
}
  .cnt-itm{
  position: relative;
  padding-left:57px ;
  
  }
  
  .page_default .genpg-rite  .cnt-itm h5{
  font-family: "Frank Ruhl Libre", serif;
  font-size:27px ;
  font-weight:700 ;
  line-height:1 ;
  letter-spacing:-0.54px ;
  color: #fff;
  margin: 0 0 15px ;
  text-transform: capitalize;
  
  }
  .cnt-itm:before{
  position: absolute;
  content: "";
  background-image: url(images/inner-sprites.webp);
  background-repeat: no-repeat;
  background-position:-387px -12px;
  width:24px ;
  height:30px ;
  top: 0;
  left: 0;
  
  }
  .cnt-itm.phn:before{
  background-position:-384px -52px;
  width:29px ;
  height:29px ;
  }
  .cnt-itm:last-child:before{
  display: none;
  }
  .cnt-itm:last-child{
  padding: 0;
  }
  .pro-cnt{
  display: flex;
  justify-content: space-between;
  
  
  }
  .page_default .genpg-rite  .cnt-itm .num a{
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height:1 ;
  letter-spacing:-0.3px ;
  color: #fff;
  margin: 0 0 0 ;
  text-decoration: none;
  display: inline-block;
  }
  .cnt-itm p strong{
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height:1 ;
  letter-spacing:-0.3px ;
  color: #fff;
  margin: 0 0 0 ;
  }
  .mail {padding: 0 0 0 50px;}
  .page_default .genpg-rite .mail a{
  font-family: "Inter", sans-serif;
  font-size:20px ;
  font-weight:600 ;
  line-height:1 ;
  letter-spacing:0.8px ;
  color: #fff;
  margin: 0 0 0 ;
  padding: 19px 56.5px;
  background: #343434;
  border: 2px solid #006de6;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  }

  .hmpractice-sec.innr-practpg .prac-ars-blck {
    margin: 0;
    padding: 0;
}


.inr-caserusltpg h2, .inr-caserusltpg h5, .inr-caserusltpg .hm-jarrt-btn{display: none;}
.inr-caserusltpg .hm-case-lst {
  gap: 10px;
  margin: 0;
}
p.gform_required_legend {
  display: none;
}
.topmenu .sub-menu li:before {
    display: none;
}


.genpg-rite .ares-served-pg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.genpg-rite .ares-served-pg .ares-list {
    width: 100%;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
    margin-bottom: 40px;
}
.genpg-rite .ares-served-pg .ares-list ul {display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 0px;gap: 25px 28px;}
.genpg-rite .ares-served-pg .ares-list ul li:before { display: none; }
.genpg-rite .ares-served-pg .ares-list ul li {
    list-style-type: none;
    width: 32%;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
}

.genpg-rite .ares-served-pg .ares-list ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 25px 30px;
    background-color: #316ac4;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.genpg-rite .ares-served-pg .ares-list ul li a:hover {
    background: #393634;
}



.hm-criminal-sec {
  padding: 120px 0px;
  background-color: #ffffff;
  background-image: url(images/bg-layer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;



}

.hm-criminal-sec h2 {
  font-size: 96px;
  line-height: 1;
  letter-spacing: -1.9px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}
.hm-criminal-sec .hm-criminal-sec-itms {
  display: flex;
  justify-content: space-between;
}
.hm-criminal-sec .hm-criminal-sec-itms .hm-criminal-sec-lft-itm {
  width:51%;
    margin-top: 40px;
}
.hm-criminal-sec  .hm-criminal-sec-itms .hm-criminal-sec-lft-itm p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.hm-criminal-sec-itms .hm-criminal-sec-lft-itm .hm-criminal-call {
  display: flex;
  justify-content: space-between;
}
.hm-criminal-sec-itms 
.hm-criminal-sec-lft-itm
.hm-criminal-call
  .hm-criminal-lft-call
  a {
  font-size: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  padding: 24px 81px;
  background-color: #343434;
  border: 3px solid #006de6;
}
.hm-criminal-sec-itms
  .hm-criminal-sec-lft-itm
  .hm-criminal-call
  .hm-criminal-lft-call
  a:hover {
  background-color: #006de6;
}
.hm-criminal-call .hm-criminal-rht-call h6 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.hm-criminal-sec-itms
  .hm-criminal-sec-lft-itm
  .hm-criminal-call
  .hm-criminal-rht-call{padding-left:58px;position: relative;}

  .hm-criminal-sec-itms
  .hm-criminal-sec-lft-itm
  .hm-criminal-call
  .hm-criminal-rht-call
  a {
  font-size: 35px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.7px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  display: block;
      padding: 10px 0 0;
}
.hm-criminal-rht-call a::before, .criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal a:before {
  content: "";
  background-image: url(images/sprites.webp);
  background-position:-442px -220px;
  top: 0px;width:40px;height:40px;
  bottom: 0;
  
  left: 0px;
  position: absolute;
  margin: auto;
}

.hm-criminal-sec-itms
.hm-criminal-sec-lft-itm
.hm-criminal-call
.hm-criminal-rht-call
a:hover{color:#006de6;} 
.hm-criminal-sec .hm-criminal-sec-itms .hm-criminal-sec-rht-itm img {
  display: block;
  width: 100%;
}
.hm-criminal-sec .hm-criminal-sec-itms .hm-criminal-sec-rht-itm {
  width:41.3%;
  position: relative;
  
  z-index: 1;
}
.hm-criminal-sec-rht-itminr{ position: relative;padding: 0px 25px;}
.hm-criminal-sec .hm-criminal-sec-itms .hm-criminal-sec-rht-itminr::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 88%;
  border: 2px solid #3c83b0;
}




.hm-ban {
  padding: 0px 0px 90px 0px;
}


.hm-ban .hm-cnt {
  padding: 0px 109px;
  text-align: center;
}
.hm-ban .hm-cnt h2 {
  font-size: 96px;
  line-height: 1;
  letter-spacing: -1.9px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
 .hm-cnt p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.hm-cnt p a, .defenses-btm p a {color: #006de6;}
.hm-ban .hm-prt-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom:70px;margin-top: 200px;
}
.hm-ban .hm-prt-blk .hm-prt-lft {
    width: 31%;
  background-color: #343434;
  padding:20px 35px 0px 36px;
  position: relative;
  z-index: 1;

  text-align: center;
}
 .hm-ban .hm-prt-blk .hm-prt-lft::after {
  content: "";
  background-color: #ffffff;
    width: 100%;
  height: 39%;
  top:-115px;
    left: 0;
  right: 0px;
  position: absolute;
  z-index: -1;margin: auto;
 background: url(images/stps-bxbg.webp) no-repeat center top;
  

 
} 
 .hm-ban .hm-prt-blk .hm-prt-lft::before {
  content: "";
   background-image: url(images/sprites.webp);
  background-position:-2px -510px;
  width: 132px;
  height: 132px;
  top: -165px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  box-shadow: -2.27px 4.455px 11px 0px rgba(77, 77, 77, 0.33);background-color: #006de6;
  border-radius: 100%;
}
.hm-ban .hm-prt-blk .hm-prt-lft.itm2::before {background-position:-140px -509px;}
.hm-ban .hm-prt-blk .hm-prt-lft.itm3::before {background-position:-287px -510px;} 
.hm-ban .hm-prt-blk .hm-prt-lft h4 {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 21px;
}
.hm-ban .hm-prt-blk .hm-prt-lft h4::before {
  content: "";
  margin: auto;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 131px;
  border-bottom: 2px solid #006de6;
}
.hm-prt-blk .hm-prt-lft p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.1px;
  margin-bottom: 30px;
}
.hm-prt-blk .hm-prt-lft .hm-step {
  text-align: center;
  margin-bottom: -22px;
}
.hm-prt-blk .hm-prt-lft .hm-step h5 {
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 54px;
  background-color: #006de6;
      border-radius: 10px;
}
 .crucial p{margin:0;}

 .criminal-taril-sec{
  padding: 70px 0 180px;
background-color: #343434;
position: relative;
}

.criminal-taril-sec .container{}

.criminal-taril-sec .criminal-taril{
display: flex;
justify-content: space-between;
}
.criminal-taril .criminal-taril-lft{width: 50%;}

.criminal-taril .criminal-taril-lft h2{
font-family: "Frank Ruhl Libre", serif;
font-size: 70px;
font-weight: 500;
line-height: 1.1;
letter-spacing: -1.4px;
color: #fff;
text-transform: capitalize;
margin: 0 0 30px;
}

.criminal-taril .criminal-taril-lft p{
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.72;
letter-spacing: -0.18px;
color: #fff;
margin: 0 0 25px;
}
.criminal-taril .criminal-taril-lft ul{}

.criminal-taril .criminal-taril-lft li{
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 1.83;
letter-spacing: -0.18px;
color: #fff;
padding-left:40px ;
margin-bottom: 20px;
position: relative;
}
.criminal-taril .criminal-taril-lft li:before {
position: absolute;
content: "";
width: 12px;
height: 12px;
background: #006de6;
left: 0;
top: 10px;
}
.criminal-taril .criminal-taril-lft li strong{
text-transform: uppercase;
font-weight: 700;
}

.criminal-taril .criminal-taril-rgt{
  width: 50%;    float: right;
  z-index: 1;
  padding-top: 130px;
  padding-left: 130px;
}
.criminal-taril .criminal-taril-rgt:before{
background-image: url(images/criminal-safe.webp);
position: absolute;
content: "";
margin: auto;
top: 0;
bottom: 0;
right: 0;
width: 47.4%;
height: 100%;
z-index: -1;
  background-repeat: no-repeat;background-size: cover;
}
.criminal-taril .criminal-taril-rgt .criminal-taril-cnt{
background: #ffff;
padding: 70px 45px 55px 45px;    max-width: 550px;float: right;
}
.criminal-taril .criminal-taril-rgt .criminal-taril-cnt p{
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 28px;
line-height: 1.5;
letter-spacing: -0.28px;    text-align: center;

}
.criminal-taril .criminal-taril-rgt .criminal-taril-cnt p strong{
font-weight: 700;
font-size: 38px;
line-height: 1.10;
letter-spacing: -0.38px;
}


.who-is-best-defender-sec{
  padding-top: 17px;
  background: #006de6;
  clip-path: polygon(50% 0%, 100% 8.5%, 100% 100%, 0 100%, 0 8.5%);    margin: -160px 0 0;
  position: relative;
  z-index: 9;
}
.who-is-best-defender-sec .best-defender-sec{
clip-path: polygon(50% 0%, 100% 8.7%, 100% 100%, 0 100%, 0 8.7%);
  background: #ffff;
padding: 150px 0 80px;
  background-image: url(images/bg-layer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.best-defender-sec .container{
width: 100%;
max-width: 1760px;
margin: auto;
}
.best-defender-sec .public-vs-Private-defender{
text-align: center;


}
.best-defender-sec .public-vs-Private-defender h2{
font-size: 96px;
 font-family: "Frank Ruhl Libre", serif;
 font-weight: 500;
 line-height: 1;
 letter-spacing: -1.92px;
 text-transform: capitalize;
     margin: 0 0 25px;


}
.best-defender-sec .container .public-vs-Private-defender p{
   font-family: "Inter", sans-serif;
   font-size: 22px;
   font-weight: 400;
   line-height: 1.63;
   letter-spacing: -0.22px;
      width: 74.4%;
   margin: 0 auto 68px;

   

}
.best-defender-sec .best-defender-list{
display:flex;
justify-content: space-between;
margin-bottom: 80px;flex-wrap: wrap;
}
.best-defender-list .best-defender-item{
background-color: #343434;
  padding: 0px 15px 20px;
      width: 18.53%;
      display: flex;
  flex-direction: column;
  position: relative;
  counter-increment: my-counter;
  overflow: hidden;
}

.best-defender-list .best-defender-item:before {
  position: absolute;
content: counter(my-counter, decimal-leading-zero);
  width: 121px;
  height: 61px;
  background: #343434;
  color: #fff;
     bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px 100px 0px 0px;
  padding: 28px 0 0px 0;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  outline: 3px solid #fff;
  outline-offset: -15px;
}
.best-defender-list .best-defender-item h4{
font-family: "Inter", sans-serif;
font-size: 23px;
font-weight: 700;
line-height: 1.21;
letter-spacing: -0.23px;
text-transform: uppercase;
color: #fff;
margin: 18px 0 18px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best-defender-list .best-defender-item .best-defender-cnt{
background: #006de6;
padding: 40px 23px 35px 24px;
    height: 100%;
}
.who-is-best-defender-sec .best-defender-sec .best-defender-list .best-defender-item .best-defender-cnt p{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.16px;
  color: #fff;
  margin: 0;
  width: 100%;
}
.who-is-best-defender-sec .best-defender-sec .best-defender-list .best-defender-item .best-defender-cnt p a, .hm-prt-blk .hm-prt-lft p a, .best-defender-sec .container p a {
  text-decoration: underline;
}
.best-defender-sec .container p{
font-family: "Inter", sans-serif;
   font-size: 22px;
   font-weight: 400;
   line-height: 1.63;
   letter-spacing: -0.22px;
   width: 73%;
   margin: auto;
   text-align: center;
}



.criminal-defense-attoreney {
  background-color: #006de6;
  padding: 20px 0 0;
  clip-path: polygon(50% 0%, 100% 8.7%, 100% 100%, 0 100%, 0 8.7%);
}

.criminal-defense-sec{
padding: 200px 0 150px;
  background: #343434;
  position: relative;
  clip-path: polygon(50% 0%, 100% 8.7%, 100% 100%, 0 100%, 0 8.7%);
}
.criminal-defense-sec:before {
  position: absolute;
  content: "";
  background-image: url(images/cdbg-img.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 18%;
  pointer-events: none;z-index: -1;
}
.criminal-defense-sec .container{ max-width:1760px;}

.criminal-defense-sec .defense-attorney{}
.criminal-defense-sec .defense-attorney h2{
font-size: 96px;
 font-family: "Frank Ruhl Libre", serif;
 font-weight: 500;
 line-height: 0.92;
 letter-spacing: -1.92px;
 text-transform: capitalize;
     margin: 0 0 25px;
     color: #fff;
         text-align: center;
}
.criminal-defense-sec .defense-attorney p{
font-family: "Inter", sans-serif;
   font-size: 22px;
   font-weight: 400;
   line-height: 1.63;
   letter-spacing: -0.22px;
   width: 75%;
  margin: 0 auto 60px;
   text-align: center;
   color: #ffff;



}

.defense-attorney .criminal-defense-list{
display: flex;
  justify-content: center;
  flex-wrap: wrap;
     gap: 21px;
  margin: 0px 0px 70px 0px;


}

.criminal-defense-list .criminal-defense-item.item4:before {
  left: -85px;
}

.criminal-defense-list .criminal-defense-item.item4 {
  padding: 40px 20px 40px 44px;
}

.criminal-defense-list .criminal-defense-item.item5:before {
  left: -80px;
}
.criminal-defense-list .criminal-defense-item.item5 {
  padding: 40px 20px 40px 39px;
}
.criminal-defense-list .criminal-defense-item.item1:before {left: -52px;}
.criminal-defense-list .criminal-defense-item.item7:before {left: -46px;}
.criminal-defense-list .criminal-defense-item{
padding:30px 20px 40px 55px;
position: relative;
counter-increment: my-counter;
width: 27%; height: 240px;
margin-left: 64px;background: url(images/border-img.webp) no-repeat left top;
background-size:100% 240px;
}

.criminal-defense-list .criminal-defense-item:before {
 position: absolute;
  content: "" counter(my-counter);
  font-size: 178px;
  font-weight: 800;
      height: 125px;
  font-family: "Inter", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #0671e9;
  top: 0;    bottom: -8px;
  left:-70px;
  margin: auto;
  line-height: 0.74;
}
.criminal-defense-list .criminal-defense-item h4{
   font-family: "Frank Ruhl Libre", serif;
   font-size: 26px;
   font-weight: 400;
   line-height:1.15 ;
   color: #ffff;
   text-transform: capitalize;
       margin: 0 0 12px;

}
.criminal-defense-list .criminal-defense-item h4:after {
  position: absolute;
  content: "";
  background-image: url(images/clip-path.webp);
  background-repeat: no-repeat;
  width: 45px;
  height: 50px;
  top: 0;
  right: 0;
}
.criminal-defense-sec .defense-attorney .criminal-defense-list .criminal-defense-item p{
font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 0;  text-align: left;
  width: 100%;
}


.criminal-defense-sec .content-sec{
display: flex;
justify-content: space-between;
padding: 0 130px;
}

.criminal-defense-sec .criminal-defense-left-cnt{
width: 50%;
padding: 0 43px 0 0px ;
}
.criminal-defense-sec .criminal-defense-left-cnt p{
margin: 0 0 50px  0;
width: 100%;
font-size: 18px;
font-weight: 300;
line-height: 1.88;
letter-spacing: -0.18px;
font-family: "Inter", sans-serif;
text-align: left;
}

.criminal-defense-sec .criminal-defense-left-cnt p:last-child{margin: 0;}

.criminal-defense-sec .criminal-defense-rgt-cnt{
width: 50%;
  padding: 0 3px 0 33px;
}
.criminal-defense-sec .criminal-defense-rgt-cnt p{
margin: 0 0 50px  0;
width: 100%;
font-size: 18px;
font-weight: 300;
line-height: 1.88;
letter-spacing: -0.18px;
font-family: "Inter", sans-serif;
  text-align: left;
}


.criminal-defense-sec .criminal-defense-rgt-cnt .btn-ph-cal{
display: flex;
  justify-content: space-between;
}

.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-btn{}
.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-btn a{
padding: 26px 35px;
  font-size: 18px;
  letter-spacing: 0.72px;
  font-family: "Inter", sans-serif;border: 2px solid #d0d0d0;
}
.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal{
      padding: 0 0 0 60px;
  position: relative;
}

.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal p{
margin: 0;
width: 100%;
font-size: 20px;
font-weight: 300;
letter-spacing: 1.2px;
line-height: 1;
font-family: "Inter", sans-serif;
text-transform: capitalize;

}
.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal a{
display: block;
  font-size: 35px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -0.7px;
      padding: 10px 0 0;

}
.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal a:before { background-position: -442px -280px;}
.criminal-defense-rgt-cnt .btn-ph-cal .criminal-defense-cal a:hover {color: #3260aa;}


.defeses-sec{
  float: left;
  width: 100%;
  padding: 80px 0 240px;
  position: relative;
 }
.defeses-sec::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("images/boxed-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 90%;
  z-index: -1;
}
.defeses-sec p{

  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform:none ;
  line-height: 1.77;
  letter-spacing: -0.18px;
}
.defenses-top{
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  align-items: center;
}
.defenses-top h3{
  width: 46%;
  font-size: 70px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing:-1.4px ;
  line-height: 1.1;

}
.defenses-top p{
  padding: 0 0 0 20px;
  position: relative;
  width: 49%;
  border-left: 3px solid #006de6;     
}
.defenses-lst{
  display: flex;
  margin:  0 0 50px;
}

.defenses-lst .itm{ 
  width: 24.8%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;

}

.defenses-lst .itm::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
     height: 68.8%;
  width: 3px;
  background-color:#cccccc ;
}


.defenses-lst .itm:last-child::after{
  display: none;
 }

.defenses-lst .itm h4{ 
  font-size: 23px;
  font-family: "Inter", sans-serif;
  font-weight:700 ;
  text-transform:uppercase;
  letter-spacing: 0;
  line-height: 1.3;
  color:#0e75e7;
      margin: 0 0 5px;
  padding: 175px 0 0;
      height: 235px;
}


.defenses-lst .itm h4::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("images/sprites.webp");
  background-position:-506px -624px;
  height: 116px;
  width:116px ;
  border: 10px solid #ffffff;
  border-radius: 50%;
  background-color:#0060d0;
box-shadow: -3.285px 20.741px 16.4px 3.6px rgba(117, 122, 121, 0.16);
}

.defenses-lst .itm.coer h4::before{background-position: -133px -627px ;}
.defenses-lst .itm.into h4::before{background-position: -260px -625px;}
.defenses-lst .itm.crime h4::before{background-position:-380px -625px;}
.defenses-lst .itm p{ padding: 0 32px 0 ;}
.defenses-btm{}

.defenses-btm p{
  font-size:22px ;
  font-family: "Inter", sans-serif;
  font-weight:400 ;
  text-transform: none;
  letter-spacing: -0.22px;
  line-height: 1.66;
  text-align: center;
      padding: 0 95px 0;
}



.shield-sec{
  float: left;
  width: 100%;
  margin: -130px 0 0;
position: relative;


}

.shield-cpy{
  float: left;
  width: 100%;
  background-image: url("images/blu-image.webp");
  padding: 160px 0 0 ;
  color: #fff;
  background-repeat: no-repeat; background-position:  center top;
}

.shield-whole{
  display: flex;
  justify-content: space-between;
}

.shield-sec-lft{width: 64.2%;}

.shield-sec-lft h3{
  padding: 0 0 25px;
  font-size: 70px;
  position: relative;
  margin: 0 0 30px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height:1 ;
  text-transform: capitalize;
}

.shield-sec-lft h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 71.9%;
  background-color: #4d90e4;
}

.shield-sec-lft h3:before{
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  margin: auto;
  height: 6px;
  width: 13.7%;
  background-color: #4d90e4;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  }

.shield-sec-lft p{
  font-size: 22px;
  margin: 0 0 55px;
  font-family: "Inter", sans-serif;
  font-weight:400 ;
  letter-spacing: -0.22px;
  line-height: 1.63;
  width:95.2%
}

.shield-sec-lft span{
}

.shield-sec-lft span a{
  text-decoration: none;
  color: #fff;
  font-weight: 700;
} 

.shield-sec-lft span a:hover{
  color: #000;
  transition: 1s;
}

.shield-sec-lft .shield-sec-bt{}

.shield-sec-lft .shield-sec-btn a.cmn-btn{
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
      padding: 25px 57px;
  background-color: #343434;
  border: 2px solid #d6d7d9;
}

.shield-sec-lft .shield-sec-btn a.cmn-btn:hover{
  background-color:#cccccc ;
  border: 2px solid #000;
  color: #000;
  transition: 1s;
}

.shield-sec-ryt{
  width: 35.6%;margin-top: -180px;}

.shield-sec-ryt img{
  display: block;
  width: 100%;
  }

  .cbdg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #fff;
    max-width: 1000px;
    margin: 30px auto 0px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    align-items: center;
    padding: 10px 0;
}
.bdg-img {display: inline-block;}
.mastr-imgs img {margin: 30px 10px 0 10px;}

.innr-practpg .prac-ars-blck.prac-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: inherit;margin: 0 0 50px 0;
}
.innr-practpg .prac-ars-blck.prac-list .prac-ars-itm {
  width: 23%;
  margin: 1%;
}

.page_default .genpg-rite .innr-practpg>h3 {
  text-align: center;
  background: #316ac4;
  color: #fff;
  width: fit-content;
  padding: 5px 50px;
  margin: 0 auto 30px;
}

.innr-practpg .prac-ars-itm h3:before{width:85px;
  height:85px;
  top: -40px;background: #006fe4;
  border-radius: 100%;}
.innr-practpg .prac-ars-itm h3:after{
  width:62px; height: 62px; position: absolute; content: ""; left:0; right: 0; margin: auto; background: url(images/practice-areas-sprites.webp) no-repeat;top: -30px;
}


.innr-practpg .prac-ars-itm.dui h3:after{background-image: url(images/sprites.webp);background-position:-106px -128px;border-radius: 100%;}
.innr-practpg .prac-ars-itm.alh h3:after{background-position:-27px -15px;}
.innr-practpg .prac-ars-itm.ls h3:after{background-position: -143px -15px;}
.innr-practpg .prac-ars-itm.udui h3:after{background-position: -256px -13px;}
.innr-practpg .prac-ars-itm.aggab h3:after{background-position: -366px -13px}
.innr-practpg .prac-ars-itm.bondh h3:after{background-position: -478px -17px;}
.innr-practpg .prac-ars-itm.domvo h3:after{background-position: -593px -13px;}
.innr-practpg .prac-ars-itm.expu h3:after{background-position: -705px -15px;}

.innr-practpg .prac-ars-itm.identhf h3:after{background-position:-19px -105px;}
.innr-practpg .prac-ars-itm.juvcri h3:after{background-position:-138px -110px;}
.innr-practpg .prac-ars-itm.provio h3:after{background-position:-242px -110px;}
.innr-practpg .prac-ars-itm.sexcr h3:after{background-position:-349px -110px;}
.innr-practpg .prac-ars-itm.thef h3:after{background-position:-470px -112px;}
.innr-practpg .prac-ars-itm.weapchar h3:after{background-position:-584px -108px;}
.innr-practpg .prac-ars-itm.drug h3:after{background-position:-19px -105px;}


.innr-practpg .prac-ars-itm.drug h3:after{background-image: url(images/sprites.webp); background-position:-208px -128px;border-radius: 100%;}
.innr-practpg .prac-ars-itm.viocri h3:after{background-position:-694px -108px;}
.innr-practpg .prac-ars-itm.fedrch h3:after{background-position:-15px -207px;}
.innr-practpg .prac-ars-itm.drman h3:after{background-position:-126px -207px;}
.innr-practpg .prac-ars-itm.drupro h3:after{background-position:-228px -207px;}
.innr-practpg .prac-ars-itm.drusal h3:after{background-position:-345px -207px;}
.innr-practpg .prac-ars-itm.maroff h3:after{background-position:-457px -204px;}
.innr-practpg .prac-ars-itm.syndrucr h3:after{background-position:-568px -202px;}
.ftr-consult-form .gform_wrapper .validation_message.gfield_validation_message {
    top: auto;
    bottom: 3px;
}







