/*
 Theme Name:   Marionneaux Kantrow, LLC
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mklawla
*/
@font-face {
  font-family: 'Mona Sans';
  src: url('fonts/MonaSans-Bold.eot');
  src: url('fonts/MonaSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/MonaSans-Bold.woff2') format('woff2'),
      url('fonts/MonaSans-Bold.woff') format('woff'),
      url('fonts/MonaSans-Bold.svg#MonaSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Gilda Display';
  src: url('fonts/GildaDisplay-Regular.eot');
  src: url('fonts/GildaDisplay-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/GildaDisplay-Regular.woff2') format('woff2'),
      url('fonts/GildaDisplay-Regular.woff') format('woff'),
      url('fonts/GildaDisplay-Regular.svg#GildaDisplay-Regular') format('svg');
  font-weight: 400;
  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: 'Mona Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
        font-family: 'Mona Sans';

  margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
  p,
  li,
  ul,
  ol,
  blockquote {
        font-family: 'Mona Sans';
      font-weight: normal;
      margin: 0 0 10px 0;
      padding: 0;
  }
  ul,
  li {
      list-style: none;
  }
  a:visited {
      color: inherit;
  }
  a:hover {
      text-decoration: none;
  }
  a,
  a:hover,
  input[type="submit"],
  button {
      outline: 0;
  }
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
      -webkit-appearance: none;
      border-radius: 0;
  }
  input::-webkit-input-placeholder {
      color: var(--placeholdercolor);
  }
  input::-moz-placeholder {
      color: var(--placeholdercolor);
  }
  input:-ms-input-placeholder {
      color: var(--placeholdercolor);
  }
  input:-moz-placeholder {
      color: var(--placeholdercolor);
  }
  html {
      scroll-behavior: smooth;
  }
  .container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}


/* Header Section Starts */



