/*
 Theme Name:   Cox Law Firm
 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:  coxcoxfilo
*/

: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: 'Commissioner', 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: 'Teko', serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
  font-family: 'Commissioner', sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}

p:empty {
  display: none
}

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

.container1 {
  max-width: 1640px;
  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 {
  position: absolute;
  padding: 48px 60px 0 54px;
  z-index: 2;
}

.head-sec .container {
  max-width: 100%;
}

.logo {
  float: left;
}

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

.logo-rit {
  float: right;
  margin: 22px 0 0 0;
  display: flex;
  gap: 77px;
  align-items: center;
}

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

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

.topmenu ul li {
  float: left;
  position: relative;
  margin: 0px;
  padding: 0 27px;
  line-height: 1;
}

.topmenu ul li a {
  font-family: 'Commissioner', sans-serif;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.84px;
  color: #fff;

}

.topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li>a:hover {
  color: #1f8d3d;
}

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

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

.topmenu ul>li {
  border-right: 1px solid #fff;
}

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


.top-rite-cal {
  position: relative;
  padding-left: 86px;
}

.top-rite-cal:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 90%;
  height: 2px;
  bottom: 0;
  right: 0;
}

.top-rite-cal p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-align: right;

}

.top-rite-cal p a {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.top-rite-cal p a:hover {
  color: #1f8d3d;
}

.top-rite-cal p:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 44px;
  top: 8px;
  left: 92px;
}

.top-rite-cal p a:before {
  position: absolute;
  content: "";
  background: url(images/hm-sprites.png);
  background-position: -6px -6px;
  background-repeat: no-repeat;
  width: 63px;
  height: 63px;
  bottom: 0;
  left: 0;
}

.topmenu ul li ul.sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  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;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

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


.head-sec.f-nav {
  position: fixed;
  z-index: 9999;
  padding: 20px 40px;
  background: #03190c;
  border-bottom: 1px solid #1f8e3d;
}

.head-sec.f-nav .logo {
  float: left;
  width: 340px;
}

.head-sec.f-nav .top-rit {
  display: none;
}

.head-sec.f-nav .logo-rit {
  margin: 0;
}

.head-sec.f-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* 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: #02190b;
  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: 'Commissioner', 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: 'Commissioner', sans-serif;
  border: 0;
  margin: 0;
  text-decoration: none;
}

.mobinav a:hover {
  color: #1f8e3d;
}

.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 {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1.1px;
  display: inline-block;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  padding: 26px 55px;
  background: rgb(19, 84, 36);
  background: linear-gradient(90deg, rgba(19, 84, 36, 1) 3%, rgba(32, 146, 63, 1) 48%, rgba(19, 87, 37, 1) 100%);
  clip-path: polygon(0 0, 95% 0, 100% 26%, 100% 100%, 6% 100%, 0 77%);
  text-align: center;
}

a.cmn-btn:hover {
  background: linear-gradient(90deg, rgba(32, 146, 63, 1) 3%, rgba(19, 87, 37, 1) 48%, rgba(32, 146, 63, 1) 100%);
}

