html {margin-top:0 !important}
:root {
  /* fonts */
  --font-title: "Noto Serif", serif;
  --font-body: "Noto Sans", sans-serif;
  --font-font-awesome-6-pro: "Font Awesome 5 Pro";
  --font-font-awesome-6-brands: "Font Awesome 5 Brands";
  --font-jost: Jost;

  /* font sizes */
  --font-size-21xl: 40px;
  --font-size-5xl: 24px;
  --font-size-lg: 18px;
  --font-size-29xl: 48px;
  --font-size-xl: 20px;
  --font-size-mid: 17px;
  --font-size-13xl: 32px;
  --font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-mini: 15px;
  --font-size-6xs: 7px;
  --font-size-smi: 13px;
  --font-size-lgi: 19px;
  --font-size-11xl: 30px;
  --font-size-3xs: 10px;

  /* Colors */
  --color-lightgray: #d1d1d1;
  --color-darkslategray-100: #382f2d;
  --color-darkslategray-200: rgba(56, 47, 45, 0.06);
  --color-gray-400: #8e8e8e;
  --color-gray-100: rgba(0,0,0,0.4);
  --color-gray-200: #191919;
  --color-gray-500: #191413;
  --color-gray-300: #15120f;
  --color-whitesmoke-100: #f2f2f2;
  --color-whitesmoke-200: #ededed;
  --color-white: #fff;
  --color-saddlebrown: #603808;
  --color-gainsboro: #e2e2e2;
  --color-dimgray-200: #707070;
  --color-dimgray-100: #6a6a6a;
  --color-lime: #00ff4e;
  --color-black: #000;
  --color-orange: #ffa700;

  /* border radiuses */
  --br-7xs: 6px;
  --br-9xs: 4px;
  --br-10xs: 3px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
  font-family: var(--font-body);
  margin-top:0;
  margin-bottom:0;
}
h1,
h1 * {

}
h2,
h2 * {

}
h3,
h3 * {
}
h4,
h4 * {

}
h5,
h5 * {

}
a,
a:hover,
input {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body, 
p {
  font-family: var(--font-title);
  font-size: 16px;
}
a {
	text-decoration: none;
  font-family: var(--font-body);
}
span {
  font-family: var(--font-body);
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-top-15 {
  margin-top: 15px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-120 {
  margin-top: 120px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-top-15 {
  padding-top: 15px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-top-120 {
  padding-top: 120px;
}
img {
    max-width: 100%;
    height:auto;
}
.header_con_1 {
  padding:15px 0;
}
.header_1 {

}
.header_2 {
  text-align: right;
}
.header_1 img {
  max-width: 250px;
}
.header_2 img {
  max-width: 200px;
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
}
.page-id-21 .home_section_3 {
  border-top: none;
}
.border-t {
  border-top:solid thin #000;
}
.bottom_right_copy {
  text-align: right;
}
.bottom_right_copy p,
.bottom_right_copy p a {
  color:#fff;
  margin-bottom: 0;
}
.bottom_right_copy p {
	opacity: 0.4;
}
/* Mobile */

#mobile_toggle {
  position: fixed;
  top:0;
  left:0;
  width:100%; 
  max-width: 100vw;
  z-index:99999;
}
#mobile_toggle nav {
  background-color: #fff;
  height: 50px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
#mobile_toggle #menuToggle {

}

#mobile_toggle #menuToggle input
{
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  left:0;
  top:0;

}

#mobile_toggle #menuToggle span
{
  display: flex;
  width: 30px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}



#menuToggle span {
  display: block;
  background-color: #000;
  height: 2px;
  width: 25px;
  margin-bottom: 5px;
  transition: transform 0.3s, opacity 0.3s;
}
#menuToggle input:checked ~ label span:nth-child(1) {
  transform: rotate(45deg) translate(1px, 1px);
}

#menuToggle input:checked ~ label span:nth-child(2) {
  opacity: 0;
}

#menuToggle input:checked ~ label span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -1px);
}
#mobile_toggle .menu-main-container
{
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.4);
  left:0;
  position: absolute;
  width: 100%;
  height: calc(100vh + 50px);

  padding: 30px;

  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  top:50px;
}
#mobile_toggle ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#mobile_toggle ul li ul {
  display: none;
}
#mobile_toggle ul li
{
  text-align: left;
  padding: 10px 0;
  transition-delay: 2s;
  color:#000;
  font-size: 32px;
  text-transform: uppercase;
}
#mobile_toggle ul li a {
  color:#000;
}
#mobile_toggle #menuToggle input:checked ~ div
{
  transform: none;
}
.ham {
  position: absolute;
  top: 35px;
  transform: translate(-50%,-50%);
  left: 30px;
  z-index: 9999;
  height: 41px;
}
#mobile_toggle a.mobile-toggle-img {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 1;
}
#mobile_toggle a.mobile-toggle-img img {
  max-height: 30px;
}
/* End of Menu */


