/*
Theme Name: Archer Lewis Theme
Version: 1.0
Text Domain: archer
*/

/*------------------------------------------------------
   overwrite css start
------------------------------------------------------*/

/*----------intial declartaion of css----------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
archerall,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: "Red Hat Display", serif;
    font-weight: 400;
}

html {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

archerall {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button:focus {
    outline: none !important
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #315569;
}

a:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

ol,
ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

ol li,
ul li {
    color: #000000;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    clear: both
}

/* For IE 6/7 (trigger hasLayout) */
.wrapper {
    overflow: hidden;
}

strong {
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 30px;
    color: #06357A;
}

h1 {
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0D4029;
    line-height: 1.2;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #0D4029
}

h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0D4029
}

h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #0D4029
}

h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #0D4029
}

h6 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #0D4029
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

.btn {
    padding: 14px 24px;
    font-size: 16px;
    background: #FA7411;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    outline: none;
    color: #FFFFFF;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    position: relative;
}

.btn:after {
    background: url(assets/images/btn-arrow.svg) no-repeat;
    width: 19px;
    height: 9px;
    content: "";
    display: inline-block;
    background-size: cover;
    transition: all 0.3s ease-out;
    margin-left: 8px;
}

.btn:hover {
    background: #A24B0B;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="password"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: "Platypi", serif;
    border-radius: 10px;
    font-weight: 400;
    color: #6E6E6E;
    padding: 0 15px;
    border: 1px solid transparent;
}

textarea {
    width: 100%;
    border-radius: 10px;
    height: 48px;
    line-height: 1.2;
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    padding: 10px 15px;
    border: 1px solid transparent;
    resize: none;
    height: 82px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
    border: 1px solid #315569
}

textarea:focus {
    border: 1px solid #315569;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Error page section style start here */
.error-main {
    text-align: center;
    width: 100%;
    padding: 55px 0
}

.error-main h1 {
    line-height: 1
}

/* Error page section style ends here */

/* Custom select box style ends*/

/* Search bar section style start here */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

p span {
    font-family: "Platypi", serif;
    font-style: italic;
    font-weight: 400;
}

.important-updates {
    background: #F9AF10;
    padding: 8px 0;
    position: relative;
    width: 100%;
}

.home .important-updates {
    position: absolute;
    top: 0;
    left: 0;
}

.important-updates p {
    color: #0D4029;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
    font-family: "Platypi", serif;
}

.important-updates p strong {
    font-style: normal;
    font-family: "Platypi", serif;
}

.site-header {
    padding: 37px 0 32px;
    box-shadow: 10px 10px 50px 0px #0000001A;
}

.site-header.landing-header {
    box-shadow: none;
}

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}

.menu-icon .menu-box {
    width: 42px;
    height: 38px;
    padding: 5px;
    position: absolute;
    right: -5px;
    top: 12px;
}

.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background: #0D4029;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(5px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}

.nav-menu .caret {
    color: #fff;
    margin-left: 7px;
}

.nav-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.nav-menu>li {
    /*display: inline-block;*/
    vertical-align: top;
    position: relative;
    margin-left: 30px
}

.nav-menu>li.btn:hover a {
    color: #fff
}

.nav-menu li a {
    font-size: 16px;
    color: #0D4029;
    position: relative;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a {
    color: #FA7411
}

.nav-menu>li.btn {
    padding: 0;
}

.nav-menu>li.btn:after {
    right: 19px;
    position: absolute;
    top: 17px;
}

.nav-menu>li.btn a {
    padding: 10px 50px 10px 22px;
    display: inline-block;
    color: #fff
}

.nav-menu>li.btn.current-menu-item a {
    color: #fff !important;
}

.nav-menu>li ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.nav-menu ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}

.nav-menu.desk .sub-menu li a {
    color: #0D4029;
    text-align: left;
    display: table;z-index: 12345;
}

.nav-menu.desk .sub-menu li {
    margin-bottom: 20px
}

.nav-menu.desk .sub-menu li:last-child {
    margin-bottom: 0
}

.nav-menu.desk .mega-menu ul {
    min-width: 100%;
    display: flex;
    padding: 60px 60px;
    top: 75px;
    flex-wrap: wrap;
    align-items: center;
}

.nav-menu.desk .mega-menu ul>li {
    width: 20%;
    margin-bottom: 20px
}

.nav-menu.desk .mega-menu ul>li:last-child {
    margin-bottom: 20px
}

.nav-menu>li.mega-menu {
    position: static;
}

.nav-menu>li.mega-menu.locations ul,
.nav-menu>li.mega-menu.locations {
    display: none;
}

.nav-menu>li.mega-menu.locations a:after {
    display: none !important;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}

.nav-menu.desk li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-menu.desk .sb-menu .sb-menu {
    left: 180px;
    top: -30px;
}

.nav-menu.desk .sb-menu .sb-menu .sb-menu {
    left:calc(100% + 30px);
    top: 0;
}

.nav-menu.desk ul li a {
    color: #fff;
    font-size: 16px;
}

.nav-menu.desk ul li:hover>a {
    color: #FA7411;
}

.nav-menu>li.current-menu-item>a,
.nav-menu>li>.sub-menu>li.current-menu-item>a {
    color: #FA7411 !important;
}

.nav-menu>li.current-menu-parent>a {
    color: #FA7411 !important;
}

.nav-menu>li.current-menu-parent>a {
    color: #FA7411 !important;
}

.nav-menu>li.current-page-parent>a {
    color: #FA7411 !important;
}

.nav-menu>li.current-page-parent>.sub-menu>li.current-menu-parent>a {
    color: #FA7411 !important;
}

.nav-menu>li.current-page-parent>.sub-menu>li.current-menu-parent>.sub-menu>li.current-menu-item>a {
    color: #FA7411 !important;
}

.nav-menu>li>ul>li.current-menu-ancestor>a {
    color: #FA7411 !important;
}

.nav-menu>li>ul>li>ul>li.current-menu-ancestor>a {
    color: #FA7411 !important;
}

.nav-menu>li>ul>li>ul>li>ul>li.current-menu-item>a {
    color: #FA7411 !important;
}

.nav-menu .arrow {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    width: 12px;
    height: 12px;
    top: 0px;
    transform: rotate(135deg);
    vertical-align: middle;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    right: 3px;
    border-color: #fff;
}

.nav-menu .arrow.up {
    transform: rotate(-45deg);
    top: 7px;
}

.main-header-w {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    position: relative;
}


.nav-menu.desk>li.has-children .sub-menu.sb-menu li.has-children:hover>a:after {
    border-color: #FA7411;
}

.nav-menu.desk>li.has-children .sub-menu.sb-menu li.has-children .sub-menu.sb-menu li.has-children>a:after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    right: -20px;
    position: absolute;
    top: 4px;
    transform: rotate(135deg);
    vertical-align: middle;
}

.nav-menu.desk>li.has-children .sub-menu.sb-menu li.has-children .sub-menu.sb-menu li.has-children:hover>a:after {
    border-color: #FA7411;
}

#site-navigation {
    margin-left: auto;
    max-width: calc(100% - 334px);
}

.home .site-header {
    position: absolute;
    top: 37px;
    width: 100%;
    left: 0;
    padding: 0 0;
    box-shadow: none;
}

.header-logo {
    max-width: 334px;
    width: 100%;
}

.banner-content {
    width: 55.8%;
    padding-top: 19px;
}

.banner-form {
    width: 40.5%;
    margin-left: auto;
    background: #DCDCDC;
    border: 1px solid #0C40291A;
    border-radius: 30px;
    padding: 36px 40px 0 40px;
}

.banner {
    padding-top: 15px;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}

.banner-form a {
    color: #0D4029;
    font-family: "Platypi", serif;
}

.banner-form a:hover {
    color: #FA7411;
}

.banner-form h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 36px;
}

.half-width p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.half-width p label {
    width: 48%;
}

.banner-form p {
    padding-bottom: 20px;
}

.banner-form h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    font-family: "Platypi", serif;
    padding-top: 19px;
    margin-bottom: 18px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.full-width+p {
    padding-bottom: 1px;
    position: relative;
}

.full-width+p:after {
    background: url(assets/images/btn-arrow.svg) no-repeat;
    width: 19px;
    height: 9px;
    content: "";
    display: inline-block;
    background-size: cover;
    transition: all 0.3s ease-out;
    margin-left: 8px;
    position: absolute;
    top: 21px;
    right: 97px;
}

.banner-content p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
}

.who-we-are {
    background: #0D4029;
    border-radius: 50px 50px 0px 0px;
    padding-top: 180px;
    position: relative;
    padding-bottom: 60px;
    /*margin-top:-100px;*/
}

.who-we-are .container {
    position: relative;
    z-index: 1;
}

