/* Common CSS Start */
:root {
    --bs-darkblue: hsla(196, 38%, 28%, 1);
    --bs-blue: #19203D;
    --bs-orange:rgba(188, 84, 28, 1);
    --bs-black: #5C5C5C;
    --bs-darkblack: #000000;
    --bs-white: #ffffff;
    --bs-grey: #5E6C71;
    --bs-lightgrey:#ODODOD;
    --bs-yellow:#hsla(34, 95%, 42%, 1);
    --bs-lightgreen:#68B12D;
    --bs-red:#E43636;
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 20px;
    letter-spacing: 0px;
    color: var(--bs-grey);
    padding-top: 0px;
    font-weight: 400;
    line-height: 34px;
    font-family:'Roboto';
    visibility: hidden;
}
body.loaded {
    visibility: visible;
}
p{
    font-size:20px;
    font-weight:400;
}
body.home {
    padding-top: 0px;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--bs-orange);
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--bs-lightgreen);
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--bs-lightgreen);
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
.fullwidth {
    position: relative;
    width: 100%;
    z-index: 1;
}
.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-color{
    background-color:#fafafa;
}
.logged-in header#header {
    top: 28px;
}
/* Define the zoom-in animation */
@keyframes zoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Apply the zoom-in animation using WOW */
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 28px;
}
.btn {
    min-width: 216px!important;
    font-family: 'Roboto';
    color: var(--bs-white);
    padding: 22px 38px;
    outline: 0 !important;
    box-shadow: none !important;
    margin-top: 30px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    letter-spacing: 0.3px;
    text-align: center;
    border: 1px solid var(--bs-lightgreen);
    z-index: 1;
    background-color: var(--bs-lightgreen);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-size: 22px;
    transition: 0.5s all ease-in-out;
    border-radius:7px;
}
.btn:hover {
    color: var(--bs-lightgreen);
    background: 0 0;
    border-color: var(--bs-lightgreen);
}
.btn.focus, .btn:focus {
    color: var(--bs-white);
    background: var(--bs-lightgreen);
    border-color: var(--bs-lightgreen);
}
.btn.focus:after, .btn:focus:after {
    color: var(--bs-white);
    background: var(--bs-lightgreen);
    border-color: var(--bs-lightgreen);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-white);
    background: var(--bs-lightgreen);
    border-color: var(--bs-lightgreen);
}
input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
}
p:empty {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Lora';
    position: relative;
    color:var(--bs-darkblue);
}
h1 {
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 25px;
}
h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 60px;
    margin-top:30px;
}
h3 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-top:30px;
}
h4 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-top:30px;
}
h5 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-top:30px;
}
h6 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top:30px;
}
.section-pd {
    padding: 60px 0;
}
.title, .heading {
    font-family: 'Lora';
    margin-bottom: 10px;
    position: relative;
    display: block;
    line-height: 80px;
    top:-5px;
    font-size: 64px;
    font-weight: 600;
    color: #2d5564;
    text-transform: none;
    margin-top: 0px!important;
}
div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 16px;
    top: 10px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top:8px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 14px;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 21px;
}
#footerNav{
    column-count:2;
}
header#header.small-header .header-top-bar{
    padding:12px 0px;
    transition: 0.5s all ease-in-out;
}
header#header.small-header .nav-menu .menu-top>li>a{
/*     padding:40px 8px; */
    transition: 0.5s all ease-in-out;
}

.menu-top li a {
    padding: 55px 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    color:var(--bs-blue);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family:'Open Sans';
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    left: 0;
    bottom: 35px;
    background: var(--bs-lightgreen);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}
.menu-top li a:hover, .menu-top li a:focus {
    color:var(--bs-lightgreen);
}
ul.menu-top>li.current-menu-item a:after{
    border-width:0 2.3px 2.3px 0;
    border:solid var(--bs-lightgreen);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color:var(--bs-lightgreen);
    font-weight: 600;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}
ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}
ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--bs-orange);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu li.current_page_item a {
    background-color: var(--bs-lightgreen);
    color: #fff;
}
.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--bs-lightgreen);
    color: #fff;
}
.header-contact-info:hover a {
    color:var(--bs-lightgreen);
}
.consult-section .wpcf7-response-output{
    bottom:-30px!important;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}