.header_con_2 {
    border-top:solid thin #000;
    border-bottom:solid thin #000;
    padding:7.5px 0;
}
.header_con_2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.header_con_2 ul>li {
    display: inline-block;
    margin:0 15px;
}
.header_con_2 ul>li>a {
    text-transform: uppercase;
    color:#000;
    font-size: 20px;
}
.home_section_1 {
    height:860px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.home_section_1 h1 {
  color: #fff;
  font-weight: 400;
  font-family: var(--font-title);
}
.banner_content_1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.btn_1 {
    color:#231f20;
    border:solid thin #231f20;
    background:#fff;
    padding:7.5px 30px;
    text-transform: uppercase;
    font-size: 12px;
}
.btn_2 {
  color:#fff;
  border:solid thin #231f20;
  background:#231f20;
  padding:7.5px 30px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}
.border-l {
    border-left:solid thin #000;
}
.border-r {
    border-right:solid thin #000;
}
.home_section_2 img {
    margin-bottom: 15px;
}
.home_section_2 span {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}
.home_section_2 h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.home_section_2 h3:after {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100px;
    height:2px;
    border-bottom:solid 2px #000;
}

.home_section_2 a {
    font-weight: bold;
    text-transform: uppercase;
    color:#000;
    margin-bottom: 30px;
    display: inline-block;
}

.home_section_3 {
    border-top:solid thin #000;
    border-bottom:solid thin #000;
}
.home_section_3 img {
    margin-bottom: 15px;
}
.home_section_3 strong {
    text-transform: uppercase;
    font-family: var(--font-body);
}
.home_section_3 span {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;   
}
.home_section_3 h3 {

}
.home_section_4 {
    border-bottom:solid thin #000;
}
.home_section_4 h4 {
  font-family: var(--font-title);
  margin-bottom: 30px;
  font-weight: 400;
}
.home_section_4  p {
  font-family: var(--font-body);
}
#mc_embed_signup_scroll {
	display: -webkit-flex;
	display: flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap: wrap;
}
#mc_embed_signup_scroll .mc-field-group {
	margin-right:3.75px;
	position:relative;
}
#mc_embed_signup div.mce_inline_error {
	position:absolute;
	top: 100%;
	left:0;
	width:100%;
	font-size:14px;
	font-weight:400 !important;

}
#mce-responses {
	margin-top:3.5px;
}
#mc_embed_signup_scroll input:not(#mc-embedded-subscribe) {
	height:40px;
	padding:0 10px;
	border: solid thin #231f20;
	min-width:180px;
}
#mc-embedded-subscribe {
	background: #231f20;
    border: solid thin #231f20;
    padding: 7.5px 15px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    height:40px;
    text-transform: capitalize;	
    font-family: var(--font-body);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
}
#mce-responses {
	width:100%;
}
.subscribe_form_home {
    text-align: center;
    position: relative;
}
.subscribe_form_home img {
  position: absolute;
  bottom:0;
  right:0;
  width: 100%;
  max-width: 11%;
}
.subscribe_form_home h3 {
    margin-bottom: 30px;
    font-family: var(--font-title);
    font-weight: 400;
}
footer {
    background-color: #231f20;
}
footer * {
    color:#fff;
    font-family: var(--font-body);
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
footer ul>li {

}
footer ul>li>a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul>li>ul {
  display: none;
}
footer p {
  font-size: 13px;
}
.footer_1 a:not(.footer_logo) {
  font-size: 13px;
    margin-right: 15px;
    fill:#fff;
    width: 30px;
    height:30px;
    display: inline-block;
}
.footer_1 img {
  max-width: 265px;
  margin-bottom: 30px;
}
footer svg {
    max-width: 100%;
    max-height: 100%;
    height:auto;
}
.copy_btm p {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.contact_social {
  margin-top: 15px;
}
.contact_social svg {
  max-height: 18px;
  max-width: 18px;
}
.contact_social a {
  margin-right: 15px;
}
.banner_content_2 {
  padding-bottom: 60px;
  justify-content: flex-end;
  display: flex;
}
.banner_content_2 .btn_1 {
}
.top_row_default {
  border-bottom:solid thin #000;
}
.listing_rows {
  border-bottom:solid thin #000;
}
.listing_rows .property_single span {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #231f20;
  padding: 7.5px 15px;
  color: #fff;
}
.property_single {
  padding-bottom: 80%;
  margin-bottom: 15px;
  position: relative;
}
.listing_rows a {
  color:#000
}
.listing_rows p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: var(--font-body);
  margin-bottom: 0;
}

.contact_row p {

}
.contact_row p a {
  color:#000;
  font-family: var(--font-title);
}

.contact_row span {
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.contact_row h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact_row h2:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}
.services_row_1 h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
.services_row_1 h1:after  {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}
.services_row_1 h2 {
  font-family: var(--font-body);
}
.services_row_1   p {
  margin-bottom: 30px;
}
.services_row_1  strong {
  margin-bottom: 3.75px;
  display: inline-block;
  width:100%;
  font-size: 22px;
  font-weight: 300;
}
.services_row_2 {
  border-top:solid thin #000;
}
.services_row_2 img {
  margin-bottom: 15px;
}
.services_row_2 span {
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.services_row_2 h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.services_row_2 h2:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}
.services_row_2 a {
  font-weight: bold;
  text-transform: uppercase;
  color:#000;
  margin-bottom: 30px;
  display: inline-block;
}
.mid_about {
  text-align: center;
  border-top:solid thin #000;
}
.menu-item-has-children {
	position: relative;
}
header ul li.menu-item-has-children > .sub-menu {
  display: none;
  padding-left: 7.5px;
  padding: 7.5px;
  min-width: 350px;
  position: absolute;
  background: #fff;
  text-align: left;
  left: -15px;
  z-index: 100;
}
header ul li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.page-id-105430 .subscribe_form_home {
  border-top:solid thin #000;
}
.home_section_4 p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.container {
  max-width: calc(1320px + 30px);
}

.home_section_1 h1 {
  font-size: 86px;
  font-weight: 400;
  margin-bottom: -1.4%;
}
.home_section_2 h3 {
  font-size: 42px;
}
.home_section_3 h3 {
  font-size: 42px;
}

.home_section_4 h4 {
  font-size: 24px;
}
.footer_4 img {
  max-width: 265px;
}
.footer_4 p {
  font-size: 14px;
}
.footer_4 img {
  margin-bottom: 15px;
}

.top_row_default h1 {
  font-size: 62px;
}
.listing_rows p {
  font-size: 18px;
}
.contact_row h2 {
  font-size: 52px;
}
.services_row_1 h1 {
  font-size: 62px;
}
.services_row_1 h2 {
  font-size: 36px;
  font-weight: 200;
}
.services_row_2 h2 {
  font-size: 42px;
}
.listing_sub_title h2 {
  font-size: 62px;
}
.mid_about h2 {
  font-size: 32px;
  font-weight: 400;
}
.border-t {
  border-top:solid thin #000;
}
.border-b-none {
  border-bottom:none
}
.listing_sub_link {
  text-align: center;
}
.listing_sub_link a {
  font-weight: bold;
  color:#000;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 18px;
}
.listing_detail_row_1 h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  
}
.key_detail {
  border-bottom:solid 0.5px #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.75px;
  margin-bottom: 3.75px;
  font-size: 18px;
  text-transform: capitalize;
  text-align: right;
}
.key_detail i {
  text-align: left;
}
.listing_detail_row_1 {
  border-bottom: solid thin #000;
}
.listing_detail_row_2 {
  border-bottom: solid thin #000;
}
.listing_detail_row_3 iframe {
  width:100%;
  height:500px;
}
.podcast_row_1 {

}
.podcast_row_1 h1{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.podcast_row_1 h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  border-bottom: solid 2px #000;
}
.podcast_row_1 h2 {
  font-size: 24px;
  margin-bottom: 30px;

}
.podcast_row_1 p {
  margin-top:15px;
  margin-bottom:15px;
  font-family: var(--font-body);
}
.podcast_row_2 {
  text-align: center;
  border-top:solid thin #000;
}

