/* 
Theme Name:		 Phiillps | Ralston
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Rizeupmedia
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwpchild
*/

@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/heebo-v26-latin-300.eot'); 
  src: url('./fonts/heebo-v26-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/heebo-v26-latin-300.woff2') format('woff2'), 
       url('./fonts/heebo-v26-latin-300.woff') format('woff'), 
       url('./fonts/heebo-v26-latin-300.ttf') format('truetype'), 
       url('./fonts/heebo-v26-latin-300.svg#Heebo') format('svg'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/heebo-v26-latin-regular.eot'); 
  src: url('./fonts/heebo-v26-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/heebo-v26-latin-regular.woff2') format('woff2'), 
       url('./fonts/heebo-v26-latin-regular.woff') format('woff'), 
       url('./fonts/heebo-v26-latin-regular.ttf') format('truetype'), 
       url('./fonts/heebo-v26-latin-regular.svg#Heebo') format('svg'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/heebo-v26-latin-500.eot'); 
  src: url('./fonts/heebo-v26-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/heebo-v26-latin-500.woff2') format('woff2'), 
       url('./fonts/heebo-v26-latin-500.woff') format('woff'), 
       url('./fonts/heebo-v26-latin-500.ttf') format('truetype'), 
       url('./fonts/heebo-v26-latin-500.svg#Heebo') format('svg'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/heebo-v26-latin-700.eot'); 
  src: url('./fonts/heebo-v26-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/heebo-v26-latin-700.woff2') format('woff2'), 
       url('./fonts/heebo-v26-latin-700.woff') format('woff'), 
       url('./fonts/heebo-v26-latin-700.ttf') format('truetype'), 
       url('./fonts/heebo-v26-latin-700.svg#Heebo') format('svg'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/forum-v18-latin-regular.eot'); 
  src: url('./fonts/forum-v18-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/forum-v18-latin-regular.woff2') format('woff2'), 
       url('./fonts/forum-v18-latin-regular.woff') format('woff'), 
       url('./fonts/forum-v18-latin-regular.ttf') format('truetype'), 
       url('./fonts/forum-v18-latin-regular.svg#Forum') format('svg'); 
}
@font-face {
    font-family: 'Orpheus Pro';
    src: url('./fonts/OrpheusPro-Bold.eot');
    src: url('./fonts/OrpheusPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/OrpheusPro-Bold.woff2') format('woff2'),
        url('./fonts/OrpheusPro-Bold.woff') format('woff'),
        url('./fonts/OrpheusPro-Bold.ttf') format('truetype'),
        url('./fonts/OrpheusPro-Bold.svg#OrpheusPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: 'Poppins', sans-serif;
    --paragraph-font: 'Poppins', sans-serif;
    --placeholdercolor: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    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;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}

a:focus{border: 0 !important;outline: 0 !important;}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
li.menu-item {
    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"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    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;
}
.clr {
  clear: both;
}
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}

#wrap {
    background-image: url(images/wrapr-bg-img.webp);
    background-repeat: repeat;
    background-size: auto;
}

header#site-header {
    padding:13px 0 13px;
    z-index: 9999;
    transition: all ease 0.5s;
    border-bottom: 0;
    background-color: transparent;
}

header#site-header .container{display: flex;justify-content: space-between;align-items: center;}

.logo img {
  transition-duration: 0.8s;
}

.logo-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 48px;
}

.hdr-num a {
    display: inline-block;
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    color:#464646;
    position: relative;
    padding-left: 48px;
}

.hdr-num a:hover {
    color: #008640;
}