.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.menu-top {
    position: relative;
    transition: all ease-in-out 0.2s;
    text-align: right;
}
.menu-top li:first-child {
    padding-left: 0;
}
.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: var(--bs-grey);
    min-width: 262px;
    text-align: left;
}
ul.menu-top li .sub-menu li a {
    background-color: var(--bs-lightgreen);
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
  
}
ul.menu-top li .sub-menu li a:hover{
    background-color:#0d0d0d;
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    background-color: #0d0d0d;
}
ul.menu-top li .sub-menu li.menu-item-object-post_team.current-menu-item a{
    background-color: #0d0d0d;
}
.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 90%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 2px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
    border: 1px solid var(--bs-lightgreen);
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-header ul li#menu-item-92:hover>ul{
    overflow: hidden;
    overflow-y: scroll;
    height: 387px;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: -2px;
    margin: auto;
    right: -10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 8px;
    bottom: 1px;
    border: solid var(--bs-lightgreen);
    border-width: 0 2.3px 2.3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.menu-top li.menu-item-has-children:hover::after{
    border: solid var(--bs-lightgreen);
    border-width: 0 2.3px 2.3px 0;
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */
/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
    top: 0;
    transition: 0.5s all;
}
.mobile-search-bar:hover .white-search-icon{
    opacity:0.7;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-icon.svg);
    background-position: center;
    cursor: pointer;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-wrapper {
    flex-direction: column;
    text-align: center;
}
.search-input-box .form-control {
    color: #76777a;
}
.search-form-outer{
    width: 100%
}
.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}
.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}
.search-input-box{
    width: 100%
}
.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}
#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}
.top-search-wrap {
    display: inline-block;
}
.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}
.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */
/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.logo-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    max-width:330px;
}
.logo-wrapper a {
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}
.logo-wrapper a img {
    transition: 1s;
    height:100%;
    object-fit: contain;
    width:100%;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
    height:100%;
}
.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid hsla(228, 42%, 17%, 0.1);
}
header#header.small-header{
    box-shadow: 5px 5px 5px hsla(228, 42%, 17%, 0.1);
    transition: 0.5s all ease-in-out;
}
.header-top .header-left-logo {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    width:330px;
    justify-content: center;
}
.header-aside-col {
    align-items: center;
    display: flex;
    width:calc(100% - 330px);
}
.header-top {
    padding: 0;
    width: 100%;
    position: relative;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    min-width:216px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-lightgreen);
    border:1px solid transparent;
    transition:0.5s all;
    border-radius:82px;
}
/* Wrapper for better control */
.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 8px;
  cursor: pointer;
}
.select-wrapper select option{
    color:#4C4C4C;
}
/* Chevron arrow */
.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: transparent;
  border-right: 2px solid #5a6872;
  border-bottom: 2px solid #5a6872;
  transform: translateY(-60%) rotate(45deg); /* creates a clean down arrow */
}


.header-contact-info .header-text {
    text-transform: uppercase;
    color: #C47272;
    font-size: 20px;
    letter-spacing: 1px;
    line-height:36px;
    transition: 0.5s all ease-in-out;
}
.header-contact-info:hover .header-text{
    color:#fff;
}
.header-contact-info a {
    line-height: normal;
    padding: 19px 14px;
    margin-left: 0;
    width: auto;
    color: var(--bs-white);
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.5s all;
    padding-left: 70px;
    font-family: 'Roboto';
}
.header-contact-info:before {
    position: absolute;
    content: '';
    background-image: url(../img/phone-call.svg);
    height: 66px;
    width: 66px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    left: -1px;
    top: 0;
    background-color:var(--bs-blue);
    border-radius:82px;
}
.header-contact-info a:hover {
    color:var(--bs-lightgreen);
    cursor:pointer;
    background-color:transparent;
}
.header-contact-info:hover {
    background-color: transparent;
    border: 1px solid var(--bs-lightgreen);
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header.small-header .nav-menu-inner {
    margin-top: 0;
}
.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-between;
}
/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.contact-form.contact-form-sidebar .wpcf7 .wpcf7-response-output{
    bottom:1px!important;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 34px;
    height: 34px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: #0d0d0d;
    border-radius: 45px;
    z-index: 1;
    transition: 0.5s all ease-in-out;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #fff;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
    top: 11px;
}
#testimonials-section:after{
    height:100%;
}
.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: var(--bs-lightgreen);
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 10000;
    background-color: var(--bs-lightgreen);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 10px;
    padding-right: 50px;
    border-radius: 0!important;
    background-color: transparent!important;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/white-search.svg);
    opacity: 0.7;
}
.search-icon-form button:hover {
    opacity: 1;
}
.search-input-box .form-control:focus {
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
	padding-right:46px;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: var(--bs-lightgreen);
    font-weight: normal;
    right: 0px;
    background-color:#fff;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
    bottom: -17px;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}
