/*

 Theme Name:   Crash Money Lawyers

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

*/

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-SemiBold.eot');
    src: url('fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Jost-SemiBold.woff2') format('woff2'),
        url('fonts/Jost-SemiBold.woff') format('woff'),
        url('fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Regular.eot');
    src: url('fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Jost-Regular.woff2') format('woff2'),
        url('fonts/Jost-Regular.woff') format('woff'),
        url('fonts/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Light.eot');
    src: url('fonts/Jost-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Jost-Light.woff2') format('woff2'),
        url('fonts/Jost-Light.woff') format('woff'),
        url('fonts/Jost-Light.svg#Jost-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Bold.eot');
    src: url('fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Bold.woff2') format('woff2'),
        url('fonts/Oswald-Bold.woff') format('woff'),
        url('fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Medium.eot');
    src: url('fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Medium.woff2') format('woff2'),
        url('fonts/Oswald-Medium.woff') format('woff'),
        url('fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-SemiBold.eot');
    src: url('fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('fonts/Oswald-SemiBold.woff') format('woff'),
        url('fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-ExtraLight.eot');
    src: url('fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-ExtraLight.woff2') format('woff2'),
        url('fonts/Oswald-ExtraLight.woff') format('woff'),
        url('fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
    font-weight: 200;
    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;
  

}
body.home{background-color: #000;}


.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;transition: 0.5s;background-color: #000;border-bottom: 1px solid #dcb550;padding-bottom: 15px;}
.head-sec.f-nav .logo{width: 7%;transition: 0.5s;}
.head-sec.f-nav .logo-rit {padding-bottom: 15px;}
.head-sec.f-nav .topmenu li.current-menu-item::before {bottom: -46px;transform: scale(0.95);}
.head-sec.f-nav .topmenu ul li a::before {bottom: -48px;}
.head-sec.f-nav .logo-rit {border-color: rgb(255, 255, 255, 0.2);}


.head-sec .container{max-width: 1700px; width: 100%; margin: auto;}
.head-sec {position: absolute; width: 100%; margin: auto; z-index: 2;}
.head-sec .logo {width:9%;}
.head-sec .logo img {transition-duration: 0.8s;width: 100%;display: block;}
.head-sec .topmenu ul li a::before {position: absolute; content: ''; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -10px -10px; width: 26px; height: 25px; left: 0px; right: 0; margin: auto; bottom: -56px;display: none;}
.head-sec .logo-rit {display: flex;align-items: center;border-bottom: 1px solid;border-color: rgb(255, 255, 255, 0.1);padding: 8px 0 25px; gap: 55px;}
.head-sec .head-blk {display: flex; justify-content: space-between; align-items: center;padding: 0 0 0 86px;}
.head-sec .topmenu {float: left; width: auto;}
.head-sec .topmenu ul {position: relative; margin: 0;}
.head-sec .topmenu ul li {float: left;margin: 0px 36px;position: relative;}
.head-sec .topmenu ul li a {font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: 0px; text-transform: uppercase; color: #fff;position: relative;}
.head-sec .topmenu ul.primary-menu > li.current-menu-item a, .topmenu ul.primary-menu > li a:hover {color: #e3c881;}
.head-sec .topmenu ul.primary-menu > li a:hover:before,.head-sec .topmenu ul.primary-menu > li.current-menu-item a:before{display: block;}
.head-sec .top-rit .head_phn_num a {font-size: 25px; line-height: 1;}
.head-sec .topmenu ul li:first-child {margin-left: 0px;}
.head-sec .topmenu ul li:last-child {margin-right: 0px;}
.head-sec .topmenu ul li:last-child a {border: 0;}
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #da9b21; padding: 0px 0; z-index: 999;}
.head-sec .topmenu ul li:hover ul.sub-menu {display: block;}
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none;}
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative;}
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%;}
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff;}
.head-sec .topmenu .sub-menu li a:after {display: none;}
.head-sec .topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0;}
.head-sec .topmenu .sub-menu li a {float: left; font-size: 18px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize;}
.head-sec .topmenu .sub-menu li a:hover {background-color: #e3c881; color: #fff;}
.head-sec .topmenu ul ul a:after {display: none;}
.head-sec .top-rit { position: relative; padding-left: 50px;} 
.head-sec .top-rit p{font-family: 'Jost'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: 2.16px; text-transform: uppercase; text-align: center; color: #e3c881; margin-bottom: 0px;}
.head-sec .top-rit p a {font-family: 'Oswald'; font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: 0.8px; display: block; color: #fff; text-align: center; margin: 0 0 6px;}
.head-sec .top-rit p a::before {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -56px -10px; width: 37px; height: 33px; left: 0; top: 6px; margin: auto; transition: 0.5s;}
.head-sec .top-rit p a:hover{color: #e3c881;}

/* Mobile Menu Starts */

.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 30px; 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: 'Jost';} 
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 30px; color: #343235;} 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #021f46; position: absolute; top: 38px; left: 0;} 
.mobinav ul {float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%;} 
.mobinav ul li {float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: "Poppins", sans-serif;} 
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 16px; letter-spacing: 0.5px;font-family: 'Jost';border: 0; margin: 0; text-decoration: none;} 
.mobinav a:hover {color: #e3c881;} 
.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: 'Jost'; font-weight: 600; font-size: 21px; color: #000; line-height: 1; letter-spacing: 0.42px; display: inline-block; text-align: center; text-transform: uppercase;padding: 23px 66px; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); position: relative;transition: 0.5s;}
a.cmn-btn:before{position: absolute;content: ''; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); bottom: -7px; left: 0; right: 0; margin: auto; width: 73%; height: 2px;}
a.cmn-btn:hover{ background: linear-gradient(90deg,  rgba(248, 227, 138, 1) 0%, rgba(218, 155, 33, 1) 100%);} 
.text-heading {font-family: 'Oswald'; font-weight: 600; font-size: 80px; line-height: 1; letter-spacing: -3.2px; margin: 0 0 40px; text-align: center; text-transform: uppercase; background: -webkit-linear-gradient(left ,#da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/* Homepage Banner Section Starts */

.banner-sec .container{max-width: 1700px; width: 100%; margin: auto;} 
.banner-sec {padding: 250px 0 145px 0; background-image: url(images/banner-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; position: relative; z-index: 1;} 
/*.banner-sec:before{position: absolute; content: ''; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); height: 100%; width: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 0;}*/
.banner-sec:after{position: absolute; content: ''; background: url(images/banner-lyr.webp);background-repeat: no-repeat;background-size: 100% 100%;background-position: center; height: 100%; width: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1;opacity:45%;}  
.banner-sec .bnr-list {display: flex;justify-content: flex-start;position: relative;}
.banner-sec .bnr-left {margin-left: -69px;width: 42%;}
.banner-sec .bnr-left .bnr-img {width: 100%;} 
.banner-sec .bnr-left .bnr-img img{display: block; width: 100%;} 
.banner-sec .bnr-rit {width: 68%;margin-left: -153px;padding-top: 82px;}
.banner-sec .bnr-rit h1 {font-family: 'Oswald'; font-weight: 700; font-size: 108px; line-height:1.08; letter-spacing: -4.42px; text-align: center; text-transform: uppercase; color: #fff;margin: 0 0 25px;}
.banner-sec .bnr-rit h1 strong {letter-spacing: -1.4px;font-weight: 500;background: -webkit-linear-gradient(left, #da9b21, #f8e389);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
display:block}
.banner-sec .bnr-rit h6 {font-family: 'Jost'; font-weight: 400; font-size: 26px; line-height: 1; letter-spacing: 9.88px; color: #fff; text-transform: uppercase; text-align: center;margin: 0 0 28px;}
.banner-sec .bnr-btn{text-align: center;}


/* Homepage Banner Section Ends */

.crash-dummy-sec {background-color: #000000; padding: 20px 0px;} 
.crash-dummy-cnt{ padding: 35px 20px; border-top: 1px solid #dcb550; position: relative; z-index: 0;text-align: center;}
.crash-dummy-cnt h4 {font-size: 30px; font-family: 'Jost'; font-weight: 300; line-height: 1; letter-spacing: 14.4px; color: #ffffff; text-transform: uppercase;margin: 0;} 
.crash-dummy-cnt::before, .crash-dummy-cnt::after {position: absolute; content: ""; top: -13px; left: 60px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -10px -10px; height: 26px; width: 25px; margin: auto;} 
.crash-dummy-cnt::after {left: inherit; right: 60px;}

.crash-money-sec {background-color: #000000; padding: 120px 0px 73px;}
.crash-money-sec .crash-dummy-cnt h4 strong{font-weight: 300;color: #be891d}
.crash-money-sec .crash-dummy-cnt h4 b{font-weight: 300;color: #e3c881;}





/* / Homepage Practice Area Section Starts / */

.hmpractice-sec {background-color: #000000; padding: 90px 0 134px; position: relative; z-index: 0;} 
.hmpractice-sec::before {position: absolute; content: ""; top: 0; left: 0; background-image: url(images/practi-back-layer.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; height: 100%; width: 100%; z-index: -1; opacity: 30%; pointer-events: none; }
.hmpractice-sec h6 {font-size: 20px; font-family: 'Jost'; font-weight: 400; color: #ffffff; letter-spacing: 4px; line-height: 1; text-transform: uppercase; text-align: center; margin: 0 0 10px !important;} 
.hmpractice-sec h2 {margin: 0 0 25px;} 
.hmpractice-sec .pract-btm-btn a::before {width: 65%;} 
.hmpractice-sec .pract-item {width: 93%;position: relative;} 
.hmpractice-sec .pract-item:hover::before {position: absolute; content: ""; width: 92%; height: 92%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; background: -webkit-linear-gradient(180deg, rgba(196, 148, 46) 0%, rgba(227, 200, 129) 29%, rgba(190, 137, 29) 56%) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); border: 2px solid transparent; mask-composite: exclude;} 
.hmpractice-sec .pract-item:hover {width: 470px; transition: 0.5s; margin: -20px -11px 0px 0; position: relative;} 
.hmpractice-sec .pract-img img {width: 100%; display: block; height: 100%;} 
.hmpractice-sec .pract-cnt h4 {font-size: 40px; font-family: 'Oswald'; font-weight: 200; color: #ffffff; letter-spacing: 0; line-height: 1; text-align: center; text-transform: uppercase; position: relative; margin: 0; padding: 0 0 19px;} 
.hmpractice-sec .pract-img {height: 457px; margin: 0 0 12px; position: relative; z-index: 0;} 
.hmpractice-sec .pract-cnt h4 strong{font-weight: 600;} 
.hmpractice-sec .pract-item:hover .pract-cnt {position: absolute; bottom: 0; left: 0; right: 0; top: 0; margin: auto; height: max-content;padding: 0 20px;} 
.hmpractice-sec .pract-list {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin: 0 0 41px;} 
.hmpractice-sec .pract-img::before {background-color: rgba(190, 137, 29);position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 40%;} 
.hmpractice-sec .pract-btm-btn {text-align: center;} 
.hmpractice-sec .pract-btm-btn a {padding: 28px 44px;} 
.hmpractice-sec .pract-cnt h4:before {position: absolute; content: ''; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); bottom: 0; left: 0; right: 0; margin: auto; width: 37%; height: 2px;} 
.hmpractice-sec .pract-item:hover .pract-cnt h4{font-size: 70px; background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0;} 
.hmpractice-sec .pract-item:hover .pract-cnt strong{display: block;} .pract-item:hover .pract-cnt h4::before{display: none;} 
.hmpractice-sec .pract-item:hover .pract-img{margin: 0; height: 98%;}
.hover a{position: absolute;font-size: 0px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 10;}
.hmpractice-sec .pract-item:hover .pract-img:after {background-color: #020202; opacity: 50%; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; }
.hmpractice-sec .pract-item:hover .pract-img::before{opacity: 30%;}

.hmpractice-sec .pract-list .owl-stage-outer{padding: 50px 0;}
.pract-list.owl-carousel button {position: relative;background: -webkit-linear-gradient(0deg, rgb(218, 155, 33) 0%, #f8e38a 100%) !important;background-size: cover !important;width: 64px;height: 33px;margin:0 8px;font-size:0 !important;}
.pract-list.owl-carousel button.owl-next {background-position: -382px -166px !important;}
.pract-list.owl-carousel button:before {content: "";background-image: url(images/sprites.webp);background-position: -299px -169px;width: 40px;height: 14px;position: absolute;top: 0;bottom: 0;right:10px;margin: auto;}
.pract-list.owl-carousel button.owl-next::before {background-position: -383px -168px;left: 10px;right: inherit;}
.pract-list.owl-carousel .owl-nav {text-align: center;}

/* crash section start */

.hmcrash-sec {padding: 79px 0 103px; position: relative; z-index: 0;background-color: #ffffff;} 
.hmcrash-sec::before {position: absolute; content: ""; top: 0; left: 0; background-image: url(images/crash-back-layer.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 100%; height: 100%; opacity: 10%; z-index: -1;pointer-events: none;} 
.hmcrash-sec .crash-rgt-item h4 {font-size: 55px; font-family: 'Oswald'; font-weight: 600; color: #070502;text-transform: uppercase; letter-spacing: -2.2px; line-height: 1.10; margin: 0 0 34px;} 
.hmcrash-sec .crash-rgt-item h2 {text-align: start;margin: 0 0 5px;background: none;-webkit-text-fill-color: #da9b21;}
.hmcrash-sec .crash-lft-item {width: 45.1%; position: relative; padding: 19px 40px 16px 0px;} 
.hmcrash-sec .crash-rgt-item {width: 47.7%;} 
.hmcrash-sec .crash-list {display: flex; justify-content: space-between; align-items: center;} 
.hmcrash-sec .crash-rgt-item p {font-size: 22px; font-family: 'Jost'; font-weight: 400; color: #070502; letter-spacing: 0; line-height: 1.68; margin: 0 0 37px;}
.hmcrash-sec .crash-lft-item-img {position: relative; z-index: 0;} 
.hmcrash-sec .crash-lft-item-img img,
.hmcrash-sec .crash-lft-sml-head img{width: 100%; display: block;} 
.hmcrash-sec .crash-lft-sml-head {position: absolute; top: 104px; right: 80px; width: 49.4%;} 
.hmcrash-sec .crash-lft-item::before {position: absolute;content: "";top: 0;right: 0;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -9px -53px;height: 28px;width: 26px;bottom: 0;margin: auto;}
.hmcrash-sec .crash-lft-item::after {position: absolute; content: ""; top: 0; right: 12px; border-top: 1px solid #e3c881; border-right: 1px solid #e3c881; height: 49%; width: 29%; margin: auto;} 
.hmcrash-sec .crash-lft-item-img::before {background-image: url(images/crash-lft-gradient.webp); background-repeat: no-repeat; position: absolute; content: ""; top: 0; left: 0px; right: 0px; margin: auto; height: 39.1%; width: 100%; z-index: 0;pointer-events: none;} 
.hmcrash-sec .crash-lft-item-img::after {position: absolute; content: ""; bottom: -15px; left: 0px; right: 0px; margin: auto; height: 3px; width: 70%; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%);} 
.hmcrash-sec .crash-rgt-btm-btn a {padding: 23px 56px;} 
.hmcrash-sec .crash-rgt-btm-btn {margin: 10px 0 0;} 

/* Homepage Why Choose Section Starts */

.hmwhychoose-sec{padding: 135px 0px 0px; background-color: #010101; position: relative; z-index: 1;} 
.hmwhychoose-sec .choose-content{position: relative; z-index: 1; padding-top: 60px;} 
.hmwhychoose-sec .choose-content::before{content: ""; position: absolute; background-image: url(images/choose-back.webp); top: 0; left: 0px; right: 0; margin: auto; height:94.5%; width:88.1%; background-repeat: no-repeat; background-size: 100% 100%; z-index: -1; border-radius: 620px 620px 0px 0px;} 
.hmwhychoose-sec .choose-content::after{content: ""; position: absolute; top: 0; left: 0px; right: 0; margin: auto; height:76.1%; width:88.1%; z-index: -1; background-repeat: no-repeat; border-radius: 620px 620px 0px 0px; background-image: linear-gradient(#1a1407 ,transparent ,#030202);} 
.hmwhychoose-sec h2 {text-align: left;margin-bottom: 0;line-height: 1.09;background: -webkit-linear-gradient(45deg, #da9b21, #f8e389 36%);-webkit-text-fill-color: transparent;-webkit-background-clip: text;}
.hmwhychoose-sec h2 strong {font-size: 55px;color: #fff;font-family: 'Oswald';font-weight: 600;line-height: 1;letter-spacing: -2.3px;margin: 0 0 0px 0;text-transform: uppercase;display: block;-webkit-text-fill-color: #fff;}
.hmwhychoose-sec .choose-blocks{display:flex; justify-content: space-between; border-bottom: 1px solid #e3b141;} 
.hmwhychoose-sec .choose-item{width: 25%; padding: 25px 80px 60px; text-align: center; background-color: #000000; transition: 0.5s; position: relative;} 
.hmwhychoose-sec .choose-item h4{font-family: 'Jost'; font-weight: 300; font-size: 25px; line-height: 1.3; color: #fff; text-transform: uppercase; letter-spacing: 0; margin-bottom: 0px; padding-top: 65px; position: relative;} 
.hmwhychoose-sec .choose-item h4::before{content: ""; position: absolute; background-image: url(images/sprites.webp); top: 0; left: 0; right: 0; margin: auto; height:46px; width:38px; background-repeat: no-repeat; background-position: -12px -107px;} 
.hmwhychoose-sec .choose-item .record::before{background-position: -68px -108px; height:45px; width:43px;} 
.hmwhychoose-sec .choose-item .success::before{background-position: -131px -111px; height:39px; width:54px;} 
.hmwhychoose-sec .choose-item .schedule::before{background-position: -205px -106px; height:43px; width:42px;} 
.hmwhychoose-sec .choose-item:hover.choose-item h4::before{background-position: -12px -172px;} 
.hmwhychoose-sec .choose-item:hover.choose-item .record::before{background-position: -68px -172px;} 
.hmwhychoose-sec .choose-item:hover.choose-item .success::before{background-position: -131px -175px;} 
.hmwhychoose-sec .choose-item:hover.choose-item .schedule::before{background-position: -205px -175px;} 
.hmwhychoose-sec .choose-item:hover{background-image: url(images/choose-item-background.webp); background-repeat: no-repeat; position: relative; z-index: 1;} 
.hmwhychoose-sec .choose-item:hover::before{content: ""; position: absolute; background-image: url(images/sprites.webp); bottom:-12px; left: 0; right: 0; margin: auto; height:25px; width: 26px; background-position: -9px -9px;} 
.hmwhychoose-sec .choose-item:hover::after{content: ""; position: absolute; height:100%; width: 100%; bottom: 0; z-index: -1; left: 0; background-image: linear-gradient(transparent ,#050301); background-repeat: no-repeat;} 
.hmwhychoose-sec .choose-item:hover.choose-item h4{background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hmwhychoose-sec .choose-headings{display:flex;justify-content:space-between;align-items:center;margin-bottom:376px; }
.hmwhychoose-sec .choose-btn.mbl-btn{display: none;}

/* Homepage Why Choose Section End */

/* Homepage Awards Section Starts */

.hmawards-sec{background-color: #010101; padding: 170px 0px 230px;}
.hmawards-sec h2{margin-bottom: 60px;}
.hmawards-sec .award-blocks{display: flex; justify-content: space-between; gap: 45px;}
.hmawards-sec .award-item{width: 100%; position: relative; transition: 0.5s;background-color:#fff;padding:20px}
.hmawards-sec .award-item:hover:before,
.hmawards-sec .award-blocks.owl-carousel .owl-item.center .award-item:before{position: absolute; content: ""; background-image: linear-gradient(to right, #da9b21 , #f8e389); height: 2px; width: 79.6%; bottom: -15px; left: 0; right: 0; margin: auto;}
.hmawards-sec .award-blocks.owl-carousel .owl-stage-outer {padding: 0 0 20px;}

.hmawards-sec .award-blocks .owl-nav{display: flex !important ; justify-content: center; gap: 35px; align-items: center; margin: 40px 0 0;}
.hmawards-sec .award-blocks .owl-nav button {position: relative; background: -webkit-linear-gradient(0deg, rgb(218, 155, 33) 0%, #f8e38a 100%) !important; background-size: cover !important; width: 64px; height: 33px;font-size: 0 !important; transition:0.5s; } 
.hmawards-sec .award-blocks .owl-nav button:before {content: ""; background-image: url(images/sprites.webp) !important; background-position: -287px -159px !important; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; right: 0;left: 0; margin: auto;transition:0.5s; } 
.hmawards-sec .award-blocks .owl-nav button:hover:before{background-position: -286px -106px !important;}
.hmawards-sec .award-blocks .owl-nav button.owl-next:before {background-position: -370px -159px !important;} 
.hmawards-sec .award-blocks .owl-nav button.owl-next:hover:before {background-position: -369px -106px !important;} 
.hmawards-sec .award-blocks .owl-nav button:hover:after {position: absolute; content: ""; width: 98%; height: 100%; border: 2px solid; border-image-slice: 1; border-image-source: -webkit-linear-gradient(right, #be891d 0%, #e3c881 29%, #be891d 56%); background: none !important; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.hmawards-sec .award-blocks .owl-nav button:hover {background: none !important; }



/* Homepage Attorney Section Starts */

.hmattorney-sec{padding: 137px 0 0px; background-color: #000000; position: relative; z-index: 0;} 
.hmattorney-sec::before {position: absolute; content: ""; background: url(images/meet-conference-room-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; width: 100%; height: 100%;opacity: 50%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: -1; pointer-events: none;}
.hmattorney-sec::after {position: absolute; content: ""; background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 100%); top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; z-index: -1; pointer-events: none;} .hmattorney-sec .container{max-width: 1700px;}
.hmattorney-sec .attorney-list {display: flex; justify-content: center;gap: 9px;position: relative;z-index: 9;}
.hmattorney-sec .attorney-lin{font-size: 0px; line-height: 0;} 
.hmattorney-sec .attorney-rth {width: 29.65%; position: relative;} 
.hmattorney-sec .attorney-rth-image,
.hmattorney-sec .attorney-lft-image {width: 100%; position: relative; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 1) 100%);}
.hmattorney-sec .attorney-rth-image img,
.hmattorney-sec .attorney-lft-image img{width: 100%; display: block; margin: 0;} 
.hmattorney-sec .attorney-itm-btm-cnt {position: absolute; bottom: 16px;text-align: center;} 

.hmattorney-sec .attorney-itm-btm-cnt h3{font-family: 'Oswald'; font-weight: 600; font-size: 64px; line-height: 1; letter-spacing: -2.56px;text-transform: uppercase; margin: 0 0 11px;color: #fff; } 
.hmattorney-sec .attorney-rth:hover .attorney-itm-btm-cnt h3,
.hmattorney-sec .attorney-lft:hover .attorney-itm-btm-cnt h3{background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.hmattorney-sec .attorney-itm-btm-cnt h6{font-family: 'Jost'; font-weight: 400; font-size: 25px; line-height: 1; letter-spacing: 5px; color: #fff;text-transform: uppercase;margin: 0px;background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent;} 
.hmattorney-sec .attorney-rth:hover .attorney-itm-btm-cnt h6,
.hmattorney-sec .attorney-lft:hover .attorney-itm-btm-cnt h6{-webkit-text-fill-color: #fff;} 
.hmattorney-sec .attorney-mid{width: 39%; padding: 113px 0 0;position: relative;z-index: 1;} 
.hmattorney-sec .attorney-mid h2{letter-spacing: -1.6px; margin: 0 0 26px;} 
.hmattorney-sec .attorney-mid h6{font-family: 'Jost'; font-weight: 400; font-size: 25px; line-height: 1; letter-spacing: 5px; color: #fff; text-transform: uppercase; margin: 0 0 300px;text-align: center;} 
.hmattorney-sec .attorney-btn{text-align: center;} 
.hmattorney-sec .attorney-lft .attorney-itm-btm-cnt {right: 36px;}
.hmattorney-sec .attorney-lft {width: 28.63%; position: relative; margin-right: -30px;}
.hmattorney-sec .attorney-list:before {position: absolute;content: "";background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.11) 53%, rgba(0, 0, 0, 0.24) 60%, rgba(0, 0, 0, 0.68) 80%, rgba(0, 0, 0, 0.86) 89%, rgba(0, 0, 0, 0.94) 94%, rgba(0, 0, 0, 1) 100%);width: 100%;height: 100%;bottom: 0;left: 0;right: 0;margin: auto;}

.hmattorney-sec .attorney-list.mobile{display: none;}

/* Homepage Attorney Section End */

/* Homepage Testimonials Section Starts */

.hm-testimonials{padding: 100px 0 137px; position: relative;background-color: #fff;z-index: 1;}
.hm-testimonials::before {position: absolute; content: ""; margin: auto; background: url(images/testi-bg-yellow-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; width: 100%; height: 100%; pointer-events: none; opacity: 35%; top: 0; left: 0; z-index: 1;}
.hm-testimonials::after{position: absolute; content: ""; margin: auto; background: url(images/testi-bg-img.webp); background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; pointer-events: none; opacity: 10%; top: 0; left: 0; z-index: -1;}
.hm-testimonials .testimonials-heading {display: flex; justify-content: space-between; align-items: center;margin: 0 0 63px;}
.hm-testimonials h2 {text-align: left;margin: 0px;line-height: 1.1;background: none;-webkit-text-fill-color: #da9b21;}
.hm-testimonials h2.text-heading strong{font-size: 55px; line-height: 1.10; letter-spacing: -2.2px; color: #000000; -webkit-text-fill-color: #000; background: none; display: block;}
.hm-testimonials h2 b{font-family: 'Jost'; font-weight: 400; font-size: 25px; line-height: 1; letter-spacing: 5px; color: #000; -webkit-text-fill-color: #000; background: none;text-transform: uppercase;display: inherit;margin: 20px 0 0px;}
.hm-testimonials .testi-items{display: flex; justify-content: space-between; align-items: self-start;}
.hm-testimonials .testi-rth-itm {width: 35.4%; background-image: url(images/testi-gold-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 135px 15px 163px; position: relative;}
.hm-testimonials .testi-rth-itm::before {position: absolute; content: ""; bottom: -20px; right: -20px; border-bottom: 1px solid #e3c881; border-right: 1px solid #e3c881; height: 52%; width: 35%; margin: auto;}
.hm-testimonials .testi-rth-itm::after{   position: absolute; content: ""; top: 0; right: -35px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -5px -53px; height: 31px; width: 33px; bottom: 0; margin: auto;}
.hm-testimonials .testi-rvs h3{font-family: 'Oswald'; font-weight: 600; font-size: 90px; line-height: 1.05; letter-spacing: 0px; color: #000; text-align: center; text-transform: uppercase; margin: 0 0 26px;}
.hm-testimonials .testi-rvs h3 strong{font-family: 'Oswald'; font-weight: 200; display: block;}
.hm-testimonials .google-icn {width: max-content;margin: auto;padding: 15px 55px;border-top: 2px solid #000;border-bottom: 2px solid #000;}
.hm-testimonials .google-icn a {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: 0px -263px;width: 170px;height: 49px;display: block;margin: auto;font-size: 0px;}
.hm-testimonials .testi-lft-itm{width: 62%;}
.hm-testimonials .hm-testi-item{padding: 110px 25px 45px 87px; position: relative;}
.hm-testimonials .hm-testi-item::before{position: absolute; content: ""; margin: auto; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -303px -10px; width: 122px; height: 78px; left: 0; top: 0;}
.hm-testimonials .star-rat {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -120px -11px;width: 174px;height: 34px;display: block;margin: 0px 0 25px;}
.hm-testimonials .hm-testi-item p{font-family: 'Jost'; font-weight: 400; font-size: 30px; line-height: 1.86; letter-spacing: 0px; color: #000;margin: 0 0 50px;}
.hm-testimonials .hm-testi-item .testi-title {position: relative;padding-left: 92px;}
.hm-testimonials .hm-testi-item h5{font-family: 'Oswald'; font-weight: 600; font-size: 30px; line-height: 1; letter-spacing: -0.6px; color: #da9b21; text-transform: uppercase; margin: 0 0 10px;}
.hm-testimonials .hm-testi-item h5::before {position: absolute;content: "";margin: auto;background-color: #be891d;width: 72px;height: 1px;left: 0;top: 17px;}
.hm-testimonials .hm-testi-item h6{font-family: 'Jost'; font-weight: 300; font-size: 18px; line-height: 1; letter-spacing: 0px; color: #767676;text-transform: capitalize; margin: 0;}
.hm-testimonials .testi-blck .owl-nav {display: flex ; justify-content: center; align-items: center; gap: 32px; position: absolute; margin: auto; right: 22px; bottom: 15px; }
.hm-testimonials .testi-blck.owl-carousel button span{display: none;} 
.hm-testimonials .testi-blck.owl-carousel button{position: relative; background:-webkit-linear-gradient( 0deg, rgb(218,155,33) 0%, #f8e38a 100%) !important ; background-size: cover !important; width:64px; height: 33px;}
.hm-testimonials .testi-blck.owl-carousel button:before{content: "";background-image: url(images/sprites.webp);background-position: -299px -169px;width: 40px; height: 14px;position: absolute;top: 0;bottom: 0;right: 10px;margin: auto;} 
.hm-testimonials .testi-blck.owl-carousel button.owl-next::before{background-position:-383px -168px;left:10px;right: inherit;} 
.hm-testimonials .testi-blck.owl-carousel button.owl-next{background-position: -382px -166px !important;}
.hm-testimonials .testi-blck.owl-carousel button:hover{background: none !important;}
.hm-testimonials .testi-blck.owl-carousel button:hover:after {position: absolute;content: "";width: 98%;height: 100%;border: 2px solid;border-image-slice: 1;border-image-source: -webkit-linear-gradient(right, #be891d 0%, #e3c881 29%, #be891d 56%);background: none !important;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}



/* Homepage Testimonials Section Ends */

/* Homepage consultation Section starts */

.hmconsultation-sec{padding: 174px 0 243px; background-image: url(images/consult-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 1;} 
.hmconsultation-sec::before{position: absolute; content: ""; margin: auto; background-image: url(images/consult-bg-bfr-img.webp); background-repeat: no-repeat;background-size: 100% 100%; background-position: right center; width: 38%; height: 100%; right: 0; top: 0; bottom: 0; z-index: -1; pointer-events: none;} 
.hmconsultation-sec:after{position: absolute;content: "";background-image: url("images/consult-sec-gradient.webp");background-repeat: no-repeat; width: 62%;height: 100%;top: 0;left: 0;bottom: 0;margin: auto;z-index: -1;pointer-events: none;}
.hmconsultation-sec .consultation-cnt{text-align: center; text-transform: uppercase; display: flex; justify-content: flex-start; align-items: flex-start; padding-left: 46px;} 
.hmconsultation-sec .consultation-cnt h2{margin: 0 0 14px;} 
.hmconsultation-sec .consultation-cnt h3{font-family: 'Oswald'; font-weight: 600; font-size: 55px; line-height: 1.10; letter-spacing: -2.2px; color: #fff; margin: 0 0 43px ;} 
.hmconsultation-sec .consult-call{ margin: 0 0 56px;}
.hmconsultation-sec .consult-call p{font-family: 'Jost'; font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: 0.6px; color: #fff;margin: 0px;} 
.hmconsultation-sec .consult-call p a{color: #e3c881;} 
.hmconsultation-sec .consult-rit-img {display: none;}
.hmconsultation-sec .consult-rit-img img{width: 100%;display: block;}
.hmconsultation-sec .consult-btn a.cmn-btn {padding: 27px 46px;}
.hmconsultation-sec .consultation-cnt:before{position: absolute;content: '';background: linear-gradient(90deg, rgba(218, 155, 33, 1) 0%, rgba(248, 227, 138, 1) 100%);bottom: -14px;left: 0;width: 60%;height: 2px;}


/* Homepage Form Section Starts */

.hm-form-sec .gform_wrapper {margin: 32px 0 0 0;} 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0;} 
.hm-form-sec .gform_wrapper ul.gform_fields li {margin: 0 0 25px 0; padding: 0 !important;} 
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {margin: 0 0 0 0; text-align: left;} 
.hm-form-sec .gform_wrapper ul.gform_fields li.phn {margin-right: 0 !important;} 
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {grid-row-gap: 28px;} 
.hm-form-sec .ftr-form .gform_wrapper .top_label input, .hm-form-sec .ftr-form .gform_wrapper select, .hm-form-sec .ftr-form .gform_wrapper .top_label textarea {font-family: 'Jost'; font-weight: 400; font-size: 18px !important; line-height: 1; letter-spacing: 0.6px; text-transform: capitalize; color: #fff; margin: 0px; width: 100% !important; color: #f0f0f0 !important; outline: 0px; position: relative; border-radius: 0; background: transparent; border: 1px solid transparent; border-bottom:1px solid #ffffff4d; padding: 14px 10px !important; transition: all 0.5s;} 
.hm-form-sec .ftr-form .gform_wrapper.gravity-theme .gfield textarea.large{height: 100px; color: #f0f0f0; 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{color: #fff;}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform_wrapper.gravity-theme .gfield-choice-input+label{font-family: 'Jost'; font-weight: 300; font-size: 16px !important; line-height: 1; letter-spacing: 0.64px; text-transform: capitalize; color: #f0f0f0; display: inline-block;} 
.hm-form-sec .gform_wrapper .form-links a:hover{color: #da9b21;}
.hm-form-sec .gform_wrapper.gravity-theme .gfield-choice-input+label {max-width: calc(100% - 23px);} 
.hm-form-sec .ginput_container.ginput_container_checkbox {width: max-content; float: right;} 
.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; width: auto !important; margin: 4px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; max-width: inherit !important;} 
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0; margin: 40px 0 0; text-align: center;position:relative;} 
.hm-form-sec .gform_wrapper .gform_footer.top_label:before {position: absolute;content: "";width: 50%;height: 2px;bottom: -12px;left: 0;right: 0;margin: auto;background: linear-gradient(90deg, rgba(218, 155, 33, 1) 30%, rgba(248, 227, 138, 1) 100%);}
.hm-form-sec .ftr-form .gform_wrapper .top_label input[type="submit"] {font-family: 'Jost'; font-weight: 600; font-size: 21px !important; color: #000 !important; line-height: 1; letter-spacing: 0.42px; display: inline-block; text-align: center; text-transform: uppercase !important; padding: 26px 54px !important; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); position: relative; cursor: pointer; transition-duration: 0.5s; width: max-content !important; height: auto !important;border: none;} 
.hm-form-sec .ftr-form .gform_wrapper .top_label input[type="submit"]:hover {background: linear-gradient(90deg,  rgba(248, 227, 138, 1) 0%, rgba(218, 155, 33, 1) 100%); }
.hm-form-sec .ftr-form .gform_wrapper .top_label input[type="submit"]:before {position: absolute;content: ''; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); bottom: -7px; left: 0; right: 0; margin: auto; width: 80%; height: 2px;} 
.hm-form-sec input::placeholder {color: #ffffff;} 
.hm-form-sec input:-ms-input-placeholder {color: #ffffff;} 
.hm-form-sec input::-ms-input-placeholder {color: #ffffff;} 
.hm-form-sec textarea::placeholder {color: #ffffff;} 
.hm-form-sec textarea:-ms-input-placeholder {color: #ffffff;} 
.hm-form-sec textarea::-ms-input-placeholder {color: #ffffff;} 
.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;} 
.hm-form-sec .gform_wrapper.gravity-theme .description, .hm-form-sec .gform_wrapper.gravity-theme .gfield_description, .hm-form-sec .gform_wrapper.gravity-theme .gsection_description, .hm-form-sec .gform_wrapper.gravity-theme .instruction{padding: 0; border: 0; background-color: transparent; margin: 0; position: absolute; top: 4px; right: 8px;width: max-content;height: max-content;pointer-events: none;} 
.hm-form-sec .gform_wrapper.gravity-theme .instruction{top: inherit;bottom: 4px;} .hm-form-sec .gform_wrapper .gfield {position: relative;} 
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none;} 
.hm-form-sec div#popup-container {position: absolute;}
.hm-form-sec .gform_wrapper .gfield.chk .gfield_description{top: 25px;}
.popup {position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} 
.popup .popuptext {font-family: 'Jost'; font-size: 18px !important; font-weight: 400; letter-spacing: 0px; visibility: hidden; width: 550px !important; color: #000; position: absolute !important; z-index: 1; margin: 0; text-align: center; padding: 20px; 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.7;}
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;} .gform_button.disabled {pointer-events: none;}


/* Homepage Form Section Ends */

/* Footer Section Starts */

.site-footer {padding: 192px 0 0px;position: relative;background-color: #000; z-index: 0;}
.site-footer:before{position: absolute; content: ''; background:url(images/footer-bg.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%;width: 100%;height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; opacity: 15%;z-index: -1;} 
.site-footer:after{position: absolute; content: ''; background:url(images/footer-lyr.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; opacity: 30%;z-index: -1;} 
.site-footer .ftr-list{display: flex; justify-content: space-between;margin: 0 0 120px;} 
.site-footer .ftr-left {width: 50%;} 
.site-footer .ftr-rit {width: 41.14%; padding: 28px 50px 40px 50px; background: #1a1a1a;}
.site-footer .ftr-map {margin-bottom: 96px;border: 3px solid;position: relative;border-image-slice: 1;border-image-source: -webkit-linear-gradient(right, #be891d, #e3c881 36%, #be891d);}
.site-footer .ftr-map:before{position: absolute;content: '';background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -210px -259px;width: 36px;height: 41px;left: 0px;right: 0;margin: auto;top: 0;bottom: 0;z-index: 1;}
.site-footer .ftr-map:after{position: absolute;content: "";background: -webkit-linear-gradient(left, #da9b21, #f8e389);width: 59px;height: 59px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border-radius: 50%;}
.site-footer .ftr-map iframe{width: 100%; height: 310px;opacity: 80%;mix-blend-mode: luminosity;} 
.site-footer .ftr-blk {display: flex; justify-content: flex-start; align-items: flex-start; gap: 60px;}
.site-footer .ftr-logo {width: 19.2%;padding: 15px 0 0;}
.site-footer .ftr-logo img{width: 100%;display: block;}
.site-footer .ftr-itm {width: 33%;}
.site-footer .ftr-itm.phone {width: 26%;}
.site-footer .ftr-blocks {margin-bottom: 100px;} 
.site-footer .ftr-itm h4 {font-family: 'Oswald'; font-weight: 600; font-size: 38px; line-height: 1; text-transform: uppercase; letter-spacing: -1.52px; color: #fff; text-align: center; padding: 52px 0 14px; margin-bottom: 26px; position: relative;}
.site-footer .ftr-itm h4::after {position: absolute; content: ''; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); bottom: 0px; left: 0; right: 0; margin: auto; width: 40%; height: 2px;} 
.site-footer .ftr-itm h4::before {position: absolute; content: ''; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -286px -260px; width: 36px; height: 41px; left: 0px; right: 0; margin: auto; top: 0;} 
.site-footer .ftr-itm.phone h4::before{background-position: -354px -262px;width: 43px; height: 37px;}
.site-footer .ftr-itm.phone p a {font-family: 'Jost'; font-size: 30px; font-weight: 400; line-height: 1; letter-spacing: 0.6px; color: #e3c881; display: block; text-decoration: none; margin: 10px 0 0;}
.site-footer .ftr-itm  p{color: #fff; font-family: 'Jost'; font-size: 17px; font-weight: 300; line-height: 1.4; letter-spacing: 0.68px; text-align: center; margin:  0;} 
.site-footer .ftr-itm.phone p{line-height: 1;}
.site-footer .ftr-itm.phone p a{font-family: 'Jost'; font-size: 30px; font-weight: 400; line-height: 1; letter-spacing: 0.6px; color: #e3c881;display: block; text-decoration: none;margin: 10px 0 0;}
.site-footer .ftr-itm.loc p a:hover, .site-footer .ftr-itm.phone p a:hover{color:#fff;}
.site-footer .ftr-itm.loc p a{display: block; color: #e3c881; text-transform: capitalize;} 

.site-footer .ftmenu ul {text-align: center;border-top: 2px solid #db9d24;padding-top: 30px;margin: 0px;border-top: 2px solid;border-image-slice: 1;border-image-source: linear-gradient(90deg, rgba(218, 155, 33, 1) 30%, rgba(248, 227, 138, 1) 100%);}
.site-footer .ftmenu ul li {display: inline-block; margin: 0 23px;}
.site-footer .ftmenu ul li:first-child{margin-left: 0;} 
.site-footer .ftmenu ul li:last-child{margin-right: 0;} 
.site-footer .ftmenu ul li a {font-family: 'Jost'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: 0px; text-transform: uppercase; text-align: center; color: #fff;}
.site-footer .ftmenu ul li a:hover, .site-footer .ftmenu ul li.current-menu-item a{color: #e3c881;}
.site-footer .ftr-form h2{text-align: start; margin-bottom: 15px;}
.site-footer .ftr-form p{font-family: 'Jost'; font-size: 18px; font-weight: 400; line-height: 1; letter-spacing:0.72px; color: #fff; margin:  0;}
.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-logo.mobile{display: none;}
.site-footer .ftr-rit .ftr-map{display: none;}

/* Footer Sections Ends */



/* Copyrights */

.copyrights {background: #e5b547; padding: 28px 0; text-align: center;} 
.cpy-inr, .ftrlink, p.rit-btm {display: inline-block;} 
.copyrights p, .copyrights a {font-family: 'Oswald'; font-weight: 400; font-size: 20px !important; line-height: 1; letter-spacing: 0px;color: #000; display: inline-block; margin: 0px;} 
.copyrights a {display: inline-block; padding: 0 2px;}
.copyrights a:hover{color:#fff;}

/* Homepage Ends */



/* Inner Pages Default Styles */

.page_bnr {background-image: url(images/inn-banner-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center;    background-color: #000; padding: 272px 0 142px; text-align: center; position: relative; z-index: 0; }
.page_title h1, .page_title h2 {font-family: 'Oswald'; font-weight: 600; font-size: 80px; color: #fff; text-transform: uppercase; line-height: 1.12; letter-spacing: -3.2px; margin-bottom: 6px; }
.inrpg-breadcrumbs {font-family: 'jost'; font-weight: 400; font-size: 20px; color: #fff; text-transform: uppercase; line-height: 1.12; letter-spacing: 0px; margin: 0; padding: 0; }
.inrpg-breadcrumbs span.current-item{color: #e3c881;}
.page_default {padding: 130px 0 105px; position: relative; z-index: 0;}
.page_default::before {background-image: url('images/pag-def-bg.webp'); background-repeat: repeat; background-size: auto; background-position: center; position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; margin: auto; z-index: -1; opacity: 10%;pointer-events:none; }
.genpg-rite {width: 63.34%; float: left; }
.genpg-lft {width: 33.4%; float: right; max-width: 500px; }
.genpg-lft.full-width, .genpg-rite.full-width{width: 100%;max-width: 100%;}
.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: 'Oswald'; font-weight: 600; color: #000; text-transform: uppercase; margin-bottom: 25px;}
.page_default .genpg-rite h1, 
.page_default .genpg-rite h2{font-size: 70px; line-height: 1.07; letter-spacing: -2.8px;font-weight: 600;}
.page_default .genpg-rite h3 {font-size: 50px; letter-spacing: -2px; line-height: 1.1;}
.page_default .genpg-rite h4 {font-size: 40px; line-height: 1.1; letter-spacing: -0.8px;}
.page_default .genpg-rite h5 {font-size: 35px; line-height: 1.12; letter-spacing: 0;}
.page_default .genpg-rite h6 {font-size: 25px; line-height: 1.12;letter-spacing: 0;font-family: 'Jost';font-weight: 400;margin-bottom: 20px;}
.page_default .genpg-rite p, .page_default .genpg-rite li {font-family: 'jost'; font-weight: 400; font-size: 22px; line-height: 1.68; letter-spacing: 0px; color: #070502; margin-bottom: 26px;}
.page_default .genpg-rite li {padding-left: 35px; position: relative; line-height: 1.5; margin: 0 0 20px;}
.page_default .genpg-rite ul li:before {background-image: url('images/inner-sprites.webp');background-repeat: no-repeat; background-position: -95px -10px;  position: absolute;content: "";width: 20px;height: 20px;left: 0;top: 7px; }
.page_default .genpg-rite a {color: #da9b21; text-decoration: none;line-height: inherit;}
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover {color: #e3c881; }
.page_default .genpg-rite li ul {padding: 15px 0 0 10px; margin: 0; }
.page_default .genpg-rite li ul li {padding-left: 30px; list-style: none; }
.page_content .genpg-rite ol, .page_content .genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside; }
.page_content .genpg-rite ol {list-style-type: decimal; margin-left: 20px;}
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
.page_default .genpg-rite ul li > ul li > 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 .cmn-img, .page_default .genpg-rite .single_defualt_img .blog-post-img{margin-bottom: 30px; }
.page_default .genpg-rite .cmn-img.top-img, .page_default .genpg-rite .single_defualt_img .blog-post-img{padding: 5px;border: 3px solid #da9b21;}
.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 a.cmn-btn{color: #000;}

/*  Inner Pages Common Box */

.common-box {background-color: #1a1a1a; padding: 43px 30px 63px; position: relative; z-index: 0; margin: 40px 0px; }
.common-box::before{background-image: url(images/common-box-bck.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center;  position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; opacity: 20%;z-index: -1;pointer-events: none;}
.page_default .genpg-rite .common-box h2{color: #fff;text-align: center;font-weight: 500;}
.page_default .genpg-rite .common-box h2 strong{display: block; font-size: 80px;color: #da9b21;letter-spacing: -3.2px;font-weight: 600;}
.page_default .genpg-rite .common-left-btn a.cmn-btn {font-size: 20px; color: #000; padding: 22px 24px; letter-spacing: 0.4px; }
.page_default .genpg-rite .common-box-btns { display: flex; justify-content: center; gap: 25px; align-items: center;}
.page_default .genpg-rite .common-right-btn p {font-family: 'Jost'; font-weight: 300; font-size: 19px; color: #fff; line-height: 1; padding-left: 66px; margin: 0; letter-spacing: 0.76px; position: relative; text-align: start; }
.page_default .genpg-rite .common-right-btn p a {font-family: 'Jost'; font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: 0.6px; color: #e3c881; display: block; margin-top: 4px; }
.page_default .genpg-rite .common-right-btn p a::before { position: absolute; content: ""; background-image: url(images/inner-sprites.webp); background-position: -8px -111px;width: 56px;  height: 48px;     left: 0; top: 0; bottom: 0; margin: auto;}
.page_default .genpg-rite .common-right-btn p a:hover{color: #fff;}

/* Sidebar Styles */ 

.genpg-lft .widget {margin-bottom: 57px; background-color: #1a1a1a; width: 100%; display: inline-block; position: relative; z-index: 0;}
.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {font-family: 'Oswald'; font-weight: 600; font-size: 50px; text-align: center; text-transform: uppercase; line-height: 1; letter-spacing: -2px; padding: 22px 25px 30px; background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; margin: 0; z-index: 0; }
.genpg-lft .widget:last-child{margin-bottom: 0px; }
.genpg-lft h4.widget-title::before, .genpg-lft .widget .gform_heading h3.gform_title::before{background-image: -webkit-linear-gradient( 0deg, rgb(218,155,33) 0%, rgb(248,227,138) 100%); position: absolute; content: ""; width: 38.8%; height: 2px; bottom: 0px; left: 0; right: 0; margin: auto; z-index: -1; }
.genpg-lft .widget::before{background-image: url(images/sidebar-bck.webp); background-repeat: no-repeat; background-size:100% 100%; position: absolute; content: ""; width: 100%; height:100%; top: 0; right: 0; margin: auto; z-index: -1;opacity:8%; }
.genpg-lft .widget::after{background-image: url(images/sd-bar-bg-layer.webp); background-repeat: no-repeat; background-size:100% 100%; position: absolute; content: ""; width: 100%; height:100%; top: 0; right: 0; margin: auto; z-index: -1; }
.genpg-lft .widget.testi-widget::before, .genpg-lft .widget.widget_search::before, .genpg-lft .widget.widget_categories::before, .genpg-lft .widget.widget_archive::before, .genpg-lft .widget.testi-widget::after, .genpg-lft .widget.widget_search::after, .genpg-lft .widget.widget_categories::after, .genpg-lft .widget.widget_archive::after{display: none; }

/* Sidebar Navigation Menu */

.genpg-lft .widget nav {padding: 35px 60px 40px; }
.genpg-lft section.widget_nav_menu ul {display: block; position: relative;  margin: 0;}
.genpg-lft .widget ul{margin: 0;}
.genpg-lft .widget ul li {margin-bottom: 25px; position: relative; }
.genpg-lft .widget ul li:last-child {margin-bottom: 0px; }
.genpg-lft .widget ul li a {font-family: 'jost'; font-weight: 500; font-size: 30px; line-height: 1.2; letter-spacing: 0px; color: #fff; text-transform: capitalize; margin: 0; position: relative; display: inline-block; padding-left: 38px; }
.genpg-lft .widget ul li a:hover, .genpg-lft .widget ul li.current-menu-item a {color: #dca028;}
.genpg-lft .widget ul li a::before {position: absolute; content: ""; margin: auto; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -11px -8px; width: 25px; height: 25px; left: 0; top: 3px;  }
.genpg-lft .widget ul li a:hover::before,.genpg-lft .widget ul li.current-menu-item a:before {background-position: -11px -53px; }
.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: 16px; top: 15px; width: 12px; z-index: 10; height: 20px; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/plus_icn.webp);}
.genpg-lft .widget_nav_menu ul li a.drop.open {background-image: url(images/minus_icn.webp);}
.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 ul li.sidbar-pract-btn{text-align: center;}
.genpg-lft .widget ul li.sidbar-pract-btn a {font-weight: 600; font-size: 21px; color: #000; line-height: 1; letter-spacing: 0.42px; display: inline-block; text-align: center; text-transform: uppercase; padding: 23px 45px; background: linear-gradient(90deg, rgba(218, 155, 33, 1) 0%, rgba(248, 227, 138, 1) 100%); position: relative; transition: 0.5s; }
.genpg-lft .widget ul li.sidbar-pract-btn a:hover{background: linear-gradient(90deg,  rgba(248, 227, 138, 1) 0%, rgba(218, 155, 33, 1) 100%); }
.genpg-lft .widget ul li.sidbar-pract-btn a::after {position: absolute; content: ''; margin: auto; background: linear-gradient(90deg, rgba(218, 155, 33, 1) 0%, rgba(248, 227, 138, 1) 100%); top: inherit; bottom: -7px; left: 0; right: 0; width: 73%; height: 2px; }
.genpg-lft .widget ul li.sidbar-pract-btn a::before{display: none;}


.genpg-lft .widget.widget_recent_entries nav {padding: 35px 30px 40px; }
.genpg-lft .widget.widget_recent_entries ul li a {font-weight: 400; font-size: 24px; line-height: 1.41; }
.genpg-lft .widget.widget_recent_entries ul li a::before {background-position: -54px -10px; width: 21px; height: 22px;top: 8px; }
.genpg-lft .widget.widget_recent_entries ul li a:hover::before{background-position: -54px -55px; }

.genpg-lft .blg_sdbar_archives section h4.widget-title {font-family: 'Oswald'; font-weight: 700; font-size: 40px; text-align: left; color: #000; -webkit-text-fill-color: unset; line-height: 1; letter-spacing: 0px; margin-bottom: 24px; padding: 0; }.genpg-lft .blg_sdbar_archives section h4.widget-title::before{display: none;}
.genpg-lft .blg_sdbar_archives section{margin-bottom:35px; background-color: inherit; }
.genpg-lft .blg_sdbar_archives {padding: 50px 40px; border: 1px solid rgb(219, 157, 36); }
.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: 'Jost'; font-weight: 400; font-size: 22px; line-height: 1.2; letter-spacing: 0; text-transform: capitalize;    padding: 15px 68px 16px 27px; background-color: transparent; color: #3f3f3f; margin-bottom: 0; position: relative; appearance: none; width: 100%; border: 1px solid #1a1a1a; background-image: url(images/blog-inr-arw.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 input.search-submit {background-image: url(images/sdb-search-icon.webp); background-position: center; background-repeat: no-repeat;background-size: 100% 100%; 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; }
.page_default.blog_pg .blg_sdbar_archives {padding: 0px; display: flex; flex-direction: row-reverse; justify-content: space-between; margin: 0 0 47px; border: none; }.page_default.blog_pg section#archives-3 { margin: 0;}
.page_default.blog_pg .blg_sdbar_archives section h4.widget-title { display: none;}
.page_default.blog_pg .blg_sdbar_archives section{width: 30.7%; margin: 0;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section input.search-field, 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section select.postform, 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section select{border-color: #bdbab2;color: #000;}
  
/* Sidebar Testimonials */

.genpg-lft .widget.testi-widget {background-color: transparent;border:2px solid #ebcb8a;padding: 35px 25px 50px;}
.genpg-lft .widget.testi-widget h4.widget-title {padding: 0px;margin-bottom: 24px; background: none; color: #da9b21; -webkit-text-fill-color: initial;}
.genpg-lft .widget.testi-widget h4.widget-title::before{display: none; }
.genpg-lft .sidebar-testi.owl-carousel { text-align: center; }
.genpg-lft .sidebar-testi .testi-item::before {position: absolute; content: ""; margin: auto; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -113px -261px; width: 72px; height: 52px; left: 0; top: 0; opacity: 40%; }
.genpg-lft .sidebar-testi .testi-item .star-rat {background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -2px -191px; width: 185px; height: 34px; display: inline-block; margin: auto auto 25px; }
.genpg-lft .sidebar-testi .testi-item p {font-family: 'jost'; font-weight: 400; font-size: 22px; line-height: 1.81; letter-spacing: 0px; color: #000000; margin: 0 0 20px; } 
.genpg-lft .sidebar-testi .test-side-cnt{padding-left: 69px; position: relative; text-align: left;width: 67%;}
.genpg-lft .sidebar-testi .test-side-cnt::before{position: absolute; content: ""; margin: auto; background-color: #be891d; width: 50px; height: 1px; left: 0; top: 17px; }
.genpg-lft .sidebar-testi .testi-item h5 {font-family: 'Oswald'; font-weight: 600; font-size: 25px; line-height: 1; letter-spacing: -0.5px; color: #da9b21;text-transform: uppercase; margin: 0 0 10px; }
.genpg-lft .sidebar-testi .testi-item h6{font-family: 'jost'; font-weight: 400; font-size: 16px; line-height: 1.2; letter-spacing: 0px; color: #767676; text-transform: capitalize; margin: 0;}
.genpg-lft .sidebar-testi .owl-nav {display: flex ; gap: 14px; justify-content: end; align-items: center; position: absolute; margin: auto; right: 0; bottom: 8px;}
.genpg-lft .sidebar-testi .owl-dots{display: none; }
.genpg-lft .sidebar-testi .owl-nav button::before{position: absolute; content: ""; margin: auto; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -341px -10px; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; }
.genpg-lft .sidebar-testi .owl-nav button:hover::before{  background-position: -341px -63px;}
.genpg-lft .sidebar-testi .owl-nav button.owl-next::before{background-position: -424px -10px; }
.genpg-lft .sidebar-testi .owl-nav button.owl-next:hover::before{background-position: -424px -63px; }
.genpg-lft .sidebar-testi .owl-nav button:hover{background: none !important; }
.genpg-lft .sidebar-testi .owl-nav button:hover::after{position: absolute; content: ""; width: 98%; height: 100%; border: 2px solid; border-image-slice: 1; border-image-source: -webkit-linear-gradient(right, #be891d 0%, #e3c881 29%, #be891d 56%); background: none !important; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.genpg-lft .sidebar-testi .owl-nav button {position: relative; background: -webkit-linear-gradient(0deg, rgb(218, 155, 33) 0%, #f8e38a 100%) !important; background-size: cover !important; width: 64px; height: 33px; margin: auto; }
.genpg-lft .sidebar-testi .owl-nav button span {font-size: 0px;  }


/* Blog Page */

.page_default.blog_pg{background-color: #fff;text-align: center;}
.page_default.blog_pg .post-item:last-child{margin-bottom: 0px; }
.page_default.blog_pg .post-item {position: relative; margin-bottom: 36px; display: flex ; justify-content: space-between; width: 100%; padding: 0 30px; flex-direction: row-reverse;}
.page_default.blog_pg .post-item:nth-child(even){    flex-direction: row;}
.page_default.blog_pg .genpg-rite h3 {text-align: center;margin: 0 0 13px;letter-spacing: -1.4px;line-height: 1.2;}
.page_default.blog_pg .genpg-rite h3 a{color: #000;}
.page_default.blog_pg .genpg-rite h3 a:hover{color: #da9b21;}
.page_default.blog_pg .genpg-rite p{text-align: center;font-size: 20px;line-height: 1.6;}
.page_default.blog_pg .post-img { width: 50.7%;position: relative;padding-bottom: 14px;}
.page_default.blog_pg .post-img img {width: 100%; display: block; object-fit: cover; object-position: center; height: 392px;}
.page_default.blog_pg .post-img::before { position: absolute; content: ""; background-image: -webkit-linear-gradient(0deg, rgb(218, 155, 33) 0%, rgb(248, 227, 138) 100%); height: 3px; width: 60.7%; bottom:0; left: 0; right: 0; margin: auto;}
.page_default.blog_pg .post-btn {text-align: center;}
.page_default.blog_pg .post-cnt {width: 47%;padding: 41px 41px 0;}
.page_default .genpg-rite .post-category ul li, .page_default .genpg-rite .post-dt {list-style: none; font-size: 20px; position: relative; color: #323539; letter-spacing: 4px; line-height: 1; font-family: 'Jost'; font-weight: 400; text-transform: uppercase; display: inline-block; padding-left: 33px; margin: 0 0 12px; }
.page_default .genpg-rite .post-dt::before{position: absolute;content: ""; background-image: url(images/inner-sprites.webp);height:17px ; width: 17px;left: 0; top: 0;background-position: -144px -55px;bottom: 0; margin: auto;}
.page_default .genpg-rite .post-category ul { margin: 0px;}
.page_default .genpg-rite .post-category ul li:before { display: none;}
.page_default .genpg-rite .post-btn a.blg-btn { font-size: 20px; font-family: 'Jost'; font-weight: 400;color: #070502; line-height: 1; letter-spacing: 0; display: inline-block; text-transform: uppercase; padding-right: 40px; position: relative;}
.page_default .genpg-rite .post-btn a.blg-btn::before{position: absolute; content: ""; background-image: url(images/inner-sprites.webp); background-position:-194px -10px ; height:10px ; width:26px ;right: 0;top: 0; bottom: 0; margin: auto; }
.page_default .genpg-rite .post-btn a.blg-btn:hover::before{background-position:-194px -33px; transition: 0.5s;}
.page_default .genpg-rite .post-btn a.blg-btn:hover{color: #e0b052;}
.nav-links svg.svg-icon { margin: 0px 0px -5px 0px;}
.page_default.blog_pg .prev.page-numbers, .page_default.blog_pg .next.page-numbers {position: relative; width: 63px; height: 33px; background-image: -webkit-linear-gradient( 0deg, rgb(218,155,33) 0%, rgb(248,227,138) 100%); display: inline-block; }
.page_default.blog_pg .prev.page-numbers:hover, .page_default.blog_pg .next.page-numbers:hover{ background: none !important;}
.page_default.blog_pg .prev.page-numbers:hover:after, .page_default.blog_pg .next.page-numbers:hover:after {position: absolute; content: ""; width: 100%; height: 100%; border: 2px solid; border-image-slice: 1; border-image-source: -webkit-linear-gradient(right, #be891d 0%, #e3c881 29%, #be891d 56%); background: none !important; top: 0; left: 0; right: 0; bottom: 0; margin: auto;} 
.page_default.blog_pg .prev.page-numbers::before,.page_default.blog_pg .next.page-numbers::before{background-image: url(images/inner-sprites.webp);     background-position: -340px -11px; position: absolute; content: ""; width: 100%; height: 100%; top: 0; right: 0; margin: auto; left: 0;} 
.page_default.blog_pg .next.page-numbers::before{background-position: -424px -10px;}
.page_default.blog_pg .prev.page-numbers:hover::before { background-position: -341px -63px;}
.page_default.blog_pg .next.page-numbers:hover::before { background-position: -424px -63px;}
.page_default.blog_pg .nav-links {display: flex ; justify-content: center; margin: 0 auto; align-items: center; z-index: 0; position: relative; gap: 28px;}
.page_default.blog_pg .nav-links span,
.page_default.blog_pg .nav-links a { padding: 11px 10px; text-align: center; width: 60px; height: 60px; display: inline-block; align-items: center; color: #000;font-size: 26px; font-family: 'Jost'; font-weight: 400;}
.page_default.blog_pg .nav-links .svg-icon{display: none;}
.nav-links span.page-numbers.current,  .nav-links a.page-numbers:hover {background-color: #da9b21; color: #fff; }
.nav-prev-text,.nav-next-text{  display: none !important;}
.nav-links span.nav-next-text,
.nav-links span.nav-prev-text { display: none;}
.page_default.blog_pg h2.screen-reader-text{display: none;}
.page_default.blog_pg nav.navigation.pagination { margin: 75px 0 0;width: 100%;}

/*blog-single */

.page_default.single-blogpg .page-navi {display: flex; justify-content: space-between; align-items: center;margin: 45px 0 0;}

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

/* David Anguiano Attorney Page  */

.in-shedule {display: flex; gap: 90px; padding: 40px 24px 0px; margin: 54px 0 42px; background-color: #1a1a1a; position: relative; z-index: 0; }
.in-shedule::before{content: ""; position: absolute; background-image: url(images/in-attorney-back.webp); background-repeat: no-repeat; opacity: 15%; height: 100%; width: 100%; top: 0; left: 0; background-size: 100% 100%; z-index: -1;  pointer-events: none;}
.in-shedule::after{content: ""; background-image: url(images/in-attorney-back-layer.webp); position: absolute; top: 0; right: 0; height: 100%; width: 84.1%; z-index: -1; opacity: 42%; pointer-events: none;}
.in-shedule .shedule-left{margin-top: -95px; width: 35.8%; }
.in-shedule .shedule-left img {display: block; width: 100%; margin: 0; }
.page_default .genpg-rite .shedule-right h6{color: #fff; line-height: 1; letter-spacing: 5px; margin-bottom: 33px;}
.page_default .genpg-rite .shedule-right .shedule-call p {font-size: 19px; font-weight: 300; color: #fff; line-height: 1; padding-left: 76px; letter-spacing: 0.76px; text-align: start; margin: 0; position: relative; }
.page_default .genpg-rite .shedule-right .shedule-call a {font-size: 30px; font-weight: 400; display: block; line-height: 1; letter-spacing: 0.6px; color: #e3c881; margin-top: 6px; }
.page_default .genpg-rite .shedule-right .shedule-call a:hover{color: #fff; }
.page_default .genpg-rite .shedule-right .shedule-call a::before {background-image: url(images/inner-sprites.webp); background-position: 0px -111px; content: ""; position: absolute; top: 0px; bottom: 0; left: 0px; height: 48px; width: 67px; margin: auto; }
.page_default .genpg-rite .shedule-right h3 {font-size: 64px; letter-spacing: -2.56px; margin: 0 0 17px 0; background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.in-shedule .shedule-right {width: 47.6%; }
.page_default .genpg-rite .shedul-btn a {padding: 23px 33px; color: #000; }
.in-shedule .shedule-call {margin-bottom: 58px; }
.page_default .genpg-rite .accordion-section h5 a {padding: 14px 58px 17px 25px; line-height: 1; border: 1px solid #bbbfbe; position: relative; color: #000; text-transform: capitalize; display: block; width: 100%; }
.page_default .genpg-rite .accordion-section h5 {padding: 0;margin: 0; }
.page_default .genpg-rite .accordion-section h5 a.accordion-section-title.active{background-color: #da9b21; border-color:transparent; }
.page_default .genpg-rite .accordion-section h5 a::before {background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -92px -50px; content: ""; position: absolute; right: 27px; top: 25px; margin: auto; height: 14px; width: 25px; }
.page_default .genpg-rite .accordion-section h5 a.accordion-section-title.active::before {rotate: 180deg; }
.accordion-section-content {padding: 22px 15px; }
.accordion-section {margin-bottom: 20px; }
.accordion-section:last-child {margin-bottom: 0px; }
.genpg-rite .accordion{margin-bottom: 45px;}



/* Testimonials  */

.testimonials {display: flex ; justify-content: center; flex-wrap: wrap; gap: 38px;}
.testimonials .testi-item::before {position: absolute; content: ""; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -8px -259px; width: 85px; height: 63px; left: 48px; top: 45px; margin: auto; opacity: 40%; }
.testimonials .testi-item {width: 48.7%; border: 1px solid #da9b21; padding: 65px 38px 40px; position: relative; transition: 1s; z-index: 0; text-align: center; }
.testimonials .testi-item:hover{background-color: #da9b21; }
.page_default .genpg-rite .testimonials .testi-item p{font-size: 24px; line-height: 1.91; text-align: center; margin: 0 0 18px; }
.page_default .genpg-rite .testimonials .testi-item h4{margin-bottom: 10px; }
.testimonials .testi-item .star-rat{background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -10px -190px; width: 175px; height: 34px; margin: auto;}


/* Practice Areas Page */

.hover a {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; font-size: 0; }
.inner-pract-item {width: 23.5%; position:relative; }
.inner-pract-item::before {position: absolute; content: ""; width: 92%; height: 92%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; background: -webkit-linear-gradient(180deg, rgba(196, 148, 46) 0%, rgba(227, 200, 129) 29%, rgba(190, 137, 29) 56%) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); border: 1px solid transparent; mask-composite: exclude; display: none;}
.inner-pract-item:hover::before{display: block;}
.inner-pract-item:hover {width: 390px; transition: 0.5s; margin: -30px 0 0; position: relative; }
.inner-pract-img img {width: 100%; display: block; height: 100%; object-fit:cover;object-position:center;}
.inner-pract-img {height: 405px; margin: 0 0 14px; position: relative; z-index: 0; }
.inner-pract-cnt strong{font-weight: 600; }
.inner-pract-item:hover .inner-pract-cnt {position: absolute; bottom: 0; left: 0; right: 0; top: 0; margin: auto; height: max-content; padding: 0 20px;}
.inner-pract-list {display: flex;justify-content: space-between;flex-wrap:wrap;row-gap:50px;}
.inner-pract-img::before {background-color: rgba(190, 137, 29); position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 40%; }
.inner-pract-item .inner-pract-img:after {background-color: #020202; opacity: 50%; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; display: none;}
.inner-pract-item:hover .inner-pract-img:after{display: block;}
.inner-pract-item:hover .inner-pract-img::before {opacity: 30%; }
.inner-pract-btm-btn {text-align: center; }
.inner-pract-btm-btn a {padding: 28px 44px; }
.inner-pract-cnt h4:before {position: absolute; content: ''; background: linear-gradient(90deg, rgba(218,155,33,1) 0%, rgba(248,227,138,1) 100%); bottom: 0; left: 0; right: 0; margin: auto; width: 37%; height: 1px; }
.inner-pract-item:hover .inner-pract-cnt h4{font-size: 74px; background: -webkit-linear-gradient(left, #da9b21, #f8e389); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0; }
.inner-pract-item:hover .inner-pract-cnt h4::before{display: none; }
.inner-pract-item:hover .inner-pract-cnt strong{display: block; }
.inner-pract-item:hover .inner-pract-cnt h4::before{display: none; }
.inner-pract-item:hover .inner-pract-img{margin: 0; height: 100%  ; }
.page_default .genpg-rite .inner-pract-list .inner-pract-cnt h4 {color: #dca028; font-weight: 200; letter-spacing: 0; position: relative; margin: 0; padding-bottom: 16px; text-align: center;}
.inner-pract-list .inner-pract-cnt strong{color: #dca028; font-weight: 600; }

/* About page */
.in-abt-blk {display: flex; justify-content: center; gap: 50px; margin: 0 0 30px; }
.in-atrny-itm {width: 32%; padding: 0px 0px 0 ; border: 2px solid; position: relative; }
.in-atrny-itm .in-atrny-title{text-transform: uppercase; background: -webkit-linear-gradient(left, #da9b21, #f8e389);position:absolute;bottom:0;padding:10px;width:100%;text-align:center;}
.page_default .genpg-rite .in-atrny-itm p{color:#fff;margin:0;line-height:1;font-size: 19px;letter-spacing: 0.5px;}
.page_default .genpg-rite .in-atrny-itm .in-atrny-title h5{margin-bottom:5px;font-size: 30px;}


/*contact Page */

.in-contact-item {width: 32%; padding: 35px 0 55px; border: 1px solid #d49825;transition: 0.5s;}
.page_default .genpg-rite .in-contact-list .in-contact-item h3 {text-align: center; padding: 107px 0 27px; margin: 0 0 29px; position: relative; }
.in-contact-list .in-contact-item h3::before {position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; height: 100px; width: 100px; background-position: -349px -141px; }
.in-contact-item:hover h3::before {background-position: -349px -243px; }
.in-contact-item.contact:hover h3::before {background-position: -236px -241px; }
.in-contact-list .in-contact-item h3::after {position: absolute; content: ""; bottom: 0; left: 0; right: 0; margin: auto; height: 2px; width: 13%; background: linear-gradient(90deg, rgba(218, 155, 33, 1) 0%, rgba(248, 227, 138, 1) 100%); }
.in-contact-list .in-contact-item p {text-align: center;color: #000; letter-spacing: 0.92px; line-height: 1.21; margin: 0 0 13px; }
.page_default .genpg-rite .in-cont-btn a{text-transform: uppercase; font-size: 23px; letter-spacing: 0.92px; line-height: 1;color:#db9e26;font-family: 'jost'; font-weight: 500; }
.page_default .genpg-rite .in-cont-btn a:hover{color: #fff;}
.in-cont-btm-btn, .in-cont-btn{text-align: center; }
.in-contact-list {display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.in-cont-img img{width: 100%; display: block; }
.in-cont-img {width: 35%; }
.in-contact-list .in-contact-item.crash {padding: 0; display: flex ; justify-content: center; align-items: center;}
.in-contact-item.crash .in-cont-btm-btn a {padding: 28px 52px; font-size: 20px; letter-spacing: 0.4px; color: #ffffff; }
.in-contact-item:hover .in-cont-btm-btn a{background: #101010; }
.in-contact-item.contact h3::before {background-position: -236px -141px; }
.page_default .genpg-rite .in-cont-ph a{display: inline-block; font-size: 48px; font-family: 'Jost'; font-weight: 600; letter-spacing: 0.98px; line-height: 1; }
.page_default .genpg-rite .in-cont-ph a:hover{color: #fff;}
.in-cont-ph {text-align: center; }
.in-contact-item.contact .in-cont-ph a{color: #000000; }
.in-contact-item:hover .in-cont-btm-btn a::before{background: #000000; }
.in-contact-item:hover {background-image:url(images/inn-cntct-itm-bg.png);background-repeat:no-repeat;background-size:100% 100%; }
.in-contact-item:hover h3::after{background: #000000; }
.in-contact-item.contact:hover h3::after{background: #000000; }
.in-contact-item:hover .in-cont-btn a{color: #000000; }
.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;}