/*

 Theme Name:   Balzano & Tropiano

 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:  btinjury

*/

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

@font-face {
    font-family: 'Afacad Flux';
    src: url('fonts/AfacadFlux-Black.woff2') format('woff2'),
        url('fonts/AfacadFlux-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Afacad Flux';
    src: url('fonts/AfacadFlux-ExtraBold.woff2') format('woff2'),
        url('fonts/AfacadFlux-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Afacad Flux';
    src: url('fonts/AfacadFlux-ExtraLight.woff2') format('woff2'),
        url('fonts/AfacadFlux-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Afacad Flux';
    src: url('fonts/AfacadFlux-Thin.woff2') format('woff2'),
        url('fonts/AfacadFlux-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

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

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

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



:root {

  --blue: #1e90ff;

  --white: #ffffff;

  --placeholdercolor: currentColor;

}



* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  scroll-behavior: smooth;

}



body {

  margin: 0;

  padding: 0;

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

  font-weight: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.clear {

  clear: both;

}



.alignleft,

.alignright,

.aligncenter {

  margin-bottom: 10px;

}



.alignnone {

  margin-bottom: 10px;

}



.alignleft {

  float: left;

  margin-right: 15px;

  margin-top: 0;

}



.alignright {

  float: right;

  margin-left: 15px;

  margin-top: 0;

}



.aligncenter {

  display: block;

  margin: 0 auto 15px auto;

}



iframe,

img {

  max-width: 100%;

  border: none;

  vertical-align: middle;

}



img {

  border: 0;

  height: auto;

}



a {

  font-family: inherit;

  font-size: inherit;

  line-height: normal;

  color: inherit;

  text-decoration: none;

  transition: 0.5s;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Poppins", serif;

  margin: 0 0 20px 0;

  padding: 0;

  font-weight: normal;

}



p,

li,

ul,

ol,

blockquote {

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

  font-weight: normal;

  margin: 0 0 10px 0;

  padding: 0;

}



ul,

li {

  list-style: none;

}



a:visited {

  color: inherit;

}



a:hover {

  text-decoration: none;

}



a,

a:hover,

input[type="submit"],

button {

  outline: 0;

}



button,

html [type="button"],

[type="reset"],

[type="submit"] {

  -webkit-appearance: none;

  border-radius: 0;

}



input::-webkit-input-placeholder {

  color: var(--placeholdercolor);

}



input::-moz-placeholder {

  color: var(--placeholdercolor);

}



input:-ms-input-placeholder {

  color: var(--placeholdercolor);

}



input:-moz-placeholder {

  color: var(--placeholdercolor);

}



html {

  scroll-behavior: smooth;

}



.container {

  max-width: 1500px;

  width: 100%;

  margin: 0 auto;

}



.d-none,

.hide {

  display: none !important;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.fw {

  float: left;

  width: 100%;

}



.wrapper {

  float: left;

  width: 100%;

}





/* Header Section Starts */

.head-sec.f-nav {position: fixed; z-index: 999; background: #fff;padding: 20px 0 15px;border-bottom: 2px solid #ac6600;} 
.head-sec.f-nav .logo {width:19%;}
.head-sec.f-nav .head-cal p a {font-size: 40px;}

.head-sec .container{max-width: 1720px; width: 100%; margin: auto;} 
.head-sec {background:transparent; padding: 30px 0 0; position: absolute; width: 100%; margin: auto; z-index: 2;} 
.head-sec .head-blk {display: flex; align-items: center; justify-content: space-between;} 
.head-sec .logo {width: 21.9%;transition: 0.5s;}
.head-sec .logo img {transition-duration: 0.8s; width: 100%; display: block;} 
.head-sec .logo-rit {float: right; display: flex; justify-content: space-between; align-items: center; width:75%;} 
.head-sec .topmenu {float: left; width: auto;} 
.head-sec .topmenu ul {position: relative; margin: 0;} 
.head-sec .topmenu ul li {display: inline-block; position: relative; margin: 0px 10px;} 
.head-sec .topmenu ul li:first-child, .topmenu ul li:last-child{margin: 0px;} 
.head-sec .topmenu ul li a{font-family: 'Poppins'; font-weight: 400; text-transform: capitalize; font-size: 19px; line-height:1; letter-spacing: 0.095px; color: #000; position: relative;padding: 18px 20px; display: inline-block;} 
.head-sec .topmenu ul li a:before, .topmenu ul li a:after {position: absolute; content: ''; border: 1px solid #ac6600; border-bottom: 0px; width: 98%; height: 8px; top: 0; left:0; right: 0; margin: auto; pointer-events: none; opacity: 0;} 
.head-sec .topmenu ul li a:after{top: inherit; bottom: 0; border: 1px solid #ac6600; border-top: 0px;} 
.head-sec .topmenu ul li a:hover:before, .topmenu ul li a:hover:after,.topmenu ul > li.current-menu-item > a:before, .topmenu ul > li.current-menu-item > a:after{opacity: 1;} 
.head-sec .topmenu ul.menu > li.current-menu-item > a, .topmenu ul.menu > li > a:hover {color: #b27011;} 
.head-sec .topmenu ul li:last-child a {border: 0;} 
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 250px; position: absolute; top: 100%; left: 0; right: auto; background-color: #ac6600; padding: 0px 0; z-index: 999;} 
.head-sec .topmenu ul li:hover ul.sub-menu {display: block;} 
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none;} 
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative;} 
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%;} 
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff;} 
.head-sec .topmenu .sub-menu li a:after,.head-sec .topmenu .sub-menu li a:before {display: none;} 
.head-sec .topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0;border: none;} 
.head-sec .topmenu .sub-menu li a {float: left; font-size: 15px;letter-spacing: 0.4px;line-height: 1.2; width: 100%; padding: 13px 10px 12px; color: #fff; display: block; text-transform: capitalize;} 
.head-sec .topmenu .sub-menu li a:hover {background-color: #000; color: #fff;} 
.head-sec .topmenu ul ul a:after {display: none;} 
.head-sec .head-cal{position: relative; padding-left: 65px;} 
.head-sec .head-cal p {font-family: 'Poppins'; font-weight: 400; text-transform: uppercase; font-size: 15px; line-height: 1; letter-spacing: 1.2px; color: #000; text-align: start; margin-bottom: 0px;} 
.head-sec .head-cal p a {display: block; font-family: 'Afacad Flux'; font-weight: 700; font-size: 43px; line-height: 1; letter-spacing: 0px; color: #ac6600; margin-bottom: 5px;} 
.head-sec .head-cal p a:before{position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position:-10px -10px; width: 51px;height: 51px; top: 0; bottom: 0; left: 0; margin: auto; transition: 0.5s;} 
.head-sec .head-cal p a:hover{color: #000;} 
.head-sec .head-cal p a:hover:before{background-position-y: -81px;}


/* Mobile Menu Starts */



.showhide {

  display: none;

  color: #fff;

  width: 110px;

  height: 28px;

  float: left;

  text-align: left;

  cursor: pointer;

  padding: 0px 0 0 27px;

  position: relative;

}



.showhide b.txtl {

  text-align: right;

  font-size: 20px;

  line-height: 28px;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0 0px 0 0px;

  color: #343235;

  padding-top: 2px;

  font-weight: bold;

  letter-spacing: 0.5px;

 font-family: 'Afacad Flux';

}



.showhide b.txtr {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  text-align: left;

  font-size: 37px;

  line-height: 31px;

  color: #343235;

}



.mobinav {

  display: none;

  width: 100%;

  color: #fff;

  box-sizing: border-box;

  z-index: 99999995;

  float: left;

  position: absolute;

  top: 38px;

  left: 0;

}



.mobinav ul {

  float: left;

  margin: 0px 0 0 0;

  padding: 5px 0px;

  width: 100%;

}



.mobinav ul li {

  float: left;

  margin: 0;

  width: 100%;

  list-style: none;

  padding: 0 20px;

  box-sizing: border-box;

  border: 0;

  margin: 0;

  padding: 0px;

  position: relative;

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

}



.mobinav a {

  width: 100%;

  float: left;

  padding: 6px 0;

  display: block;

  line-height: normal;

  color: #fff;

  font-size: 17px;

  letter-spacing: 0.5px;

font-family: 'Afacad Flux';

  border: 0;

  margin: 0;

  text-decoration: none;

}



.mobinav a:hover {

  color: #ac6600;

}



.mobinav ul li ul {

  float: left;

  padding: 0 0 0 15px;

}



.mobinav ul li ul li a {

  text-transform: capitalize;

}



.mobinav ul li a.drop.close,

.mobinav ul li a.drop.open {

  font-size: 0;

  position: absolute;

  right: 0px;

  top: 0;

  width: 100%;

  height: 29px;

  background-color: transparent !important;

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

  background-position: right center;

  background-repeat: no-repeat;

  padding: 0px 5px !important;

  cursor: pointer;

}



.mobinav ul li a.drop.open {

  width: 22px;

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

}



.mobile_src_nav {

  display: none;

  width: 100%;

  float: left;

  position: relative;

  padding: 10px 0;

}



.mobile_src_nav .container {

  position: relative;

}



.mobile_src_nav .search-form {

  width: 100%;

  float: left;

}





/* Mobile Menu Ends */



/* Homepage Default Button and Common Heading */



a.cmn-btn {font-family: 'Poppins'; font-weight: 600; font-size: 24px; line-height:1; letter-spacing: 0.12px; color: #fff; display: inline-block; background: #ac6600; text-transform: capitalize; padding: 27px 80px; text-align: center;}
a.cmn-btn:hover {background: #000;}

.text-heading {font-family: 'Afacad Flux'; font-weight: 600; font-size: 95px; color: #000; line-height: 1; letter-spacing: 0px; margin: 0 0 40px 0;}
.text-heading strong{ color:#ac6600;font-weight: 600;}

/*Header Sticky Menu*/

.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #fff; z-index: 9999;border-bottom: 2px solid #ac6600;}
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px;}
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out;}
.header-sticky .sicky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px;}
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block;}
.header-sticky .mobile_src_nav {background: transparent;}
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal;font-family: 'Afacad Flux';color: #ac6600;}
.header-sticky .sicky-cnt>a {font-size: 17px; color: #ac6600; font-family: 'Hanken Grotesk-Regular';line-height: 1; text-transform: uppercase; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: max-content; cursor: pointer;}
.header-sticky .sicky-cnt a:before {width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ac6600;}
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px;}
.sticky-mobinav ul li a.drop.open {width: 28px;}
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px;}
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px;}
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu-img.webp) no-repeat center;}
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call-img.webp) no-repeat center;}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center;}
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999;}
.floatingMenu-list {width: 400px; background: #000; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative;}
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
#cloaseFloatingMenu {text-align: right; font-size: 40px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff;}
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important;}
.floatingMenuInner li {position: relative;}
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222;}
.floatingMenuInner .sub-menu {display: none;}
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff;}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0;}
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between;}
.sicky-logo{ max-width:210px;text-align: center;}
.sticky-wrap{display: none;}

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




