/* 
Theme Name:		Wronko Loewen
Theme URI:		 http://childtheme-generator.com/
Description:	newjerseylawyer is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 wordpress
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	newjerseylawyer
*/

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

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

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

@font-face {
    font-family: 'Albert Sans';
    src: url('fonts/AlbertSans-MediumItalic.woff2') format('woff2'),
        url('fonts/AlbertSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
a:focus {
      outline: none !important;
}
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: 1680px;
    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; width: 100%;background-color:#e9e0e3;border-bottom:2px solid #6f1e1e;padding: 20px 0px; transition-duration: 0.5s}
.head-sec.f-nav .logo{width: 12%;}

.head-sec { padding:24px 0 0px; position: absolute; z-index: 999; }
.logo-rit {display: flex; gap: 80px;align-items:center;padding: 0 0 7px;}
.topmenu {border-bottom: 1px solid #6f1e1e24;}
.header {display: flex; align-items: flex-end; justify-content: space-between; }
.logo {width: 13.4%;transition-duration: 0.5s;}
.logo img {transition-duration: 0.5s;width:100%;display:block; }
.top-rit p{font-family: 'Albert Sans';font-weight: 400;font-size: 16px;line-height: 1;letter-spacing: 3.2px;color: #000000;text-align: left;text-transform: uppercase;margin: 0px;position: relative; padding-left: 67px;}
.top-rit p a{font-weight: 700;font-size: 35px;line-height: 1;letter-spacing: 0px;color: #6f1e1e;display: block;margin: 7px 0 0;}
.top-rit p a::before {position: absolute; content: ""; margin: auto; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -29px -28px; width: 54px; height: 54px; left: 0; top: 0; bottom: 0; }
.top-rit p a:hover{color: #000000;}
.topmenu ul {position: relative; margin: 0; }
.topmenu ul li {float: left; position: relative; margin: 0px 29px;}
.topmenu ul li:last-child{border: none;padding-right: 0}
.topmenu ul li a {font-family: 'Albert Sans';font-weight: 500;font-size: 19px;line-height: 1;letter-spacing: 0px;text-transform: capitalize;text-align: center;margin: 0;color: #000000;position: relative;border-bottom: 3px solid transparent;padding: 11px 0 26px;display: inline-block;}
.topmenu ul.menu li.current-menu-item > a, .topmenu ul.menu li > a:hover {color: #6f1e1e;border-color: #6f1e1e; }
.topmenu ul li:first-child {margin-left: 0px; }
.topmenu ul li:last-child {margin-right: 0px; }
.topmenu ul li ul.sub-menu {display: none; width: 250px; position: absolute; top: 100%; left: 0; right: auto; background-color: #6f1e1e; padding: 0px 0; z-index: 999; }
.topmenu ul li:hover ul.sub-menu {display: block; }
.topmenu ul li:hover ul.sub-menu ul {display: none; }
.topmenu ul li:hover ul.sub-menu li {position: relative; }
.topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.topmenu ul.sub-menu li.current-menu-item a {color: #fff; }
.topmenu .sub-menu li a:after {display: none; }
.topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid #fff; margin: 0; padding: 0; }
.topmenu .sub-menu li a {float: left; font-size: 16px; width: 100%; line-height: 1.3; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; text-align: left; border: none; }
.topmenu .sub-menu li a:hover {background-color: #000000; color: #fff !important; }
.topmenu ul ul a:after {display: none; }


/* Mobile Menu Starts */
 
.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 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: 700; letter-spacing: 0.5px; font-family: 'Albert Sans';}
.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; 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: 'Albert Sans'; }
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: 1.3; color: #fff; font-size: 16px; letter-spacing: 0.5px; font-family: 'Albert Sans'; border: 0; margin: 0; text-decoration: none; }
.mobinav a:hover {color: #000; }
.mobinav ul li ul {float: left; padding: 0 0 0 15px; }
.mobinav ul li ul li a {text-transform: capitalize; }
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; }
.mobinav ul li a.drop.open {width: 22px; }
.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; }
 
 
/*Header Sticky Menu*/
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%;     background-color: #e9e0e3;border-bottom: 2px solid #6f1e1e; z-index: 9999; }
.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: 500;font-family: 'Albert Sans'; color: #6f1e1e;}
.header-sticky .sicky-cnt>a {font-size: 17px; color: #6f1e1e; font-family: 'Albert Sans';font-weight: 500;line-height: 1; text-transform: uppercase; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: max-content; cursor: pointer; }
.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 #6f1e1e; }
.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: 8px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; }
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; }
.floatingMenu-list {width: 400px; background: #6f1e1e; 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);
  }
}
/* Homepage Default Button and Common Heading */

a.cmn-btn {font-size: 18px; color: #fff; line-height: 1;letter-spacing: 0.72px; display: inline-block; position: relative; background: #6f1e1e; text-transform: uppercase; font-weight: 700; padding: 26px 60px; font-family: 'Albert Sans'; text-align: center; border: 1px solid transparent; }
a.cmn-btn:hover {background: #000; color: #fff; }
.text-heading {font-family: 'Frank Ruhl Libre'; font-weight: 400; font-size: 80px; color: #0b0303; line-height: 1;letter-spacing: -1.6px; margin: 0 0 40px 0; }
.sub-heading{font-family: 'Albert Sans';font-weight: 400;font-size: 20px;letter-spacing: 10.4px;line-height: 1;color: #0b0303;text-transform: uppercase;}

body{background-image: url(images/pattern-bg.webp);background-repeat: repeat;}
 
/* Homepage Banner Section Starts */

.banner-sec {padding: 240px 0 168px;background-image: url(images/banner-img.webp);background-repeat: no-repeat;background-size: cover;background-position: right center; text-align: left;border-bottom: 3px solid #6f1e1e;position: relative;z-index: 1;}
.banner-sec::before, .banner-sec::after{position: absolute;content: "";margin: auto;background-image: url(images/bnr-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;pointer-events: none;mix-blend-mode: luminosity;filter: grayscale(1);opacity: 11%;}
.banner-sec::after{background-image: url(images/bnr-aftr-img.webp);opacity: 10%;mix-blend-mode: initial;filter: none;}
.banner-sec .container{max-width: 1300px;}
.banner-sec .bnr-cnt{width: 48%;margin-left: -30px;}
.banner-sec .bnr-cnt::before{position: absolute;content: "";margin: auto;background-image: url(images/bnr-cnt-bfr-img.webp);background-repeat: no-repeat;width: 23.7%;height: 41.8%;left: 0;top: 95px;bottom: 0;z-index: -1;pointer-events: none;opacity: 10%;}
.banner-sec .bnr-cnt h1{font-family: 'Frank Ruhl Libre';font-weight: 300;font-size: 130px;line-height: 0.93;letter-spacing: -2.6px;color: #6f1e1e;text-transform: uppercase;margin: 0;}
.banner-sec .bnr-cnt h6{font-family: 'Albert Sans';font-weight: 500;font-size: 30px;line-height: 1.63;letter-spacing: 3.6px;color: #000000;text-transform: capitalize;margin: 0 0 32px;}
 
/* Homepage Practice Areas Section Starts */

.hm-practice-areas-sec{text-align: center;padding: 112px 0 50px;position: relative;z-index: 1;}
.hm-practice-areas-sec::before{position: absolute;content: "";margin: auto;background-image: url(images/pacti-bg.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 100%;top: 0;left: 0;opacity: 10%;z-index: -1;pointer-events: none;}
.hm-practice-areas-sec::after {position: absolute; content: ""; margin: auto; background-image: url(images/pract-after-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 22%; height: 62%; left: 0; bottom: 0; z-index: -1; pointer-events: none; }
.hm-practice-areas-sec h2.text-heading{margin: 0 0 22px;}
.hm-practice-areas-sec h6.sub-heading{margin: 0 0 40px;}
.hm-practice-areas-sec .practice-list {display: flex; justify-content: center; flex-wrap: wrap; margin: 0 0 40px; background-image: url(images/pract-sec-bg.webp); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; }
.hm-practice-areas-sec .practice-item{width: 25%; padding: 46px 35px 21px;position: relative; transition: 0.5s;border:1px solid #fff;}
.hm-practice-areas-sec .practice-item:hover::before {position: absolute; content: ""; margin: auto; background-repeat: no-repeat; width: 96%; height: 96%; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(108 ,29, 29,80%);}
.hm-practice-areas-sec .practice-item .pract-link a{position: absolute;content: "";margin: auto;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;font-size: 0px !important;z-index: 2;}
.hm-practice-areas-sec .practice-item h4 {font-family: 'Albert Sans'; font-weight: 700; font-size: 32px; line-height: 1.25; letter-spacing: 0.64px; color: #ffffff; text-transform: uppercase; margin: 0px; position: relative; padding: 0 !important; min-height: 231px;  display: flex; align-items: center; justify-content: center; }
.hm-practice-areas-sec .practice-item h4::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -124px -184px;width: 60px;height: 62px;top: 0;left: 0;right: 0;display:none;}
.hm-practice-areas-sec .practice-item.sexual-harassment-assault h4::before{background-position: -206px -184px;}
.hm-practice-areas-sec .practice-item.dwi-traffic h4::before{background-position: -288px -184px;width: 70px;height: 55px;}
.hm-practice-areas-sec .practice-item.real-estate h4::before{background-position: -375px -180px;}
.hm-practice-areas-sec .practice-item.civil-litigation h4::before{background-position: -452px -184px;width: 68px;}
.hm-practice-areas-sec .practice-item.bankruptcy h4::before{background-position: -130px -267px;}
.hm-practice-areas-sec .practice-item.white-collar-crimes h4::before{background-position: -204px -265px;}
.hm-practice-areas-sec .practice-item.appelate h4::before{background-position: -281px -269px;width: 78px;height: 52px;}
.hm-practice-areas-sec .practice-item h4::after{position: absolute;content: "";margin: auto;border: 2px solid #ffffff;border-left: none !important;border-right: none !important;width: 114px;height: 11px;left: 0;right: 0;top: 77px;display:none;}
.hm-practice-areas-sec .practice-item:hover h4::after{border-color: #6f1e1e; }

/* Homepage About Section Starts */

.hm-about-sec{padding: 70px 0 0;position: relative;z-index: 1;}
.hm-about-sec::after{position: absolute;content: "";margin: auto;background-image: url(images/about-aftr-img.webp);background-repeat: no-repeat;background-size: 100% 100%; width: 15.3%;height: 85%;right: 0;bottom: -27%;z-index: -1;pointer-events: none;}
.hm-about-sec .container{max-width: 1300px;}
.hm-about-sec h2.text-heading{font-size: 70px;line-height: 1.15;letter-spacing: -1.4px;text-align: center;    margin: 0 0 17px;}
.hm-about-sec h6.sub-heading{margin: 0 0 41px;text-align: center;}
.hm-about-sec .abt-blk {display: flex ; justify-content: space-between; margin-left: -88px; align-items: flex-start; }
.hm-about-sec .abt-rht-itm{width: 44%;padding: 12px 0 0;position: relative;}
.hm-about-sec .about-image img{width: 100%;display: block;}
.hm-about-sec .abt-rth-btm-cnt {display: flex ; align-items: center; background-color: #ffffff; width: 100%; max-width: 500px; padding: 28px 20px 8px; position: absolute; left: 0; right: 0; gap: 6px; bottom: 0; margin: auto; }
.hm-about-sec .abt-rth-btm-cnt::before {position: absolute; content: ""; margin: auto; background-color: #6f1e1e; background-repeat: no-repeat; width: 4px; height: 87%; left: 62px; top: 19px; }
.hm-about-sec .abt-rth-btm-cnt h6 {font-family: 'Albert Sans'; font-weight: 700; font-size: 24px; line-height: 1; letter-spacing: 5.28px; color: #000; text-transform: uppercase; margin-left: 0; max-height: fit-content; margin-bottom: 0px !important; writing-mode: tb; transform: scale(-1); padding: 0 0 0 20px; }
.hm-about-sec .abt-rth-btm-cnt h4{font-family: 'Albert Sans';font-weight: 900;font-size: 130px;line-height: 0.8;letter-spacing: 0px;color: #6f1e1e;text-align: center;margin: 0px;}
.hm-about-sec .abt-rth-btm-cnt h3{font-family: 'Frank Ruhl Libre';font-weight: 300;font-size: 36px;line-height: 1;letter-spacing: 0px;color: #000;text-transform: uppercase;margin: 0px;}
.hm-about-sec .abt-lft-itm{width: 51.7%;padding-left: 50px;border-left: 1px solid #cacaca;position: relative;}
.hm-about-sec .abt-lft-itm::before{position: absolute;content: "";margin: auto;background-color: #6f1e1e;background-repeat: no-repeat;width: 4px;height: 120px;left: -2px;top: 0;}
.hm-about-sec .abt-lft-itm h5{font-family: 'Albert Sans';font-weight: 600;font-size: 29px;line-height: 1.58;letter-spacing: 1.74px;color: #000;text-transform: uppercase;margin: 0 0 13px;}
.hm-about-sec .abt-lft-itm h5 strong{font-weight: 600;color: #6f1e1e;}
.hm-about-sec .abt-lft-itm p{font-family: 'Albert Sans';font-weight: 400;font-size: 20px;line-height: 1.9;letter-spacing: -0.4px;color: #000;margin: 0 0 14px;}
.hm-about-sec .abt-lft-btn-list{display: flex;justify-content: flex-start;margin: 61px 0 0;gap: 30px;}
.hm-about-sec .abt-lft-btn-list .abt-btn a{font-size: 19px;letter-spacing: 0.8px;padding: 25px 45px;}
.hm-about-sec .abt-lft-btn-list .abt-ph{padding-left: 70px;margin: 0px 0 0;position: relative;}
.hm-about-sec .abt-lft-btn-list .abt-ph p{font-family: 'Albert Sans';font-weight: 300;font-size: 16px;line-height: 1;letter-spacing: 3.2px;color: #000;text-transform: uppercase;margin: 0px !important;}
.hm-about-sec .abt-lft-btn-list .abt-ph p a{font-family: 'Albert Sans';font-weight: 700;font-size: 33px;line-height: 1;letter-spacing: -0.7px;color: #6f1e1e;display: block;margin: 9px 0 0;}
.hm-about-sec .abt-lft-btn-list .abt-ph p a::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -161px -29px;width: 47px;height: 47px;left: 0;top: 6px;}
.hm-about-sec .abt-lft-btn-list .abt-ph p a:hover{color: #0b0303;}

/*Homepage Awards Section*/
 
.hm-awards-sec {padding: 85px 0 130px; } 
.hm-awards-sec .award-blk {padding: 16px 0 55px; border: 3px solid rgb(111, 30, 30); border-left: transparent; border-right: transparent; width: 100%; margin: auto; }
.hm-awards-sec .award-blk .sub-heading { text-align: center; margin-bottom: 35px;}
.hm-award-sec .awards-list{display: flex;justify-content: space-between; padding: 0 84px 0 70px;}
.hm-award-sec .award-item{display: flex;justify-content: center;align-items: center;padding: 11px 30px;height: 100%;}
.hm-award-sec .award-item img{width: 100%;display: block;}
.hm-award-sec .owl-carousel .owl-stage-outer{padding: 0 30px;}
.hm-awards-sec .award-blk .owl-nav{display: flex !important; justify-content: space-between; height: max-content; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;z-index: -1;}
.hm-awards-sec .award-blk .owl-nav button.owl-prev, .hm-awards-sec .award-blk .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -102px -30px !important;width: 10px;height: 18px;font-size: 0;transition: 0.5s;margin-left: -20px;}
.hm-awards-sec .award-blk .owl-nav button.owl-next {background-position: -132px -30px !important;margin-right: -20px;}
.hm-awards-sec .award-blk .owl-nav button.owl-prev:hover{background-position: -102px -68px !important;}
.hm-awards-sec .award-blk .owl-nav button.owl-next:hover{background-position: -132px -68px !important;}
.hm-awards-sec .award-blk .owl-dots{display: none;}
.hm-awards-sec .container{padding: 0 95px;}

/*Homepage Case Results Section*/

.hm-case-results {padding: 56px 0 0; position: relative; z-index: 0; background-color: #000; }
.hm-case-results:before, .hm-case-results:after {position: absolute; content: ""; background-color: #000; background-image: url(images/case-result-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: top center; background-blend-mode: luminosity; opacity: 15%; width: 100%; height: 100%; left: 0; right: 0; bottom: 0; top: 0; margin: auto; pointer-events: none; z-index: -1;}
.hm-case-results:after{    background-image: url(images/case-layer.webp); top: inherit; opacity: 100%; background-blend-mode: normal; z-index: 0; background-color: transparent; }
.hm-case-results .case-results-list {display: flex; justify-content: space-between; } 
.hm-case-results .case-left-item {width: 45%; position: relative; } 
.hm-case-results .case-image {margin-left: -40px; } 
.hm-case-results .case-left-item:before {    position: absolute; content: ""; background-image: url(images/case-text.webp); background-repeat: no-repeat; background-size: 100% 100%; opacity: 55%; width: 95.2%; height: 35.2%; left: 37px; right: 0; top: -43px; margin: auto; pointer-events: none; z-index: -1;}
.hm-case-results .case-right-item {width: 40%; } 
.hm-case-results .case-image img{display: block; width: 100%; } 
.hm-case-results .case-cont {position: absolute; left: 0; right: 0; bottom: 77px; margin: auto; text-align: center; width: 68.3%; z-index: 1; } 
.hm-case-results .case-cont p{font-size: 20px; font-family: 'Albert Sans'; color: #fff; text-align: center; font-weight: 500; font-style: italic; line-height: 1.75; letter-spacing: 0; margin: 0 0 18px; } 
.hm-case-results .case-right-item .text-heading {color: #fff; text-align: center; margin-bottom: 30px; } 
.hm-case-results .case-blck {display: flex; flex-wrap: wrap; } 
.hm-case-results .case-right-item {width: 50.7%; padding-top: 29px;position: relative; z-index: 2;}
.hm-case-results .hm-case-item {width: 50%; padding: 45px 30px 50px 120px; position: relative; min-height: 266px; background-color: rgb(202 202 202 / 4%);transition:0.5s; } 
.hm-case-results .hm-case-item:hover{background-color: rgb(111, 30, 30); } 
.hm-case-results .hm-case-item:hover:before{background-position: -30px -267px; } 
.hm-case-results .hm-case-item:nth-child(2){border: 1px solid rgb(202, 202, 202); border-right: transparent; border-top: transparent;    margin-left: -1px; } 
.hm-case-results .hm-case-item:nth-child(3){border: 1px solid rgb(202, 202, 202); border-left: transparent; border-bottom: transparent; } 
.hm-case-results .hm-case-item h5{font-size: 40px; font-family: 'Frank Ruhl Libre'; color: #fff; font-weight: 500; line-height: 1.1; letter-spacing: 0; margin: 0 0 7px; text-transform: capitalize; } 
.hm-case-results .hm-case-item:before{content: ""; position: absolute; width: 73px; height: 63px; background-image: url(images/sprites.webp); background-repeat: no-repeat; left: 26px; top: 50px; margin: auto; background-position: -30px -184px; } 
.hm-case-results .hm-case-item p{font-size: 20px; font-family: 'Albert Sans'; color: #fff; font-weight: 300; line-height: 1.62; letter-spacing: 0; margin: 0;text-transform: capitalize; } 
.hm-case-results .case-btn a.cmn-btn {letter-spacing: 0.54px; padding: 26px 72px; margin-left: -26px; border: 1px solid transparent;}
.hm-case-results .case-results-list:before{position: absolute; content: ""; background-image: url(images/attry-bfr.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 48.3%; height: 100%; left: 0; bottom: 0; top: 0; margin: auto; pointer-events: none; z-index: -1; opacity: 22%; }
.hm-case-results .case-btn a.cmn-btn:hover{border-color:#fff;background-color:transparent; }


/*Homepage Testimonials Section*/
 
.hm-testimonials {position: relative; text-align: center; padding: 230px 0 150px; } 
.hm-testimonials:before, .hm-testimonials:after {    position: absolute; content: ""; background-image: url(images/testi-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: bottom center; background-blend-mode: luminosity; opacity: 11%; width: 100%; height: 100%; left: 0; bottom: 0; margin: auto; pointer-events: none; z-index: -1; background-color: #fff;}
.hm-testimonials:after{    background-image: url(images/testi-layer.webp); left: 0; right: 0; top: 30px; bottom: inherit; background-blend-mode: inherit; opacity: 100%; background-color: transparent; background-position: unset; height: 80%; }
.hm-testimonials .container{width: 100%; max-width: 100%; } 
.hm-testimonials .hm-testi-blk{display: flex; justify-content: flex-end; gap: 7px; padding-right: 40px; align-items: flex-start;} 
.hm-testimonials .test-rgt-item {position: relative; width: 39.4%; }
.hm-testimonials .test-left-item {width: 45.9%; }
.hm-testimonials .test-left-item .text-heading{font-size: 70px; letter-spacing: -1.4px; margin-bottom: 30px; } 
.hm-testimonials .test-left-item .sub-heading{margin-bottom: 40px; } 
.hm-testimonials .testi-blck {padding: 0 50px; } 
.hm-testimonials .hm-testi-item {padding: 60px 45px 45px; border-bottom: 1px solid rgb(111, 30, 30); position:relative; } 
.hm-testimonials .hm-testi-item:before{content: ""; position: absolute; width: 39px; height: 39px; background-image: url(images/sprites.webp); background-repeat: no-repeat; left: 0; right: 0; top: 0; margin: auto; background-position: -383px -266px; background-color: #faf8f8;}
.hm-testimonials .star-rat {background-image: url(images/sprites.webp); width: 175px; height: 25px; background-position: -30px -360px; background-repeat: no-repeat; margin: 0 auto 20px; } 
.hm-testimonials .hm-testi-item p {font-size: 20px; font-family: 'Albert Sans'; font-weight: 400; line-height: 1.9; letter-spacing: -0.4px; color: #000; position: relative; margin:  0 0 30px; } 
.hm-testimonials .hm-testi-item h5 {color: #6f1e1e; font-size: 28px; font-family: 'Albert Sans'; font-weight: 500; line-height: 1; letter-spacing: -0.56px; font-style: italic; text-transform: lowercase; margin: 0; } 
.hm-testimonials .hm-testi-item h4{color: #6f1e1e; font-size: 30px; font-family: 'Frank Ruhl Libre'; font-weight: 400; line-height: 1; letter-spacing: -0.6px; text-transform: capitalize; margin: 0 0 25px; }
.hm-testimonials .testi-blck .owl-nav {display: block !important; margin: 40px 0 0 0; } 
.hm-testimonials .testi-image img{display: block; width: 100%;} 
.hm-testimonials .testi-btn-image {position: absolute; right: -42px; top: 50px; z-index: -1; width: 68.5%; }
.hm-testimonials .testi-btn-image img{display: block; width: 100%; opacity: 11%; }
.hm-testimonials  .testi-btn a.cmn-btn {padding: 26px 71px; margin: -6px 57px 0 0; }
 
.hm-testimonials .hm-testi-blk .owl-nav{display: flex !important; justify-content: space-between; height: max-content; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.hm-testimonials .hm-testi-blk .owl-nav button.owl-prev, .hm-testimonials .hm-testi-blk .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -102px -30px !important;width: 10px;height: 18px;font-size: 0;transition: 0.5s;}
.hm-testimonials .hm-testi-blk .owl-nav button.owl-next {background-position: -132px -30px !important;}
.hm-testimonials .hm-testi-blk .owl-nav button.owl-prev:hover{background-position: -102px -68px !important;}
.hm-testimonials .hm-testi-blk .owl-nav button.owl-next:hover{background-position: -132px -68px !important;}
.hm-testimonials .hm-testi-blk .owl-dots{display: none;}
.hm-testi-blk:before{position: absolute; content: ""; background-image: url("images/testi-top-layer.webp"); background-repeat: no-repeat; background-size: 100% 100%; background-position: top center; opacity: 10%; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: auto; pointer-events: none; z-index: -1; }
.hm-testimonials .hm-testi-item:after {position: absolute; content: ""; width: 100%; height: 1px; background: radial-gradient(circle,rgba(254, 254, 254, 0) 10%, rgba(112, 32, 32, 1) 100%); left: 0; right: 0; top: 20px; margin: auto; z-index: -1; }

/*Homepage Attorney Section*/

.hover a{position: absolute;font-size: 0;width: 100%;height:100%;margin: auto;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;}
.hm-attorney-sec{padding: 100px 0 115px;background-color: #6f1e1e;position: relative;z-index: 1}
.hm-attorney-sec h6.sub-heading{color: #fff;text-align: center;}
.hm-attorney-sec h2{color: #fff;text-align: center;margin: 0 0 27px;}
.hm-attorney-sec:before{content: "";background-image: url(images/atroney-bg-img.webp);position: absolute;width: 100%;height: 100%;right: 0;bottom: 0;top: 0;margin: auto;background-repeat: no-repeat;opacity: 34%;pointer-events: none;z-index: -1;mix-blend-mode: soft-light;background-size: 100% 100%;}
.hm-attorney-sec:after{content: "";background-image: url(images/atrny-bg-img2.webp);position: absolute;width: 100%;height: 100%;right: 0;bottom: 0;top: 0;margin: auto;opacity: 22%;background-repeat: no-repeat;pointer-events: none;z-index: -1;mix-blend-mode: soft-light;background-size: 100% 100%;}
.atrny-blk{display: flex;justify-content: space-between;margin: 0 0 35px;}
.atrny-blk .atrny-img img{mix-blend-mode: luminosity;}
.atrny-blk .atrny-item{background-color: #000;position: relative;width: 23.7%;z-index: 1;}
.atrny-item .atrny-tle{position: absolute;bottom: 38px;left: 0;right: 0;margin: auto;z-index: 2;    padding: 0 15px;}
.atrny-item .atrny-tle h4{color: #fff;font-size: 40px;font-weight: 700;font-family: 'Albert Sans';line-height: 1.25;letter-spacing: 0.8px;text-align: center;margin: 0;text-transform: uppercase;    transition: 0.5s;}
.atrny-blk .atrny-item:before{    content: ""; position: absolute; width: 100%; height: 70%; bottom: 0; left: 0; right: 0; margin: auto; background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%); z-index: 2; pointer-events: none;}
.atrny-item:hover .atrny-img img{mix-blend-mode: normal;}
.atrny-item:hover .atrny-tle h4{color: #782020;}
.hm-attorney-sec .atrny-btn {text-align: center;}
.atrny-btn a.cmn-btn{background-color: #000;padding: 26px 80px}
.atrny-btn a.cmn-btn:hover{background-color: transparent;border: 1px solid #fff}

/*Homepage Consultation Section*/

.hm-consultaion-sec {padding: 143px 0 150px; position: relative;z-index:2; }
.hm-consultaion-sec h2.text-heading{line-height: 1.1;margin: 0 0 20px}
.hm-consultaion-sec:before, .hm-consultaion-sec:after {content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 79%; height: 100%; background-image: url(images/consulatation-bg-img.webp); background-repeat: no-repeat; pointer-events: none; background-size: 100% 100%;z-index:-1; }
.hm-consultaion-sec:after{background-image: url(images/cnsl-bg-layer.webp);opacity: 15%;width: 100%;right: 0;}
.cnsl-blk {display: flex;justify-content: flex-end;gap: 120px;}
.cnsl-blk:before {content: ""; background-image: url(images/consulatation-bg-layer.webp); background-repeat: no-repeat; width: 17.9%; height: 76.4%; position: absolute; bottom: 0; left: 0; margin: auto; pointer-events: none; background-size: 100% 100%; bottom: -7%;}
.cnsl-blk .cnsl-rit {width: 47.9%; padding: 50px 9px 0 0; }
.cnsl-blk .cnsl-rit p{font-family: 'Albert Sans'; font-weight: 400;font-size: 19px;color: #0b0303;line-height: 1.7;letter-spacing: -0.38px;margin: 0 0 46px;}
.cnsl-rit .cnsl-btns-blk{display: flex;gap: 40px;align-items: center;}
.cnsl-rit .cnsl-btns-blk .phn-num p{font-family: 'Albert Sans'; font-weight: 400;font-size: 16px;letter-spacing: 3.2px;line-height: 1;color: #000;padding-left: 60px;text-transform: uppercase;margin: 0;position: relative;}
.cnsl-blk .phn-num p a{font-size:35px ;color: #6f1e1e;font-weight: 700;display: block;margin:4px 0 0;letter-spacing: 0;}
.cnsl-blk .phn-num p a:hover{color: #0b0303;}
.cnsl-blk .phn-num p a:before {content: ""; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; background-repeat: no-repeat; background-image: url(images/sprites.webp); width: 53px; height: 53px; background-position: -30px -30px; }
.cnsl-blk .cnsl-left h3 {font-family: 'Frank Ruhl Libre'; font-weight: 400; font-size: 318px; line-height:226px; letter-spacing: -52.8px; background: linear-gradient(180deg, rgba(111, 30, 30, 0.22), transparent); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center;margin: 0;}
.cnsl-rit .cnt-btn a.cmn-btn{padding: 26px 54px}


/* Homepage Blog Section Starts */

.blg-from-bg {position: relative;}
.blg-from-bg:before{content: "";background-image: url(images/blg-form-bg-img.webp);background-repeat: no-repeat;background-size: cover;background-position: bottom center; background-blend-mode: luminosity;background-color: #fff; width: 100%;height: 79.1%;left: 0;right: 0;bottom: 0;margin: auto;pointer-events: none;position: absolute;opacity: 11%;}


.hmblg-sec {padding:0 0 125px;position: relative;}
.hmblg-sec:before {content: ""; position: absolute; width: 19%; height: 79%; margin: auto; right: 0; top: 0; background-repeat: no-repeat; background-image: url(images/blg-sec-side-clippath-img.webp); background-size: 100% 100%; }
.hmblg-sec .container{max-width: 1300px;}
.hmblg-sec h2.text-heading{text-align: center;margin:0 0 56px;}
.hmblg-sec .hmblg-blck{display: flex;justify-content: space-between;}
.hmblgcnt {box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1); background-color: #fff; padding: 24px 30px 80px 30px; min-height: 220px; margin: -103px auto 0; z-index: 0; position: relative; width: 98%; }
.hmblg-blck .hmblgcnt h3 a{font-family: 'Albert Sans';font-weight: 600;font-size: 24px;line-height: 1.3;letter-spacing: -0.48px;color: #1f1f1f;text-transform: capitalize;}
.hmblg-blck .hmpost_btn{position: absolute;bottom: 40px;}
.hmblg-blck .hmpost_btn a{font-size: 15px;font-family: 'Albert Sans';font-weight: 400;line-height: 1;letter-spacing: 0.6px;background-color: #000;padding:12px 22px;color: #fff;text-transform: uppercase;    display: inline-block;}
.hmblg-item:hover .hmblgcnt, .hmblg-sec .owl-item.center .hmblg-item .hmblgcnt{background-color: #782020;}
.hmblg-item:hover .hmblgcnt h3 a,.hmblg-sec .owl-item.center .hmblg-item .hmblgcnt h3 a{color: #fff}
.hmblg-item:hover .hmpost_btn a, .hmblg-sec .owl-item.center .hmblg-item .hmpost_btn a {background-color: #fff;color: #782020;}
.hmblg-item:hover, .hmblg-sec .owl-item.center .hmblg-item {margin: -7px 0 0;transition-duration: 0.2s}
.hmnews-btn{text-align: center;margin: -41px auto 0;position: relative;width: 60%;z-index: 2;}
.hmnews-btn:before,.hmnews-btn:after{content: "";position: absolute;top: 0;bottom: 0;width: 20%;height: 1px;background-color:#cacaca ;left: 0;margin: auto;}
.hmnews-btn:after{left: inherit;right: 0;}
.hmnews-btn a.cmn-btn{padding: 25px 80px;}
.hmblg-item img {display: block; width: 100%; object-fit: cover; object-position: top center; height: 400px; }
.hmblg-item .hmblgcnt h3 a:hover, .hmblg-sec .owl-item.center .hmblg-item .hmblgcnt h3 a:hover{color: #000;}
.hmblg-item .hmpost_btn a:hover, .hmblg-sec .owl-item.center .hmblg-item .hmpost_btn a:hover{background-color: #000;color: #fff;}

.hmblg-sec .owl-carousel .owl-nav{ width: 65.6%; margin: auto; display: flex !important; justify-content: space-between; align-items: center; }
.hmblg-sec .owl-carousel .owl-nav button.owl-prev,.hmblg-sec .owl-carousel .owl-nav button.owl-next{background-image: url(images/sprites.webp);width: 10px;height:18px ;background-position:-102px -30px; font-size: 0;}
.hmblg-sec .owl-carousel .owl-nav button.owl-next{background-position: -132px -30px;}
.hmblg-sec .owl-carousel .owl-nav button.owl-prev:hover{background-position: -102px -68px ;transition-duration: 0.5s}
.hmblg-sec .owl-carousel .owl-nav button.owl-next:hover{background-position: -132px -68px;transition-duration: 0.5s}
.hmblg-sec .owl-carousel .owl-stage-outer{margin: 0 0 70px;padding: 7px 0px 16px;}


/*Homepage Form Section*/

.ftr-form-blk {box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); padding: 62px 112px 110px 119px; width: 89.5%; margin: 0 auto; background-color: #fdfcfc; z-index: 2; position: relative;background-image:url(images/foem-bg.webp);background-repeat:no-repeat;background-size:100% 100%; }
.ftr-form-blk h2.text-heading{font-size: 113px;font-weight: 300;color: #6f1e1e;letter-spacing: 0;margin: 0 ;line-height: 1;text-transform: uppercase;text-align: center;    margin: 0 0 12px;}
.ftr-form-blk p{font-family: 'Albert Sans';font-weight: 400;font-size: 22px;letter-spacing: 0;line-height: 1.2;text-align: center;margin: 0 0 36px;color:#000;  }

.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error{    color: red;padding: 0; border: 0; background-color: transparent; margin: 0 !important; position: absolute; top: 4px; right: 8px;width: max-content;height: max-content;pointer-events: none;font-size: 16px;}
.hm-form-sec .gform_wrapper .instruction{top: inherit;bottom: 4px;}
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message {top: 16px; left: 0; right: inherit; }
.hm-form-sec .gform_wrapper .gfield {position: relative; }
.hm-form-sec .gform_wrapper .gchoice.gchoice_7_8_1 .gfield_description.validation_message.gfield_validation_message{right: inherit;left: 0;}

.hm-form-sec .gform_wrapper .gfield_label, .hm-form-sec span.gfield_required.gfield_required_text{font-size: 0;display: none !important;}
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {font-family: 'Albert Sans'; font-size: 20px; letter-spacing: 0; line-height: 1; font-weight: 400; padding: 35px 37px;border-radius: 0; margin: 0px; border-radius: 0px !important; box-shadow: none !important; transition: all 0.5s; width: 100% !important; }
.hm-form-sec .gform_wrapper .top_label textarea{height: 212px !important;resize: none;min-block-size:212px !important;}
.hm-form-sec .gform-theme--foundation .gform_fields{row-gap: 19px;}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {float: left; clear: both; width: 10px !important; height: 15px; margin: 8px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; min-height: auto; }
.hm-form-sec .gform-field-label.gform-field-label--type-inline,.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform_wrapper .form-links{color: #000;font-size: 21px;letter-spacing: 0;line-height: 1.5;font-weight: 400;font-family: 'Albert Sans';margin: 0;cursor:pointer; }
.hm-form-sec .gform-theme--framework .gfield--type-choice .gchoice{margin:-16px 0 0;}
.gform-theme--foundation .gfield textarea.large{margin: 0 0 5px;}
.hm-form-sec .ginput_container.ginput_container_checkbox {width: max-content; }

.hm-form-sec .gform-footer.gform_footer.top_label {float: right; margin: -42px 0 0; }
.hm-form-sec .gform-footer.gform_footer.top_label input[type="submit"] {font-size: 18px !important; font-family: 'Albert Sans' !important; font-weight: 700 !important; color: #fff; padding: 24px 53px !important; line-height: 1 !important; letter-spacing: 0 !important; background-color: #6f1e1e !important; text-transform: uppercase !important; border-radius: 0 !important; position: relative; z-index: 2;outline:none !important; width: auto !important;height: auto !important;}
.hm-form-sec .gform-footer.gform_footer.top_label input[type="submit"]:hover{background-color: #000 !important;}

.popup { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.popup .popuptext { visibility: hidden; color: #000; position: absolute; transition: transform 0.15s ease-out 0.15s; z-index: 5; margin: 0 0 15px; text-align: center; padding: 20px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 16px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8;font-family: 'Albert Sans'; font-weight: 400;letter-spacing: 0;width: 900px;}
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;}
div#popup-container {position: absolute; }


/* Homepage Footer Section  */

.site-footer .container{max-width: 1300px;}
.site-footer {position: relative; padding: 374px 0 0; color: #fff; background: #000000; z-index: 1; margin: -304px 0 0; }
.site-footer:before {position: absolute; content: ""; width: 100%; height: 100%; margin: auto; left: 0; right: 0; top: 0; bottom: 0; opacity: 15%; background-image: url(images/ftr-bg-img.webp);background-repeat:no-repeat;background-size: cover;background-position: bottom center; pointer-events:none;z-index:-1;    background-blend-mode: luminosity; background-color: #000; }
.ftmenu ul {text-align: center; padding:0 0 37px; margin: 0 0 66px;border-bottom: 1px solid #363636}
.ftmenu ul li {display: inline-block; margin: 0px 24px; }
.ftmenu ul li a {text-transform: capitalize; color: #fff; font-family: 'Albert Sans'; font-weight: 500; font-size: 19px; line-height: 1; letter-spacing: 0.8px;  }
.ftmenu ul li a:hover,.ftmenu ul li.current-menu-item a{color: #9a2929;}
.ftmenu ul li:first-child {margin-left: 0;}
.ftmenu ul li:last-child {margin-right: 0;}
.site-footer .ftr-blk {display: flex; justify-content: space-between;margin:0px 0 45px; }
.ftr-item h4{font-size: 40px;font-weight: 300;font-family: 'Frank Ruhl Libre';line-height: 1;letter-spacing: 0;color: #fff;margin: 0 0 7px;}
.ftr-item h4 a{font-size: 34px;font-family: 'Albert Sans';font-weight: 400;display: block;margin: 15px 0 0 ;}
.ftr-item h4 a:hover,.ftr-item p a:hover{color: #9a2929;}
.ftr-item.location,.ftr-item.contact{padding: 0px 0 0 78px;}
.ftr-item h4:before,.ftr-item.contact h4 a:before{content: "";position: absolute;width: 30px;height:47px;background-image: url(images/sprites.webp);background-repeat: no-repeat;left: 0;top: 0px;margin: auto;background-position: -227px -30px;}
.ftr-item.contact h4 a:before{width:53px ;height:53px ;background-position: -444px -259px;}
.ftr-item.contact h4 a:hover:before{background-position: -444px -326px;}
.ftr-item.contact h4:before,.ftr-item.logo-item:after{display: none;}
.ftr-blk .ftr-item:after {content: ""; left: 14px; bottom: 21px; margin: auto; width: 1px; height: 60%; border-right: 1px solid rgba(233, 221, 221,30%); position: absolute; }
.ftr-blk .ftr-item{position: relative;width: 28.6%;}
.ftr-item.location {width: 27.5%; }
.ftr-item.contact {width: 28.6%; }
.ftr-item p{font-size: 20px;font-family: 'Albert Sans';font-weight: 500;line-height: 1.6;letter-spacing: 0;color: #fff;text-transform: uppercase;}
.ftr-item p a{text-decoration: underline;margin: 24px 0 0;display: block;}
.ftr-blk .ftr-logo {width: 92%;margin:0 auto 20px; }
.ftr-blk .ftr-logo img {width: 100%;display:block; }
.ftr-item .cnt-btn a.cmn-btn:hover{border: 1px solid #fff;background-color: transparent;}
.ftr-item .cnt-btn a.cmn-btn{padding:22px 30px; }
.ftr-item .cnt-btn{text-align: center;}
.ftr-blk .ftr-item.contact:after {left: 28px; }
 
.ftr-social-icons {display: flex; justify-content: center; gap: 6px; align-items: center;position:relative; }
.ftr-social-icons:before, .ftr-social-icons:after {content: ""; position: absolute; width: 39.5%; height: 1px; left: 0; top: 0; bottom: 0; margin: auto; background-color: #363636; }
.ftr-social-icons:after{left: inherit;right: 0;}
.ftr-social-icons a {font-size: 0;background-image: url(images/sprites.webp);background-repeat: no-repeat;width:55px ;height:55px ;background-color: #f2e9e9;border-radius: 50%;background-position: -277px -30px;display: inline-block;}
.ftr-social-icons a.facebook{background-position: -352px -30px;}
.ftr-social-icons a.youtube{background-position: -427px -30px;}
.ftr-social-icons a.twitter{background-position: -502px -30px;}
.ftr-social-icons a:hover{background-position: -277px -105px;background-color: #6f1e1e;}
.ftr-social-icons a.facebook:hover{background-position: -352px -105px;transition-duration: 0.5s}
.ftr-social-icons a.youtube:hover{background-position: -427px -105px;transition-duration: 0.5s}
.ftr-social-icons a.twitter:hover{background-position: -502px -105px;transition-duration: 0.5s}
.ftr-social-icons a br{display: none;}

/* Copyrights */

.copyrights {padding: 25px 0 30px; text-align: center; }
.copyrights p, .copyrights a, .ftrlink {color: #fff; font-size: 18px; font-weight: 400; line-height: 1.7; margin: 0;font-family: 'Albert Sans'; }
.cpy-inr ,.ftrlink, .rit-btm{display: inline-block; }
.copyrights a {display: inline-block; padding: 0 5px; }
.copyrights a:hover{color: #9a2929;}

/* Homepage Ends */

/* default Styles */
 
.container1{width: 100%; max-width: 1280px; margin: 0 auto;}
.page_bnr {background: #fff;  padding: 225px 0 123px; position: relative; border-bottom: 3px solid #6f1e1e; background-image: url(images/in-bnr-bg.webp); background-size: cover; background-position: right center; background-repeat: no-repeat; z-index: 0;}
.page_bnr::before, .page_bnr::after {position: absolute; content: ""; background-image: url(images/in-bnr-gradiant.webp); height: 100%; width: 100%; left: 0; top: 0; background-repeat: no-repeat; background-size: 100% 100%; z-index: -1; opacity: 10%;pointer-events: none;}
.page_bnr::after{background-image: url(images/in-bnr-left-layer.webp); background-position: left;  mix-blend-mode: luminosity;opacity: 11%;}
.page_bnr .page_title::before {position: absolute; content: ""; background-image: url(images/in-bnr-layer.webp); background-repeat: no-repeat; height: 40.5%; width: 20.79%; background-size: cover; left: 0; background-position: left bottom; bottom: 0; opacity: 10%; z-index: -1;pointer-events: none;}
.page_title h1,
.page_title h2 {font-family: 'Frank Ruhl Libre'; font-weight: 300; font-size: 70px; line-height: 1; color: #6f1e1e; position: relative; margin: 0 0 10px; letter-spacing: -1.4px; text-transform: uppercase;}
.inrpg-breadcrumbs { color: #000000; font-size: 19px; line-height: 1.2; font-family: 'Albert Sans'; font-weight: 500; letter-spacing: 0; background-color: #fff; width: fit-content; padding: 5px 10px; text-transform: capitalize;    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 24px;}
.inrpg-breadcrumbs .current-item,.inrpg-breadcrumbs a:hover{color: #6f1e1e;}
.page_default {padding: 128px 0;position: relative;}
.page_default:before, .page_default:after {content: ""; position: absolute; width: 15.5%; height: 709px; top: 7%; left: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(images/inn-pagedefault-before.webp); z-index: -1; }
.page_default:after {background-image: url(images/inn-pagedefault-after.webp); left: inherit; right: 0; top: inherit; bottom: 0px; height: 752px; width: 16.4%; }
.page_bnr .page_title::after {position: absolute; content: ""; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; opacity: 60%; z-index: -1; pointer-events: none; background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); }
.genpg-rite {width: 64.85%; float: left;}
.genpg-rite.full-width{width: 100%;}
.genpg-lft {width: 31.25%; float: right; max-width: 400px;}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {font-family: 'Frank Ruhl Libre';color:#000;line-height: 1.2;font-weight: 300;margin: 0 0 20px; }
.page_default .genpg-rite h1 ,.page_default .genpg-rite h2 {font-size: 65px;  line-height: 1.1; letter-spacing: -1.3px; color: #000000; margin-bottom: 25px;}
.page_default .genpg-rite h1 strong,.page_default .genpg-rite h2 strong{color: #6f1e1e;font-weight: 300;}
.page_default .genpg-rite h3 {font-size: 45px; }
.page_default .genpg-rite h4 {font-size: 40px; font-weight: 500; }
.page_default .genpg-rite h5 {font-size: 30px; line-height: 1.16; letter-spacing: -0.6px;}
.page_default .genpg-rite h6 {font-size: 25px; font-weight: 400; letter-spacing: -0.5px;}
.page_default .genpg-rite p,
.page_default .genpg-rite li {font-family: 'Albert Sans'; font-weight: 400; font-size: 20px; line-height: 1.9; color: #0b0303; letter-spacing: -0.385px; margin: 0 0 20px ;}
.page_default .genpg-rite a {color: #6f1e1e; text-decoration: underline;}
.page_default .genpg-rite li {padding-left: 21px; position: relative; font-weight: 500; margin: 0 0 15px; line-height: 1.7; }
.page_default .genpg-rite li:before {background-image:url(images/sprites-in.webp); width: 8px; height: 14px; position: absolute; content: ""; left: 0; right: 0; top: 11px; background-position: -30px -78px;}
.page_default .genpg-rite ul li:hover:before{background-position: -30px -108px;}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover{color: #0b0303;text-decoration: none;}
.page_default .genpg-rite li ul {padding: 20px 0 0;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 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 ol li:before { display: none ; }
.page_default .genpg-rite ul li > ol li > ul li { list-style-type: none; }

.cmn-img,.post-img.single_defualt_img {margin-bottom: 25px;padding: 5px;border: 2px solid #6f1e1e}
.cmn-img img,.post-img img{width: 100%;display:block}

/*Commom box */

.cbt-cmn-box {padding:29px 30px;margin:50px 0 ;position: relative;background-color: #000;}
.page_default .genpg-rite .cbt-cmn-box h2 strong{display: block;color: #fff;font-weight: 400;font-size: 50px;letter-spacing: 9px;}
.page_default .genpg-rite .cbt-cmn-box h2{color: #fff;font-weight: 400;font-size: 80px;line-height: 1;text-align: center;margin: 0 0 17px;}
.ctp-btns-blk{display: flex;justify-content: center;align-items: center;gap: 25px;}
.genpg-rite .ctp-btns-blk a.cmn-btn{color: #fff;text-decoration: none;font-size: 15px;padding: 20px 33px;}
.genpg-rite .ctp-btns-blk a.cmn-btn:hover{border: 1px solid #fff}
.cbt-cmn-box .phn-num p{font-size: 16px;color: #fff;letter-spacing: 3.2px;text-transform: uppercase;position: relative;padding-left: 65px;margin: 0;}
.genpg-rite .cbt-cmn-box .phn-num p a{letter-spacing: 0;color: #fff;font-weight: 700;font-size: 35px;display: block;text-decoration: none;}
.genpg-rite .cbt-cmn-box .phn-num p a:hover{color: #6f1e1e}
.cbt-cmn-box .phn-num p a:before{content: "";position: absolute;width:52px ;height:52px ;top: 0;bottom: 0;left: 0;margin: auto;background-repeat: no-repeat;background-image: url(images/sprites-in.webp);background-position: -65px -78px}
.cbt-cmn-box:before {position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-repeat: no-repeat; background-image: url(images/ctp-box-bg-img.webp); background-size: 100% 100%; background-blend-mode: luminosity; opacity: 11%; pointer-events: none;}

/* Sidebar Styles */
 
.genpg-lft .widget, .genpg-lft .sidebar-box {margin-bottom: 50px; background-color: #000000; background-image: -webkit-linear-gradient( 0deg, rgb(111,30,30) 0%, rgba(111,30,30,0) 100%); width: 100%; display: inline-block; position: relative; }
.genpg-lft .widget:last-child{margin: 0;}
.genpg-lft h4.widget-title {font-family: 'Frank Ruhl Libre'; font-weight: 400; font-size: 45px; color: #fff; text-transform: capitalize; padding: 30px 20px 28px; margin: 0; line-height: 1; letter-spacing: -0.9px; background-color: transparent; position: relative; border: none; text-align: center; z-index: 0; }
.genpg-lft h4.widget-title::before {background-color: rgb(255, 255, 255); position: absolute; content: ""; left: 0px; right: 0; bottom: 0px; width: 85%; height: 1px; z-index: -1; pointer-events: none; margin: auto; }
 

 
/* Sidebar Navigation Menu */

.sidebar-box.widget_recent_entries ul{padding: 19px 10px 28px;}
.genpg-lft section.widget_nav_menu ul {display: block; position: relative; margin-bottom: 0; padding: 19px 28px 28px; }
.genpg-lft section.widget_nav_menu ul li {margin: 0; position: relative; }
.genpg-lft .widget ul li a, .genpg-lft .sidebar-box  ul li a {font-family: 'Albert Sans'; font-weight: 600; font-size: 28px; color: #fff; background-color: transparent; line-height: 1.18; letter-spacing: 0; position: relative; padding: 17px 18px 16px 46px; display: block; transition-duration: 1s; }
.genpg-lft .sidebar-box.widget_recent_entries ul li a{font-weight: 500; line-height: 1.39; font-size: 23px;}
.genpg-lft .widget ul li a::before, .genpg-lft .widget ul li.current-menu-item a::before, .genpg-lft .sidebar-box.widget_recent_entries ul li a::before {background-color: #fff; border-radius: 50%; position: absolute; content: ""; width: 10px; height: 10px; top: 28px; left: 18px; margin: auto; z-index: 0; pointer-events: none; }
.genpg-lft .widget ul li > a:hover::before, .genpg-lft .widget ul li.current-menu-item > a::before,  .genpg-lft .sidebar-box.widget_recent_entries ul li > a:hover::before {background-color: #6f1e1e;}
.genpg-lft .widget ul li > a:hover, .genpg-lft .widget ul li.current-menu-item > a, .genpg-lft .sidebar-box.widget_recent_entries ul li > a:hover {color: #6f1e1e; background-color: #fff; }
.genpg-lft .widget ul > li, .genpg-lft .sidebar-box ul > li {border: none; margin: 0; padding: 0; }
.genpg-lft .widget ul > li ,.genpg-lft .sidebar-box ul > li:last-child{border-bottom: none;}
.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: 23px; 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 .widget ul li a.drop.close::before,.genpg-lft .widget ul li a.drop.open::before{display: none;}
 
/* Single Blog Archives */

.blg_sdbar_archives .sidebar-box {background-color: transparent; background-image: none; margin-bottom: 30px; }.genpg-lft .blg_sdbar_archives aside{margin-bottom:15px; background-color: inherit; }
.genpg-lft .blg_sdbar_archives {padding: 40px 35px; background-image: -webkit-linear-gradient( -35deg, rgba(111,30,30,22%) 0%, rgba(111,30,30,0) 80%); }
.page_default .genpg-lft .blg_sdbar_archives input.field, .page_default .genpg-lft .blg_sdbar_archives select.postform, .page_default .genpg-lft .blg_sdbar_archives select {font-family: 'Albert Sans'; font-weight: 400; font-size: 20px !important; color: rgb(0 0 0 / 70%); background-color: #fff; line-height: 1.2 !important; letter-spacing: -0.4px; text-transform: capitalize; padding: 22px 74px 22px 35px !important; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: unset !important; border: none;background-image: url('images/blog-arrow-img.webp');  background-size: 70px 100%; background-repeat: no-repeat; background-position: right 0px center; outline: none; opacity: 100% !important;     border-radius: 0;}
.page_default .genpg-lft .blg_sdbar_archives input.field{background-image: none;}
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title {font-family: 'Frank Ruhl Libre'; font-weight: 300; font-size: 40px; color: #000; background-color: transparent; padding: 0; line-height: 1; letter-spacing: -0.80px; text-align: left; margin: 0 0 10px; }
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title::before{display: none;}
.page_default .genpg-lft .blg_sdbar_archives input.search-submit {background-image: url(images/blog-serch-icon.webp); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; width: 70px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; padding: 0;}
.page_default .genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.page_default .genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}
.blg_sdbar_archives .sidebar-box:last-child{margin: 0 !important;}
 
/* Blog Page Archives */

.page_content.blog .genpg-lft.full-width {width: 100%; float: unset; max-width: 100%; }
.page_content.blog .genpg-lft .blg_sdbar_archives {padding: 0; margin-bottom: 45px; background-color: transparent; background-image: none; display: flex; justify-content: center; gap: 25px; flex-direction: row-reverse; }
.page_content.blog .blg_sdbar_archives .sidebar-box{margin-bottom: 0;}
.page_content.blog .genpg-lft .blg_sdbar_archives h4.widget-title{display: none;}
.page_content.blog .genpg-lft .blg_sdbar_archives input.field, .page_content.blog .genpg-lft .blg_sdbar_archives select.postform, .page_content.blog .genpg-lft .blg_sdbar_archives select{border: 1px solid rgb(92, 112, 151)}

/* Sidebar Testimonials */

.genpg-lft .widget.testi {background: -webkit-linear-gradient( -35deg, rgba(111,30,30,35%) 0%, rgba(111,30,30,0) 90%); border-bottom: 2px solid  rgb(111, 30, 30); }
.genpg-lft .widget.testi h4.widget-title::before{display: none;}
.genpg-lft .widget.testi h4.widget-title{padding-bottom: 0px; color:#000; }
.genpg-lft .testi-sdbr-blk.owl-carousel {padding: 24px 26px 38px; text-align: center; }
.genpg-lft .testi-sdbr-blk .testi-item{padding-top: 49px; position: relative;}
.genpg-lft .testi-sdbr-blk .testi-item::before{background-image: url(images/sprites-in.webp); width: 39px; height: 39px; background-position: -65px -308px; background-repeat: no-repeat; position: absolute; content: ""; top: 0; left: 0; right: 0; margin:auto; pointer-events: none;}
.genpg-lft .testi-sdbr-blk .testi-item::after{background: radial-gradient(circle, rgba(254, 254, 254, 0) 10%, rgba(112, 32, 32, 1) 100%); position: absolute; content: ""; width: 100%; height: 1px; top: 18px; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1; }
.genpg-lft .testi-sdbr-blk .testi-item h5 {font-family: 'Frank Ruhl Libre'; font-weight: 400; font-size: 30px; color: #6f1e1e; line-height: 1.26; letter-spacing: -0.6px; margin-bottom: 15px; }
.genpg-lft .star-rat {background-image: url(images/sprites-in.webp); width: 175px; height: 25px; background-position: -277px -316px; background-repeat: no-repeat; margin: 0 auto 15px; }
.genpg-lft .testi-sdbr-blk .testi-item p {font-family: 'Albert Sans'; font-weight: 400; font-size: 20px; color: #000; line-height: 1.9; letter-spacing: -0.4px; margin-bottom:16px; }
.genpg-lft .testi-sdbr-blk .testi-item h6 {font-family: 'Albert Sans'; font-weight: 500; font-size: 28px; color: #6f1e1e; line-height: 1; letter-spacing: -0.56px; margin-bottom:20px; font-style: italic;}
.genpg-lft .testi-sdbr-blk .owl-dots {display: none; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav {display: flex; justify-content: center; gap: 40px; align-items: center; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button span {font-size: 0; font-weight: bold;}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, .genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next{background-image: url(images/sprites-in.webp); width: 12px; height: 22px; background-position: -28px -346px; background-repeat: no-repeat; display: inline-block; transition-duration: 0.5s}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {rotate: 180deg; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, .genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -28px -308px;}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover{rotate: 180deg;}
 
/* Sidebar Case Results */

.genpg-lft .widget.csae-res {background-color: rgb(111, 30, 30); background-image: none; }
.genpg-lft .case-sdbr-blk.owl-carousel {padding: 34px 20px 33px; text-align: center; }
.genpg-lft .sdbr-case-item h4{font-family: 'Frank Ruhl Libre'; font-weight: 400; font-size: 40px; color: #fff; line-height: 1; letter-spacing: 0px; padding-top: 90px; margin-bottom: 15px; position: relative; z-index: 0; }
.genpg-lft .sdbr-case-item h4::before {content: ""; position: absolute; width: 73px; height: 63px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; left: 0px; top: 0px; right: 0; margin: auto; background-position:-148px -376px; }
.genpg-lft .sdbr-case-item p {font-family: 'Albert Sans'; font-weight: 300; font-size: 20px; color: #fff; line-height: 1.6; letter-spacing: 0px; margin-bottom: 0;text-transform:capitalize;}
.genpg-lft .case-sdbr-blk.owl-carousel .owl-dots{display: none;}
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav {display: flex ; justify-content: space-between; width: 92%; position: absolute; top: 65px; left: 0; right: 0; margin: auto; height: max-content; }
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, .case-sdbr-blk.owl-carousel .owl-nav button.owl-next {background-image: url(images/sprites-in.webp); width: 12px; height: 22px; background-position: -28px -384px; background-repeat: no-repeat; display: inline-block; font-size: 0; transition: 0.5s;}
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav button.owl-next{rotate: 180deg;}
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -28px -346px;}
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover{rotate: 180deg;}
.genpg-lft .sdbr-case-item {padding: 0 15px; }
 
 

/* Blog Page */

.page_default.blog-page .genpg-lft{width: 100%;max-width: 100%;}
.page_default.blog-page .genpg-lft .blg_sdbar_archives {padding: 0; background-image: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 45px; flex-direction: row-reverse; }
.page_default.blog-page .blg_sdbar_archives .sidebar-box {margin: 0; }
.page_default.blog-page .genpg-lft .blg_sdbar_archives h4.widget-title{display: none;}
.page_default.blog-page .genpg-lft .blg_sdbar_archives input.field, .page_default.blog-page .genpg-lft .blg_sdbar_archives select.postform, .page_default.blog-page .genpg-lft .blg_sdbar_archives select {background-color: transparent; border: 1px solid rgba(92, 112, 151, 40%); }
 
.page_default .genpg-rite ul.post-itm-btm  li i:before,.page_default .genpg-rite ul.post-itm-btm  li:before{display: none!important}
.page_default .genpg-rite ul.page-numbers li:before{display: none;}
.page_default .genpg-rite ul.page-numbers {text-align: center; margin: 0; padding: 0; display: flex ; justify-content: center; align-items: center; gap: 8px; }
.oceanwp-pagination.clr {margin: 68px 0 0; width: 100%;}
.page_default .genpg-rite ul.page-numbers li .page-numbers {display: inline-block; line-height: 1; margin: 0; text-align: center; color: #000000; font-size: 26px; font-family: 'Frank Ruhl Libre'; font-weight: 400; cursor: pointer; white-space: nowrap; transition: all .3s ease; background-color: transparent; border: none; min-width: 0 !important; min-height: 0 !important; width: 50px; height: 50px; padding: 5px; margin: 0; display: flex ; justify-content: center; align-items: center; text-decoration: none; }
.page_default .genpg-rite ul.page-numbers li .page-numbers.current,.page_default .genpg-rite ul.page-numbers li .page-numbers:hover{background-color: #6f1e1e; color: #fff;}
.page_default .genpg-rite ul.page-numbers li{padding: 0; margin: 0;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.prev:hover,.page_default .genpg-rite ul.page-numbers li .page-numbers.next:hover{background-color: transparent;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.prev,.page_default .genpg-rite ul.page-numbers li .page-numbers.next{font-size: 0; background-image: url(images/sprites-in.webp); height: 22px; width: 61px; background-position:-250px -29px ; padding: 0;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.prev:hover{background-position: -250px -66px; transition: 0.5s;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.next{background-position:-340px -28px ;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.next:hover{background-position: -340px -67px; transition: 0.5s;}
.post-item {background: #fff; display: inline-block; width: 32%; position: relative; border: 1px solid #6f1e1e; padding: 0 0 51px; transition: 0.5s;}
.post-cnt {padding: 25px 24px 0; }
.post-item:hover{background-color: #6f1e1e;border-color: transparent;}
.page_default .genpg-rite .post-item:hover .post-btn a.blg-btn{color: #fff; text-decoration: underline;}
.post-item:hover h5.blog-entry-title a{color: #fff;}
.blg-cntblk{display: flex; flex-wrap: wrap; justify-content: center; gap: 23px;}
.post-itm-btm {display: flex; align-items: center; justify-content: space-between; padding: 0px 0 10px; margin: 0 0 10px 0;}
.page_default.blog-page .post-img img {display: block; width: 100%; height: 250px; object-fit: cover; object-position: center; }
.post-meta {float: left; width: 80%;}
.post-item h5.blog-entry-title a{text-decoration: none; color: #000; line-height: 1.166;}
.page_default .genpg-rite .post-item h5.blog-entry-title{margin: 0 0 11px;}
.page_default.blog-page .genpg-rite .post-dt {list-style: none; margin: 0; padding: 0; font-size: 18px; color: #ffffff; background-color: #6f1e1e; line-height: 1; position: absolute; letter-spacing: 0; right: 0; top: 0; text-align: center; padding: 10px 20px; text-transform: uppercase; width: max-content;display:none; }
.page_default .genpg-rite .post-category ul {margin: 0px;}
.page_default .genpg-rite .post-category ul li:before {display: none;}
.post-btn {position: absolute; bottom: 27px; left: 29px;}
.page_default .genpg-rite .post-btn a.blg-btn {font-family: 'Albert Sans'; font-weight: 400; font-size: 16px; color: #6f1e1e; display: inline-block; line-height: 1.2; text-decoration: none; text-transform: uppercase; letter-spacing: 0.32px;}
.post-item h5.blog-entry-title a:hover, .page_default .genpg-rite .post-item .post-btn a.blg-btn:hover{color: #000;}

.nav-links a.page-numbers {margin: 0 5px;}
.nav-links svg.svg-icon {margin: 0px 0px -5px 0px;}
.page-navi-block {width: 50%; float: left; padding: 0 20px 0 0;}
.page-navi-block.page-navi-nxt {float: right; padding: 0 0 0 20px; text-align: right;}
.page_default.single_blog .post-itm-btm {display: flex ; justify-content: start; gap: 5px; font-family: 'Albert Sans'; font-weight: 400; font-size: 20px; letter-spacing: -0.4px; line-height: 1.2; align-items: center; color: #0b0303; margin: 0 0 22px; padding: 0; flex-wrap: wrap; }
.page_default.single_blog .post-itm-btm p{margin: 0; line-height: 1;}
.page_default.single_blog .post-itm-btm a{text-decoration: none;}
.page-navi {margin: 43px 0 0; display: flex; justify-content: space-between;align-items: center;}
.page_default.single_blog .page-navi a {color: #fff; text-decoration: none; font-size: 20px; padding: 21px 51px;}

.search-wrapper {position: relative; display: inline-block; }
.close-mark {position: absolute; right: 8px; top: 50%; transform: translateY(-50%); cursor: pointer; font-size: 18px; color: #999; }
.search-wrapper input {padding-right: 25px; }
.clear-button {cursor: pointer; font-size: 16px; margin-left: 8px; color: #888; user-select: none; }
.clear-button:hover {color: #000; }
/* .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: 23px; 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;padding:0;}


/*Practice Areas Page*/

.inn-practice-list {display: flex; justify-content: center; flex-wrap: wrap; gap: 0px; background: url(images/inn-pract-bg-img.webp); background-position: center; background-repeat: no-repeat; background-size: 100% 100%;position:relative; z-index:0;}
.inn-practice-list:before {content: ""; position: absolute; width: 100%; height: 100%; background-color: #000; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; opacity: 35%;z-index:-1; }
.inn-practice-item{width: 20%; padding: 46px 20px 30px;position: relative; transition: 0.5s;border:1px solid #fff;display:flex;justify-content:center;align-items:center;}
.inn-practice-item:hover::before {position: absolute; content: ""; margin: auto; /* background-image: -webkit-linear-gradient( 90deg, rgb(111,30,30) 0%, rgba(111,30,30,0) 100%); */ background-repeat: no-repeat; width: 96%; height: 94%; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(108, 29, 29, 80%); }
.inn-practice-item .pract-link a{position: absolute;content: "";margin: auto;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;font-size: 0px !important;z-index: 2;}
.page_default .genpg-rite .inn-practice-item h5{font-family: 'Albert Sans';font-weight: 700;font-size: 25px;line-height: 1.25;letter-spacing: 0.64px;color: #ffffff;text-transform: uppercase;margin: 0px;position: relative;padding: 0px 0 0;text-align: center;}
.inn-practice-item h5::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -124px -184px;width: 60px;height: 62px;top: 0;left: 0;right: 0;display:none;}
.inn-practice-item.sexual-harassment h5::before{background-position: -206px -184px;}
.inn-practice-item.dwi-traffic h5::before{background-position: -288px -184px;width: 70px;height: 55px;}
.inn-practice-item.real-estate h5::before{background-position: -375px -180px;}
.inn-practice-item.civil-litigation h5::before{background-position: -452px -184px;width: 68px;}
.inn-practice-item.bankruptcy h5::before{background-position: -130px -267px;}
.inn-practice-item.white-collar-crimes h5::before{background-position: -204px -265px;}
.inn-practice-item.appelate h5::before{background-position: -281px -269px;width: 78px;height: 52px;}
.inn-practice-item h5::after{position: absolute;content: "";margin: auto;border: 2px solid #ffffff;border-left: none !important;border-right: none !important;width: 114px;height: 11px;left: 0;right: 0;top: 77px;display:none;}
.inn-practice-item:hover h5::after{border-color: #6f1e1e; }
.inn-practice-item.expungement h5::before{background-position: -131px -307px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.domestic-violence h5::before{background-position: -205px -307px;background-image: url(images/sprites-in.webp);}

.inn-practice-item.personal-injury h5::before{background-position: -268px -462px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.family-law h5::before{background-position: -411px -378px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.sex-crimes h5::before{background-position: -342px -467px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.gun-crimes h5::before{background-position: -15px -472px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.murder h5::before{background-position: -184px -466px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.juvenile-crimes h5::before{background-position: -100px -464px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.drug-possession h5::before{background-position: -326px -380px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.sexual-assault h5::before{background-position: -427px -459px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.child-pornography h5::before{background-position: -251px -381px;background-image: url(images/sprites-in.webp);}
.inn-practice-item.financial-crimes h5::before{background-position: -493px -378px;background-image: url(images/sprites-in.webp);}

/*case results*/

.case-results{display: flex;justify-content: center;flex-wrap: wrap;gap: 30px;}
.case-results .case-item{background-color: #000;padding: 45px 20px 45px;width: 31.7%;transition: 0.5s;}
.page_default .genpg-rite .case-item h4{color: #fff;text-align: center;padding: 80px 0 0;position: relative;margin:0 0 10px;}
.case-item h4:before {content: ""; position: absolute; width: 73px; height: 63px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; left: 0px; top: 0px;right: 0; margin: auto; background-position:-55px -376px; }
.case-item:hover h4:before{background-position: -148px -376px;}
.page_default .genpg-rite .case-item p{color: #fff;text-align: center;margin: 0;font-size: 16px;line-height: 1.6;letter-spacing: 0;text-transform:capitalize;}
.case-results .case-item:hover{background-color:#6f1e1e; }

/*Attorney Page*/
.genpg-rite .atrny-blk{flex-wrap: wrap;justify-content: center;gap: 40px;margin: auto;  width: 96%;}
.genpg-rite .atrny-blk .atrny-item{width: 31.2%}
.page_default .genpg-rite .atrny-item h4{font-family: 'Albert Sans';font-weight: 700;color: #fff;text-transform: uppercase;margin: 0;font-size: 40px;}
.genpg-rite .atrny-item:hover:before{  background-image: -webkit-linear-gradient( 90deg, rgb(111,30,30) 0%, rgba(111,30,30,0) 100%);}
.genpg-rite .atrny-item:hover h4{color: #fff;}

/*Contact Page*/
 
.contact-blk{display: flex;justify-content: space-between;background-color: #000;position: relative;}
.contact-blk:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;height: 100%;background-repeat: no-repeat;background: url(images/inn-cont-blk-bg-img.webp),#000;background-blend-mode: luminosity;background-size: 100% 100%;background-position: center; opacity: 15%;pointer-events: none;}
.contact-itm{padding: 30px 20px 33px;text-align: center;width: 33%;background-color: transparent;position: relative;z-index: 1;transition: 0.5s;}
.contact-itm:hover:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #6f1e1e; width: 100%;height: 100%;transform: scaley(1.09);z-index: -1;pointer-events: none;transition: 0.5s;}
.contact-itm h3{position: relative;padding: 60px 0 0 ;}
.contact-itm h3:before{content: "";position: absolute;width:52px ;height:52px ;margin: auto;top: 0;left: 0;right: 0;background-repeat: no-repeat;background-image: url(images/sprites-in.webp);background-position:-30px -155px; }
.page_default .genpg-rite .contact-itm  p {color: #fff; margin: 0; line-height: 1.5; letter-spacing: 0; }
.page_default .genpg-rite  .contact-itm  p a {display: block;color: #fff}
.page_default .genpg-rite .contact-itm.number p{font-size: 18px;font-family: 'Frank Ruhl Libre';letter-spacing: 1.08px;text-transform: uppercase;}
.page_default .genpg-rite .contact-itm.number p a{font-size: 34px;font-family: 'Albert Sans';letter-spacing: 0;text-underline-offset: 4px;margin: 0 0 4px;}
.contact-itm .social-icons {display: flex;justify-content: center;gap: 8px;align-items: center;}
.contact-itm .social-icons a{width:55px;height:55px ;background-color: #fff;background-repeat: no-repeat;background-position:-247px -152px ;background-image: url(images/sprites-in.webp);border-radius: 50%;font-size: 0;    border: 1px solid transparent;}
.contact-itm .social-icons a:hover{background-color: #6f1e1e;background-position: -247px -233px;border-color: #fff;}
.contact-itm .social-icons a.facebook{background-position:-311px -148px;}
.contact-itm .social-icons a.facebook:hover{background-position: -310px -230px}
.contact-itm .social-icons a.youtube{background-position: -373px -151px;}
.contact-itm .social-icons a.youtube:hover{background-position: -373px -233px;}
.contact-itm .social-icons a.twitter{background-position: -436px -149px;}
.contact-itm .social-icons a.twitter:hover{background-position: -436px -233px;}
.page_default .genpg-rite .contact-itm h3 {margin: 0 0 15px; color: #fff; line-height: 1; }
.page_default .genpg-rite .contact-itm.location p a{text-transform: uppercase;margin: 6px 0 0;}
.contact-itm.social h3:before{background-position:-183px -154px;}
.contact-itm.location h3:before{background-position: -119px -154px;}
.contact-itm.location:hover h3:before{background-position: -119px -232px ;}
.contact-itm.number:hover h3:before{background-position: -33px -233px;}
.contact-itm.social:hover h3:before{background-position: -183px -232px;}
.cont-top{text-align: center;}
.page_default .genpg-rite .cont-top h2{margin: 0 0 13px;display:none;}
.page_default .genpg-rite .cont-top p{margin: 0 0 50px;}
.page_default .genpg-rite .contact-itm.number p a:hover, .page_default .genpg-rite .contact-itm.location p a:hover{color: #000;} 
.page_default.contact_pg:after{display: none; }
 
.map-sec {margin: -59px 0 0; position: relative; z-index: -1; }
.map-sec iframe {height: 380px; }

/*Single Attorney Page*/
 
.in-attorney-blk{display: flex; justify-content:start; gap: 45px; background-color: #6f1e1e; margin: 83px 0 50px; position: relative; z-index: 0;}
.in-attorney-blk::before {position: absolute; content: ""; background-image: url(images/in-attorney-box-layer.webp); height: 99.8%; width: 68.43%; background-repeat: no-repeat; background-size: cover; right: 0; background-position: right bottom; bottom: 0; mix-blend-mode: soft-light; z-index: -1; opacity: 22%;pointer-events: none;}
.in-attrny-lft-image img{width: 100%; display: block;}
.page_default .genpg-rite .in-attorney-blk .in-attrny-right h2 {color: #ffffff; text-transform: uppercase; line-height: 1.12; margin: 0 0 2px;}
.page_default .genpg-rite .in-attorney-blk .in-attrny-right h6{font-family: 'Albert Sans'; font-weight: 400; font-size: 22px; letter-spacing: 2.64px; line-height: 1; color: #ffffff;}
.page_default .genpg-rite .in-attorney-blk .in-attrny-contact p {font-size: 16px; color: #fff; letter-spacing: 3.2px; text-transform: uppercase; margin: 0; padding-left: 67px;}
.in-attorney-blk .in-attrny-contact {margin: 0 0 32px; position: relative;}
.genpg-rite .in-attorney-blk .in-attrny-contact p a{text-decoration: none; color: #ffffff; font-family: 'Albert Sans'; font-weight: 700; font-size: 35px; letter-spacing: 0; line-height: 1; display: block;}
.genpg-rite .in-attorney-blk .in-attrny-contact p a::before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); height: 52px; width: 52px; background-position: -33px -232px; left: 0; top: 7px; bottom: 0; margin: auto;}
.genpg-rite .in-attorney-blk .in-attrny-contact p a:hover{color: #000;}
.genpg-rite .in-attrny-cons-btn a.cmn-btn{background-color: #000; text-decoration: none; color: #fff ; border-width: 2px;  padding: 21px 36px;}
.genpg-rite .in-attrny-cons-btn a.cmn-btn:hover{color: #fff;background-color: transparent; border-color: #fff; }
.in-attorney-blk .in-attrny-right {width: 48%; padding: 43px 0 0;}
.in-attorney-blk .in-attorney-left {width: 45.18%;}
.in-attorney-blk .in-attrny-lft-image {margin: -84px 0 0;}
.page_default .genpg-rite .accordion-section h3 {font-weight: 300; line-height: 1; margin: 0; font-size: 30px; letter-spacing: -0.6px; }
.genpg-rite .accordion-section .accordion-section-title{text-decoration: none; display: block; border: 1px solid rgb(111, 30, 30, 0.3); color: #000000;padding: 10px 50px 9px 27px; position: relative; cursor: pointer;}
.genpg-rite .accordion-section .accordion-section-title::before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); height: 10px; width: 18px; background-position: -143px -78px; background-repeat: no-repeat; right: 24px; top: 24px; margin: auto; }
.genpg-rite .accordion-section .accordion-section-title.active::before{background-position: -143px -105px;}
.genpg-rite .accordion-section .accordion-section-title.active{color: #fff; background-color: #6f1e1e; border-color: #6f1e1e; }
.genpg-rite .accordion-section-content {padding: 18px 15px 0; }
.genpg-rite .accordion-section{margin-bottom: 15px;}
.genpg-rite .accordion{margin-bottom: 35px;}

/*Testimonials Page*/

.testimonials{column-count: 2; column-gap: 58px; padding: 46px 0 0;}
.testimonials .testi-item {padding: 45px 10px 36px; border-bottom: 1px solid rgb(111, 30, 30); position:relative;text-align: center;display: inline-block; margin: 0 0 75px;width:100%;}
.testimonials .testi-item:before{content: ""; position: absolute; width: 31px; height: 31px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; left: 0; right: 0; top: 0; margin: auto; background-position: -28px -28px;}
.testimonials .star-rat {background-image: url(images/sprites-in.webp); width: 142px; height: 20px; background-position: -79px -29px; background-repeat: no-repeat; margin: 0 auto 18px; }
.page_default .genpg-rite .testimonials .testi-item h6{color: #6f1e1e;}
.page_default .genpg-rite .testimonials .testi-item p {font-size: 18px; line-height: 1.66; letter-spacing: -0.36px; color: #000; margin:  0 0 18px; }
.page_default .genpg-rite .testimonials .testi-item h6.testi-name { font-size: 23px; font-family: 'Albert Sans'; font-weight: 500; line-height: 1; letter-spacing: -0.56px; font-style: italic; text-transform: capitalize; margin: 0; }
.testimonials .testi-item:after {position: absolute; content: ""; width: 100%; height: 1px; background: radial-gradient(circle,rgba(254, 254, 254, 0) 10%, rgba(112, 32, 32, 1) 100%); left: 0; right: 0; top: 12px; margin: auto; z-index: -1; }

body.home .hm-consultaion-sec.ftr-consul,body.page-template-contact-page .hm-consultaion-sec.ftr-consul{display: none;}
body.home .blg-from-bg.ftr-consul:before{display: none;}
.blg-from-bg.ftr-consul:before {height: 54% ;background-size: 100% 100%;}
body.page-template-contact-page .blg-from-bg.ftr-consul:before{height: 100%;}


.author-box {display: flex ; justify-content: space-between; align-items: center; padding: 15px; border: 1px solid #6f1e1e; margin: 50px 0 0; } 
.author-box .author-image {width: 26%; }
.author-box .author-description-blk {width: 72%; }
.page_default .genpg-rite .author-description-blk h5 a {text-decoration: none; }
.page_default .genpg-rite .author-description-blk h5 {margin: 0 0 8px; line-height: 1; }
.page_default .genpg-rite .author-description-blk p {margin: 0; }

.post-hashtags {font-family: 'Albert Sans'; font-weight: 400; font-size: 20px; line-height: 1.2; letter-spacing: 0; }



.item-thumb-cnt{ position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;padding: 15px;display: none;}
.item-thumb.item-video-thumb:hover .item-thumb-cnt{display: block;}
.page_default .genpg-rite .display-thumb.video-thumb .owl-item.current .item-thumb-cnt {display: flex ; justify-content: center; align-items: center; }
.page_default .genpg-rite .display-thumb.video-thumb .owl-item.current .item-thumb-cnt h6{font-size: 20px; width: fit-content; height: fit-content; background-image: none; }
.item-thumb-img {position: relative; } 
.item-thumb-img:before{background-color: rgba(0, 0, 0, .4); width: 100%; height: 100%; position: absolute; content: ""; top: 0; left: 0; bottom: 0; right: 0; margin: auto; pointer-events: none;display:none; } 
.item-thumb.item-video-thumb:hover .item-thumb-img:before, .owl-item.current .item-thumb.item-video-thumb .item-thumb-img:before{display: block;}
.page_default .genpg-rite .display-thumb.video-thumb .owl-item.current .item-thumb-cnt h5{display: none; } 
.item-thumb.item-video-thumb{position: relative;} 
.item-thumb.item-video-thumb img{width: 100%;display: block;} 
.page_default .genpg-rite .item-thumb-cnt h5 {font-family: 'Albert Sans'; font-weight: 400; font-size: 14px; letter-spacing: 0.3px; color: #fff; line-height: 1.2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; white-space: normal; margin: 0 0 15px; text-overflow: ellipsis; box-sizing: inherit; overflow: hidden; } 
.page_default .genpg-rite .item-thumb-cnt h6 {font-family: 'Albert Sans'; font-weight: 400; font-size: 0; color: #fff; line-height: 1; margin: auto; text-align: center; width: 35px; height: 35px; background-image: url(images/paly-img.webp); background-repeat: no-repeat; background-size: 100% 100%; } 
.item-display.video-display iframe{height: 528px; } 
.video-sec .main-display {margin: 0 0 30px; } 
.video-sec p:empty{display: none;} 
.video-sec .display-thumb.video-thumb .owl-nav{display: flex !important;justify-content: space-between;align-items: center;margin: 20px 0 0;} 
.video-sec .display-thumb.video-thumb .owl-nav button{    font-family: 'Albert Sans'; font-weight: 400; font-size: 18px; color: #000; line-height: 1; padding-left:20px !important; position:relative; } 
.video-sec .display-thumb.video-thumb .owl-nav button:hover{color: #6f1e1e; } 
.video-sec .display-thumb.video-thumb .owl-nav button:before{background-image: url(images/sprites-in.webp); width: 12px; height: 22px; background-position: -28px -346px; background-repeat: no-repeat; position: absolute; content: ""; top: 0; left: 0; bottom: 0; margin: auto; transform: scale(0.8); transition: 0.5s; } 
.video-sec .display-thumb.video-thumb .owl-nav button:hover:before{background-position: -28px -308px; } 
.video-sec .display-thumb.video-thumb .owl-nav button.owl-next:before{rotate: 180deg; left: inherit; right: 0; } 
.video-sec .display-thumb.video-thumb .owl-nav button.owl-next{padding-right:20px !important; padding-left: 0 !important;}

.badges-blk {display: flex ; justify-content: center; gap: 25px; }
.badges-img {width: 18%; }
.badges-img img{width: 100%;display: block;}

.genpg-rite .inn-atrny-img {width: 42%;margin: 0 auto 30px;padding: 4px;border: 2px solid rgb(111, 30, 30);}
.genpg-rite .inn-atrny-img img{width:100%;display:block;}

.genpg-lft section.widget_nav_menu ul li.current-menu-item a.drop.close,
.genpg-lft section.widget_nav_menu ul li.current-menu-item a.drop.open{filter: invert(1);}

.genpg-lft section.widget_nav_menu ul li.menu-item-has-children:hover a.drop.close, 
.genpg-lft section.widget_nav_menu ul li.menu-item-has-children:hover a.drop.open {filter: invert(1);}

.genpg-lft section.widget_nav_menu ul li.menu-item-has-children a.drop.close:hover, 
.genpg-lft section.widget_nav_menu ul li.menu-item-has-children a.drop.open:hover {filter: inherit;}

.genpg-lft section.widget_nav_menu ul li.current-menu-item a.drop.close:hover, 
.genpg-lft section.widget_nav_menu ul li.current-menu-item a.drop.open:hover {filter: invert(1);}

.page_default .genpg-rite ul.inner-tabs li {width:100%;padding:0; margin: auto;}
.page_default .genpg-rite ul.inner-tabs li:before{display:none;}
.inner-tab-content{margin-bottom: 30px;}
.tab-content-dsktp .inner-cont iframe{height: 500px;}
.inner-tabs.owl-carousel .owl-nav{display:flex;justify-content:space-between;align-items:center;width:100%;}
.inner-tabs.owl-carousel .owl-stage-outer{margin:0 0 30px;}
.inner-tabs.owl-carousel .owl-nav button.custom-nav-btn.prev-btn, .inner-tabs.owl-carousel .owl-nav button.custom-nav-btn.next-btn {background-color: transparent; font-family: 'Albert Sans'; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: 0; }
.page_default .genpg-rite ul.inner-tabs li.active {padding: 3px; border: 2px solid #6f1e1e;}
.hm-form-sec .gform_wrapper .read-the-disclamier .ginput_container input{padding:0 !important;border:0 !important;background-color:transparent !important;margin: -15px 0 0;}

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