@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Butler';
    src: url('fonts/butler-light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --title-font:'Butler';
    --paragraph-font:'Work Sans';
    --h1:62px;
    --h2:42px;
    --h3:32px;
    --h4:22px;
    --h5:18px;
    --p:15px;

    --main-color:rgba(15,27,49,1)

}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-family: var(--title-font);
    text-transform: capitalize;
}
h1 {
    font-size: var(--h1);
    * {
        font-size: var(--h1);
    }
}
h2 {
    font-size: var(--h2);
    * {
        font-size: var(--h2);
    }
}
h3 {
    font-size: var(--h3);
    * {
        font-size: var(--h3);
    }
}
h4 {
    font-size: var(--h4);
    * {
        font-size: var(--h4);
    }
}
h5 {
    font-size: var(--h5);
    * {
        font-size: var(--h5);
    }
}
body,
p {
    font-size: var(--p);
}
body {
    background-color: rgba(249, 247, 242, 1);
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header {
    text-decoration: none !important;
    -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;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
.owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
}
header {
    background:var(--main-color);
    height: 219px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
header ul>li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin:0 30px;
    padding: 15px 0;
}
header ul>li.img_logo {
    flex-grow: 1;
}
.header_2 {
    text-align: center;
}
.header_2 img {
    max-width: 283px;
}
header ul>li>a {
    color: rgba(249, 247, 242, 1);
    letter-spacing: 0.1em;
    font-size: 13px;
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: normal;
    transition-duration: 0.5s;
    text-transform: uppercase;
    transition-property: color;
}
header ul>li>a:hover {
    color: rgba(249, 247, 242, 1);
}
header ul>li>ul {
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(50% + 20px);
    padding:15px;
    text-align: left;
    left: 0;
    background-color: rgba(213, 197, 163, 1);
    min-width: 300px;
}
header ul>li>ul>li {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
header ul>li>ul>li>a {
    color: rgba(15, 27, 49, 1);
    margin:0 0 0 0;
}
header ul>li>ul>li>a:hover {
    color: rgba(15, 27, 49, 1);
}
header ul>li:hover ul {
    display: block;
}
header .header_3 ul {
    justify-content: flex-end;
}
a.btn {
    line-height: 1.8;
    color: var(--main-color);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: normal; 
    display: inline-flex;
    padding:7.5px 15px;
    align-items: center;
    text-transform: uppercase;
    border:solid thin var(--main-color);
    border-radius: 0;
}
a.btn svg {
    fill: var(--main-color);
    width:49px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
a.btn span {
    margin-left: 7.5px;
    display: inline-block;
    height:9px;
    width:50px;
    position: relative;;
}
a.btn:hover,
.section-2.contact_cathy input[type="submit"]:hover {
    background:var(--main-color);
    color:#fff;
}
a.btn:hover svg {
    fill:#fff;
}
.banner_sub_item a,
.section-2 a.btn {
    border:solid thin var(--main-color);
}
.banner_sub_item a:hover,
.section-2 a.btn:hover {
    color:var(--main-color);
    background:#fff;
}
.banner_sub_item a:hover svg,
.section-2 a.btn:hover svg {
    fill:var(--main-color);
}
.banner_var-1 {
    height:calc(100vh - 219px);
}
.banner_sub_item  {
    border-bottom:solid thin var(--main-color);
}
.banner_sub_item h2 {
    color: rgba(15, 27, 49, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    text-align: center;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.04em;
    font-size: 48px;
    text-align: left;
}
.banner_sub_item a {
    background:var(--main-color);
    color: rgba(249,247,242,1);
}
.banner_sub_item a svg {
    fill: rgba(249, 247, 242, 1);
}


.flex_row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.section-1 {
    border-bottom:solid thin var(--main-color);
}
.section-1 h2 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-bottom: 30px;
}
.section-1 p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: left;
}
.section-1 a {
    margin-top: calc(60px - 1rem);
}
.section_title_line {
    
}
.section_title_line h2 {
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
}
.section_title_line a {
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.items_centered_line {
    border-bottom:solid thin var(--main-color);
    padding-bottom: 7.5px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.section-2 span.status_tag {
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section-2 h3 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-align: left;
    margin-bottom:30px;
}
.section-2 p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    text-align: justify;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section-2 a.btn {
    background:var(--main-color);
    color: rgba(249,247,242,1);
}
.section-2 a.btn span svg {
    fill: rgba(249, 247, 242, 1);
}
.inner_featured {
    border: solid thin rgba(15, 27, 49, 1);
    padding:30px; 
    height: 100%;
    display: flex;
    align-items: center;
}
.inner_featured div {

}
footer {
    background-color: rgba(213, 197, 163, 1);
    padding:60px 0 60px;
}
footer p {
    color: rgba(15, 27, 49, 1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    text-align: justify;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;   
    line-height: 1.5;
    font-size: 13px;
}
footer p a {
    color: rgba(15, 27, 49, 1);
}
.footer_2 {
    text-align: center;
}
.footer_2 img {
    max-width: 225px;
}
.footer_3 {
    text-align: right;
}
.footer_3 a {
    display: inline-block;
    margin-left: 7.5px;
}
.footer_3 svg {
    fill: rgba(29, 44, 68, 1);
    width:30px;
}
.banner_sub_btm  {
background: var(--main-color);
}   
.banner_sub_btm h2 {
    line-height: 1.8;
    color: rgba(249,247,242,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;   
    margin-bottom: 60px; 
}
.section-2.contact_cathy {

}
.section-2.contact_cathy h2 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-2.contact_cathy label {
text-transform: uppercase;
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    width: 100%;
    font-style: normal;
}
.section-2.contact_cathy input:not([type="submit"]) {
    -webkit-text-size-adjust: 100%;
    pointer-events: auto;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0 solid transparent;
    box-sizing: border-box;
    width: 100%;
    border-color: rgba(15,27,49,1);
    border-width: 1px;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-radius: inherit;
    height: 38px;
    margin-top: 3.75px;
}
.section-2.contact_cathy textarea {
    -webkit-text-size-adjust: 100%;
    pointer-events: auto;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0 solid transparent;
    box-sizing: border-box;
    width: 100%;
    border-color: rgba(15,27,49,1);
    border-width: 1px;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-radius: inherit;
    margin-top: 3.75px;
}
.wpcf7-form-control-wrap {
    display: inline-block;
    width:100%;
    margin-bottom: 15px;
}
.section-2.contact_cathy input[type="submit"] {
    line-height: 1.8;
    color: var(--main-color);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: normal; 
    display: inline-flex;
    padding:7.5px 15px;
    align-items: center;
    text-transform: uppercase;
    border:solid thin var(--main-color);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}
.about_container {

}
.about_container h1{
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 50px;
    text-align: left;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    margin-bottom:30px;
}
.about_container img {
    margin-bottom: 30px;
}
.about_container p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.testimonial_block {
    text-align: center;
}
.testimonial_block h2 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 60px;
}
.testimonial_block p,
.testimonial_block span {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.testimonial_arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial_arrows svg {
    width:86px;
}
.left_arrow,
.left_arrow_l {
    cursor: pointer;
}
.left_arrow svg,
.left_arrow_l svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right_arrow,
.left_arrow_r {
    cursor: pointer;
}
.right_arrow svg {

}
.border-top {
    border-top:solid thin var(--main-color);
}
.border-bottom {
    border-bottom:solid thin var(--main-color);
}
.padding-bottom-50p {
    height: 0;
    padding-bottom: 35%;
}
.alignment_center {
    display: flex;
    align-items: center;
}
.preparing_container {

}
.preparing_container h2 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    border-bottom:solid thin var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.preparing_container p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 18px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.preparing_container  ul {
    padding-left: 15px;
    margin-bottom: 60px;
}
.preparing_container ul>li {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.blue_bg_content {
    background:var(--main-color);
    text-align: center;
}
.blue_bg_content p {
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    color: rgba(249,247,242,1);
    font-size: 16px;
}
.bg_item_neighbourhood {
    margin-bottom:15px;
    padding-bottom: 70%;
}
.neighborhoods_container  a {
    display: inline-block;
    width: 100%;
    color: rgba(15,27,49,1);
}
.neighborhoods_container h2 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.neighborhoods_container h2 div {
    position: relative;
    width: 74px;
    height: 30px;
    overflow: hidden;
}
.neighborhoods_container h2 svg{
    fill: rgba(29, 44, 68, 1);
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 74px;
    -webkit-transform:translate(-50%,-50%);
}
.neighbourhood_title {
    text-align: center;
}
.neighbourhood_title h1 {
    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 50px;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.neighbourhood_title p {

    color: rgba(15,27,49,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: center;
    font-size: 21px;
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: normal;
}
.neighbourhood_block p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}
.bg_item_gallery {
    padding-bottom: 70%;
}
.height-fit {
    object-fit: cover;
    height:500px;
}
.listing_block .bg_item_neighbourhood {
    margin-bottom: 7.5px;
    position: relative;
}
.listing_block .bg_item_neighbourhood span {

    color: rgba(15,27,49,1);
    text-transform: uppercase;
    line-height: 1.8;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 15px;


    width: 126px;
    height: 45px;
    background-color: rgba(249, 247, 242, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top:30px;
    left:30px;
}

.listing_block h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    padding-bottom: 7.5px;
    text-transform: uppercase;
}

.listing_block span {
    line-height: 1.8;
    color: rgba(15,27,49,1);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.listing_block a {
    display: inline-block;
    width: 100%;
}
.left_align {

}
.right_align {
}
.right_arrow_l svg,
.left_arrow_l svg {
    max-width: 70px;
    height:86px;
    cursor: pointer;
}
.right_arrow_l {
    float: right;
}
.blue_sidebar {
    background-color: rgba(29, 44, 68, 1);
    padding:15px 30px;
}
.blue_sidebar div {

}
.blue_sidebar span {
    line-height: 1.2;
    letter-spacing: 0em;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    color: rgba(249,247,242,1);
    font-size: 35px;
    text-align: left;

    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom:solid thin rgba(249,247,242,1);
}
.blue_sidebar p {
    line-height: 1.8;
    color: rgba(249,247,242,1);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: left;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;

    margin-bottom: 15px;
}
.content_block_listing h2 {
    margin-bottom: 30px;

    color: rgba(15,27,49,1);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 50px;
    text-align: left;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
}
.content_block_listing p {
    color: rgba(15,27,49,1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
/* Header Mobile */
#mobile_toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 99999
}
#mobile_toggle .footer_social {
    margin-top: 30px;
}
#mobile_toggle .footer_social a {
    display: inline-block;
    margin-right: 7.5px;
}
#mobile_toggle .footer_social a svg {
        width: 30px;
    fill:#fff;
}
#mobile_toggle nav {
    background-color: var(--main-color);
    height: 50px;
    position: relative;
    box-shadow: 0 4px 4px rgba(0,0,0,.4)
}

#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: #fff;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .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: var(--main-color);
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    transition: transform .3s,opacity .3s
}

#menuToggle input:checked~label span:first-child {
    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_outer {
    box-shadow: 4px 0 4px rgba(0,0,0,.4);
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100vh + 50px);
    padding: 30px;
    background-color: var(--main-color);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%,0);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    top: 50px
}

#mobile_toggle .menu-main-container_outer strong {
    margin-bottom: calc(30px - 3.75px);
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 43px;
    text-align: center;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.04em;
    font-size: 48px;
    text-align: left;
    color:#fff;
}

#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: 3.75px 0;
    transition-delay: 2s;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Work Sans';
}

#mobile_toggle ul li a {
    color: #fff;
    padding: 0 0;
    line-height: 1.5
}