.who-we-are:after {
    background: #fff;
    height: 31%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.who-we-are .container>span {
    color: #FA7411;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.who-we-are h2 {
    color: #FFFFFF;
    text-align: center;
    max-width: 860px;
    margin: 0 auto 5px;
}

.who-we-are p {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.who-we-are-img {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
}

.who-we-are-img img {
    display: block;
    border-radius: 20px;
}

.who-we-are-img-left {
    border-radius: 20px;
    overflow: hidden;
    width: 65.8%;
}

.who-we-are-img-right {
    width: 31.6%;
    margin-left: auto;
}

.who-we-are-img-right img {
    border-radius: 20px;
    margin-bottom: 8%;
    display: block;
    /* height: calc(100% - 52.5%); */
}

.who-we-are-img-right img:last-child {
    margin-bottom: 0
}

.our-community {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 60px;
}

.our-community-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 28px
}

.our-community-count {
    width: 31.6%;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 76px 66px;
    margin-bottom: 30px;
}

.our-community-count h2 {
    color: #FA7411;
    font-size: 52px;
    margin-bottom: 16px;
}

.our-community-count h2 span {
    font-weight: 700
}

.our-community-count p {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    color: #0D4029;
    line-height: 38px;
    padding-bottom: 0;
    font-family: "Platypi", serif;
}

.our-community h3 {
    color: #000;
    margin-bottom: 38px;
}

.our-listing {
    padding-top: 66px;
    padding-bottom: 60px
}

.our-list {
    align-items: flex-end;
    border-top: 1px solid #0D402933;
    padding-top: 66px;
    padding-bottom: 60px;
}

.our-list:last-child {
    border-bottom: 1px solid #0D402933
}

.our-list-title span {
    color: #FA7411;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.our-list-main-title h2 {
    margin-bottom: 0;
    line-height: 1.2;
}

.our-list-content p {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #000000;
    padding-bottom: 0;
}

.our-list-main-title {
    width: 50%
}

.our-list-content {
    width: 46%;
    margin-left: auto;
}

.employee-spotlight-slide-img {
    width: 218px;
    position: relative;
}

.employee-spotlight-slide-img:after {
    border-radius: 100%;
    height: 200px;
    width: 200px;
    background: #FFAF74;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.employee-spotlight-slide-img img {
    display: block;
    z-index: 123;
    position: relative;
}

.employee-spotlight-slide-content {
    margin-left: auto;
    width: calc(100% - 240px);
}

.employee-spotlight-slider {
    border-radius: 20px;
    position: relative;
    z-index: 123;
    margin-top: 53px;
    box-shadow: 10px 10px 30px 0px #0000001A;
    border: 1px solid #0000001A;
    background: #fff;
    padding-top: 69px;
    padding-left: 114px;
    padding-bottom: 46px;
    padding-right: 114px;
}

.employee-spotlight-slide .d-flex {
    align-items: flex-start;
}

.employee-spotlight {
    background: #0D4029;
    margin-top: 60px;
    border-radius: 50px 50px 0px 0px;
    padding-top: 120px;
    position: relative;
    padding-bottom: 60px;
}

.employee-spotlight:after {
    background: #fff;
    height: 40%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.employee-spotlight .container>span {
    color: #FA7411;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.employee-spotlight h2 {
    color: #fff;
    text-align: center;
}

.employee-spotlight-slide-content p {
    text-align: left;
    color: #000000;
    font-size: 32px;
    font-family: "Platypi", serif;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 20px;
}

.employee-spotlight-slide-content h2 {
    color: #0D4029;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
}

.employee-spotlight-slide-content h3 {
    font-weight: 400;
    color: #467A63;
    font-size: 24px;
    margin-top: 12px;
}

.employee-spotlight-slider ul.slick-dots {
    margin-top: 26px;
}

.employee-spotlight-slider .slick-list {
    margin: 0 -10px;
}

.employee-spotlight-slide {
    margin: 0 10px;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
}

.get-free-consultation {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 39px
}

.get-free-consultation span {
    color: #FA7411;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.get-free-consultation h2 {
    max-width: 846px;
    margin: 0 auto 17px;
    line-height: 1.2
}

button.slick-arrow {
    width: 48px;
    height: 48px;
    z-index: 123;
    text-align: center;
    background: transparent;
    border: 1px solid #0D4029;
    border-radius: 100%;
    font-size: 0;
    position: absolute;
    bottom: 65px;
    left: 299px;
    transition: all 0.3s ease-in-out;
}

button.slick-arrow:hover {
    background: #0D4029;
}

button.slick-arrow:hover:after {
    color: #fff;
}

button.slick-next.slick-arrow {
    left: 367px;
}

.employee-spotlight-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -23px;
    left: 40px;
}

.employee-spotlight-slider button.slick-next.slick-arrow {
    right: 40px;
    left: auto;
}

button.slick-arrow:after {
    color: #0D4029;
    font-size: 20px;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro" !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

button.slick-next:after {
    content: "\f061";
}

button.slick-prev:after {
    content: "\f060";
}

.set {
    border-bottom: 1px solid #0D402933;
}

.set>a {
    display: block;
    color: #0D4029;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 24px 32px 24px 0;
}

.set>a i {
    position: absolute;
    right: 8px;
    top: 25px;
    color: #0D4029;
    font-weight: 400
}

.set .content {
    background-color: #fff;
    display: none;
}

.faq-title {
    width: 34.6%;
    margin-top: 5px;
}

.faq-content-acc {
    width: 62%;
    margin-left: auto;
}

.faq-title h2 {
    line-height: 1.2;
    margin-bottom: 25px;
}

.faq-title h2+p {
    font-family: "Platypi", serif;
    font-style: italic;
    color: #000000;
}

.faq {
    padding-top: 104px;
    padding-bottom: 120px;
}

.set p {
    color: #000000;
    font-family: "Platypi", serif;
    padding-bottom: 24px;
    font-weight: 300;
}

.set:first-child {
    border-top: 1px solid #E7ECEA;
}

.speak-with-expert {
    height: 521px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.speak-with-expert:after {
    background: #000000CC;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.speak-with-expert .container {
    max-width: 714px;
    text-align: center;
    position: relative;
    z-index: 12
}

.speak-with-expert h2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 40px;
}

.slider-arrow-wrap {
    text-align: right;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px;
    margin-top: -50px;
}

.testimonials p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 17px;
}

.testimonials span {
    font-weight: 400;
    color: #467A63;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.author-img {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 24px;
}

/* the slides */
.testimonials .slick-slide {
    margin: 0 10px;
}

/* the parent */
.testimonials .slick-list {
    margin: 0 -10px;
}

.testimonials {
    position: relative;
    overflow: hidden;
    padding-bottom: 104px;
}

.testimonials button.slick-arrow {
    right: 63px;
    top: 0;
    transform: none;
    bottom: auto;
    margin-top: 0;
    left: auto;
}

.testimonials-slide .d-flex {
    align-items: center;
}

.testimonials button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.author-name h3 {
    font-size: 20px;
    color: #0D4029;
    margin-bottom: 10px;
}

.testimonials-slide img {
    margin: 0 auto 34px;
}

.testimonials-slide i {
    color: #F9AF10;
    font-size: 23px;
    margin: 0 auto 24px;
}

.testimonials-slider .slick-arrow {
    display: none !important;
}

.testimonials-slide-bg {
    background: #DCDCDC;
    border-radius: 20px;
    padding: 40px;
    color: #000000;
    height: 100%
}

.testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg {
    background: #0D4029;
    color: #FFFFFF;
}

.testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg p {
    color: #FFFFFF;
}

.testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg .author-name h3,
.testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg span {
    color: #FFFFFF;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #D9D9D9;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #467A63;
}

.testimonials .slick-dots {
    margin-top: 62px;
}

.home-banner {
    padding: 150px 0 60px;
}

.home-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.home-text {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 12
}

.home-banner-img {
    width: 51.5%;
    position: absolute;
    right: 0;
    bottom: 0
}

.home-banner-img img {
    line-height: 0;
    display: block;
}

.home-content {
    border-radius: 20px;
    padding: 199px 60px 132px 60px;
    position: relative;
    overflow: hidden;
}

.home-content h1 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 40px;
}

.home-content p {
    color: #FFFFFF;
    font-style: italic;
    font-size: 18px;
    font-family: "Platypi", serif;
    padding-bottom: 40px;
    font-weight: 600;
}

.home-text a.btn {
    margin-right: 13px;
    color: #fff;
    border: 1px solid #FA7411;
}

.home-text a.btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff
}

/* .home-text a.btn {
    margin-right: 13px;
    background: #0D4029;
    color: #fff;
    border: 1px solid #0D4029;
}

.home-text a.btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0D4029
}

/* .home-text a.btn.btn-transparent {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 24px;
}

.btn.btn-transparent {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 24px;
}

.home-text a.btn.btn-transparent:hover {
    background: #FA7411;
    border-color: #FA7411;
    color: #fff
} 

.btn.btn-transparent:hover {
    background: #fff;
    border-color: #fff;
    color: #0D4029
}

.home-text a.btn:hover:after {
    background: url(assets/images/btn-arrow-green.svg) no-repeat;
    background-size: cover;
}

.btn.btn-transparent:hover:after {
    background: url(assets/images/btn-arrow.svg) no-repeat !important;
    background-size: cover;
} */

.home-about-us {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 60px;
    background: #F7F7F7;
    border-radius: 50px 50px 0px 0px;
    position: relative;
    z-index: 12;
    margin-top: -82px;
}

.home-about-us:after {
    height: 320px;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
}

.home-about-us h2 {
    margin-bottom: 14px;
}

.home-about-us .container>span {
    color: #FA7411;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.our-services {
    padding-top: 60px;
    padding-bottom: 60px
}

.our-services.tab-content .resp-tab-content p {
    font-style: normal;
    font-family: "Red Hat Display", serif;
    font-size: 16px;
}

.our-services.tab-content .resp-tab-content h5 {
    margin-bottom: 4px;
}

.our-services .container>span {
    color: #FA7411;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    font-family: "Platypi", serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.our-services h2 {
    margin-bottom: 14px;
}

.our-services h2+p {
    color: #0D4029BF;
    font-style: italic;
    font-size: 24px;
    font-family: "Platypi", serif;
    max-width: 680px;
}

.resp-vtabs {
    display: flex !important;
    flex-wrap: wrap;
    padding-top: 30px;
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 700;
    font-size: 24px;
    color: #467A63;
    display: block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    border: 1px solid #0000001A;
    border-radius: 20px
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 57px 60px
}

.resp-tab-content .btn {
    margin-bottom: 60px
}

.resp-tab-content img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.resp-tab-content p {
    color: #000000;
    font-style: italic;
    font-size: 24px;
    font-family: "Platypi", serif;
    padding-bottom: 37px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 16px 40px 16px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    width: 35.1%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 34px 80px 34px 40px !important;
    line-height: 1.1;
    margin: 0;
    cursor: pointer;
    float: none;
    transition: all 0.3s ease-in-out;
}

.resp-vtabs .resp-tabs-container {
    width: 60.55%;
    margin-left: auto;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    background: #467A634D;
    border-color: #0000001A;
    position: relative;
    z-index: 1;
    color: #0D4029;
}