.hdr-num a:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(images/hm-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topmenu {
  width: auto;
}

.topmenu ul {
  position: relative;
  margin: 0;
}

.topmenu ul li {
    display: inline;
    position: relative;
    margin: 0 30px 0;
}

.topmenu ul li a {
    position: relative;
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #464646;
    text-transform: capitalize;
    display: inline-block;
}

.topmenu ul.menu > li.current-menu-item > a, .topmenu ul.menu > li > a:hover {
  color: #113262;
}

.topmenu ul li.contact-btn {
    margin-left: 25px;
}

.topmenu ul li:first-child {
  margin-left: 0px;
}

.topmenu ul li:last-child {
  margin-right: 0px;
}

.topmenu ul li ul.sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background-color:#464646;
  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, 0.2);
  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:#008640;
  color: #fff;
}


/* 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;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.showhide b.txtl {
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0px 0 0px;
  color: #343235;
  padding-top: 2px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.showhide b.txtr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: left;
  font-size: 37px;
  line-height: 27px;
  color: #343235;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background:#464646;
    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: 'Heebo';
}

.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: 'Heebo';
  border: 0;
  margin: 0;
  text-decoration: none;
}

.mobinav a:hover {
  color:#008640;
}

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


/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #464646;
    border-bottom: 2px solid #fdfbf6;
    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;

}

.header-sticky .sticky-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;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Heebo';
    position: relative;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button: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 #ffffff;
}

.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 .sticky-cnt button: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 .sticky-cnt 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:#464646;
    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: 45px;
  line-height: 1;
  font-weight: 700;
  display: block;
  background: transparent;
  clear: both;
  outline: 0;
  border: 0;
  color: #ffffff;
  float: right;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.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:350px;text-align: center;}



.sticky-wrap{display: none;}


header#site-header.f-nav {
    position: fixed;
    transition: all ease 0.5s;
    padding: 16px 0 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #f6f4f2;
}

header#site-header.f-nav .logo {
    width: 90px;
}



/* Top Menu Section Ends */

#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.topmenu {
    margin-left: auto;
}
.main-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    margin: 0;
}
.main-menu li {
    position: relative;
    margin: 0;
}
.main-menu>li {
    margin: 0 20px;
}
.main-menu li:hover>.sub-menu {
    display: block;
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.main-menu .sub-menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}
.dekstopMenuBtn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.dekstopMenuBtn span.line {
    width: 15px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
}
.dekstopMenuBtn span.line.line-2 {
    margin: 2px 0;
}
.main-menu-mobile li {
    position: relative;
}
.main-menu-mobile a {
    display: block;
}
/*.main-menu-mobile .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-image: url(images/plus.png);
    background-color: transparent;
    background-size: auto 20px;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
.main-menu-mobile .drop.open {
    background-image: url(images/minus.png);
    width: 25px;
}*/


/*Common Button*/

a.cmn-btn{
   font-family: 'Heebo';
   font-weight: 500;
   font-size: 22px;
   color: #fff;
   display: inline-block;
   line-height: 1;
   letter-spacing: 0px;
   background-color: #008640;
   padding: 26px 45px 24px;
   border-radius: 50px;
}
a.cmn-btn:hover{
  background-color: #464646;
}


/*Home Banner Section*/