.podcast-justine a {
  color: #917658;
  text-decoration: underline;
  margin: 0 7.5px;
}
.podcast-justine h2 {
  font-size: 62px;
  margin-bottom: 15px; 
}
.podcast-justine p {
  margin-bottom: 15px;
  font-family: var(--font-body);
  font-weight: 300;
}
.follow-justine p {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--font-body);
  font-weight: 300;
}
.follow-justine a {
  margin: 0 7.5px;
  color:#000;
  font-size: 24px;
}
.follow-justine a svg {
  max-width: 24px;
  max-height: 24px;
}
.podcast_row_3 {
  border-top:solid thin #000;
  border-bottom:solid thin #000;
}
.podcast_row_3 h3 {
  font-family: var(--font-title);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.podcast_embed {
  margin-top:15px
}
.podcast_loop_item {
  margin-bottom: 60px;
}
.view_more_imgs {
  text-align: center;
}
.view_more_imgs a {
  font-weight: bold;
  color:#000;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 18px;
}
/* Hover */
.home_section_2 a,
.header_con_2 ul > li > a,
footer ul > li > a,
.services_row_2 a,
.listing_sub_link a,
.view_more_imgs a {
  position: relative;
}
.home_section_2 a:after,
.header_con_2 ul > li > a:after,
.services_row_2 a:after,
.listing_sub_link a:after,
.view_more_imgs a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #000;
  border-radius: 0.1em;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
footer ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #fff;
  border-radius: 0.1em;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
footer ul > li > a:hover {
  color:#fff;
}
.property_panel_item p span {
  float: right;
}
.border-l-light {
  border-left:solid thin #ebebeb;
}
/* Up */
.home_section_2 a:after,
.services_row_2 a:after,
.listing_sub_link a:after,
.view_more_imgs a:after {
  bottom: -0.2em;
}
.home_section_2 a:hover:after,
.services_row_2 a:hover:after,
.listing_sub_link a:hover:after,
.view_more_imgs  a:hover:after{
  opacity: 1;
  transform: translate3d(0, -0.2em, 0);
  z-index: -1;
}

/* scale */
.header_con_2 ul > li > a:after{
  transform: scale(0);
  transform-origin: center;
}
.header_con_2 ul > li > a:hover:after {
  opacity: 1;
  transform: scale(1);
  z-index: -1;
}

.btn_1:hover {
  background:#231f20;
  color:#fff;
}
.btn_2:hover,
#mc-embedded-subscribe:hover {
  background:#fff;
  color:#231f20;
}
.home_section_1 {
  max-height: 700px;
}
.home_section_3 a {
  color:#000
}
.header_con_2 ul > li .sub-menu li {
  width: 100%;
}
.col-2-ul ul {
  column-count: 2;
  -webkit-column-count: 2;
  padding-left: 15px;
  column-gap: 30px;
}
.col-2-ul ul li {
  margin-bottom: 7.5px;
}
.services_row_1 ul {
  padding-left: 15px;
}
.services_row_1 ul li {
  margin-bottom: 3.75px;
}
.border-b {
  border-bottom:solid thin #000;
}
.row_about_2 {

}