.resp-vtabs li.resp-tab-active:after {
    background: url(assets/images/btn-arrow-green.svg) no-repeat;
    width: 28px;
    height: 13px;
    content: "";
    display: inline-block;
    background-size: cover;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.resp-vtabs .resp-tabs-list li:hover {
    color: #0D4029;
}

.resp-arrow {
    width: 12px;
    height: 12px;
    margin-left: 0;
    position: relative;
    top: 6px;
    transform: rotate(135deg);
    vertical-align: middle;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    display: inline-block;
    float: right;
    right: -12px;
}

h2.resp-tab-active span.resp-arrow {
    transform: rotate(-45deg);
    top: 12px;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion.resp-tab-active {
    background: #467A634D;
    border-color: #0000001A;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.schedule-consultation-cta {
    margin-top: 63px;
    background: #0D4029;
    border-radius: 50px 50px 0px 0px;
    position: relative;
    color: #fff;
    margin-bottom: 63px;
}

.schedule-consultation-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.schedule-consultation-cta h2 {
    margin-bottom: 21px;
    color: #fff;
    line-height: 1.2;
    padding-top: 10px;
}

.schedule-consultation-cta h2+p {
    color: #FFFFFFBF;
    font-style: italic;
    font-size: 18px;
    font-family: "Platypi", serif;
    padding-bottom: 40px;
}

.schedule-consultation-cta-content {
    width: 46.5%;
    margin-left: auto;
    padding-top: 50px;
}

.schedule-consultation-cta-img {
    width: 46%;
}

.schedule-consultation-cta-img img {
    display: block;
    border-radius: 7%;
}

.schedule-consultation-cta-content .btn {
    margin-right: 15px
}


.schedule-consultation-cta-content .btn:hover { background: #A24B0B; color: #fff; }
.schedule-consultation-cta-content .btn.btn-transparent:hover{
    background-color: #FA7411;
    border-color: #FA7411;
    color:#fff;
}

.video-section {
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 123;
    top: 0;
}

.video-icon:hover {
    opacity: 0.7;
}

.video-icon span {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.video-file {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.video-file iframe {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-file video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.main-footer {
    background: #0D4029;
    border-radius: 50px 50px 0px 0px;
    padding-top: 81px;
    position: relative;
    padding-bottom: 60px;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}

.top-header p {
    font-size: 12px;
    line-height: 1.66;
    padding-bottom: 21px;
}

.top-header p,
.top-header a {
    color: #fff
}

.header-info {
    width: 100%;
}

.footer-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.main-footer li a:hover {
    color: #ffffff93;
}

.social ul li {
    margin-right: 27px;
}

.social ul li a {
    font-size: 22px;
}

.social ul li a:hover {
    color: #ffffff93
}

.social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-menu a {
    font-size: 14px;
}

.footer-menu li {
    margin-bottom: 10px;
    margin-right: 16px
}

.top-header {
    padding-bottom: 50px;
    display: block;
}

.copy-info {
    font-size: 14px;
}

.copy-info-menu {
    margin-left: auto;
}

.copy-info-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.copy-info-menu ul li {
    margin-left: 25px;
}

.copy-info-menu li a {
    font-size: 14px;
    color: #FFFFFF;
}

.bottom-footer {
    border-top: 1px solid #fff;
    padding-top: 33px;
    padding-bottom: 20px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.our-resources {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

.our-resources .container>span {
    color: rgb(250, 116, 17);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: Platypi, serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.our-resources h2 {
    margin-bottom: 14px;
}

.resources-img {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.resources-img:after {
    content: "";
    position: absolute;
    background: #00000066;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.resources-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 67px;
}

.resources-block.three-col-slider {
    display: block;

}

.three-col-slider .resources-list {
    margin: 0px 14px 30px;
    height: auto !important;
    box-shadow: 0px 10px 13px 0px #0000001A;
}

.three-col-slider .slick-track {

    display: flex;
    flex-wrap: wrap;
}

.three-col-slider .slick-list {
    margin: 0 -14px;
}

.three-col-slider button.slick-next.slick-arrow {
    right: 0;
    left: auto;
    bottom: 0;
}

.three-col-slider button.slick-prev.slick-arrow {

    left: 0;
    bottom: 0;
}

.three-col-slider .slick-dots {

    padding: 3rem 0 1rem;

}

.our-resources.three-col-slider-wrap {

    padding-bottom: 60px;

}

.resources-list {
    width: 31.6%;
    border: 1px solid #0000001A;
    border-radius: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 10px 10px 20px 0px #0000001A;
}

.resources-content {
    padding: 30px 30px 94px 30px;
    text-align: left;
    height: 100%;
}

.resources-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.resources-content h2 a {
    color: #0D4029;
    font-weight: 700;
}

.resources-content p {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 8px;
    font-family: Platypi, serif;
}

.resources-content .resources-button {
    display: block;
    background: #FA7411;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    bottom: 30px;
}

.resources-content .resources-button:after {
    background: url(assets/images/btn-arrow.svg) no-repeat;
    width: 19px;
    height: 9px;
    content: "";
    display: inline-block;
    background-size: cover;
    transition: all 0.3s ease-out;
    top: -6px;
    position: relative;
}

.resources-content .resources-button:hover {
    background: #A24B0B;
}

.resources-content .resources-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
}

.resources-content a.btn {
    position: absolute;
    bottom: 30px;
}

.resources-list a span:hover {
    background: #0D4029;
}

.resources-list a:hover .resources-img:after {
    background: transparent;
}

.inner-banner {
    padding: 124px 0;
}

.inner-banner-left {
    width: 37%;
    padding-right: 20px;
}

.inner-banner-detail .inner-banner-left {
    width: 50%;
}

.inner-banner-img {
    margin-left: auto;
    width: 63%;
    text-align: right;
    border-radius: 20px;
    overflow: hidden;
}

.inner-banner-img img {
    width: 100%;
    border-radius: 20px;
}

.inner-banner-cnt.d-flex {
    align-items: center;
}

.inner-banner h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.inner-banner-detail h1 {
    font-size: 52px
}

.inner-banner.inner-banner-detail {
    padding-bottom: 0;
}

.inner-banner.inner-banner-detail .who-we-are-img {
    margin-top: 63px;
}

.inner-banner p {
    font-size: 18px;
    color: #000000;
    font-family: "Platypi", serif;
    font-style: italic;
}

.highlight-content-left {
    width: 46.5%
}

.highlight-content-right {
    width: 48.2%;
    margin-left: auto;
    padding-right: 52px;
    padding-top: 20px;
}

.inner-banner.inner-banner-detail+.highlight-section {
    /* padding-top: 373px; */
}

.inner-banner.inner-banner-detail {
    padding-bottom: 0;
    /* margin-bottom: -247px; */
    z-index: 12;
    position: relative;
    margin-bottom: 25px;
}

.highlight-section {
    background: #0D4029;
    border-radius: 50px 50px 0px 0px;
    padding-top: 118px;
    position: relative;
    padding-bottom: 100px;
    color: #fff;
}

.highlight-section h2 {
    color: #fff;
    line-height: 1.24;
}

.highlight-section p {
    color: #FFFFFFBF;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    font-family: "Platypi", serif;
}

.highlight-number-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 28px;
}

.highlight-number-box {
    width: 23.7%;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 20px;
    text-align: center;
}

.highlight-number-box h2 {
    color: #FA7411;
    font-size: 42px;
    font-weight: 700;
    font-family: "Platypi", serif;
    margin-bottom: 7px
}

.highlight-number-box h2 span {
    font-size: 33px;
    font-weight: 700;
    font-family: "Platypi", serif;
}

.highlight-number-box p {
    color: #0D4029;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0;
    font-family: "Platypi", serif;
    font-style: italic;
    text-transform: lowercase;
}

.full-services {
    padding-top: 114px;
    padding-bottom: 26px;
}

.full-services h2 {
    text-align: center;
    margin-bottom: 15px
}

.full-services h2+p {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 0;
}

.full-services-list P {
    color: #000000BF;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 19px;
}

.full-services-list h3 {
    margin-bottom: 20px;
    max-width: 184px;
    line-height: 1.2;
    min-height: 77px;
}

.full-services-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.full-services-list {
    width: 31.5%;
    margin-bottom: 30px;
    position: relative;
}

.full-services-list img {
    height: 70px;
    margin-bottom: 52px
}

.full-services-list span.btn {
    position: absolute;
    bottom: 40px;
}

.full-services-list a {
    display: block;
    padding: 40px 40px 90px 40px;
    background: #F7F7F7;
    border-radius: 20px;
    border: 1px solid #00000033;
    height: 100%;
}

.full-services-list span.btn {
    position: absolute;
    bottom: 40px;
}

.full-services-list a:hover {
    background: #F7F7F7;
    background: #467A634D;
    border: 1px solid #0000001A
}

.full-services-list .btn:hover {
    background: #FA7411;
}

.image-text-block {
    padding-top: 60px;
    padding-bottom: 0;
}

section.divider {
    margin-top: 60px;
}

.image-text-block-wrap {
    padding-top: 60px;
    padding-bottom: 60px
}

.image-text-left {
    width: 47.4%;
}

.image-text-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.image-text-left ul li {
    font-style: italic;
    padding-left: 32px;
    margin-bottom: 23px;
    color: #000000;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-weight: 400;
    position: relative;
}

.image-text-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(assets/images/check-list.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    width: 24px;
    height: 24px;
}

.image-text-left h2 {
    line-height: 1.22;
    margin-bottom: 19px;
}

.image-text-left h2+p {
    color: #000000;
    font-size: 18px;
    font-style: italic;
    font-family: "Platypi", serif;
    padding-bottom: 39px;
}

.image-text-left h3 {
    font-family: "Platypi", serif;
    color: #0D4029;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}

.image-text-left p {
    color: #000000;
    font-style: italic;
    font-size: 18px;
    padding-bottom: 23px;
}

.image-right-block {
    width: 47.4%;
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 20px;
    overflow: hidden;
    height: auto
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-item {
    color: #969696;
    margin-right: 5px;
    padding-right: 12px;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-weight: 300;
    position: relative;
}

.breadcrumb-item span {
    font-family: "Platypi", serif;
    font-weight: 300;
}

.breadcrumb-item a {
    color: #969696;
    font-family: "Platypi", serif;
    font-weight: 300;
}

.breadcrumb-item a:hover {
    color: #0D4029;
}

.inner-banner .breadcrumb.breadcrumb-main {
    position: relative;
    margin-top: -83px;
    margin-bottom: 53px;
}

.breadcrumb-item:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    color: #969696;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-weight: 300;
}

.bottom-img {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bottom-img img {
    display: block;
}

.breadcrumb-item:last-child:after {
    display: none;
}

.with-background {
    background: #0D4029;
    border-radius: 50px 50px 0px 0px;
    padding-top: 59px;
    margin-top: 70px;
}

.with-background .get-free-consultation h2 {
    color: #fff;
}

.with-background .testimonials-slide-bg {
    background: #467A63;
    color: #fff;
}

.with-background .testimonials p {
    color: #fff;
}

.with-background .author-name h3 {
    color: #fff;
}

.with-background .testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg {
    background: #fff;
    color: #000000;
}

.with-background .testimonials span {
    color: #fff;
}

.with-background .testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg p {
    color: #000000;
}

.with-background .testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg .author-name h3,
.with-background .testimonials-slide.slick-slide.slick-current.slick-active.slick-center .testimonials-slide-bg span {
    color: #000000;
}

.with-background .slick-dots button {
    background-color: #467A63;
}

.with-background .slick-dots li.slick-active button {
    background-color: #D9D9D9;
}

.with-background button.slick-arrow:after {
    color: #FFFFFF;
}

.with-background .testimonials button.slick-arrow {
    border: 1px solid #FFFFFF;
}

.testimonials button.slick-prev.slick-arrow {
    left: 0;
    right: inherit;
}

.why-choose-us h2 {
    text-align: center;
    margin-bottom: 15px;
}

.why-choose-us p {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-family: "Platypi", serif;
}

.why-choose-us-list {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 40px 41px;
    margin-bottom: 40px;
    align-items: center;
}

.why-choose-us-list-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-align: center;
    height: 150px;
    border: 3px solid #0D4029;
    border-radius: 20px;
}

.why-choose-us-list-content {
    width: calc(100% - 150px);
    padding-left: 40px;
}

.why-choose-us-list-content h3 {
    color: #FA7411
}

.why-choose-us-list-content p {
    text-align: left;
    color: #000000;
    padding-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-family: "Red Hat Display", serif;
}

.why-choose-us {
    padding-top: 117px;
    padding-bottom: 40px;
}

.why-choose-us-listing {
    margin-top: 29px;
}

.gradiant-bg-banner {
    position: relative;
    padding-bottom: 224px;
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff
}

.gradiant-bg-banner:after {
    /* background:url(assets/images/banner-bg.png); */
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 12;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gradiant-bg-banner:before {
    background: linear-gradient(0deg, rgba(13, 64, 41, 0.6), rgba(13, 64, 41, 0.6)), linear-gradient(99.88deg, rgba(0, 0, 0, 0.6) 23.46%, rgba(70, 122, 99, 0) 60.24%, rgba(0, 0, 0, 0.6) 97.93%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.gradiant-bg-banner .bg-banner-content {
    position: relative;
    z-index: 123
}

.bg-banner-content h1,
.bg-banner-content p {
    color: #fff
}

.bg-banner-content p {
    font-family: "Platypi", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    max-width: 600px;
}

.gradiant-bg-banner .breadcrumb.breadcrumb-main {
    margin-bottom: 21px;
    position: relative;
    z-index: 123;
}

.gradiant-bg-banner .breadcrumb.breadcrumb-main .breadcrumb-item a {
    color: #fff;
}

.gradiant-bg-banner .breadcrumb-item {
    color: #fff;
}

.white-shape {
    width: 100%;
    z-index: 123;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 78px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.bg-banner-content h1 {
    margin-bottom: 20px;
}

.leadership-team {
    padding-top: 116px;
    padding-bottom: 70px;
}

.leadership-team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}

.leadership-team-list {
    width: 23.7%;
    margin-bottom: 20px;
    text-align: center;
}

.leadership-team-list img {
    height: 90px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.leadership-team-list h3 {
    font-family: "Platypi", serif;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: #0D4029;
    margin-bottom: 0
}

.leadership-team-list span {
    color: #0D4029;
    font-family: "Platypi", serif;
    font-weight: 500;
    display: block;
    margin-bottom: 19px
}

.leadership-team-list p {
    color: #000000;
    font-family: "Platypi", serif;
    font-style: italic;
}

.leadership-team h2 {
    text-align: center;
    margin-bottom: 15px;
}

.leadership-team h2+p {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 0;
}

.about-content {
    width: 56.6%;
    padding-top: 55px;
}

.content-img-hover-section {
    padding-top: 57px;
    padding-bottom: 68px
}

.content-img-hover-section h2 {
    text-align: center;
    margin-bottom: 15px;
}

.content-img-hover-section h2+p {
    text-align: center;
    color: #000000BF;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 0;
}

.content-img-section {
    padding-top: 58px;
}

.divider hr {
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.img-content:last-child p {
    padding-bottom: 0
}

.about-content-img {
    width: 38.1%;
    margin-left: auto;
    position: relative;
}

.about-content-img img {
    display: none;
}

.img-content {
    padding-left: 32px;
    border-left: 2px solid transparent;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
}

.img-content:hover {
    border-color: #FA7411
}

.img-content.active {
    border-color: #FA7411
}

.img-content h3 {
    color: #0D4029;
    font-size: 24px;
    font-family: "Platypi", serif;
    margin-bottom: 15px;
}

.img-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0;
}

.about-content-img img {
    position: absolute;
    top: 0;
    right: 0;
}

.about-content-img img:first-child {
    display: block;
}

.gradiant-bg-banner+.highlight-section {
    padding-top: 42px;
    padding-bottom: 33px;
}

.office-location-list img {
    display: none;
}

.office-location-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
}

.office-location-list {
    width: 22.5%;
    margin-bottom: 40px;
    text-align: center;
}

.office-location-list h2 {
    font-family: "Platypi", serif;
    font-size: 32px;
    margin-top: 25px;
    font-weight: 700;
    color: #0D4029;
    margin-bottom: 15px;
}

.office-location-list p {
    color: #000000;
    font-family: "Platypi", serif;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    font-style: italic;
}

.office-location-list a {
    color: #FA7411;
    font-size: 16px;
    font-weight: 700;
}

.office-location-list a:after {
    background: url(assets/images/link-arrow.svg) no-repeat;
    width: 8px;
    height: 12px;
    content: "";
    display: inline-block;
    background-size: cover;
    transition: all 0.3s ease-out;
    margin-left: 19px;
    position: relative;
    right: 0;
    top: 1px;
}

.office-location-list a:hover:after {
    right: -4px;
}

.office-locations-section {
    padding-bottom: 57px;
    padding-top: 44px
}

.upcoming-events-list {
    display: flex;
    background: #F7F7F7;
    padding: 40px 40px 33px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.upcoming-events-date {
    background: #467A634D;
    width: 150px;
    height: 150px;
    padding: 28px 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
}

.upcoming-events-date p {
    color: #0D4029;
    font-weight: 700;
    padding-bottom: 0;
}

.upcoming-events-date p span {
    font-family: "Red Hat Display", serif;
    font-weight: 900;
    font-size: 32px;
    color: #0D4029;
    display: block;
    font-style: normal;
}

.upcoming-events-content {
    padding-left: 40px;
    width: calc(100% - 150px);
}

.upcoming-events-content h2 {
    font-family: "Platypi", serif;
    font-size: 32px;
    margin-top: 25px;
    font-weight: 700;
    margin: 0;
    color: #0D4029;
    margin-bottom: 12px;
}

.upcoming-events-content h2 span {
    background: #0D4029;
    padding: 6px 9px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-left: 12px;
    top: -7px;
    position: relative;
}

.upcoming-events-content h3 {
    color: #000000;
    font-family: "Platypi", serif;
    padding-bottom: 0;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}

.upcoming-events-content h3 a {
    color: #000000;
    font-family: "Platypi", serif;
    font-weight: 400;
    font-style: italic;
}

.upcoming-events-content h3 a:hover {
    color: #FA7411;
}

.upcoming-events-content h3 img {
    vertical-align: bottom;
}

.upcoming-events-content h3 {
    margin-right: 22px
}

.upcoming-events-content p {
    color: #000000;
    font-family: "Platypi", serif;
    font-size: 20px;

    padding-bottom: 24px;
}

.upcoming-events-content p strong {
    font-family: "Platypi", serif;
}

.upcoming-events-content ul li {
    color: #000000;
    font-family: "Platypi", serif;
    font-size: 20px;

}

.three-img-with-text {
    padding: 57px 0 120px
}

.three-img-with-text-content-left {
    width: 52%;
}

.three-img-with-text-content-right {
    width: 42.22%;
    margin-left: auto;
}

.three-img-with-text-content-left h2 {
    font-weight: 800;
    line-height: 1.23
}

.three-img-with-text-content-right p {
    color: #000000;
    font-family: "Platypi", serif;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 25px;
}

.three-img {
    margin-bottom: 55px;
}

.location-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px
}

.location-filter-wrap input[type="text"] {
    color: #0D4029;
    border-radius: 2px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    font-family: "Red Hat Display", serif;
    border: 1px solid #0000001A;
    max-width: 432px;
    margin-right: 12px;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    padding-left: 48px;
    background-position: 14px center;
    background-color: #fff;
}

.location-filter-wrap select {
    border: 1px solid #0000001A;
    max-width: 497px;
    padding: 9px 10px;
    width: 100%;
    color: #0D4029;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 12px;
    font-family: "Red Hat Display", serif;
    background-image: url(assets/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #fff;
    -webkit-appearance: none;
}

.location-filter-wrap .btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.office-location-list img {
    width: 100%
}

form.location-filter-form {
    width: 100%;
}

.location-filter-wrap input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0D4029;
}

.location-filter-wrap input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #0D4029;
}

.location-filter-wrap input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #0D4029;
}

.location-filter-wrap input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #0D4029;
}

.pagination .page-link {
    background: #C8D7D0;
    border-radius: 5px;
    text-align: center;
    color: #0D4029;
    font-size: 18px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    margin: 0 10px;
}

.dots {
    background: #C8D7D0;
    border-radius: 5px;
    text-align: center;
    color: #0D4029;
    font-size: 18px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    display: inline-block;
    line-height: 70px;
    vertical-align: bottom;
}

.pagination .prev-page,
.pagination .next-page {
    background: #0D4029;
    border-radius: 5px;
    text-align: center;
    color: #0D4029;
    font-size: 18px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    display: inline-block;
    line-height: 60px;
    color: #fff;
}

.pagination i {
    font-weight: 400
}

.pagination {
    text-align: center;
    margin-top: 82px;
}

.pagination .page-link:hover,
.dots:hover {
    background: #0D4029;
    color: #fff;
}

.pagination .page-link.current {
    background: #0D4029;
    color: #fff;
}

#page-id-284 .gradiant-bg-banner {
    background-position: center top;
}

.event-category-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-category-filter ul li {
    margin-right: 18px
}

.event-category-filter ul li a {
    display: block;
    padding: 10px 16px;
    color: #0D4029;
    font-size: 16px;
    font-weight: 700;
}

.event-category-filter ul li a.active,
.event-category-filter ul li a:hover {
    background: #0D4029;
    color: #fff;
}

.upcoming-events {
    padding: 40px 0 17px;
}

.event-category-filter {
    margin-bottom: 61px;
}

.explore-other-services {
    padding-bottom: 57px;
    text-align: center;
    padding-top: 115px;
}

.explore-other-services p {
    color: #000000;
    font-family: "Platypi", serif;
    font-size: 24px;
    font-style: italic;
    padding-bottom: 25px;
}

.explore-other-services ul {
    list-style: none;
    margin: 55px 0 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.explore-other-services ul li {
    margin-bottom: 30px;
    width: 31.8%;
}

.explore-other-services ul li a {
    text-align: center;
    border-radius: 100px;
    padding: 35px 10px;
    background: #F7F7F7;
    border: 1px solid #00000033;
    display: block;
    color: #0D4029;
    font-size: 30px;
    font-weight: 700;
}

.explore-other-services ul li a:hover {
    background: #FA7411;
    border: 1px solid #0D4029;
    color: #fff;
}

.explore-other-services h2 {
    margin-bottom: 16px;
}

.explore-other-services .btn {
    margin-top: 10px;
}

.info-box-section h2 {
    text-align: center;
}

.info-box-section p {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 0;
}

.info-box-content {
    text-align: left;
}

.info-box-section {
    padding: 117px 0 53px;
}

.info-box-content {
    background: #C8D7D0;
    padding: 57px 60px;
    border-radius: 20px;
    width: 48.2%;
    margin-bottom: 20px;
}

.info-box-content p {
    text-align: left;
    color: #000000BF;
    padding-bottom: 38px;
}

.info-box-section .d-flex {
    justify-content: space-between;
    margin-top: 64px;
}

.info-box-content .btn {
    background: #FFFFFF;
    color: #FA7411;
}

.info-box-content .btn:after {
    background: url(assets/images/btn-arrow-orange.svg) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.info-box-content .btn:hover {
    background: #ffffff8c;
    color: #FA7411;
}

.info-box-content h3 {
    margin-bottom: 13px;
}

.post-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.post-filter-wrap div {
    margin-right: 24px;
    max-width: 200px;
    width: 100%;
}

.post-filter-wrap div.reset-btn {
    margin-right: 0;
    max-width: inherit;
    width: auto;
}

.search-field input[type="text"] {
    color: #0D4029;
    border-radius: 2px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    font-family: "Red Hat Display", serif;
    border: 1px solid #0000001A;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    padding-left: 48px;
    background-position: 14px center;
    background-color: #fff;
}

.post-filter-wrap select {
    border: 1px solid #0000001A;
    padding: 9px 10px;
    width: 100%;
    color: #0D4029;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
    font-family: "Red Hat Display", serif;
    background-image: url(assets/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #fff;
    -webkit-appearance: none;
}

.search-field input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0D4029;
}

.search-field input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #0D4029;
}

.search-field input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #0D4029;
}

.search-field input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #0D4029;
}

.our-resources.articles-section {
    padding-top: 54px;
    padding-bottom: 57px;
}

.our-resources.articles-section .resources-block {
    justify-content: flex-start;
    gap: 29px;
}

.current-job {
    background: #F7F7F7;
    padding: 40px 40px 33px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.current-job .upcoming-events-content {
    padding-left: 0;
    width: 100%
}

.current-job .upcoming-events-content h2 {
    text-align: left;
    margin-bottom: 11px;
}

.current-job-posts h2 {
    text-align: center;
    margin-bottom: 15px;
}

.current-job-posts h2+p {
    text-align: center;
    color: #000000BF;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-style: italic;
    padding-bottom: 60px;
}

.current-job-posts .upcoming-events-content h3 {
    margin-right: 23px;
}

.current-job-posts .upcoming-events-content h3 img {
    margin-right: 14px;
}

.current-job-posts {
    padding: 24px 0 17px
}

#form-popup {
    border: 1px solid #0C40291A;
    background: #DCDCDC;
    padding: 60px 60px 25px 60px;
    border-radius: 30px;
    max-width: 840px;
    margin: 80px auto;
    position: relative;
}

#form-popup p {
    padding-bottom: 20px
}

.custom-file-upload {
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 26px 15px;
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    margin-bottom: 20px;
    position: relative;
}


.file-name-display {

    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

.custom-file-upload p {
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    font-style: normal;
}

.custom-file-upload>p {
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    font-style: normal;
    padding-bottom: 0 !important;
}

.file-upload-icon+p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-upload-icon+p span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-file-upload>p span {
    font-style: normal;
}

.file-upload-icon {
    text-align: center;
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-opacity: 0;
}

.file-upload-icon+p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0px;
}

.file-upload-icon p span {
    font-size: 12px;
    display: block;
}

.file-upload-icon+p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px;
    left: 15px;
    font-size: 14px;
}

.mfp-bg {
    background: #000000CC;
    opacity: 1;
}

#form-popup .mfp-close {
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 30px;
    font-size: 60px;
    top: -40px;
    right: -30px;
}

#form-popup .file-upload-icon p {
    padding-bottom: 11px;
}

#form-popup textarea {
    height: 120px
}

#form-popup .full-width+p {
    margin-left: auto;
    margin-right: auto;
    max-width: 383px;
    padding-bottom: 0;
}

#form-popup .full-width+p:after {
    right: 116px;
}