#mobile_toggle ul li a:hover {
    background: 0 0!important
}

#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 ul li.img_logo {
    display: none;
}
#mobile_toggle a.mobile-toggle-img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1
}

#mobile_toggle a.mobile-toggle-img img {
    max-width: 160px;
    height: auto;
}
.height_prop_item {
    height:100%;
    min-height:450px;
}

/* Responsive Styling */

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .margin-bottom-90 {
        margin-bottom: 60px;
    }
    .margin-bottom-120 {
        margin-bottom: 60px;
    }

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

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

    .padding-top-60 {
        padding-top: 60px;
    }
    .padding-top-90 {
        padding-top: 60px;
    }
    .padding-top-120 {
        padding-top: 60px;
    }

    .flex_row {
        flex-wrap: wrap;
    }
    .banner_sub_item h2 {
        margin-bottom: 30px;
    }
    .section-1 h2 {
        margin-bottom: 30px;
    }
    footer {
        text-align: center;
    }
    .testimonial_block h2 {
        margin-bottom: 30px;
    }
    .section-1 a {
        margin-top: calc(30px - 1rem);
    }
    body {
        padding-top: 50px;
    }
    .height_prop_item {
        min-height:300px;
    }
    footer p {
        text-align: center;
    }
}

/* End Responsive Styling */