.row_about_2 h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 62px;
}
.row_about_2 h2:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}
h2#tailored_experience {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 62px;
}
h2#tailored_experience:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}
.mix_content_rows h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
}
.mix_content_rows h2:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  width:100px;
  height:2px;
  border-bottom:solid 2px #000;
}

@media(max-width:1600px) {
  /*
  body,
  p,
  .key_detail,
  .listing_rows p,
  .podcast_row_3 h3 {
    font-size: 18px;
  }
  .services_row_1 h1,
  .top_row_default h1,
  .listing_sub_title h2,
  .podcast_row_2 h2 {
    font-size: 62px;
  }
  .header_con_2 ul > li > a {
    font-size: 20px;
  }
  .home_section_1 h1 {
    font-size: 86px;
    margin-bottom: -1.4%;
  }
  .home_section_2 h3 {
    font-size: 56px;
  }
  .home_section_3 h3,
  .mid_about h2 {
    font-size: 32px;
  }
  .home_section_3 .border-r h3,
  .contact_row h2 {
    font-size: 52px;
  }
  .home_section_4 h4,
  .services_row_2 h2 {
    font-size: 42px;
  }
  .services_row_1 h2 {
    font-size: 36px;
  } */
  body,
  p,
  .key_detail,
  .listing_rows p,
  .podcast_row_3 h3 {
    font-size: 16px;
  }
  .services_row_1 h1,
  h2#tailored_experience,
  .top_row_default h1,
  .listing_sub_title h2,
  .podcast_row_2 h2 {
    font-size: 52px;
  }
  .header_con_2 ul > li > a {
    font-size: 16px;
  }
  .home_section_1 h1 {
    font-size: 62px;
    margin-bottom: -1%;
  }
  .home_section_2 h3 {
    font-size: 42px;
  }

  .home_section_3 h3,
  .mid_about h2 {
    font-size: 24px;
  }
  .home_section_3 .border-r h3,
  .home_section_3 h3,
  .contact_row h2 {
    font-size: 42px;
  }
  .services_row_2 h2 {
    font-size: 32px;
  }
  .services_row_1 h2 {
    font-size: 28px;
  }
  .home_section_1 {
    height:560px
  }
  .home_section_4 h4 {
    font-size: 20px;
  }
}
@media(max-width:1200px) {
  body,
  p,
  .key_detail,
  .listing_rows p,
  .podcast_row_3 h3 {
    font-size: 16px;
  }
  .services_row_1 h1,
  h2#tailored_experience,
  .top_row_default h1,
  .listing_sub_title h2,
  .podcast_row_2 h2 {
    font-size: 42px;
  }
  .header_con_2 ul > li > a {
    font-size: 16px;
  }
  .home_section_1 h1 {
    font-size: 52px;
    margin-bottom: -1%;
  }
  .home_section_2 h3 {
    font-size: 32px;
  }
  .home_section_3 h3,
  .mid_about h2 {
    font-size: 18px;
  }
  .home_section_3 .border-r h3,
  .home_section_3 h3,
  .contact_row h2 {
    font-size: 32px;
  }
  .services_row_2 h2 {
    font-size: 22px;
  }
  .services_row_1 h2 {
    font-size: 20px;
  }
  .home_section_1 {
    height:480px
  }
  .home_section_4 h4 {
    font-size: 20px;
  }
  .footer_1 img,
  .footer_4 img {
    max-width: 100%;
  }
}
@media(max-width:980px) {
  .home_section_1 h1 {
    margin-bottom: -1.5%;
  }

  .home_section_2 h3 br {
    display: none;
  }
  .footer_1 img,
  .footer_4 img {
    max-width: 100%;
  }
}
@media(max-width:767.98px) {







  .border-r {
    border-right:none;
  }
  #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
  }
  #mc_embed_signup_scroll input:not(#mc-embedded-subscribe) {
    margin-bottom: 7.5px;
    width:100%;
  }
  #mc-embedded-subscribe {
    width: 100%;
  }
  .subscribe_form_home img {
    display: none;
  }
  .footer_1 img {
    max-width: 260px;
    display: block;
    margin:0 auto 15px
  }
  footer {
    text-align: center;
  }
  .footer_3,
  .footer_4 {
    display: none;
  }
  .footer_2 {
    margin-top:30px
  }
  .footer_2 img {
    max-width: 260px;
    display: block;
    margin:0 auto 15px
  }









  header {
    display: none
  };
  .header_1 {
    text-align: center;
  }
  .header_2 {
    display: none;
  }
  html {
    padding-top:50px
  }
  .header_con_2 {
    display:none;
  }
  .banner_content_1 {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .banner_content_1 h1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .home_section_2 a {
    margin-bottom: 60px;
  }
  .home_section_3 .border-r {
    padding-top: 60px;
  }
  .home_section_3 {
    padding-bottom: 30px;
  }
  .services_row_1 .m-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .services_row_1 {
    padding-bottom: 30px;
  }
  .services_row_2 {
    padding-top: 30px;
  }
  .page-id-105426 .home_section_3,
  .page-id-28  .home_section_3 {
    margin-top: 30px;
  }
  .page-id-105430 .services_row_1 img {
    margin-bottom: 30px;
  }
  .listing_rows a{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
  }
  .listing_rows .listing_sub_link  {
    margin-top: 0;
  }
  .listing_rows .listing_sub_link a {
    margin-bottom: 0;
  }
  .single .top_row_default{
    padding-top: 30px;
  }
  .single .listing_detail_row_1 .border-r {
    padding-top: 30px;
  }
  .single .listing_detail_row_1 .border-r {
    padding-bottom: 0;
  }
  .podcast_row_1 .border-r{
    padding-bottom: 30px;
  }
  .podcast_row_1 .btn_2 {
    margin-bottom: 60px;
  }
  .podcast_img {
    margin-bottom: 30px;
  }
  .contact_social {
    margin-bottom: 1rem;
  }
  .contact_row img{
    margin-bottom: 30px;
  }
  .page-id-40 .services_row_1,
  .page-id-36 .services_row_1  {
    padding-bottom: 0;
  }
  .services_row_1 ul {
    margin-bottom: calc(30px - 7.5px);
  }
  body:not(.home):not(.single) .home_section_1 {
    display: none;
  }
  .single .home_section_1 {
    height:0;
    padding-bottom: 70%;
    margin-top: 30px;
  }
}