#form-popup em {
    color: #6E6E6E;
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: 20px 0 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    display: none !important;
}

.blog-single-post {
    max-width: 808px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px
}

.blog-single-post h2 {
    font-size: 24px;
    margin-bottom: 22px;
}

.blog-single-post p {
    color: #000000;
    font-size: 18px;
    padding-bottom: 27px;
    font-family: "Platypi", serif;
    font-weight: 400;
}

.blog-single-post p span {
    font-family: "Platypi", serif;
    font-weight: 400;
    font-style: normal;
}

.blog-single-post ul {
    padding: 0 0 30px 0;
}

.blog-single-post ul li {
    margin-bottom: 21px;
    color: #000000;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-weight: 400;
    position: relative;
}

/*.blog-single-post ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(assets/images/Relume.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}*/

.blog-single-post h3 {
    color: #0D4029;
    font-family: "Platypi", serif;
    font-weight: 700;
    font-size: 20px;
}

.blog-single-post h4 {
    color: #0D4029;
    font-family: "Platypi", serif;
    font-weight: 700;
    font-size: 32px;
}

.blog-single-post p img {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 35px;
}

.blog-single-post p a {
    font-size: 16px;
    text-decoration: underline;
    color: #000000;

    font-family: "Platypi", serif;
    font-weight: 500;
}

