/* 
Theme Name:		patrickmcphersondui
Theme URI:		 http://childtheme-generator.com/
Description:	patrickmcphersondui 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:	patrickmcphersondui
*/

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

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

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

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

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

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

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

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


:root {

  --blue: #1e90ff;

  --white: #ffffff;

  --placeholdercolor: currentColor;

}



* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  scroll-behavior: smooth;

}



body {

  margin: 0;

  padding: 0;

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

  font-weight: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.clear {

  clear: both;

}



.alignleft,

.alignright,

.aligncenter {

  margin-bottom: 10px;

}

.owl-carousel{display: block !important;}

.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: 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 .container{max-width: 1720px;}

.head-sec.f-nav {position: fixed; z-index: 999; width: 100%;background-color:#fafaf8;border-bottom:2px solid #16b7a7;padding:20px 0 10px; }
.head-sec.f-nav .logo{width: 21%;transition-duration: 0.5s}
.head-sec.f-nav .top-rit p a{font-size: 37px;}
.head-sec { padding:32px 0 0px; position: absolute; z-index: 999; }
.logo-rit {display: flex; gap: 100px;align-items:center; }
.header {display: flex; align-items: center; justify-content: space-between; }
.logo {width: 23%; }
.logo img {transition-duration: 0.5s;width:100%;display:block; }
.top-rit p{color: #16b7a7;font-family: 'Geist';font-weight: 600;font-size: 20px;letter-spacing: 0.4px;line-height: 1;text-align: center;position: relative;padding-left: 78px;margin: 0;}
.top-rit {padding: 5px 0 0; }
.top-rit p a{font-size: 40px;color: #000;letter-spacing: 0;display: block;}
.top-rit p a:before{content: "";background-image: url(images/sprites.webp);width: 50px;height: 50px;left: 0;top: 0;bottom: 0;margin: auto;background-repeat: no-repeat;background-position: -21px -18px;position: absolute;}
.top-rit p a:hover:before{background-position: -21px -88px;transition-duration: 0.5s;}
.top-rit p a:hover{color: #16b7a7;}
.topmenu ul {position: relative; margin: 0; }
.topmenu ul li {float: left; position: relative; margin: 0px 20px; }
.topmenu ul li:last-child{border: none;padding-right: 0}
.topmenu ul li a {position: relative; font-weight: 600; letter-spacing: 0.4px; text-transform: none; font-size: 22px; line-height: 1; color: #000; font-family: 'Geist'; }
.topmenu ul li a:hover,.topmenu ul li.current-menu-item > a{color: #166d7a;}
.topmenu ul.primary-menu > li.current-menu-item a, .topmenu ul.primary-menu > li a:hover {color: #166d7a; }
.topmenu ul li:first-child {margin-left: 0px; }
.topmenu ul li:last-child {margin-right: 0px; }
.topmenu ul li:last-child a {border: 0; }
.topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #16b7a7; 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 #0e3647; margin: 0; padding: 0; }
.topmenu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; }
.topmenu .sub-menu li a:hover {background-color: #0e3647; color: #fff; }
.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 27px;

  position: relative;

}



.showhide b.txtl {

  text-align: right;

  font-size: 20px;

  line-height: 28px;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0 0px 0 0px;

  color: #343235; font-family: 'Geist';

  padding-top: 2px;

  font-weight: bold;

  letter-spacing: 0.5px;

}



.showhide b.txtr {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  text-align: left;

  font-size: 37px;

  line-height: 31px;

  color: #343235;

}



.mobinav {

  display: none;

  width: 100%;

  color: #fff;

  box-sizing: border-box;

  z-index: 99999995;

  float: left;

  position: absolute;

  top: 38px;

  left: 0;

}



.mobinav ul {

  float: left;

  margin: 0px 0 0 0;

  padding: 5px 0px;

  width: 100%;

}



.mobinav ul li {

  float: left;

  margin: 0;

  width: 100%;

  list-style: none;

  padding: 0 20px;

  box-sizing: border-box;

  border: 0;

  margin: 0;

  padding: 0px;

  position: relative;

  font-family: 'Geist';

}



.mobinav a {

  width: 100%;

  float: left;

  padding: 6px 0;

  display: block;

  line-height: normal;

  color: #fff;

  font-size: 16px;

  letter-spacing: 0.5px;

   font-family: 'Geist';

  border: 0;

  margin: 0;

  text-decoration: none;

}



.mobinav a:hover {

  color: #16b7a7;

}



.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 */
/*Header Sticky Menu*/

.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #fff; z-index: 9999;border-bottom:2px solid #16b7a7 }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out; }
.header-sticky .sicky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; }
.header-sticky .mobile_src_nav {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; font-family: 'Geist'; }
.header-sticky .sicky-cnt>a {font-size: 17px; color: #16b7a7;  font-family: 'Geist';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 #16b7a7; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #16b7a7 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: 7px; }
.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: #0e3647; 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:250px;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: 22px; color: #fff; line-height: 1; display: inline-block; position: relative; background-color: #16b7a7; text-transform: uppercase; font-weight: 800; padding: 26px 52px; font-family: 'Geist'; text-align: center;border-radius:50px;z-index:99; transition: 0.5s}
a.cmn-btn:hover {background: #fff;color: #16b7a7;}
.text-heading {font-family: 'Geist'; font-weight: 700; font-size: 69px; color: #000; line-height: 1.07; margin: 0 0 40px 0;letter-spacing: -1.38px}

/* Homepage Banner Section Starts */



.banner-sec {padding: 305px 0 265px 0; background: url(images/ban-img.webp),#fafaf8;background-repeat: no-repeat;background-position: bottom center;background-size: 100% 100%; position: relative; text-align: center;z-index: 1; }
.banner-sec:before{content: "";background-image: url(images/ban-top-layer.webp);background-repeat: no-repeat;width: 100%;height: 100%;top: 0;left: 0;right: 0;margin: auto;position: absolute;pointer-events: none;z-index: -1;mix-blend-mode: overlay;}
.banner-sec:after {content: ""; background-image: url(images/ban-btm-rit-layer.webp); background-repeat: no-repeat; width: 60%; height: 100%; top: 0; right: 0; margin: auto; position: absolute; pointer-events: none; z-index: -1; }
.banner-sec h1 {font-family: 'Geist'; font-weight: 800; font-size: 90px; line-height: 83px; letter-spacing: 0; color: #fff; margin: 0 0 10px; text-transform: uppercase;}
.banner-sec h1 strong{display: block;font-family: 'Satisfy';font-size: 78px;font-weight: 400;text-transform: none;}
.banner-sec p{font-size: 28px;font-family: 'Geist';font-weight: 500;letter-spacing: 5.6px;line-height: 1.10;color: #fff;text-transform: uppercase;margin:  0 0 44px;}
.banner-sec .exerience-blk {position: absolute; right: 6.9%; bottom:16%; }
.banner-sec .ban-btn a.cmn-btn{padding: 24px 85px;}

.exerience-blk .years-item h3{font-family: 'Geist';font-weight: 800;font-size: 60px;letter-spacing: -3.3px;line-height: 1;color: #fff;margin-bottom: 0;}
.exerience-blk .years-item h3 sup{font-size: 38px;}
.exerience-blk .years-item h3 strong{font-size: 14px;color: #16b7a7;font-weight: 500;letter-spacing: 1.12px;display: block;text-transform: uppercase;}
.exerience-blk .years-item h3 b{font-size: 14px;font-weight: 500;letter-spacing: 1.12px;display: block;text-transform: uppercase;}
.exerience-blk .years-item {padding:27px 20px; background-image: url(images/experience-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; width: 150px; margin: auto; position: relative; text-align: center; }
.exerience-blk .years-item:before {content: ""; width: 100%; height:100%; top: -12px; left: 0; right: 0; margin: auto; background-repeat: no-repeat; position: absolute; border-top: solid 8px #16b7a7; border-radius: 50%;pointer-events: none;}
.exerience-blk {width: 15%; }
.exerience-blk h4{font-family: 'Satisfy';font-size: 30px;color: #fff;letter-spacing: 0;line-height: 1;font-weight: 400;padding: 0 0 40px;position: relative;text-align: center;margin: 0;}
.exerience-blk h4:before {content: ""; width: 90%; height: 35%; bottom: 0; left: 0; right: 0; margin: auto; background-repeat: no-repeat; background-image: url(images/exp-blk-btm-lines.webp); position: absolute; background-size: 100% 100%;}

/*Homepage About Section Start*/

.hm-about-sec {padding: 307px 0 120px; background-image: url(images/about-bg-shape.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; margin: -146px 0  0; position: relative; z-index: 1; }
.hm-about-sec .text-heading {color: #fff; letter-spacing: -2.2px; line-height: 1.1;margin: 0 0 50px 0; }
.hm-about-sec:before {content: ""; width: 80%; height: 32%; position: absolute; bottom: 0; right: 0; margin: auto; background: linear-gradient(360deg, rgb(14, 54, 72) 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none;}
.hm-about-sec:after{content: ""; background-image: url(images/about-bg-img.webp); background-repeat: no-repeat; width: 100%; height:74.4%; position: absolute; bottom:0; left: 0; right: 0; margin: auto; background-size: 100% 100%;pointer-events: none;z-index: -1;}
.hm-about-sec .about-blk {display: flex; justify-content: flex-start; position: relative; gap: 50px; }
.hm-about-sec .abt-sec:before {content: ""; background-image: url(images/abt-left-img-bg-vector.webp); width: 40.6%; height: 84%; top: -6%; margin: auto; left: -16px; background-repeat: no-repeat; position: absolute; z-index: -1; background-size: 100% 100%; pointer-events: none;}
.hm-about-sec .abt-sec{position: relative;}
.about-blk .abt-left {width: 47.3%;position:relative;z-index:0; }
.about-blk .about-rit {width:42.2%;padding:60px 0 0 }
.abt-left .abt-lft-img {width: 80.1%; z-index: -1; position: relative;background-color:#000 }
.abt-left .abt-lft-img img{opacity: 73%;}
.abt-left img{width: 100%;display: block;}
.abt-left .abt-lft-btm-img {width: 52%; position: absolute; bottom:40px; right: 0; z-index: -1;}
.hm-about-sec .abt-title h6{color: #16b7a7;font-size: 20px;letter-spacing: 14px;line-height: 1;font-family: 'Geist';font-weight: 600;text-transform: uppercase;writing-mode: vertical-rl;rotate: 180deg;margin: 0;}
.hm-about-sec .abt-title {position: absolute; right: 8.8%; top: 9px; }
.about-blk .abt-lft-cont h3{font-family: 'Satisfy';font-size: 80px;color: #fff;letter-spacing: -1.6px;line-height: 1;text-align: center;margin: 0;}
.about-blk .abt-lft-cont h3 strong{color: #16b7a7;display: block;}
.about-blk .abt-rit-cont p{color: #fff;font-family: 'Geist';font-weight: 400;font-size: 20px;line-height: 1.8;letter-spacing: 0;margin: 0px;}
.about-blk .abt-rit-cont {padding: 0 15px 0 40px;border-left: 1px solid #16b7a7;margin: 0 0 55px;}
.abt-rit-btns .phn-num p {color: #16b7a7; font-family: 'Geist'; font-weight: 600; font-size: 18px; letter-spacing: 0.4px; line-height: 1;  position: relative; padding:0px 0 0 63px; margin: 0; }
.abt-rit-btns .phn-num p a {font-size: 33px; color: #fff; letter-spacing: 0; display: block; }
.abt-rit-btns .phn-num p a:before {content: "";background-image: url(images/sprites.webp);width: 44px;height: 44px;top: 7px;left: 0;background-repeat: no-repeat;background-position: -90px -18px;position: absolute;}
.hm-about-sec .abt-rit-btns {display: flex;gap: 30px;align-items: center;}
.hm-about-sec .abt-lft-cont {width: 61%; }
.abt-rit-btns .phn-num p a:hover{color: #16b7a7;}
.abt-rit-btns .phn-num p a:hover:before{background-position: -90px -88px;transition-duration: 0.5s;}
.hm-about-sec .abt-title.mbl {writing-mode: horizontal-tb;display: none;}

/* Homepage Practice Areas Section Starts */

.hm-practice-areas-sec{padding: 160px 0 140px;position: relative;background-color: #fff}
.hm-practice-areas-sec:after{position: absolute;content: "";width: 100%;height: 61%;background-image: url(images/hm-pract-bg.webp);background-repeat: no-repeat;background-size: 100% 100%;bottom: 0;left: 0;pointer-events: none;opacity: 30%}  
.hm-practice-areas-sec h2{text-align: center;line-height: 0.87;letter-spacing: -1.98px;margin: 0 0 50px 0;}
.hm-practice-areas-sec h2 strong{font-size: 60px;font-weight: 600;color: #16b7a7;line-height: 1.2;letter-spacing: -1.2px;display: block;} 
.hm-pract-itm{position: relative;width: 24%;transition: 0.5s;z-index: 9}
.hm-pract-lst {display: flex ; justify-content: space-between;margin-bottom:75px; }
.hm-pract-itm:before{position: absolute;content: "";width: 100%;height: 100%;background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(14,54,71,0) 32%,rgba(14,54,71,0) 33%,rgba(14,54,71,0.03) 37%,rgba(14,54,71,0.23) 51%,rgba(14,54,71,0.83) 85%,rgba(14,54,71,0.94) 93%,rgba(14,54,71,1) 100%);bottom: 0;left: 0;pointer-events: none;}
.hm-pract-itm:hover:before{background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(22,183,167,0) 32%,rgba(22,183,167,0) 33%,rgba(22,183,167,0.03) 37%,rgba(22,183,167,0.23) 51%,rgba(22,183,167,0.83) 85%,rgba(22,183,167,0.94) 93%,rgba(22,183,167,1) 100%);}
.hm-pract-itm:after{position: absolute;content: "";width: 183px;height: 22px ;background-image: url(images/hm-pract-circles.webp);background-repeat: no-repeat; bottom: -8px;left: 0;right: 0;margin: auto;}
.hm-pract-itm:hover:after{background-image:url(images/hm-prcat-hvr-circles.webp);  }
.hm-pract-itm h4{font-size: 32px;font-weight: 700; font-family: 'Geist';line-height: 1.09;letter-spacing: 0;color: #fff;text-align:center;text-transform: capitalize;margin: 0;min-height: 65px;}
.hm-pract-itm .prac-cont{position: absolute;bottom: 45px;left: 0;right:0;margin: auto;}
.hm-pract-img{width: 100%}
.hm-pract-img img{width: 100%;display: block;}
.hm-pract-btn{text-align: center;}
.hover  a{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;font-size: 0}

.hm-practice-areas-sec:before, .hm-experience-sec:before,.hm-get-help-sec:before {position: absolute; content: ""; width: 100%; height: 43px; background-image: url(images/border-pattern.webp); background-repeat: repeat; top: 9px; left: 0; background-size: contain;}
/* Homepage Practice Areas Section Ends */
 
 
/* Homepage Standing Up Section Starts */
.hm-standing-up-sec  { background-image: url(images/hm-standing-bg.webp); background-repeat: no-repeat; margin: -260px 0 0; background-size: cover; position: relative; z-index: 9; padding: 245px 0 0px; background-position: bottom center;}
.hm-standing-up-sec:before{position: absolute;content: "";width: 100%;height: 10%;  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);bottom: 0;left: 0}
.hm-standing-up-sec h2{font-family: 'DM Sans';margin-bottom: 13px;}
.hm-standing-lst {display: flex ; justify-content: space-between;align-items:flex-end; }
.hm-standing-lft{width: 35.3%;display: flex;justify-content: flex-end;}
.hm-standing-rite{width: 55.5%;padding: 94px 110px 0px 73px;background: linear-gradient(to bottom, rgb(255 255 255) 53%, rgba(255, 255, 255, 0.45) 100%);position: relative;}
.hm-standing-rite:before {position: absolute; content: ""; width: 100%; height: 24px; background-image: url(images/border-pattern.webp); background-repeat: repeat; top: 10px; left: 0; background-size: contain; }

.hm-standing-rite p{font-size: 19px;font-weight: 400; font-family: 'Geist';line-height: 1.9;letter-spacing: 0;color: #062441;margin-bottom: 34px}
.hm-standing-rite p:last-of-type{margin-bottom: 27px;}
.hm-standing-btns {display: flex ; justify-content: center; gap: 10px; }
.hm-standing-tel a.cmn-btn{background-color: #0e3647}
.hm-standing-btns a.cmn-btn{padding: 26px 40px;}
.hm-standing-tel a.cmn-btn:hover{background-color: #16b7a7;color: #fff}
.hm-standing-sch a.cmn-btn:hover{background-color: #0e3647;color: #fff}
.hm-standing-lft .exerience-blk {width: 50%; }
.hm-standing-lft .exerience-blk h4{color: #000;}
.hm-standing-lft .exerience-blk .years-item{margin: 0 auto 10px;}

 
/* Homepage Experience Section Starts */
 
.hm-experience-sec {padding: 205px 0 150px;position: relative;}
.hm-experience-sec .container{max-width: 1280px}
.hm-experience-sec:before{top: inherit;bottom:9px;}
.hm-exp-itm p{font-size: 22px;font-weight: 500; font-family: 'Geist';line-height: 1.4;letter-spacing: 0;color:#062441;margin: 0px;}
.hm-exp-blk {display: flex ; justify-content: space-between; }
.hm-exp-itm {width: 25%; text-align: center;padding-top: 190px;position: relative;}
.hm-exp-itm:before{position: absolute;content: "";width: 100px;height: 100px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position:-22px -164px ;top: 60px;left: 0;right: 0;margin: auto;}
.hm-exp-itm:after {position: absolute; content: ""; width: 73%; height: 73%; border-top: solid #ce5811 10px; border-radius: 50%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; }
.hm-exp-itm.mid:after {border-top: 0; border-bottom: solid #ce5811 10px; top: -40px; }
.hm-exp-itm.mid:before {background-position: -142px -164px;top: 21px !important; }
.hm-exp-itm.rit:before{background-position: -257px -164px}


/* Homepage Testimonials Section Starts */
 
.hm-testimonials {padding:145px 0 250px; position: relative; text-align: center; background: linear-gradient(to bottom, rgba(18,78,89,1) 0%,rgba(14,61,72,1) 25%,rgba(13,54,66,1) 41%,rgba(13,52,65,1) 57%,rgba(14,54,72,1) 81%,rgba(14,54,72,1) 100%)}
.hm-testimonials:before{position: absolute;content: "";width: 100%;height: 100%;background-image: url(images/hm-testi-bg.webp);background-repeat: no-repeat;top: 0;left: 0;pointer-events: none;opacity: 22%;background-size: 100% 100%;}
.hm-testimonials:after{position: absolute;content: "";width: 100%;height: 100%;background-image: -webkit-linear-gradient( 80deg, rgb(14,54,72) 0%, rgba(0,0,0,0) 100%);bottom: 0;left: 0;pointer-events: none}
.hm-testimonials .container{max-width: 1280px}
.hm-testimonials h2{color: #fff;position: relative;z-index: 9;letter-spacing: -2.1px;}
.hm-testimonials .hm-testi-item {width: 80%; margin: auto; }
.hm-testi-item  .star-rat{width: 225px;height: 41px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -25px -282px;text-align: center;margin: auto;}
.hm-testi-item p {color: #fff; font-size: 42px;font-family: 'Geist';font-weight: 400;line-height:1.57;letter-spacing:0 }
.hm-testi-item h5 {color: #fff; font-size: 42px;font-family: 'Geist';font-weight: 500;  text-transform: capitalize;text-decoration: underline;margin: 0 0 25px;}
.hm-testimonials-btn a.cmn-btn{position: relative;z-index: 99;}
.hm-testimonials .testi-blck .owl-nav {width: 100%; max-width: 78.9%; margin: 40px auto 0px; display: flex ; justify-content: space-between; }
.hm-testimonials .owl-carousel .owl-nav .owl-prev,.hm-testimonials .owl-carousel .owl-nav .owl-next{display: inline-block; width: 60px;height: 36px;background-image: url(images/sprites.webp) !important;background-repeat: no-repeat !important;background-position: -155px -18px !important;transition: 0.5s}
.hm-testimonials .owl-carousel .owl-nav .owl-next{background-position:-237px -18px !important }
.hm-testimonials .owl-carousel .owl-nav .owl-prev:hover{background-position:-155px -75px !important}
.hm-testimonials .owl-carousel .owl-nav .owl-next:hover{background-position:-237px -75px !important}
.hm-testimonials .testi-blck .owl-nav span {display: none;}
.hm-testimonials-btn {width: max-content; margin: -55px auto 0; }
 
/*Homepage Attorney Section Start*/

.hm-attorney-sec .container{max-width: 1280px;}
.hm-attorney-sec {background-image: url(images/attorney-bg-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: top center; padding:288px 0 155px; position: relative; margin: -166px 0 0; }
.hm-attorney-sec::after{position: absolute;content: "";margin: auto;background-image: url(images/attorney-bg-trees-img.webp);background-repeat: no-repeat;width: 100%;height: 40.6%;bottom: 0;left: 0;pointer-events: none;background-size: 100% 100%;}
.hm-attorney-sec .attor-blks{display: flex;justify-content: space-between;align-items: self-start;}
.attor-blks .attor-rth-blk {width: 43.8%; position: relative; padding: 93px 0 0; z-index: 2;}
.hm-attorney-sec .attor-blks{position: relative;}
.hm-attorney-sec .attor-blks::before {position: absolute; content: ""; margin: auto; background-image: url(images/attorney-rth-itm-bfr-img.webp); background-repeat: no-repeat; width: 47.6%; height: 84%; top: -11px; left: -9.6%; pointer-events: none; background-size: 100% 100%; }
.attor-rth-blk .attorney-image {position: relative; border-radius: 50%; z-index: -1; width: 100%; padding: 0 36px; }
.attor-rth-blk .attorney-image::after {position: absolute; content: ""; margin: auto; background-color: #094151; background-image: url(images/attorney-img-bg.webp); background-repeat: no-repeat; border-radius: 54% 54% 54% 54%; width: 100%; height: 94.9%; top: 30px; bottom: 0; left: 0; right: 0; z-index: -1; }
.attor-rth-blk .attorney-image::before {content: ""; width: 100%; height: 90%; top: -5px; left: 0; right: 0; margin: auto; background-repeat: no-repeat; position: absolute; border-top: solid 20px #16b7a7; border-radius: 50%; z-index: -1;}
.attor-rth-blk .attorney-image img{width:100%;display: block;}
.attor-rth-blk .attor-rth-cnt {margin: -75px 0 0; }
.attor-rth-blk .attor-rth-cnt h3{font-family: 'Satisfy';font-weight: 400;font-size: 80px;line-height: 1;letter-spacing: -1.6px;color: #fff;text-align: center;margin: 0;}
.attor-rth-blk .attor-rth-cnt h3 strong{color: #16b7a7;display: block;font-weight: 400;}
.attor-blks .attor-lft-blk{width:49.4%;}
.attor-lft-blk h2.text-heading{font-family: 'DM Sans';line-height: 1.01;color: #ffffff;margin: 0 0 33px;}
.attor-lft-blk h2.text-heading strong {display: block; text-indent: 129px; }
.attor-lft-blk .attor-lft-cnt h4{font-family: 'DM Sans';font-weight: 400;font-size: 35px;line-height: 1;letter-spacing: -0.7px;color: #ffffff;text-transform: capitalize;margin: 0 0 27px;line-height: 1;}
.attor-lft-blk .attor-lft-cnt p{font-family: 'DM Sans';font-weight: 400;font-size: 20px;line-height: 1.8;letter-spacing: 0px;color: #ffffff;margin: 0 0 36px;}
.attor-lft-blk .attor-lft-cnt p:last-of-type{margin-bottom: 0px;}
.attor-blks .attor-lft-blk .attor-btn {margin: 60px 0 0;}
.attor-blks .attor-lft-blk .attor-btn a{padding: 22px 64px 22px 84px;}
.hm-attorney-sec .attor-lft-cnt {padding-left: 26px;border-left:1px solid #16b7a7 }
.hm-attorney-sec .attorney-mbl-img {display: none;}
.hm-attorney-sec .attor-rth-cnt.mbl{display: none;}


/* Homepage Blog Section Starts */
.hmblg-sec {padding: 60px 0; }
.hmblg-sec .hmblg-blck {flex-wrap: wrap; display: flex; }
.hmblg-sec .hmblg-item {background: #ccc; width: 32%; padding: 20px; margin: 0 0.5%; }
.hmblg-sec .hmblgcnt h3 {font-size: 26px; margin: 0 0 15px 0; color: #000; line-height: 1; }
.hmblg-sec .hmblgcnt p {font-size: 18px; line-height: 1.5; margin: 0 0 20px 0px; }
.hmblg-sec .hmpost_btn {margin: 20px 0 10px 0; }
.hmblg-sec .hmpost_btn a {font-size: 18px; display: inline-block; color: #fff; }
.hmblg-sec .hmnews-btn {text-align: center; margin: 30px 0 0 0; }
.hmblg-sec .hmnews-btn a {padding: 20px 50px; background: #ccc; text-transform: uppercase; display: inline-block; font-weight: 600; }
 
/* Combine Section Starts */
 
.help-and-form{background-image: url(images/cmn-sec-bg-img.webp);background-repeat: no-repeat;background-size: 100% 100%;background-position: center;position: relative;}
body.home .help-and-form::before{position: absolute;content: "";margin: auto;background-image: url(images/cmn-sec-bg-bfr-img.webp);background-repeat: no-repeat;width: 100%;height: 100%;top: 0;left: 0;right: 0;pointer-events: none;background-size: cover;}
.hm-get-help-sec:before{display: none; }
body.home .hm-get-help-sec:before{display: block;}

.hm-get-help-sec{position: relative;z-index: 1;}
.hm-get-help-sec:after {position: absolute; content: ""; margin: auto; background-image: url(images/in-help-bg.webp); bottom: 0; height: 614px; background-repeat: no-repeat;background-position: center;background-size: 100% 100%; width: 100%; left: 0; right: 0; pointer-events: none; background-size: 100% 100%; }
body.home .hm-get-help-sec:after {display: none;}

/* Help Section Starts */
 
body.home .hm-get-help-sec{text-align: center;padding:145px 0 112px;}
body.home .hm-get-help-sec h2.text-heading{font-size: 130px;}
body.home .hm-get-help-sec p {font-size: 28px;width: 82%;}
.hm-get-help-sec h2.text-heading{line-height: 1;letter-spacing: -3.4px;text-transform: uppercase;margin: 0 0 24px;}
.hm-get-help-sec p{font-family: 'Geist';font-weight: 400;line-height: 1.64;letter-spacing: 0px;color: #000000;margin:0 0 35px;}
.hm-get-help-sec p a{color: #16b7a7;}
.hm-get-help-sec p a:hover{color: #000000;}
.help-list{display: flex;justify-content: center;gap: 9px;}
.help-list .help-btn a.cmn-btn, .help-list .help-call-btn a {padding: 22px 46px; }
.help-list .help-btn a.cmn-btn:hover{ background-color: #0e3647;color: #ffffff;}
.help-list .help-call-btn a{background-color:#0e3647; }
.help-list .help-call-btn a:hover{background-color: #16b7a7;color: #fff;}
 
/* Form Starts */
 
.ftr-form{padding:  102px 186px 192px;background-image: -webkit-linear-gradient( 90deg, rgba(14,54,71,0) 0%, rgb(14,54,71) 100%);}
.hm-form-sec h2.text-heading{text-align: center;color: #ffffff;font-size: 60px;margin: 0 0 19px;text-align: center;letter-spacing: -1.78px;}
.hm-form-sec h6{font-family: 'Geist';font-weight: 400;font-size: 16px;line-height: 1;letter-spacing: 0px;color: #ffffff;margin: 0 0 24px;text-align: center;text-align: center;}
.hm-form-sec .gform_heading{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 {width: 100% !important;outline: 0px !important;position: relative;margin: 0px;border-radius: 0px !important;transition: all 0.5s;background: transparent !important;border: 1px solid #ffffff !important;font-family: 'Geist' !important;font-weight: 400 !important;font-size: 18px !important;line-height: 1 !important;letter-spacing: 0px !important;color: #ffffff !important;text-align: left !important; padding: 36px 40px !important;}
.hm-form-sec .gform-theme--foundation .gform_fields {row-gap: 23px !important;column-gap: 13px !important;}
.hm-form-sec .gform_wrapper .top_label textarea{height: 202px !important;resize: none;min-block-size: 202px !important;padding: 30px 40px !important;margin: 0 0 21px !important;}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform-theme--framework .gform-field-label--type-inline {font-family: 'Geist' !important;font-weight: 400 !important;font-size: 16px !important;line-height: 1 !important;letter-spacing: 0px !important;color: #ffffff;width: auto;cursor: pointer;}
.hm-form-sec .gform_wrapper .form-links a:hover{color: #16b7a7;}
.hm-form-sec .gform-theme--framework .gfield--type-choice .gchoice{margin: -14px 0 0 !important;}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]{margin: 0px !important;width: 10px !important;height: 15px !important;background-color: #ffffff !important;float: left;clear: both;padding: 0px !important;}
.hm-form-sec .gform-theme--framework .gform-field-label--type-inline{margin-left: 7px !important;}
.hm-form-sec .gform_wrapper .gform_footer.top_label {margin: -64px 0 0;justify-content: flex-end;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {outline: none !important;border: 0px none !important;cursor: pointer;font-family: 'Geist' !important;font-weight: 800 !important;font-size: 26px !important;line-height: 1 !important;letter-spacing: 0px !important;color: #ffffff !important;background-color: #16b7a7 !important;text-transform: uppercase !important;padding: 20px 93px !important;text-align: center !important;border-radius: 50px !important;width: inherit !important;height: initial !important;position: relative !important;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: #ffffff !important;color: #16b7a7 !important;}
.hm-form-sec .gform_wrapper div.validation_error {text-align: center; border: none; padding: 0 !important; }
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {color: red; background-color: transparent; border: none; line-height: 18px; width: max-content !important; top: 5px; right: 5px; position: absolute; padding: 0 !important; margin: 0 !important; pointer-events: none;}
.hm-form-sec .instruction.validation_message {    bottom: 7px !important; top: inherit; }
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message{top: 15px;left: 0;right: inherit;}
.hm-form-sec .gfield{position: relative;}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; }
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {padding-top: 0; }
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: inherit !important; border: none; padding: 0 !important; margin-top: 0 !important; }
.hm-form-sec div#popup-container {position: absolute; width: 100%; text-align: start; }
.hm-form-sec .gform_wrapper .gfield {position: relative; }
.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:15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 17px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8;font-family: 'Geist';font-weight: 400;letter-spacing: 0;width: 655px;}
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;}
.gform_button.disabled {pointer-events: none;}
.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
.form-links {color: #fff; }


/* Footer Section */

.site-footer {background-color: #0e3647;position: relative;padding: 50px 0 0px;z-index: 1;}
.site-footer::after{position: absolute;content: "";margin: auto;background-image: url(images/pattren.webp);background-repeat: repeat;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;pointer-events: none;}
.site-footer .ftmenu{margin: 0 0 49px;}
.site-footer .ftmenu ul {margin: 0px;text-align: center;}
.site-footer .ftmenu ul li {display: inline-block;margin:0 58px 0;}
.site-footer .ftmenu ul li:first-child{margin-left: 0px;}
.site-footer .ftmenu ul li:last-child{margin-right: 0px;}
.site-footer .ftmenu ul li a {font-family: 'Geist'; font-weight: 600;font-size: 26px;line-height: 1;letter-spacing: 0.52px;color: #ffffff;text-align: center;text-transform: capitalize;margin: 0px;}
.site-footer .ftmenu ul li a:hover{color: #16b7a7;}
.site-footer .ftr-blocks {display: flex;flex-wrap: wrap;justify-content: center;padding:71px 0 53px;border-bottom: 1px solid rgb(22, 183 ,167,30%);border-top: 2px solid rgb(22, 183 ,167,30%);}
.site-footer .ftrblk {width: 25.3%;text-align: center;}
.site-footer .ftrblk.ftr-blk-logo {width: 35.3%; padding: 50px 0 0; position: relative; border-left: 2px solid rgb(22, 183 ,167,30%); border-right: 2px solid rgb(22, 183 ,167,30%); }
.site-footer .ftrblk.ftr-blk-logo::after{left: initial;right: 0;}
.site-footer .ftrblk.ftr-blk-logo .ftr-logo {margin: 0 auto 41px;width: 72%;}
.site-footer .ftrblk.ftr-blk-logo .ftr-logo img{width: 100%;display: block;}
.site-footer .ftrblk h6{font-family: 'Geist'; font-weight: 600;font-size: 20px;line-height: 1;letter-spacing: 0.4px;color: #16b7a7;margin: 0px;}
.site-footer .ftrblk h6 a{font-family: 'Geist'; font-weight: 600;font-size: 40px;line-height: 1;letter-spacing: 0px;color: #ffffff;display: block;margin: 10px 0 0;}
.site-footer .ftrblk h6 a:hover{color: #16b7a7;;}
.site-footer .ftrblk h4{font-family: 'Geist';font-weight: 700;font-size: 30px;;line-height: 1;letter-spacing: 0.6px;color: #ffffff;margin: 0 0 15px;text-transform: uppercase;}
.site-footer .ftrblk.ftr-blk-adrs p{font-family: 'Geist'; font-weight: 400;font-size: 20px;line-height: 1.6;letter-spacing: 0.4px;color: #ffffff;margin: 0px;}
.site-footer .ftrblk h6, .site-footer .ftrblk h4{padding: 154px 0 0;position: relative;}
.site-footer .ftrblk h6 a::before, .site-footer .ftrblk h4::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -24px -349px;width: 130px;height: 130px;top: 0;left: 0;right: 0;z-index: 1;}
.site-footer .ftrblk h4::before{background-position: -184px -349px;}
.site-footer .ftrblk h6 a::after, .site-footer .ftrblk h4::after{position: absolute;content: "";margin: auto;background: linear-gradient(180deg,rgba(22, 183, 167, 1) 0%, rgba(0, 0, 0, 0.5) 100%);border-radius: 50%;width: 130px;height: 130px;top: 0;left: 0;right: 0;}
.site-footer .ftrblk.ftr-blk-cont{padding-right: 73px;}
.site-footer .ftr-btn a.cmn-btn {padding: 22px 45px;}
.site-footer .ftr-btn{text-align: center;}
.ftrlink {color: #fff; }
 
/* Copyrights */

.copyrights {padding: 41px 0 50px;text-align: center;}
.copyrights p, .copyrights a {font-family: 'Geist';font-weight: 400;font-size: 18px;line-height: 1.66;letter-spacing: 0px;color: #ffffff;text-align: center;text-transform: capitalize;margin: 0px;}
.copyrights a {display: inline-block;padding: 0 5px;}
.copyrights a:hover{color: #16b7a7;}
.copyrights .cpy-inr,.copyrights .ftrlink{display: inline-block;}


/*/ Mobile Menu Ends /*/


/*/ Mobile Menu Ends /*/

.container1{max-width: 1280px; width: 100%; margin: 0 auto;}
.page_bnr {background-image: url(images/inn-ban-bg-img.webp);background-repeat: no-repeat; background-size: cover;background-position: center; padding:197px 0 125px; position: relative; text-align: center;z-index: 0;}
.page_title h1,
.page_title h2 {font-family: 'Geist'; font-weight: 800; font-size: 80px; line-height: 1.03; letter-spacing: 1.6px; color: #ffffff; position: relative; margin:  0 0 5px;}
.inrpg-breadcrumbs { color: #ffffff; font-size: 20px; line-height: 1.5; letter-spacing: 0.4px; font-family: 'Geist'; font-weight: 700;text-transform: uppercase;}
.inrpg-breadcrumbs span.current-item, .inrpg-breadcrumbs a:hover{color: #16b7a7;}
.page_default {padding: 190px 0 130px; position: relative;z-index: 0;}
.page_default::before {position: absolute; content: ""; background-image: url(images/border-pattern.webp); height: 40px; width: 100%; background-position: left; background-size: contain; background-repeat: repeat-x; top: 22px; left: 0px;z-index: 1;pointer-events: none;}
.page_default::after {position: absolute; content: ""; background-image: url(images/page_default_layer.webp); height: 32.2%; width: 100%; background-position: right; background-repeat: no-repeat; background-size: 100% 100%; left: 0; top: 0px; z-index: -1;pointer-events: none;}
.genpg-rite {width: 64.85%; float: left;}
.genpg-rite.full-width{width: 100%;}
.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: 'Geist';font-weight: 600;margin: 0 0 20px;color: #000;}
.page_default .genpg-rite h1 ,.page_default .genpg-rite h2{font-size: 59px; line-height: 1.2; color: #000000; letter-spacing: -1.18px; margin: 0 0 25px; font-weight: 700;}
.page_default .genpg-rite h2 strong{color: #16b7a7; font-weight: 700;}
.page_default .genpg-rite h3 {font-size: 40px; line-height: 1.25;  letter-spacing: -0.9px;}
.page_default .genpg-rite h4 {font-size: 32px; line-height: 1.2;  letter-spacing: 0;}
.page_default .genpg-rite h5 {font-size: 27px; line-height: 1.24; letter-spacing: -0.87px;}
.page_default .genpg-rite h6 {font-size: 22px;letter-spacing: 0.46px; line-height: 1.26;}
.page_default .genpg-rite p,
.page_default .genpg-rite li {font-size: 19px; font-family: 'Geist'; line-height: 1.89; font-weight: 400; color: #000; letter-spacing: 0; }
.page_default .genpg-rite p{margin:0 0 35px 0;}
.page_default .genpg-rite a {color: rgb(22, 183, 167); text-decoration: underline  ;}
.page_default .genpg-rite a:hover{color: #0e3647;}
.page_default .genpg-rite li {padding-left: 20px; color: #000; position: relative;line-height:1.7;margin:0 0 15px ;}
.page_default .genpg-rite li:before {background: rgb(0, 0, 0);width: 9px;height: 9px;position: absolute;content: "";left: 0;right: 0; top: 11px; border-radius: 50%;}
.page_default .genpg-rite li ul {margin: 10px 0 0;padding: 0;}
.page_default .genpg-rite li ul li {list-style: none;}
.page_default .genpg-rite li ul li:before{width: 8px;height: 8px;}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside;}
.page_content .genpg-rite ol {list-style-type: decimal; margin-left: 20px;}
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
.page_content .genpg-rite ol li:before{display: none;}
.page_default .genpg-rite ul li > ul li { list-style-type: none; }
.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li > ul li { list-style-type: none; }
 
.cmn-img,.post_single .blog-post-img {margin-bottom: 25px;padding: 5px;border: 2px solid #16b7a7}
.cmn-img img,.blog-post-img img{width: 100%;display:block}


/*Common Box*/
.cbt-cmn-box{position: relative;padding-bottom: 42px;margin: 45px 0;}
.cta-conct {padding: 46px 25px 60px;text-align: center;background: #c1c1c1;text-align: center;background: linear-gradient(to bottom, rgba(18, 78, 89, 1) 0%, rgba(14, 61, 72, 1) 25%, rgba(13, 54, 66, 1) 41%, rgba(13, 52, 65, 1) 57%, rgba(14, 54, 72, 1) 81%, rgba(14, 54, 72, 1) 100%);position: relative;}
.cta-conct:before, .cta-conct:after {position: absolute; content: ""; width: 27%; height: 82%; background-image: url(images/cta-tree-rit.webp); background-repeat: no-repeat;background-size: 100% 100%; bottom: 0; right: 0; pointer-events: none; }
.cta-conct:after{background-image: url(images/cta-tree-lft.webp);right: inherit;left: 0}
.cbt-cmn-box:before{position: absolute;content: "";width: 135px;height: 83px;background-image: url(images/cmn-box-flowers.webp);background-repeat: no-repeat;background-size: cover;bottom: 10px;left: 0;right: 0;margin: auto;z-index: 9}
.cbt-cmn-box:after{position: absolute;content: "";width: 100%;height: 27px;background-image: url(images/border-pattern.webp);background-repeat: repeat;background-size: contain;bottom: 0;left: 0;}
.page_default .genpg-rite .cbt-cmn-box h2 strong{font-size: 49px;display: block;letter-spacing: 0}
.page_default .genpg-rite .cbt-cmn-box h2{font-size: 68px;letter-spacing: -2.5px;color: #fff;margin-bottom: 26px;position: relative;z-index: 9;}
.page_default .genpg-rite .cbt-cmn-box p{font-size: 18px;font-weight: 600;text-transform: capitalize;letter-spacing: 0.3px;color: #16b7a7;text-align: left;padding-left: 58px;position: relative;margin: 0;line-height: 1;}
.page_default .genpg-rite .cbt-cmn-box p a {font-size: 33px; font-weight: 600; letter-spacing: 0; color: #fff; display: block; text-decoration: none; margin: 8px 0 0; line-height: 1; }
.page_default .genpg-rite .cbt-cmn-box p a:before{position: absolute;content: "";width: 44px;height: 44px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -368px -47px;top: 0; bottom:0;left: 0;margin: auto;}
.page_default .genpg-rite .cbt-cmn-box p a:hover:before{background-position: -371px -123px}
.page_default .genpg-rite .cbt-cmn-box a.cmn-btn{color: #fff;text-decoration: none;}
.page_default .genpg-rite .cbt-cmn-box a.cmn-btn:hover,.page_default .genpg-rite .cbt-cmn-box p a:hover{color: #16b7a7}
.genpg-rite .cta-btns {display: flex ; justify-content: center;gap:30px;align-items:center; }
 
/* Sidebar Styles */
 
.genpg-lft .widget,.genpg-lft .sidebar-box.widget_recent_entries  {margin-bottom: 50px; background: linear-gradient(to bottom, rgba(18, 78, 89, 1) 0%, rgba(14, 61, 72, 1) 25%, rgba(13, 54, 66, 1) 41%, rgba(13, 52, 65, 1) 57%, rgba(14, 54, 72, 1) 81%, rgba(14, 54, 72, 1) 100%); width: 100%; display: inline-block; position: relative;}
 
.genpg-lft h4.widget-title{font-family: 'Geist'; font-weight: 700; font-size: 49px;letter-spacing: -0.98px; color: #fff; text-transform: capitalize; padding: 35px 25px 26px 25px; margin: 0; line-height: 1; position: relative; border :none; text-align: center; }
.genpg-lft .widget_nav_menu  h4.widget-title,.genpg-lft .sidebar-box  h4.widget-title{position: relative;}
.genpg-lft .widget_nav_menu  h4.widget-title:before,.genpg-lft .sidebar-box.widget_recent_entries  h4.widget-title:before{position: absolute;content: "";width: 100%;height: 12px;background-image: url(images/wavy-bdr.webp);background-repeat: no-repeat;bottom: 0;left: 0}
 
/* Sidebar Testimonials */
.genpg-lft .widget.testi h4.widget-title{color: #000}
.genpg-lft .widget.testi{background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); position: relative;}
.genpg-lft .widget.testi:before{position: absolute;content: "";width: 100%;height: 15px;background-image: url(images/border-pattern.webp);background-repeat: repeat;background-size: contain;top: 5px;left: 0;}
.genpg-lft .testi-blck.owl-carousel {padding: 5px 37px 50px; text-align: center;}
.hm-testi-item .star-rat {width: 145px; height: 27px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -47px -132px;margin-bottom: 18px;}
.genpg-lft .testi-blck .hm-testi-item p {font-size: 19px; color: #000; line-height: 1.8; padding: 0;margin-bottom:25px }
.genpg-lft .testi-blck .hm-testi-item h5 {font-size: 22px; color: #000;font-weight: 700; margin:0; text-transform: uppercase;text-decoration: underline;    width: 58%; margin: auto;}
.genpg-lft .testi-blck.owl-carousel .owl-nav {margin: 0 auto; text-align: center;display: flex;width: 80%;justify-content: space-between;    margin: -22px auto 0;position: relative;z-index: 9}
.genpg-lft .testi-blck.owl-carousel .owl-nav button span { display: none;}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-prev,.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next{display: inline-block;width: 30px;height: 18px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -229px -136px ;transition: 0.5s;}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next{background-position: -303px -136px}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-prev:hover{background-position: -232px -172px}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next:hover{background-position: -303px -172px}
.genpg-lft .testi-blck .owl-dots{display: none; }

/* Sidebar Experience logo */

.genpg-lft .exerience-blk h4 {color: #000;}
.genpg-lft  .exerience-blk { width: 63%; margin: auto;}
.genpg-lft .exerience-blk .years-item {margin: 0 auto 15px;}
 
 
/* Sidebar Navigation Menu */
 
.genpg-lft .widget_nav_menu nav,.genpg-lft .sidebar-box ul{padding: 32px 36px 46px 36px;}
.genpg-lft .widget_nav_menu,.genpg-lft .sidebar-box.widget_recent_entries  {position: relative;}
.genpg-lft .widget_nav_menu:before, .genpg-lft .sidebar-box.widget_recent_entries:before {position: absolute; content: ""; width: 51.3%; height: 59.4%; background-image: url(images/sidebar-bfr.webp); background-repeat: no-repeat; background-size: 100% 100%; bottom: 0; right: 0; pointer-events: none; opacity: 52%; }
.genpg-lft .widget_nav_menu ul {padding: 0;margin:0}
.genpg-lft .widget ul li ,.genpg-lft .sidebar-box ul li{margin-bottom: 25px; position: relative;padding-left: 24px}
.genpg-lft .widget ul li:last-child,.genpg-lft .sidebar-box ul li:last-child{margin-bottom: 0}
.genpg-lft .widget ul li a ,.genpg-lft .sidebar-box  ul li a {font-family: 'Geist'; font-weight: 600; font-size: 25px;letter-spacing: 0; line-height: 1.5; color: #fff;  padding: 0;margin-bottom: 0; display:inline-block;}
.genpg-lft .widget ul li a:hover,.genpg-lft .sidebar-box ul li a:hover, .genpg-lft .widget ul li.current-menu-item > a  {color: #16b7a7}
.genpg-lft .widget  ul li a:before,.genpg-lft .sidebar-box ul li a:before{position: absolute;content: "";width: 10px;height: 10px;background-color: #fff;border-radius: 50%;left: 0;top:12px}
.genpg-lft .widget  ul li a:hover:before,.genpg-lft .sidebar-box ul li a:hover:before, .genpg-lft .widget  ul li.current-menu-item > a:before{background-color: #16b7a7}
.genpg-lft .widget_nav_menu ul li ul.sub-menu  li a{ font-weight: 400; font-size: 22px;}
.genpg-lft .widget_nav_menu ul li ul.sub-menu{padding: 15px 0px 0px 0px}
.genpg-lft .widget_nav_menu ul li ul.sub-menu li{margin-bottom: 12px;}
.genpg-lft .widget_nav_menu  li a.drop:before{display:none !important}
.genpg-lft .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: 2px; 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 .widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;}
 
/*Sidebar  Archives*/
.genpg-lft .blg_sdbar_archives .sidebar-box.widget_search{display: none;}
.genpg-lft .sidebar-box.widget_search{position: relative;margin: 0 0 30px;}
.genpg-lft .blg_sdbar_archives{padding: 50px 30px;background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.genpg-lft .blg_sdbar_archives input.field, .genpg-lft input.field,
.genpg-lft .blg_sdbar_archives select.postform,
.genpg-lft .blg_sdbar_archives select {font-family: 'Geist'; font-weight: 400; font-size: 20px !important; line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 18px 64px 18px 32px !important; background: #eef1f2; color: #000; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: max-content !important; border: none; background-repeat: no-repeat; background-position: right 0px center; outline: none; opacity: 100% !important; background-image: url(images/in-sdb-arrow.webp);background-size: auto 100%;}
.genpg-lft input.field{background: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.genpg-lft .blg_sdbar_archives h4.widget-title {background-color: transparent; padding: 0; font-size: 39px; letter-spacing: -0.78px; color: #000; text-align: left; margin: 0 0 24px; position: relative; }
.genpg-lft input.search-submit {    background-image: url(images/sdb-search-icon.webp); background-position: center; background-repeat: no-repeat; width: 17px; height: 17px; position: absolute; top: 0; bottom: 0; right: 24px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; padding: 0;}
.genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}
.genpg-lft .widget_recent_entries li{border: none;padding:0}
.genpg-lft .blg_sdbar_archives .sidebar-box.widget_archive{margin: 0}

/*Blog Page*/

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


.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: -18px; top: 9px; 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;}

/*Blog Page*/

.page_default.blog_pg h2 {font-weight: 700; font-size: 59px; color: #000; font-family: 'Geist'; text-align: center; line-height: 1; margin: 0 0 37px; letter-spacing: -1.7px; }
.page_default.blog_pg h2 strong{font-weight: 700;color: #16b7a7;}

.page_default.blog_pg .genpg-lft .blg_sdbar_archives .sidebar-box.widget_search{display: block;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives h4.widget-title {display: none;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives {padding: 0; box-shadow: none;margin-bottom: 65px;   display: flex; justify-content: space-between;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives .sidebar-box{margin: 0;width: 32.1%;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives input.field,.page_default.blog_pg .genpg-lft input.field,.page_default.blog_pg .genpg-lft .blg_sdbar_archives select.postform,.page_default.blog_pg .genpg-lft .blg_sdbar_archives select {background-color: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.page_default.blog_pg .genpg-lft input.search-submit {background-image: url(images/sdblg-search-icon.webp); background-position: right; background-repeat: no-repeat; background-size: cover; width: 60px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; margin: auto;padding:0; }
.page_default.blog_pg .genpg-lft .blg_sdbar_archives input.field{background-image: none;}

.page_default.blog_pg .genpg-lft{width: 100%;max-width: 100%;}
.blg-cntblk{display: flex;flex-wrap: wrap;gap: 24px;    justify-content: center;}
.blg-cntblk .post-item {box-shadow: 0px 0px 20px 0px rgba(1, 25, 46, 0.07); position: relative;  display: inline-block; width: 32%; }
.blg-cntblk .post-cnt {padding:10px 35px 70px; }
.blg-cntblk .post-img img{display: block;width: 100%;}
.page_default .genpg-rite .post-category ul li, .page_default .genpg-rite .post-dt {list-style: none; margin: 0; padding: 0; font-size: 18px; color: #323539; line-height: 1.4; }
.page_default.blog_pg .post-dt {background-image: url(images/experience-bg-img.webp); background-repeat: no-repeat; background-position: center; font-family: 'Geist'; font-size: 15px; color: #fff; font-weight: 400; text-align: center; line-height: 1; padding: 13px 23px; background-size: 100% 100%; text-transform: uppercase; width: max-content; position: relative; margin: -44px 0 0 16px;}
.page_default.blog_pg .post-dt:before {position: absolute; content: ""; width: 100%; height: 100%; border-top: solid #16b7a7 4px; border-radius: 50%; top: -7px; left: 0; right: 0; margin: auto; pointer-events: none; }
.page_default.blog_pg .post-dt strong{display: block;font-weight: 600;font-size: 31px;}
.page_default.blog_pg .post-dt b{display: inline-block;}
.page_default.blog_pg .post-btn a.blg-btn {font-size: 19px; color: #16b7a7; display: inline-block; line-height: 1.2; font-family: 'DM Sans'; font-weight: 700; text-decoration: inherit; letter-spacing: -0.4px; }
.post-btn{position: absolute;bottom: 40px;}
.page_default .genpg-rite .post-cnt h5 a{text-decoration: inherit; color: #073145;}
.page_default .genpg-rite .post-cnt h5{font-size: 29px;  font-family: 'DM Sans';font-weight: 700;text-transform: capitalize;margin: 0 0 15px;}
.page_default.blog_pg .blog-post-img img{height: 220px ;object-fit: cover;object-position: center;}
.page_default .genpg-rite .post-item .post-cnt p{margin: 0 0 10px;}
.post-item:hover{background: linear-gradient( 80deg, #16b7a7 0%, #145b67 100%);}
.page_default .genpg-rite .post-item:hover .post-cnt h5 a,.page_default .genpg-rite .post-item:hover .post-cnt p,.page_default .genpg-rite .post-item:hover .post-btn a.blg-btn{color: #fff;} 
.page_default .genpg-rite .post-item .post-cnt h5 a:hover, .page_default.blog_pg .post-item .post-btn a.blg-btn:hover{color: #073145;}

.page_default.blog_pg .genpg-rite .oceanwp-pagination.clr {width: 100%; }
i.fa.fa-angle-right::before, i.fa.fa-angle-left::before {display: none; }
.page_default.blog_pg .genpg-rite ul.page-numbers {    padding: 0; position: relative; margin: 39px 0 0; display: flex ; align-items: center; justify-content: center; gap: 6px; }
.page_default.blog_pg .genpg-rite ul.page-numbers li {padding: 0; margin: 0; position: static; }
.page_default.blog_pg .genpg-rite ul.page-numbers li a, .page_default.blog_pg .genpg-rite ul.page-numbers li span.page-numbers {font-family: 'Geist'; font-weight: 500; font-size: 28px; color:#092a50; background-color: transparent; line-height: 1; letter-spacing: 0px; width:38px; height: 38px; padding: 9px; min-height: unset; min-width: unset; border: none; display: flex; justify-content: center; align-items: center; text-decoration: inherit;margin: 0;}
.page_default.blog_pg .genpg-rite ul.page-numbers li a:hover, .page_default.blog_pg .genpg-rite ul.page-numbers li span.page-numbers.current {background-color: #073145; color: #fff;}
.page_default.blog_pg .genpg-rite a.prev.page-numbers, .page_default.blog_pg .genpg-rite a.next.page-numbers {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -39px -179px; width: 47px; height: 26px; transition: 0.5s; padding: 0; }
.page_default.blog_pg .genpg-rite a.next.page-numbers{    background-position: -111px -179px;}
.page_default.blog_pg .genpg-rite a.prev.page-numbers:hover, .page_default.blog_pg .genpg-rite a.next.page-numbers:hover{background-position: -39px -224px; background-color: transparent;}
.page_default.blog_pg .genpg-rite a.next.page-numbers:hover{background-position: -107px -224px;}

.post-itm-btm {display: flex;gap: 5px;align-items: center;flex-wrap: wrap;    margin: 0 0 20px;}
.page_default .post_single .post-category a, .page_default .post_single .post-dt ,.page_default .post_single .meta-author{font-size: 18px;font-family: 'Geist';font-weight: 500;letter-spacing: 0;line-height: 2;}
.page_default .post_single .page-navi {display: flex; justify-content: space-between; align-items: center;margin: 40px 0 0;}
.page_default .genpg-rite .post_single .page-navi a.cmn-btn{color: #fff;text-decoration: inherit;padding: 20px 62px;}
.page_default .genpg-rite .post_single .page-navi a.cmn-btn:hover{background-color: #0e3647;}

/* Practice Areas Page Starts */
 
.practice-blck{display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;}
.practice-blck .practice-item {position: relative; width: 31.25%;}
.practice-blck .practice-item::before {position: absolute; content: ""; background-image: -webkit-linear-gradient(90deg, rgb(14, 54, 71) 0%, rgba(14, 54, 71, 0) 100%); height: 74.2%; width: 100%; bottom: 0; left: 0;}
.practice-blck .practice-item::after {position: absolute; content: ""; background-image: url(images/pract-item-before.webp); height: 4.4%; width: 45.5%; background-repeat: no-repeat; bottom: -10px; left: 0; right: 0; margin: auto; background-size: 100% 100%;}
.practice-blck .practice-item:hover::after{background-image: url(images/pract-item-before-hov.webp);}
.practice-blck .practice-item:hover::before{background-image: -webkit-linear-gradient( 90deg, rgb(22,183,167) 0%, rgba(22,183,167,0) 100%);}
.practice-blck .practice-content {position: absolute; bottom: 28px; text-align: center; width: 100%; padding: 0 30px; min-height: 100px; display: flex; align-items: center; justify-content: center;}
.page_default .genpg-rite .practice-blck .practice-content h4{margin: 0; color: #fff; font-weight: 700; line-height: 1.093;}
.practice-blck .practice-item .practice-item-hov a{position: absolute; content: ""; height: 100%; width: 100%; left: 0; right: 0; bottom: 0; top: 0; font-size: 0; z-index: 5;}
.practice-blck .practice-item img{width: 100%;display: block; }

/* Testimonials Page Starts */
 
.testimonials{column-count: 2; column-gap: 20px;}
.testimonials .testi-item{margin-bottom: 20px; background-color: #ffffff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); padding: 50px 35px 71px 39px; text-align: center; position: relative; display: inline-block;}
.testimonials .testi-item::before {position: absolute; content: ""; background-image: url(images/border-pattern.webp);  height: 16px; width: 96%; bottom: 11px; left: 0; background-repeat: repeat-x; background-position: left; background-size: contain; margin: 0 auto; left: 0; right: 0;}
.testimonials .testi-item .star-rat{background-image: url(images/sprites-in.webp); height: 27px; width: 145px; margin: 0 auto 19px; background-position: -47px -132px; background-repeat: no-repeat;}
.page_default .genpg-rite .testimonials .testi-item h6 {letter-spacing: 0; padding-left: 30px; font-weight: 700; display: inline-block; margin: 0; position: relative;}
.testimonials .testi-item h6::before {top: -3px; position: absolute;content: ""; background-image: url(images/sprites-in.webp); height: 29px; width: 22px; background-position: -430px -54px; background-repeat: no-repeat; left: -2px;}
.page_default .genpg-rite .testimonials .testi-item p {margin: 0 0 16px;}
.genpg-rite .testi-btn{text-align: center; margin: 65px 0 0;}
.genpg-rite .testi-btn a{background-color: #0e3647; text-decoration: none; color: #fff;     padding: 22px 69px;}
.genpg-rite .testi-btn a:hover{background-color: #16b7a7; color: #fff;}

/* Singel Attorney Page Starts */

.atrny-sngl-blk{display: flex;justify-content: flex-end;gap: 40px;margin: 0 0 65px;position: relative;align-items: center;}
.atrny-sngl-blk::after {position: absolute; content: ""; margin: auto; background-image: url(images/border-pattern.webp); background-repeat: repeat; width: 56%; height: 23px; bottom: 24px; right: -9px; background-size: contain; }
.atrny-sngl-blk .inn-atrny-left{width: 47.5%;}
.inn-atrny-left .in-atrny-image{border-radius: 50%;position: relative;padding: 0px 21px;}
.inn-atrny-left .in-atrny-image::before{position: absolute;content: "";margin: auto;border-top: solid 15px #16b7a7;background-repeat: no-repeat;width: 100%;height: 86%;top: 0;left: 0;right: 0;border-radius: 50%;z-index: -1;}
.inn-atrny-left .in-atrny-image::after{position: absolute;content: "";margin: auto;background-color: #094151;background-image: url(images/in-attroney-bg.webp);background-repeat: no-repeat;border-radius: 60%;width: 100%;height: 94.9%;top: 30px;bottom: 0;left: 0;right: 0;z-index: -1; background-size: 100% 100%; background-position: center;}
.inn-atrny-left .in-atrny-image img{width: 100%;display: block;}
.inn-atrny-left .in-cont-btn{text-align: center;margin: -62px 0 0;}
.inn-atrny-left .in-cont-btn a.cmn-btn:hover{background-color: #0e3647;}
.page_default .genpg-rite .inn-atrny-left .in-cont-btn a{color: #ffffff;text-decoration: none;padding: 22px 66px;}
.inn-atrny-rit{width: 46.4%;}
.page_default .genpg-rite .inn-atrny-rit h6 {font-weight: 700; font-size: 19px; color: #16b7a7; position: relative; text-transform: uppercase; margin: 0 0 9px; width: max-content; padding: 0 109px 0 0; }
.page_default .genpg-rite .inn-atrny-rit h6:before{content: ""; background-color: #16b7a7; top: 0; bottom: 0; margin: auto; width: 44%; height: 2px; right: 0; position: absolute; }
.page_default .genpg-rite .inn-atrny-rit h3{font-weight: 700;font-size: 60px;line-height: 1.15;letter-spacing:-2.3px;margin: 0 0 21px;}
.inn-atrny-rit .atrny-phn-num{position: relative;padding-left: 60px;}
.page_default .genpg-rite .inn-atrny-rit .atrny-phn-num p{font-weight: 600;font-size: 18px;line-height: 1;letter-spacing: 0.36px;color: #16b7a7;}
.page_default .genpg-rite .inn-atrny-rit .atrny-phn-num p a{font-size: 33px;line-height: 1;letter-spacing: 0px;color: #000000;text-decoration: none;display: block;margin: 5px 0 0;}
.page_default .genpg-rite .inn-atrny-rit .atrny-phn-num p a:hover{color: #16b7a7;}
.page_default .genpg-rite .inn-atrny-rit .atrny-phn-num p a::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat; background-position: -367px -46px;width: 46px;height: 46px;left: 0;top: 0;bottom: 0;}
 

.accordion-section {margin: 0 0 13px;}
.page_default .genpg-rite .accordion .accordion-section h3 {margin: 0px;font-size: 27px;line-height: 1.24;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title {    letter-spacing: -0.54px; text-transform: capitalize; color: #ffffff; display: block; padding: 14px 50px 14px 30px; background: #0e3647; text-decoration: none; cursor: pointer; position: relative; }
.page_default .genpg-rite .accordion-section h3 .accordion-section-title.active{background-color: #16b7a7;color: #ffffff;}
.accordion-section .accordion-section-content{padding: 20px 15px 0;}
.page_default .genpg-rite .accordion-section h3 a:before {content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; top: 25px; margin: auto; width: 19px; height: 11px; right: 27px; background-position: -186px -179px; position: absolute; }
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title.active:before{background-position: -186px -211px;}
.genpg-rite .accordion {margin: 0 0 35px; }

/* Contact Page Starts */
 
.page_default.contact_pg .genpg-rite h2{margin: 0 0 17px;text-align: center;}
.page_default.contact_pg .genpg-rite.full-width p {font-size: 20px;line-height: 1.8;text-align: center;}
.in-cont-list{display: flex;justify-content: space-between;}
.in-cont-list .in-cont-itm{width: 32%; padding: 28px 40px 33px;position: relative;z-index: 1;text-align: center;}
.in-cont-list .in-cont-itm::before{position: absolute;content: "";margin: auto;background-color: #ffffff;width: 100%;height: 77%;bottom: 0;left: 0;right: 0;z-index: -1;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.in-cont-list .in-cont-itm:hover::before{background-image: -webkit-linear-gradient( 90deg, rgb(22, 183, 167) 0%, rgb(14,54,72) 100%);}
.page_default .genpg-rite .in-cont-itm h6{font-size: 23px;font-weight: 700;text-transform: uppercase;padding: 93px 0 0;margin: 0 0 7px;position: relative;text-align: center;}
.page_default .genpg-rite .in-cont-itm h6 a{ font-weight: 600;font-size: 40px;line-height: 1;display: block;text-decoration: none;margin: 12px 0 0;}
.page_default .genpg-rite .in-cont-itm p a{font-weight: 600;}
.page_default .genpg-rite .in-cont-itm h6::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -154px -27px;width: 78px;height: 78px;top: 0;left: 0;right: 0;z-index: 1;}
.page_default .genpg-rite .in-cont-itm h6::after{position: absolute;content: "";margin: auto;     background: linear-gradient(180deg, rgba(22, 183, 167, 1) 0%, rgb(0 0 0 / 80%) 100%);  background-color: #16b7a7; width: 78px;height: 78px;top: 0;left: 0;right: 0;border-radius: 50%;}
.page_default .genpg-rite .in-cont-itm.in-cont-fax h6::before{background-position: -259px -27px}
.page_default .genpg-rite .in-cont-itm.in-cont-adrs h6::before{background-position: -47px -27px;}
.page_default .genpg-rite .in-cont-itm:hover h6{color: #ffffff;}
.page_default .genpg-rite .in-cont-itm:hover h6 a{color: #ffffff;}
.page_default .genpg-rite .in-cont-itm:hover p{color: #ffffff;}
.page_default .genpg-rite .in-cont-itm:hover p a{color: #ffffff;}
.page_default .genpg-rite .in-cont-itm p{margin: 0;}
.page_default .genpg-rite .in-cont-itm h6 a:hover, .page_default .genpg-rite .in-cont-itm p a:hover{color: #000;}

/*About Page*/

.in-abt-att-blk {display: flex; justify-content:center; margin-bottom: 27px;  }
.in-abt-att-blk .in-abt-att-itm {width: 45.5%; text-align: center; position: relative; padding: 35px 8px 0; }
.in-abt-att-blk .in-abt-att-itm:before {position: absolute; content: ""; width: 100%; height: 80%; border-top: solid 14px #16b7a7; border-radius: 50%; top: 5px; left: 0; right: 0; margin: auto; }
.in-abt-att-blk .in-abt-att-img{border-radius: 50%;background-color: #094151;text-align: center;margin:0 auto 22px;position: relative;    width:100%;z-index: 9}
.in-abt-att-blk .in-abt-att-img:before{position: absolute;content: "";width: 100%;height: 100%;background-image: url(images/attorney-img-bg.webp);background-repeat: no-repeat;top:0;left: 0;margin: auto;z-index: -1;border-radius: 50%;background-size: 100% 100%}
.in-abt-att-blk .in-abt-att-img img{width: 100%;display: block;border-radius: 50%}
.page_default .genpg-rite .in-abt-att-itm h4 a{font-size: 35px; font-family: 'Satisfy';font-weight: 400;letter-spacing: -0.7px;line-height: 1;color: #16b7a7;position: relative;z-index: 9;text-decoration: none;margin: 0}
.page_default .genpg-rite .in-abt-att-itm h4 a:hover{color: #000 }
.page_default .genpg-rite .in-abt-att-itm h4 a:before{position: absolute;content: "";width: 80%;height: 1px;border-bottom: solid 1px #16b7a7;bottom: 0;left: 0;right: 0;margin: auto;}
.page_default .genpg-rite .in-abt-att-itm h4 a:hover:before{border-color: #000}

body.page-template-templates .hm-get-help-sec, body.blog .hm-get-help-sec,body.search .hm-get-help-sec,  body.page-id-279 .hm-get-help-sec {display: none;}
.hm-get-help-sec{text-align: center;padding: 0 0 110px;}
.hm-get-help-sec h2.text-heading {font-size:70px;letter-spacing:-1.9px; }
.hm-get-help-sec p {font-size: 20px; width: 70.9%; margin:0 auto 35px; }
.hm-get-help-sec p br{display: none;}

.locations-blk {text-align: center;background-color: #0e3647;margin-bottom: 30px;padding: 50px 30px;border-radius: 30px;}
.locations-blk:last-child{margin-bottom: 0px;}
.page_default .genpg-rite .locations-blk h2{color: #fff;}
.locations-blk ul {margin: 0px !important;display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;}
.page_default .genpg-rite .locations-blk ul li {padding: 0px;margin: 0px;}
.page_default .genpg-rite .locations-blk ul li:before{display: none;}
.locations-blk ul li a{text-decoration:none !important;background-color: #16b7a7;color: #fff !important;display: inline-block;padding: 16px 40px;border-radius: 60px;}
.locations-blk ul li a:hover {background-color: #fff;color: #0e3647 !important;}

.atrny-sngl-blk.pedric-blk .inn-atrny-rit h6:before{width: 31%;}

.page_default.search-page form {position: relative;}
.page_default.search-page form input {font-family: 'Geist' !important;font-weight: 400 !important;font-size: 18px !important;line-height: 1 !important;letter-spacing: 0px !important;border: 1px solid #0e3c47;padding: 16px 20px;outline: none;border-radius: 10px;color: #000;	}
.page_default.search-page form input.search-submit {border: none;background-color: #0d3844;padding: 16px 40px;position: absolute;right: 0;bottom: 0;top: 0;margin: auto;height: 100%;color: #fff;}
.page_default.search-page form input.search-submit:hover {background-color: #16b7a7;}

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

.userway_buttons_wrapper img.ui_b {filter: brightness(1) invert(1);}