.banner-sctn {
    position: relative;
    padding: 195px 0 180px;
    text-align: center;
    background-image: url(images/hmbnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.hm-bnr-cnt h1 {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.17;
    letter-spacing: 0;
    color: #459e54;
    margin-bottom: 20px;
    display: inline-block;
}
.hm-bnr-cnt h1 strong {
    font-size: 73px;
    font-weight: 300;
    color: #ffffff;
    display: inline-block;
    font-family: 'Orpheus Pro';
    letter-spacing: 14.6px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 13px 0 19px;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.hm-bnr-btn a.cmn-btn {
    background-color: #fff;
    padding: 26px 60px 24px;
    color: #113262;
}
.hm-bnr-btn a.cmn-btn:hover {
    background-color: #008640;
    color: #fff;
}

/* Homnepage Pratice Areas Section */

.hm-prac-areas-sec {
    padding:112px 0 55px;
    text-align: center;
}
.hm-prac-areas-sec .container {
  max-width: 100%;
  padding:0 42px;
}
.hm-prac-areas-sec h2 {
  font-family: "Forum";
  font-weight: 400;
  font-size: 70px;
  color: #464646;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0;
}
.hm-prac-areas-sec .prac-areas-itms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  padding: 76px 0 48px;
}
.hm-prac-areas-sec .pract-btn.mob {
  display: none;
}
.hm-prac-areas-sec .prac-itm {
  width: 19%;
  padding:40px 25px 75px;
  border: 2px solid #464646;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hm-prac-areas-sec .prac-itm h4 {
  font-family: "Forum";
  font-weight: 400;
  font-size: 32px;
  color: #464646;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 27px;
}
.hm-prac-areas-sec .prac-itm:before {
  position: absolute;
  content: "";
  background-color: #113262;
  height: calc(100% + 40px);
  width:calc(100% - 2px);
  left: -2px;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  display: none;
}
 
.hm-prac-areas-sec .prac-itm:after {
  position: absolute;
  content: "";
  background-image: url(images/hm-pg-sprites.webp);
  background-repeat: no-repeat;
  background-position: -227px -10px;
  width: 45px;
  height: 46px;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 37px;
}
.hm-prac-areas-sec .prac-itm:hover:after {
  background-position: -284px -10px;
}
.hvr a {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hm-prac-areas-sec .prac-itm-hvr-img {
  display: none;
}
.prac-itm-img, .prac-itm-hvr-img {
  width: 37%;
  margin: 0 auto 36px;
}
.hm-prac-areas-sec .prac-itm:hover {
  border: 2px solid transparent;
}
.hm-prac-areas-sec .prac-itm:hover:before {
  display: block;
}
.hm-prac-areas-sec .prac-itm:hover .prac-itm-img {
  display: none;
}
.hm-prac-areas-sec .prac-itm:hover .prac-itm-hvr-img {
  display: block;
}
.hm-prac-areas-sec .prac-itm:hover h4 {
  color: #fff;
}
 
/* Home Page Community section */

.hm-comity-sec .container {
    max-width: 1280px;
}
.hm-comity-sec {
    padding:60px 0 100px;
}
.hm-comity-sec h2 {
    font-family: "Forum";
    font-weight: 400;
    font-size: 70px;
    color: #464646;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 37px;
    text-align: center;
}
.hm-comity-sec h2 strong {
  font-weight: 400;
  color: #118e4d;
}

.cmity-mbl-img.mobl {
    display: none;
}
.hm-comity-sec .comity-sec {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.hm-comity-sec .comity-lft-sec {
    width:40%;
}
.hm-comity-sec .comity-lft-sec h4 {
    font-family: "Forum";
    font-weight: 400;
    font-size: 28px;
    color: #464646;
    margin: 0 0 10px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.hm-comity-sec .comity-lft-sec h6 {
    font-family: "Forum";
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0px;
    margin:0 0 33px;
}
.hm-comity-sec .comity-rit-sec {
    width:52.4%;
}
.hm-comity-sec .comity-rit-sec p {
    font-family: "Heebo";
    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 1.66;
    letter-spacing: -0.42px;
    margin: 0 0 33px;
}
.hm-comity-sec .comity-rit-sec p:last-child {margin-bottom: 0;}

.comity-btn a.cmn-btn {
    padding: 26px 62px 24px;
    background-color: #113262;
}
.comity-btn a.cmn-btn:hover {
    background-color: #008640;
}

/* Homepage Testimonials Section Starts */
 
.hm-testimonials .client-testi-blk {
  background-color: #c0c0c0;
  padding: 75px 110px 78px;
  width: 100%;
  position: relative;
}
.hm-testimonials .client-testi-blk h2{
  font-size: 70px;
  font-family: 'Forum';
  font-weight: 400;
  color: #113262;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 21px;
  text-align: center;
}
.hm-testimonials .client-testi-blk h6{
  font-size: 22px;
  font-family: 'Heebo';
  font-weight: 400;
  color: #464646;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0 auto 44px;
  text-align: center;
  padding: 0 24px;
  background-color:#c0c0c0;
  max-width: max-content;
  position: relative;
  z-index: 2;
}
.hm-testimonials {
    position: relative;
    margin: -100px 0 0px;
    padding: 0 0 75px;
    z-index: 1;
}
.hm-testimonials:before{
  content: "";
  position: absolute;
  background-color: #464646;
  width: 100%;
  height: 2px;
  top:175px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.hm-testimonials .hm-testi-item {
  background: #ffffff;
  padding: 64px 55px 73px 50px;
  margin: 35px 0 0;
  position: relative;
  width: 100%;
}
.hm-testimonials .hm-testi-item:before {
  content: "";
  position: absolute;
  background-image: url(images/hm-pg-sprites.webp);
  background-repeat: no-repeat;
  background-position: -190px -83px;
  top:-8.5%;
  left: 8.5%;
  width: 66px;
  height: 67px;
}
.hm-testimonials .hm-testi-item:after{
  content: "";
  position: absolute;
  background-image: url(images/hm-pg-sprites.webp);
  background-repeat: no-repeat;
  background-position: -107px -108px;
  bottom: 8%;
  right: 12%;
  width: 60px;
  height: 42px;
}
 
.hm-testimonials .hm-testi-item p {
  font-size: 22px;
  font-family: 'Heebo';
  font-weight: 400;
  color: #000000;
  line-height: 1.72;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}
 
.hm-testimonials .hm-testi-cnt {
    border-bottom: 1px solid #777777;
    margin: 0 0 26px;
    padding: 0 0 26px;
    min-height: 253px;
}
 
.hm-testimonials .hm-testi-item h5 {
  font-size: 25px;
  font-family: 'Heebo';
  font-weight: 400;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  left: 50px;
  bottom: 45px;
}
.testi-blck.owl-carousel .owl-stage-outer{
  margin: 0 0 45px;
}
.hm-testimonials .testi-btn {
    text-align: center;
}
.hm-testimonials .testi-btn a.cmn-btn{
  z-index: 1;
  position: relative;
  padding: 26px 56px 24px;
}
.testi-blck.owl-carousel .owl-stage, .testi-blck.owl-carousel .owl-item{
  display: flex;
}
.hm-testimonials .testi-blck .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    width: 39%;
    position: absolute;
    bottom:-21.4%;
    left: 0;
    right: 0;
    z-index: 0;
}
.hm-testimonials .testi-blck .owl-nav button {
  background: transparent !important;
  width: 37px;
  height: 21px;
  background-image: url(images/hm-pg-sprites.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0;
}
.hm-testimonials .testi-blck .owl-nav button span {
  font-size: 0px;
}
.hm-testimonials .testi-blck .owl-nav button.owl-prev {
    background-position: -107px -10px !important;
}
.hm-testimonials .testi-blck .owl-nav button.owl-prev:hover {
    background-position: -107px -42px !important;
}
.hm-testimonials .testi-blck .owl-nav button.owl-next {
    background-position: -167px -10px !important;
}
.hm-testimonials .testi-blck .owl-nav button.owl-next:hover {
    background-position: -167px -42px !important;
}
 
 
/* Homepage Testimonials Section Ends */
 
 
/* Home Testimonials Top Section */
 
.hm-testi-top-sec .container {
    max-width: 1280px;
}
.hm-testi-top-sec {
    padding: 133px 0 195px;
    background-image: url(images/landmark-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
}
.hm-testi-top-sec h2 {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.testi-top-sec-cnt {
    padding: 0 10px 0;
}

.hm-testi-top-sec p {
    font-family: "Forum";
    font-weight: 400;
    font-size: 32px;
    line-height: 1.75;
    color: #fff;
    margin: 0;
}

/* Home Page Team Section Start*/
 
.hmteam-sctn {
  padding:110px 0 195px;
  text-align: center;
}

.hmteam-cont.mbl {
    display: none;
}
 
.hmteam-sctn h2 {
  font-family: 'Forum';
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 35px;
}
 
.hmteam-sctn .hmteam-lst {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 82px 36px;
}
 
.hmteam-lst .team-item {
    width: 23.2%;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #2b3958;
}

.hmteam-lst .team-item.text {
    border-bottom-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 24px 0 0 0;
}

.hmteam-lst .team-item.text:hover {
    border-bottom-color: transparent;
    margin-bottom: 0;
    background-color: transparent;
}
 
.team-item .team-item-img {
  width: 100%;
}
 
.team-item .team-item-img img {
  width: 100%;
  display: block;
}
 
.team-item .team-item-cont {
  padding: 18px 15px 17px;
}
 
.team-item .team-item-cont h4 {
  font-family: 'Forum';
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 5px;
}
 
.team-item-cont .view-btn a {
    font-family: 'Heebo';
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.28px;
    font-weight: 500;
    color: #113262;
    text-transform: capitalize;
    display: none;
    border-bottom: 1px solid #113262;
}
 
.team-item .hvr a {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
 
.hmteam-lst .team-item:hover {
  margin-bottom: -29px;
  border-bottom-color: #113262;
  background-color: #fff;
}
 
.hmteam-lst .team-item:hover .view-btn a {
  display: inline-block;
}
 
.hmteam-btn a.cmn-btn {
    padding: 25px 92px 25px;
    background-color: #113262;
}
.hmteam-btn a.cmn-btn:hover {
    background-color: #008640;
}
 
/* Home Page Team Section End*/
 
/* Home Page Representation Section Start*/
 
.repsentn-sctn {
    padding:170px 0 175px;
    background-image: url(images/repsentn-sec-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}
 
.repsentn-sctn h2 {
  font-family: 'Forum';
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
 
.repsentn-sctn h2 strong {
  font-size: 150px;
  line-height: 1;
  color: #008640;
  font-weight: 400;
  display: block;
}
 
.repsentn-sctn h2::before {
  content: '';
  position: absolute;
  background-color:#ffffff;
  width: 46.4%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
 
.repsentn-sctn h5 {
  font-family: 'Heebo';
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  color:#ffffff;
  margin-bottom: 48px;
}
 
.repsentn-sctn .repsentn-btn {
  display: flex;
  justify-content: center;
  gap: 25px;
}
 
.repsentn-btn .schdl-btn a.cmn-btn {
  padding: 25px 65px 24px;
}
 
.repsentn-btn .call-btn a.cmn-btn {
    background-color: #fff;
    padding: 25px 65px 24px;
    color: #113262;
}
 
.repsentn-btn .call-btn a.cmn-btn:hover {
  background-color:#464646;
  color: #fff;
}
 
/* Home Page Representation Section End*/

/* Fter Map Section */

.hmfter-map-sec .container {
    max-width: 100%;
    padding: 0;
}
 
.fter-map {
    position: relative;
}
.fter-map iframe {
    height: 100%;
    display: block;
}
.fter-map .ftr-map-loc::before {
    content: '';
    position: absolute;
    background-image: url(images/hm-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -9px -98px;
    width: 37px;
    height: 54px;
    left: 35px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.ftr-map-loc p {
    font-family: 'Heebo';
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0;
}
 
 
/* Homepage Form Section Starts */
 
.hmfter-form {
    margin: 0;
    background-image: url(images/fter-frm-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 50px 60px;
    position: relative;
    z-index: 1;
    width: 50%;
}
.fter-map {
    width: 50%;
    border: 2px solid #4a4a4a;
}
 
.hmfter-form .fter-frm-blk {
    width: 100%;
    margin: 0 auto;
}
 
.hmfter-form .fter-frm-blk h3 {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hmfter-form .fter-frm-blk p {
    font-family: 'Heebo';
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px;
    text-align: center;
}

.hmfter-form .gform_wrapper.gravity-theme input::placeholder,
.hmfter-form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    opacity: 1;
    color: #fff;
}
 
.hmfter-form .gform_heading {
    display: none;
}
.hmfter-form .gform_wrapper.gravity-theme .gform_fields {
   grid-column-gap: 5%;
    margin: 54px 0 0;
}
 
.hm-form-sec .gform_wrapper {
  margin: 50px 0 0 0;
}
 
.hm-form-sec .gform_wrapper ul.gform_fields ul {
  margin: 0;
  padding: 0;
}
 
.hm-form-sec .gform_wrapper ul.gform_fields li {
  margin: 0 0 25px 0;
  padding: 0 !important;
}
 
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
  margin: 0 0 0 0;
  text-align: left;
}
 
.gform_wrapper ul.gform_fields li.phn {
  margin-right: 0 !important;
}
 
.hmfter-form .gform_wrapper .top_label input.large,
.hmfter-form .gform_wrapper select,
.hmfter-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    outline: 0px;
    position: relative;
    border: none !important;
    border-color: #dadada !important;
    border-bottom: 1px solid !important;
    padding: 0px 15px 12px 0 !important;
    transition: all 0.5s;
    font-family: 'Heebo' !important;
    font-weight: 300;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1 !important;
    background: transparent;
    margin:0 0 45px !important;
    border-radius: 0;
}
 
.hmfter-form .gform_wrapper .top_label textarea {
    float: none;
    margin: 0 0 24px !important;
    resize: none;
    height: 145px !important;
    min-height: auto !important;
}
 
.hmfter-form .gform_wrapper .form-links, .hmfter-form .gform_wrapper .form-links a, .hmfter-form .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #fff;
    font-weight: 400;
    font-family: 'Heebo' !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px !important;
    text-decoration: none;
    margin: 0;
}
 
.form-top span, .hmfter-form .gform_wrapper .top_label .chkbx label span {
  color: #ed3731;
}
 
.hmfter-form .gform_wrapper .gfield_radio label, .hmfter-form .gform_wrapper .top_label .chkbx label {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #fff;
}
 
.hmfter-form .gform_wrapper .top_label .chkbx label {
  font-weight: 700;
}
 
.hmfter-form .gform_wrapper .top_label input[type="checkbox"] {
  float: left;
  clear: both;
  width: auto !important;
  margin: 4px 10px 0px 0 !important;
  padding: 0 !important;
  border-radius: 0;
  max-width: inherit !important;
}
 
.hmfter-form .gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 16px 0 0;
  text-align: center;
}
 
.hmfter-form .gform_wrapper.gravity-theme .gform_footer {
    margin: -60px 0 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 0;
}
 
.hmfter-form .gform_wrapper .top_label input[type="submit"] {
    font-size: 20px;
    line-height: 1 !important;
    padding: 21px 40px 19px;
    text-decoration: none;
    color: #ffffff;
    background-color: #008640;
    border-radius: 50px;
    text-transform: capitalize;
    border: 0;
    letter-spacing: 0;
    font-family: 'Heebo';
    font-weight: 500;
    margin: 0 !important;
}
 
.hmfter-form .gform_wrapper .top_label input[type="submit"]:hover {
    color: #464646;
    background-color: #fff;
}
 
.hmfter-form input::placeholder {
  color: #fff;
}
 
.hmfter-form input:-ms-input-placeholder {
  color: #fff;
}
 
.hmfter-form input::-ms-input-placeholder {
  color: #fff;
}
 
.hmfter-form textarea::placeholder {
  color: #fff;
}
 
.hmfter-form textarea:-ms-input-placeholder {
  color: #fff;
}
 
.hmfter-form textarea::-ms-input-placeholder {
  color: #fff;
}
 
.hmfter-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
 
.hmfter-form .gform_wrapper div.validation_error {
  text-align: center;
  border: none;
  padding: 0 !important;
}
 
.hmfter-form .gform_wrapper .validation_message, .hmfter-form .gform_wrapper div.validation_error {
  color: red;
  letter-spacing: 0.56px;
  font-size: 15px;
  line-height: 18px;
}
 
.hmfter-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
 
.hmfter-form .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
 
.hmfter-form .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;
}
 
 
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div#popup-container {
    position: absolute;
    top: 30px;
}
.popup .popuptext {
  visibility: hidden;
  color: #000;
  position: static;
  transition: transform 0.15s ease-out 0.15s;
  z-index: 1;
  margin: 0px;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 14px;
  color: black;
  transition: transform 0.15s ease-out;
  display: inline-block;
  line-height: 2;
  width: auto;
}
 
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  position: inherit;
}
 
.hmfter-form .gform_wrapper.gravity-theme .gfield{position: relative;}
 
.gform_button.disabled {
  pointer-events: none;
}

.hmfter-form .gchoice.gchoice_2_7_1 {
    margin: -9px 0 0;
}

.hmfter-form .gform_wrapper input[type=checkbox]:checked:before {
    color: #fff;
    background-color: #13aff0;
    content: "\2713";
    margin-bottom: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}
 
.hmfter-form .gform_wrapper .gform_validation_errors { display: none; }
.hmfter-form .gform_wrapper .gfield { position: relative; }
.hmfter-form .gform_wrapper .gfield .validation_message.gfield_validation_message, .hmfter-form .gform_wrapper .gfield .instruction.validation_message { position: absolute; top: 10px; background: none; padding: 0px; line-height: 1; color: #ff0000; font-size: 12px; right: 5px; font-weight: 500; width: auto; border: none; pointer-events:none; margin: 0; }
.hmfter-form .gform_wrapper .gfield .instruction.validation_message { top: 28px; }
.hmfter-form .gform_wrapper .field_description_below .gfield_description {padding-top: 0}
.hmfter-form .gform_wrapper .gfield.chk .validation_message.gfield_validation_message { left: 24px; top: 25px; margin: 0; }

.form-btm {
    width: 96.4%;
    margin: 0 auto;
    padding: 20px 0 0;
}

.form-btm img {
    width: 100%;
    display: block;
}

.form-blk-sectn {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}



/* Footer Section Starts */
 
.site-footer {
    color: #fff;
    position: relative;
    padding: 80px 0 0;
}

.site-footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height:92%;
    background-image: -webkit-linear-gradient(0deg, rgb(253, 251, 245) 0%, rgb(255, 255, 255) 50%, rgb(253, 251, 245) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.site-footer .ftmenu {
    padding: 40px 0 0;
}

.site-footer .ftmenu ul {
    padding: 0px 0 42px;
    text-align: center;
    margin: 0px auto;
    font-size: 0;
}
 
.site-footer .ftmenu ul li {
    display: inline-block;
    padding: 0 56px;
    border-right: 2px solid #6b6b6a;
    margin: 0;
}
.site-footer .ftmenu ul li:first-child {
    padding-left: 0;
}
.site-footer .ftmenu ul li:last-child {
  padding-right: 0;
  border: 0;
}
.site-footer .ftmenu ul li a {
    text-transform: capitalize;
    color: #464646;
    font-family: 'Heebo';
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
}
 
.site-footer .ftmenu ul > li a:hover {
    color:#008640;
}
 
 
/* Footer Sections Ends */
 
.ftr-blocks {
    padding: 54px 110px 48px 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-top: 1px solid #e1e0e0;
    border-bottom: 1px solid #e1e0e0;
    justify-content: space-between;
}
.ftr-blocks .ftr-item {
    width:36%;
    padding: 0;
    position: relative;
    z-index: 0;
}
.ftr-item.ftr-logo {
    text-align: center;
}
.ftr-blocks .ftr-item .ftr-item-cont {
    padding: 0 0 0 50px;
    position: relative;
    width: 100%;
}
.ftr-blocks .ftr-item .ftr-item-cont::before {
    content: '';
    position: absolute;
    background-image: url(images/hm-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -62px -108px;
    width: 29px;
    height: 43px;
    left: 0;
    top: 0;
    margin: auto;
}
.ftr-blocks .ftr-item .ftr-item-cont.contct:before {
    background-position: -51px -9px;
    width: 34px;
    height: 34px;
}
.ftr-blocks .ftr-item.loctn {
    width:23.5%;
}
.ftr-blocks .ftr-item.call {
    width: 22%;
}
 
.ftr-blocks .ftr-item .ftr-logo {
    width: 100%;
    margin:0 0 12px;
}
.ftr-blocks .ftr-item .ftr-logo img {
  width: 100%;
  display: block;
}
 
.ftr-blocks .ftr-item .ftr-btn a.cmn-btn {
    font-size: 22px;
    padding: 25px 62px 23px;
    text-decoration: none;
    color: #ffffff;
    background-color:#113262;
    border-radius: 50px;
    text-transform: capitalize;
}
.ftr-blocks .ftr-item .ftr-btn a.cmn-btn:hover {
    background-color: #464646;
}
.ftr-blocks .ftr-item h4 {
    font-family: 'Forum';
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 14px;
    position: relative;
}
 
.ftr-blocks .ftr-item p {
    font-family: 'Heebo';
    font-size: 20px;
    line-height: 1.46;
    letter-spacing: -1.1px;
    font-weight: 400;
    color: #464646;
    margin-bottom: 7px;
}
.ftr-blocks .ftr-item a {
    display: inline-block;
    font-family: 'Heebo';
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    color: #113262;
    text-decoration: none;
    text-transform: capitalize;
}
.ftr-blocks .ftr-item .ftr-item-cont a:hover {
    color:#008640;
}
.ftr-blocks .ftr-item.call p {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0;
}
.ftr-blocks .ftr-item.call a {
    display: block;
    color:#008640;
    font-size: 35px;
    margin-top: 5px;
    font-weight: 700;
}
.ftr-blocks .ftr-item.call a:hover {
    color:#464646;
}
 
 
/* Copyrights */
 
.copyrights {
    padding: 43px 0;
    color: #464646;
    text-align: center;
}
 
.copyrights p, .copyrights a {
    color: #464646;
    font-size: 18px;
    font-family: 'Heebo';
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}
.copyrights a {
  display: inline-block;
  padding: 0 5px;
}
.copyrights a:hover {
    color: #188640;
}
.copyrights .cpy-inr, .copyrights .ftrlink, .copyrights p, .copyrights a {
    display: inline-block;
}
 
/* Homepage Ends */

/* Accordion */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
}
.accordion-section {
    margin: 0 0 20px;
}
.accordion-section-content {
    display: none;
    background-color: #999;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 20px 15px 0px 30px;
    border-radius: 0;
    display: block;
    background-color: transparent;
}
.accordion-section .accordion-heading {
    background-color: transparent;
    padding: 15px 50px 15px 30px;
    cursor: pointer;
    background-image: url(images/bottom-arrow-angle.webp);
    background-size: 30px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    border: 1px solid #c1c0be;
    font-size: 30px;
    font-family: "Forum";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
.accordion-section.accordien-active .accordion-heading {
    background-image: url(images/up-arrow-angle.webp);
    background-color: #113262;
    color: #fff;
    border: 0;
}
.inn-prfle.accordion .cmn-cont-blk {
    margin: 20px 0 40px;
}

/* Accordion */

/* tabs */
.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* tabs */


/* single People */
.related-people {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
}
.related-people .related-post {
    width: 100%;
    max-width: calc((100% / 3) - 7px);
    padding: 15px;
    background-color: #f3f3f3;
}
/* single People */