.blog-single-post .post-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 48px 0;
    border-bottom: 1px solid #467A63;
}

.blog-single-post .post-tags li:before {
    display: none;
}

.blog-single-post .post-tags li {
    margin: 0 4px;
    font-family: "Red Hat Display", serif;
    font-style: normal;
    padding: 0;
}

.blog-single-post .post-tags li a {
    font-family: "Red Hat Display", serif;
    font-style: normal;
    background: #467A63;
    padding: 6px 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.blog-single-post .post-tags li a:hover {
    background: #FA7411;
}

.social-sharing-icons {
    color: #0D4029;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding-top: 54px;
    padding-bottom: 22px;
}

.addtoany_shortcode {
    margin-top: 18px;
}

.author-date {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #0D4029;
    font-size: 24px;
    margin-bottom: 22px;
}

.lets-talk-section h2 {
    text-align: center;
    margin-bottom: 15px;
}

.lets-talk-section h2+p {
    text-align: center;
    font-family: "Platypi", serif;
    font-size: 18px;
    font-style: italic;
    color: #000000BF;
    max-width: 768px;
    margin: 0 auto;
}

.lets-talk-box {
    background: #467A63;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    width: 31.6%;
}

.lets-talk-box p {
    color: #fff;
    font-family: "Platypi", serif;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 0;
}

.lets-talk-box-wrap.d-flex {
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 38px;
    gap: 29px;
}

.img-icon {
    background: #FA7411;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
}

.lets-talk-section h3 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.lets-talk-section .btn {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.lets-talk-section {
    padding: 60px 0
}

#office-location-listing,
#resources-wrap {
    text-align: center;
    font-size: 32px;
    color: #0D4029;
}

#resources-wrap {
    padding-top: 30px;
}

.page-id-705 .gradiant-bg-banner {
    background-position: center 30%;
}

.schedule-consultation-cta+.image-text-block {
    padding-top: 0
}

.newsletter-block .upcoming-events-date {
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.newsletter-block.upcoming-events {
    padding-bottom: 57px;
}

.our-resources span+h2+p {
    text-align: center;
    font-family: "Platypi", serif;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-bottom: -40px
}

.page-id-275 .our-resources {
    padding-bottom: 70px;
}

.contact-form .cf7sr-g-recaptcha > div { text-align: center; margin: 0 auto; }

.contact-content {
    width: 47%;
    padding-top: 40px;
}

.contact-content p {
    font-family: "Platypi", serif;
    font-size: 24px;
    font-style: italic;
    color: #000;
}

.contact-form {
    width: 40.5%;
    margin-left: auto;
    border: 1px solid #0C40291A;
    background: #DCDCDC;
    padding: 30px 40px;
    border-radius: 30px;
}

.wpcf7-form-control.wpcf7-select {
    width: 100%;
    font-size: 16px;
    font-family: "Platypi", serif;
    border-radius: 10px;
    font-weight: 400;
    color: #6E6E6E;
    padding: 11px 15px;
    border: 1px solid transparent;
    background-image: url(assets/images/chevron-down-orange.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #fff;
    -webkit-appearance: none;
    margin-bottom: 30px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    font-style: normal;
}

span.wpcf7-form-control.wpcf7-radio {
    display: block;
    text-align: center;
    margin-top: -10px;
}

.contact-form .full-width+p:after {
    right: 116px;
}

.contact-section {
    padding-bottom: 80px;
    padding-top: 40px
}

span.wpcf7-form-control.wpcf7-radio label {
    cursor: pointer;
}

.contact-block.d-flex {
    padding-top: 42px;
}

.page-content-default.custom-page-content p {
    color: #000000;
    padding-bottom: 24px;
}

.page-content-default.custom-page-content p a {
    text-decoration: underline;
}

.page-content-default.custom-page-content h2 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 30px;
}

.page-content-default.custom-page-content h2:first-child {
    margin-top: 0
}

.page-content-default.custom-page-content ol li {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding-bottom: 30px;
}

.page-content-default.custom-page-content ol li p {
    padding-top: 25px;
    padding-bottom: 0
}

.page-content-default.custom-page-content {
    padding-bottom: 77px;
    padding-top: 45px
}

.page-content-default.custom-page-content ul li {
    margin-bottom: 3px;
}

.page-content-default.custom-page-content ol li:last-child {
    padding-bottom: 0
}

.blog-single-post ul+p {
    margin-top: -56px;
}

.full-width p:first-child:empty {
    padding-bottom: 0;
}

.page-id-3 .bg-banner-content {
    max-width: 500px;
}

.term-link p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.term-link a {
    font-size: 16px;
    font-family: "Platypi", serif;
    font-weight: 400;
    color: #6E6E6E;
    font-style: normal;
    position: relative;
    top: -6px;
    margin-left: 4px;
}

.term-link a:hover {
    color: #0D4029;
}

.home-banner-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(141 137 137 / 50%), rgb(10 10 10 / 27%)), linear-gradient(180deg, rgb(0 0 0 / 0%) 58.24%, rgb(168 164 164 / 0%) 101.88%);
}

section.with-background+.main-footer {
    margin-top: 60px;
}

.moretext {
    display: none;
}

.upcoming-events-content a.btn.open-popup-link {
    display: table;
}

a.moreless-button:after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 13px;
    position: relative;
    top: -4px;
    transform: rotate(135deg);
    vertical-align: middle;
}

a.moreless-button {
    color: #000000;
    font-family: "Platypi", serif;
    font-size: 22px;


    display: inline-block;
    top: -24px;
    position: relative;
}

.moretext ul:last-child {
    margin-bottom: 50px;
}

a.moreless-button.active:after {
    transform: rotate(-45deg);
    top: 2px;
}

.three-img-with-text+.leadership-team {
    padding-top: 0;
}

/*.office-location-listing .office-location-list:last-child {
   margin-right: auto;
   margin-left: 3.6%;
}*/