/* Homepage Banner Section Starts */

.banner-sec {padding: 294px 0 215px;position: relative; z-index: 1;} 
.banner-sec:before {position: absolute; content: ''; background-image: url(images/Vector-Smart-Object.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; top: 0; left: 0; width: 36.33%; height: 57.2%; pointer-events: none; opacity: 6%; }
.banner-sec:after{position: absolute;content: "";width: 24.4%;height: 60%;background: #dcdcdc;opacity: 15%;pointer-events: none;right: 0;top: 0;}
.banner-sec .bnr-list:after {position: absolute;content: '';background-image: url(images/law-bfr.webp);background-repeat: no-repeat;background-position: center;background-size: 100% 100%;top: 13%;right: 0;width: 23%;height: 24%;pointer-events: none;z-index: -2;opacity: 10%;}
.banner-sec .bnr-list {display: flex; align-items: center; justify-content: space-between;} 
.banner-sec .bnr-left {width: 56%;} 
.banner-sec .bnr-rit {position: absolute;right: 0;bottom: 0;width: 100%;z-index: -1;max-width: 1050px;}
.banner-sec .bnr-rit img{width: 100%;display: block;}
.banner-sec .bnr-left h1 {font-family: 'Afacad Flux'; font-weight: 100; font-size: 120px; line-height: 1.06; letter-spacing: 0px; text-align: start; text-transform: uppercase; color: #000;margin-bottom: 45px;} 
.banner-sec .bnr-left h1 strong {display: block; color: #ac6600; font-weight: 600;} 
.banner-sec .bnr-text{position: relative; padding-left: 80px; width: 83%; margin-bottom: 50px;} 
.banner-sec .bnr-text:before {position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -268px -10px; width: 52px; height: 86px; top: 0; bottom: 0; left: 0; margin: auto;} 
.banner-sec .bnr-text p {font-family: 'Poppins'; font-weight: 400; font-size: 19px; line-height: 1.68; letter-spacing: 1.14px; color: #000;margin: 0px;}


/*/ Homepage Award Section Starts /*/

.hmaward-sec{padding: 20px 0 100px;position: relative;}
.hmaward-sec:before {position: absolute; content: ''; background-image: url(images/banner-bg.webp); background-repeat: no-repeat; background-size:100% 100%; background-position: center; bottom: 0; left: 0; width:43.3%; height: 736px; pointer-events: none; opacity: 30%; z-index: -1;} 
.hmaward-sec .container{max-width: 1700px;}
.hmaward-sec .awards-list{display: flex;justify-content: space-between;align-items: center;}
.hmaward-sec .award-item{width: 15.5%;position: relative;padding: 20px 0;background: #fff;}
.hmaward-sec .award-item:hover::before{position: absolute;content: "";margin: auto;width: 100%;height: 20px;border: 2px solid #000000;border-bottom: none;top: 0;left: 0;right: 0;}
.hmaward-sec .award-item:hover::after{position: absolute;content: "";margin: auto;width: 100%;height: 20px;border: 2px solid #000000;border-top: none;bottom: 0;left: 0;right: 0;}
.hmaward-sec .award-image img{width: 100%;display: block;margin: 0;}



/* Homepage case result sedtion */

.hm-caseresult{position: relative; z-index: 1; padding: 90px 0 100px; background-color: #000;}
.hm-caseresult:before{position: absolute; content: ''; background-image: url(images/case-result-bg.webp); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1; opacity: 12%; background-blend-mode: luminosity; filter: grayscale(1);width: 100%;height: 100%;}
.hm-caseresult h2{text-align: center; color: #fff; text-transform: uppercase; font-size: 90px; margin-bottom: 70px;} 
.hm-caseresult .case-result-item {width: 100%; text-align: center; background: transparent; padding: 40px 15px; transition:0.5s;} 
.hm-caseresult .case-result-item:before, .case-result-item:after{position: absolute; content: ''; border: 1px solid #fff; border-bottom: 0px; width: 99%; height: 8px; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; transition: 0.5s;} 
.hm-caseresult .case-result-item:after{  top: inherit; bottom: 0; border: 1px solid #fff; border-top: 0px;} 
.hm-caseresult .case-result-item h4 {font-family: 'Afacad Flux'; font-weight: 600; font-size: 70px; color: #fff; line-height: 1; letter-spacing: 0px; margin: 0 0 20px; padding-top: 100px; position: relative; transition:0.5s;} 
.hm-caseresult .case-result-item h4::before {position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -181px -10px; width: 76px; height: 76px; top: 0; left: 0; right: 0; margin: auto;} 
.hm-caseresult .case-result-item p {font-family: 'Poppins'; font-weight: 400; font-size: 24px; line-height: 1; letter-spacing: 7.7px; color: #ac6600; text-align: center; transition: 0.5s; text-transform: uppercase; margin: 0px;}
.hm-caseresult .case-res-btn {text-align: center; position: relative; z-index: 1; width: max-content; margin: -50px auto 0;} 
.hm-caseresult .case-res-btn .cmn-btn{border: 2px solid transparent;} 
.hm-caseresult .case-res-btn .cmn-btn:hover{border: 2px solid #ac6600;} 
.hm-caseresult .owl-item.active.center .case-result-item h4,  .case-result-item:hover h4{color: #cc7f0e;} 
.hm-caseresult .owl-item.active.center .case-result-item:before,  .case-result-item:hover:before, .owl-item.active.center .case-result-item:after,  .case-result-item:hover:after{border-color:#cc7f0e;} 
.hm-caseresult .case-blk.owl-carousel .owl-nav {display: flex; justify-content: space-between; align-items: center; width: 100%; margin: 100px auto 0; max-width: 609px;} 
.hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-prev, .hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-next {background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -333px -10px; width: 64px; height: 14px; transition: 0.5s;} 
.hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-next {background-position: -417px -10px;} 
.hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-prev:hover, .hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-next:hover{background-position-y: -44px;} 
.hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-prev span, .hm-caseresult .case-blk.owl-carousel .owl-nav button.owl-next span{font-size: 0; line-height: 0;}




/* Homepage Case Result Section End */

/*/ Homepage About Section Starts /*/

.hmabout-sec{padding: 122px 0 145px;position: relative;background-color: #ffffff;z-index: 1;}
.hmabout-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-about-bg-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%; width: 100%;height: 100%;opacity: 30%;z-index: -1;top: 0;left: 0;pointer-events: none;}
.hmabout-sec::after{position: absolute;content: "";margin: auto;background-image: url(images/hm-about-after-img.webp);background-repeat: no-repeat;background-size: 100% 100%; width: 24.6%;height: 62.2%;right: 0;bottom: 0;opacity: 10%;z-index: -1;}
.hmabout-sec .about-heading{}
.hmabout-sec .about-heading h2{padding-left: 304px;position: relative;margin: 0 0 73px;}
.hmabout-sec .about-heading h2::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-about-top-img.webp);background-repeat: no-repeat;background-size: contain; width: 225px;height: 140px;left: 0;top: 0;bottom: 0;}
.hmabout-sec .about-heading h2::after{position: absolute;content: "";background-color: #ac6600;width: 170px;height: 1px;right: 28%;bottom: 32px;}

.hmabout-sec .about-list{display: flex;justify-content: space-between;align-items: center;}
.hmabout-sec .about-rth-itm {width: 48.4%;position: relative;z-index: 99;margin: 0 0 0 -18px;padding: 18px 0 0 18px;}
.hmabout-sec .about-rth-itm::before {position: absolute;content: "";margin: auto;background-color: #ac6600;clip-path: polygon(100% 0, 0 0, 1% 100%);width: 63.3%;height: 66.8%;left: 0;top: 0;z-index: -17;pointer-events: none;}
.hmabout-sec .about-image {position: relative;z-index: 1;}
.hmabout-sec .about-image::after{position: absolute;content: "";margin: auto;background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);width: 100%;height: 60%;bottom: 0;left: 0;right: 0;pointer-events: none}
.hmabout-sec .about-image img {width: 100%;display: block;margin: 0;mix-blend-mode: luminosity;filter: grayscale(1);position: relative;z-index: 0;}
.hmabout-sec .about-rth-cnt{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;padding: 0 0 56px;z-index: 1;}
.hmabout-sec .about-rth-cnt h4{font-family: 'Afacad Flux';font-weight: 600;font-size: 50px;line-height: 1.22;letter-spacing: 0px;color: #ffffff;text-align: center;margin: 0;position: relative;padding: 60px 0 0;}
.hmabout-sec .about-rth-cnt h4::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -75px -9px;width: 93px;height: 56px;top: 0;left: 0;right: 0;}
.hmabout-sec .about-rth-cnt h4 strong{font-weight: 600;font-size: 70px;line-height: 0.87;color: #d5830b;display: block;}
.hmabout-sec .about-lft-itm{width: 49%;}
.hmabout-sec .about-lft-itm h3{font-family: 'Poppins';font-weight: 400;font-size: 30px;line-height: 1.66;letter-spacing: 6px;color: #010101;text-transform: uppercase;margin: 0 0 20px;}
.hmabout-sec .about-lft-itm p{font-family: 'Poppins';font-weight: 400;font-size: 20px;line-height: 2.3;letter-spacing: 0px;color: #000000;margin:  0 0 46px;}
.hmabout-sec .abt-lft-btm-lst{display: flex;justify-content: flex-start;align-items: center;gap: 56px;margin-top: 50px;}
.hmabout-sec .abt-btn a{background-color: #000000;}
.hmabout-sec .abt-btn a:hover{background-color: #ac6600;}
.hmabout-sec .abt-call{padding-left: 65px;position: relative;}
.hmabout-sec .abt-call p{font-family: 'Poppins';font-weight: 400;font-size: 15px !important;line-height: 1 !important;letter-spacing: 1.2px;color: #000000;text-transform: uppercase;margin: 0 !important;}
.hmabout-sec .abt-call p a, .hmcontact-sec .contact-call p a{font-family: 'Afacad Flux';font-weight: 700;font-size: 43px;line-height: 1;letter-spacing: 0px;margin: 0 0 7px;display: block;color: #ac6600;}
.hmabout-sec .abt-call p a:hover, .hmcontact-sec .contact-call p a:hover{color: #000000;}
.hmabout-sec .abt-call p a::before, .hmcontact-sec .contact-call p a::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -9px -8px;width: 55px;height: 55px;left: 0px;top: 5px;}

/*/ Homepage About Section Ends /*/

/* Homepage Practice Area Section Starts */

.hmpractice-sec{padding: 93px 0 103px;position: relative;background-color: #000000;z-index: 1;}
.hmpractice-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-pract-bg.webp);background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;top: 0;left: 0;opacity: 30%;mix-blend-mode: luminosity;z-index: -1;pointer-events: none;}
.hmpractice-sec h2.text-heading{font-size: 90px;color: #ffffff;text-align: center;text-transform: uppercase;margin: 0 0 50px 0;}
.hmpractice-sec .practice-list{display: flex;justify-content: space-between;align-items: center;margin: 0 0 90px;}
.hmpractice-sec .practice-itm{width: 22.2%;position: relative;padding: 45px 0 0;min-height: 416px;transition: 0.3s;}
.hmpractice-sec .practice-itm:before, .hmpractice-sec .practice-itm:after {position: absolute; content: ""; border: 1px solid #fff; border-right: none; width: 20px; height: 100%; top: 0; left: 0; bottom: 0; margin: auto; }
.hmpractice-sec .practice-itm:after{right: 0;left: inherit;border: 1px solid #fff;border-left: none;}
.hmpractice-sec .practice-link a, .hmattorney-sec .attroney-link a{font-size: 0px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;font-size: 0;z-index: 99;}
.hmpractice-sec .practice-itm h4{font-family: 'Afacad Flux';font-weight: 300;font-size: 40px;line-height: 1.2;letter-spacing: -0.2px;color: #ffffff;text-align: center;text-transform: uppercase;margin:0; position: relative;padding: 140px 0 0;}
.hmpractice-sec .practice-itm h4 strong{font-weight: 600;display: block;}
.hmpractice-sec .practice-itm h4::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;width: 90px;height: 90px;top: 0;left: 0;right: 0;}
.hmpractice-sec .practice-itm.car h4::before{background-position: -10px -163px;width: 90px;height: 81px;}
.hmpractice-sec .practice-itm.motorcycle h4::before{background-position: -124px -163px;width: 81px;height: 81px;}
.hmpractice-sec .practice-itm.workers h4::before{background-position: -230px -163px;width: 68px;height: 80px;}
.hmpractice-sec .practice-itm.construction h4::before{background-position: -323px -163px;width: 81px;height: 77px;}
.hmpractice-sec .practice-itm-btn{text-align: center;position: absolute;margin: auto;left: 0;right: 0;bottom: -19px;display: none;}
.hmpractice-sec .practice-itm-btn a{font-family: 'Poppins';font-weight: 500;font-size: 16px;line-height: 1;letter-spacing: 1.6px;color: #ffffff;background-color: #ac6600;text-align: center;text-transform: uppercase;padding: 11px 33px;display: inline-block;border: 2px solid transparent;}
.hmpractice-sec .practice-itm-btn a:hover{background-color: #000000;border: 2px solid #ac6600;}
.hmpractice-sec .practice-btn{text-align: center;}
.hmpractice-sec .practice-btn a{border: 2px solid transparent;}
.hmpractice-sec .practice-btn a:hover{border: 2px solid #ac6600;}

.hmpractice-sec .practice-itm:hover .practice-itm-btn{display: block;}
.hmpractice-sec .practice-itm:hover:before{border: 1px solid #ac6600;width: 100%;}
.hmpractice-sec .practice-itm:hover:after{display: none ;}
.hmpractice-sec .practice-itm:hover h4{color: #ac6600;}
.hmpractice-sec .practice-itm.car:hover h4::before{background-position: -10px -263px;}
.hmpractice-sec .practice-itm.motorcycle:hover h4::before{background-position: -124px -263px;}
.hmpractice-sec .practice-itm.workers:hover h4::before{background-position: -230px -264px;}
.hmpractice-sec .practice-itm.construction:hover h4::before{background-position: -323px -264px;}

/* Homepage Practice Area Section End */



/* Homepage Testimonials Section Starts */

.hm-testimonials {position: relative; text-align: center; padding: 120px 0 0; z-index: 1;} 
.hm-testimonials h2{font-size: 90px;text-transform: uppercase;margin: 0 0 70px;}
.hm-testimonials .container{max-width: 1720px; width: 100%; margin: auto;padding:0 45px;}
.hm-testimonials:before {position: absolute; content: ''; background-image: url(images/teasimonials-bg.webp); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 62.9%; pointer-events: none; z-index: -1; opacity: 12%; background-blend-mode: luminosity; filter: grayscale(1);} 
.hm-testimonials .hm-testi-item {border-top: 8px solid #d5830b; padding: 55px 65px 50px 55px; background: linear-gradient(180deg, rgba(25,28,21,0.08) 0%, rgba(0,0,0,0) 100%); display: inline-block; width: 100%;} 
.hm-testimonials .hm-testi-item:before {position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-position: -168px -374px; width: 73px; height: 109px; top: 0; right: 0; background-color: #d5830b; border-radius: 0 0 50px 50px;} 
.hm-testimonials .hm-testi-item:after {position: absolute; content: ''; background-image: url(images/hm-sprites.webp);background-repeat: no-repeat; background-position: -10px -374px; width: 135px; height: 99px; bottom: 0; right: 42px;} 
.hm-testimonials .star-rat{background-image: url(images/hm-sprites.webp); background-position:-87px -104px; width: 156px; height: 26px; margin-bottom: 25px;} 
.hm-testimonials .hm-testi-item p {text-align: start; font-family: 'Poppins'; font-weight: 400; font-size: 19px; line-height: 2.05; letter-spacing: 0px; color: #000; margin-bottom: 35px;} 
.hm-testimonials .hm-testi-item h5 {font-family: 'Afacad Flux'; font-weight: 600; font-size: 35px; line-height: 1; letter-spacing: 0px; color: #d3820b; text-align: start; text-transform: capitalize;margin-bottom: 0px;} 
.hm-testimonials .testi-blck.owl-carousel {padding: 0px 120px; margin-bottom: 40px;}
.hm-testimonials .testi-blck .owl-nav {display: block !important;} 
.hm-testimonials .owl-carousel .owl-nav button.owl-prev, .hm-testimonials  .owl-carousel .owl-nav button.owl-next{position: absolute; left:0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -333px -78px; width: 64px; height: 14px; transition: 0.5s;} 
.hm-testimonials .owl-carousel .owl-nav button.owl-next{left: inherit; right:0; background-position: -417px -78px;} 
.hm-testimonials .owl-carousel .owl-nav button.owl-prev:hover, .hm-testimonials  .owl-carousel .owl-nav button.owl-next:hover{background-position-y: -44px;} 
.hm-testimonials .owl-carousel .owl-nav button.owl-prev span, .hm-testimonials  .owl-carousel .owl-nav button.owl-next span{font-size: 0px; line-height: 0;} 
.hm-testimonials .owl-carousel button.owl-dot{display: none;}
.hm-testimonials .testi-btn a{background: #000;}
.hm-testimonials .testi-btn a:hover{background-color: #ac6600;}

/* Homepage Testimonials Section Ends */


/* Homepage Consultation Section Start */

.hmtesti-consult-sec{position: relative;} 
.hmtesti-consult-sec:before {position: absolute; content: ''; background-image: url(images/consult-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; bottom: 0; left: 0; right: 0; margin: auto; height: 71.35%; width: 100%; pointer-events: none; opacity: 33%; background-blend-mode: luminosity; filter: grayscale(1);} 
.hmconsult-sec {padding: 180px 0 150px;}
.hmconsult-sec h2{position: relative; text-align: center; padding-top: 280px; margin-bottom: 10px;} 
.hmconsult-sec h2:before {position: absolute; content: ''; background-image: url(images/shedule-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; top: 0; left: 0; right: 0; margin: auto; height: 66%; width: 33.4%; pointer-events: none; opacity: 23%;} 
.hmconsult-sec .consult-sec-cnt p {font-family: 'Poppins'; font-weight: 400; font-size: 19px; line-height: 1.68; letter-spacing: 1.14px; color: #000; text-align: center; margin-bottom: 40px; padding: 0 170px;} 
.hmconsult-sec .consult-btn-list {display: flex; align-items: center; justify-content: center; gap: 45px;} 
.hmconsult-sec .consult-rit-btn{position: relative; padding-left: 65px;} 
.hmconsult-sec .consult-rit-btn p {font-family: 'Poppins'; font-weight: 400; text-transform: uppercase; font-size: 15px !important; line-height: 1 !important; letter-spacing: 1.2px !important; color: #000; text-align: start; margin-bottom: 0px !important; padding: 0px !important;} 
.hmconsult-sec .consult-rit-btn p a {display: block; font-family: 'Afacad Flux'; font-weight: 700; font-size: 43px; line-height: 1; letter-spacing: 0px; color: #ac6600; margin-bottom: 5px;} 
.hmconsult-sec .consult-rit-btn p a:before{position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position:-10px -10px; width: 51px;height: 51px; top: 0; bottom: 0; left: 0; margin: auto; transition: 0.5s;} 
.hmconsult-sec .consult-rit-btn p a:hover{color: #000;} 
.consult-rit-btn p a:hover:before{background-position-y: -81px;}
.hmconsult-sec .consult-btn-list .consult-lft-btn a{background-color: #000;}
.hmconsult-sec .consult-btn-list .consult-lft-btn a:hover{background-color: #ac6600;}


/*/ Homepage Attorney Section Starts /*/

.hmattorney-sec{padding: 40px 0 0px;background-color: #000000;position: relative;z-index: 1;}
.hmattorney-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-meet-attroney-bg-img.webp);background-repeat: no-repeat;background-position: top center;background-size: cover;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;pointer-events: none;opacity: 25%;mix-blend-mode: luminosity;}
.hmattorney-sec::after {position: absolute;content: "";margin: auto;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 67%);width: 100%;height: 40%;bottom: 0;left: 0;right: 0;pointer-events: none;}
.hmattorney-sec .container{max-width: 1700px;}
.hmattorney-sec .attorney-items{display: flex;justify-content: space-between;}
.hmattorney-sec .attorney-items::before,
.hmattorney-sec .attorney-items::after{position: absolute;content: "";margin: auto;background-image: url(images/hm-meet-attorney-vector-img.webp);background-repeat: no-repeat;width: 31.3%;height: 52.5%;top: 88px;left: -52px;opacity: 6%;z-index: -1;background-size: 100% 100%;}
.hmattorney-sec .attorney-items::after{left: inherit; right: 0;width: 27%;}
.hmattorney-sec .attroney-rth-itm,.hmattorney-sec .attroney-lft-itm{width: 33.1%;position: relative;}
.hmattorney-sec .attroney-image img{width: 100%;display: block;margin: 0;filter: grayscale(1);}
.hmattorney-sec .attroney-cnt{position: absolute;margin: auto;bottom: 69px;left: 0;right: 0;z-index: 1;}
.hmattorney-sec .attroney-cnt h3{font-family: 'Afacad Flux';font-weight: 600;font-size: 75px;line-height: 1;letter-spacing: 0px;color: #ffffff;text-align: center;text-transform: uppercase;margin: 0;position: relative;}
.hmattorney-sec .attroney-cnt h3::before{position: absolute;content: "";margin: auto;border: 1px solid #ffffff;width: 20px;height: 100%;border-right: none;left: 0;top: 0;bottom: 0;}
.hmattorney-sec .attroney-cnt h3::after{position: absolute;content: "";margin: auto;border: 1px solid #ffffff;width: 20px;height: 100%;border-left: none;right: 0;top: 0;bottom: 0;}
.hmattorney-sec .attroney-mid-itm{width: 34%;position: relative;z-index: 9;padding: 200px 0 0;}
.hmattorney-sec .attroney-mid-itm h2.text-heading{font-size: 120px;color: #ffffff;line-height: 1;text-align: center;text-transform: uppercase;margin: 0 0 21px;}
.hmattorney-sec .attorney-btn{text-align: center;}
.hmattorney-sec .attorney-btn a{border: 2px solid transparent}
.hmattorney-sec .attorney-btn a:hover{border: 2px solid #ac6600;}
.hmattorney-sec .atrny-items-mbl{display: none;}


.hmattorney-sec .attroney-rth-itm:hover .attroney-image img{filter: none;}
.hmattorney-sec .attroney-rth-itm:hover h3{color: #c67e14;}
.hmattorney-sec .attroney-rth-itm:hover h3::before, .hmattorney-sec .attroney-rth-itm:hover h3::after{border-color: #c67e14;}
.hmattorney-sec .attroney-lft-itm:hover .attroney-image img{filter: none;}
.hmattorney-sec .attroney-lft-itm:hover h3{color: #c67e14;}
.hmattorney-sec .attroney-lft-itm:hover h3::before, .hmattorney-sec .attroney-lft-itm:hover h3::after{border-color: #c67e14;}
.hmattorney-sec .attorney-mbl-btn{display: none;}

/*/ Homepage Attorney Section Ends /*/

/*/ Homepage Represent Section Starts /*/

.hmrepresent-sec{padding: 164px 0 88px;background-color: #ffffff;position: relative;}
.hmrepresent-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/represent-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%; width: 24.8%;height: 76.7%;right: 0;top: 0;z-index: -1;opacity: 30%;}
.hmrepresent-sec h2.text-heading {margin: 0 0 35px;}
.hmrepresent-sec .represent-list{display: flex;justify-content: space-between;}
.hmrepresent-sec .represent-rth-iem{width: 47.2%;}
.hmrepresent-sec .represent-rth-iem p{font-family: 'Poppins';font-weight: 400;font-size: 24px;line-height: 1.95;letter-spacing: 0px;color: #000000;margin: 0 0 46px;}
.hmrepresent-sec .represent-btn{}
.hmrepresent-sec .represent-btn a{background-color: #000;padding: 27px 60px;}
.hmrepresent-sec .represent-btn a:hover{background-color: #ac6600;}
.hmrepresent-sec .represent-lft-itm{width: 44%;position: relative;margin: -71px 0px 0;padding: 18px 18px 0 0;}
.hmrepresent-sec .represent-lft-itm::before{position: absolute;content: "";margin: auto;background-color: #ac6600;clip-path: polygon(100% 0, 0 0, 100% 100%);width: 62%;height: 50%;right: 0;top: 0;pointer-events: none;}
.hmrepresent-sec .represent-image{position: relative;z-index: 99;}
.hmrepresent-sec .represent-image img{width: 100%;display: block;margin: 0;mix-blend-mode: luminosity;filter: grayscale(1);}

/*/ Homepage Represent Section Ends /*/

/*/ Homepage Hm-Contact Section Starts /*/


.hmrepresent-contact-sec {position: relative;}
.hmrepresent-contact-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/hm-contact-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 54%;left: 0;bottom: 0; z-index: 1;opacity: 33%;pointer-events: none;}
.hmcontact-sec{padding: 100px 0 172px; position: relative;z-index: 1;}
.hmcontact-sec .contact-list{display: flex;justify-content: space-between;}
.hmcontact-sec .contact-rth-itm{width: 50%;}
.hmcontact-sec .contact-mbl-image{display: none;}
.hmcontact-sec .contact-image{position: absolute;margin: auto;top: -76px;z-index: 1;pointer-events: none;width: 100%;max-width: 1365px;}
.hmcontact-sec .contact-image img{width: 100%;display: block;margin: 0;opacity: 66%;}
.hmcontact-sec .contact-lft-itm{width: 49%;}
.hmcontact-sec .contact-lft-itm h2.text-heading{margin: 0 0 12px;}
.hmcontact-sec .contact-lft-itm p{font-family: 'Poppins';font-weight: 400;font-size: 19px;line-height: 1.68;letter-spacing: 0px;color: #000000;margin: 0 0 47px;}
.hmcontact-sec .contact-lft-itm p a{color: #ac6600;}
.hmcontact-sec .contact-lft-itm p a:hover{color: #000000;}
.hmcontact-sec .contact-lft-itm-list{display: flex;justify-content: flex-start;gap: 43px;}
.hmcontact-sec .contact-call{position: relative;padding-left: 65px;}
.hmcontact-sec .contact-call p {font-size: 15px !important;line-height: 1 !important;letter-spacing: 1.2px  ;text-transform: uppercase;margin: 0 !important;}
.hmcontact-sec .contact-call p a::before{top: 5px;}

/* Homepage Map Section Start */

.hm-map-sec {position: relative;} 
.hm-map-sec .container{max-width: 100%; width: 100%; margin: auto;} 
.hm-map-sec .map-sec iframe{width: 100%; height: 450px;}

/* Homepage form section End */




/* Homepage Form Section Starts */

.hm-form-sec .gform_wrapper {margin: 50px 0 0 0;} 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0;} 
.hm-form-sec .form-blk {background-color: #ac6600; padding: 55px 55px 60px 60px;} 
.hm-form-sec .form-blk h2{text-align: center; text-transform: uppercase; color: #fff; font-size: 70px; line-height: 1; letter-spacing: 0px; margin-bottom: 20px;} 
.hm-form-sec .form-blk p{font-family: 'Poppins'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: 0.33px; color: #fff; text-align: center;} 
.hm-form-sec .gform_wrapper {margin: 30px 0 0 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;} 
.hm-form-sec .gform_wrapper ul.gform_fields li.phn {margin-right: 0 !important;} 
.hm-form-sec .gform_wrapper.gravity-theme .gfield_label {font-family: 'Poppins'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing:0.36px; color: #fff;} 
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {font-family: 'Poppins'; font-weight: 400; margin: 0px; width: 100% !important; color: #fff; outline: 0px; position: relative; border-radius: 0; border-color: transparent; background: #a46100; font-size: 18px !important; padding: 19px 12px !important; transition: all 0.5s; box-shadow: -1px 1px 0px 1px #563300;} 
.hm-form-sec .gform_wrapper.gravity-theme .gfield textarea.large {height: 145px; resize: none;} 
.hm-form-sec .gform_wrapper .top_label textarea {width: 100%; float: left; height: 200px; margin: 0px 0px 30px; padding: 12px;} 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gform_wrapper .form-links a,.gform_wrapper.gravity-theme .gfield-choice-input+label {font-family: 'Poppins'; font-weight: 400; font-size: 16px !important; line-height: 1; letter-spacing:0.36px; color: #fff;} 
.hm-form-sec .gform_wrapper .form-links a:hover{color: #000;}
.hm-form-sec .gform_wrapper legend.gfield_label.gfield_label_before_complex {display: none;} 
.hm-form-sec .form-top span, .hm-form-sec .gform_wrapper .top_label .chkbx label span {color: #ed3731;} 
.hm-form-sec .gform_wrapper .gfield_radio label, .hm-form-sec .gform_wrapper .top_label .chkbx label {font-size: 18px !important; line-height: 20px !important; color: #fff;} 
.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; margin: 7px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; max-width: inherit !important; box-shadow: none; height: 12px; width: 12px !important; background: transparent;color:#transparent; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer, .hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {padding: 0px; margin: -70px 0 0; float: right;} 
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {background-color: #000 !important; outline: none !important; border: 2px solid transparent; !important; border-radius: 0 !important; cursor: pointer; transition-duration: 0.5s; font-style: normal !important; width: max-content !important; text-transform: capitalize !important; height: auto !important; margin: 0; font-family: 'Poppins'; font-weight: 600 !important; font-size: 24px !important; font-weight: 600; line-height: 1; letter-spacing: 0.12px; color: #fff; display: inline-block; padding: 23px 65px !important; text-align: center; box-shadow: none;} 
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: transparent !important; !important;border: 2px solid #000 !important;} 
.hm-form-sec input::placeholder {color: transparent;} 
.hm-form-sec input:-ms-input-placeholder {color: transparent;} 
.hm-form-sec input::-ms-input-placeholder {color: transparent;} 
.hm-form-sec textarea::placeholder {color: transparent;} 
.hm-form-sec textarea:-ms-input-placeholder {color: transparent;} 
.hm-form-sec textarea::-ms-input-placeholder {color: transparent;} 
.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: #a50a0a; font-family: 'Poppins' !important; font-weight: 400; font-size: 15px !important; line-height: 1 !important; letter-spacing: 0.4px !important; }
.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
.hm-form-sec .gform_wrapper .gfield {position: relative; }
.hm-form-sec .popup {position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} 
.hm-form-sec .popup .popuptext {font-family: 'Poppins'; font-weight: 400; font-size: 16px; letter-spacing: 0.36px; visibility: hidden; position: absolute !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; margin: 0; text-align: center; padding: 15px 10px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; color: #000; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; width: 635px; top: -8px;} 
.hm-form-sec .gfield.gfield--width-full.chk.gfield_contains_required {margin: -30px 0 0;} 
.hm-form-sec .popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;} 
.hm-form-sec .gform_button.disabled {pointer-events: none;}

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


/* Homepage Form Section Ends */



/* Footer Section Starts */

.site-footer .container{max-width: 1720px; width: 100%; margin: auto;} 
.site-footer {background: #000; padding:0px 0 60px; color: #fff;position: relative;z-index: 1;} 
.site-footer:before {position: absolute; content: ''; background-image: url(images/footer-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; opacity: 12%; z-index: -1; width: 100%; height: 100%; }
.site-footer .ftr-logo {width: 60%; margin: 0 auto 45px;} 
.site-footer .ftr-logo img{width: 100%;display: block;}
.site-footer .hm-form-sec {width: 43.64%;margin: -45px 0 0 0;}
.site-footer .ftr-lst {display: flex; justify-content: space-between; align-items: self-start;}
.site-footer .ftr-cnt {width: 50%; padding-top: 100px;}
.site-footer .ftmenu ul {text-align: center; margin: 0px 0 45px;} 
.site-footer .ftmenu ul li {position: relative; margin: 0px 25px; display: inline-block;} 
.site-footer .ftmenu ul li:first-child{margin-left: 0px;}
.site-footer .ftmenu ul li:last-child{margin-right: 0px;} 
.site-footer .ftmenu ul li a:hover, .site-footer .ftmenu ul li.current-menu-item a{color: #b27011;} 
.site-footer .ftmenu ul li a {font-family: 'Poppins'; font-weight: 400; text-transform: capitalize; font-size: 19px; line-height: 1; letter-spacing: 0.095px; color: #fff; position: relative; text-align: center; display: inline-block;} 
.site-footer .ftrblk {width: 33%;} 
.site-footer .ftrblk.ftr-blk2 {padding: 0 0 0 120px;} 
.site-footer .ftrblk.ftr-blk3 {padding: 0 0 0 120px;} 
.site-footer .ftrblk p, .ftrblk li {font-family: "Poppins", sans-serif; font-weight: 400; color: #a3aebc; font-size: 18px; line-height: 1.5; margin: 0 0 10px 0;} 
.site-footer .ftr-socil a {width: 40px; height: 40px; font-size: 0; display: inline-block; margin: 0 14px 0 0; background: #fff; transition: 1s;} 
.site-footer .ftr-cnt-list {display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 0 0 45px;} 
.site-footer .ftr-cnt-itm {width: 45%; padding: 45px 48px; position: relative;} 
.site-footer .ftr-cnt-itm:before, .ftr-cnt-itm:after{position: absolute; content: ''; border: 1px solid #fff; border-bottom: 0px; width: 100%; height:18px; top: 0; left: 0; right: 0; margin: auto; pointer-events: none;} 
.site-footer .ftr-cnt-itm:after{top: inherit; bottom: 0; border: 1px solid #fff; border-top: 0px;} 
.site-footer .ftr-cnt-text h4 {font-family: 'Afacad Flux'; font-weight: 500; font-size: 60px; line-height: 1; letter-spacing: 0px; margin-bottom: 10px;} 
.site-footer .ftr-cnt-text p {text-align: start; font-family: 'Poppins'; font-weight: 400; font-size: 19px; line-height: 1.68; letter-spacing: 0px; color: #fff; margin-bottom: 0;} 
.site-footer .ftr-cnt-text p a{text-transform: uppercase; color: #c07405;} 
.site-footer .ftr-cnt-text p a:hover{color: #fff;}
.site-footer .ftr-cal{position: relative; padding-left: 65px;} 
.site-footer .ftr-cal p {font-family: 'Poppins'; font-weight: 400; text-transform: uppercase; font-size: 15px; line-height: 1; letter-spacing: 1.2px; color: #fff; text-align: start; margin-bottom: 0px;} 
.site-footer .ftr-cal p a {display: block; font-family: 'Afacad Flux'; font-weight: 700; font-size: 36px; line-height: 1; letter-spacing: 0px; color: #ac6600; margin-bottom: 5px;} 
.site-footer .ftr-cal p a:before{position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position:-10px -10px; width: 51px;height: 51px; top: 0; bottom: 0; left: 0; margin: auto; transition: 0.5s;} 
.site-footer .ftr-cal p a:hover{color: #fff;} 
/*.site-footer .ftr-cal p a:hover:before{background-position-y: -81px;} */
.site-footer .ftr-cnt-text {position: relative; padding-left: 60px; margin-bottom: 35px;} 
.site-footer .ftr-cnt-text:before{position: absolute; content: ''; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -275px -106px; width: 38px; height: 47px; top: 8px; left: 0; margin: auto;}




/* Footer Sections Ends */



/* Copyrights */



.copyrights {
    text-align: center;
}



.copyrights p, .copyrights a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.94;
    letter-spacing: 0.08px;
    margin: 0;
    display: inline-block;
    color: #fff;
}
.cpy-inr, .ftrlink, .rit-btm{display: inline-block;}

.copyrights a:hover{
  color: #a15f00;
}
.copyrights a {

  display: inline-block;

}



/* Homepage Ends */



/*/ Inner Pages Default Styles /*/

.page_bnr {padding: 245px 0 140px;position: relative;z-index: 1;}
.page_bnr:before{position: absolute; content: ""; background: url(images/banner-bfr.webp), #fff ; background-repeat: no-repeat; background-size: 100% 100%; background-position: center; background-blend-mode: luminosity; width: 32.55%; height: 100%; top: 0; left: 0; bottom: 0; margin: auto; z-index: -1; opacity: 8%;pointer-events:none; }
.page_bnr:after{position: absolute; content: ""; background: url(images/banner-afr.webp) ; background-repeat: no-repeat; background-size: 100% 100%; background-position: center; width: 37%; height: 80.7%; right: 0; bottom: 0; margin: auto; z-index: -1; pointer-events:none;}
.page_bnr .container1:before{position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(215,215,215) 100%); background-color: #000; width: 24.42%; height: 100%; top: 0; right: 0; bottom: 0; margin: auto; z-index: -1; opacity: 15%;pointer-events:none; }
.page_title{width: 85%;}
.page_title h1,
.page_title h2 {font-family: 'Afacad Flux';font-size: 80px;line-height: 1;letter-spacing: 0px;color: #000;position: relative;margin: 0 0 10px;font-weight: 700;text-transform: uppercase;}

.inrpg-breadcrumbs {font-family: 'Poppins';color: #000;font-size: 19px;line-height: 1.2;font-weight: 400;position: relative;z-index: 1;padding: 0.095px; text-transform: capitalize;}
.inrpg-breadcrumbs span.current-item{color: #ac6600;}

.page_default {padding: 80px 0 150px;position: relative;z-index: 1;}

.container1{max-width: 1280px;width: 100%;margin: auto;}

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

.genpg-rite.full-width, .genpg-lft.full-width {width: 100%;max-width: 100%; float: none;}

.genpg-lft {width: 31.3%; float: right; max-width: 400px; }

.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {font-family: 'Afacad Flux';font-weight: 600;color: #000;text-transform: capitalize;letter-spacing: 0;margin-bottom: 20px;}

.page_default .genpg-rite h1,.page_default .genpg-rite h2 {font-size: 70px;line-height: 1;margin-bottom: 30px;}

.page_default .genpg-rite h1 strong,.page_default .genpg-rite h2 strong{ color:#ac6600;    font-weight: 600; }

.page_default .genpg-rite h3 {font-size: 50px;line-height: 1.02;}

.page_default .genpg-rite h4 {font-size: 45px;line-height: 1.05;font-weight: 500;}

.page_default .genpg-rite h5 {font-size: 35px;line-height: 1.05;}

.page_default .genpg-rite h6 {font-size: 25px;line-height: 1.3;font-weight: 500;}

.page_default .genpg-rite p,
.page_default .genpg-rite li {font-size: 20px;line-height: 2.05;color: #000;letter-spacing: 0;margin: 0 0 25px;font-family: 'Poppins';font-weight: 400;}

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

.page_default .genpg-rite li a,.page_default .genpg-rite a {color: #ac6600;text-decoration: underline;}

.page_default .genpg-rite ul li:before {width: 14px;height: 14px;position: absolute;content: "";background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -209px -94px;left: 0;top: 10px;}

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

.page_default .genpg-rite li ul li {list-style: none;}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {margin: 0 0 30px;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:hover,
.page_default .genpg-rite a:hover {text-decoration: none;}

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

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

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

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

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

.page_default .genpg-rite .cmn-img, .page_default .genpg-rite .single_defualt_img .blog-post-img {margin-bottom: 30px;}
.page_default .genpg-rite .cmn-img img, .page_default .genpg-rite .single_defualt_img .blog-post-img img{width: 100%;display:block}
.page_default .genpg-rite .cmn-img.top-img, .page_default .genpg-rite .single_defualt_img .blog-post-img{padding: 6px;border: 4px solid #ac6600;}

.page_default .genpg-rite a.cmn-btn{color: #fff; text-decoration: none; }

.page_default .genpg-rite .cbt-cmn-box {padding: 30px 25px 38px; text-align: center;margin: 45px 0; background:url(images/cbt-cmn-box-bg.webp), #fff ; background-repeat: no-repeat; background-size: cover; background-position: center; background-blend-mode: luminosity; position: relative; z-index: 1; border: 1px solid #ad6701; } 
.page_default .genpg-rite .cbt-cmn-box:before{position: absolute; content: ""; background-color: #fff; width: 100%; height: 100%; top: 0; right: 0;right: 0; bottom: 0; margin: auto; z-index: -1; opacity: 85%; pointer-events:none;} 
.page_default .genpg-rite .cbt-cmn-box h3{font-size: 55px; line-height: 1.10; margin: 0 0 6px; } 
.page_default .genpg-rite .cbt-cmn-box h3 strong{color: #ac6600; font-weight: 600; } 
.page_default .genpg-rite .cbt-cmn-box p{font-size: 16px; letter-spacing: 0.96px; line-height: 1.68; margin:0 0 38px; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-btns{display: flex; justify-content: center; align-items: center; gap: 38px; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-btn a{background: #000; padding: 24px 52px; font-size: 20px; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-btn a:hover{background: #ac6600; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-call-text{padding: 0 0 0 62px; position: relative; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-call-text p a{font-family: 'Afacad Flux'; font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: 0; color: #ac6600; display: block; text-decoration: none; margin: 0 0 2px; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-call-text p a:hover{color: #000;}
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-call-text p a:before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -299px -12px; width: 49px; height: 49px; top: 0; left: 0; bottom: 0; margin: auto; } 
.page_default .genpg-rite .cbt-cmn-box .cbt-cmn-box-call-text p{font-size: 13px; line-height: 1; letter-spacing: 1.04px; text-transform: uppercase; margin: 0; text-align: left; }

/* Sidebar Styles */ 

.genpg-lft .widget {margin-bottom: 35px; background-color: #ac6600; width: 100%; display: inline-block; position: relative; padding: 32px 10px 35px; } 
.genpg-lft .widget:last-child{margin: 0;} 
.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {font-family: 'Afacad Flux'; font-weight: 600; font-size: 50px; color: #fff; text-transform: capitalize; padding: 0 0 24px; margin: 0 0 10px; line-height: 1; letter-spacing: 0 ; position: relative; text-align: center; } 
.genpg-lft h4.widget-title:before{position: absolute; content: ""; background-color: #fff; width: 45%; height: 1px; bottom: 0; left: 0; right: 0; margin: auto; } 
.genpg-lft .widget .menu-sidebar-menu-container, .genpg-lft .widget form {display: inline-block; width: 100%; } 
.genpg-lft .widget ul{margin: 0; } 
.genpg-lft .widget ul li{margin: 0; display: block; } 
.genpg-lft .widget ul li a {font-family: 'Afacad Flux'; font-weight: 500; font-size: 26px; line-height: 1.3; letter-spacing: -0.13px; color: #fff; position: relative; padding: 12px 10px 12px 42px; display:block; background-color: transparent; } 
.genpg-lft .widget ul li a:before{width: 14px;height: 14px;position: absolute;content: "";background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -10px -12px;left: 10px;top: 22px; } 
.genpg-lft .widget ul li:hover > a:before{background-position: -10px -40px; } 
.genpg-lft .widget ul li:hover > a{color: #ac6600; background-color: #fff; }


/* Sidebar Navigation Menu */

.genpg-lft section.widget_nav_menu ul {display: block; position: relative; } 
.genpg-lft section.widget_nav_menu ul li {margin: 0; position: relative; } 
.genpg-lft section.widget_nav_menu ul li a{text-transform: capitalize; font-size: 30px; line-height: 1.15;padding-right: 28px;} 
.genpg-lft section.widget_nav_menu ul li a:before{top: 23px; } 
.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: 7px; top: 24px; width: 20px; z-index: 10; height: 12px; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/page-sidebar-dowm-arrow.webp); } 
.genpg-lft .widget_nav_menu ul li:hover a.drop.close, .genpg-lft .widget_nav_menu ul li:hover a.drop.open{background-image: url(images/page-sidebar-dowm-arrow-hvr.webp); }
.genpg-lft .widget_nav_menu ul li a.drop.open {rotate: 180deg;} 
.genpg-lft section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;} 
.genpg-lft section.widget_nav_menu ul ul li {padding: 0 0 0 20px; } 
.genpg-lft .widget_nav_menu ul li a.drop:before{display: none;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li a{font-size: 25px;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li a:before {top: 19px; }
.genpg-lft .blg_sdbar_archives{padding: 52px 34px; background: #f2f2f2; margin-bottom: 35px;} 
.genpg-lft .blg_sdbar_archives section{margin-bottom: 48px; background-color: inherit; padding: 0; } 
.page_default .genpg-lft .blg_sdbar_archives section input.search-field, .page_default .genpg-lft .blg_sdbar_archives section select.postform, .page_default .genpg-lft .blg_sdbar_archives section select {font-family: 'Poppins'; font-weight: 400; font-size: 22px; line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 17px 65px 16px 24px; background: transparent; color: #3f3f3f; margin-bottom: 0; position: relative; appearance: none; width: 100%; border: 1px solid #9c9898; background-image: url(images/sidebar-down-arrow.webp); background-repeat: no-repeat; background-position: right center; background-size: 60px 100%; outline: none; } 
.page_default .genpg-lft .blg_sdbar_archives section input.search-field{background-image: none; } 
.page_default .genpg-lft .blg_sdbar_archives section h4.widget-title {background-color: transparent; padding: 0; font-family: 'Afacad Flux'; font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: 0; color: #000; text-align: left; margin: 0 0 17px; text-transform: uppercase; } 
.page_default .genpg-lft .blg_sdbar_archives section h4.widget-title:before{display: none; } 
.page_default .genpg-lft .blg_sdbar_archives section input.search-submit {background-image: url(images/sdb-search-icon.webp); background-position:center; background-size: 100% 100%; background-repeat: no-repeat; background-color: transparent; width: 60px; height: calc( 100% - 2px); position: absolute; top: 0; bottom: 0; right: 1px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; cursor: pointer; }

/* Sidebar Testimonials */

.genpg-lft .widget.testi-widget{background-color: #f2f2f2; border-top: 7px solid #ac6600; padding: 32px 25px 55px; } 
.genpg-lft .widget.testi-widget h4.widget-title{color: #000; padding: 0; margin: 0 0 26px; } 
.genpg-lft .widget.testi-widget h4.widget-title:before{display: none; } 
.genpg-lft .widget.testi-widget .sidebar-testi {padding: 0 0 92px; text-align: center; position: relative; } 
.genpg-lft .widget.testi-widget .sidebar-testi:before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -190px -12px; width: 91px; height: 67px; bottom: 0; left: 0; right: 0; margin: auto; } 
.genpg-lft .sidebar-testi .testi-item .star-rat{width: 144px; height: 26px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -35px -12px; margin: 0 auto 25px; } 
.genpg-lft .sidebar-testi .testi-item p {font-family: 'Poppins'; font-weight: 300; font-size: 19px; color: #000; line-height: 2.05; letter-spacing: 0; position: relative; margin: 0 0 12px; } 
.genpg-lft .sidebar-testi .testi-item h5 {font-family: 'Afacad Flux'; font-weight: 600; font-size: 35px; line-height: 1.15; letter-spacing: 0; color: #d5830b; position: relative; margin: 0; text-transform: capitalize; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav {margin: 0 auto; text-align: center; display: flex; justify-content: space-between; align-items: center; position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; width: 100%; max-width: 270px; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {width: 64px; height: 14px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -10px -69px; transition: 0.5s; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button:hover{background-position: -10px -91px; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next{background-position: -91px -69px; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover{background-position: -91px -91px; } 
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {font-size: 0; } 
.genpg-lft .sidebar-testi .owl-dots{display: none;}

/* Sidebar case results */

.genpg-lft .widget.case-results-widget{background-color: transparent; padding: 40px 0 48px; position: relative; z-index: 1; } 
.genpg-lft .widget.case-results-widget:before, .genpg-lft .widget.case-results-widget:after{position: absolute; content: ''; border: 1px solid #ac6600; border-width: 1px 1px 0px 1px; width: 99%; height: 24%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1; } 
.genpg-lft .widget.case-results-widget:after{border-width: 0 1px 1px 1px; top: inherit; bottom: 0; } 
.genpg-lft .widget.case-results-widget h4.widget-title{color: #000; padding: 0; margin: 0 0 22px; } 
.genpg-lft .widget.case-results-widget h4.widget-title:before{display: none; } 
.genpg-lft .widget .sidebar-case-results{text-align: center; padding: 0 20px; } 
.genpg-lft .widget .sidebar-case-results .case-results-item h5{font-family: 'Afacad Flux'; font-weight: 600; font-size: 60px; line-height: 1; letter-spacing: 0; color: #000; margin: 0 0 18px; padding: 104px 0 0; position: relative; } 
.genpg-lft .widget .sidebar-case-results .case-results-item h5:before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -10px -122px; width: 76px; height: 76px; top: 0; left: 0; right: 0; margin: auto; } 
.genpg-lft .widget .sidebar-case-results .case-results-item p{font-family: 'Poppins'; font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: 7.7px; color: #000; text-transform: uppercase; margin: 0; } 
.genpg-lft .widget .sidebar-case-results .owl-nav {margin: 0 auto; text-align: center; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 30px; left: 0; right: 0; margin: auto; height: max-content; } 
.genpg-lft .widget .sidebar-case-results .owl-nav button {width: 64px; height: 14px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -10px -69px; transition: 0.5s; } 
.genpg-lft .widget .sidebar-case-results .owl-nav button:hover{background-position: -10px -91px; } 
.genpg-lft .widget .sidebar-case-results .owl-nav button.owl-next{background-position: -91px -69px; } 
.genpg-lft .widget .sidebar-case-results .owl-nav button.owl-next:hover{background-position: -91px -91px; } 
.genpg-lft .widget .sidebar-case-results .owl-nav button span {font-size: 0; }


/* Blog Page */

.page_default.blog_pg .genpg-lft .blg_sdbar_archives{background-color: transparent; padding: 0; margin: 0 0 70px; display: flex; justify-content: center; align-items: center; gap: 18px; flex-direction: row-reverse; } 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section{margin: 0; } 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section h4.widget-title{display: none; } 
.blg-cntblk {display: flex ; flex-wrap: wrap; justify-content: center; gap: 38px; } 
.blg-cntblk .post-item {background-color: #f2f2f1; padding: 17px; position: relative; width: 48.44%; display: flex ; align-items: center; gap: 32px; } 
.blg-cntblk .post-item:hover{background-color: #ac6600; } 
.blg-cntblk .post-item .post-img{width: 35.4%; height: 100%; } 
.blg-cntblk .post-item .blog-post-img {height: 100%; } 
.blg-cntblk .post-item .blog-post-img img{width: 100%; display: block; object-fit: cover; object-position: center; height: 100%; } 
.blg-cntblk .post-item .post-cnt {width: 59%; } 
.page_default .genpg-rite .blg-cntblk .post-item .post-category ul li, .page_default .genpg-rite .blg-cntblk .post-item .post-dt {list-style: none; padding: 0; color: #000; line-height: 1; font-family: 'Poppins'; font-weight: 400; font-size: 20px; letter-spacing: 4.8px; text-transform: uppercase; margin: 0 0 20px; } 
.page_default .genpg-rite .blg-cntblk .post-item h6{margin: 0 0 25px; } 
.page_default .genpg-rite .blg-cntblk .post-item h6 a{color: #273759; text-decoration: none; } 
.page_default .genpg-rite .blg-cntblk .post-item .post-btn a.blg-btn {font-family: 'Poppins'; font-weight: 400; font-size: 20px; color: #273759; padding: 13px 23px; line-height: 1; letter-spacing: 0; border: 1px solid #ac6600; display: inline-block; text-transform: uppercase; text-decoration: none; } 
.page_default .genpg-rite .blg-cntblk .post-item:hover .post-btn a.blg-btn{border-color: transparent; color: #ac6600; background-color: #fff; } 
.page_default .genpg-rite .blg-cntblk .post-item:hover h6 a, .page_default .genpg-rite .blg-cntblk .post-item:hover .post-dt{color: #fff;} 
.page_default .genpg-rite .blg-cntblk .post-item h6 a:hover, .page_default .genpg-rite .blg-cntblk .post-item .post-btn a.blg-btn:hover{color: #000 ; } 
.blg-cntblk .navigation.pagination{width: 100%; margin: 20px 0 0; } 
.blg-cntblk .nav-links{display: flex; justify-content: center; align-items: center; gap: 10px; } 
.blg-cntblk  .nav-links svg.svg-icon {margin: 0px 0px -5px 0px; display: none; } 
.blg-cntblk .nav-links span, .blg-cntblk .nav-links a {padding: 8px; background-color: transparent; text-align: center; width: 60px; height: 60px; display: inline-block; align-items: center; color: #000; font-family: 'Poppins'; font-weight: 400; font-size: 26px; display: flex; justify-content: center; align-items: center; text-decoration: none !important; } 
.blg-cntblk .nav-links a:hover, .blg-cntblk .nav-links span.current{background-color: #ac6600; color: #fff; } 
.blg-cntblk .nav-links a.prev.page-numbers, .blg-cntblk .nav-links a.next.page-numbers{width: 64px; height: 14px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -10px -69px; transition: 0.5s; padding: 0; font-size: 0; } 
.blg-cntblk .nav-links a.prev.page-numbers:hover{background-position: -10px -91px; background-color: transparent; } 
.blg-cntblk .nav-links a.next.page-numbers{background-position: -91px -69px; } 
.blg-cntblk .nav-links a.next.page-numbers:hover{background-position: -91px -91px; background-color: transparent; } 
.blg-cntblk .nav-links span.nav-next-text, .blg-cntblk .nav-links span.nav-prev-text {display: none; }

/* single blog Page */

.page_default.single-blogpg .genpg-rite .post-meta{font-family: 'Afacad Flux'; font-weight: 500; font-size: 25px; line-height: 1.12; letter-spacing: 0; color: #000; display: flex ; align-items: center; margin: 0 0 15px; flex-wrap: wrap; gap: 5px; } 
.page_default .genpg-rite .page-navi {display: flex; justify-content: space-between; align-items: center; margin: 50px 0 0; } 
.page_default .genpg-rite .page-navi .page-navi-block a{padding: 27px 54px; } 
.page_default .genpg-rite .page-navi .page-navi-block a strong{font-weight: 600;}

/* case results Page */

.page_default.case-results .case-results-blck {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; gap: 30px; margin-bottom: 70px;}
.page_default.case-results .case-result-item { width: 31.77%; position: relative; padding: 28px 10px 39px;}
.page_default.case-results .case-result-item::before,.page_default.case-results .case-result-item::after{position: absolute; content: ''; border: 1px solid #c3c3c3; border-bottom: 0px; width: 99%; height: 21%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; transition: 0.5s;}
.page_default.case-results .case-result-item::after{  top: inherit; bottom: 0; border: 1px solid #c3c3c3; border-top: 0px;} 
.page_default.case-results .case-result-item:hover::after,.page_default.case-results .case-result-item:hover::before{border-color:#cc7f0e;} 
.page_default.case-results .genpg-rite .case-result-item h5{font-weight: 600; font-size: 64px; color: #000000; line-height: 1; letter-spacing: 0px; margin: 0 0 17px; padding-top:85px; position: relative; }
.page_default.case-results .case-result-item h5::before{position: absolute; content: ""; background-position: -10px -122px; background-image: url(images/sprites-in.webp); height: 70px; width: 70px; top: 0; left: 0; right: 0; margin: auto; background-repeat: no-repeat;}
.page_default.case-results .case-result-item:hover:after{border-color:#b27011;} 
.page_default.case-results .genpg-rite .case-result-item:hover h5,.page_default.case-results .genpg-rite .case-result-item:hover p,.page_default.case-results .genpg-rite .case-result-item:hover h6{color: #ac6600;transition:0.5s;}
.page_default.case-results .genpg-rite .case-result-item p { line-height: 1.2; letter-spacing: 7px; color: #000; text-align: center; transition: 0.5s; text-transform: uppercase; margin: 0px 0 20px;}
.page_default.case-results .genpg-rite .case-result-item h6{font-family: 'Poppins'; font-weight: 400; font-size: 21px; line-height: 1.3; letter-spacing: 0; margin: 0;text-transform: uppercase;}
.page_default.case-results .load-btn .cmn-btn { background: #000;}
.page_default.case-results .load-btn .cmn-btn:hover { background: #ac6600;}
.page_default.case-results .load-btn{text-align: center;}

/* testimonials Page */

.page_default.general.review_page{padding-top:65px ;}
.testimonials{column-count: 2;column-gap: 40px;}
.testimonials .testi-item { border-top: 8px solid #959292; padding: 55px 36px 44px 35px; background-color: #f2f2f1; display: inline-block; width: 100%; position: relative; margin-bottom: 40px; z-index: 0;}
.testimonials .testi-item:hover{border-color: #d5830b; transition: 0.5s;}
.page_default .genpg-rite .testimonials .testi-item:hover h5{color: #d5830b; transition: 0.5s;}
.testimonials .testi-item:hover::after{background-color: #d5830b; transition: 0.5s}
.testimonials .testi-item-copy::before { position: absolute; content: ""; background-image: url(images/sprites-in.webp); height: 69px; width: 95px; background-position: -324px -448px; pointer-events: none; bottom: 22px; right: 34px;}
.testimonials .testi-item:before, .testimonials .testi-item::after { position: absolute; content: ''; background-image: url(images/sprites-in.webp); background-position: -368px -110px; width: 64px; height: 64px; top: 40px; right: 4px; background-color: #fff; border-radius: 50%;}
.testimonials .testi-item::after{background-color: #959292; background-image: none; height:109px ; width: 73px; border-radius: 0 0 50px 50px; z-index: -1; top: 0; right: 0;}
.testimonials .star-rat{background-image: url(images/sprites-in.webp); background-position:-317px -398px; width: 156px; height: 28px; margin-bottom: 22px;} 
.page_default .genpg-rite .testimonials .testi-item p {text-align: start; font-weight: 300; margin-bottom: 20px;}
.page_default .genpg-rite .testimonials .testi-item h5 {line-height: 1; text-align: start; margin-bottom: 0px;}
.review_page .load-btn{text-align: center;margin: 11px 0 0;}
.review_page .load-btn a.cmn-btn { background: #000;letter-spacing: 1px;}
.review_page .load-btn a.cmn-btn:hover{background-color: #ac6600;}

/* Practice Areas Page */

.genpg-rite .practi-list{display: flex;justify-content: center;flex-wrap: wrap;column-gap: 35px;row-gap: 42px;}
.practi-list .pract-itm{width: 22.9%;text-align: center;background-color: #d9d9d9;padding: 41px 15px 70px;position: relative;transition: 0.5s;}
.pract-link a{font-size: 0px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;font-size: 0;z-index: 9;}
.page_default .genpg-rite .practi-list .pract-itm h5{font-size: 37px;font-weight: 300;text-transform: uppercase;margin: 0;padding: 150px 0 0 ;position: relative;}
.page_default .genpg-rite .practi-list .pract-itm h5 strong{font-weight: 600;display: block;}
.practi-list .pract-itm h5::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;top: 0;left: 0;right: 0;}
.practi-list .pract-itm h5::before{background-position: -9px -207px;width: 91px;height: 90px;}
.practi-list .pract-itm.motorcycle h5::before{background-position: -117px -208px;width: 82px;height: 82px;}
.practi-list .pract-itm.workers h5::before{background-position: -228px -207px;width: 70px;height: 83px;}
.practi-list .pract-itm.construction h5::before{background-position: -335px -207px;width: 83px;height: 79px;}
.practi-list .pract-itm.medical h5::before{background-position: -10px -397px;width: 81px;height: 81px;}
.practi-list .pract-itm.premises h5::before{background-position: -114px -397px;width: 81px;height: 81px;}
.practi-list .pract-itm.choldren h5::before{background-position: -223px -397px;width: 71px;height: 81px;}
.practi-list .pract-itm:hover{background-color: #ac6600;}
.page_default .genpg-rite .practi-list .pract-itm:hover h5{color: #ffffff;}
.practi-list .pract-itm:hover h5::before{background-position: -9px -302px;}
.practi-list .pract-itm.motorcycle:hover h5::before{background-position: -117px -303px;}
.practi-list .pract-itm.workers:hover h5::before{background-position: -228px -302px;}
.practi-list .pract-itm.construction:hover h5::before{background-position: -335px -303px;}
.practi-list .pract-itm.medical:hover h5::before{background-position: -10px -491px;}
.practi-list .pract-itm.premises:hover h5::before{background-position: -114px -491px;}
.practi-list .pract-itm.choldren:hover h5::before{background-position: -223px -491px;}

.practi-list .pract-itm.sexual h5::before {background-position: -241px -599px;}
.practi-list .pract-itm.sexual:hover h5::before {background-position: -241px -701px;}
.practi-list .pract-itm.insurance h5::before {background-position: -463px -586px;}
.practi-list .pract-itm.insurance:hover h5::before {background-position: -463px -687px;}
.practi-list .pract-itm.wrongful h5::before {background-position: -570px -586px;}
.practi-list .pract-itm.wrongful:hover h5::before {background-position: -570px -687px;}
.practi-list .pract-itm.boating h5::before {background-position: -121px -592px;}
.practi-list .pract-itm.boating:hover h5::before {background-position: -121px -696px;}
.practi-list .pract-itm.pedestrian h5::before {background-position: -526px -382px;}
.practi-list .pract-itm.pedestrian:hover h5::before {background-position: -526px -480px;}
.practi-list .pract-itm.bicycle h5::before {background-position: -13px -592px;}
.practi-list .pract-itm.bicycle:hover h5::before {background-position: -13px -695px;}
.practi-list .pract-itm.dog h5::before {background-position: -351px -592px;}
.practi-list .pract-itm.dog:hover h5::before {background-position: -351px -692px;}


/* Attorney Page */

.page_default .genpg-rite .attorney-blks h2, .page_default .genpg-rite .attorney-blks h3 {text-align: center;margin-bottom: 35px;}
.genpg-rite .attorney-top-list, .genpg-rite .attroner-bottom-list{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;column-gap: 25px;row-gap: 25px;}
.genpg-rite .attorney-top-list{margin: 0 0 84px;}
.genpg-rite .attorney-item{width: 31.9%;text-align: center;position: relative;transition: 0.5s;}
.genpg-rite .attorney-item:hover .attorney-cnt{background-color: rgb(172, 102, 0);}
.genpg-rite .attorney-image{}
.genpg-rite .attorney-image img{width: 100%;display: block;margin: 0;}
.genpg-rite .attorney-cnt{background-color: #000000;padding: 22px 19px 29px;position: relative;z-index: 1;margin: -1px 0 0;}
.page_default .genpg-rite .attorney-cnt h5{color: #ffffff;text-transform: uppercase;margin: 0 0 11px;font-size: 34px;font-weight: 700;}
.page_default .genpg-rite .attorney-cnt h6{color: #ffffff;text-transform: uppercase;margin: 0;font-weight: 400;}
.genpg-rite .attroner-bottom-list .attorney-item:last-child .attorney-cnt h5 {margin: 0 0 6px;}
.hover a{position: absolute;font-size: 0;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 2;}

/* attorney single Page */

.page_default.attorney-single .genpg-lft{float: left;}
.page_default.attorney-single .genpg-rite {float: right; margin: -11px 0 0;}
.page_default.attorney-single::before{    position: absolute; content: ""; height: 27.4%; width: 64.1%; background-position: top right; right: 0; top: 82px; background: url(images/single-attorney-before.webp), #fff; background-repeat: no-repeat; background-size: 100% 100%; background-blend-mode: luminosity; opacity: 12%; z-index: -1;pointer-events: none;}
.page_default.attorney-single .attorney-image::before,.page_default.attorney-single .attorney-image::after{    position: absolute; content: ""; background-position: center; background-image: url(images/attorney-image-before.webp); height: 100%; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; top: 0; left: 0; bottom: 0; right: 0; z-index: -2; opacity: 25%; mix-blend-mode: luminosity; pointer-events: none;}
.page_default.attorney-single .attorney-image::after{background-image: url(images/attorney-image-vector.webp); height: 52.1%; width: 100%; background-size: 100% 100%; opacity: 6%; bottom: inherit; top: 0;}
.page_default.attorney-single .attorney-image{position: relative; z-index: 0;background-color: #000;margin: 0 0 60px;padding: 25px 0px 0;}
.page_default .genpg-rite .attorney-top h2{font-size: 85px; line-height: 1; text-transform: uppercase; margin: 0 0 20px;}
.page_default .genpg-rite .attorney-top h5{font-weight: 400; font-size: 30px; color: #c67e14; line-height: 1; letter-spacing: 6px; text-transform: uppercase; margin-bottom: 34px;}
.page_default .genpg-rite .attorney-top{ margin: 0 0 58px;    padding: 0 0 0 15px;}
.page_default .genpg-rite .attorney-top-cont {display: flex ; justify-content: start; text-align: center; margin: 0 0 35px; gap: 60px}
.page_default .genpg-rite .attorney-top-cont h3 {padding-top: 108px;margin-bottom: 10px;font-weight: 500;position: relative;}
.page_default .genpg-rite .attrny-left-cont h3::before,.page_default .genpg-rite .attrny-right-cont a::before { position: absolute; content: ""; background-image: url(images/sprites-in.webp); height: 82px; width: 82px; background-position: -88px -108px; top: 0;left: 0; right: 0; margin: auto; border: 1px solid #ac6600;}
.page_default .genpg-rite .attrny-right-cont a::before { background-position: -157px -109px; left: -5px;}
.page_default .genpg-rite .attrny-left-cont p{ line-height: 1.68;letter-spacing: 0;margin: 0;}
.page_default .genpg-rite .attrny-left-cont p a { display: block; text-transform: uppercase; font-size: 17px; letter-spacing: 1.02px; margin: 10px 0 0;}
.page_default .genpg-rite .attrny-left-cont{width: 34%; }
.page_default .genpg-rite .attrny-right-cont{width: 50%;border-left: 1px solid #c1ac8d;position: relative;}
.page_default .genpg-rite .attorney-top-cont h3 a{font-family: 'Afacad Flux'; font-weight: 700; font-size: 39px; color: #ac6600; line-height: 1; letter-spacing: 0px;    display: block;margin: 12px 0 0; text-decoration: none;}
.page_default .genpg-rite .attorney-top-cont h3 a:hover{color: #000;}
.page_default .genpg-rite .attrny-btn{text-align: center;}
.genpg-rite .attorney-top .attorney-image.mbl-img{display: none;}


.genpg-rite .accordion .accordion-section{margin: 0 0 20px;}
.page_default .genpg-rite .accordion-section h5{margin-bottom: 0;}
.genpg-rite .accordion-section h5 .accordion-section-title{border: 1px solid #c6c5c3; padding: 10px 60px 10px 30px; position: relative;text-decoration: none; color: #000; display: block;line-height: 1.15;}
.genpg-rite .accordion-section .accordion-section-title::before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); height:12px ; width:20px ; background-position: -170px -97px; right:30px; top: 26px;margin: auto;}
.genpg-rite .accordion-section .accordion-section-title.active::before{background-position: -170px -68px;}
.genpg-rite .accordion-section .accordion-section-title.active{background-color: #ac6600; border-color:transparent ; color: #fff;}
.genpg-rite .accordion { margin: 0 0 45px;}
.genpg-rite .accordion .accordion-section-content{padding: 20px 10px 0;}

/* Contact Page */

.page_default.contact_pg .genpg-rite h2 {margin: 0 0 23px;}
.genpg-rite .contact-items{display: flex;justify-content: space-between;}
.genpg-rite .cont-rth-itm{width: 48.2%;padding: 12px 0 0;}
.genpg-rite .cont-rth-itm .cont-map{}
.genpg-rite .cont-rth-itm .cont-map iframe {width: 100%;display: block;margin: 0;height: 566px;}
.genpg-rite .cont-lft-itm{width: 49%;}
.page_default .genpg-rite .cont-lft-itm p{margin: 0 0 56px;}
.genpg-rite .cont-list{display: flex;justify-content: space-between;}
.genpg-rite .cont-itm{width: 47%;padding: 27px 30px 21px;position: relative;}
.genpg-rite .cont-itm .cont-text{padding-left: 53px;margin: 0 0 25px;position: relative;}
.genpg-rite .cont-itm .cont-text::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -249px -121px;width: 32px;height: 39px;left: 0;top: 6px;}
.page_default .genpg-rite .cont-itm .cont-text h4{margin: 0 0 10px; line-height: 1;}
.page_default .genpg-rite .cont-itm .cont-text p{font-size: 17px;margin: 0;line-height: 1.8;}
.page_default .genpg-rite .cont-itm .cont-text p a{text-transform: uppercase;color: #000;}
.genpg-rite .cont-list .cont-cal{padding-left: 52px;position: relative;}
.genpg-rite .cont-list .cont-cal p a::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -307px -121px;width: 42px;height: 41px;left: 0;top: 7px;}
.page_default .genpg-rite .cont-list .cont-cal p{font-size: 15px;text-transform: uppercase;margin: 0;letter-spacing: 1.2px;}
.page_default .genpg-rite .cont-list .cont-cal p a{font-size: 29px;text-decoration: none;display: block;font-weight: 700;font-family: 'Afacad Flux';letter-spacing: 0px ;color: #000;}
.page_default .genpg-rite .cont-list .cont-cal p a:hover{color: #ac6600; }
.genpg-rite .cont-itm::before, .genpg-rite .cont-itm::after{position: absolute;content: '';border: 1px solid #000;border-bottom: 0px;width: 100%;height: 67px;top: 0;left: 0;right: 0;margin: auto;pointer-events: none;}
.genpg-rite .cont-itm::after{top: inherit;bottom: 0;border: 1px solid #000000;border-top: 0px;}
.page_default .genpg-rite .cont-itm:hover .cont-text p a{color: #ac6600;text-decoration: underline;}
.page_default .genpg-rite .cont-itm .cont-text p a:hover{color: #000;}
.genpg-rite .cont-itm:hover::before, .genpg-rite.full-width .cont-itm:hover::after{border-color: #ac6600;}
.page_default .genpg-rite .cont-itm:hover h4 {color: #ac6600; }

body.page-template-contact-page .hmcontact-sec{display: none;}
.hm-map-sec{display: none;}
body.home .hm-map-sec{display: block; }
.hmcontact-sec::before {position: absolute; content: ""; margin: auto; background-image: url(images/hm-contact-bfr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 62.84%; height: 763px; left: 0; bottom: 25%; z-index: -1; opacity: 33%; pointer-events: none; }
body.home .hmcontact-sec:before{display: none;}
.page_default.blog_pg .blg-cntblk form.search-form{display: none;}
body.page-id-30 .genpg-rite .cbt-cmn-box, body.page-id-32 .genpg-rite .cbt-cmn-box, body.page-id-395 .genpg-rite .cbt-cmn-box{display: none;}

.genpg-rite .new-haven-law-office-map{border: 3px solid #ac6600; padding: 6px;}
.genpg-rite .new-haven-law-office-map iframe {height: 450px; }

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