.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 34px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}
.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */
/* Header CSS End */
/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}
.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-banner div.wpcf7 .wpcf7-form .form-control {
    padding: 5px 20px 5px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    background: none;
    height: 46px;
    font-weight: 400;
    border: 1px solid hsla(0, 0%, 100%, 1);
    opacity: 0.8;
    background-color:hsla(0, 0%, 100%, 1);
    border-radius:12px;
}
div.wpcf7 .wpcf7-form textarea.form-control, .common-form-style .form-group textarea.form-control {
    height: 185px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -23px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}
.form-control {
    background-color:#E8EFF4!important;
    border:1px solid #E8EFF4;
    border-radius: 13px!important;
    box-shadow: none!important;
    padding: 23px;
    font-size: 20px;
}
.form-control:focus{
    border:1px solid var(--bs-grey);
}
.menu-top li.current-menu-ancestor:after{
    border:solid var(--bs-lightgreen);
    border-width:0 2.3px 2.3px 0;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}
.wpcf7{
    position: relative;
}
.btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    min-width: auto;
    z-index: 1;
}
.wpcf7 .btn-wrap {
    position: relative;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}
div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #ffffff;
    background-color: var(--bs-lightgreen);
    border: 2px solid var(--bs-lightgreen);
    text-decoration: none;
}
div.wpcf7 form.submitting .btn-wrap {
    border: none;
    color: #000;
    background: none;
    border-color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 1;
}
textarea {
    resize: none;
    height: 5rem;
}
[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}
/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: var(--bs-grey);

}
.wpcf7 ::-moz-placeholder {
    color: var(--bs-grey);
    line-height:normal;
}
.wpcf7 :-ms-input-placeholder {
    color: var(--bs-grey);
    line-height:normal;
}
.wpcf7 :-moz-placeholder {
    color: var(--bs-grey);
    line-height:normal;
}

.wpcf7 select {
    color: var(--bs-grey);
}

.wpcf7 select option {
    color: var(--bs-grey);
    line-height:normal;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 4px;
    border-radius: 0px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}