/* Leadership page style start here */
.text-center{text-align: center;}
.leadership-block{width:100%;padding: 50px 0 122px;background: #fff}
.top-heading h2{line-height: 1.2;}
.top-heading p{color: #000}
.team-listing { display: flex; flex-wrap: wrap; margin: 0 -15px;justify-content: center;} 
.team-listing .team-box { width: calc(25% - 30px); margin: 0 15px 60px; }
.team-listing .team-desc{padding: 0 0 0 10px;}
.team-listing .team-desc h6 { font-family: "Platypi", serif; font-size: 20px; font-weight: 500; color: #0D4029; margin-bottom: 5px; } 
.team-listing .team-desc h5 { font-family: "Platypi", serif; font-size: 20px; font-weight: 700; color: #0D4029; margin-bottom: 5px; }
.team-listing .team-desc p { padding-bottom: 0; color: #000; }
.team-listing .team-box .team-thumb{margin-bottom: 25px }
.team-listing .team-box .team-thumb figure { height: 296px;width: 100%; } 
.team-listing .team-box .team-thumb figure img { width: 100%; height: 100%; object-fit: cover; }
ul.social-list { margin: 0; padding: 20px 0 0; display: flex ; flex-wrap: wrap; margin: 0 -10px; }
ul.social-list li {list-style: none;margin: 0 10px;}
.team-popup { border: 1px solid #0C40291A; background: #fff; padding: 60px 30px 40px 30px; border-radius: 20px; max-width: 1150px; margin: 80px auto; position: relative; }
.team-popup .profile-wrap { display: flex; align-items: center;margin-bottom: 50px} 
.team-popup .profile-wrap .profile-thumb { width: 32%;} 
.team-popup .profile-wrap .profile-thumb figure{height: 370px; border-radius: 16px; } 
.team-popup .profile-wrap .profile-thumb figure img{width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.team-popup .profile-wrap .profile-desc { padding-left: 64px;}
.team-popup .profile-wrap .profile-desc h2{margin-bottom: 10px;font-family: "Platypi", serif;font-weight: 700;line-height: 1}
.team-popup .profile-wrap .profile-desc h5{font-family: "Platypi", serif; font-size: 48px; font-weight: 500; color: #0D4029; margin-bottom: 10px;line-height: 1.1;} 
.team-popup .profile-wrap .profile-desc ul.social-list{padding:10px 0 0}
.team-popup .profile-wrap .profile-desc p { padding-bottom: 0; color: #000; }
.team-popup .team-content h5{font-family: "Platypi", serif;font-weight: 700; color: #0D4029;}
.team-popup .team-content p{color: #000000;line-height: 1.65;padding-bottom: 45px;}
.team-popup .team-content ul{margin: 45px 0 0 0;}
.team-popup .team-content ul li{ font-family: "Platypi", serif; font-style: normal; font-size: 18px;color: #000;margin-bottom: 25px;line-height: 1.25;position: relative;padding-left: 25px;list-style: none;}
.team-popup .team-content ul li:before{position: absolute; content: ""; background: #000; width: 10px; height: 10px; border-radius: 50%; left: 0; top: 7px;}
.team-popup .team-content ol{margin-top: 45px;}
.team-popup .team-content ol li{ font-family: "Platypi", serif; font-style: normal; font-size: 18px;color: #000;margin-bottom: 25px;line-height: 1.25}

.types-wrap { padding: 20px 0 0;} 
.types-wrap h5{font-size: 20px; color: #0D4029; font-weight: 700; font-family: "Platypi", serif;margin-bottom: 25px}
ul.types-listing { margin: 0 -15px; display: flex; flex-wrap: wrap; } 
ul.types-listing li { list-style: none; padding: 0 15px 20px;}
ul.types-listing li span { display: inline-block; padding: 8px 15px 11px; border: 1px solid #0D4029; border-radius: 6px; font-family: "Platypi", serif; font-style: normal; font-size: 18px;}

.team-popup .mfp-close { color: #0D4029 !important; font-size: 44px; opacity: 1 !important; font-weight: 400; top: 55px; right:25px;font-family: "Platypi", serif;}
.team-filter-block{display:block}
.team-filter-block select{max-width: 200px;padding: 9px 25px 9px 10px}
.team-filter-block .team-filter-form { display: flex ; align-items: center; }    

.team-filter-block .no-post-found{font-weight: 700; text-align: center; font-family: 'Platypi'; font-size: 20px;}
.leadership-block .pagination{margin-top:40px;}
.leadership-block .no-post-found { font-size: 32px; color: #0D4029; text-align: center; }

/* Leadership page style end here */



/*///////// Responsive start here ///////////////*/

@media only screen and (min-width:991px) {
    
.nav-menu>li ul  {
    top: 53px;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #FFFFFF;
    padding: 30px 30px;
    position: absolute;
    min-width: 210px;
    margin: 0;
    box-shadow: inset 0px 23px 30px -7px #0000001A;
}

.nav-menu>li ul:after {
    position: absolute;
    top: -39px;
    height: 41px;
    content: "";
    background: transparent;
    left: 0;
    width: 100%;
}
.nav-menu>li.menu-item-has-children>a:after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 13px;
    position: relative;
    top: -3px;
    transform: rotate(135deg);
    vertical-align: middle;
}

.nav-menu>li.menu-item-has-children .sub-menu.sb-menu li.has-children>a:after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    right: -101px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    vertical-align: middle;
}

}

@media only screen and (max-width: 1900px){
    .nav-menu.desk .sb-menu .sb-menu .sb-menu { right: calc(100% + 30px); top: 0;left:auto;top:30px;}
    .nav-menu.desk .sb-menu .sb-menu li:first-child .sb-menu { top:50px;}
}
@media only screen and (max-width:1224px) {
    .nav-menu.desk ul {min-width: 212px;}
    .nav-menu.desk>li.has-children .sub-menu.sb-menu li.has-children>a:after { right: -74px;}
    .nav-menu.desk .sb-menu .sb-menu {left: 150px;top: -30px;}
    .team-listing .team-desc h6{font-size: 18px;}
    .leadership-block .no-post-found { font-size: 28px; }
}

@media only screen and (max-width:1199px) {
    
    h1 {
        font-size: 52px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 28px;
    }

    h2 {
        font-size: 40px;
    }

    .our-community-count h2 {
        font-size: 42px;
    }

    .our-community-count p {
        font-size: 26px;
        line-height: 28px;
    }

    .our-community-count {
        padding: 66px 36px;
    }

    .our-list-title span {
        font-size: 15px;
    }

    .employee-spotlight-slide-content p {
        font-size: 30px;
        line-height: 46px;
    }

    .banner-form {
        padding: 36px 30px 0;
        width: 46.5%;
    }

    .banner-content {
        width: 51.8%;
    }

    .speak-with-expert .container {
        max-width: 604px;
    }

    .home-content h1 {
        font-size: 52px;
    }

    .home-text a.btn {
        margin-right: 8px;
    }

    .home-banner-img {
        width: 434px;
    }

    .resp-vtabs .resp-tabs-list li {
        font-size: 22px;
        line-height: 34.8px;
    }

    .schedule-consultation-cta-content {
        width: 53.5%;
        margin-left: 0;
        padding-top: 50px;
        padding-left: 40px;
    }

    .schedule-consultation-cta-content .btn {
        margin-right: 8px;
        font-size: 14px;
    }

    .header-logo svg {
        width: 100%
    }

    .header-logo {
        max-width: 254px;
        width: 100%;
    }

    #site-navigation {
        max-width: calc(100% - 254px);
    }

    /*.home .nav-menu li a{font-size:15px;}*/

    /*.nav-menu > li{margin-left:13px;}*/


    .nav-menu.desk>li.has-children>a:after {
        margin-left: 9px;
    }

    .nav-menu.desk ul li a {
        font-size: 15px;
    }

    .nav-menu.desk>li.has-children .sub-menu.sb-menu li.has-children>a:after {
        right: -84px;
    }

    .highlight-number-box {
        padding: 50px 30px;
    }

    .highlight-number-box h2 span {
        font-size: 28px;
    }

    .highlight-number-box p {
        color: #0D4029;
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 0;
        font-family: "Platypi", serif;
        font-style: italic;
        text-transform: lowercase;
    }

    .highlight-number-box p br {
        display: none;
    }

    .about-content {
        padding-top: 0;
        margin-top: -10px;
    }

    .location-filter-wrap input[type="text"] {
        max-width: 38%;
    }

    .location-filter-wrap select {
        max-width: 40%;
    }

    .upcoming-events {
        padding: 0px 0 17px;
    }

    .explore-other-services ul li a {
        padding: 30px 10px;
        font-size: 26px;
    }

    .post-filter-wrap div {
        margin-right: 24px;
        max-width: 40%;
        width: 100%;
        margin-bottom: 20px;
    }

    .our-resources.articles-section .resources-block {
        gap: 24px;
    }

    .lets-talk-box-wrap.d-flex {
        gap: 24px;
    }

    .lets-talk-box {
        padding: 60px 30px;
    }

    .contact-form {
        width: 48.5%;
        padding: 30px 30px;
    }

    .office-location-listing {
        gap: 31px;
    }

    .leadership-team-list img {
        height: 79px;

    }

    .team-popup .profile-wrap .profile-desc h5{font-size: 40px;}
    
}

@media only screen and (max-width: 1024px){
    .team-listing .team-box { width: calc(33.33% - 30px);}
    .team-popup .profile-wrap .profile-desc h5{font-size: 20px} 
    .team-filter-block .team-filter-form{flex-wrap: wrap; justify-content: center;}
    .team-filter-block input[type="text"]{max-width:100%;margin-bottom: 10px;}
    .team-filter-block select{margin-bottom: 10px;max-width: 48.7%;}    
}

@media only screen and (max-width:991px) {    
    h1 {font-size: 44px;}
    h2 { font-size: 32px;}

    #site-navigation {
        max-width: 100%;
        margin-left: 0;
    }

    .main-header-w {
        display: block;
    }

    .nav-menu {
        display: block;
        background: #fff;
        z-index: 1234;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 0px);
        padding: 120px 20px 20px 20px;
        overflow: auto;
        position: fixed;
        transform: translateX(-100%);
        transition: all 0.5s ease 0s;
        opacity: 0
    }

    .nav-menu>li {
        margin-left: 0;
        margin-bottom: 14px;
        border-bottom: 1px solid #ffffff61;
        padding-bottom: 14px;
        position: relative;
    }

    .nav-menu>li.mega-menu {
        position: relative;
    }

    .nav-menu>li ul {
        display: none;
        opacity: 1;
        visibility: visible;
        transition: none;
        margin: 0;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .nav-menu li a,
    .home .nav-menu li a {
        font-size: 16px;
    }

    .sub-menu.sb-menu li a {
        font-size: 15px;
    }

    body.slidemenuLeft.menu-open .nav-menu {
        transform: translateX(0%);
        opacity: 1
    }

    .home .nav-menu li:hover>a,
    .nav-menu li.active a {
        color: #FA7411;
    }

    .menu-icon .menu-box {
        z-index: 12345;
    }

    .header-logo {
        max-width: 244px;
        z-index: 12345;
        position: relative;
    }

    /*.nav-menu:before {
    height: 100px;
    content: "";
    background: #0D4029;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
}*/
    .nav-menu ul li {
        width: 100%;
        margin: 0;
        list-style: none;
        position: relative;
        margin-bottom: 10px;
    }

    .nav-menu {
        background: #0D4029
    }

    .banner-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .who-we-are {
        padding-top: 160px;
        padding-bottom: 40px;
    }

    .our-community {
        padding-top: 40px;
    }

    .banner-form {
        padding: 30px 20px 0;
        width: 46.5%;
    }

    .banner-form h2 {
        font-size: 28px;
    }

    .our-community-count h2 {
        font-size: 34px;
    }

    .our-community-count p {
        font-size: 24px;
        line-height: 28px;
    }

    .our-community-count {
        padding: 56px 36px;
    }

    .our-listing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .our-list-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .our-list-title span {
        font-size: 14px;
    }

    .our-list-content {
        width: 35%;
    }

    .employee-spotlight {
        padding-top: 80px;
    }

    .employee-spotlight-slider {
        padding-left: 80px;
        padding-right: 80px;
    }

    .employee-spotlight-slider .slick-arrow {
        left: 20px;
    }

    .employee-spotlight-slider button.slick-next.slick-arrow {
        right: 20px;
    }

    .employee-spotlight-slide-content p {
        font-size: 23px;
        line-height: 36px;
    }

    .employee-spotlight-slide-content h3 {
        font-weight: 400;
        color: #467A63;
        font-size: 20px;
    }

    button.slick-arrow {
        left: 279px;
    }

    button.slick-next.slick-arrow {
        left: 347px;
    }

    .get-free-consultation {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonials {
        padding: 60px 0 53px 0;
        margin-bottom: 40px;
    }

    .faq {
        padding-top: 41px;
        padding-bottom: 80px;
    }

    .site-header {
        padding: 19px 0 0px;
    }

    .speak-with-expert .container {
        max-width: 494px;
    }

    .home-content h1 {
        font-size: 43px;
    }

    .home-text a.btn {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .home-about-us {
        padding-top: 70px;
    }

    .resp-vtabs .resp-tabs-list li {
        font-size: 19px;
        line-height: 31px;
    }

    .resp-vtabs .resp-tabs-list li {
        padding: 22px 50px 22px 25px !important;
    }

    .resp-vtabs li.resp-tab-active:after {
        right: 20px;
    }

    .resp-tab-content {
        padding: 47px 40px;
    }

    .resp-tab-content p {
        font-size: 20px;
    }

    .schedule-consultation-cta-img {
        width: 50%;
    }

    .schedule-consultation-cta-content {
        width: 50%;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    .schedule-consultation-cta-content .btn {
        margin-bottom: 10px;
    }

    .menu-icon {
        display: block;
    }

    .home-banner-img {
        width: 374px;
    }

    .important-updates p {
        font-size: 13px;
    }

    .faq-title {
        margin-top: 10px;
    }

    .resources-list {
        width: 48.6%;
    }

    .inner-banner h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .inner-banner {
        padding: 84px 0;
    }

    .highlight-section {
        padding-top: 98px;
        padding-bottom: 80px;
    }

    .highlight-number-box {
        padding: 50px 20px;
    }

    .highlight-number-box h2 {
        font-size: 30px;
    }

    .highlight-number-box h2 span {
        font-size: 23px;
    }

    .highlight-number-box p {
        font-size: 16px;
    }

    .full-services {
        padding-top: 94px;
        padding-bottom: 90px;
    }

    .full-services-list a {
        padding: 30px 30px 90px;
    }

    .full-services-list img {
        margin-bottom: 30px;
    }

    .full-services-list h3 {
        font-size: 28px;
        min-height: 67px;
    }

    .full-services h2+p {
        font-size: 22px;
    }

    .inner-banner .breadcrumb.breadcrumb-main {
        margin-top: -53px;
        margin-bottom: 33px;
    }

    .nav-menu li a {
        color: #fff;
    }

    .menu-open .site-header .header-logo a svg path {
        fill: #fff;
    }

    .menu-icon.active .menu-box span {
        background: #fff;
    }

    .why-choose-us p br {
        display: none;
    }

    .image-text-block-wrap {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .image-right-block {
        width: 49.4%;
    }

    .image-text-left h2+p {
        padding-bottom: 19px;
    }

    .image-text-left h3 {
        font-size: 22px;
    }

    .image-text-left p {
        font-size: 16px;
    }

    .why-choose-us {
        padding-top: 67px;
        padding-bottom: 30px;
    }

    .why-choose-us p {
        font-size: 22px;
    }

    .gradiant-bg-banner+.highlight-section {
        padding-top: 1px;
    }

    .content-img-hover-section {
        padding-top: 27px;
        padding-bottom: 81px;
    }

    .about-content-img {
        width: 41.1%;
    }

    .content-img-hover-section {
        padding-bottom: 21px;
    }

    .leadership-team {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .important-updates {
        z-index: 12345;
    }

    .highlight-content-right {
        padding-top: 4px;
    }

    .office-location-list h2 {
        font-size: 28px;
    }

    .office-locations-section {
        padding-top: 24px;
    }

    .location-filter-wrap select {
        max-width: 36%;
    }
   
  
    .location-filter-wrap input[type="text"] {
        max-width: 36%
    }

    .team-filter-block input[type="text"]{
        width: 100%;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .office-location-list {
        width: 30.5%;
        margin-bottom: 40px;
        text-align: center;
    }

    .pagination .page-link {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 6px;
    }

    .dots {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 6px;
    }

    .pagination .prev-page,
    .pagination .next-page {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 6px;
    }

    .pagination {
        text-align: center;
        margin-top: 52px;
    }

    .upcoming-events-date {
        width: 120px;
        height: 120px;
        padding: 15px 20px 15px 20px;
    }

    .upcoming-events-date p span {
        font-size: 30px;
    }

    .upcoming-events-content {
        padding-left: 30px;
        width: calc(100% - 120px);
    }

    .upcoming-events-content h2 {
        font-size: 29px;
    }

    .upcoming-events-content p {
        font-size: 18px;
    }

    .upcoming-events-list {
        padding: 30px 30px 33px 30px;
    }

    .explore-other-services ul li a {
        padding: 25px 10px;
        font-size: 20px;
    }

    .info-box-section p {
        font-size: 22px;
    }

    .info-box-section {
        padding: 67px 0 53px;
    }

    .info-box-content {
        padding: 47px 40px;
        width: 100%;
    }

    .our-resources.articles-section .resources-block {
        gap: 20px;
    }

    .mfp-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #form-popup .mfp-close {
        background: #FFFFFF;
        width: 44px;
        height: 44px;
        opacity: 1;
        border-radius: 30px;
        font-size: 40px;
        top: -26px;
        right: -10px;
    }

    .lets-talk-box-wrap.d-flex {
        gap: 18px;
    }

    .lets-talk-box {
        padding: 40px 20px;
        text-align: center;
        width: 31.6%;
    }

    .lets-talk-box p {
        font-size: 16px;
    }

    .office-location-listing {
        gap: 30px;
    }

    .upcoming-events-content ul li {
        font-size: 18px;
    }
    .team-popup .profile-wrap .profile-desc h5{font-size: 32px;}
    .team-popup .profile-wrap .profile-thumb { width: 45%; }
    .team-popup .profile-wrap .profile-desc { padding-left: 20px; width: 55%;}
    .leadership-team-list img {height: 60px;}
    .leadership-team-list h3 {font-size: 18px;}
    .team-filter-block select{margin-bottom: 10px;max-width: 48.3%;}
}

@media only screen and (max-width:767px) {
    .team-listing .team-box { width: calc(50% - 30px);}
    .team-listing .team-box .team-thumb figure {height: 360px;}
    .team-popup .profile-wrap .profile-thumb{width: 100%}
    .team-popup .profile-wrap .profile-thumb figure { height: 370px; border-radius: 16px; max-width: 60%; margin: 0 auto 30px; }
    .team-popup .profile-wrap .profile-desc { padding-left: 0; width: 100%; text-align: center; }
    a.moreless-button {font-size: 19px;}
    a.moreless-button:after {width: 8px;height: 8px;top: -3px;}
    .team-filter-block select{margin:10px 0 !important}
    .team-popup .profile-wrap .profile-desc ul.social-list{justify-content: center;}
    .leadership-block{padding:0 0 60px}
    .team-popup .profile-wrap .profile-desc h2{margin-bottom: 5px;}
    .team-popup .team-content ul li{font-size: 16px;margin-bottom: 20px;}
    ul.types-listing { margin: 0 -10px;}
    ul.types-listing li{padding: 0 10px 10px}
    ul.types-listing li span{padding: 6px 10px 8px;font-size: 16px;}
    .team-popup .profile-wrap .profile-desc h5 { font-size: 18px; }
    .team-popup .team-content h5{font-size: 18px;}
    .team-popup .team-content ul { margin: 25px 0 0 0;}
    .team-filter-block select{max-width: 100%}
    .team-filter-form .btn{margin-top: 10px}

    h2 br {
        display: none;
    }

    .header-logo {
        max-width: 244px;
    }

    .banner-content {
        width: 100%;
        padding-top: 0;
    }

    .banner-form {
        padding: 30px 25px 0;
        width: 100%;
    }

    h1 {
        font-size: 32px;
    }

    .half-width p label {
        width: 100%;
    }

    .half-width p label:first-child {
        padding-bottom: 20px;
    }

    .who-we-are {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    h2 {
        font-size: 26px;
    }

    .who-we-are p {
        text-align: center;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
    }

    .our-community-count {
        padding: 46px 36px;
        width: 100%;
    }

    .our-community {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .our-list-main-title {
        width: 100%;
        margin-top: 0;
    }

    .our-list-content {
        width: 100%;
        margin-top: 20px;
    }

    .our-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .employee-spotlight {
        padding-top: 60px;
    }

    .employee-spotlight {
        padding-top: 60px;
        margin-top: 40px;
    }

    .employee-spotlight-slide-img {
        width: 100%;
        position: relative;
    }

    .employee-spotlight-slide-content {
        margin-left: 0;
        width: 100%;
        padding-top: 31px;
    }

    button.slick-arrow {
        left: 36px;
    }

    button.slick-next.slick-arrow {
        left: 90px;
    }

    .employee-spotlight-slide-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .employee-spotlight-slide-content h2 {
        color: #0D4029;
        font-size: 18px;
        text-align: left;
    }

    .employee-spotlight-slider button.slick-next.slick-arrow {
        right: 10px;
    }

    .employee-spotlight-slider .slick-arrow {
        left: 10px;
    }

    .employee-spotlight-slider ul.slick-dots {
        margin-top: 6px;
    }

    .employee-spotlight-slider {
        padding-top: 49px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .employee-spotlight-slide-content h3 {
        font-size: 18px;
    }

    .employee-spotlight {
        padding-bottom: 40px;
    }

    .testimonials {
        padding: 40px 0 23px 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .testimonials .slick-dots {
        margin-top: 42px;
    }

    .testimonials p {
        font-size: 18px;
        line-height: 1.44;
    }

    .testimonials-slider button.slick-arrow {
        left: -10px;
    }

    .testimonials-slider button.slick-next.slick-arrow {
        right: -10px;
    }

    .faq-title {
        width: 100%;
    }

    .faq-content-acc {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    button.slick-arrow {
        width: 38px;
        height: 38px;
    }

    button.slick-arrow:after {
        font-size: 18px;
    }

    .speak-with-expert {
        height: auto;
    }

    .main-footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .header-info {
        width: 100%;
    }

    .footer-menu {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: inherit;
        padding-top: 35px;
    }

    .top-header {
        padding-bottom: 20px;
    }

    .footer-logo {
        width: 288px;
    }

    .copy-info {
        order: 2;
        text-align: center;
        width: 100%;
        padding-top: 30px;
    }

    .copy-info-menu {
        margin-left: 0;
        width: 100%;
        order: 1;
    }

    .who-we-are:after {
        height: 19%;
    }

    .testimonials-slider:after,
    .testimonials-slider:before {
        width: 10%;
    }

    .testimonials-slide i {
        font-size: 18px;
    }

    .who-we-are-img-left {
        width: 100%;
    }

    .who-we-are-img-right {
        width: 100%;
        margin-left: 0;
        margin-top: 6%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .who-we-are-img-right img {
        border-radius: 20px;
        margin-bottom: 0;
        width: 48%;
        height: auto;
    }

    .author-img {
        margin-right: 18px;
    }

    .author-name h3 {
        font-size: 18px;
    }

    .testimonials {
        padding-bottom: 54px;
    }

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
        border-radius: 0
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .home-banner {
        padding: 150px 0 30px;
    }

    .home-banner-image {
        background-position: 25% top;
    }

    .home-content {
        padding: 139px 40px 82px 40px;
    }

    .home-content h1 {
        font-size: 36px;
    }

    .home-content p {
        color: #FFFFFF;
        font-style: italic;
        font-size: 16px;
        font-family: "Platypi", serif;
        padding-bottom: 40px;
    }

    .home-banner-img {
        width: 100%;
        position: relative;
        right: -24px;
    }

    .home-content p br {
        display: none;
    }

    .home-about-us:after {
        height: 160px;
    }

    .our-services {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-about-us {
        padding-bottom: 30px;
    }

    .our-services h2+p {
        font-size: 20px;
    }

    .resp-tab-content {
        padding: 30px 30px;
    }

    .schedule-consultation-cta {
        margin-top: 33px;
        margin-bottom: 33px;
    }

    .schedule-consultation-cta-content {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
        order: 1;
    }

    .schedule-consultation-cta-img {
        width: 100%;
        order: 2;
        padding-bottom: 50px;
    }

    .resp-tab-content p {
        font-size: 18px;
    }

    h2.resp-accordion {
        font-weight: 700;
        font-size: 20px;
        color: #467A63;
        border: 1px solid #0000001A;
    }

    .important-updates p {
        font-size: 12px;
    }

    .resources-list {
        width: 100%;
    }

    .our-resources {
        padding-top: 30px;
    }

    .inner-banner-left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .inner-banner-img {
        margin-left: 0;
        width: 100%;
    }

    .highlight-section {
        padding-top: 58px;
        padding-bottom: 30px;
    }

    .highlight-content-left {
        width: 100%;
    }

    .highlight-content-right {
        width: 100%;
        margin-left: 0;
        padding-right: 0
    }

    .highlight-section p {
        font-size: 16px;
    }

    .highlight-number-box {
        width: 47.7%;
        padding: 50px 20px;
    }

    .full-services {
        padding-top: 64px;
        padding-bottom: 20px;
    }

    .full-services-list {
        width: 100%;
        margin-bottom: 30px;
    }

    .highlight-number-box p {
        font-size: 17px;
    }

    .full-services h2+p {
        font-size: 20px;
    }

    .full-services-list h3 {
        min-height: auto;
    }

    .with-background {
        padding-top: 19px;
        margin-top: 30px;
    }

    .breadcrumb-item {
        font-size: 17px;
    }

    .image-right-block {
        width: 100%;
        margin-left: 0;
        padding-bottom: 99.25%;
        order: 1;
    }

    .image-text-left {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }

    .image-text-block {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .why-choose-us p {
        font-size: 20px;
    }

    .why-choose-us-list-icon {
        width: 100px;
        text-align: center;
        height: 100px;
        border-radius: 20px;
    }

    .why-choose-us-list {
        padding: 30px 31px;
    }

    .why-choose-us-list-content {
        width: calc(100% - 100px);
        padding-left: 24px;
    }

    .why-choose-us-list-content h3 {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .why-choose-us p {
        font-size: 16px;
    }

    .gradiant-bg-banner {
        padding-bottom: 154px;
        padding-top: 90px;
    }

    .bg-banner-content p {
        font-size: 16px;
    }

    .content-img-hover-section h2+p {
        font-size: 17px;
    }

    .about-content-img {
        width: 100%;
        margin-left: 0;
        position: relative;
        order: 1;
    }

    .about-content-img img {
        position: relative;
        width: 100%;
    }

    .about-content {
        width: 100%;
        padding-top: 55px;
        order: 2;
    }

    .img-content {
        padding-left: 22px;
    }

    .img-content p {
        font-size: 16px;
    }

    .img-content h3 {
        font-size: 23px;
    }

    .content-img-hover-section h2+p br {
        display: none;
    }

    .leadership-team-list {
        width: 48.7%;
        margin-bottom: 20px;
        text-align: center;
    }

    .three-img-with-text-content-right,
    .three-img-with-text-content-left {
        width: 100%;
        margin-left: 0;
    }

    .three-img-with-text {
        padding: 30px 0 40px;
    }

    .office-locations-section {
        padding-bottom: 40px;
        padding-top: 14px;
    }

    .office-location-list {
        width: 46.5%;
        margin-bottom: 10px;
    }

    .office-location-list h2 {
        font-size: 26px;
    }

    .location-filter-wrap input[type="text"] {
        max-width: 100%;
        margin-right: 0;
    }

    .location-filter-wrap select {
        max-width: 100%;
        margin: 15px 0;
    }

    .three-img-with-text-content-right p {
        font-size: 16px;
    }

    .upcoming-events {
        padding: 0px 0 17px;
    }

    .white-shape {
        height: 58px;
    }

    .event-category-filter {
        margin-bottom: 41px;
    }

    .upcoming-events-content {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .upcoming-events-list {
        display: block;
    }

    .upcoming-events-content h2 {
        font-size: 28px;
    }

    .upcoming-events-content h2 span {
        font-size: 13px;
        top: -5px;
    }

    .upcoming-events-content p {
        font-size: 16px;
    }

    .upcoming-events-content h3 {
        font-size: 18px;
    }

    .upcoming-events-content h3 img {
        position: relative;
        top: -2px;
    }

    .event-category-filter ul li {
        margin-right: 6px;
    }

    .event-category-filter ul li a {
        padding: 10px 12px;
        font-size: 15px;
    }

    .dots {
        margin-bottom: 10px;
    }

    .pagination .page-link {
        margin-bottom: 10px;
    }

    .explore-other-services p {
        font-size: 17px;
    }

    .explore-other-services ul {
        margin: 20px 0 20px 0;
    }

    .explore-other-services {
        padding-top: 55px;
    }

    .explore-other-services ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .explore-other-services ul li a {
        padding: 12px 10px;
        font-size: 14px;
    }

    .info-box-section p {
        font-size: 18px;
    }

    .info-box-content {
        padding: 47px 30px;
    }

    .our-resources.articles-section {
        padding-top: 10px;
        padding-bottom: 47px;
    }

    .post-filter-wrap div {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .current-job-posts .upcoming-events-content h3 {
        margin-right: 16px;
    }

    .current-job-posts .upcoming-events-content h3 img {
        margin-right: 10px;
    }

    #form-popup {
        padding: 40px 30px 25px 30px;
    }

    .why-choose-us-list-icon img {
        width: 44px;
    }

    section.divider {
        margin-top: 30px;
    }

    .lets-talk-box {
        padding: 40px 20px;
        width: 100%;
    }

    .img-icon {
        width: 90px;
        height: 90px;
    }

    .lets-talk-section h2+p {
        font-size: 16px;
    }

    .page-id-275 .our-resources {
        padding-bottom: 20px;
    }

    .contact-form {
        width: 100%;
        margin-left: 0;
    }

    .contact-content {
        width: 100%;
        padding-top: 10px;
    }

    .contact-content p {
        font-size: 20px;
    }

    .page-content-default.custom-page-content {
        padding-bottom: 57px;
        padding-top: 10px;
    }

    .inner-banner.inner-banner-detail .who-we-are-img {
        margin-top: 0;
    }
/* 
    .inner-banner.inner-banner-detail+.highlight-section {
        padding-top: 323px;
    } */

    .office-location-listing {
        gap: 23px;
    }

    .slider-arrow-wrap {
        margin-top: -41px;
    }

    .inner-banner-detail .inner-banner-left {
        width: 100%;
    }

    .image-text-block-wrap {
        padding-bottom: 20px;
    }

    .lets-talk-section {
        padding: 30px 0;
    }

    .resources-block {
        padding-top: 17px;
    }

    .current-job-posts {
        padding: 4px 0 17px;
    }

    .copy-info-menu ul li {
        margin-left: 0;
        margin-right: 25px;
    }

    .highlight-content-right {
        padding-top: 20px;
    }

    .upcoming-events-content ul li {
        font-size: 16px;
    }

    .blog-single-post {
        padding-top: 5px;
    }
    .team-popup .profile-wrap{flex-wrap: wrap;}
    .team-popup .profile-wrap .profile-desc h5{font-size: 26px;}
}
@media only screen and (max-width: 640px){
    .team-listing .team-box .team-thumb figure { height: 300px; }
    .contact-form .cf7sr-g-recaptcha > div{transform: scale(0.8);}
}

@media only screen and (max-width:540px) {
    .team-listing{margin: 0;}
    .team-listing .team-box { width:100%;margin: 0 0 30px}
    .team-listing .team-box .team-thumb figure { height: 100%; }
    .team-popup .mfp-close{top: 0; right: 20px;}
    .team-popup .profile-wrap .profile-thumb figure{max-width: 100%;height: 100%;}
}
@media only screen and (max-width:380px){
    .contact-form .cf7sr-g-recaptcha > div{position: relative;left: -10px;}
}