.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 {
  position: relative;
  padding: 290px 0 179px 0;
  background: url(images/bnr-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.banner-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+52,131925+52,13161c+78,0e1311+100&0+0,0+53,0.07+58,0.21+65,0.5+77,0.65+81,0.85+90,0.95+95,1+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(19, 25, 37, 0) 52%, rgba(19, 25, 37, 0) 53%, rgba(19, 24, 35, 0.07) 58%, rgba(19, 23, 33, 0.21) 65%, rgba(19, 22, 28, 0.5) 77%, rgba(19, 22, 28, 0.54) 78%, rgba(18, 22, 27, 0.65) 81%, rgba(16, 21, 22, 0.85) 90%, rgba(15, 20, 20, 0.95) 95%, rgba(14, 19, 17, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  left: 0;

}


.banner-sec .bnr-sec {
  position: relative;
}

.banner-sec .bnr-cnt {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.banner-sec h1 {
  font-family: 'Teko', sans-serif;
  font-size: 170px;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.banner-sec h1 strong {
  font-size: 113px;
  font-weight: 400;
  letter-spacing: 2.26px;
}


.bnr-btn a {
  font-size: 21px;
  letter-spacing: 0.21px;
  padding: 25px 46px;

}

/* Homepage Banner Section Ends */

/* Homepage Case Results Section */

.hmcase-results {
  position: relative;
  z-index: 3;
  margin-top: -90px;
  background: url(images/ptrn-bg-abt.jpg);
  background-repeat: repeat;
}

.hmcase-results .container {
  max-width: 1780px;
  width: 100%;
  margin: 0px auto 0px 0px;
}

.case-results-blk {
  width: 100%;
  display: flex;
}

.case-results-blk .case-results-itm {
  border: 5px solid #17602a;
  background-color: #022a10;
  padding: 60px 40px 50px;
  text-align: center;
  width: 20%;
  border-right: 0;
  border-left: 0;
  position: relative;
}

.case-results-blk .case-results-itm:before {
  position: absolute;
  content: "";
  margin: auto;
  width: 2px;
  height: 180px;
  border-right: 2px solid #30503b;
  right: 0;
  top: 0;
  bottom: 0;

}

.case-results-blk .case-results-itm:before:last-child {
  border-right: 0;

}

.case-results-itm h3 {
  font-family: 'Teko', sans-serif;
  font-size: 89px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.78px;
  color: #fff;
  margin: 0;

}

.case-results-itm h4 {
  font-family: 'Teko', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #48985d;
  line-height: 1;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.case-results-blk .case-results-itm h4:before {
  position: absolute;
  content: "";
  margin: auto;
  width: 167px;
  height: 1px;
  border-bottom: 2px solid #30503b;
  right: 0;
  bottom: 0;
  left: 0;

}

.case-results-blk h5 {
  font-family: 'Commissioner', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 0.9;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.case-results-itm-last h3 {

  font-family: 'Teko', sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0px;
}

.case-results-itm-last {
  outline: 7px solid green;
  outline-offset: -21px;
  padding: 60px 30px 50px;
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.11);
  width: 20.5%;
  text-align: center;
  background: #fff;
}

.case-results-itm-last a {
  font-family: 'Commissioner', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none;
  color: #48985d;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-top: 66px;
}


.case-results-itm-last a::before {
  background-image: url(images/hm-sprites.png);
  position: absolute;
  content: "";
  margin: auto;
  width: 38px;
  height: 38px;
  background-position: -89px -6px;
  top: 10px;
  right: 0;
  left: 0;

}


/* Home About section */

.hm-about-sec {
  padding: 103px 0 106px 0;
  background: url(images/ptrn-bg-abt.jpg);
  background-repeat: repeat;
}

.hm-about-sec h4 {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 6.1px;
  color: #021709;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.hm-about-sec h2 {
  font-family: 'Teko', sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 53px;
  text-align: center;
}

.abt-sec {
  display: flex;
  justify-content: space-between;
}

.hm-about-lft {
  width: 58%;
  position: relative;
}

.hm-about-lft img {
  width: 100%;
  display: block;
}

.hm-about-lft h3 {
  font-family: 'Teko', sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}

.hm-about-rgt {
  width: 39.3%;
}

.hm-about-rgt h3 {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #219641;
  margin-bottom: 19px;
}

.hm-about-rgt ul li {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 15px;
  list-style: none;
  padding-left: 34px;
  position: relative;
}

.hm-about-rgt ul {
  margin-bottom: 31px;
}

.hm-about-rgt ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  top: 10px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}

.hm-about-rgt p {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 39px;
}

.hm-about-sec .abt-lft-img {
  margin-bottom: 56px;
}

.hm-about-sec .exp-img {
  position: absolute;
  width: 212px;
  bottom: -30px;
  left: 4px;
}

.hm-about-sec .lawfirm-img {
  position: absolute;
  width: 416px;
  bottom: 94px;
  right: 83px;
}

.hm-about-sec .house {
  position: absolute;
  width: 201px;

  bottom: 60px;
  right: 0;
}

.hm-about-btns {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  align-items: center;
}

.abt-lft-btn {
  padding-left: 77px;
  position: relative;
}

.abt-lft-btn:before {
  position: absolute;
  content: "";
  background: #219641;
  width: 90%;
  height: 2px;
  bottom: -5px;
  right: 0;
}

.hm-about-btns .abt-lft-btn h5 {
  display: block;
  font-family: 'Commissioner', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #1f8d3d;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}

.hm-about-btns .abt-lft-btn h5:before {
  position: absolute;
  content: "";
  background: #1f8d3d;
  height: 1px;
  width: 44px;
  top: 10px;
  left: 81px;
}

.hm-about-btns .abt-lft-btn a {
  font-family: 'Commissioner', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
  display: block;

}

.hm-about-btns .abt-lft-btn a:hover {
  color: #219641;
}

.hm-about-btns .abt-lft-btn a:before {
  position: absolute;
  content: "";
  background-image: url(images/hm-sprites.png);
  background-position: -139px -6px;
  width: 63px;
  height: 63px;
  bottom: -5px;
  left: 0;
}

.abt-rite-btn a.cmn-btn {
  padding: 24px 50px 24px 48px;
  letter-spacing: 0.21px;
  font-size: 21px;
}

.abt-sec-img {
  position: relative;
  padding: 15px 0 0 15px;
  z-index: 0;
}

.abt-sec-img:before {
  position: absolute;
  content: "";
  width: 767px;
  height: 589px;
  margin: auto;
  top: 0;
  left: 0;
  border: 2px solid #219641;
  border-bottom: none;
  z-index: -1;
}



/* Homepage Practice Area Section Starts */

.hmpractice-sec {
  padding: 88px 0 83px;
  background-image: url(images/prct-areas-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.hmpractice-sec .container1:before,
.hmpractice-sec .container1:after {
  position: absolute;
  content: "";
  background-image: url(images/prct-area-top-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 103px;
  right: 0px;
  top: -15px;
}

.hmpractice-sec .container1:after {
  background-image: url(images/prct-area-top-img.png);
  left: 0px;
  right: auto;
}

.hmpractice-sec .container1 {
  position: relative;
}


.hmpractice-sec .pract-hdng img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hmpractice-sec h2 {
  font-size: 100px;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 57px;
  position: relative;
}

.hmpractice-sec h2:before {
  position: absolute;
  content: "";
  width: 73px;
  height: 1px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  border: 180px solid rgb(147 149 151 / 50%);
  border-bottom: none;
  border-top: none;
}

.hmpractice-sec h2:after {
  position: absolute;
  content: "";
  background: #1f8e3d;
  width: 63px;
  height: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}

.hm-prctareas-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.hmprctareas-itm {
  width: 23.6%;
  background-color: #fff;
  position: relative;
  border-radius: 15% 15% 15% 2%;
  z-index: 1;
  border: 1px solid #41b761;
}

.hmprctareas-itm:hover:after {
  display: none;
}

.hmprctareas-itm::after {
  position: absolute;
  content: "";
  background: url(images/pract-grn-aftr.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15% 15% 15% 2%;
}

.hmprctareas-itm::before {
  position: absolute;
  content: "";
  margin: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 252, 245, 0.01) 22%, rgba(242, 252, 245, 0.01) 33%, rgba(242, 252, 245, 0.06) 42%, rgba(242, 252, 245, 0.08) 43%, rgba(242, 252, 245, 0.1) 47%, rgba(242, 252, 245, 0.14) 48%, rgba(242, 252, 245, 0.17) 50%, rgba(242, 252, 245, 0.18) 51%, rgba(242, 252, 245, 0.22) 53%, rgba(242, 252, 245, 0.25) 54%, rgba(242, 252, 245, 0.28) 55%, rgba(242, 252, 245, 0.76) 71%, rgba(242, 252, 245, 0.89) 77%, rgba(242, 252, 245, 0.94) 81%, rgba(242, 252, 245, 0.98) 87%, rgba(242, 252, 245, 1) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 15% 15% 15% 2%;
}

.hmprctareas-itm:hover .hmprctareas-itm-img {
  filter: none;
}

.hmprctareas-itm-lnk a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}

.hmprctareas-itm-img img {
  width: 100%;
  display: block;
  border-radius: 15% 15% 15% 2%;
}

.hmprctareas-itm-img {
  position: relative;
  filter: grayscale(1);
  z-index: -1;
}


.hmprctareas-itm h3 {
  font-size: 41px;
  font-weight: 600;
  font-family: 'Teko', sans-serif;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  position: absolute;
  bottom: 34px;
  left: 48px;
  text-align: left;
  margin: 0;
}

.hmprctareas-itm h3:before {
  position: absolute;
  content: "";
  margin: auto;
  background-image: url(images/hm-sprites.png);
  background-repeat: no-repeat;
  background-position: -171px -108px;
  width: 44px;
  height: 44px;
  right: -120px;
  bottom: 0;
  top: 0;
}

/* .hm-prctc-btn a.cmn-btn{

    border: 1px solid #ffffff;
} */
/*.hm-prctc-btn a.cmn-btn:hover{
    color: #4b5751;
}*/

/* Homepage Practice Area Section Starts */

/* Homepage Testimonials Section Starts */

.hm-testimonials {
  position: relative;
  padding: 112px 0;
  background: url(images/hmtesti-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.hmtesti-sec .owl-carousel .owl-stage-outer {
  padding-top: 15px;
}

.hmtesti-sec {
  position: relative;
  width: 59%;
  float: right;
  padding-right: 73px;
}

.hm-testimonials h4 {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 6.1px;
  color: #021709;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hm-testimonials h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 100px;
  color: #000000;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 47px 0;
  position: relative;
  padding-bottom: 8px;
}

.hm-testimonials h2:before {
  position: absolute;
  content: "";
  background: #939597;
  width: 225px;
  height: 1px;
  bottom: 3px;
  left: 0;
}

.hm-testimonials h2:after {
  position: absolute;
  content: "";
  background: #1f8e3d;
  width: 63px;
  height: 7px;
  bottom: 0;
  left: 0;
  clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}


.hm-testimonials .hm-testi-item {
  position: relative;
  padding: 35px 0 0 35px;
}

.hm-testimonials .hm-testi-item:before {
  position: absolute;
  content: "";
  background-image: url(images/hm-sprites.png);
  background-position: -14px -143px;
  background-color: transparent;
  width: 56px;
  height: 28px;
  top: -15px;
  right: 0;
}

.hm-testimonials .hm-testi-item:after {
  position: absolute;
  content: "";
  border: 1px solid #2d3142;
  width: 94%;
  height: 88%;
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
  z-index: -1;
}

.hm-testimonials .testi-para {
  padding: 39px 42px 25px;
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 30px;
  min-height: 320px;
}

.hm-testimonials .hm-testi-item p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.9;
  color: #000000;
  margin: 0;
  position: relative;
}

.hm-testimonials .hm-testi-item h5 {
  font-family: 'Commissioner', sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.23px;
  color: #1f8f3e;
  position: relative;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 10px;
}

.hm-testimonials .hm-testi-item .star-rat {
  background-image: url(images/hm-sprites.png);
  background-position: -6px -108px;
  width: 142px;
  height: 27px;
  margin-bottom: 18px;


}

.hm-testimonials .hmtesti-btn a {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 2;

}

.hm-testimonials .star-hdng {
  padding-left: 84px;
  position: relative;
}

.hm-testimonials .star-hdng:before {
  position: absolute;
  content: "";
  background: #000;
  width: 112px;
  height: 1px;
  top: 22px;
  left: -34px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav {
  display: flex !important;
  gap: 38px;
  position: absolute;
  top: -140px;
  right: 6px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button {
  background-image: url(images/hm-sprites.png);
  background-position: -221px -7px;
  width: 70px;
  height: 30px;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button span {
  display: none;
}

.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
  background-position: -302px -7px;
}


/* Homepage Testimonials Section Ends */

/* Homepage Awards Section Starts */

.hm-awards-sec {
  padding: 94px 0 111px;
  background-color: #f5faf6;
  text-align: center;
}

.hm-awards-sec h2 {
  font-size: 71px;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.71px;
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 52px;
  position: relative;
}

.hm-awards-sec h2:before {
  position: absolute;
  content: "";
  width: 73px;
  height: 1px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  border: 180px solid rgb(147 149 151 / 50%);
  border-bottom: none;
  border-top: none;
}

.hm-awards-sec h2:after {
  position: absolute;
  content: "";
  background: #1f8e3d;
  width: 63px;
  height: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}


.hmawrds-blk {
  display: flex;
  justify-content: space-between;
}

.hmawrds-itm {
  width: 23.5%;
  background-color: #fff;
  border: 3px solid #c4c7c6;
}

.hmawrds-itm:hover {
  border: 3px solid #219641;
}

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

/* Homepage Attorney Section Starts */

.hm-attrny-sec {
  background: url(images/hm-attrny-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 75px;


}

.hm-attrny-sec .container1 {
  max-width: 1560px;
}

.hmattrny-sec {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.hm-attrny-sec .container {
  max-width: 1640px;
}


.hm-attrny-rite {
  width: 37.5%;
  position: relative;
}

.hm-attrny-rite .main-display.owl-carousel .owl-stage-outer {
  padding-right: 160px;
  position: relative;

}

.hm-attrny-rite .main-display.owl-carousel .item-display {
  padding: 40px 120px 40px 40px;
  position: relative;
  text-align: center;
  /* background: #fff; */
}

/*.hm-attrny-rite .main-display.owl-carousel .item-display:before {
  position: absolute;
  content: "";
  background: rgb(228 228 228 / 50%);
  width: 2px;
  height: 85%;
  right: 4px;
  bottom: 0;
}*/

/*.hm-attrny-rite .main-display.owl-carousel .item-display:after {
  position: absolute;
  content: "";
  background: #139d29;
  width: 9px;
  height: 9px;
  right: 0;
  top: 12%;
}*/

.hm-attrny-img {
  padding-bottom: 20px;
  background: #21964157;
  border-radius: 10px;
  text-align: center;
  outline: 2px solid #fff;
  outline-offset: 10px;
}

.hm-attrny-rite h3 {
  font-family: 'Teko', sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 0.9;
  color: #fff;
  margin-bottom: 10px;
}

.hmattrny-lft {
  width: 56%;
  padding: 100px 50px 0 0;
}

.hm-attrny-btn a {
  background: #fff;
  color: #219641;
}

.hm-attrny-btn a:hover {
  color: #fff;
  background: #219641;
}

.hm-attrny-sec h2 {
  font-family: 'Teko', sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 10px;
  color: #fff;
  position: relative;

}

.hm-attrny-sec p {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 60px;

}

.hm-attrny-sec .display-thumb.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.hm-attrny-sec .display-thumb.owl-carousel .owl-item.active.current .item-thumb {
  transform: scale(1);
  border: 3px solid #fff;
  padding: 20px;

}



.hm-attrny-sec .display-thumb.owl-carousel .owl-item.active.current .attrny-itm {
  background: url(images/hm-attrny-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.hm-attrny-sec .display-thumb.owl-carousel .owl-item.active.current .attrny-itm img {
  filter: none;
}

.hm-attrny-sec .display-thumb .item-thumb {
  transform: scale(0.8);
  border-radius: 49%;
}

.hm-attrny-sec .display-thumb .attrny-itm {
  background: #868686;
  padding-top: 20px;
  border-radius: 49%;

}

.hm-attrny-sec .display-thumb .attrny-itm img {
  display: block;
  width: 100%;
  border-radius: 50%;
  filter: grayscale(1);
}

.hm-attrny-sec .hm-attrny-img img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding-top: 15px;
}



.hm-attrny-sec .attrny-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
  font-size: 42px;
  color: #fff;
  line-height: 14px;
}

.hm-attrny-sec .attrny-btns button {
  background: url(images/hm-sprites.png);
  background-position: -223px -108px;
  width: 86px;
  height: 38px;
  border: 0;
  cursor: pointer;
}

.hm-attrny-sec .attrny-btns button.pract-nxt-btn {
  background-position: -317px -108px;
}

.hm-attrny-sec .attrny-btns button span {
  display: none;
}

/* Homepage Blog Section Starts */

.hmblg-sec {
  padding: 100px 0;
  background-image: url(images/hmblg-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hmblg-sec .container {
  position: relative;
}

.blg-hdng-img img {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: block;
}

.hmblg-item-img::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 65px;
  height: 65px;
  border-right: 5px solid #219641;
  border-bottom: 5px solid #219641;
  right: -4px;
  bottom: -3px;
}

.hmblg-sec h2 {
  font-family: 'Teko', sans-serif;
  font-size: 100px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

.hmblg-sec h2:before {
  position: absolute;
  content: "";
  width: 67px;
  height: 1px;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  border: 161px solid rgb(147 149 151 / 50%);
  ;
  border-bottom: none;
  border-top: none;

}

.hmblg-sec h2:after {
  position: absolute;
  content: "";
  background: #1f8e3d;
  width: 63px;
  height: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}


.hmblg-sec .hmblg-blck {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
}

.hmblg-item {
  width: 31%;
  background-color: #fff;
  padding: 30px 20px 40px;
  position: relative;
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.08);
}

.hmblg-item-cnt {
  padding-top: 30px;
}

.hmblg-sec .clndr {
  position: absolute;
  margin: auto;
  bottom: 17px;
  font-family: 'Commissioner', sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 1.26px;
  background-color: #219641;
  padding: 25px 30px 25px 25px;
  border-start-end-radius: 20px;
  color: #fff;
}

.hmblg-sec .clndr strong {
  font-family: 'Teko', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 3.2px;
  display: block;
}

.hmblg-item-img {
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: relative;
  padding: 0 17px 17px 0;
}

.hmblg-item-img img {
  width: 100%;
  border-radius: 23px;
  border-end-start-radius: 0px;
  display: block;
}

.hmblg-item-cnt h3 {
  margin-bottom: 20px;
}

.hmblg-item-cnt h3 a {
  font-family: 'Teko', sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.hmblg-item-cnt h3 a:hover {
  color: #219641;
}



.hmblg-item-cnt p {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.42px;
  margin-bottom: 32px;
}



.hmpost_btn a {
  font-family: 'Teko', sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
  color: #219641;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.hmpost_btn a:hover {
  color: #02190b;
}

.hmpost_btn a:before {
  background-image: url(images/hm-sprites.png);
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-position: -88px -50px;
  right: 0;
  top: 3px;
}


.hmblg-sec .hmnews-btn {
  text-align: center;

}

.hmblg-sec .hmnews-btn a {
  padding: 20px 50px;

}

/* Homepage Blog Section Ends */



/* Homepage Form Section Starts */

.hmftr-map {
  position: relative;
}

.hmftr-map:before {
  position: absolute;
  content: "";
  background: #219641;
  height: 8px;
  width: 90%;
  top: 0;
  right: 0;
}

.hmftr-map .container {
  max-width: 100%;
}

.hmftr-map iframe {
  height: 550px;

}

.hm-form-sec {
  background-color: #02190b;
  padding: 103px 0 0;
  position: relative;
}

.hm-form-sec .container {
  max-width: 1640px;
}

.hm-form-sec:before {
  position: absolute;
  content: "";
  background: #219641;
  width: 30%;
  height: 75%;
  top: 0;
  right: 0;
}

.form-sec {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.form-rite {
  width: 45%;
  position: relative;
  padding: 35px 0 0 0;
  z-index: 0;
}


.form-rite-img {
  position: relative;
  padding: 22px 22px 0 0;
}

.form-rite .form-rite-img:before {
  position: absolute;
  content: "";
  background: #022b11;
  width: 98%;
  height: 95%;
  top: 0;
  right: 0;
  z-index: -1;
}

.hm-form-sec h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 100px;
  color: #fff;
  line-height: 0.9;
  margin-bottom: 55px;

}

.hm-form-sec h2 strong {
  color: #219641;
  font-weight: 500;
}

.hm-form-sec .form-lft p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}

.form-lft {
  width: 48%;
}

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

.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: 'Commissioner', sans-serif;
  font-weight: 400;
  margin: 0px;
  width: 100% !important;
  color: #fff;
  outline: 0px;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  font-size: 20px !important;
  padding: 16px 24px !important;
  transition: all 0.5s;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 7%;
  grid-row-gap: 23px;
}

.hm-form-sec .gform_wrapper .top_label textarea {
  width: 100%;
  float: left;
  height: 143px !important;
  margin: 0px 0px 16px;
  padding: 12px;
  resize: none;
}

.hm-form-sec .gform_wrapper .form-links,
.form-top {
  color: #fff;
  width: 100%;
  display: inline-block;
}

.hm-form-sec .gform_wrapper .form-links a,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-family: 'Commissioner', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.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: auto !important;
  margin: 10px 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: -50px 0 0;
  text-align: right;
  position: relative;
float: right;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
  background-color: #231f20 !important;
  font-family: 'Commissioner', sans-serif;
  font-weight: 600;
  outline: none !important;
  border: 0px none !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition-duration: 0.5s;
  font-style: normal !important;
  color: #ffffff !important;
  width: 313px !important;
  letter-spacing: 1.2px;
  font-size: 25px !important;
  padding: 20px 15px !important;
  text-transform: uppercase !important;
  height: auto !important;
  margin: 0;
  background: linear-gradient(90deg, rgba(19, 84, 36, 1) 3%, rgba(32, 146, 63, 1) 48%, rgba(19, 87, 37, 1) 100%);
  clip-path: polygon(0 0, 95% 0, 100% 26%, 100% 100%, 6% 100%, 0 77%);
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
  background: linear-gradient(90deg, rgba(32, 146, 63, 1) 3%, rgba(19, 87, 37, 1) 48%, rgba(32, 146, 63, 1) 100%) !important;
}

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

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

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

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

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

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

.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 .gform_validation_errors {
  display: none;
}

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

.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 10px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 13px;
  right: 10px;
  font-weight: 500;
  width: auto;
  border: none;
  margin: 0;
  pointer-events: none;
}

.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
  top: 38px;
}


.hm-form-sec .gform_wrapper div#validation_message_2_7 {
  right: auto;
  top: 27px;
}

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

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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;
  z-index: 0;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  position: inherit;
  z-index: 9;
}

.hm-form-sec div#popup-container {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}

.gform_button.disabled {
  pointer-events: none;
}

/* Homepage Form Section Ends */

/* Footer Section Starts */

.site-footer {
  background: #02190b;
  padding: 113px 0 0;
  position: relative;
  color: #fff;
  z-index: 1;
}

.site-footer:before,
.site-footer:after {
  position: absolute;
  content: "";
  background: url(images/ftr-bfr-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 478px;
  height: 532px;
  bottom: 98px;
  left: 0;
  z-index: -2;
}

.site-footer:before {
  background: url(images/ftr-aftr-img.png);
  left: auto;
  right: 0;
}

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

.footer-sec {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-bottom: 58px;
}

.ftr-logo {
  width: 37%;
  padding: 62px 52px 36px 3px;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.logo-img {
  width: 425px;
  margin-bottom: 23px;
}

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

.ftr-logo p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.3px;
  margin: 0;
  color: #fff;

}

.ftmenu {
  width: 18.3%;
  padding: 74px 43px 0 50px;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.ftmenu ul li {
  display: block;
  margin: 0 0 20px;
}

.ftmenu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.84px;
  margin: 0;
  display: block;
}

.ftmenu ul li a:hover {
  color: #2c9348;
}

.ftr-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 44%;
}


.ftrblk {
  width: 50%;
  padding: 74px 20px 0 50px;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.ftrblk:last-child {
  border: 0;
}

.site-footer h4 {
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  font-size: 51px;
  text-transform: capitalize;
  line-height: 1;
  margin: 0 0 30px 0;
}

.ftr-blk-cal {
  margin-bottom: 25px;
}

.ftrblk h5 {
  font-family: 'Commissioner', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  color: #2c9348;
  margin: 0;


}

.ftrblk h5 a {
  font-weight: 600;
  font-size: 38px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 38px;
}

.ftrblk h5 a:hover {
  color: #2c9348;
}

.ftrblk h5 a:before {
  position: absolute;
  content: "";
  background: url(images/hm-sprites.png);
  background-position: -222px -59px;
  width: 26px;
  height: 26px;
  top: 13px;
  left: 0;

}

.ftrblk .ftr-blk-fax h5 a:before {
  background-position: -267px -59px;
  width: 27px;
  height: 27px;
}

.ftrblk .ftr-blk-loca {
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}

.ftrblk .ftr-blk-loca:before {
  position: absolute;
  content: "";
  background: url(images/hm-sprites.png);
  background-position: -314px -59px;
  width: 23px;
  height: 29px;
  top: 8px;
  left: 0;
}

.ftrblk .ftr-blk-loca p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.63px;
  margin: 0;
}

.ftrblk .ftr-btn {
  margin-bottom: 45px;
}

.ftrblk .ftr-btn a.cmn-btn {
  font-size: 13px;
  letter-spacing: 0.37px;
  padding: 18px 37px;
}

.ftr-socil-icns {
  display: flex;
}

.ftr-socil-icns a {
  font-size: 0;
  background: url(images/hm-sprites.png);
  background-position: -360px -59px;
  width: 15px;
  height: 32px;
  display: inline-block;
  transition: 1s;
}

.ftr-socil-icns a:hover {
  transform: scale(1.15);
  transition: 0.5s ease-in-out;
}

/* Footer Sections Ends */

/* Copyrights */

.copyrights {

  text-align: center;
}

.copyrights .container1 {
  background-color: #219641;
  padding: 31px 0;
}

.ftrlink,
.cpy-inr {
  display: inline;
}

.copyrights p,
.copyrights a {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  line-height: 1.7;
  margin: 0;
  display: inline;
}

.copyrights a {
  display: inline-block;
  padding: 0 5px;
}

.copyrights a:hover {
  color: #02190b;

}

/* Homepage Ends */

/* Inner Pages Default Styles */

.page_bnr {
  background: url(images/inr-page-bnr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 80px;
  text-align: center;
  position: relative;
}

.page_bnr:before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121314+0,131720+100&0.93+0,0.86+20,0.72+42,0.28+100 */
  background: linear-gradient(to bottom, rgba(18, 19, 20, 0.93) 0%, rgba(18, 20, 22, 0.86) 20%, rgba(18, 21, 25, 0.72) 42%, rgba(19, 23, 32, 0.28) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page_title h1,
.page_title h2 {
  font-family: 'Teko', sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}

.inrpg-breadcrumbs {
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Commissioner', sans-serif;
  font-weight: 600;
  position: relative;
}

.inrpg-breadcrumbs a:hover {
  color: #219641;
}

.page_default {
  padding: 130px 0;
  position: relative;
}

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

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

.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: 'Teko', sans-serif;
  font-weight: 500;
}


.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
  color: #219641;
  margin-bottom: 20px;
}

.page_default .genpg-rite h3 {
  font-size: 40px;
  line-height: 1.1;
}

.page_default .genpg-rite h4 {
  font-size: 30px;
  line-height: 1.1;
}

.page_default .genpg-rite h5 {
  font-size: 25px;
  line-height: 1.1;
}

.page_default .genpg-rite h6 {
  font-size: 22px;
  line-height: 1.1;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  margin: 0 0 30px 0;
}

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

.page_default .genpg-rite li {
  padding-left: 30px;
  color: #000;
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.page_default .genpg-rite ul li:before {
  background: #4a4a4a;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  border-radius: 50%;

}

.page_default .genpg-rite div {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;

}

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

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

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

.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: #219641;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
  color: #03190c;
}

.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>ul li:before {
  display: block;
}

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

/* Sidebar Styles */

.genpg-lft .widget {
  margin-bottom: 50px;
  background: #022910;
  width: 100%;
  display: inline-block;
  position: relative;
  border: 2px solid #51c871;
  border-radius: 55px 55px 55px 20px;
}

.genpg-lft h4.widget-title,
.genpg-lft .widget .gform_heading h3.gform_title {
  font-family: 'Teko', sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 20px 22px 38px;
  margin: 0;
  line-height: 1;
  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 ul {
  display: block;
  position: relative;
  margin: 0 30px 20px;
}

.genpg-lft section.widget ul li {
  margin: 0;
  position: relative;
}

.genpg-lft section.widget_nav_menu li.menu-item-object-custom {
  text-align: center;
}

.genpg-lft section.widget_nav_menu .menu-item-object-custom a {
  font-family: 'Commissioner', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, rgba(19, 84, 36, 1) 3%, rgba(32, 146, 63, 1) 48%, rgba(19, 87, 37, 1) 100%);
  padding: 20px 30px;
  margin: 25px 0 15px;
  clip-path: polygon(0 0, 95% 0, 100% 26%, 100% 100%, 6% 100%, 0 77%);
}

.genpg-lft section.widget_nav_menu .menu-item-object-custom a:hover {
  background: linear-gradient(90deg, rgba(32, 146, 63, 1) 3%, rgba(19, 87, 37, 1) 48%, rgba(32, 146, 63, 1) 100%);
  color: #fff;
}

.genpg-lft .menu-item-object-custom a:before {
  display: none;
}

.genpg-lft .widget ul li a {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  padding: 13px 20px 10px 50px;
  display: block;
  text-transform: uppercase;
}

.genpg-lft .widget ul li a:before {
  position: absolute;
  content: "";
  background: url(images/in-sprites.png);
  background-position: -9px -9px;
  width: 31px;
  height: 31px;
  top: 15px;
  left: 0;
}

.genpg-lft .widget ul li a:hover {
  color: #1f8d3d;
}

.genpg-lft .widget ul>li {
  border-top: 1px solid rgb(81 200 113 / 25%);
}

.genpg-lft .widget ul>li:first-child {
  border-top: none;
}

.genpg-lft section.widget_nav_menu ul li.sb-iaamenu>ul.sub-menu {
  display: block !important;
}

.genpg-lft .widget_nav_menu ul.sub-menu li {
  padding: 0;
}

.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: 6px;
  top: 25px;
  width: 12px;
  z-index: 10;
  height: 12px;
  background-image: url(images/plus_icn.png);
  background-repeat: no-repeat;
  padding: 0px 0px;
  cursor: pointer;
  border: 0;
}

.genpg-lft .widget_nav_menu ul li a.drop.open {
  transform: rotate(90deg);
}

.genpg-lft .widget_nav_menu ul li a.drop:before {
  display: none;
}

.genpg-lft section.widget_nav_menu ul ul li {
  padding: 0 0 0 20px;
}


/* Sidebar Testimonials */

.genpg-lft .widget.testi-sdbr {
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0 70px 0 0;
  border: 0;

}

.genpg-lft .widget.testi-sdbr:before {
  position: absolute;
  content: "";
  border: 1px solid #2d3142;
  width: 21%;
  height: 57%;
  top: 10px;
  left: 10px;

  border-bottom: 0;
  border-right: 0;
}

.genpg-lft .widget.testi-sdbr:after {
  position: absolute;
  content: "";
  border: 1px solid #2d3142;
  width: 21%;
  height: 57%;
  bottom: 10px;
  right: 10px;
  border-top: 0;
  border-left: 0;
}

.genpg-lft .widget.testi-sdbr h4 {
  color: #000;
}

.genpg-lft .sidebar-testi.owl-carousel {
  padding: 0 30px 40px;
  text-align: center;
}

.genpg-lft .sidebar-testi .testi-item {
  position: relative;
}

.genpg-lft .sidebar-testi .testi-item:before {
  position: absolute;
  content: "";
  background: url(images/in-sprites.png);
  background-position: -211px -9px;
  width: 36px;
  height: 28px;
  top: 20px;
  left: 0;

}

.genpg-lft .sidebar-testi .testi-item .star-rat {
  background: url(images/in-sprites.png);
  background-position: -59px -9px;
  width: 142px;
  height: 29px;
  margin: 0 auto 20px;
}

.genpg-lft .sidebar-testi .testi-item p {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

.genpg-lft .sidebar-testi .testi-item h5 {
  font-family: 'Commissioner', sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.23px;
  color: #1f8f3e;
  position: relative;
  margin: 0;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35px;
  padding: 0 30px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {
  background: url(images/in-sprites.png);
  background-position: -9px -74px;
  width: 69px;
  height: 30px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {
  background-position: -101px -74px;
}


.genpg-lft .sidebar-testi.owl-carousel .owl-nav button:hover {
  background-position: -9px -116px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -101px -116px;
}

.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
  display: none;
}


/* Blog Page */

.page_default .genpg-rite .blg-cntblk {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.page_default .genpg-rite .post-item {
  width: 48%;
  background-color: #fff;
  padding: 30px 20px 78px;
  position: relative;
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.08);
}

.page_default.blog_pg .genpg-rite .post-img {
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: relative;
  padding: 0 17px 17px 0;
}

.page_default.blog_pg .genpg-rite .post-img img {
  width: 100%;
  border-radius: 23px;
  border-end-start-radius: 0px;
  display: block;
}

.page_default.blog_pg .genpg-rite .post-img::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 65px;
  height: 65px;
  border-right: 7px solid #219641;
  border-bottom: 7px solid #219641;
  right: -5px;
  bottom: -4px;
}

.page_default .genpg-rite .post-cnt {
  padding-top: 30px;
}

.page_default .genpg-rite .post-item h4 a {
  font-family: 'Teko', sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  display: inline-block;
}

.page_default .genpg-rite .post-item h4 a:hover {
  color: #219641;
}

.page_default .genpg-rite .post-item p {
  font-family: 'Commissioner', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.42px;
  margin-bottom: 32px;
}


.page_default.blog_pg .genpg-rite .post-dt {
  position: absolute;
  margin: auto;
  bottom: 17px;
  font-family: 'Commissioner', sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 1.26px;
  background-color: #219641;
  padding: 25px 30px 25px 25px;
  border-start-end-radius: 20px;
  text-align: center;
  color: #fff;
}

.page_default.blog_pg .genpg-rite .post-dt strong {
  font-family: 'Teko', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 3.2px;
  display: block;
}


.page_default .genpg-rite .post-btn a.blg-btn {
  font-family: 'Teko', sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
  color: #219641;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.page_default .genpg-rite .post-btn a.blg-btn:before {
  background-image: url(images/hm-sprites.png);
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-position: -88px -50px;
  right: 0;
  top: 3px;
}

.page_default .genpg-rite .post-btn a.blg-btn:hover {
  color: #022910;
}

.page_default .genpg-rite .nav-links svg.svg-icon {

  display: none;

}

.page_default .genpg-rite nav.navigation.pagination {
  width: 100%;
}

.page_default .genpg-rite .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.page_default .genpg-rite .nav-links span,
.page_default .genpg-rite .nav-links a {
  padding: 8px 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  background: #219641;
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.page_default .genpg-rite .nav-links span.page-numbers.current {
  background: #03190c;
}

.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 a.next.page-numbers,
.page_default .genpg-rite .nav-links a.prev.page-numbers {
  background: url(images/hm-sprites.png);
  background-position: -171px -108px;
  width: 44px;
  height: 44px;
}

.page_default .genpg-rite .nav-links a.prev.page-numbers {
  transform: rotate(180deg);
}

.page_default .genpg-rite .abt-list ul li {
  font-size: 28px;
  letter-spacing: -0.58px;
  font-weight: 500;
}

.page_default.single-blogpg .genpg-rite .post-dt {
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  color: #000;
  margin: 0 0 10px;
}

.page_default.single-blogpg .genpg-rite .post-img.single_defualt_img {
  margin-bottom: 30px;
  border: 2px solid #51c871;
  border-radius: 0 42px 0 0;
}

.page_default.single-blogpg .genpg-rite .post-img.single_defualt_img img {
  width: 100%;
  display: block;
  border-radius: 0 40px 0 0;
}


.page_default.single-blogpg .genpg-rite .page-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

.page_default.single-blogpg .genpg-rite .page-navi a {
  display: inline-block;
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding: 14px 25px 16px;
  color: #fff;
  background-color: #219641;
}

.page_default.single-blogpg .genpg-rite .page-navi a:hover {
  background-color: #03190c;
}

/* Testimonials Page */

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

.page_default .genpg-rite .testi-item {
  background-color: #f1f1f1;
  position: relative;
  margin-bottom: 40px;
  padding: 35px 35px 45px;
  display: inline-block;
}

.page_default .genpg-rite .testi-item::before {
  background-image: url(images/in-sprites.png);
  background-position: -10px -178px;
  content: "";
  position: absolute;
  width: 124px;
  height: 85px;
  top: 0;
  left: 0;
  margin: auto;
}

.page_default .genpg-rite .star-rat {
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  width: 177px;
  height: 31px;
  background-position: -165px -197px;
  margin: 0 auto 40px;
}

.page_default .genpg-rite .testi-item h4 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}

.page_default .genpg-rite .testi-item p {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 35px;
}

.page_default .genpg-rite .testi-item h5 {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #1f8d3d;
  margin-bottom: 0px;
}

/* Practice Areas Page */

.page_default .genpg-rite .inr-prctareas-blk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 85%;
  margin: auto;
}

.page_default .genpg-rite .inrprctareas-itm {
  width: 30%;
  background-color: #fff;
  position: relative;
  border-radius: 15% 15% 15% 2%;
  z-index: 1;
  border: 1px solid #41b761;
}

.page_default .genpg-rite .inrprctareas-itm:hover:after {
  display: none;
}

.page_default .genpg-rite .inrprctareas-itm::after {
  position: absolute;
  content: "";
  background: url(images/pract-grn-aftr.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15% 15% 15% 2%;
}

.page_default .genpg-rite .inrprctareas-itm::before {
  position: absolute;
  content: "";
  margin: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 252, 245, 0.01) 22%, rgba(242, 252, 245, 0.01) 33%, rgba(242, 252, 245, 0.06) 42%, rgba(242, 252, 245, 0.08) 43%, rgba(242, 252, 245, 0.1) 47%, rgba(242, 252, 245, 0.14) 48%, rgba(242, 252, 245, 0.17) 50%, rgba(242, 252, 245, 0.18) 51%, rgba(242, 252, 245, 0.22) 53%, rgba(242, 252, 245, 0.25) 54%, rgba(242, 252, 245, 0.28) 55%, rgba(242, 252, 245, 0.76) 71%, rgba(242, 252, 245, 0.89) 77%, rgba(242, 252, 245, 0.94) 81%, rgba(242, 252, 245, 0.98) 87%, rgba(242, 252, 245, 1) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 15% 15% 15% 2%;
}

.page_default .genpg-rite .inrprctareas-itm:hover .inrprctareas-itm-img {
  filter: none;
}

.page_default .genpg-rite .inrprctareas-itm-lnk a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}

.page_default .genpg-rite .inrprctareas-itm-img img {
  width: 100%;
  display: block;
  border-radius: 15% 15% 15% 2%;
}

.page_default .genpg-rite .inrprctareas-itm-img {
  position: relative;
  filter: grayscale(1);
  z-index: -1;
}


.page_default .genpg-rite .inrprctareas-itm h3 {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Teko', sans-serif;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  position: absolute;
  bottom: 30px;
  left: 48px;
  margin: 0;
}

.page_default .genpg-rite .inrprctareas-itm h3:before {
  position: absolute;
  content: "";
  margin: auto;
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  background-position: -187px -82px;
  width: 40px;
  height: 40px;
  right: -120px;
  bottom: 0;
  top: 0;
}

.page_default .genpg-rite .cmn-blk {
  margin-bottom: 35px;
  border: 1px solid #51c871;
  border-radius: 0 50px 0 0;
  overflow: hidden;
}

.page_default .genpg-rite .cmn-blk img {
  width: 100%;
  display: block;
}

.page_default .genpg-rite .inrwrkplc-lst-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 14px;
}

.page_default .genpg-rite .inrwrkplc-blk-itm a {
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  display: inline-block;
  padding: 18px 36px 14px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.page_default .genpg-rite .inrwrkplc-blk-itm {
  display: flex;
}

.page_default .genpg-rite .inrwrkplc-blk-itm a:hover {
  color: #ffffff;
  background-color: #219641;
  border: 2px solid transparent;
}

/* OUr Attorneys Page */


.page_default.our_attrnys .genpg-rite p {
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  margin: 0 0 44px 0;
}

.page_default .genpg-rite .inratney-team-lst {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
  flex-wrap: wrap;
}

.page_default .genpg-rite .inratney-team-blk {
  width: 21%;
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 29px;
}

.page_default .genpg-rite .inratney-team-blk:hover img {
  filter: none;
}

.page_default .genpg-rite .inratney-team-blk:hover .inratney-itm {
  border: 3px solid #2c9348;
}

.page_default .genpg-rite .inratney-team-blk:hover .attrny-itm-img {
  background-image: url(images/tm-prof-hvr-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_default .genpg-rite .inratney-team-blk:hover .inratney-itm-cnt {
  background-color: #219641;
}

.page_default .genpg-rite .inratney-team-blk:hover .inratney-itm-cnt h4 {
  color: #ffffff;
}

.page_default .genpg-rite .inratney-team-blk:hover .inratney-itm-cnt h5 {
  color: #ffffff;
}

.page_default .genpg-rite .inratney-itm {
  border: 3px solid #000;
  padding: 20px;
  border-radius: 50%;
}

.page_default .genpg-rite .attrny-itm-img {
  background-image: url(images/tm-prof-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 48%;
  padding-top: 20px;
}

.page_default .genpg-rite .attrny-itm-img img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  border-radius: 50%;
}

.page_default .genpg-rite .inratney-itm-cnt {
  padding: 18px 49px;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.22) 1px 0px 38px;
}

.page_default .genpg-rite .inratney-itm-cnt h4 {
  font-size: 30px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.page_default .genpg-rite .inratney-itm-cnt h5 {
  font-size: 16px;
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #299747;
  text-transform: uppercase;
  margin: 0;
}

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

/* .page_default .genpg-rite .inratney-team-btn a.cmn-btn{
    text-decoration: none;
    font-size: 21px;
    font-weight: 500; 
    font-family: "Commissioner", sans-serif;
    line-height: 1;
    letter-spacing: 0.21px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding: 26px 69px;
    border: 1px solid #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 26%, 100% 100%, 6% 100%, 0 77%);
    background: linear-gradient(90deg, rgba(19, 84, 36, 1) 3%, rgba(32, 146, 63, 1) 48%, rgba(19, 87, 37, 1) 100%);
}
.page_default .genpg-rite .inratney-team-btn a.cmn-btn:hover{
    background: linear-gradient(90deg, rgba(32, 146, 63, 1) 3%, rgba(19, 87, 37, 1) 48%, rgba(32, 146, 63, 1) 100%);
} */

.page_default .genpg-rite .inratney-team-btn a.cmn-btn {
  color: #fff;
}

.page_default .genpg-rite .inratney-team-btn a.cmn-btn:hover {
  color: #fff;
}

.attrny-hvr a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}




/* Single Contact Page */

.page_default .genpg-rite .inr-cntct-cnt {
  text-align: center;
}

.page_default .genpg-rite .inr-cntct-cnt h2 {
  padding: 0 0 15px 0;
  position: relative;
  line-height: 1;
}

.page_default .genpg-rite .inr-cntct-cnt h2:before {
  position: absolute;
  content: "";
  margin: auto;
  background-color: #219641;
  width: 67px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}

.page_default .genpg-rite .inr-cntct-cnt p {
  font-weight: 500;
}

.page_default .genpg-rite .inr-cntct-sec {
  position: relative;
  margin-top: 50px;
  display: flex;

}

.page_default .genpg-rite .inr-cntct-sec iframe {
  width: 100%;
  height: 100%;
}

.page_default .genpg-rite .inr-cntct-lst {
  width: 29%;
  padding: 85px 59px 90px 60px;
  background-color: rgb(33 94 48 / 94%);
  text-align: left;
}

.page_default .genpg-rite .inr-cntct-map {
  width: 71%;
}

.page_default .genpg-rite .inr-cntct-lst h4 {
  font-size: 35px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0 0 29px 0;
  position: relative;
}

.page_default .genpg-rite .inr-cntct-lst h4::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 57px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.page_default .genpg-rite .inr-cntct-itm {
  margin-bottom: 20px;
  padding: 0 0 0 42px;
  position: relative;
}

.page_default .genpg-rite .inr-cntct-itm::before {
  position: absolute;
  content: "";
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  background-position: -245px -82px;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
}

.page_default .genpg-rite .inr-cntct-itm.cal::before {
  background-position: -280px -82px;
}

.page_default .genpg-rite .inr-cntct-itm.fax::before {
  background-position: -319px -82px;
}

.page_default .genpg-rite .inr-cntct-itm.loc:before {
  width: 18px;
  height: 22px;
  top: 9px;
}


.page_default .genpg-rite .inr-cntct-itm.loc p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Commissioner", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0 0 19px;
}

.page_default .genpg-rite .inr-cntct-btn a.cmn-btn {
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  font-family: 'Commissioner', sans-serif;
  line-height: 1;
  letter-spacing: 0.19px;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 40px 10px 18px;
  border: 1px solid #ffffff;
  margin: 0;
  position: relative;
  clip-path: none;
}

.page_default .genpg-rite .inr-cntct-btn a.cmn-btn::before {
  position: absolute;
  content: "";
  margin: auto;
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  background-position: -245px -128px;
  width: 17px;
  height: 12px;
  right: 15px;
  top: 0;
  bottom: 0;
}

.page_default .genpg-rite .inr-cntct-itm h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Commissioner", sans-serif;
  line-height: 1;
  letter-spacing: 1.28px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.page_default .genpg-rite .inr-cntct-itm h5 a {
  text-decoration: none;
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.page_default .genpg-rite .inr-cntct-itm h5 a:hover {
  color: #03190c;
}


/* Contact Page */

.page_default .genpg-rite .cntpg-frmadrs {
  background: #f6f6f6;
  border-top: 8px solid #3584f0;
  padding: 60px 95px;
  text-align: center;
  position: relative;
}

.page_default .genpg-rite .cntpg-fm {
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  text-align: left;
}

.page_default .genpg-rite .cntfrm {
  width: 50%;
  float: right;
  padding: 0 0 0 30px;
}

.cntadrs {
  width: 50%;
  float: left;
  padding: 0 30px 0 0;
}

.page_default .genpg-rite .cntadrs h3 {
  background: #e5b21b;
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin: 0;
  padding: 21px 30px;
}

.page_default .genpg-rite .cntpg-adrs {
  background: #03152b;
  padding: 40px 150px 40px 50px;
}

.page_default .genpg-rite .cntadrs ul {
  margin: 0;
}

.page_default .genpg-rite .cntadrs ul li {
  list-style: none;
  color: #fff;
  padding: 0 0 0px 95px;
}

.page_default .genpg-rite .cntadrs ul li:before {
  width: 65px;
  height: 65px;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  background: #fff;
}

.page_default .genpg-rite .cntadrs ul li strong {
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: inline-block;
}

.page_default .genpg-rite .cntadrs .ftr-socil {
  padding: 0 0 20px 95px;
}

.ftr-socil a {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  margin: 0 14px 0 0;
  background: #3584f0;
  transition: 1s;
}

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



/*Single Profile Page*/

.page_default.sngl_prfl .genpg-rite .sngl-prfl-blk {
  background-color: #f7f7f7;
  border-radius: 40px;
  padding: 0 42px 20px;
  position: relative;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-img {
  width: 39.5%;
  float: left;
  background-image: url(images/sngl-prfl-img-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 10px 0 0;
  border-radius: 45px;
  border: 2px solid #51c871;
  margin: 0 90px 0 -40px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-img img {
  width: 100%;
  display: block;
  border-radius: 45px;
}

.page_default.sngl_prfl .genpg-rite .inr-sngl-pro-cnt {
  width: 56%;
  float: left;
  padding: 60px 0 0;
}

.page_default.sngl_prfl .genpg-rite .inr-sngl-pro-cnt h4 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-family: 'Teko', serif;
}

.page_default.sngl_prfl .genpg-rite .inr-sngl-pro-cnt h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 15px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst {
  display: flex;
  gap: 80px;
  margin: 0 0 30px;
  align-items: center;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-rit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst a {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.6px;
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
  color: #000;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst a:hover {
  color: #219641;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst a:before {
  position: absolute;
  content: "";
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  background-position: -330px -140px;
  transform: scale(1.2);
  top: 0px;
  left: 0;
  width: 21px;
  height: 25px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst a.sngl-prfl-mail:before {
  background-position: -359px -139px;
  transform: scale(1.1);
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst .sngl-prfl-lcn {
  padding: 0 0 0 35px;
  position: relative;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst .sngl-prfl-lcn:before {
  position: absolute;
  content: "";
  background-image: url(images/in-sprites.png);
  background-repeat: no-repeat;
  background-position: -302px -140px;
  width: 21px;
  height: 25px;
  left: 0;
  top: 5px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-cnt-lst .sngl-prfl-lcn p {
  font-size: 21px;
  line-height: 1.42;
  letter-spacing: -0.42px;
  margin: 0;
}



.page_default.sngl_prfl .genpg-rite .sngl-prfl-btm-cnt {
  position: relative;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-btm-cnt h2 {
  font-size: 32px;
  position: relative;
}

.page_default .genpg-rite .sngl-prfl-btm-cnt .accordion-section-title {
  display: block;
  color: #fff;
  padding: 10px 50px 0 30px;
  background: #219641;

}

.page_default .genpg-rite .sngl-prfl-btm-cnt .accordion-section-title.active,
.page_default.sngl_prfl .genpg-rite .sngl-prfl-btm-cnt .accordion-section-title:hover {
  background: #03190c;
}

.page_default.sngl_prfl .genpg-rite .accordion-section-content {
  padding: 0 20px;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-btm-cnt h2 a.accordion-section-title:before {
  position: absolute;
  content: "";
  background: url(images/dropdown-icn.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 13px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page_default.sngl_prfl .genpg-rite .sngl-prfl-btm-cnt h2 a.accordion-section-title.active:before {
  background: url(images/open-drop-down.png);
}

.page_default .genpg-rite .inr-cntct-cnt p br {
  display: none;
}


/* Verdicts Page */

.page_default .genpg-rite .case-sec {
  column-count: 2;
  column-gap: 25px;
}

.page_default .genpg-rite .case-sec .case-itm {
  background-color: #f1f1f1;
  padding: 30px 20px;
  width: 100%;
  margin-bottom: 5%;
  text-align: center;
  display: inline-block;
}

.page_default .genpg-rite .case-sec .case-itm p {
  margin: 0 0 15px 0;
}


.page_default .genpg-rite .applictn-btn a {
  color: #fff;
}

.page_default .genpg-rite .wnr-btm {
  display: flex;
  justify-content: space-between;
}

.page_default .genpg-rite .winner-crsl.owl-carousel {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.page_default .genpg-rite .winner-crsl.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;

}

.page_default .genpg-rite .winner-crsl.owl-carousel .owl-nav button {
  background: url(images/in-sprites.png);
  background-position: -9px -74px;
  width: 69px;
  height: 30px;
}

.page_default .genpg-rite .winner-crsl.owl-carousel .owl-nav button.owl-next {
  background-position: -101px -74px;
}

.page_default .genpg-rite .winner-crsl.owl-carousel .owl-nav button span {
  font-size: 0;
}

.page_default .genpg-rite .gnrl-vdeo {
  position: relative;
  margin-bottom: 20px;
  width: 48%;

}

.page_default .genpg-rite .gnrl-vdeo h5 {
  margin: 10px 0 0;
  text-align: center;
}

.page_default .genpg-rite .gnrl-vdeo iframe {
  height: 280px;
  width: 100%;
}

.page_default .genpg-rite .media-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*  Scholarship form */

.scholar-form .gform_wrapper.gravity-theme .gfield_label {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin: 0 0 10px;
}

.scholar-form .gform_wrapper .top_label input,
.scholar-form .gform_wrapper select,
.scholar-form .gform_wrapper .top_label textarea {
  font-family: 'Commissioner', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  padding: 16px 24px !important;
}

.scholar-form .gform_wrapper .top_label textarea {
  height: 150px !important;
  resize: none;
}

.scholar-form .gform_wrapper .gform_footer.top_label {
  text-align: center;
}

.scholar-form .gform_wrapper .top_label input[type="submit"] {
  background-color: #231f20 !important;
  font-family: 'Commissioner', sans-serif;
  font-weight: 600;
  outline: none !important;
  border: 0px none !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition-duration: 0.5s;
  font-style: normal !important;
  color: #ffffff !important;
  width: 250px !important;
  letter-spacing: 1.2px;
  font-size: 20px !important;
  padding: 20px 15px !important;
  text-transform: uppercase !important;
  height: auto !important;
  margin: 0;
  background: linear-gradient(90deg, rgba(19, 84, 36, 1) 3%, rgba(32, 146, 63, 1) 48%, rgba(19, 87, 37, 1) 100%);
  clip-path: polygon(0 0, 95% 0, 100% 26%, 100% 100%, 6% 100%, 0 77%);
}

.scholar-form .gform_wrapper .top_label input[type="submit"]:hover {
  background: linear-gradient(90deg, rgba(32, 146, 63, 1) 3%, rgba(19, 87, 37, 1) 48%, rgba(32, 146, 63, 1) 100%) !important;
}

.scholar-form .gform_wrapper .top_label .ginput_container_fileupload input {
  padding: 0 !important;
}

.scholar-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.scholar-form .gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 40px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 13px;
  right: 10px;
  font-weight: 500;
  width: auto;
  border: none;
  margin: 0;
}

.scholar-form .gform_wrapper .gform_validation_errors {
  display: none;
}

.scholar-form .gform_wrapper .gfield {
  position: relative;
}

.scholar-form .gform_wrapper .gfield .instruction.validation_message {
  top: auto;
  bottom: 10px;
}

.scholar-form div#popup-container {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}

.scholar-form div#field_3_12 .validation_message.gfield_validation_message,
.scholar-form div#field_3_13 .validation_message.gfield_validation_message,
.scholar-form fieldset#field_3_7 .validation_message.gfield_validation_message,
.scholar-form div#field_3_14 .validation_message.gfield_validation_message {
  right: auto;
  left: 0;
  top: auto;
  bottom: 15px;
}

.scholar-form div#field_3_14 .validation_message.gfield_validation_message {
  bottom: 0 !important;
}

/* Areas Served */

.page_default .genpg-rite .areas-served-list {
  background-color: #03190c;
  border-radius: 30px;
  padding: 45px;
  margin-bottom: 20px;
  text-align: center;
}

.page_default .genpg-rite .areas-served-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.page_default .genpg-rite .areas-served-list ul li {
  width: 32%;
  margin: 0px 0.6% 1%;
  padding: 0px !important;
}

.page_default .genpg-rite .areas-served-list ul li:before {
  display: none;
}

.page_default .genpg-rite .areas-served-list ul li a {
  padding: 15px 20px;
  background-color: #219641;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
}

.page_default .genpg-rite .areas-served-list ul li a:hover {
  background-color: #fff;
  color: #219641;
}

.sngl-prfl-btm-cnt .accordion-section-content.open {
  display: block;
}

.sngl-prfl-btm-cnt .accordion-section-content {
  display: none;
}