/* Contact Form CSS END */
/* footer social icon */
.footer-social-icon-wrap {
    width: 100%;
    position: relative;
/*    margin-top: 30px;*/
}
ul.footer-social {
    z-index: 1;
    margin-top: 0px;
    gap:0px!important;
}
ul.footer-social li {
    margin: 0;
    margin-right: 11px;
}
ul.footer-social li:last-child {
    margin-right: 0px;
}
.footer-social li a {
    position: relative;
    line-height: 35px;
}
ul.footer-social li a svg, ul.footer-social li a img {
    height: 16px;
    width: 25px;
}
ul.footer-social li a svg path{
    transition:0.5s all;
}
ul.footer-social li a:hover svg path{
    fill:#fff;
}
ul.footer-social li a:hover svg circle, ul.footer-social li a:hover svg rect {
    fill: var(--bs-orange);
}
.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
.footer-sec ul li.current_page_item a {
    color: var(--bs-lightgreen);
}
/* footer social icon */
/* Footer CSS Start */
.footer-logo a {
    display: inline-block;
}
.main-footer {
    background-image:url(../img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
}
.main-footer  {
    color: var(--bs-grey);
}
.footer-left-side {
    padding-right: 35px;
}
.footer-right-side {
    padding-left: 15px;
}
.footer-info p {
    font-weight: 500;
    font-size: 25px;
    margin-top:35px;
}
.footer-wrapper {
    margin-bottom: 55px;
}
.nap-listing-title ul{
    column-count:1!important;
}
.footer-title {
    font-family: 'Lora';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 22px;
    letter-spacing: 2px;
    margin-top: 10px;
    color:#232534;
}
.footer-info-btn{
    margin-top:15px;
}
.copyright {
    padding-left: 0px!important;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding-right: 0px;
    justify-content: space-around;
    align-items: baseline;
}
.copyright p {
    margin-bottom: 25px!important;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.copyright .small-nav {
    margin-left: 5px;
    font-size: 18px;
}
.small-nav a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    font-weight: 400;
    color: var(--bs-blue);
    border-right: 1px solid var(--bs-blue);
    transition: 0.5s all ease-in-out;
}
.small-nav a:last-child{
    border:none;
}
.small-nav a:hover {
    color: var(--bs-lightgreen);
}
.main-footer .footer-sec{
    width:43%;
}
.small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.nap-postal-address-wrapper {
    margin-top: 15px;
    display: none;
}
.footer-sec ul li {
    position: relative;
    margin-bottom: 6px;
    line-height: normal;
}
.footer-sec ul li a {
    padding: 0;
    display: inline-block;
    color: #0d0d0d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 0;
    transition: 0.5s all ease-in-out;
}
.footer-sec ul li a:hover {
    color: var(--bs-lightgreen);
}
.footer-sec ul li:last-child {
    margin-bottom: 0px;
}
.map-footer iframe{
    width:100%;
}
/* nap css */
.nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
    padding: 0;
    display: inline-block;
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.blue-border .team-thumbnail{
    position: relative;
    z-index: 2;
}
.news-post .logo img {
    height: 80px;
    object-fit:contain;
    background-color:#fff;
    width:200px;
}
.blue-border .team-grid:after{
    position: absolute;
    content:'';
    background-color:#C5E6EB;
    height: 90%;
    width:200px;
    right:-18px;
    bottom:-18px;
    z-index:1;
}
.blue-border .team-thumbnail img{
    position: relative;
    z-index: 2;
}
.nap-contact-info {
    width: 100%;
    margin-bottom: 0;
}
.nap-address-info {
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.contact-row .heading{
    margin-top:0px !important;
}
.nap-contact-info .phoneno {
    display: inline-block;
    padding: 2px 0;
    line-height: normal;
}
.nap-contact-info .email_address {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 30px;
    line-height: normal;
    background-image: url(../img/mail.svg);
}
.nap-contact-info .phoneno, .nap-fax-info, .nap-contact-info .phoneno span {
    color: #0d0d0d;
    font-weight:400;
}
.nap-address-info .direction-link {
    color: var(--bs-lightgreen);
    border-bottom: 1px solid var(--bs-lightgreen);
    line-height: normal;
}
.nap-contact-info .email_address:hover, .nap-contact-info .email_address:hover span {
    color: var(--bs-lightgreen);
}
.nap-address-info .direction-link:hover {
    border:none;
}
.nap-contact-info .phoneno:hover, .nap-contact-info .phoneno:hover  span{
    color: var(--bs-lightgreen)!important;
}
.nap-contact-info .phoneno, .nap-contact-info .phoneno span{
    transition: 0.5s all ease-in-out;
}
/* nap css */
.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
/* Footer CSS Start END */
/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--bs-lightgreen);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 50px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}
.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */
/* Home banner css */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.home-banner {
    position: relative;
    background-position: center bottom;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-flow: row;
}
.banner-wrap .banner-small-title{
    text-transform: capitalize;
    font-size:48px;
    color:hsla(0, 0%, 100%, 1);
    margin-bottom:16px;
    font-weight:500;
}
.banner-wrap .banner-title {
    padding-right: 40px;
    line-height: 105%;
    font-size: 66px;
    text-transform: capitalize;
    color: var(--bs-darkblue);
    font-family: 'Lora';
    font-weight: 500;
}
.banner-wrap .banner-content p {
    font-size: 25px;
    line-height: normal;
    color: #637D87;
}
.m-footer-common{
    display:flex;
    justify-content: space-between;
}
.home-banner .banner-wrap {
    background-image: url(../img/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* border-radius: 26px; */
    padding: 100px 0px 100px 100px;
    margin-top: 0px;
    position: relative;
}
.container-inner {
    overflow: hidden;
    border-radius: 26px;
}
.home-banner .banner-wrap .right-image img{
    position: absolute;
    right:0px;
    height:100%;
    bottom:0px;
}
.banner-wrap .banner-title span{
    color:var(--bs-lightgreen);
}
.home-banner .banner-content{
    margin-top:32px;
}

.menu-wrap .mobile-logo {
    position: absolute;
    right: 13px;
    top: 7px;
    z-index: 13;
}
.blue-bar-content{
    background-color:var(--bs-darkblue);
    padding:34px 0px;
}
.blue-bar-content .blue-content:after{
    position: absolute;
    content:'';
    right:-110px;
    background-image:url(../img/lutz-logo.svg);
    width:45px;
    height:40px;
    background-size: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blue-bar-content .blue-content-box:last-child .blue-content::after{
    display: none;
}
.font-lora{
    font-family: 'Lora';
}
.f-30{
    font-size:30px;
}
.practice-section .practice-card{
    border-radius:27px;
    padding:35px;
    height:100%;
}
.practice-section .row .col-lg-4:nth-child(even) .practice-card{
    background-color:var(--bs-lightgreen);
}
.practice-section .row .col-lg-4:nth-child(even) .practice-card .practice-content{
    border:1px solid #EBEBEB;
}

.practice-section .row .col-lg-4:nth-child(even) .practice-card .image{
    margin-top:0px!important;
    margin-bottom: 15px;
}
.tab-contents .content ul li{
    color:#fff;
}
.practice-section .row .col-lg-4:nth-child(even) .learn-more{
    color:#fff;
}
.practice-section .row .col-lg-4:nth-child(odd) .learn-more{
    color:var(--bs-lightgreen);
}
.practice-section .row .col-lg-4:nth-child(even) .learn-more svg path{
    stroke:#fff;
}
.practice-section .learn-more:hover svg{
    transform: translateX(15px);
}
.practice-section .learn-more svg{
    transition: 0.5s all ease-in-out;
}
.practice-section .row .col-lg-4:nth-child(odd) .practice-card{
    background-color:var(--bs-darkblue);
}
.practice-section .practice-content{
    border:1.3px solid #ADADAD;
    border-radius:27px;
    padding:24px;
}
.f-26{
    font-size:26px;
}
.f-18{
    font-size:18px;
}
.f-18 p{
    font-size: 18px;
    line-height: 26px;
}
.practice-section img{
    border-radius:27px;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
}
.practice-section  a:hover .image img{
    transform: scale(1.05);
}
.practice-section .image{
    display:block;
    border-radius:27px;
    overflow: hidden;
}
.practice-section .learn-more{
    font-weight:600;
}
.practice-section .learn-more svg, .practice-section .learn-more img{
    height:20px;
    vertical-align: middle;
}
.practice-section .practice-card a{
    display:flex;
    flex-direction: column;
    gap:15px;
}
.question-section:after{
    position: absolute;
    content:'';
    width:100%;
/*    height:100%;*/
   z-index:2
}
.question-section .container{
    position: relative;
    z-index:10;
}
.left-heading-right-content .inner-container{
    margin-top: 0rem!important;
}
.practice-section .row .col-lg-4:nth-child(even) a{
    flex-direction: column-reverse;
}
.practice-section{
    background-color:#B3C4BA38;
}
.right-image-with-content{
    background-image: url(../img/bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.badge-box img{
    width:100%;
    height:130px;
    object-fit: contain;
}
.badge-box{
    display: flex!important;
    align-items: center;
}
.slick-slide {
    margin: 0 35px;
}
.slick-list {
    margin: 0 -35px;
}
.testimonial-section{
    background-image: url(../img/testimonial-bg.jpg);
}
.bg-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonial-section .testimonials-top{
    border-bottom:1.3px solid #ADADAD;
}
.testimonial-box .slick-dots{
    display:flex;
}
.testimonial-box .slick-dots li{
    height:14px;
    width:14px;
    background-color:var(--bs-grey);
    font-size: 0px;
    border-radius:50%;
    cursor: pointer;
    margin-right:6px;
}
.testimonial-title{
    font-size:40px;
    font-weight: 700;
}
.testimonial-section .testimonial-item:after{
    position: absolute;
    content:'';
    background-image:url(../img/quotes-icon.svg);
    height:70px;
    width:100px;
    background-size: contain;
    right:0;
    top:0;
    background-repeat: no-repeat;
}
.testimonial-section .testimonial-item {
    margin: 20px 0px;
}
.testimonial-box .slick-dots li button{
    border:none;
}
.designation{
    font-size:18px;
}
.testimonial-box .slick-dots li.slick-active{
    background-color:#fff;
}
.testimonial-item .read-more{
    font-weight:600;
    color:var(--bs-lightgreen);
    cursor: pointer;
}
.video-section .video{
    position: absolute;
    left:0;
    right:0;
    height:100%;
    top:0;
    width:100%;
}
.video-section .video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-section{
    height:600px;
}
.video-section .html5lightbox span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-image:url(../img/play-icons.svg);
    height:125px;
    width:125px;
    background-size: 125px;
    font-size:0px;
}
.left-heading-right-content .inner-container{
    background-color:var(--bs-lightgreen);
    padding:60px 90px;
    border-radius:20px;
}
.left-heading-right-content .inner-container .title:after{
    position: absolute;
    content:'';
    height:1.33px;
    background-color:#EBEBEB;
    width:50%;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
}
.left-heading-right-content .inner-container .counter-box .title:after{
    display: none;
}

.left-heading-right-content .inner-container .counter-box .counter.title{
	transition:0.5s all ease-in-out;
}
.left-heading-right-content .inner-container .counter-box .content{
	transition:0.5s all ease-in-out;
}

 .question-section{
    background-image:url(../img/question-bg.webp);
} 

.question-section .form-box img {
    left: -58px;
    position: absolute;
    bottom: -70px;
    border-bottom-left-radius: 24px;
}
.page-template-frontpage .question-section .form-box img{
 left:-58px;   
}
.location-section.home-location-section{
    margin-top:-442px;
    padding-top: 430px!important;      
}
.question-section .form-box .privacy-policy{
    color:var(--bs-lightgreen);
    display:inline-block;
    margin-bottom:16px;
}
.question-section .form-box span , .question-section .form-box p{
     font-size:18px;
}

.question-section .form-box{
    position: relative;
    z-index: 2;
}
.question-section .form-box p{
    margin-top: 16px;
}
.question-section .form-box .col-lg-5{
    position: relative;
}
.wpcf7-list-item {
     margin: 0 0 0 0; 
}
.f-20{
    font-size:20px;
}
.header-top-bar{
    transition: 0.5s all ease-in-out;
    background-color:#1D2F3B;
    padding:27px 0px;
}
.header-top-bar .small-content{
    font-size:16px;
}
.header-top-bar .header-repeator .phone-text{
    font-size:16px;
}
.image img{
    border-radius: 26px;
    object-fit: cover;
}
.paging-new .page-numbers.current{
    border-bottom: 1px solid var(--bs-lightgreen);
}
.opportunities-section .btn:hover{
	background-color:#fff;
}
.hire-section .content p a:hover {
    text-decoration: none;
}
section.section-pd.award-section-team {
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/10/inner-banners.webp');
    background-size: cover;
}
section.left-heading-right-content-home-bg {
    background: #68B12D;
    color: #fff;
}
section.left-heading-right-content-home-bg .title {
    color: #fff;
}

.header-text-top {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2c5463;
    font-size: 16px;
    line-height: 20px;
}

.home-banner-bottom {
    background: var(--bs-darkblue);
    color: #fff;
    padding: 20px;
	top: 0;
}

.home-banner-bottom .title {
    color: #fff;
	text-align: center;
}

.team-details ul li {
	display: table;
}

.left-image-with-content-image {
    text-align: center;
}
.left-image-with-content-image img {
    height: 500px;
    margin-bottom: 1rem;
}
.text-under-image-style {
    text-align: center;
}

.home-banner-bottom-desktop{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.home-banner-bottom-desktop .btn {
margin-top: 0px;
    font-weight: 400;
    padding: 12px 6px;
    font-size: 18px;
}
.mobile-message-link{
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    position: absolute;
    height: 36px !important;
    width: 36px !important;
    margin-right: 0px;
    margin-left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-lightgreen);
    border-radius: 50%;
    background-color: var(--bs-lightgreen);
}
.mobile-message-link svg {
    width: 18px;
}
.mobile-header-note {
    display: none;
}