.head-sec {background-image: url(images/header-bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; background-color: #fff; padding: 12px 0 20px; position: relative;z-index: 99;} 
.logo-menu .logo{width: 23.3%;    transition-duration: 0.8s;}
.logo-menu .logo a img{width: 100%;display: block;    transition-duration: 0.8s;}
.logo-rit {float: right; display: flex; justify-content: space-between; align-items: center; gap: 35px; } 
.hdr-blk{display: flex; justify-content: space-between; align-items: center; } 
.topmenu {float: left; width: auto; } 
.topmenu ul {position: relative; margin: 0; } 
.topmenu ul li {margin: 0 22px; display: inline-block;position:relative; } 
.topmenu ul li a {  font-family: 'Mona Sans';font-weight: 400;font-size: 19px;line-height: 1;letter-spacing: 0px;color: #1d2026;text-align: center;text-transform: capitalize; display: inline-block; position: relative; } 
.topmenu ul.menu > li.current-menu-item > a, .topmenu ul.menu li > a:hover {color: #45729c; } 
.top-rit .head_phn_num a {font-size: 25px; line-height: 1; } 
.topmenu ul li:last-child {margin-right: 0px; } 
.topmenu ul li:first-child {margin-left: 0px; } 
.top-rgt-btn a.cmn-btn {padding: 19px 30px; }
.topmenu ul li ul.sub-menu {display: none; width: 230px; position: absolute; top: 100%; left: 0; right: auto; background-color: #45729c; padding: 0px 0; z-index: 999; } 
.topmenu ul li:hover ul.sub-menu {display: block; } 
.topmenu ul li:hover ul.sub-menu ul {display: none; } 
.topmenu ul li:hover ul.sub-menu li {position: relative; } 
.topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; } 
.topmenu .sub-menu li.current-menu-item a {color: #fff; } 
.topmenu .sub-menu li a:after {display: none; } 
.topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255); margin: 0; padding: 0; } 
.topmenu .sub-menu li a {float: left;text-align: left; font-size: 15px; width: 100%; line-height: 1.3; letter-spacing: 0.6px; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize;}
.topmenu .sub-menu li a:hover {background-color: #073865; color: #fff !important; }
.topmenu ul ul a:after {display: none; }
.topmenu ul li.top-nav ul.sub-menu {width: 300px;}

.head-sec.f-nav {position: fixed; z-index: 999;padding: 20px 0; } 
.head-sec.f-nav .logo-menu .logo {width: 21%; }

/* Mobile Menu Starts */

.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; } 
.showhide b.txtl {text-align: right; font-size: 20px; line-height: 28px; font-weight: normal; text-transform: uppercase; margin: 0 0px 0 0px; color: #343235; padding-top: 2px;     font-weight: 700; letter-spacing: 0.5px; font-family: 'Mona Sans';}
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; color: #343235;    font-family: 'Mona Sans'; } 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; position: absolute; top: 38px; left: 0; } 
.mobinav ul {float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li {float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: "Poppins", sans-serif; } 
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: 1.4; color: #fff; font-size: 16px; letter-spacing: 0.5px; border: 0; margin: 0; text-decoration: none; font-family: 'Mona Sans'; font-weight: 400;}
.mobinav a:hover {color: #9b662a; } 
.mobinav ul li ul {float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a {text-transform: capitalize; } 
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; background-image: url(images/plus_icn.png); background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; } 
.mobinav ul li a.drop.open {width: 22px; background-image: url(images/minus_icn.png); } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; } 
.mobile_src_nav .container {position: relative; } 
.mobile_src_nav .search-form {width: 100%; float: left; }

/* Mobile Menu Ends */

/* Homepage Default Button and Common Heading */

a.cmn-btn {font-family: 'Mona Sans';font-weight: 600;font-size: 18px;line-height: 1;letter-spacing: 0px;color: #fff;text-align: center;text-transform: uppercase;  display: inline-block; background-color: #45729c;  padding: 24px 63px; position: relative; }
a.cmn-btn:before{position: absolute; content: ""; background-color: #45729c; width: 100%; height: 2px; bottom: -6px; left: 0; right: 0; margin: auto; }
a.cmn-btn:hover {background: #313644; color: #fff; }
a.cmn-btn:hover:before{background-color: #313644; }
.text-heading {  font-family: 'Gilda Display';font-weight: 400; font-size: 60px;line-height: 1; letter-spacing: -1.2px; color: #313644; margin: 0 0 20px 0;}

/*Header Sticky Menu*/

.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #ccc; 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: normal;    font-weight: 600; font-family: 'Mona Sans'; letter-spacing: 0.8px; }
.header-sticky .sicky-cnt>a {font-size: 17px; color: #073865;font-weight: 600; font-family: 'Mona Sans'; letter-spacing: 0.8px;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 #073865; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.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: #063767; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative;}
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
#cloaseFloatingMenu {text-align: right; font-size: 40px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; }
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; }
.floatingMenuInner .sub-menu {display: none; }
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; }
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; }
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between; }
.sicky-logo{ max-width:210px;text-align: center;}
.sticky-wrap{display: none;}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*/ Mobile Menu Ends /*/

/* Homepage Banner Section Starts */

.banner-sec {background-image: url(images/banner-bg-img.webp); background-repeat: no-repeat; position: relative; background-position: top right; background-size: 50% 100%; } 
.banner-sec:before {background-image: url(images/banner-bg.webp); background-repeat: no-repeat; content: ""; width: 50%; height: 100%; position: absolute; background-position: top left; background-size: 100% 100%;pointer-events:none; } 
.banner-blck {display: flex; justify-content: space-between; } 
.banner-lft{width: 43%; z-index: 1; padding: 227px 0 250px 9px; } 
.banner-sec h1 {  font-family: 'Gilda Display';font-weight: 400;font-size: 95px;line-height: 1.1;letter-spacing: 0px; color: #2b2f3a; margin: 0; position: relative;padding: 0 0 28px;margin-bottom:25px} 
.banner-sec p{font-family: 'Mona Sans'; font-weight: 500; font-size: 28px; line-height: 1.4; letter-spacing: 0px; text-transform: capitalize; color: #313644;margin:0}

.banner-sec h1:before{position: absolute; content: ""; background-color: #073865; height: 2px; width: 100%; bottom: 0; left: 0; right: 0; margin: auto; } 
.banner-rgt {width: 36%; padding: 25px 48px 0 0; } 
.bnr-rgt-img {padding: 154px 45px 174px 54px;background-image: url(images/logo-bg.webp);background-repeat: no-repeat;background-size: 100% 100%;} 
.bnr-rgt-img img{width: 100%; display: block; }


/*Homepage law Section start */

.law-section{} 
.law-section .container{width: 100%;max-width: 100%;margin: auto;} 
.law-section ul li{padding-right: 95px;}
.law-section ul li:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -238px -295px; width: 22px; height: 21px; right: 38px; top: 0; bottom: 0; margin: auto; }
.law-section ul li a{  font-family: 'Mona Sans';font-weight: 600;font-size: 21px; line-height: 1;letter-spacing: 7.5px; color: #fff; text-transform: uppercase; margin: 0;  position: relative; } 
.law-section .botom-blk{width: 100%;overflow: hidden;}
.law-section .botom-blk .btm_row_slide{background-color: #313644;padding: 28px 0;overflow: hidden;}
.law-section .botom-blk .btm_row_slide ul{display: flex;animation: scrollText 50s infinite linear;transition: all 2s ease;width: fit-content;white-space: nowrap;margin: 0;}
.law-section .botom-blk .btm_row_slide ul li{white-space: nowrap;}
.law-section .botom-blk ul li{margin-bottom: 0;position: relative;}
@keyframes scrollText {from {transform: translateX(0%)}to {transform: translateX(-50%)}}
.law-section .botom-blk .btm_row_slide ul:hover {animation-play-state: paused; }
.law-section ul li a:hover{color: #45729c;}

/*Homepage Trust Section Start */

.trust-section {padding: 175px 0 0;background-image:url(images/trust-bg.webp);background-position:center;background-size:cover;background-repeat:no-repeat ; } 
.trust-blck{display: flex; gap: 40px;justify-content: space-between;} 
.trust-rgt {width: 50.2%; } 
.trust-img img{width: 100%; display: block; } 
.trust-lft {width: 46.7%; padding-right: 10px;} 
.trust-lft h2{line-height: 1.3;color: #2b2f3a; }
.trust-lft p{  font-family: 'Mona Sans';font-weight: 400; font-size: 26px;line-height: 1.9;letter-spacing: 0px;color: #313644;  margin: 0 0 25px; } 
.trust-lft p strong{font-weight: 600;}
.trust-section .trust-btn a.cmn-btn {font-size: 22px; letter-spacing: -0.4px; padding: 22px 50px; text-transform: capitalize; }
.trust-section h2.mbl-heading{display: none;}

/*Homepage Service Section Start*/

.services-sec {padding: 128px 0 100px;}
.services-sec-lst{display: flex;box-shadow: 0px 0px 52px 0px rgba(69, 114, 156, 0.13); background-color:#ffffff;justify-content: space-between;}
.services-sec-lst .services-sec-itm{position: relative; transition: all 0.3s ease-in-out; width: 20.5%;padding:40px 10px 25px; border-left:1px solid rgba(69, 114, 156, 20%); }
.services-sec-lst .services-sec-itm.appellate-law h4:before{background-position: -148px -15px}
.services-sec-lst .services-sec-itm.regulatory-law h4:before{background-position: -281px -15px}
.services-sec-lst .services-sec-itm.government-law h4:before{background-position: -447px -15px}
.services-sec-lst .services-sec-itm.transportation-law h4:before{background-position: -23px -295px; width: 179px;}
.services-sec h6{  font-family: 'Mona Sans';font-weight: 400; font-size: 26px;line-height: 1;letter-spacing: 0px;text-transform: capitalize; text-align: center; color: #313644; margin: 0 0 89px; padding: 0; }
.services-sec-lst .services-sec-itm h4{  font-family: 'Mona Sans';font-weight: 600;font-size: 20px;line-height: 1.35;letter-spacing: 0px;text-align: center;text-transform:capitalize;color: #313644; margin:0; padding:140px 0 80px;position: relative;}
.services-sec-lst .services-sec-itm h4:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp);background-repeat: no-repeat; background-position: -21px -15px; width: 126px; height: 104px; top:0; right:0;left:0;margin:auto; }
.services-sec-lst .services-sec-itm h4:after{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -292px -293px; width: 55px; height: 55px; bottom: 0; right: 0; left: 0; margin: auto;}
.services-sec-lst .services-sec-itm:hover h4:after{background-position: -292px -360px; bottom: 10px; transition: 0.5s}
.services-sec h2{text-align: center;}
.services-sec .services-sec-hvr a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; z-index: 2;}
.services-sec-lst .services-sec-itm:first-child{border: none;}
.services-sec-lst .services-sec-itm:hover {transform: scaleX(1.1) scaleY(1.15);background-color: #45729c;}
.services-sec-lst .services-sec-itm:hover h4{font-size: 23px; line-height: 1.2; color: #fff;}
.services-sec-lst .services-sec-itm.appellate-law:hover h4:before{background-position: -148px -161px}
.services-sec-lst .services-sec-itm:hover h4:before{background-position: -20px -161px}
.services-sec-lst .services-sec-itm.regulatory-law:hover h4:before{background-position: -281px -161px}
.services-sec-lst .services-sec-itm.government-law:hover h4:before{background-position: -447px -159px}
.services-sec-lst .services-sec-itm.transportation-law:hover h4:before{background-position: -23px -429px;}

/*homepage skill section start*/

.skills-sec{padding: 119px 0 0;}
.skills-sec h2{position: relative; padding: 0 0 30px;}
.skills-sec h2:before{position: absolute; content: ""; background-color: #313644; height: 3px; width: 78.3%; bottom: 0; left: 0;}
.skills-sec .skills-lft-ltm {width: 47.3%;}
.skills-sec .skills-lft-ltm p{font-family: 'Mona Sans';font-weight: 400;font-size: 21px;line-height: 1.9; letter-spacing: 0px;color: #313644;margin:0; padding:0;}
.skills-sec .skills-sec-lst{display: flex; justify-content: space-between; align-items: center;}
.skills-sec .skills-rit-ltm {width: 44.3%;}
.skills-sec .skills-rit-ltm .skills-sec-img{box-shadow: 0px 0px 35px 0px rgba(0, 50, 85, 0.2);}
.skills-sec .skills-rit-ltm .skills-sec-img img{width: 100%; display: block;}
.skills-sec h2.mbl-heading{display: none;}

/*homepage dedicated section start*/

.dedicated-sec{padding: 128px 0 145px;}
.dedicated-sec .dedicated-itm h4{  font-family: 'Mona Sans';font-weight: 500; font-size: 30px; color: #313644; line-height: 1; letter-spacing: 0px; margin: 0; padding: 0; text-align: center;text-transform: capitalize;} 
.dedicated-sec .dedicated-itm{position: relative; width: 30.3%; padding: 40px 10px 30px; border-top: 4px solid transparent; border-bottom: 4px solid transparent;}
.dedicated-sec .dedicated-lst{display: flex;border-top: 1px solid #313644; border-bottom: 1px solid #313644; justify-content: space-between;}
.dedicated-sec .dedicated-itm:hover{border-top: 4px solid #313644; border-bottom: 4px solid #313644;}
.dedicated-sec .dedicated-sec-hvr a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; z-index: 2;}

/*homepage attorny section start*/

.attorneys-sec{padding: 0;}
.attorneys-sec .attorneys-itm {width: 24.5%; text-align: center;position: relative; padding: 10px 10px 20px 10px; background-image: -webkit-linear-gradient( 0deg, rgb(241,247,253) 0%, rgb(248,251,254) 15%, rgb(255,255,255) 50%, rgb(248,251,254) 84%, rgb(241,247,253) 100%); box-shadow: 0px 2px 3.72px 0.28px rgba(0, 0, 0, 0.13); }
.attorneys-sec .attorneys-itm .attorneys-cont h3{  font-family: 'Mona Sans';font-weight: 600; font-size: 29px; color: #073865; line-height: 1; letter-spacing: 0px; margin: 0 0 19px; padding: 0; text-transform: capitalize;text-align: center;}
.attorneys-sec .attorneys-itm .attorneys-cont p{font-family: 'Mona Sans'; font-weight: 400; font-size: 18px; color: #6c8098; line-height: 1; letter-spacing: 0px; margin: 0; text-transform: capitalize; border-bottom: 1px solid #6c8098; display: inline-block; padding: 0 0 5px;}
.attorneys-sec .attorneys-itm .attorneys-cont{padding: 36px 30px 0px}
.attorneys-sec .attorneys-lst{padding: 67px 45px 0; display:flex; justify-content:center; position:relative;gap:15px; }
.attorneys-sec h2{text-align: center;margin: 0 0 24px;}
.attorneys-sec .attorneys-lst:before{position: absolute; content: ""; background-image: url(images/atrny-img.webp); top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 76%; z-index: -1;}
.attorneys-sec .attorneys-itm:hover .attorneys-cont h3{ color:#45729c; }
.attorneys-sec .attorneys-sec-hvr a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; z-index: 2;}

/*Homepage Form Section Ends */

.contact-section {text-align: center; padding: 0px 0 164px 0; }
body.home .contact-section{padding-top: 157px;}
.contact-section h2.text-heading {margin: 0 0 35px 0; line-height: 1.3; padding: 0 0 22px;position:relative; }
.contact-section h2:before{position: absolute;content: "";background-color: #313644;height: 3px;width: 42%;bottom: 0;left: 0;right: 0;margin: auto;}
.contact-section p {font-size: 21px; line-height: 2; margin: 0 0 31px; color: #313644;   font-family: 'Mona Sans';font-weight: 400; }
.contact-section p strong { font-weight: 700; }
.contact-section p strong a:hover{color: #45729c;}
.hm-form-sec {position: relative;background-image: url(images/form-lft-img.webp); background-repeat: no-repeat; background-position: top left; background-color: #f0f0f0; background-size: 54.9% 100%; padding: 89px 0 81px 0; }
.form-whl {display: flex; justify-content: end; }
.frm-lft {width: 50%; display: none; }
.frm-rgt {width: 38.4%; }
.frm-rgt h2 {margin: 0 0 16px 0; }
.frm-rgt p {font-size: 17px;   font-family: 'Mona Sans';font-weight: 400;line-height: 1;letter-spacing: 0px; margin: 0 0 22px; color: #313644;}

.frm-rgt .textwidget.custom-html-widget {position: relative; width: 93.3%; background: #e7e9eb; margin: auto; padding: 83px 66px 90px; text-align: center; }
.frm-rgt .textwidget.custom-html-widget::before{position:absolute; content: ""; width: 0; height: 0; border-top: 110px solid #e7e9eb; border-right: 104px solid transparent; top: 21px; left: 21px; }
.frm-rgt .textwidget.custom-html-widget::after{position:absolute; content: ""; width: 0; height: 0; border-bottom: 110px solid #e7e9eb; border-left: 104px solid transparent; bottom: 21px; right: 21px; }
.frm-rgt .gform_wrapper  { margin:0px; }
.frm-rgt .gform_wrapper ul {display: flex !important;flex-wrap: wrap !important;justify-content: space-between;gap: 32px 17px;}
.frm-rgt .gform_wrapper ul li { width:100%;margin:0px 0 0px !important;padding:0px !important; position:relative !important; }
.frm-rgt .gform_wrapper ul li.nm,
.frm-rgt .gform_wrapper ul li.emil,
.frm-rgt .gform_wrapper ul li.chk ul li,
.frm-rgt .gform_wrapper ul li.nm,
.frm-rgt .gform_wrapper ul li.popfield,
.frm-rgt .gform_wrapper ul li.phn { max-width: 48.9%; }
.frm-rgt .gform_wrapper ul li input, .frm-rgt .gform_wrapper ul li textarea {  font-family: 'Mona Sans' !important;font-weight: 400 !important; background-color: transparent; font-size: 17px !important; line-height: 1 !important; border-image: initial; letter-spacing: 0px !important; border-bottom: 1px solid #073865 !important; outline: none; border: none; text-decoration: none; padding: 17px 20px 15px 2px !important; margin: 0px !important; }
.frm-rgt .gform_wrapper ul li input::placeholder, .frm-rgt .gform_wrapper ul li textarea::placeholder{color: #073865 !important;} 
.frm-rgt .gform_wrapper ul li textarea {resize: none; height: 100px; display: block; padding: 6px 14px 9px 2px !important; }
.frm-rgt .gform_wrapper ul li .form-links, .frm-rgt .gform_wrapper ul li .form-links a, .frm-rgt .gform_wrapper ul li.chk ul li label {width: max-content !important; font-size: 17px; color: #45729c; display: inline-block; line-height: 1;   font-family: 'Mona Sans'; text-transform: capitalize;font-weight: 400; }
.frm-rgt .gform_wrapper ul li .ginput_container { margin:0px !important; }
.frm-rgt .gform_wrapper ul li input::placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li input:-ms-input-placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li input::-ms-input-placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li textarea::placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li textarea:-ms-input-placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li textarea::-ms-input-placeholder {color: #000000;}
.frm-rgt .gform_wrapper ul li.chk ul {width: 100% !important;}
.frm-rgt .gform_wrapper ul li .form-links, 
.frm-rgt .gform_wrapper ul li.chk ul li {margin: -28px 0 0 0 !important; }
.frm-rgt .gform_wrapper ul li.chk ul li label {margin: 0 0 0 9px; max-width: 100%;}
.frm-rgt .gform_wrapper ul li.popfield{max-width: 65%; margin: -5px 0 0 !important; }
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none; }

/*button styles*/

.frm-rgt .gform_wrapper .gform_footer {text-align: center; padding: 0; margin: -75px 0 0 0; clear: both; width: max-content; float: right; position:relative; }
.frm-rgt .gform_wrapper .top_label input[type="submit"] {display: inline-block;   font-family: 'Mona Sans'; background-color: #45729c; color: #ffffff!important; font-size: 18px !important; line-height: 1 !important; text-transform: uppercase !important; letter-spacing: 0px; cursor: pointer !important; border: none; padding: 24px 35px !important; margin: 0px !important; position:relative;font-weight: 400;    width: auto !important; height: auto; }
.hm-form-sec .frm-rgt .gform_wrapper .top_label::before{position: absolute; content: ""; background-color: #45729c; width: 100%; height: 2px; bottom: -6px; left: 0; right: 0; margin: auto; }
.frm-rgt .gform_wrapper .top_label input[type="submit"]:hover {background: #313644 !important; color: #ffffff !important; }
.hm-form-sec ul.gform_fields.top_label.form_sublabel_below.description_below:before{display: none;}
.hm-form-sec .frm-rgt .gform_wrapper .top_label:hover::before{background-color: #313644;}

/*/ popup content /*/

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

/*error-fields*/

.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { background:transparent;border:none; padding:0px !important;margin:0px !important; }
.frm-rgt .gform_wrapper ul li .gfield_description, 
.frm-rgt .gform_wrapper ul li .instruction.validation_message { position:absolute;top:4px;right:10px;padding:0px !important;text-align:right;pointer-events:none;  }
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {border :none !important; border-bottom: 1px solid #790000 !important;}
.frm-rgt .gform_wrapper ul li .instruction.validation_message { top:auto; bottom: 0px; }
.frm-rgt .gform_wrapper ul li.chk .gfield_description {text-align: left;top: auto;bottom: -15px;left: 0px;}
.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.lst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.emil.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.phn.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 48.9% !important;}
.frm-rgt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width:100% !important; max-width:100% !important; } 
.frm-rgt .gform_legacy_markup_wrapper div.validation_error {display: none;}

/* Homepage Form Section Ends */

.site-footer {padding: 98px 0 0 0; }
.ftmenu ul {padding: 0px 0 42px; text-align: center; border-bottom: 1px solid #45729c; margin: 0px auto; }
.ftmenu ul li {display: inline-block; border-right: 1px solid #4e4e4e; margin: 0;padding: 0px 53px;}
.ftmenu ul li a {text-transform: capitalize; color: #313644; font-size: 21px;font-weight: 400;font-family: 'Mona Sans'; line-height: 1; letter-spacing: 0px;display:inline-block;  }
.ftmenu ul li a:hover, .ftmenu ul li.current-menu-item a{color: #45729c;}
.ftmenu ul li:first-child{padding-left: 0;}
.ftmenu ul li:last-child{border: none;padding-right: 0;}
.ftr-blocks {padding: 63px 77px 58px; border-bottom: 1px solid #45729c; }
.fottr-whl {display: flex; justify-content: space-between;}
.fttr-logo {margin: 0px 0 31px; }
.fttr-logo img {display: block; width: 100%; }
.fttr-blk h4 {font-size: 40px; font-weight: 400;  font-family: 'Gilda Display'; letter-spacing: -0.8px; color: #313644; line-height: 1; margin: 0 0 21px; position: relative; }
.fttr-blk h4:after{background-color: #45729c; position: absolute; bottom: -2px; content: ""; left: 0; width: 52%; height: 2px; }
.fttr-blk h6 {font-size: 19px;   font-family: 'Mona Sans'; padding: 0 0 0 43px; letter-spacing: 0.19px; margin: 0; line-height: 1.9; color: #313644; position: relative;font-weight: 400; }
.fttr-blk h6::before , .fttr-blk h6 a::before{background-image: url(images/hm-sprites.webp); position: absolute; top: 2px; content: ""; background-position: -379px -294px; left: 0; width: 30px; height: 38px; }
.fttr-blk.cntct h6 a::before {background-position: -432px -290px; }
.fttr-blk.cntct h6::before{display: none;}
.fttr-blk.lctn a:hover {color: #45729c; }
.fttr-blk.cntct a:hover{color: #0a1f38; }
.fttr-blk.logo {width:28.6%; }
.fttr-blk.cntct {width:23%; padding: 11px 0 0; }
.fttr-blk.lctn {padding: 11px 0 0px 0px; width: 21%; }
.fttr-blk.cntct a {font-size: 38px; color: #45729c;   font-family: 'Mona Sans'; line-height: 1; margin: 0 0 20px; display: block;font-weight: 600; }
.fttr-blk.cntct p {  font-family: 'Mona Sans'; font-size: 19px; line-height: 1; letter-spacing: 0.19px; color: #313644;font-weight: 400; }
.fttr-blk.lctn h6 a::before{display: none;}

/* Copyrights */

.copyrights {padding: 45px 0; text-align: center;}
.cpy-inr, .copyrights p, .ftrlink {display: inline-block; }
.copyrights p, .copyrights a {color: #073865; font-size: 18px;font-weight: 400;font-family: 'Mona Sans'; line-height: 1; margin: 0;}
.copyrights a {display: inline-block; padding: 0 5px;}
.copyrights a:hover{color: #313644;text-decoration: underline;}

/* Homepage Ends */

/* Inner Pages Default Styles */

.page_bnr {background-image: url('images/page-bnr-bg.webp'); position: relative;background-position: top right;background-size: 100% 100%; background-repeat: no-repeat; padding: 80px 0 90px;} 

/* .page_bnr:before {background-image: url(images/inn-banner-bfr-img.webp); background-repeat: no-repeat; content: ""; width: 50.2%; height: 100%; position: absolute; background-position: top left; background-size: 100% 100%; pointer-events: none; top: 0; bottom: 0; left: 0; z-index: 0; } */

.page_title {position: relative; z-index: 1; }
.page_title h1, .page_title h2 {font-family: 'Gilda Display'; font-weight: 400; font-size: 70px; color: #2b2f3a; line-height: 1; letter-spacing: 0px; margin-bottom: 15px; }
.inrpg-breadcrumbs {font-family: 'Mona Sans';  font-weight: 400; font-size: 18px; color: #1d2026; line-height: 1; letter-spacing: 0px; margin: 0; }
.inrpg-breadcrumbs span.current-item {color: #073865; }
.page_default {padding: 130px 0; position: relative; }
.container1 {max-width: 1280px; width: 100%; margin: auto;}
.genpg-rite {width: 64.9%; float: left; }
.genpg-lft {width: 31.3%; float: right; max-width: 400px; }
.page_default .genpg-rite h1, .page_default .genpg-rite h2, .page_default .genpg-rite h3, .page_default .genpg-rite h4, .page_default .genpg-rite h5, .page_default .genpg-rite h6 {font-family: 'Gilda Display'; font-weight: 400; margin-bottom: 25px; text-transform: capitalize; color: #313644; }
.page_default .genpg-rite h1, .page_default .genpg-rite h2  {font-size: 70px; line-height: 1.14; letter-spacing: -1.4px; }
.page_default .genpg-rite h3 {font-size: 50px; line-height: 1.14; letter-spacing: -1px; }
.page_default .genpg-rite h4 {font-size: 40px; line-height: 1.2; letter-spacing: -0.8px; }
.page_default .genpg-rite h5 {font-size: 33px; line-height: 1.2; letter-spacing: -0.64px; }
.page_default .genpg-rite h6 {font-size: 26px; line-height: 1.2;       font-family: 'Mona Sans';}
.page_default .genpg-rite p, .page_default .genpg-rite li {font-family: 'Mona Sans'; font-weight: 400; font-size: 21px; line-height: 1.95; color: #313644; letter-spacing: 0px; margin-bottom: 28px ; }
.page_default .genpg-rite a {color:#45729c; text-decoration: none; }
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover {color: #073865; }
.page_default .genpg-rite li {padding-left: 30px; position: relative; margin-bottom: 20px !important; line-height:1.75 !important; } 
.page_default .genpg-rite ul li:before {background-image: url('images/sprites-in.webp'); background-position: -10px -39px; background-repeat: no-repeat; position: absolute; content: ""; width: 14px; height: 15px; left: 0; top: 12px; } 
.page_default .genpg-rite li ul {padding: 15px 0 0 10px; margin: 0; }
.page_default .genpg-rite li ul li {padding-left: 30px; list-style: none; }
.page_content .genpg-rite ol, .page_content .genpg-rite ul {margin-bottom: 25px; 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 > ul li { list-style-type: none; }

/* .page_bnr:after {position: absolute; content: ""; background-image: url(images/page-bnr-logo.webp); background-repeat: no-repeat; background-position: center; width: 21%; height: 180px; top: 0; right: 16%; bottom: 10px; margin: auto; mix-blend-mode: soft-light; background-size: 100% 100%; } */

/* .page_bnr .container1{position: relative;}
.page_bnr .page_title:before {position: absolute;content: "";background-image: url(images/page-bnr-logo.webp);background-repeat: no-repeat;background-position: center;width: 398px;height: 180px;top: 0;right: 220px;bottom: 10px;margin: auto;mix-blend-mode: soft-light;}  */

.page_default .genpg-rite .cmn-img.top-img, .page_default .genpg-rite .single_defualt_img .blog-post-img{padding: 5px; border: 3px solid #45729c; }
.page_default .genpg-rite .cmn-img, .page_default .genpg-rite .single_defualt_img .blog-post-img{margin-bottom: 35px;}
.page_default .genpg-rite .cmn-img img,  .page_default .genpg-rite .single_defualt_img .blog-post-img img{width: 100%;display:block}

/* Sidebar Styles */ 
.genpg-lft .widget {margin-bottom: 50px; background-color: rgb(69, 114, 156); width: 100%; display: inline-block; position: relative;  }
.genpg-lft .widget:last-child{margin-bottom: 0px; }
.genpg-lft h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title {font-family: 'Gilda Display'; font-weight: 400; font-size: 50px; color: #fff; text-transform: capitalize; padding: 34px 25px 25px; margin: 0; line-height: 1; text-align: center; letter-spacing: -1px; position: relative; }
.genpg-lft h4.widget-title::before, .genpg-lft .widget .gform_heading h3.gform_title::before{background-color: #fff; position: absolute; content: ""; width: 36.7%; height: 2px; bottom: 0; left: 0; right: 0; margin: auto;}
.genpg-lft nav{padding: 29px 10px 38px; }
.genpg-lft .widget .menu-sidebar-menu-container, .genpg-lft .widget form {display: inline-block; width: 100%; }

/* Sidebar Navigation Menu */
.genpg-lft section.widget_nav_menu ul {display: block; position: relative; margin:0; }
.genpg-lft .widget ul li {margin: 0; position: relative; }
.genpg-lft .widget ul li a {font-family: 'Mona Sans'; font-weight: 600; font-size: 23px; line-height: 1.36; color: #fff; position: relative; padding: 13px 37px 11px 42px; display: block;text-transform: capitalize; }
.genpg-lft .widget ul li a:hover, .genpg-lft .widget ul li.current-menu-item > a {  background-color: rgb(49, 54, 68); color:#fff; }
.genpg-lft .widget ul li a::before {background-image: url(images/sprites-in.webp); background-position: -10px -10px; background-repeat: no-repeat; position: absolute; content: ""; top: 23px; left:14px;  width: 14px; height: 15px; margin: auto; }
.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::before, .genpg-lft .widget_nav_menu ul li a.drop.open::before{display: none;}
.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: 14px; top: 25px; width: 17px; z-index: 10; height: 12px; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/sprites-in.webp); background-position: -39px -40px; }
.genpg-lft .widget_nav_menu ul li a.drop.open {background-position: -39px -11px; }
.genpg-lft section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;padding: 10px 0 0;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li {padding: 0 0 0 35px;  margin-bottom: 16px;}
.widget.widget_recent_entries ul li a {font-weight: 500; }
/*.genpg-lft section.widget_nav_menu ul ul li:last-child{margin-bottom: 0px; }*/
.genpg-lft ul.sub-menu li a {font-size: 20px!important; padding: 0 0 0 23px !important; font-weight: 500; }
.genpg-lft ul.sub-menu li a:hover{background-color: transparent; color: #073865; }
.genpg-lft .widget ul.sub-menu li a::before {background-image: none; background-color: #fff; border-radius: 50%; position: absolute; content: ""; width: 8px; height: 8px; top: 10px !important; left: 0; margin: auto; }
.genpg-lft .widget ul.sub-menu li a:hover:before{background-color: rgb(7, 56, 101);}

/* Blg archives */

.genpg-lft .blg_sdbar_archives section{ background-color: inherit; }
.genpg-lft .blg_sdbar_archives{padding: 50px 32px; background: #ebebeb; }
.page_default .genpg-lft .blg_sdbar_archives section input.search-field, .page_default .genpg-lft .blg_sdbar_archives section select.postform, .page_default .genpg-lft .blg_sdbar_archives section select {font-family: 'Mona Sans'; font-weight: 400; font-size: 21px;    line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 18px 60px 18px 25px; background-color: transparent; color: #000; margin-bottom: 0; position: relative; appearance: none; width: 100%; border: 1px solid rgb(137, 137, 137); background-repeat: no-repeat; background-position: right 0px center; outline: none; background-image: url("images/arrow.webp"); background-size: 60px 100%; }
.page_default .genpg-lft .blg_sdbar_archives section input.search-field{background-image: none; }
.page_default .genpg-lft .blg_sdbar_archives section h4.widget-title {background-color: transparent; padding: 0; font-family: 'Gilda Display'; font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: 0; color: #000; text-align: left; margin: 0 0 22px; }
.page_default .genpg-lft .blg_sdbar_archives section input.search-submit {background-image: url(images/search-icon.webp); background-size: 60px 100%; background-repeat: no-repeat;    background-position: top 0 center;  width: 60px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; cursor: painted;}
.page_default .genpg-lft .blg_sdbar_archives section h4.widget-title::before{display: none; }


/*    Blog Sidebar   */

.page_default.blog_pg .genpg-lft .blg_sdbar_archives {padding: 0; box-shadow: none; background: transparent; display: flex; justify-content: center; align-items: center; gap: 17px; margin: 0 0 50px; flex-direction: row-reverse; }
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section{margin: 0; } 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives section h4.widget-title{display: none; }
.page_default .genpg-lft .blg_sdbar_archives section input.search-field {background-image: none; }

/* Sidebar Testimonials */
.widget.testi-widget {background-color: #ebebeb; }
.genpg-lft .widget.testi-widget h4.widget-title{color: #010101; padding-bottom: 0; }
.genpg-lft .widget.testi-widget h4.widget-title::before{display: none;}
.genpg-lft .sidebar-testi.owl-carousel {padding: 32px 25px 80px; text-align: center; }
.genpg-lft .sidebar-testi .testi-item .star-rat{background-image: url(images/sprites-in.webp); background-position: -231px -10px; background-repeat: no-repeat; margin: 0 auto 20px; display: inline-block; width: 134px; height: 24px; }
.genpg-lft .sidebar-testi .testi-item p {font-family: 'Mona Sans'; font-weight: 400; font-size: 20px; line-height:2; color: #313644; letter-spacing: 0px; margin-bottom: 20px; }
.genpg-lft .sidebar-testi .testi-item h5 {font-family: 'Mona Sans'; font-weight: 600; font-size: 26px; line-height:1; color: #313644; letter-spacing: 0px; margin-bottom: 0px; }
.genpg-lft .sidebar-testi .testi-item::before {background-image: url(images/sprites-in.webp); background-position: -162px -10px; background-repeat: no-repeat; position: absolute; content: ""; top: 0px; left: 26px; width: 50px; height: 37px; margin: auto; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav {margin: auto; text-align: center; position: absolute; bottom: 80px; display: flex; justify-content: space-between; width: 100%; left: 0; right: 0; max-width: 290px; }
.genpg-lft .owl-carousel .owl-dot{display: none;}
.genpg-lft .owl-carousel .owl-nav button.owl-prev, .genpg-lft .owl-carousel .owl-nav button.owl-next{background-image: url(images/sprites-in.webp); background-position: -385px -10px; background-repeat: no-repeat; width: 36px; height: 20px;  font-size: 0; display: inline-block; transition:1s; }
.genpg-lft .owl-carousel .owl-nav button.owl-next{background-position: -441px -10px; }
.genpg-lft .owl-carousel .owl-nav button.owl-prev:hover, .genpg-lft .owl-carousel .owl-nav button.owl-next:hover{background-position: -385px -50px; }
.genpg-lft .owl-carousel .owl-nav button.owl-next:hover{background-position: -441px -50px; }


/*   Blog Page    */

.page_default .genpg-rite .blg-cntblk {display: flex; flex-wrap: wrap; justify-content: center; gap: 35px; }
.page_default .genpg-rite .post-item {padding:18px 30px 80px; position: relative; display: inline-block; width: 31.5%; background-color: rgb(255, 255, 255); box-shadow: 0px 0px 52px 0px rgba(69, 114, 156, 0.13); transition: 0.5s; }
.blg-cntblk .blog-post-img img {height: 265px; width: 100%; display: block; object-fit: cover; object-position: center; }
.page_default .genpg-rite .post-img {margin-bottom: 20px; } 
.page_default .genpg-rite .blg-cntblk .post-category ul li, .page_default .genpg-rite .blg-cntblk .post-dt {list-style: none; margin: 0; padding: 0; font-size: 20px; color: #000; line-height: 1; letter-spacing: 4.8px; text-transform: uppercase; font-weight: 400; font-family: 'Mona Sans'; margin-bottom: 20px; } 
.page_default.blog_pg .genpg-rite .post-cnt h6{font-size: 24px; font-weight: 500; color: #273759; line-height: 1.5; letter-spacing: 0; margin-bottom: 25px; font-family: 'Mona Sans'; } 
.page_default.blog_pg .genpg-rite .post-cnt h6 a{color: #273759;}
.page_default .genpg-rite .post-category ul {margin: 0px; } 
.page_default .genpg-rite .post-category ul li:before {display: none; } 
.page_default .genpg-rite .post-btn {position: absolute; bottom: 32px; }
.page_default .genpg-rite .post-btn a.blg-btn {font-size: 20px; color: #273759; padding: 12px 16px; font-weight: 500; line-height: 1; letter-spacing: 0; font-family: 'Mona Sans'; border: 1px solid rgb(8, 46, 68); text-transform: uppercase;     display: inline-block;}
.page_default .genpg-rite .post-btn a.blg-btn:hover{color: #fff; border: 1px solid #fff; }
.page_default .genpg-rite .post-item:hover{background-color: #45729c; } 
.page_default .genpg-rite .post-item:hover .post-cnt h6 a{color: #fff;} 
.page_default .genpg-rite .post-item:hover .post-cnt h6 a:hover {color: #2e363b;}
.page_default .genpg-rite .post-item:hover .post-btn a.blg-btn{ color: #fff; border: 1px solid #fff;} 
.page_default .genpg-rite .post-item:hover .post-dt{color: #fff;}


.blg-cntblk nav.navigation.pagination {width: 100%; }
.blg-cntblk .nav-links {display: flex; align-items: center; justify-content: center;gap:8px; margin: 40px 0 0; }
.blg-cntblk span.page-numbers.current, .blg-cntblk .nav-links a:hover{padding: 8px 10px; color: #fff; background-color: #45729c;} 
.blg-cntblk .nav-links a.next.page-numbers, .blg-cntblk .nav-links a.prev.page-numbers {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; width: 40px; height: 22px; font-size: 0; background-position: -437px -83px; background-color: transparent;padding: 0;}
.blg-cntblk .nav-links a.next.page-numbers:hover {background-position: -437px -125px; }
.blg-cntblk .nav-links a.prev.page-numbers{background-position: -385px -83px; }
.blg-cntblk .nav-links a.prev.page-numbers:hover{background-position: -385px -125px; } 
.blg-cntblk .nav-links span, .blg-cntblk .nav-links a {padding: 10px; text-align: center; display: inline-block; color: #000; width: 60px; height: 60px; font-size: 26px; font-weight: 400;  font-family: 'Mona Sans'; line-height: 1; letter-spacing: 0; display: flex ; justify-content: center; align-items: center; }
.blg-cntblk .nav-links svg.svg-icon {display: none; } 
.blg-cntblk .nav-links span.nav-next-text, .nav-links span.nav-prev-text {display: none;}
.blg-cntblk nav.navigation.pagination .screen-reader-text{display: none;}

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


/*     Single Blog    */

.page_default.single-blogpg .page-navi {display: flex; justify-content: space-between; align-items: center; margin: 50px 0 0; } 
.page_default.single-blogpg .post-itm-btm .post-meta {font-size: 20px; font-family: 'Mona Sans'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #313644; text-transform: capitalize; display: flex ; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 15px;}
.page_default .genpg-rite .page-navi-block.page-navi-pre a.cmn-btn, .page_default .genpg-rite .page-navi-block.page-navi-nxt a.cmn-btn {color: #fff; text-transform: capitalize; font-weight: 500; font-size: 22px; }


/* Practice Areas Page */
.practic_areas .genpg-rite{ max-width: 100%; width: 100%; }
.in-pra-item .in-pra-hover a{ position: absolute; content: ""; top: 0; left: 0; bottom: 0; right: 0; margin: auto; font-size: 0; margin: 0; z-index: 1; }
.page_default .genpg-rite .in-pra-item h6{ font-weight: 600; font-size: 20px; line-height: 1.35; letter-spacing: 0px; color: #313644; padding-top: 145px; padding-bottom: 75px; text-align: center; position: relative; margin: 0; }
.in-pra-list .in-pra-item { padding: 44px 25px 28px 25px; box-shadow: 0px 0px 52px 0px rgba(69, 114, 156, 0.13); width: 22.87%; position: relative;transition: 0.5s;}
.in-pra-list .in-pra-item:hover{ background-color: #45729c; }
.in-pra-list .in-pra-item:hover h6{ color: #ffffff; }
.in-pra-list { display: flex; justify-content: center; align-items: stretch; gap: 36px; flex-wrap: wrap; margin: 0 0 32px; }
.in-pra-item h6::before{ background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -10px -221px; position: absolute; content: ""; height: 104px; width: 130px; top: 0; left: 0; right: 0; margin: auto; z-index: 0; }
.in-pra-item h6::after { position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -151px -80px; width: 55px; height: 55px; bottom: 0; right: 0; left: 0; margin: auto;transition: .5s; }
.in-pra-list .in-pra-item:hover h6::after{ background-position: -152px -146px; }
.in-pra-item.transportation-law-and-regulation h6::before{ background-position: -10px -221px;width:179px; }
.in-pra-item.transportation-law-and-regulation:hover h6::before { background-position: -10px -350px; }
.in-pra-item.municipal-and-local-government-law h6::before { width: 93px; background-position: -214px -221px; }
.in-pra-item.municipal-and-local-government-law:hover h6::before { background-position: -214px -349px; }
.in-pra-item.civil-litigation-appellate-law h6::before { background-position: -332px -221px; width: 110px; }
.in-pra-item.civil-litigation-appellate-law:hover h6::before { background-position: -332px -349px; }
.in-pra-item.business-commercial-corporate-law h6::before { background-position: -467px -221px; width: 102px; }
.in-pra-item.business-commercial-corporate-law:hover h6::before { background-position: -467px -349px; }
.in-pra-item.energy-utility-and-regulatory-law h6::before { background-position: -594px -221px; width: 126px; }
.in-pra-item.energy-utility-and-regulatory-law:hover h6::before { background-position: -594px -349px; }
.page_default .genpg-rite .inner-tab-content .inner-pra-cont ul {margin-bottom: 0 !important;}
.page_default .genpg-rite .inner-tab-content .inner-pra-cont ul li {padding: 0 !important; margin: 0 !important; }

.in-pra-item.business-formation h6::before{ background-position:-117px -475px;}
.in-pra-item.business-formation:hover h6::before { background-position:-115px -601px; }
.in-pra-item.merger-acquisition-and-financing-proceedings h6::before{ background-position:-550px -477px  ; }
.in-pra-item.merger-acquisition-and-financing-proceedings:hover h6::before { background-position:-543px -604px  ; }
.in-pra-item.electric-utilities h6::before{ background-position:-256px -474px; }
.in-pra-item.electric-utilities:hover h6::before { background-position: -257px -599px ; }
.in-pra-item.gas-utilities h6::before{ background-position:-389px -474px; }
.in-pra-item.gas-utilities:hover h6::before { background-position:-389px -603px ; }
.in-pra-item.utility-rate-proceedings h6::before{ background-position:-410px -729px; }
.in-pra-item.utility-rate-proceedings:hover h6::before { background-position: -405px -856px; }
.in-pra-item.water-utilities h6::before{ background-position:-561px -746px; }
.in-pra-item.water-utilities:hover h6::before { background-position:-551px -867px; }
.in-pra-item.workers-compensation-defense h6::before{ background-position:-685px -722px; }
.in-pra-item.workers-compensation-defense:hover h6::before { background-position:-676px -843px; }
.in-pra-item.business-disputes-litigation h6::before{ background-position:7px -474px; }
.in-pra-item.business-disputes-litigation:hover h6::before { background-position:7px -597px; }
.in-pra-item.pipeline-regulation h6::before{ background-position:-270px -735px; }
.in-pra-item.pipeline-regulation:hover h6::before { background-position: -267px -865px; }
.in-pra-item.pipeline-rate-proceedings h6::before{ background-position:-138px -730px; }
.in-pra-item.pipeline-rate-proceedings:hover h6::before { background-position:-136px -861px; }
.in-pra-item.non-regulated-energy h6::before{ background-position:4px -726px; }
.in-pra-item.non-regulated-energy:hover h6::before { background-position:4px -859px; }

.page_default .genpg-rite .inner-tab-content .inner-pra-cont ul li::before{ display: none; }
.inner-tab-content .inner-pra-cont li a { font-family: 'Mona Sans'; font-weight: 600; font-size: 24px; line-height: 1.41; letter-spacing: 0; padding: 18px 48px 13px 49px; text-align: center; color: #000000; border: 1px solid #b1b2b5; min-height: 100px; display: flex; justify-content: center; align-items: center; }
.inner-tab-content .inner-pra-cont li a:hover{ color: #ffffff; background-color: #45729c; border: 1px solid #45729c; }
.inner-pra-cont ul { margin: 0 !important; display: flex; justify-content: center; align-items: stretch; gap: 14px; } 



/* Attorney Page */
.in-attor-blk .in-attor-item { width: 47.86%; background-image: -webkit-linear-gradient( 0deg, rgb(241,247,253) 0%, rgb(248,251,254) 15%, rgb(255,255,255) 50%, rgb(248,251,254) 84%, rgb(241,247,253) 100%); box-shadow: 0px 2px 3.72px 0.28px rgba(0, 0, 0, 0.13); padding: 11px 11px 27px; position: relative; }
.in-attor-item-hover a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; z-index: 2; }
.in-attor-blk .in-attor-item img{ width: 100%; display: block; text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3); }
.in-attor-blk { display: flex; justify-content: center; align-items: center; gap: 35px; flex-wrap: wrap; margin: 0 0 60px; }
.in-attor-item .in-attor-img { background-image: url(images/in-attorney-back-img.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; padding: 13px 0 0; margin: 0 0 35px; }
.page_default .genpg-rite .in-attor-item h5{ font-family: 'Mona Sans'; font-weight: 600; text-align: center; margin: 0 0 20px; color: #073865; }
.page_default .genpg-rite .in-atto-btn{ text-align: center; }
.page_default .genpg-rite .in-atto-btn a{ display: inline-block; font-family: 'Mona Sans'; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: 0; color: #6c8098; position: relative; padding: 0 0 5px; }
.page_default .genpg-rite .in-atto-btn a::before { position: absolute; content: ""; bottom: 0; left: 0; right: 0; height: 2px; width: 93%; margin: auto; background-color: #6c8098; } 

.in-attor-item.barlow-holley .in-attor-img {padding: 0; background-image: none; }

/*  Kyle C. Marionneaux Page */

.page_content.single_attr_pag .genpg-rite {float: right; }
.page_content.single_attr_pag .genpg-lft { float: left;  }
.page_content.single_attr_pag .genpg-rite .sdbr-img {display: none; }
.sdbr-img {position: relative; width: 100%; z-index: 0; margin-bottom: 65px; }
.sdbr-img::before{background-image: url('images/sdbr-img-bg.webp'); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; }
.sdbr-img img{display: block;   width: 100%; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-title h2{font-family: 'Mona Sans'; font-weight: 700; font-size: 60px; line-height:1; letter-spacing:0px ; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-title h6{font-size: 20px; color:#073865; text-transform: uppercase; line-height:1; letter-spacing:5px ; margin-bottom: 37px;}
.inn-sing-attr-blk {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 54px; position: relative; }
.inn-sing-attr-blk::before {background-color: rgb(214, 215, 218); position: absolute; content: ""; width: 1px; height: 88.3%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm {text-align: center; width: 50%; position:relative; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm h4 {padding: 68px 0 16px;  line-height: 1; border-bottom: 2px solid rgb(69, 114, 156); width: max-content; margin: 0px auto 17px; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm p a{display: block;}
.page_content.single_attr_pag .genpg-rite .sing-attr-call a {font-family: 'Mona Sans'; font-weight: 600; font-size: 38px; line-height: 1; display: inline-block;}
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm p {letter-spacing:0.19px;  margin: 0; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm h4::before, .page_content.single_attr_pag .genpg-rite .sing-attr-call a::before{background-image: url(images/sprites-in.webp); background-position: -113px -10px; background-repeat: no-repeat; position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 30px; height: 48px; margin: auto; }
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-itm.phone h4::before{display: none;}
.page_content.single_attr_pag .genpg-rite .sing-attr-call a::before{background-position: -73px -81px; width: 48px; transition: 1s;}
.page_content.single_attr_pag .genpg-rite .sing-attr-call a:hover::before{background-position: -73px -143px; }
.page_content .genpg-rite  .inn-sing-attr-btn{text-align: center; margin-bottom: 74px;}
.page_content .genpg-rite  .inn-sing-attr-btn a.cmn-btn{color: #fff; }


.accsec-ritcnt.accordion {margin-bottom: 30px; }
.accordion-section {margin-bottom: 15px; }
.accordion-section-content {padding: 30px 0px 20px; }
.page_content .genpg-rite .accordion-section h5{margin-bottom: 0;}
.page_content .genpg-rite .accordion-section h5 a {color: #313644; background-color: transparent; padding: 16px 60px 15px 38px; display: block; background: transparent; border: 1px solid rgb(215, 215, 216); position: relative; transition: all 0.5s; line-height: 1; }
.page_content .genpg-rite .accordion-section h5 a::before {background-image: url(images/sprites-in.webp); background-position: -72px -44px; background-repeat: no-repeat; position: absolute; content: ""; top: 25px; right: 30px; width: 24px; height: 14px; margin: auto; }
.page_content .genpg-rite .accordion-section h5 a.active::before{background-position: -72px -10px;rotate: 180deg;}
.page_content.single_attr_pag .genpg-rite .inn-sing-attr-bio h6{letter-spacing: 0px;  font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
.page_content .genpg-rite .accordion-section h5 a.accordion-section-title.active{  background-color: rgb(69, 114, 156); color: #fff;}
.accordion-section:last-child{margin: 0;}

/*    Testimonials page     */

.testimonials {column-count: 2; column-gap: 40px;  } 
.testimonials .testi-item {transition: all 0.5s; margin-bottom: 40px; display: inline-block; width: 100%; background-color: rgb(255, 255, 255); box-shadow: 0px 0px 35px 0px rgba(69, 114, 156, 0.2); position: relative; z-index: 0; padding: 42px 35px 35px; text-align: center; }
.testimonials .testi-item .star-rat {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -231px -10px; width: 134px; height: 24px; margin: 0 auto 25px; }
.testimonials .testimonials .testi-item h6{position: absolute; left: 0; right: 0; margin: auto; bottom: 30px;  font-weight: 600; font-family: 'Mona Sans';} 
.testimonials .testi-item:hover{background-color: #45729c; } 
.testimonials .page_default .genpg-rite .testi-item p{margin-bottom: 10px;}
.testimonials .testi-item:hover p, .testi-item:hover h6{color: #fff;} 
.testimonials .testi-item:before{position: absolute; content: ""; width: 49px; height: 37px; left: 30px; top: 40px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -226px -81px; } 
.testimonials .testi-item:hover:before{background-position: -226px -138px;}
.page_default .genpg-rite .testimonials .testi-item  p{margin-bottom: 20px; }
.page_default .genpg-rite .testimonials .testi-item  h6{margin-bottom: 0; line-height: 1; letter-spacing: 0px; font-weight: 600; }



/* Contact Page */

.contact-heading {margin-bottom: 393px; text-align: center; }
.in-contact-list .in-contact-item {box-shadow: 0px 0px 52px 0px rgba(69, 114, 156, 0.13); width: 32.2%; text-align: center; padding: 0px 20px 30px; background-color: #ffff; position:relative; }
.in-contact-item p a{ display: block; }
.in-contact-list { display: flex; justify-content: center; align-items: stretch; gap: 22px; }
.in-contact-item.cnt-logo {display: flex; justify-content: center; align-items: center; }
.in-cont-logo {width: 54.2%; margin: auto; }
.in-cont-logo img{width: 100%; display: block; }
.page_default .genpg-rite .in-contact-item h4 {position: relative; line-height: 1; padding: 70px 0 10px; margin-bottom: 15px; }
.page_default .genpg-rite .in-contact-item h4::before, .page_default .genpg-rite .in-contact-ph a::before {position: absolute; content: ""; top: -41px; left: 0; right: 0; margin: auto; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -502px -6px; background-color: #45729c; height: 86px; width: 86px; }
.page_default .genpg-rite .in-contact-item.contact h4::before { display:none; }
.page_default .genpg-rite .in-contact-ph a::before{ background-position: -615px -10px;  transition: 0.5s;}
.page_default .genpg-rite p a { margin: 10px 0 0; }
.in-contact-item h4::after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; margin: auto; background-color: #45729c; height: 2px; width: 39%; }
.contact_pg .genpg-rite p{ font-size: 19px; line-height: 1.94; letter-spacing: 0.19px;     margin-bottom: 0;}
.contact_pg .genpg-rite { max-width: 100%; width: 100%; }
.in-contact-btn a.cmn-btn, .in-contact-btn a.cmn-btn::before{ background-color: #ffffff; color: #000000; }
.in-contact-btn a.cmn-btn:hover, .in-contact-btn a.cmn-btn:hover::before{ background-color: #000000; color: #ffffff; }
.in-contact-item.cnt-logo{ background-color: #45729c;}
.in-contact-item .in-contact-ph a {font-family: 'Mona Sans'; font-weight: 600; display: inline-block; font-size: 38px; line-height: 1; letter-spacing: 0; color: #45729c; margin-bottom: 25px; }
.contact_pg .genpg-rite .in-contact-item.contact p{ font-family: 'Mona Sans'; font-weight: 400; font-size: 19px; letter-spacing: 0.19px; margin: 0; line-height: 1;}
.in-contact-map {position: absolute; width: 97%; left: 0; right: 0; bottom: 23%; margin: auto; z-index: -1; }
.in-contact-map iframe {width: 100%; height: 500px; }


 /*     Common Box    */ 
.page_default .genpg-rite .cbt-cmn-box {padding: 30px 50px 55px;text-align: center;border: 2px solid #000;margin: 50px 0;display: none;}
.page_default .genpg-rite .cbt-cmn-box h2 {font-size: 60px; font-weight: 400; line-height: 1.06; letter-spacing: -1.2px; padding-bottom: 20px; border-bottom: 2px solid #073865; margin-bottom: 25px; display: inline-block; text-align: center; }
.page_default .genpg-rite .cbt-cmn-box h2 strong {display: block; font-weight: 400; color: #073865;}
.page_default .genpg-rite .cmn-box-btns {display: flex; justify-content: center; align-items: center; gap: 30px; } 
.page_default .genpg-rite .cmn-box-call {position: relative; padding-left: 60px; } 
.page_default .genpg-rite .cmn-box-call p {font-weight: 400; font-size: 19px; font-family: 'Mona Sans'; line-height: 1; letter-spacing: 0.19px; color: #313644; text-align: start; text-transform: uppercase; margin: 0; }
.page_default .genpg-rite .cmn-box-call p a {font-weight: 600; font-size: 38px; line-height: 1; letter-spacing: 0; color: #313644; margin: 10px 0 0; display: block; }
.page_default .genpg-rite .cmn-box-call p a:hover{color: #45729c; }
.page_default .genpg-rite .cmn-box-call p a::before {position: absolute; content: ""; margin: auto; background-image: url(images/sprites-in.webp); background-position: -10px -81px; width: 42px; height: 42px; left: 0; top: 0; bottom: 0; transition:1s; } 
.page_default .genpg-rite .cmn-box-call p a:hover::before {background-position: -10px -143px; }
.page_default .genpg-rite .inn-cnt-btn a.cmn-btn {color: #fff; }


body.page-template-contact-page .contact-section{display: none;}
.genpg-rite .inner-map {padding: 5px; border: 3px solid #45729c; }
.inner-map iframe {width: 100%;height: 400px;}
.inn-sing-attr-awards-blk {display: flex ; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 45px; }
.inn-sing-attr-awards-itm {width: 18%; }
.inn-sing-attr-awards-itm img {width: 100%; display: block; }
.page_default.blog_pg.serch_pg .page-content form.search-form{display:none; }
body.page-id-32 .genpg-rite .cbt-cmn-box, body.page-id-30 .genpg-rite .cbt-cmn-box, body.page-id-349 .genpg-rite .cbt-cmn-box{display: none;}                                                                    
.genpg-rite .areas-served .loc-itm ul li::before {display: none; }
.page_default .genpg-rite .areas-served .loc-itm ul {display: flex ; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 0; }
.page_default .genpg-rite .areas-served .loc-itm ul li {padding: 0; margin: 0 !important; }
.page_default .genpg-rite .areas-served .loc-itm ul li a {font-family: 'Mona Sans'; font-weight: 600; font-size: 18px; line-height: 1; letter-spacing: 0px; color: #fff; text-align: center; text-transform: uppercase; display: inline-block; background-color: #45729c; padding: 20px 30px; }
.page_default .genpg-rite .areas-served .loc-itm ul li a:hover{background: #313644;}
.areas-served .loc-itm {padding: 40px 30px; background-color: #ebebeb; margin: 0 0 30px; text-align: center; border: 3px solid #45729c;}


.prfl-btns{margin-bottom: 74px;display: flex;justify-content: center;gap: 20px;flex-wrap:wrap;}
.prfl-btns .inn-sing-attr-btn{margin: 0px !important;}


body.page-id-392 .page_title h1{font-size: 60px;    text-shadow: 0.3px 0.3px 0px #ffffff, 0 0 0.4em #ffffff, 0 0 0.2em #ffffff;}

.hm-map-sec .container{max-width:100%;padding:0;}
.map-blk iframe{width:100%;height:500px;}
.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;}
