/*
 Theme Name:   spaxel
 Text Domain:  spaxel
 Version:      1.0
 Description:  Custom spaxel theme
 Tags:         custom,responsive-layout
 Author:       spaxel
 Author URI:   https://spaxel.com/
 Theme URI:    https://spaxel.com/
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@300&display=swap');

@font-face {
  font-family: 'Montserrat';
  src: url('https://spaxel.com/wp-content/themes/spaxel/assets/fonts/Montserrat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



.active{
    font-weight: 600 !important;
}

header {
    padding-top: 30px;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 94px;
}

header.black{
    background-color: #000;
}

header.white{
    background-color: #fff;
    min-height: 125px;
}

header .fas{
    position: absolute;
    top: 7px;
    left: -73px;
    font-size: 28px;
    font-weight: 400;
    cursor: pointer;
}

.navbar {
    border-radius: 0px;
}

header.white .navbar-inverse{
    background-color: #fff;
}

header.black .navbar-inverse{
    background-color: #000;
}

.navbar-inverse{
    border-color: transparent;
}

.navbar-nav li{
    margin-left: 35px;
}

header.white .navbar-nav li a{
    color:#000 !important;
    height: 43px;
    padding-top: 10px;
}

header.black .navbar-nav li a{
    color:#fff !important;
    height: 43px;
    padding-top: 10px;
}

.navbar-nav li a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-nav .button a,.nav>.button a:focus{
    text-decoration: none;
    border: 2px solid #A7D9FF;
    border-radius: 28px;
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.nav>.button a:hover{
    font-weight: lighter !important;
    transition: 0.3s;
    background-color: #A7D9FF !important;
    color: #000 !important;
    background-position: left;
}

.navbar-inverse .navbar-nav>.current-menu-item>a, .navbar-inverse .navbar-nav>.current-menu-item>a:focus, .navbar-inverse .navbar-nav>.current-menu-item>a:hover,
.navbar-inverse .navbar-nav>.current-page-ancestor>a{
    background-color: transparent;
    font-weight: bold;
    color: #000 !important;
}

.nav>.link a:hover{
    color: #A7D9FF !important;
    font-weight: bold;
}

header.white .nav>.link a:hover {
    color: #000 !important;
}

.navbar-header{
    margin-top: -10px;
}

.home audio, canvas, progress, video {
    height: 767px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
}

.home-banner{
    min-height: 870px;
    background-color: #000;
}

.home-about .readmore a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.home-portfolio .readmore {
    margin-top: 25px !important;
}

.home-portfolio .readmore a{
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.home-portfolio .readmore p {
    display: inline-block;
}

.home-portfolio .readmore .fas {
    margin-left: 13px;
}

.home-about .readmore{
    margin-top: 25px !important;
}

.home-about .readmore p {
    display: inline-block;
}

.home-about .readmore .fas{
    margin-left: 13px;
}

.home-banner .animation .desktop,
.home-banner .animation .mobile{
    margin: 0px;
    padding: 0px;
}

.home-banner .text {
    margin-left: 120px;
    margin-top: 318px;
    position: absolute;
}

.home-banner .text h3{
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    color:#fff;
    font-weight: bold;
    display: block;
    min-height: 60px;
}

.home-banner .text h3 span:nth-of-type(1){
    visibility: hidden;
    margin-left: -318px;
}

.home-banner .text .bg-blue{
    background-color: #A7D9FF;
    color: #000;
}

.home-banner .text p{
    margin-right: 90px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color:#fff;
    font-weight: regular;
    width: 644px;
}

.home-banner #divscroll {
    background-image: url(assets/images/square.png);
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    top: 140px;
    left: 89.45%;
    z-index: -1;
}

.home-about{
    background-image: url("assets/images/square1x1.png"),url("assets/images/rectangle_bg.svg");
    background-position: 6% -3px, 130% 53%;
    background-repeat: repeat-y;
    padding-top: 68px;
    padding-bottom: 128px;
}

.home-about h1{
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color:#000;
    font-weight: bold;
}

.home-about .description{
    margin-top: 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
}

.home-statistics.mobile{
    display: none;
}

.home-statistics{
    background-color: #000;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 90px;
    /* min-height: 650px; */
}

.home-statistics h3{
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    color:#fff;
    font-weight:bold;
}

.home-statistics p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    float: none;
    margin-left: -4px;
    margin-top: -13px;
}

.home-statistics a{
    height: 100px;
    display: block;
}

.home-statistics .items{
    min-height: 100px;
    text-align: center;
}

.home-portfolio{
    padding-top: 174px;
    padding-bottom: 208px;
    background-image: url(assets/images/square1x1.png),url(assets/images/portfolio_rectangle_bg.svg);
    background-position: 90.25% 0px,-377px 37px;
    background-repeat: repeat-y;
}

.home-portfolio h1{
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color:#000;
    font-weight: bold;
}

.home-portfolio .description{
    margin-top: 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
}

.home-apartments.mobile{
    display: block;
}

.home-apartments{
    padding-left: 6.5%;
    padding-right: 6.5%;
    padding-top: 64px;
    background-image: url(assets/images/s_bg.svg),url(assets/images/s_bg.svg),url(assets/images/s_bg.svg);
    background-position: 19.7% 85px,49.14% 85px,78.49% 85px;
    background-repeat: no-repeat;
    padding-bottom: 63px;
    background-color: #ECECEC;
}

.home-apartments .desktop{
    display: block;
}

.home-apartments .desktop img{
    width: 480px;
    /* height: 785px; */
    height: auto;
}

.home-apartments .laptop{
    display: none;
}

.home-apartments .carousel-control{
    background-image: none !important;
    color: #707070;
}

.home-apartments .carousel-inner {
    padding-bottom: 38px;
    border-bottom: 1px solid #000;
}

.home-apartments .carousel-control:focus, 
.home-apartments .carousel-control:hover{
    color: #707070;
}

.home-apartments .carousel-control.left{
    top: 38%;
    left: -5%;
    width: 37px;
}

.home-apartments .fas {
    font-size: 46px;
    font-weight: 400;
    color: #000;
}

.home-apartments .carousel-control.right{
    top: 38%;
    left: 100%;
    width: 37px;
}

.home-apartments a{
    text-decoration: none;
}

.home-apartments h6{
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    color:#000;
    font-weight:bold;
    padding-top: 10px;
}

.home-apartments p{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color:#000;
    font-weight:lighter;
}

.home-apartments img{
    border-top:1px solid #000;
    padding-top: 62px;
    width: 480px;
    height: 668px;
}

.home-space-in-pixels.mobile{
    display: none;
}

.home-space-in-pixels{
    padding-left: 100px;
    padding-top: 10px;
    margin-left: 96px;
    background-image: url(assets/images/square1x1.png);
    background-position: 0px 0px;
    background-repeat: repeat-y;
    display: block;
    min-height: 440px;
    width: 1614px;
}

.home-space-in-pixels img{
    float: none;
    margin: auto;
    margin-top: 260px;
}

.home-image-galery.mobile{
    display: none;
}

.home-image-galery .thumb{
    margin-right: -15px;
}

.home-image-galery .text{
    background-color: #707070;
    min-height:255px;
}

.home-image-galery .text a{
    text-decoration: none !important;
}

.home-image-galery .text .caption{
    margin-top: 45px;
    display: inline-block;
}

.home-image-galery .text .caption h6{
    font-family: 'Roboto', sans-serif;
    font-size: 62px;
    color:#A7D9FF;
    font-weight:bold;
}

.home-image-galery .text .caption p{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color:#fff;
    font-weight:bold;
    line-height: 48px;
}

.home-white-space{
    display: block;
    min-height: 300px;
    margin-top: -35px;
    background-image: url("assets/images/square1x1.png");
    background-position: 90.89% 0%;
    background-repeat: repeat-y;
}

.home-image-galery.desktop {
    display: block;
    margin-left: -15px;
}

.home-image-galery.desktop .row:nth-child(1){
    margin-bottom: 15px;
}

footer.mobile{
    display: none;
}

footer{
    display: block;
    min-height: 650px;
    background-color: #000;
    background-image: url(assets/images/rectangle_footer_bg.svg),url(assets/images/footer_line_bg.svg);
    background-position: -415px 25px,560px 122px;
    background-repeat: no-repeat;
    padding-top: 175px;
    padding-left: 474px;
}

footer ul{
    list-style-type: none;
}

footer .links-container{
    border-right: 1px solid #fff;
}

footer .internal-links{
    margin-top: 15px;
    padding-left: 10px;
    margin-left: -70%;
}

footer .internal-links li{
    margin-bottom: 28px;
}

footer .internal-links a:hover {
    color: #A7D9FF;
}

footer .internal-links .current_page_item a,
footer .internal-links .current-page-ancestor a {
    color: #A7D9FF;
}

footer .internal-links a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color:#fff;
    font-weight:lighter;
}

footer .internal-links a:hover{
    text-decoration: none;
}

footer .address {
    margin-left: -25%;
}

.footer-button {
    margin-top: 0px;
}

footer .social-media-class {
    margin-left: 10%;
}

footer .address h6{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color:#fff;
    font-weight:bold;
    margin-bottom: 16px;
}

footer .address p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color:#fff;
    font-weight:lighter;
    line-height: 26px;
}

footer .address .street{
    margin-bottom: 21px;
}

footer .address .phone{
    margin-bottom: 82px;
}

footer .social-media{
    margin-top: 5px;
}


footer .social-media .fab{
    font-size: 61px !important;
    color: #A7D9FF;
    margin-bottom: 54px;
}

footer .social-media .fab:hover{
    color: #FFF;
}

footer .external-links li{
    margin-bottom: 68px;
}

footer .external-links{
    margin-top: 15px;
    margin-left: -58px;
}

footer .external-links a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    padding: 10px 15px;
    text-decoration: none;
    border: 2px solid #A7D9FF;
    border-radius: 28px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    height: 43px;
    display: inline-table;
}

footer .external-links a:hover{
    text-decoration: none;
    border: 2px solid #A7D9FF;
    border-radius: 28px;
    transition: 0.3s;
    background-color: #A7D9FF;
    color: #000;
    background-position: left;
}

footer .term-links{
    margin-top: 149px;
    padding: 0px;
}

footer .term-links li{
    display: inline;
}

footer .term-links a{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    text-decoration: none;
    text-transform: uppercase;
}

footer .term-links a:hover {
    color:#A7D9FF;
}

footer .term-links .current_page_item a{
    color: #A7D9FF;
}

/*Sustainability*/

/* section.technology_and_automation.row {
    margin-right: 0;
    margin-left: 0;
}

.sustainable_materials_images.row {
    margin-left: 0;
    margin-right: 0;
}

section.quote.row {
    margin-left: 0;
    margin-right: 0;
} */

/* section.quote {
    margin-right: 0;
    margin-left: 0;
} */

text#OFFSITE_MANUFACTURING:hover, text#PASSIVE_HOUSE:hover, text#SUSTAINABLE_MATERIALS:hover,
text#TECHNOLOGY_AUTOMATION:hover {
    cursor: pointer;
}

text#OFFSITE_MANUFACTURING:hover, text#PASSIVE_HOUSE:hover, text#SUSTAINABLE_MATERIALS:hover,
text#TECHNOLOGY_AUTOMATION:hover {
    font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');



.main_header_page_sustainability_mobile {
    display: none;
}

.main_header_page_sustainability {
    width: -webkit-fill-available;
}

section.offsite_manufacturing .ul_sustainability {
    padding-left: 2%;
}

section.passive_house .ul_sustainability {
    padding-left: 1.25%;
}

section.sustainable_materials .ul_sustainability {
    padding-left: 1.8%;
}

section.technology_and_automation .ul_sustainability {
    padding-left: 2.4%;
}

.div_sustainability_main_header {
    padding-left: 0;
    padding-right: 0;
}

.toggle-title.active {
    font-weight: bold;
}

.sustainable_materials_row {
    background: linear-gradient(356deg, rgba(255,255,255,1) 50%, rgba(146,227,169,1) 100%);
}

.image-with-text {
    height: 589px;
    background: url(https://spaxel.com/wp-content/uploads/2023/08/Group-34539.jpg);
}

.sustainable_materials_row_image {
    background: linear-gradient(178deg, rgba(255,255,255,1) 0%, rgba(146,227,169,1) 100%);
}

.sustainable_materials_row_image .sub_sec_img {
    height: 654px;
    background-repeat: no-repeat;
}

.sus_spaxel_city_mobile {
    display: none;
}

.manman_desktop {
    display: block;
    padding-left: 0;
}

h2.toggle-title:hover {
    font-weight: bold;
}

section.passive_house .header_with_content p {
    margin-top: 2.7%;
}

section.offsite_manufacturing .header_with_content p {
    margin-top: 4.5%;
}

section.technology_and_automation .header_with_content p {
    margin-top: 4.5%;
}

.manman_mobile {
    display: none;
}

.sustainability_main_header {
    height: 754px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    /* background-image: url("./assets/images/sustainibility-main-header.jpg"); */
}

section.sustainability_at_spaxel .header_with_content {
    margin-left: 8%;
    margin-top: 6%;
}

img.sustainability_at_spaxel_city {
    width: 100%;
    float: right;
}

.whole_toggles {
    margin-top: 5%;
    /* margin-bottom: 9%; */
}

img.sustainability_at_spaxel_triangle {
    width: 76%;
    margin: auto;
    float: none;
    display: table;
    margin-top: 8%;
}

.sustainability_at_spaxel_images {
    background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(146,227,169,1) 100%);
}

.header_with_content h1 {
    font-size: 4vw;
    font-family: Poppins;
}

.header_with_content p {
    font-size: 20px;
    font-family: 'Roboto';
    margin-top: 4%;
}

section.offsite_manufacturing .header_with_content {
    margin-left: 6%;
    width: 50%;
    margin-top: 10%;
}

img.offsite_manufacturing_image {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 20%;
}

img.imgpassivehouse {
    width: 100%;
}

section.passive_house .header_with_content {
    margin-left: 8%;
    margin-top: 6%;
}

section.passive_house .whole_toggles {
    margin-bottom: 6%;
}

section.offsite_manufacturing .header_with_content h1 {
    width: 100%;
}

img.sustainable_materials_image {
    margin-left: 20%;
    margin-top: 40%;
}

img.sustainable_materials_image {
    margin-left: 28%;
    margin-top: 25%;
}

section.sustainable_materials .header_with_content h1 {
    font-size: 4vw;
    font-family: Poppins;
    width: 100%;
}

section.sustainable_materials .header_with_content p {
    font-size: 20px;
    font-family: 'Roboto';
}

.sustainable_materials_image .header_with_content {
    margin-top: 10%;
    margin-left: 3%;
}



section.sustainable_materials {
    background: linear-gradient(356deg, rgba(255,255,255,1) 50%, rgba(146,227,169,1) 100%);
}

.sustainable_materials_images {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(146,227,169,1) 100%);
}

section.technology_and_automation .header_with_content h1 {
    font-size: 4vw;
    font-family: Poppins;
}

section.technology_and_automation .header_with_content p {
    font-size: 20px;
    font-family: 'Roboto';
}

.technology_and_automation .header_with_content {
    margin-top: 6%;
    margin-left: 8%;
    width: 42%;
}

section.offsite_manufacturing {
    background: #F6F6F6;
}

.technology {
    padding-left: 11%;
    width: 45%;
    margin-top: 4%;
}

.sus_spaxel_city {
    padding-right: 0;
}

h2.toggle-title:hover {
    cursor: pointer;
}

.sustainable_materials_image {
    margin-left: 5%;
    margin-top: 10%;
}

h2.toggle-title {
    font-size: 20px;
    font-family: Roboto;
}

.toggle-body p {
    margin-top: 1% !important;
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 1% !important;
}

.whole_toggles {
    margin-bottom: 9%;
}

section.sustainable_materials .whole_toggles {
    margin-bottom: 0;
}

section.sustainable_materials .toggle-content, section.technology_and_automation .toggle-content{
    margin-top: 1%;
    margin-bottom: 1%;
}

.toggle-body li {
    font-family: 'Roboto';
}

section.sustainable_materials .header_with_content {
    margin-top: 6%;
}

section.quote .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-with-text {
    position: relative;
  }
  .image-with-text img {
    display: block;
    max-width: 100%;
    height: 589px;
  }
  .image-with-text .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 34px;
    text-align: left;
    font-family: 'Roboto';
    width: 74%;
    font-weight: 300;
}



/*Sustainability*/

/*About*/

/* moving pixel */

#div {
    background-image: url(assets/images/square.png);
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    top: 140px;
    left: 97px;
    z-index: -1;
}

/* moving pixel */  

.about{
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-position: 111px 754px,1603px 1396px;
    background-repeat: repeat-y,no-repeat;
}

/* min-height: 3130px; */

.about main {
    
    min-height: 2402px;
}

.about-banner {
    min-height: 754px;
    margin-top: -20px;
}

.about-banner h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    padding-top: 322px;
    text-align: center;
}

.about-banner .blue {
    font-size: 100px;
    color: #A7D9FF;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.about-info {
    margin-top: 44px;
    /* OLD margin-top:189px; */
    padding-left: 180px;
    padding-right: 300px;
}

#about-desktop{
    margin-top: -20px;
}

.about-info .text h1,.aboutmobile-info .text h1{
    padding-bottom: 29px;
    color: #000;
    font-weight: bolder;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.about-info .text,.aboutmobile-info .text{
    font-weight: lighter;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.about-info .text ul,.aboutmobile-info .text ul{
    padding: 0px 0px 0px 18px;
}

.about-info .side_bar a:hover {
    font-weight: bold;
}

.about-info .side_bar {
    left: 145px;
    margin-top: 150px;
}

.about-info .side_bar ul {
    border-left: 1px #000 solid;
    list-style: none;
    padding: 0px 0px 0px 29px;
}

.about-info .side_bar li{
    margin-bottom: 21px;
    width: 200px;
}

.about-info .side_bar a{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
}

.about-info .side_bar a.active{
    font-weight: bold;
}

.about-team{
    margin-top:138px;
}

.about-team .desktop img{
    width: 248px;
    height: auto;
    /* height: 338px; */
}

.about-team .desktop{
    display: block;
}

.about-team .laptop{
    display: none;
}

.about-team .list{
    margin-top:109px;
}

.about-team .title{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    float: none;
    display: block;
    width: 765px;
}

.about-team a{
    text-decoration: none;
    color: #000;
    display: block;
}

.about-team h4 {
    padding-top: 10px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.about-team p {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.about-team .box{
    width: 248px;
    border-bottom: 1px solid #000;
    float: none;
    margin: auto;
    margin-bottom: 52px;
    min-height: 457px;
}

.about-team .list img {
    filter: gray;
    -webkit-filter: grayscale(1);
}

.about-team .list img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.about-team .readmore{
    /* width: 170px; */
    float: right;
    margin-right: 55px;
    margin-top: 5px;
    cursor: pointer;
}

.about-team .readmore p {
    float: left;
    font-size: 25px;
}

.about-team .readmore a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.about-team .readmore .fas{
    margin-top: 9px;
    margin-left: 5px;
}

/*About*/

/*Team*/

.team {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-position: 111px 754px,1603px 1266px;
    background-repeat: repeat-y,no-repeat;
}

.team main {
    min-height: 1850px;
}

section.ourteamlist {
    padding-top: 60px;
}

.ourteam-banner {
    background-image: url(assets/images/header.jpg);
    min-height: 754px;
    margin-top: -20px;
    background-position: bottom;
}

.ourteam-banner h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    padding-top: 322px;
    text-align: center;
}

.ourteam-banner .blue {
    font-size: 100px;
    color: #A7D9FF;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.ourteam-info .side_bar a:hover {
    font-weight: bold;
}

.ourteam-info{
    padding-left: 10%;
}

.ourteam-info .desktop{
    display: block;
}

.ourteam-info .laptop{
    display: none;
}

.ourteam-info .side_bar {
    margin-top: 125px;
}

.ourteam-info .side_bar ul {
    border-left: 1px #000 solid;
    list-style: none;
    padding: 0px 0px 0px 29px;
}

.ourteam-info .side_bar li{
    margin-bottom: 21px;
    width: 290px;
}

.ourteam-info .side_bar a{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
}

.ourteam-info .side_bar a.active{
    font-weight: bold;
}

.ourteam-info img {
    width: 248px;
    height: auto;
    /* height: 338px; */
}

.ourteam-info img {
    filter: gray;
    -webkit-filter: grayscale(1);
  }

.ourteam-info img:hover {
  filter: none;
    -webkit-filter: grayscale(0);
  }

.ourteam-info .box {
    text-align: center;
}

.team .col-12.col-md-4.side_bar {
    position: relative;
    padding-left: 100px;
    margin-top: 1px;
}

section.ourteam-info h4 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding-top: 5px;
}

section.ourteam-info a{
    text-decoration: none;
    color: #000;
    display: block;
}

section.ourteam-info p {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-align: center;
}

section.ourteam-info.row.hidden-xs {
    padding-top: 30px;
    padding-left: 30px;
}

.ourteam-info .list {
    margin-top: 54px;
}

.ourteam-info .list .item{
    padding:0px;
    padding-bottom: 30px;
}

.ourteam-info .side_bar {
    margin-top: 54px;
}

/*Team*/

/*Portfolio*/

.portfolio{
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-position: 111px 754px,1603px 1266px;
    background-repeat: repeat-y,no-repeat;
}

.portfolio main{
    min-height: 2127px;
}

.porfolio-banner .banner_left {
    min-height: 754px;
}

.porfolio-banner .banner_right {
    min-height: 754px;
}

.banner_left.active .graund_up {
    background-color: #A7D9FF;
    color: #000;
    border: none;
}

.porfolio-banner .graund_up {
    padding-left: 70px;
    padding-top: 12px;
    border: 3px solid #A7D9FF;
    border-radius: 50px;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    margin: auto;
    float: none;
    display: block;
    width: 523px;
    height: 77px;
    margin-top: 622px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.banner_right.active .value_add {
    background-color: #A7D9FF;
    color: #000;
    border: none;
}

.banner_left:hover .graund_up {
    text-decoration: none;
    border: 3px solid #A7D9FF;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #A7D9FF;
    color: #000;
    background-position: left;
}

.banner_right:hover .value_add {
    text-decoration: none;
    border: 3px solid #A7D9FF;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #A7D9FF;
    color: #000;
    background-position: left;
}


.banner_left.active .graund_up {
    background-color: #A7D9FF;
    color: #000;
    border: none;
}

.banner_right.active .value_add:hover {
    background-color: #A7D9FF;
    color: #000;
    border: none;
}

.porfolio-banner .value_add {
    padding-left: 90px;
    padding-top: 12px;
    border: 3px solid #A7D9FF;
    border-radius: 50px;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    margin: auto;
    float: none;
    display: block;
    background-color: #696969;
    width: 523px;
    height: 77px;
    margin-top: 622px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.porfolio-banner h1.ourTitle {
    float: right;
    margin-top: 338px;
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-right: 106px;
}

.porfolio-banner h1.portfolioTitle {
    float: left;
    margin-top: 338px;
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #A7D9FF;
    display: block;
    margin-left: -118px;
}

section.portfolio-section.row.hidden-xs {
    padding-left: 100px;
    padding-top: 20px;
}

section.portfolio-section.row.hidden-xs img {
    width: 332px;
}

section.portfolio-section.row a{
    text-decoration: none;
    color: #000;
}

section.portfolio-section.row h4 {
    padding-top: 10px;
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

section.portfolio-section.row #msg{
    display: block;
    margin: auto;
    float: none;
    width: fit-content;
    margin-top: 64px;
}

.portfolio-section .col-xs-6.col-md-4 {
    padding-top: 72.3px;
    padding-left: 0px;
}

section.portfolio-section.row p {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: Lighter;
    padding-bottom: 5px;
    width: 353px;
}

.portfolio-section .laptop{
    display: none;
}

.portfolio-section .desktop{
    display: block;
}

.portfolio .side_bar ul {
    border-left: 1px #000 solid;
    list-style: none;
    padding: 0px 0px 0px 29px;
}

.portfolio .side_bar li{
    margin-bottom: 21px;
}

.portfolio .side_bar a{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.portfolio .side_bar a.active{
    font-weight: bold;
}

section.portfolio-section {
    padding-left: 326px;
}

section.portfolio-section .box{
    min-height: 369px;
    border-bottom: 1px solid #000;
    width: 366px;
}

.portfolio .pagination_section{
    margin-top: 45px;
    margin-left: 40%;
}

section.portfolio-section img{
    width: 366px;
    /* height: 275px; */
    height: auto;
    display: revert;
}

section.portfolio-section .sold-img{
    filter: brightness(30%);
}

section.portfolio-section .sold-txt{
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 37%;
    padding: 0 !important;
    letter-spacing: 7px;
    width: 372px !important;
}

section.portfolio-section.row .col-xs-6.col-md-3 {
    padding-top: 40px;
}

.portfolio .col-xs-12.col-md-3.side_bar.hidden-xs {
    padding-top: 78px;
    padding-left: 78px;
}

.portfolio .col-xs-12.col-md-3.side_bar.hidden-xs a:hover {
    font-weight: bold;
}

.portfolio-apartments{
    margin-top:87px;
}

.portfolio-apartments img{
    width: 100%;
}

/*Portfolio*/

/*Portfolio-Single-Property*/

.property{
    background-image: url(assets/images/rectangle_bg.svg);
    background-position: 1611px 135px;
    background-repeat: no-repeat;
}

.property-info img{
    max-width:unset;
}

section.property-info h4 {
    padding-bottom: 29px;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000;
}

section.property-info p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    padding-bottom: 15px;
    color: #000;
    margin-bottom: 37px;
}

section.propertysec-info.row img {
    width: 250px;
}

section.property-info .imgsmall .second img{
    margin-top: 10px;
}

.property .property-info .txt-box {
    margin-left: -65px;
    padding-right: 120px;
}

section.propertythird-info.row {
    padding-left: 25px;
    margin-top: 43px;
}

section.propertythird-info.row h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

section.propertythird-info.row p {
    font-size: 26px;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

section.propertythird-info.row .col-xs-12.col-md-2 {
    padding-top: 70px;
}

.propertyfourth-info .map{
    padding: 0px;
}

.propertyfourth-info .map img {
    width: 1373px;
}

.property a.jointeam-button {
    color: #000000;
    background: #A7D9FF;
    border-radius: 54px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: solid 2px #A7D9FF;
    font-weight: lighter;
    display: block;
    padding-top: 10px;
    height: 43px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    margin: auto;
    float: none;
    width: 200px;
}

.property a.jointeam-button:hover {
    border: 2px solid #A7D9FF;
    border-radius: 54px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.property-info .first img {
    width: 456px;
}

.property-info .sold-img{
    filter: brightness(30%);
}

.property-info .sold-txt{
    font-size: 40px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 19.8%;
    padding: 0 !important;
    letter-spacing: 12px;
    width: 467px !important;
}

.property-info .imglong img {
    height: 580px;
    margin-left: 0px;
}

.property-info .laptop{
    display:none;
}

/*Portfolio-Single-Property*/

/*Careers - Join Our Team*/

.careers {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-position: 111px 80px,1604px 1062px;
    background-repeat: repeat-y,no-repeat;
}

.careers main {
    min-height: 1650px;
}

.jointeam-banner {
    min-height: 754px;
    margin-top: -20px;
}

.jointeam-banner h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    padding-top: 322px;
    text-align: center;
}

.jointeam-banner .blue {
    font-size: 100px;
    color: #A7D9FF;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.jointeam-info .side_bar ul {
    list-style: none;
    border-left: 1px solid;
}

.jointeam-info .side_bar li{
    margin-bottom: 21px;
}

.jointeam-info .side_bar a{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.jointeam-info .side_bar a.active{
    font-weight: bold;
}

section.jointeam-info.row h4 {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000;
}

section.jointeam-info.row #msg{
    display: block;
    margin: auto;
    float: none;
    width: fit-content;
    margin-top: 47px;
}

.jointeam-info .list .box {
    min-height: 127px;
}

section.jointeam-info.row p {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    padding-bottom: 15px;
    color: #000;
}

.jointeam-info.row .side_bar a:hover {
    font-weight: bold;
}

section.jointeam-info.row .side_bar {
    margin-top: 50px;
}

.careers a.jointeam-button {
    padding-left: 27px;
    padding-right: 27px;
    color: #000000;
    height: 48px;
    display: inline-block;
    padding-top: 10px;
    border: solid 2px #A7D9FF;
    background: #A7D9FF;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-decoration: none;
}

.careers a.jointeam-button:hover {
    border: 2px solid #A7D9FF;
    border-radius: 50px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.jointeam-info.row {
    padding-left: 123px;
}

.jointeam-info.row .col-xs-12.col-md-4.border {
    border-right: 1px solid black;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.jointeam-info.row .col-xs-12.col-md-4.no-border {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*Careers - Join Our Team*/

/*Careers-Single-Applyforjob*/

.applyforjob {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-position: 79.2% 0px,1618px 879px;
    background-repeat: repeat-y,no-repeat;
}

#divscroll {
    background-image: url(assets/images/square.png);
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    top: 140px;
    left: 78.4%;
    z-index: -1;
  }

.applyforjob-info b,.applyforjob-info strong {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    display: block;
    padding-top: 29px;
    padding-bottom: 10px;
}

.applyforjob-info ol,.applyforjob-info ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.applyforjob .sidebar{
    margin-top: 297px;
    padding-left: 100px;
}

.applyforjob-info {
    padding-left: 80px;
    padding-bottom: 53px;
}

.applyforjob-info h1 {
    font-size: 80px;
    color: #000;
    padding-bottom: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.applyforjob-info h4 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

.applyforjob-info p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.applyforjob-info li {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.officeinspaxel .box {
    margin: auto;
    float: none;
    width: 592px;
    margin-bottom: 25px;
    margin-top: 152px;
}

.applyforjob .form-control {
    display: block;
    width: 50%;
    height: 50px;
    padding: 6px 18px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 54px;
}

.applyforjob .btn-primary.active.focus, 
.applyforjob .btn-primary.active:focus, 
.applyforjob .btn-primary.active:hover, 
.applyforjob .btn-primary:active.focus, 
.applyforjob .btn-primary:active:focus, 
.applyforjob .btn-primary:active:hover, 
.applyforjob .open>.dropdown-toggle.btn-primary.focus, 
.applyforjob .open>.dropdown-toggle.btn-primary:focus, 
.applyforjob .open>.dropdown-toggle.btn-primary:hover{
    border: none;
    background-color: #A7D9FF;
    color: #000;
}

.applyforjob .btn.active.focus, 
.applyforjob .btn.active:focus, 
.applyforjob .btn.focus, 
.applyforjob .btn:active.focus, 
.applyforjob .btn:active:focus, 
.applyforjob .btn:focus{
    outline: none;
}

.applyforjob .btn-primary {
    color: #000000;
    background-color: #A7D9FF;
    border-radius: 54px;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 24px;
    border: 2px solid #A7D9FF;
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
}

/*

 .applyforjob .btn-fileupload {
    color: #000000;
    background-color: #A7D9FF;
    border-radius: 54px;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 24px;
    width: 170px;
    padding-left: 0px !important;
    cursor: pointer;
    float: left;
    display: block;
    padding-top: 6px;
    height: 48px;
}

.applyforjob .btn-fileupload .file::before{
    white-space:pre;
    content: "Choose File";
    position: absolute;
    top: 6px;
    left: 35px;
}


.applyforjob input[type="file"]:after {
    margin-top: -50px;
    opacity: 1;
    width: 100;
    cursor: pointer;
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 25px;
    padding-right: 25px;
}

.applyforjob input[type="file"]{
    opacity: 0;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 25px;
    padding-right: 25px;
}

.form-group .btn-fileupload:hover {
    border: 1px solid #A7D9FF;
    border-radius: 20px;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

*/


.applyforjob .form-group {
    padding-left: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.applyforjob label {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.applyforjob .formrequired-placeholder {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    padding-left: 80px;
    color: #888888;
    padding-bottom: 37px;
}

.applyforjobimages {
    background-color: #fff;
}

.applyforjobimages{
    margin-bottom: 138px;
}

.applyforjobimages .col{
    padding: 0px;
}

.applyforjobimages img{
    width: 100%;
}

.applyforjobimages .first-box{
    margin-right: 12px;
}

.applyforjobimages .first-box img{
    height: 756px;
}

.applyforjobimages .second-box{
    margin-bottom: 14px;
}

.applyforjobimages .second-box img{
    height: 347px;
}

.applyforjobimages .third-box img{
    height: 395px;
}

#exampleFormControlTextarea1 {
    border-radius: 0px;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    height: 120px;
}

#exampleFormControlFile1 {
    border-radius: 54px;

}

.applyforjob-info h3 {
    font-weight: bolder;
    font-size: 20px;
    font-family: 'Popins', sans-serif;
    margin-top: -10px;
    margin-bottom: 20px;
}

/*Careers-Single-Applyforjob*/

/*Contact*/

.contactusform .form-group {
    padding-top: 10px;
}

.contactus-banner {
    background-color: #000;
    min-height: 754px;
    margin-top: -20px;
    background-image: url(assets/images/rectangle_footer_bg.svg);
    background-position: -410px 78px;
    background-repeat: no-repeat;
}

.contactus-banner h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    padding-top: 322px;
    text-align: center;
}

.contactusform label {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.contactusform .form-control {
    display: block;
    width: 644px;
    height: 52px;
    padding: 6px 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 54px;
}

.contactusform .btn-primary {
    color: #000000;
    background-color: #A7D9FF;
    border-radius: 54px;
    font-size: 16px;
    border: 2px solid #A7D9FF;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    width: 201px;
    height: 48px;
}

.contactusform {
    padding-left: 176px;
    padding-top: 155px;
    padding-bottom: 93.4px;
}

.contactus-address {
    padding-left: 176px;
    padding-bottom: 122px;
}

.contactus-address h1 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.contactus-address p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.contact {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-repeat: repeat-y,no-repeat;
    background-position: 79.2% 80px,123% 1050px;
}

.contactusform #exampleFormControlTextarea1 {
    border-radius: 0px;
    background-color: #EEEEEE;
    border: #EEEEEE;
    width: 800px;
    height: 155px;
}

.btn.btn-primary:hover {
    border: 1px solid #A7D9FF;
    border-radius: 54px;
    border: 2px solid #A7D9FF;
    background: linear-gradient(to left, transparent 50%, #A7D9FF 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

/*Contact*/

/*Blog*/

.blog #div {
    top: 249px;
}

.blog {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-repeat: repeat-y,no-repeat;
    background-position: 111px 80px,1624px 784px;
}

.spaxelblog-banner h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
}

.spaxelblog-banner .blue {
    font-size: 100px;
    color: #A7D9FF;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.spaxelblog-info p {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    margin-top: 18px;
}

.spaxelblog-info a {
    text-decoration: none;
    color:#000;
    display: inline-block;
}

.spaxelblog-info h4 {
    padding-top: 15px;
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    max-width: 438px;
}

.spaxelblog-info {
    padding-left: 170px;
    padding-top: 166px;
}

.spaxelblog-info .col-xs-12.col-md-4 {
    padding-bottom: 144px;
}

.pagination_section a, .pagination_section span{
    color: #000;
    padding: 2px 18px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    background-color: #f1f1f1;
}

.pagination_section a:hover:not(.current) {
    background-color: #A7D9FF;
    color: #000;
}

.pagination_section .current {
    background-color: #A7D9FF;
    color: #000;
}

.pagination_section {
    padding-bottom: 96px;
    column-gap: 22px;
    display: flex;
}

.spaxelblog-info .boxing {
    overflow: hidden;
    margin: auto;
    float: none;
    display: block;
    width: fit-content;
}

.spaxelblog-info .boxing img {
    transition: 0.5s all ease-in-out;
}

.spaxelblog-info .boxing:hover img {
    transform: scale(1.1);
}

.spaxelblog-info img {
    width: 100%;
}

/*Blog*/

/* Single Team */

.team-readmore {
    min-height: 980px;
}

.team-readmore-info h1 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
}

.team-readmore-info .jobtitle p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #fff;
}

.team-readmore-info p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #fff;
    width: 629px;
    padding-bottom: 37px;
}

.team-readmore-info .middlesection {
    background-color: #707070;
    padding-top: 150px;
    padding-bottom: 140px;
}

.team-readmore-info {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.team-readmore-info .desktop img{
    width: 220px;
    /* height: 221px; */
    height: auto;
}

.team-readmore-info i.fab.fa-linkedin {
    font-size: 61px !important;
    color: #A7D9FF;
}

.team-readmore-info i.fab.fa-linkedin:hover {
    color: #fff;
}


/* Single Team */

/*Single Blog*/

.blog-readmore {
    min-height: 1000px;
}

.blog-readmore .blog-readmore-info .title h1 {
    padding-bottom: 29px;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000;
}

.blog-readmore .blog-readmore-info {
    font-size: 20px;
    padding-left: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #000
}

img.blog-readmoresecond {
    padding-top: 17px;
    /* height: 474px; */
    width: 633px;
}

.blog-readmore-info {
    padding-left: 203px;
    padding-right: 50px;
    padding-top: 75px;
}

.blog-readmore {
    background-image: url(assets/images/square1x1.png),url(assets/images/rectangle_bg.svg);
    background-repeat: repeat-y,no-repeat;
    background-position: 111px -28px,1603px 135px;
}

.blog-readmore-info .col-xs-12.col-md-6 {
    padding-bottom: 100px;
}

/*Single Blog*/

/*Terms and Conditions*/

.terms-of-use-info h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding-bottom: 74px;
    color: #000;
}

.terms-of-use-info p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    width: 927px;
    text-align: left;
    color: #000;
}

.terms-of-use-info {
    text-align: -webkit-center;
    padding-top: 50px;
}

.privacy-policy-info h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding-bottom: 74px;
    color: #000;
}

.privacy-policy-info p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    width: 927px;
    text-align: left;
    color: #000;
}

.privacy-policy-info {
    text-align: -webkit-center;
    padding-top: 50px;
}

.applyforjob .wpcf7-response-output{
    width: 48%;
    margin-left: 80px !important;
}

.applyforjob .wpcf7-not-valid-tip{
    margin-left:20px;
}

.contact .wpcf7-response-output{
    width: 47%;
    margin-left: 0px !important;
}

.contact .wpcf7-not-valid-tip{
    margin-left:20px;
}

/*Terms and Conditions*/

@media only screen and (max-width: 1852px) {

    .property-info .imglong img {
        margin-left: 10px;
    }

}

@media only screen and (max-width: 1823px) {

    section.portfolio-section {
        padding-left: 271px;
    }

    footer .address {
        margin-left: -19%;
    }

}

@media only screen and (max-width: 1820px) {

    .property-info .imglong img {
        margin-left: 15px;
    }

    .property {
        background-position: 1508px 130px;
    }

}

@media only screen and (max-width: 1800px) {

    .property-info .imglong img {
        margin-left: 20px;
    }

}

@media only screen and (max-width: 1780px) {
    
    .property-info .imglong img {
        margin-left: 25px;
    }

}

@media only screen and (max-width: 1776px) {
    

    section.portfolio-section {
        padding-left: 228px;
    }


}

@media only screen and (max-width: 1760px) {
    
    .property-info .imglong img {
        margin-left: 30px;
    }

}

@media only screen and (max-width: 1740px) {
    
    .property-info .imglong img {
        margin-left: 35px;
    }

}

@media only screen and (max-width: 1727px) {

    
    section.portfolio-section {
        padding-left: 176px;
    }

    footer .address {
        margin-left: -13%;
    }


}

@media only screen and (max-width: 1720px) {
    
    .property-info .imglong img {
        margin-left: 40px;
    }

    .property .property-info .txt-box{
        margin-left: -45px;
        padding-right: 0px;
    }

    .property{
        background-position: 1415px 145px;
    }

    section.property-info h4{
        font-size: 75px;
    }

    section.property-info p{
        font-size: 19px;
    }

}

@media only screen and (max-width: 1700px) {
    
    .property-info .imglong img {
        margin-left: 45px;
    }

}

@media only screen and (max-width: 1680px) {
    
    .property-info .imglong img {
        margin-left: 50px;
    }

}

@media only screen and (max-width: 1674px) {

    
    section.portfolio-section {
        padding-left: 140px;
    }

    .container {
        width: auto;
    }

}

@media only screen and (max-width: 1660px) {
    
    .property-info .imglong img {
        margin-left: 55px;
    }

}

@media only screen and (max-width: 1640px) {
    
    .property-info .imglong img {
        margin-left: 60px;
    }

    .property .property-info .txt-box{
        margin-left: -25px;
    }

}

@media only screen and (max-width: 1634px) {

    section.portfolio-section .sold-txt{
        top: 35%;
        width: 352px !important; 
    }
    
    section.portfolio-section.row h4 {
        font-size: 26px;
    }

    section.portfolio-section img {
        width: 344px;
    }

    section.portfolio-section .box {
        width: 344px;
    }

}

@media only screen and (max-width: 1620px) {
    
    .property-info .imglong img {
        margin-left: 65px;
    }

}

@media only screen and (max-width: 1600px) {
    
    .property-info .imglong img {
        margin-left: 70px;
    }

    .property .property-info .txt-box {
        margin-left: 0px;
    }

}

@media only screen and (max-width: 1580px) {
    
    .property-info .imglong img {
        margin-left: 75px;
    }

    .property{
        background-position: 1265px 145px;
    }

}

@media only screen and (max-width: 1560px) {
    
    .property-info .imglong img {
        margin-left: 80px;
    }

    .property .property-info .txt-box{
        padding-left: 30px;
        padding-right: 30px;
    }

    section.property-info h4{
        font-size: 70px;
    }

    section.property-info p{
        font-size: 18px;
    }

}

@media only screen and (max-width: 1540px) {
    
    .property-info .imglong img {
        margin-left: 86px;
    }

}

@media only screen and (max-width: 1536px) {

    section.portfolio-section .sold-txt{
        font-size: 22px !important;
        top: 37%;
        width: 273px !important;
    }

    #div{
        left: 95px;
    }

    .home-space-in-pixels {
        width: 1283px;
    }

    .home-apartments .carousel-inner {
        border-bottom: 1px solid #000;
    }

    .home-apartments {
        padding-top: 64px;
        padding-bottom: 61px;
        min-height: 494px;
    }

    .home-apartments {
        background-position: 20.5% 95px,50.5% 95px,80% 95px !important;
    }

    .home-space-in-pixels img {
        margin-top: 190px;
        margin-left: 170px;
    }

    .home-space-in-pixels {
        min-height: 380px;
    }

    .home-banner #divscroll {
        top: 140px;
        left: 93.3%;
    }

    .home-portfolio {
        background-position: 94.4% 0px,-377px 70px;
    }

    .home-white-space {
        margin-top: -40px;
        display: block;
        min-height: 300px;
        background-position: 1416px 0%;
    }

    .home-apartments {
        background-position: 20.5% 25px,49.5% 25px,78% 25px;
    }

    .home-apartments .desktop{
        display: none;
    }
    
    .home-apartments .laptop img{
        width: 380px;
        /* height: 621px; */
        height: auto;
    }
    
    .home-apartments .laptop{
        display: block;
        margin: auto;
        float: none;
        width: fit-content;
    }

    .about {
        background-position: 109px 754px,1263px 1396px;
    }

    .about-team .list img{
        width: 148px;
        height: auto;
        /* height: 201px; */
    }

    .about-team .box{
        width: 172px;
        min-height: 312px;
    }

    .about-team h4{
        font-size: 20px;
    }

    .about-team p {
        font-size: 17px;
    }

    .about-team .desktop{
        display: none;
    }
    
    .about-team .laptop{
        display: block;
    }

    .team {
       background-position: 110px 754px,1263px 1200px;
    }

    .ourteam-info img {
        width: 148px;
        height: auto;
        /* height: 201px; */
    }

    section.ourteam-info h4{
        font-size: 20px;
    }

    section.ourteam-info p{
        font-size: 17px;
    }

    .ourteam-info .desktop{
        display: none;
    }
    
    .ourteam-info .laptop{
        display: block;
    }

    .portfolio {
        background-position: 110px 754px,1263px 1252px;
    }

    .portfolio-section .desktop{
        display: none;
    }

    .portfolio-section .laptop{
        display: block;
    }

    section.portfolio-section img{
        width: 266px;
        /* height: 200px; */
        height: auto;
    }

    section.portfolio-section .box {
        min-height: 308px;
        width: 266px;
    }

    .careers {
        background-position: 110px 80px,1263px 1045px;
    }

    .applyforjob {
        background-position: 79.5% 0px,1326px 879px;
    }

    .contact {
        background-position: 79.5% 80px,1326px 1050px;
    }

    .home-about {
        background-position: 7.4% -3px, 1236px 70%;
    }

    .blog {
        background-position: 110px 80px,1236px 696px;
    }

    .spaxelblog-info h4 {
        max-width: 335px;
    }

    .blog-readmore {
        background-position: 110px -28px,1236px 135px;
    }

    .blog-readmore .blog-readmore-info{
        padding-left: 150px;
    }

    .blog-readmore .blog-readmore-info .title h1 {
        font-size: 60px;
        /* width: 772px; */
    }

    .propertythird-info.row .col-xs-12.col-md-2 {
        padding-top: 50px;
        padding-left: 114px;
    }

    .propertythird-info.row {
        padding-left: 0px;
    }

    .property {
        background-position: 1230px 130px;
    }

    .property-info .first img {
        width: 393px;
        /* height: 271px; */
    }

    .property-info .sold-txt{
        font-size: 36px !important;
        letter-spacing: 9px;
        width: 403px !important;
    }
    
    .property-info .second img {
        width: 393px;
        /* height: 228px; */
    }
    
    .property-info .imglong img {
        /* width: 326px; */
        height: 502px;
        margin-left: 24px;
    }
    
    .property-info .desktop{
        display:none;
    }
    
    .property-info .laptop{
        display:block;
    }

    section.propertythird-info.row {
        padding-left: 0px;
    }

    .property .property-info .txt-box {
        margin-left: -60px;
        padding-left: 0px;
        padding-right: 0px;
    }

    section.property-info h4{
        font-size: 65px;
    }

    section.property-info p{
        font-size: 17px;
    }

    footer .container {
        max-width: 1072px;
    }

    footer {
        padding-left: 447px;
        background-position: -415px 25px,411px 122px;
    }

    footer .social-media-class {
        margin-left: 5%;
    }

}

@media only screen and (max-width: 1440px) {

    .navbar-nav li{
        margin-left: 15px;
    }

    .navbar-nav li a{
        font-size: 14px; 
    }

    .home-banner .text h3{
        font-size: 40px;
    }

    .home-banner .text p{
        font-size: 20px;
    }

    .home-banner .text h3 span:nth-of-type(1){
        margin-left: -265px;
    }

    #div {
        left: 90px;
    }

    .home-about h1{
        font-size: 60px;
    }

    .home-about .description{
        font-size: 15px;
    }

    .home-statistics h3{
        font-size: 44px;
    }

    .home-statistics p{
        font-size: 15px;
    }

    .home-portfolio h1{
        font-size: 60px;
    }

    .home-portfolio {
        background-position: 94.7% 0px,-377px 16px;
    }

    .home-portfolio .description{
        font-size: 15px;
    }

    .home-banner #divscroll {
        left: 90.5%;
    }

    .home-apartments {
        background-position: 21.5% 25px,50.5% 25px,79% 25px;
    }

    .home-apartments h6{
        font-size: 32px;
    }

    .home-apartments p{
        font-size: 22px;
    }

    .home-space-in-pixels{
        margin-left: 90px;
        width: 1212px;
    }

    .home-space-in-pixels img{
        margin-left: 207px;
    }

    .home-white-space{
        background-position: 1290px 0%;
    }

    footer .container {
        max-width: 987px;
    }

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

    footer .address h6{
        font-size: 26px;
    }

    footer .address p{
        font-size: 16px;
        line-height: 18px;
    }

    footer .internal-links{
        margin-top: 10px;
    }

    footer .internal-links li{
        margin-bottom: 22px;
    }

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

    /*Blog Page*/

    .blog {
        background-position: 97px 80px,1150px 696px;
    }

    .blog #div{
        left: 95px; 
    }

    .spaxelblog-info h4{
        font-size: 20px;
    }

    .spaxelblog-info p{
        font-size: 15px;
    }

    /*Blog Page*/

    /* About Page */

    .about-team {
        margin-top: 40px;
    }

    .about-info {
        margin-top: 65px;
    }

    .about-team .list img {
        width: 172px;
    }

    .about main {
        min-height: 2527px;
    }

    .about {
        background-position: 97px 754px,1146px 1396px;
    }

    .about-info {
        min-height: 655px;
    }

    .about-team .list {
        margin-top: 50px;
    }

    .about-team h4 {
        font-size: 15px;
    }

    .about-info .side_bar a {
        font-size: 15px;
    }

    .about-info .text{
        font-size: 15px;
    }

    .about-info .text h1 {
        font-size: 60px;
    }

    .about-team p {
        font-size: 12px;
    }

    .applyforjob-info b, strong {
        font-size: 15px;
    }

    /* About Page */

     /* Team Page */

     .team {
        background-position: 97px 754px,1154px 1200px;
    }

    section.ourteam-info h4 {
        font-size: 15px;
    }

    section.ourteam-info p {
        font-size: 12px;
    }

    .ourteam-info .side_bar a {
        font-size: 15px;
    }

      /* Team Page */


      /* Portfolio Page */
      section.portfolio-section {
        padding-left: 225px;
    }

    section.portfolio-section.row h4 {
        font-size: 20px;
    }

    section.portfolio-section.row p {
        font-size: 15px;
    }

    section.portfolio-section .sold-txt{
        font-size: 23px !important;
        top: 40%;
        width: 272px !important;
    }

    section.portfolio-section .box {
        min-height: 275px;
    }

    .portfolio .side_bar a {
        font-size: 15px;
    }


    /* Portfolio Page */

    /* Portfolio Read More Page */

    section.property-info h4 {
        font-size: 60px;
        margin-left: 13px;
    }

    section.property-info p {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .property .property-info .txt-box {
        padding-left: 54px;
    }

    section.propertythird-info.row p {
        font-size: 15px;
    }

    section.propertythird-info.row h4 {
        font-size: 20px;
    }

    .property-info .imglong img {
        margin-left: 21px;
    }

    /* Portfolio Read More Page */


     /* Careers Page */

     section.jointeam-info.row p {
        font-size: 15px;
    }

    section.jointeam-info.row h4 {
        font-size: 20px;
    }

    .jointeam-info .side_bar a {
        font-size: 15px;
    }

      /* Careers Page */

      /* Contact Page */

      .contact {
        background-position: 79.9% 80px,1176px 1050px;
    }

    .contactus-address h1 {
        font-size: 20px;
    }

    .contactus-address p {
        font-size: 15px;
    }

    .contactusform label {
        font-size: 14px;
    }

      /* Contact Page */

    /* Team Read More Page */

    .team-readmore-info h1 {
        font-size: 20px;
    }

    .team-readmore-info p {
        font-size: 15px;
    }

    .team-readmore-info .jobtitle p {
        font-size: 15px;
    }

    /* Team Read More Page */

    /* Blog Read More Page */


    .blog-readmore .blog-readmore-info .title h1 {
        font-size: 40px;
        /* width: 772px; */
    }

    .blog-readmore .blog-readmore-info p {
        font-size: 15px;
    }

    .blog-readmore-info {
        padding-left: 135px !important;
    }



    /* Blog Read More Page */

    
    
}

@media only screen and (max-width: 1520px) {
    
    .property-info .imglong img {
        margin-left: 28px;
    }

}

@media only screen and (max-width: 1500px) {
    
    .property-info .imglong img {
        margin-left: 33px;
    }

    .property .property-info .txt-box {
        margin-left: -40px;
    }

    .home-apartments h6{
        margin-left: 10px;
    }

    .home-apartments p{
        margin-left: 10px;
    }

}

@media only screen and (max-width: 1480px) {
    
    .property-info .imglong img {
        margin-left: 38px;
    }

}

@media only screen and (max-width: 1460px) {
    
    .property-info .imglong img {
        margin-left: 43px;
    }

    .property .property-info .txt-box{
        margin-left: -25px;
    }

}

@media only screen and (max-width: 1440px) {
    
    .property-info .imglong img {
        margin-left: 48px;
    }

    .property .property-info .txt-box {
        margin-left: -18px;
        padding-left: 0px;
    }

}

@media only screen and (max-width: 1420px) {
    
    .property-info .imglong img {
        margin-left: 53px;
    }

    .property .property-info .txt-box {
        margin-left: -10px;
    }

}

@media only screen and (max-width: 1400px) {
    
    .property-info .imglong img {
        margin-left: 58px;
    }

    .property .property-info .txt-box {
        margin-left: auto;
    }

}

@media only screen and (max-width: 1380px) {
    
    .property-info .imglong img {
        margin-left: 63px;
    }

    .property .property-info .txt-box {
        padding-left: 10px;
    }

}

@media only screen and (max-width: 1366px) {

    #div {
        left: 77px;
    }

    .home-about {
        background-position: 6.5% -3px, 965px 50%;
    }

    .home-banner #divscroll {
        left: 92.6%;
    }

    .home-apartments {
        background-position: 22.5% 25px,51.5% 25px,80% 25px;
    }

    .home-apartments .carousel-control.right{
        left:103%;
    }

    .home-space-in-pixels{
        margin-left: 77px;
        width: 1163px;
    }

    .home-white-space{
        background-position: 1079px 0%;
    }

    footer .container {
        max-width: 918px;
    }

    /* About Page */

    .about #div {
        left: 90.3px;
    }

    .about {
        background-position: 92px 750px,1177px 1287px !important;
    }


    /* About Page */

    /* Team Page */

    .team #div {
        left: 90.3px;
    }

    .team {
        background-position: 93px 746px,1154px 1200px !important;
    }


    /* Team Page */

    /* Portfolio Page */

    .portfolio #div {
        left: 90.3px;
    }

    .portfolio {
        background-position: 92px 754px,1128px 1252px;
    }

    section.portfolio-section {
        padding-left: 200px;
    }

    /* Portfolio Page */

     /* Portfolio Read More Page */

     .property-info .imglong img {
        margin-left: 66px;
    }

    .property .property-info .txt-box {
        padding-right: 10px;
    }

    .property {
        background-position: 1144px 90px;
    }

    /* Portfolio Read More Page */

    /* Blog Page */

    .spaxelblog-info h4 {
        max-width: 294px;
    }

    .blog {
        background-position: 97px 80px,1135px 847px;
    }

    /* Blog Page */

    /* Blog Read More Page */

    .blog-readmore {
        background-position: 93px -28px,1170px 444px;
    }

    /* Blog Read More Page */

    /* Careers Page */

    .careers #div {
        left: 90.3px;
    }

    .careers {
        background-position: 93px 80px,1118px 1086px;
    }

    /* Careers Page */

    /* Careers Read More Page */

    .applyforjob {
        background-position: 80% 0px,1111px 879px;
    }

    /* Careers Read More Page */

    /* Contact Page */

    .contact {
        background-position: 80.1% 80px,1176px 1050px;
    }

    /* Contact Page */

}

@media only screen and (max-width: 1340px) {

    .property-info .imglong img {
        margin-left: 72px;
    }

    .property .property-info .txt-box {
        padding-left: 25px;
    }

}

@media only screen and (max-width: 1312px) {

    .property .property-info .txt-box {
        padding-left: 40px;
    }

    .property {
        background-position: 1010px 130px;
    }

    .property-info .imglong img {
        margin-left: 79px;
    }

    section.property-info h4 {
        font-size: 50px;
    }

    section.portfolio-section {
        padding-left: 148px;
    }

    footer .internal-links {
        margin-top: 10px;
        margin-left: -164px;
    }

}

@media only screen and (max-width: 1302px) {

    section.portfolio-section .sold-txt {
        font-size: 19px !important;
        top: 36%;
        width: 216px !important;
        letter-spacing: 5px;
    }

    section.portfolio-section img {
        width: 211px;
    }

    section.portfolio-section .box {
        width: 211px;
    }

    .property .property-info .txt-box {
        padding-left: 60px;
    }

}

@media only screen and (max-width: 1290px) {

    .property-info .imglong img {
        margin-left: 85px;
    }

}

@media only screen and (max-width: 1270px) {

    .property-info .imglong img {
        margin-left: 90px;
    }

    .property .property-info .txt-box {
        padding-left: 80px;
    }

    section.property-info h4 {
        font-size: 45px;
    }

}

@media only screen and (max-width: 1250px) {

    .property-info .imglong img {
        margin-left: 95px;
    }

}

@media only screen and (max-width: 1230px) {

    .property-info .imglong img {
        margin-left: 100px;
    }

    .property .property-info .txt-box {
        margin-left: 0px;
        padding-left: 85px;
    }

}

@media only screen and (max-width: 1210px) {

    .property-info .imglong img {
        margin-left: 105px;
    }

    .property {
        background: none;
    }

    .property .property-info .txt-box {
        margin-left: 290px;
        padding-left: 0px;
        padding-right: 0px !important;
    }

    section.property-info h4 {
        text-align: center;
    }

    section.property-info .imgsmall {
        margin-left: 200px;
    }

}

@media only screen and (max-width: 1199px) {

    .property .property-info .txt-box {
        margin-left: auto;
        padding-left: 0px;
    }

}

@media only screen and (max-width: 1190px) {

    .property-info .imglong img {
        margin-left: 110px;
    }

    .property .property-info .txt-box {
        margin-left: 0px;
    }

    .property {
        background-position: 884px 130px;
    }

}

@media only screen and (max-width: 1170px) {

    .property-info .imglong img {
        margin-left: 115px;
    }

    .property .property-info .txt-box {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 1150px) {

    .property-info .imglong img {
        margin-left: 120px;
    }

}

@media only screen and (max-width: 1130px) {

    .property-info .imglong img {
        margin-left: 125px;
    }

}

@media only screen and (max-width: 1110px) {

    .property-info .imglong img {
        margin-left: 130px;
    }

}

@media only screen and (max-width: 1090px) {

    .property-info .imglong img {
        margin-left: 135px;
    }

}

@media only screen and (max-width: 1079px) {

    section.portfolio-section .sold-txt {
        font-size: 18px !important;
        top: 35%;
        width: 200px !important;
        letter-spacing: 4px;
    }

    section.portfolio-section img {
        width: 196px;
    }

    section.portfolio-section .box {
        width: 196px;
    }

}

@media only screen and (max-width: 1075px) {

    section.portfolio-section .sold-txt {
        top: 36%;
        width: 216px !important;
        letter-spacing: 5px;
    }
    
    section.portfolio-section {
        padding-left: 150px;
    }

    section.portfolio-section img {
        width: 211px;
        height: auto;
    }

    section.portfolio-section .box {
        width: 211px;
    }

}

@media only screen and (max-width: 1070px) {

    .property-info .imglong img {
        margin-left: 140px;
    }

}

@media only screen and (max-width: 1050px) {

    .property-info .imglong img {
        margin-left: 145px;
    }

    .about-team .readmore p{
        font-size: 18px;
    }

    .about-team .readmore .fas{
        margin-top: 0px;
    }

}

@media only screen and (max-width: 1024px) {

    header {
        padding-left: 100px;
        padding-right: 100px;
    }

    .home-banner .text {
        margin-top: -200px;
    }

    #div {
        left: 64.3px;
    }

    .home-about {
        background-position: 6.5% -3px, 824px 50%;
    }

    .home-about .col-sm-12 {
        padding-left: 175px;
    }

    .home-banner #divscroll {
        left: 92%;
    }

    .home-portfolio{
        padding-left: 175px;
        margin-right: -15px;
    }

    .home-apartments {
        padding-left: 0%;
        padding-right: 0%;
        background-position: 16.5% 25px,49.5% 25px,83% 25px;
    }

    .home-apartments .carousel-control.left {
        top: 33%;
        left: -2%;
    }

    .home-apartments .carousel-control.right{
        top: 33%;
        left: 98%;
    }

    .home-apartments .laptop img {
        width: 300px;
    }

    .home-space-in-pixels{
        margin-left: 64px;
        width: 870px;
    }

    .home-space-in-pixels img {
        margin-left: 44px;
    }

    .home-white-space{
        background-position: 912px 0%;
    }

    footer .container {
        /* width: 715px; */
        max-width: 715px;
    }

    footer {
        padding-left: 273px;
        background-position: -415px 25px,282px 122px;
    }

    /*Team Page*/

    .team {
        background-position: 36px 746px,858px 1200px !important;
    }

    .team #div {
        left: 34px;
    }

    .ourteam-info {
        padding-left: 7%;
    }

    /*Team Page*/

    /*About Page*/

    .about-info .text {
        padding-right: 0px;
    }

    .about-team {
        margin-top: 40px;
        margin-left: 37px;
    }


    /*About Page*/

    /*Portfolio Page*/

    section.portfolio-section .sold-txt {
        top: 39.5%;
        width: 192px !important;
    }

    section.portfolio-section img {
        width: 188px;
        height: auto;
    }

    section.portfolio-section .box {
        width: 188px;
    }

    .portfolio .col-xs-12.col-md-3.side_bar.hidden-xs {
        padding-top: 78px;
        padding-left: 25px;
    }

    .porfolio-banner .graund_up {
        padding-top: 16px;
        font-size: 24px;
        width: 400px;
    }

    .porfolio-banner .value_add {
        padding-top: 16px;
        font-size: 24px;
        width: 400px;
    }

    section.portfolio-section .box {
        min-height: 225px;
    }

    /*Portfolio Page*/

    /*Portfolio Read More Page*/

    .property-info .first img {
        width: 305px;
        /* height: 202px; */
    }

    .property-info .sold-txt {
        font-size: 28px !important;
        letter-spacing: 7px;
        width: 314px !important;
    }

    .property-info .second img {
        width: 305px;
        /* height: 202px; */
    }

    .property-info .imglong img {
        /* width: 237px; */
        /* height: 414px; */
        height: 393px;
        margin-left: 62px;
    }

    .property {
        background-position: 720px 130px;
    }

    section.property-info h4 {
        font-size: 45px;
    }

    .propertythird-info.row .col-xs-12.col-md-2 {
        padding-left: 45px;
    }

    /*Portfolio Read More Page*/

    /*Blog Page*/

    .spaxelblog-info h4 {
        max-width: 203px;
    }

    .spaxelblog-info p {
        font-size: 15px;
        width: 339px;
    }

    .blog {
        background-position: 97px 80px,820px 818px;
    }

    .spaxelblog-info {
        padding-left: 126px;
        padding-top: 71px;
    }

    /*Blog Page*/

    /* Careers Page*/

    section.jointeam-info.row h4 {
        font-size: 17px;
    }

    /* Careers Page*/

    /* Careers Read More Page */

    .applyforjob {
        background-position: 80.7% 0px,890px 879px;
    }

    .applyforjob-info {
        padding-left: 36px;
        padding-bottom: 53px;
    }

    .applyforjob-info h1 {
        font-size: 60px;
    }

    .applyforjob-info p {
        font-size: 17px;
    }

    .applyforjob-info li {
        font-size: 17px;
    }

    .applyforjob label {
        font-size: 17px;
    }

    .applyforjob .sidebar {
        margin-top: 297px;
        padding-left: 60px;
    }

    .applyforjob .form-group {
        padding-left: 36px;
    }

    /* Careers Read More Page */

    /* Blog Read More Page */

    .blog-readmore {
        background-position: 93px -28px,728px 444px;
    }

    /* Blog Read More Page */

    /* Contact Page */

    .contact{
        background-position: 92.1% 104px,1192px 1137px;
    }

    .contact #divscroll{
        left: 89.5%;
    }

    .contact .contactusform{
        padding-left: 62px;
    }

    .contactus-address {
        padding-left: 66px;
    }

    /* Contact Page */

}

@media only screen and (max-width: 1000px) {

    .property-info .imglong img {
        margin-left: 69px;
    }

}

@media only screen and (max-width: 991px) {

    /*Portfolio Page*/

    section.portfolio-section .sold-txt {
        top: 38%;
        width: 178px !important;
        letter-spacing: 3px;
    }

    .portfolio #div {
        display: none !important;
    }

    .applyforjob .btn-primary {
        font-size: 13px;
        margin-left: 0px;
        margin-top: 21px;
        width: 139px;
        height: 33px;
        padding-left: 18px;
    }

    .portfolio{
        background: none;
    }

    .portfolio main{
        min-height: auto;
    }

    section.portfolio-section .box {
        min-height: 218px;
        text-align: center;
        width: 170px;
    }

    section.portfolio-section.row img {
        width: 172px;
        height: 129px;
    }

    section.portfolio-section.row .col-xs-6.col-md-3 {
        padding-top: 0px;
    }

    section.porfolio .divclassformobile {
        height: 269px;
        width: 100%;
    }
    
    section.porfolio .divclassformobilelight {
        height: 269px;
        width: 100%;
    }

    .portfolio .side_bar a{
        font-size: 12px;
    }

    .portfolio .side_bar .item img{
        width: auto;
        height: auto;
    }

    .portfolio .col-xs-12.col-md-3.side_bar .item.active .point{
        margin-left: -34px;
        margin-top: 6px;
        position: absolute;
    }

    section.porfolio .graundmobile_up {
        padding-left: 32px;
        padding-top: 4px;
        border: 3px solid #A7D9FF;
        border-radius: 50px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        background-color: #A7D9FF;
        width: 247px;
        height: 35px;
        display: block;
        margin: auto;
        float: none;
    }

    section.porfolio .value_add {
        padding-left: 45px;
        padding-top: 4px;
        border: 3px solid #A7D9FF;
        border-radius: 50px;
        color: #000;
        font-size: 17px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        text-decoration: none;
        background-color: #A7D9FF;
        width: 247px;
        height: 35px;
        display: block;
        margin: auto;
        float: none;
        margin-top: -35px;
    }

    .portfolio .divclassformobile {
        padding-top: 62px;
    }

    .portfolio .divclassformobilelight {
        padding-top: 222px;
    }

    .porfolio h1.ourTitle {
        font-size: 56px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-top: 139px;
        margin-left: -322px;
    }

    .porfolio h1.portfolioTitle {
        font-size: 56px;
        color: #A7D9FF;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        margin-top: -255px;
        margin-left: 415px;
    }

    section.portfolio-section.row {
        padding-top: 54px;
        padding-left: 74px;
    }

    .portfolio-section .col-xs-6.col-md-4 {
        padding-top: 54px;
        padding-left: 105px;
    }

    section.portfolio-section.row {
        padding-left: 17px;
    }

    .pagination_section a, .pagination_section span {
        font-size: 12px;
        padding: 2px 11px;
    }

    .pagination_section {
        padding-top: 54px;
        padding-left: 46px;
        padding-bottom: 0px;
    }

    section.portfolio-section.row h4 {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }
    
    section.portfolio-section.row p {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: Lighter;
        padding-bottom: 5px;
        width: 170px;
    }

    .portfolio .side_bar {
        float: none;
        margin: auto;
        width: 200px;
    }

    .portfolio-section .list{
        padding: 0px;
    }

    /*Portfolio Page*/

    /* Team Page */

    .team {
        background: none;
    }

    .team #div {
        display: none;
    }

    .ourteam-info {
        padding-left: 0%;
        padding-top: 200px;
    }

    .ourteam-info img {
        width: 195px;
    }

    .team .applyforjob-info ol, .team .applyforjob-info ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .side_bar a {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        text-decoration: none;
    }

    .team .side_bar {
        padding-left: 318px;
    }

    .team .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .team .side_bar img.point.lazyloaded {
        margin-left: -24px;
        margin-top: 6px;
        position: absolute;
    }

    /* Team Page */

    /* Apply for job Page */

    .applyforjob .sidebar{
        padding: 0px;
        margin: auto;
        float: none;
        margin-top: 24px;
    }

    .applyforjob-info ol,.applyforjob-info ul {
        border-left: 0px;
        list-style: disc;
    }

    .applyforjob .sidebar p{
        text-align: center;
        margin-top: 15px;
    }

    .applyforjob {
        background: none;
    }

    .applyforjob #divscroll {
        display: none;
    }

    .applyforjob-info h1 {
        font-size: 30px;
        text-align: center;
    }

    .applyforjob-info h4 {
        text-align: center;
    }

    .applyforjob h3 {
        font-size: 15px;
        text-align: center;
    }

    .applyforjob-info h5 {
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob-info b, .applyforjob-info strong {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .applyforjob-info ol, .applyforjob-info ul{
        margin-bottom: 0px;
    }

    .applyforjob-info p {
        font-size: 14px;
    }

    .applyforjob-info li {
        font-size: 15px;
    }

    .applyforjob-info .col-xs-12.col-md-12 {
        padding-bottom: 51px;
    }


    .officeinspaxel h1 {
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob .officeinspaxel .box{
        margin-top: 42px;
        width: 222px;
        margin-bottom: 0px;
    }

    .applyforjob .form-control {
        width: 100%;
        font-size: 14px;
        height: 36px !important;
    }

    .applyforjob .form-group {
        padding-left: 0px;
    }

    .formrequired-placeholder {
        font-size: 8px !important;
        padding-left: 0px !important;
        padding-bottom: 15px !important;
    }

    .applyforjob .btn-primary {
        font-size: 13px;
        margin-left: 0px;
        margin-top: 18px;
        width: 139px;
        height: 33px;
        padding-left: 18px;
    }

    .applyforjob .btn-fileupload {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 13px;
        width:139px;
        height:33px;
        padding-top: 2px;
    }

    .applyforjobimages .first-box img {
        width: 224px;
        height: 300px;
    }

    .applyforjobimages .second-box{
        margin-bottom: 4px;
    }

    .applyforjobimages .second-box img{
        width:157px;
        height:146px;
    }

    .applyforjobimages .third-box img{
        width:157px;
        height: 150px;
    }

    .applyforjob-info {
        padding-left: 0px;
        margin-top: 20px;
        padding-bottom: 62px;
    }

    .applyforjob label {
        font-size: 15px;
    }

    #exampleFormControlTextarea1{
        height: 70px !important;
    }

    /* Apply for job Page */

    /* About Page */

    .about-info {
        margin-top: 35px;
        padding-left: 62px;
        padding-right: 300px;
    }

    .aboutmobile-info .text h1 {
        font-size: 30px;
        text-align: center;
    }

    .aboutmobile-info .text{
        font-size: 14px;
    }

    .about {
        background-position: 97px 754px,1146px 1396px;
        background: none;
    }

    .home-apartments .carousel-inner {
        border-bottom: 0px solid #000;
    }

    .home-apartments.mobile {
        background-position: 50.5% 95px !important;
    }

    .about main {
        min-height: 2161px;
    }

    .about #div {
        display: none;
    }

    .home-about .readmore a {
        font-size: 14px;
    }

    .about .side_bar {
        padding-left: 365px;
    }

    .about .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .about .side_bar img.point.lazyloaded {
        margin-left: -24px;
        margin-top: 6px;
        position: absolute;
    }

    .about-team {
        margin-top: 40px;
        margin-left: -1px;
    }

    .home-portfolio .readmore a{
        font-size: 14px;
    }

    /* About Page */

    /* Blog Page */

    .blog {
        background: none;
    }

    .blog #div {
        display: none;
    }

    .spaxelblog-info {
        padding-left: 122px;
        padding-top: 62px;
    }

    .spaxelblog-info h4 {
        width: 649px;
        font-size: 18px;
    }

    .spaxelblog-info .col-xs-12.col-md-4 {
        padding-bottom: 42px;
    }

    .spaxelblog-info p {
        font-size: 15px;
    }

    /* Blog Page */

    /* Careers Page */

    .careers {
        background: none;
    }

    .jointeam-info.row {
        padding-left: 0px
    }

    section.jointeam-info.row h4 {
        font-size: 25px;
        text-align: center;
    }

    section.jointeam-info.row p {
        font-size: 14px;
        text-align: center;
    }

    .careers a.jointeam-button {
        margin-left: 179px;
    }

    .jointeam-info.row .col-xs-12.col-md-4.border {
        border-right: 0px;
        padding-right: 30px;
        margin-top: 34px;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 1px black solid;
        width: 563px;
        margin-left: 117px;
    }

    .jointeam-info.row .col-xs-12.col-md-4.no-border {
        padding-left: 0px;
        padding-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px black solid;
        width: 563px;
        margin-left: 117px;
        padding-bottom: 30px;
    }

    .careers .col-xs-12.col-md-4.no-border a.jointeam-button {
        margin-left: 206px;
    }

    .careers .side_bar {
        padding-left: 335px;
        padding-top: 50px;
    }

    .careers .side_bar a {
        font-size: 14px;
    }

    .careers .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .careers .side_bar img.point {
        margin-left: -24px;
        margin-top: 6px;
        position: absolute;
    }

    .craeers #div {
        display: none !important;
    }

    /* Careers Page */


    /* Contact Page */

    .contact #divscroll {
        display: none !important;
    }

    .contact {
        background: none;
    }

    .contactusform .form-control {
        display: block;
        width: 511px;
        height: 39px;
    }

    .contactusform #exampleFormControlTextarea1 {
        width: 571px;
    }

    .contactusform {
        padding-left: 85px;
    }

    .contactus-address {
        padding-left: 85px;
    }

    /* Contact Page */

    /*Portfolio-Single-Property*/

    .property .carousel-inner>.item>a>img, 
    .property .carousel-inner>.item>img{
        width: 493px;
        height: 285px;
        /* width: 283px;
        height: auto; */
        /* height: 637px; */
        margin: auto;
        float: none;
    }

    .property .img-box .fas{
        color: #000;
        position: absolute;
    }

    .property .img-box .fa-chevron-left,
    .property .img-box .fa-chevron-right{
        top: 45%;
    }

    .property .property-info .img-box{
        padding: 0px;
        margin-top: 15px;
        /* min-height: 492px; */
    }

    .property .imglong {
        margin-left: -241px;
    }
    
    section.property-info.row {
        padding-left: 0px;
    }

    .property-info .carousel-control.left,.property-info .carousel-control.right{
        background: none;
    }
 
    .propertythird-info.row .col-xs-12.col-md-2 {
        padding-top: 36px;
        padding-left: 0px;
    }
    
    section.propertysec-info.row {
        display: none;
    }
    
    section.property-info h4 {
        font-size: 30px;
        text-align: center;
    }
    
    
    section.property-info p {
        font-size: 12px;
    }
    
    .property .property-info .txt-box {
        padding-top: 20px;
    }
    
    .property a.jointeam-button {
        font-size: 14px;
        /* height: 33px; */
        padding-top: 11px;
        /* width: 161px; */
        padding-left: 35px;
        padding-right: 35px;
    }
    
    section.propertythird-info.row h4{
        font-size: 20px;
    }
    
    section.propertythird-info.row p {
        font-size: 12px;
    }
    
    section.propertythird-info.row {
        margin-top:13px;
        /* width: 367px; */
    }

    section.propertythird-info .illustration-mobile img{
        margin: auto;
        float: none;
        display: block;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md img {
        width: 250px;
        margin-top: 64px;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md {
        padding-left: 76px;
    }

    .propertyfourth-info .map{
        padding: 0px;
    }

    .propertyfourth-info .map img{
        width: 375px;
    }

    /*Portfolio-Single-Property*/

}

@media only screen and (max-width: 970px){
    .property-info .imglong img {
        margin-left: 79px;
    }
}

@media only screen and (max-width: 950px){
    .property-info .imglong img {
        margin-left: 89px;
    }
}

@media only screen and (max-width: 930px){
    .property-info .imglong img {
        margin-left: 99px;
    }
}

@media only screen and (max-width: 910px){
    section.property-info .imgsmall {
        margin-left: 170px;
    }
    .property-info .imglong img {
        margin-left: 109px;
    }
}

@media only screen and (max-width: 890px){
    .property-info .imglong img {
        margin-left: 119px;
    }
}

@media only screen and (max-width: 870px){
    .property-info .imglong img {
        margin-left: 129px;
    }
}

@media only screen and (max-width: 850px){
    section.property-info .imgsmall {
        margin-left: 150px;
    }
    .property-info .imglong img {
        margin-left: 139px;
    }
}

@media only screen and (max-width: 830px){
    .property-info .imglong img {
        margin-left: 149px;
    }
}

@media only screen and (min-width: 821px){
    .property .property-info.mobile{
        display: none;
    }

    .property property-info.desktop{
        display: block !important;
    }
}

@media only screen and (max-width: 1026px) {
    
    header.white .navbar-nav li a {
        color: #000 !important;
        height: 33px;
        display: inline-table;
    }

    /* About Page */

    .about-info {
        margin-top: 35px;
        padding-left: 62px;
        padding-right: 300px;
    }

    .about {
        background-position: 97px 754px,1146px 1396px;
        background: none;
    }

    .home-apartments .carousel-inner {
        border-bottom: 0px solid #000;
    }

    .about main {
        min-height: 2161px;
    }

    .about #div {
        display: none;
    }

    .home-about .readmore {
        margin: auto;
        float: none;
        display: block;
        width: fit-content;
    }

    .home-about .readmore p {
        font-size: 14px;
    }

    .about .side_bar {
        padding-left: 365px;
    }

    .about .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .about .side_bar img.point.lazyloaded {
        margin-left: -46px;
        margin-top: 5px;
        position: absolute;
    }

    .about-team {
        margin-top: 40px;
        margin-left: -1px;
    }

    /* About Page */

    /* Team Page */

    .team {
        background: none;
    }

    .team #div {
        display: none;
    }

    .ourteam-info {
        padding-left: 0%;
        padding-top: 200px;
    }

    .ourteam-info img {
        width: 195px;
    }

    .team .applyforjob-info ol, .team .applyforjob-info ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .side_bar a {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        text-decoration: none;
    }

    .team .side_bar {
        padding-left: 318px;
    }

    .team .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .team .side_bar img.point.lazyloaded {
        margin-left: -46px;
        margin-top: 5px;
        position: absolute;
    }

    /* Team Page */

    /* Blog Page */

    .blog {
        background: none;
    }

    .blog #div {
        display: none;
    }

    .spaxelblog-info {
        padding-left: 122px;
        padding-top: 62px;
    }

    .spaxelblog-info h4 {
        width: 649px;
        font-size: 18px;
    }

    .spaxelblog-info .boxing img {
        transition: none;
    }
    
    .spaxelblog-info .boxing:hover img {
        transform: none;
    }

    .spaxelblog-info .col-xs-12.col-md-4 {
        padding-bottom: 42px;
    }

    .spaxelblog-info p {
        font-size: 15px;
    }

    /* Blog Page */

    /* Careers Page */

    .careers {
        background: none;
    }

    .jointeam-info.row {
        padding-left: 0px
    }

    section.jointeam-info.row h4 {
        font-size: 25px;
        text-align: center;
    }

    section.jointeam-info.row p {
        font-size: 14px;
        text-align: center;
    }

    .careers a.jointeam-button {
        margin-left: 179px;
    }

    .jointeam-info.row .col-xs-12.col-md-4.border {
        border-right: 0px;
        padding-right: 30px;
        margin-top: 34px;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 1px black solid;
        width: 563px;
        margin-left: 117px;
    }

    .jointeam-info.row .col-xs-12.col-md-4.no-border {
        padding-left: 0px;
        padding-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px black solid;
        width: 563px;
        margin-left: 117px;
        padding-bottom: 30px;
    }

    .careers .col-xs-12.col-md-4.no-border a.jointeam-button {
        margin-left: 206px;
    }

    .careers .side_bar {
        padding-left: 335px;
        padding-top: 50px;
    }

    .careers .side_bar a {
        font-size: 14px;
    }

    .careers .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .careers .side_bar img.point {
        margin-left: -45px;
        margin-top: 5px;
        position: absolute;
    }

    /* Careers Page */


    /* Contact Page */

    .contact {
        background: none;
    }

    .contactusform .form-control {
        display: block;
        width: 511px;
        height: 39px;
    }

    .contactusform #exampleFormControlTextarea1 {
        width: 571px;
    }

    .contactusform {
        padding-left: 85px;
    }

    .contactus-address {
        padding-left: 85px;
    }

    /* Contact Page */

    /* Apply for job Page */

    .applyforjob .sidebar{
        padding: 0px;
        margin: auto;
        float: none;
        margin-top: 24px;
    }

    .applyforjob-info ol, ul {
        border-left: 0px;
        list-style: disc;
    }

    .applyforjob .sidebar p{
        text-align: center;
        margin-top: 15px;
    }

    .applyforjob {
        background: none;
    }

    .applyforjob #divscroll {
        display: none;
    }

    .applyforjob-info h1 {
        font-size: 30px;
        text-align: center;
    }

    .applyforjob-info h4 {
        text-align: center;
    }

    .applyforjob h3 {
        font-size: 15px;
        text-align: center;
    }

    .applyforjob-info h5 {
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob-info b, .applyforjob-info strong {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .applyforjob-info ol, .applyforjob-info ul{
        margin-bottom: 0px;
    }

    .applyforjob-info p {
        font-size: 14px;
    }

    .applyforjob-info li {
        font-size: 15px;
    }

    .applyforjob-info .col-xs-12.col-md-12 {
        padding-bottom: 51px;
    }

    .officeinspaxel h1 {
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob .officeinspaxel .box{
        margin-top: 42px;
        width: 222px;
        margin-bottom: 0px;
    }

    .applyforjob .form-control {
        width: 100%;
        font-size: 14px;
        height: 36px !important;
    }

    .applyforjob .form-group {
        padding-left: 0px;
    }

    .formrequired-placeholder {
        font-size: 8px !important;
        padding-left: 0px !important;
        padding-bottom: 15px !important;
    }

    .applyforjob .btn-primary {
        font-size: 13px;
        margin-left: 0px;
        margin-top: 23px;
        width: 139px;
        height: 33px;
        padding-left: 18px;
    }

    .applyforjob .btn-fileupload {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 13px;
        width:139px;
        height:33px;
        padding-top: 2px;
    }

    .applyforjobimages .first-box img {
        width: 224px;
        height: 300px;
    }

    .applyforjobimages .second-box{
        margin-bottom: 4px;
    }

    .applyforjobimages .second-box img{
        width:157px;
        height:146px;
    }

    .applyforjobimages .third-box img{
        width:157px;
        height: 150px;
    }

    .applyforjob-info {
        padding-left: 0px;
        margin-top: 20px;
        padding-bottom: 62px;
    }

    .applyforjob label {
        font-size: 15px;
    }

    #exampleFormControlTextarea1{
        height: 70px !important;
    }

    /* Apply for job Page */

       /*Single Blog*/

       .blog-readmore #div {
        display: none;
    }

    .blog-readmore {
        background: none;
        position: relative;
    }

    .blog-readmore-info {
        padding-top: 0px;
        padding-bottom: 54px;
    }

    .blog-readmore .blog-readmore-info img {
        /* width: 900px !important; */
        height: auto;
        display: block;
        max-width: none !important;
    }

    .blog-readmore .blog-readmore-info p {
        /* width: 800px; */
        font-size: 15px;
    }

    .blog-readmore .blog-readmore-info .col-xs-12.col-md-6 {
        padding-bottom: 17px;
    }
    
    /*Single Blog*/

    header .navbar-nav li a {
        color: #fff !important;
        height: 48px;
        display: block;
        width: 186px;
        padding-top: 12px;
    }

    #div{
        display: none !important;
    }

    #divscroll {
      display: none !important;
    }

    header {
        padding-top: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }

    header.white{
        min-height: 50px;
    }

    header .fas{
        top: 10px;
        left: 37px;
        font-size: 24px;
        font-weight: 600;
    }

    .navbar-header{
        margin-top: 0px;
    }

    .navbar{
        min-height: 0px;
        border: 0px;
        margin-bottom: 0px;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-left: 310px;
    }

    .navbar-nav{
        margin: 0 !important;
        float: left!important;
        /* check */
    }

    .navbar-nav li {
        margin-left: -20px;
        width: 100px;
        margin-bottom: 12px;
    }

    .navbar-nav li a{
        font-size: 14px;
    }

    .nav{
        text-align: center;
    }

    .nav>.button{
        margin-bottom: 0px;
        margin-left: 100px;
    }

    .nav>.button a {
        border: 2px solid #A7D9FF;
        border-radius: 54px;
        text-decoration: none;
    }

    .nav>.button a:hover{
        border: 2px solid #A7D9FF;
    }

    .black .navbar-toggle{
        border: none;
        background-color: #000 !important;
    }

    .black .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .white .navbar-toggle{
        border: none;
        background-color: #fff !important;
    }

    .white .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #000;
    }

    .navbar-collapse{
        border: none;
        box-shadow: none;
        padding-top: 80px;
        padding-bottom: 258px;
    }

    .navbar-brand>img {
        width: 117px;
        height: 25px;
    }

    .home-banner{
        min-height: 703px;
    }

    .home-banner .text{
        margin: 0px 0px 0px 215px;
        position: relative;
    }

    .home-banner .text h3{
        font-size: 30px;
        min-height: 35px;
    }

    .home-banner .text p{
        font-size: 16px;
        width: 430px;
    }

    .home-banner video{
        height: 410px;
        /* width: 600px; */
        margin: auto;
        float: none;
    }

    .home-banner .text h3 span:nth-of-type(1) {
        margin-left: -198px;
    }

    .home audio, canvas, progress, video{
        padding-left: 0px;
    }

    .home-about{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 54px !important;
        padding-bottom: 60px;
        margin: 0px;
        background: none;
    }

    .home-about .col-sm-12 {
        padding-left: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-about h1{
        font-size: 40px;
        text-align: center;
    }

    .home-about .description{
        width:auto;
        font-size: 14px;
    }

    .home-statistics.desktop{
        display: none;
    }

    .home-statistics.mobile{
        display: block;
        padding-top: 43px;
        padding-bottom: 28px;
        min-height: 303px;
        padding-left: 51px;
    }

    .home-statistics.mobile .first{
        margin-bottom: 53px !important;
        margin: auto;
        float: none;
        width: fit-content;
    }

    .home-statistics.mobile .second{
        margin: auto;
        float: none;
        width: fit-content;
    }
    
    .home-statistics.mobile h3{
        font-size: 22px;
    }

    .home-statistics.mobile p{
        font-size: 12px;
        width: 200px;
        float: left;
    }

    .home-statistics.mobile .items{
        float: left;
        margin-right: auto;
    }

    .home-statistics.mobile .items a{
        height: auto;
    }

    .home-portfolio{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 51px !important;
        padding-bottom: 62px;
        margin: 0px;
        background: none;
    }

    .home-portfolio h1{
        font-size: 40px;
        text-align: center;
    }

    .home-portfolio .description{
        font-size: 14px;
    }

    .home-portfolio .readmore{
        display: block;
        width: fit-content;
        margin: auto;
        float: none;
    }

    .home-apartments.mobile{
        display: block;
        background-image: url(assets/images/s_bg.svg);
        background-position: 50.3% 21px !important;
        background-repeat: no-repeat;
        min-height: 100px;
        padding-top: 63px;
        padding-bottom: 15px;
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px; 
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px; 
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px; 
    }

    .home-apartments img {
        border-bottom: 1px solid #000;
        padding-bottom: 62px;
    }

    .home-apartments .mobile{
        display: block;
        margin: auto;
        float: none;
        width: fit-content;
    }

    .home-apartments.mobile a{
        text-decoration: none;
    }

    .home-apartments.mobile h6 {
        font-size: 26px;
        margin-top: -65px;
        margin-left: 243px;
    }

    .home-apartments.mobile p{
        font-size: 18px;
        margin-left: 244px;
        margin-top: -10px;
    }

    .home-apartments img{
        margin: auto;
        float: none;
        width:283px;
        height: auto !important;
        /* height: 395px !important; */
    }

    .home-apartments .carousel-control.left {
        top: -2%;
        left: 20%;
        margin: auto;
    }

    .home-apartments .carousel-control.right {
        top: -3%;
        left: 45%;
        right: -5%;
        margin: auto;
    }

    .home-space-in-pixels.desktop{
        display: none;
    }

    .home-space-in-pixels.mobile{
        display: block;
    }

    .home-space-in-pixels{
        margin: 0px;
        border: 0px;
        background: none;
        min-height: 40px;
        width: 370px;
    }

    .home-space-in-pixels img{
        margin-top: 77px;
        margin-left: 180px;
    }

    .home-image-galery.desktop{
        display: none;
    }

    .home-image-galery.mobile{
        display: block;
        margin-top: 30px !important;
        width: 358px;
        margin: auto;
        float: none;
    }

    .home-image-galery .row{
        margin-bottom:6px;
    }

    .home-image-galery .col-xs-4,
    .home-image-galery .col-xs-5,
    .home-image-galery .col-xs-7,
    .home-image-galery .col-xs-12{
        padding: 0px;
    }

    .home-image-galery .thumb{
        margin: 0px 5px 0px 0px;
        padding:0px;
    }

    .home-image-galery .thumb.last{
        margin-right: 0px;
    }

    .home-white-space{
        margin: 0px;
        background: none;
        min-height: 60px;
    }

    footer.desktop{
        display: none;
    }

    footer.mobile{
        display: block;
        max-width: 820px;
        min-height: 526px;
        background-image: url(assets/images/rectangle_footer_mobile_bg.svg),url(assets/images/footer_horizontal_line_bg.svg);
        background-position: -205px 20px,160px 425px;
        background-size: 410px 485px,auto;
        padding:0px
    }

    footer.mobile .internal-links a {
        font-size: 14px;
    }

    footer.mobile .address{
        margin-left: -55px;
        margin-top: 55px;
        min-height: 278px;
        position: relative;
        padding-left: 0px;
    }

    footer.mobile .col-xs-12 .social-media {
        position: relative;
    }

    footer.mobile .address .street {
        margin-bottom: 0px;
    }

    footer.mobile .address h6{
        font-size: 20px;
    }

    footer.mobile .address p{
        font-size: 15px;
        margin: 0px;
    }

    footer.mobile .social-media{
        margin-top: -100px;
        margin-left: 24px;
    }

    footer.mobile .social-media li{
        float: left;
        margin-right: 29px;
    }

    footer.mobile .social-media .fab{
        font-size: 30px !important;
    }

    footer.mobile .internal-links {
        margin-top: 75px;
        margin-left: -80px;
    }

    footer.mobile .internal-links li {
        margin-bottom: 6px;
    }

    footer.mobile .external-links{
        margin-left: 115px;
        margin-top: 90px;
    }

    footer.mobile .external-links li {
        margin-bottom: 15px;
    }

    footer.mobile .external-links a{
        font-size: 14px;
        border: 2px solid #A7D9FF;
        border-radius: 20px;
        text-decoration:none;
        padding: 5px 10px;
        display: inline-table;
        height: 33px;
        width: 169px;
        text-align: center;
    }

    footer .address p{
        line-height: 18px;
    }

    footer .container {
        width: 390.4px;
    }

    footer .term-links{
        margin-top: 0px;
    }

    footer .term-links li a{
        font-size: 13px;
    }

    /* Home Page */

        /*Portfolio*/

        .portfolio{
            background: none;
        }
    
        .portfolio main{
            min-height: auto;
        }
    
        section.portfolio-section .box {
            min-height: 218px;
            text-align: center;
            width: 170px;
        }
    
        section.portfolio-section.row img {
            width: 172px;
            height: 129px;
        }
    
        section.portfolio-section.row .col-xs-6.col-md-3 {
            padding-top: 0px;
        }
    
        section.porfolio .divclassformobile {
            height: 269px;
            width: 100%;
        }
        
        section.porfolio .divclassformobilelight {
            height: 269px;
            width: 100%;
        }
    
        .portfolio .side_bar a{
            font-size: 12px;
        }
    
        .portfolio .side_bar .item img{
            width: auto;
            height: auto;
        }
    
        .portfolio .col-xs-12.col-md-3.side_bar .item.active .point{
            margin-left: -34px;
            margin-top: 5px;
            position: absolute;
        }
    
        section.porfolio .graundmobile_up {
            padding-left: 32px;
            padding-top: 4px;
            border: 3px solid #A7D9FF;
            border-radius: 50px;
            color: #000;
            font-size: 17px;
            text-decoration: none;
            background-color: #A7D9FF;
            width: 247px;
            height: 35px;
            display: block;
            margin: auto;
            float: none;
        }
    
        section.porfolio .value_add {
            padding-left: 45px;
            padding-top: 4px;
            border: 3px solid #A7D9FF;
            border-radius: 50px;
            color: #000;
            font-size: 17px;
            font-family: 'Roboto', sans-serif;
            font-weight: lighter;
            text-decoration: none;
            background-color: #A7D9FF;
            width: 247px;
            height: 35px;
            display: block;
            margin: auto;
            float: none;
            margin-top: -35px;
        }
    
        .portfolio .divclassformobile {
            padding-top: 62px;
        }
    
        .portfolio .divclassformobilelight {
            padding-top: 222px;
        }
    
        .porfolio h1.ourTitle {
            font-size: 56px;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            color: #fff;
            text-align: center;
            margin-top: 139px;
            margin-left: -220px;
        }
    
        .porfolio h1.portfolioTitle {
            font-size: 56px;
            color: #A7D9FF;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            margin-top: -255px;
            margin-left: 360px;
        }
    
        section.portfolio-section.row {
            padding-top: 54px;
            padding-left: 74px;
        }
    
        .portfolio-section .col-xs-6.col-md-4 {
            padding-top: 54px;
            padding-left: 105px;
        }
    
        section.portfolio-section.row {
            padding-left: 17px;
        }
    
        .pagination_section a, .pagination_section span {
            font-size: 12px;
            padding: 2px 11px;
        }
    
        .pagination_section {
            padding-top: 54px;
            padding-left: 46px;
            padding-bottom: 0px;
        }
    
        section.portfolio-section.row h4 {
            font-size: 15px;
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
        }
        
        section.portfolio-section.row p {
            font-size: 12px;
            font-family: 'Roboto', sans-serif;
            font-weight: Lighter;
            padding-bottom: 5px;
            width: 170px;
        }
    
        .portfolio .side_bar {
            float: none;
            margin: auto;
            width: 200px;
        }
    
        .portfolio-section .list{
            padding: 0px;
        }
    
        /*Portfolio*/

        /*Portfolio-Single-Property*/

    .property .property-info.mobile{
        display: block !important;
    }
    
    .property property-info.desktop{
        display: none !important;
    }   

    .property .carousel-inner>.item>a>img, 
    .property .carousel-inner>.item>img{
        width: 493px;
        height: auto;
        margin: auto;
        float: none;
    }

    .property-info .sold-txt {
        font-size: 45px !important;
        letter-spacing: 12px;
        width: 815px !important;
        top: 40%;
    }

    .property .img-box .fas{
        color: #000;
        position: absolute;
    }

    .property .img-box .fa-chevron-left,
    .property .img-box .fa-chevron-right{
        top: 45%;
    }

    .property .property-info .img-box{
        padding: 0px;
        margin-top: 15px;
        /* min-height: 492px; */
    }
    
    section.property-info.row {
        padding-left: 0px;
        display: none;
    }

    .property-info .carousel-control.left,.property-info .carousel-control.right{
        background: none;
    }
 
    .propertythird-info.row .col-xs-12.col-md-2 {
        padding-top: 36px;
        padding-left: 0px;
    }
    
    section.propertysec-info.row {
        display: none;
    }
    
    section.property-info h4 {
        font-size: 30px;
        text-align: center;
    }
    
    section.property-info p {
        font-size: 12px;
    }
    
    .property .property-info .txt-box {
        padding-top: 20px;
    }
    
    section.propertythird-info.row h4{
        font-size: 20px;
    }
    
    section.propertythird-info.row p {
        font-size: 12px;
    }
    
    section.propertythird-info.row {
        padding-top: 1px;
        padding-left: 1px;
        margin: auto;
        float: none;
        width: 367px;
        margin-top: 13px;
    }

    section.propertythird-info .illustration-mobile img{
        margin: auto;
        float: none;
        display: block;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md img {
        width: 250px;
        margin-top: 64px;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md {
        padding-left: 76px;
    }

    .propertyfourth-info .map{
        padding: 0px;
    }

    .propertyfourth-info .map img{
        width: 375px;
    }

    /*Portfolio-Single-Property*/
    
}

@media only screen and (max-width: 768px) {

 /* SUs */

    .div_sustainability_main_header .main_header_page_sustainability {
        display: none;
    }

    .main_header_page_sustainability_mobile {
        display: block;
        width: 100%;
    }

    /*.ul_sustainability {
        padding-left: 5%;
    }*/

    img.sustainability_at_spaxel_city_mobile.lazyloaded {
        display: flex;
        width: 100%;

    }

    section.offsite_manufacturing .ul_sustainability {
        padding-left: 4%;
    }

    section.passive_house .ul_sustainability {
        padding-left: 4%;
    }

    section.sustainable_materials .ul_sustainability {
        padding-left: 3.5%;
    }

    section.technology_and_automation .ul_sustainability {
        padding-left: 4%;
    }
    
    /* .image-with-text {
        height: 290px;
        background: url("http://qa.spaxel.com/wp-content/uploads/2023/08/Group-34577.jpg");
        background-repeat: no-repeat;
    } */

    /* .image-with-text {
        height: 350px;
        background: url(https://localhost/wordpress/wp-content/uploads/2023/07/quote-photo.jpg);
    } */

    section.quote .row {
        display: block;
    }

    .sustainable_materials_row_image .sub_sec_img {
        height: 135px;
        background: url(https://localhost/wordpress/wp-content/uploads/2023/07/sustainable-materials-1.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sus_spaxel_city_mobile {
        display: contents;
        /* right: 5%; */
    }

    .sustainable_materials_row {
        background: linear-gradient(356deg, rgb(146 227 169 / 25%) 50%, rgba(146,227,169,1) 100%);
    }

    section.passive_house .header_with_content p {
        margin-top: 6%;
    }

    .sus_spaxel_city {
        display: none;
    }

    img.sustainability_at_spaxel_triangle {
        margin-top: 5%;
        margin-bottom: 10%;
    }

    h2.toggle-title {
        font-size: 12px;
    }

    .toggle-body li {
        font-size: 12px;
        font-family: 'Roboto';
    }

    section.sustainability_main_header {
        background-image: url(http://qa.spaxel.com/wp-content/uploads/2023/07/sustain_moble_main.png) !important;
        height: 547px;
        background-position: center;
    }

    section.sustainability_at_spaxel .header_with_content {
        margin-left: 10px;
        width: 94%;
        margin-top: 0;
    }

    .header_with_content h1 {
        font-size: 27px;
        text-align: center;
    }

    hr {
        height: 3px !important;
    }

    .whole_toggles hr {
        height: 1px !important;
        width: 100% !important;
    }

    .header_with_content p {
        font-size: 12px;
    }

    img.sustainability_at_spaxel_triangle {
        width: 100%;
    }

    img.sustainability_at_spaxel_city {
        width: 359px;
    }

    .manman_desktop {
        display: none;
    }

    .manman_mobile {
        display: contents;
    }

    section.offsite_manufacturing .header_with_content {
        margin-left: 10px;
        width: 94%;
        margin-top: 11%;
    }

    img.offsite_manufacturing_image {
        width: 100%;
        margin-top: 0;
        padding-bottom: 12%;
        background: #F6F6F6;
        margin-bottom: 5%;
    }

    section.passive_house .header_with_content {
        margin-left: 10px;
        width: 94%;
        margin-top: 0;
    }

    .imgpassivehouse {
        width: 390px;
    }

    img.sustainable_materials_image {
        display: none;
    }

    section.sustainable_materials .header_with_content h1 {
        font-size: 30px;
        margin-top: 21px;
        width: 100%;
        margin-left: 0;
    }

    section.sustainable_materials .header_with_content p {
        font-size: 12px;
        margin-top: 5%;
        margin-left: 0;
    }

    section.technology_and_automation .header_with_content h1 {
        font-size: 30px;
        font-family: Poppins;
        margin-left: 0;
        margin-top: 41px;
    }

    section.technology_and_automation .header_with_content p {
        font-size: 12px;
        margin-top: 41px;
        margin-left: 0;
    }

    img.technology.lazyloaded {
        width: 359px;
    }

    .image-with-text .text-overlay {
        font-size: 20px;
    }

    .technology_and_automation .header_with_content {
        margin-top: 0;
        margin-left: 11px;
        width: 94%;
    }

    .technology {
        margin-left: 11px;
        width: 94%;
        margin-top: 3%;
    }

    .image-with-text img {
        display: block;
        max-width: 100%;
        height: 291px;
    }

    .sustainable_materials_image {
        display: none;
    }

    hr {
        /* margin-left: 0 !important; */
        /* width: 360px !important; */
    }

    .sustainable_materials_images {
        background: 0;
    }

    section.sustainable_materials .header_with_content .sus_img_back {
        margin-left: 12px;
        width: 95%;
        /* background-image: url(./assets/images/nature-logo.png) !important; */
        background-repeat: no-repeat;
        background-position: center;
    }

    section.sustainable_materials hr {
        margin-top: 3%;
    }

    section.sustainable_materials {
        background: 0;
    }

    .sustainable_materials_row_image {
        background: RGBA(146,227,169,0.25);
    }

    /* section.sustainable_materials {
        background: rgba(146, 227, 169, 0.25);
    } */

    /* section.sustainable_materials .header_with_content {
        padding-top: 6%;
        background: linear-gradient(356deg, rgb(255 255 255 / 0%) 67%, rgba(146,227,169,1) 100%);
    } */

    section.sustainable_materials hr {
        /* margin-left: 13px !important;
        width: 360px !important; */
    }

    section.offsite_manufacturing .header_with_content h1 {
        width: 100%;
        text-align: center;
    }

    /* SUs */

    .home-space-in-pixels {
        width: 370px;
    }

    header.white .navbar-nav li a {
        color: #000 !important;
        height: 33px;
        display: inline-table;
    }

    header .navbar-nav li a {
        color: #fff !important;
        height: 48px;
        display: block;
        width: 212px;
        padding-top: 12px;
    }

    .nav .button {
        margin: auto;
        float: none;
    }

    .home-portfolio .readmore a {
        font-size: 15px;
    }

    #div{
        display: none;
    }

    #divscroll {
      display: none;
    }
    
    header{
        padding: 0px;
        min-height: 0px;
    }

    header.white{
        min-height: 50px;
    }

    header .fas{
        top: 10px;
        left: 37px;
        font-size: 24px;
        font-weight: 600;
    }

    .navbar-header{
        margin-top: 0px;
    }

    .navbar{
        min-height: 0px;
        border: 0px;
        margin-bottom: 0px;
    }

    .navbar-brand{
        display: block;
        float: none;
        margin: auto !important;
        width: 172px;
    }

    .navbar-nav{
        margin: 0 !important;
        float: none !important;
    }

    .navbar-nav li {
        margin: auto;
        float: none;
        width: 230px;
        margin-bottom: 12px;
    }

    .navbar-nav li:nth-child(4) {
        margin-top: 24px;
        margin-left: auto;
    }

    .nav{
        text-align: center;
    }

    .nav>.button{
        margin-bottom: 40px;
    }

    .nav>.button a {
        border: 2px solid #A7D9FF;
        border-radius: 54px;
        text-decoration: none;
    }

    .nav>.button a:hover{
        border: 2px solid #A7D9FF;
    }

    .black .navbar-toggle{
        border: none;
        background-color: #000 !important;
    }

    .black .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .white .navbar-toggle{
        border: none;
        background-color: #fff !important;
    }

    .white .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #000;
    }

    .navbar-collapse{
        border: none;
        box-shadow: none;
        padding-top: 228px;
        padding-bottom: 258px;
    }

    .navbar-brand>img {
        width: 117px;
        height: 25px;
    }

    .home-banner{
        min-height: 703px;
    }

    .home-banner .text{
        margin: 0px;
    }

    .home-banner .text h3{
        font-size: 26px;
        min-height: 30px;
    }

    .home-banner .text p{
        font-size: 12px;
        width: auto;
    }

    .home-banner .text h3 span:nth-of-type(1) {
        visibility: hidden;
        margin-left: -172px;
    }

    .home-banner video {
        height: 410px;
        /* width: 380px; */
    }

    .home audio, canvas, progress, video{
        padding-left: 0px;
    }

    .home-about{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 54px !important;
        padding-bottom: 60px;
        margin: 0px;
        background: none;
    }

    .home-about .col-sm-12 {
        padding-left: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-about h1{
        font-size: 30px;
        text-align: center;
    }

    .home-about .description{
        width:auto;
        font-size: 12px;
    }

    .home-statistics.desktop{
        display: none;
    }

    .home-statistics.mobile {
        display: block;
        padding-top: 43px;
        padding-bottom: 18px;
        min-height: 303px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-statistics.mobile .first{
        margin-bottom: 45px !important;
    }
    
    .home-statistics.mobile h3{
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
    }

    .home-statistics.mobile p{
        font-size: 9px;
        width: 72px;
        float: left;
    }

    .home-statistics.mobile img{
        /* width: 44px; */
        min-height: 37px;
    }

    .home-statistics.mobile .items{
        float: left;
        margin-right: 10px;
    }

    .home-statistics.mobile .items a{
        height: auto;
    }

    .home-portfolio{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 51px !important;
        padding-bottom: 62px;
        background: none;
    }

    .home-portfolio h1{
        font-size: 30px;
        text-align: center;
    }

    .home-portfolio .description{
        font-size: 12px;
    }

    .home-apartments.desktop{
        display: none;
    }

    .home-apartments .carousel-inner {
        border-bottom: 0px solid #000;
    }

    .home-apartments.mobile{
        display: block;
        background-image: url(assets/images/s_bg.svg);
        background-position: 50.5% 83px !important;
        background-repeat: no-repeat;
        min-height: 100px;
        padding-bottom: 26px;
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px;
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px; 
    }

    .home-apartments.mobile .fas{
        top: 45%;
        position: absolute;
        font-size: 30px; 
    }

    .home-apartments img {
        border-bottom: 1px solid #000;
        padding-bottom: 62px;
    }

    .home-apartments.mobile a{
        text-decoration: none;
    }

    .home-apartments.mobile h6{
        font-size: 21px;
        margin-top: -65px;
        margin-left: 38px;
    }

    .home-apartments.mobile p{
        font-size: 14px;
        margin-left: 39px;
    }

    .home-apartments img{
        margin: auto;
        float: none;
        width:283px;
        height: auto !important;
        /* height: 395px !important; */
    }

    .home-apartments .carousel-control.left {
        top: -2%;
        left: -9%;
        margin: auto;
    }

    .home-apartments .carousel-control.right {
        top: -3%;
        right: 0%;
        margin: auto;
        left: 95%;
    }

    .home-space-in-pixels.desktop{
        display: none;
    }

    .home-space-in-pixels.mobile{
        display: block;
        width: auto;
    }

    .home-space-in-pixels {
        margin-top: -70px;
        border: 0px;
        background: none;
        min-height: 39px;
    }

    .home-space-in-pixels img{
        margin-top: 77px;
        margin-left: -33px;
    }

    .home-image-galery.desktop{
        display: none;
    }

    .home-image-galery.mobile{
        display: block;
        /* width: fit-content; */
    }

    .home-image-galery .row{
        margin-bottom:5px;
    }

    .home-image-galery .col-xs-4,
    .home-image-galery .col-xs-5,
    .home-image-galery .col-xs-7,
    .home-image-galery .col-xs-12{
        padding: 0px;
    }

    .home-image-galery .thumb{
        margin: 0px 6px 0px 0px;
        padding:0px;
    }

    .home-image-galery .thumb.last{
        margin-right: 7px;
    }

    .home-white-space{
        margin: 0px;
        background: none;
        min-height: 60px;
    }

    /*About*/

    .about{
        background: none;
    }

    .about main {
        min-height: auto;
    }

    .about-banner{
        min-height: 537px;
    }

    .about-banner h1 {
        font-size: 50px;
        padding-top: 232px;
    }

    .about-banner h1 .blue {
        font-size: 50px;
    }

    .about-team{
        margin-top: 54px;
    }

    .about-team h1 {
        font-size: 30px;
        position: relative;
        margin-left: -150px;
        margin-top: -130px;
    }

    .about-team .box img {
        width: 140px;
        height: auto;
        filter: none;
        -webkit-filter: grayscale(1);
    }

    .about-team .box img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
    }

    .about-team .box h4 {
        font-size: 13px;
        padding-top: 2px;
        text-align: center;
    }

    .about-team .box p {
        font-size: 11px;
        text-align: center;
    }

    .about-team .box{
        width: 140px;
        border:none;
        margin-bottom: -35px;
    }

    .about-team .title{
        padding-left: 0px;
        width: 334px;
    }

    .about-team .title img{
        width: 100%;
    }

    .aboutmobile-info .side_bar .point{
        margin-left: -46px !important;
        margin-top: 5px !important;
        position: absolute;
    }

    .about .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }
    
    .about .side_bar li{
        margin-bottom: 21px;
    }
    
    .about .side_bar a{
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        text-decoration: none;
    }
    
    .about .side_bar a.active{
        font-weight: bold;
    }

    .about .side_bar {
        padding-left: 145px;
        padding-top: 30px;
    }

    .about .text h1 {
        width: auto;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 54px;
        float: none;
    }

    .about .text {
        font-size: 12px;
        padding-top: 5px;
    }

    .about-team .list {
        margin-top: 9px;
    }

    .about-team .readmore {
        width: 162px;
        float: none;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 85px;
        cursor: pointer;
    }

    /*About*/

    /*Team*/

    .team{
        background: none;
        padding-bottom: 30px;
    }

    .team main{
        min-height: auto;
    }

    .ourteam-banner{
        min-height: 537px;
    }

    .ourteam-banner h1 {
        font-size: 52px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        padding-top: 232px;
        text-align: center;
    }

    .ourteam-banner .blue {
        font-size: 52px;
        color: #A7D9FF;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }

    section.ourteam-info.row {
        padding-top: 0px;
        padding-left: 15px;
    }

    .team .col-12.col-md-4.side_bar {
        position: relative;
        margin-top: -950;
    }

    .team .col-12.col-md-4.side_bar {
        position: relative;
        margin-top: -985px;
        padding-left: 50px;
    }

    .ourteam-info .list .item {
        padding-bottom: 0px;
    }

    .ourteam-info img {
        width: 156px;
        /* height: 157px; */
        height: auto;
        filter: none;
        -webkit-filter: grayscale(1);
    }

    .ourteam-info img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
    }

    .ourteam-info .box {
        width: 156px;
        margin-bottom: 52px;
    }

    .ourteam-info .list {
        margin-top: 32px;
    }

    section.ourteam-info h4{
        font-size: 13px;
    }

    section.ourteam-info p{
        font-size: 11px;
    }

    .team .side_bar {
        padding-top: 20px;
        padding-left: 90px;
    }

    .team .side_bar ul {
        border-left: 1px #000 solid;
        list-style: none;
    }

    .team .ourteamlist .side_bar .point{
        margin-left: -46px !important;
        margin-top: 5px !important;
        position: absolute;
    }
    
    .team .side_bar li{
        margin-bottom: 8px;
    }
    
    .team .side_bar a{
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        text-decoration: none;
    }
    
    .team .side_bar a.active{
        font-weight: bold;
    }

    .team h4 {
        font-size : 12px;
    }

    .team p {
        font-size: 11px;
    }

    /*Team*/

    /*Portfolio*/

    .portfolio{
        background: none;
    }

    .portfolio main{
        min-height: auto;
    }

    section.portfolio-section .box {
        min-height: 218px;
    }

    section.portfolio-section.row img {
        width: 172px;
        height: 129px;
    }

    section.portfolio-section .sold-txt {
        top: 39%;
    }

    section.portfolio-section.row .col-xs-6.col-md-3 {
        padding-top: 0px;
    }

    section.porfolio .divclassformobile {
        height: 269px;
        width: 100%;
    }
    
    section.porfolio .divclassformobilelight {
        height: 269px;
        width: 100%;
    }

    .portfolio .side_bar a{
        font-size: 12px;
    }

    .portfolio .side_bar .item img{
        width: auto;
        height: auto;
    }

    .portfolio .col-xs-12.col-md-3.side_bar .item.active .point{
        margin-left: -35px;
        margin-top: 5px !important;
        position: absolute;
    }

    section.porfolio .graundmobile_up {
        padding-left: 34px;
        padding-top: 4px;
        border: 3px solid #A7D9FF;
        border-radius: 50px;
        color: #000;
        font-size: 15px;
        text-decoration: none;
        background-color: #A7D9FF;
        width: 247px;
        height: 35px;
        display: block;
        margin: auto;
        float: none;
    }

    section.porfolio .value_add {
        padding-left: 52px;
        padding-top: 6px;
        border: 3px solid #A7D9FF;
        border-radius: 50px;
        color: #000;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        text-decoration: none;
        background-color: #A7D9FF;
        width: 247px;
        height: 35px;
        display: block;
        margin: auto;
        float: none;
        margin-top: -35px;
    }

    .portfolio .divclassformobile {
        padding-top: 62px;
    }

    .portfolio .divclassformobilelight {
        padding-top: 222px;
    }

    .porfolio h1.ourTitle {
        font-size: 52px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-top: 139px;
        margin-left: -228px;
    }

    .porfolio h1.portfolioTitle {
        font-size: 52px;
        color: #A7D9FF;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        margin-top: -254px;
        margin-left: 138px;
    }

    section.portfolio-section.row {
        padding-top: 54px;
        padding-left: 74px;
    }

    .portfolio-section .col-xs-6.col-md-4 {
        padding-top: 54px;
        padding-left: unset;
    }

    section.portfolio-section.row {
        padding-left: 17px;
    }

    .pagination_section a, .pagination_section span {
        font-size: 12px;
        padding: 2px 11px;
    }

    .pagination_section {
        padding-top: 54px;
        padding-left: 46px;
        padding-bottom: 0px;
    }

    section.portfolio-section.row h4 {
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }
    
    section.portfolio-section.row p {
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: Lighter;
        padding-bottom: 5px;
        width: 160px;
    }

    .portfolio .side_bar {
        float: none;
        margin: auto;
        width: 200px;
    }

    .portfolio-section .list {
        margin-left: -18px;
        padding-left: 27px;
    }

    /*Portfolio*/

    /*Portfolio-Single-Property*/

    .property .carousel-inner>.item>a>img, 
    .property .carousel-inner>.item>img{
        width: 493px;
        /* width: 283px; */
        height: auto;
        /* height: 637px; */
        margin: auto;
        float: none;
    }

    .property-info .sold-txt {
        width: 102% !important;
    }

    .property .img-box .fas{
        color: #000;
        position: absolute;
    }

    .property .img-box .fa-chevron-left,
    .property .img-box .fa-chevron-right{
        top: 45%;
    }

    .property .property-info .img-box{
        padding: 0px;
        margin-top: 15px;
        /* min-height: 492px; */
    }

    .property .col-xs-12.col-md-3.imglong {
        display: none;
    }
    
    section.property-info.row {
        padding-left: 0px;
    }

    .property-info .carousel-control.left,.property-info .carousel-control.right{
        background: none;
    }
 
    .propertythird-info.row .col-xs-12.col-md-2 {
        padding-top: 36px;
        padding-left: 0px;
    }
    
    section.propertysec-info.row {
        display: none;
    }
    
    section.property-info h4 {
        font-size: 30px;
        text-align: center;
    }
    
    
    section.property-info p {
        font-size: 12px;
    }
    
    .property .property-info .txt-box {
        padding-top: 20px;
    }
    
    section.propertythird-info.row h4{
        font-size: 20px;
    }
    
    section.propertythird-info.row p {
        font-size: 12px;
    }
    
    section.propertythird-info.row {
        width: auto;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md img {
        width: 250px;
        margin-top: 64px;
    }
    
    .property .col-md-3.hidden-lg.hidden-sm.hidden-md {
        padding-left: 76px;
    }

    .propertyfourth-info .map{
        padding: 0px;
    }

    .propertyfourth-info .map img{
        width: 375px;
    }

    /*Portfolio-Single-Property*/

    /*Careers - Join Our Team*/

    .careers{
        background: none;
    }

    .careers .side_bar .item.active .point {
        margin-left: -46px;
        margin-top: 5px !important;
        position: absolute;
    }

    .careers .side_bar .item img {
        width: auto;
        height: auto;
    }

    .jointeam-info .list{
        padding: 0px;
    }

    .jointeam-banner h1 {
        font-size: 52px;
    }

    .jointeam-banner .blue {
        font-size: 52px;
    }

    .careers .side_bar ul {
        list-style: none;
        border-left: 1px solid black;
    }
    
    .careers .side_bar li{
        margin-bottom: 21px;
    }
    
    .careers .side_bar a{
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        text-decoration: none;
    }
    
    .careers .side_bar a.active{
        font-weight: bold;
    }

    .careers .col-xs-12.col-md-4.no-border a.jointeam-button {
        margin-left: 96px;
    }

    .jointeam-info .list .box {
        min-height: 82px;
    }

    section.jointeam-info.row {
        margin-right: 0px;
    }

    .careers .side_bar {
        padding-left: 134px;
        padding-top: 50px;
        padding-bottom: 37px;
    }

    section.jointeam-info.row h4 {
        text-align: center;
        font-size: 20px;
    }

    section.jointeam-info.row p {
        text-align: center;
        font-size: 20px;
    }

    a.jointeam-button {
        align-items: center;
    }

    .careers a.jointeam-button {
        padding-left: 27px;
        padding-right: 27px;
        color: #000000;
        height: 33px;
        display: inline-block;
        padding-top: 6px;
        border: solid 3px #A7D9FF;
        background: #A7D9FF;
        border-radius: 50px;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        text-decoration: none;
    }

    .jointeam-info.row .col-xs-12.col-md-4.border {
        padding-bottom: 32px;
        width: 333px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 35px;
        border-right: 0px;
        border-bottom: 1px black solid;
    }

    .jointeam-info.row .col-xs-12.col-md-4.no-border {
        padding-bottom: 32px;
        width: 333px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 35px;
        border-right: 0px;
        border-bottom: 1px black solid;
    }


    section.jointeam-info.row {
        padding-left: 0px;
        padding-top: 0px;
    }

    .careers a.jointeam-button {
        margin-left: 65px;
    }

    /*Careers - Join Our Team*/

    /*Careers-Single-Applyforjob*/

    .applyforjob .sidebar{
        padding: 0px;
        margin-top: 0px;
        margin: auto;
        float: none;
        margin-top: 24px;
    }

    .applyforjob .sidebar p{
        text-align: center;
        margin-top: 15px;
    }

    .applyforjob {
        background: none;
    }

    .applyforjob #divscroll {
        display: none;
    }

    .applyforjob-info h1 {
        font-size: 30px;
        text-align: center;
    }

    .applyforjob-info h4 {
        text-align: center;
    }

    .applyforjob h3 {
        font-size: 10px;
        text-align: center;
    }

    .applyforjob-info h5 {
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob-info b, .applyforjob-info strong {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    

    .applyforjob-info ol, .applyforjob-info ul{
        margin-bottom: 0px;
    }

    .applyforjob-info p {
        font-size: 12px;
    }

    .applyforjob-info li {
        font-size: 12px;
    }

    .applyforjob-info .col-xs-12.col-md-12 {
        padding-bottom: 51px;
    }

    .applyforjobimages {
        margin-bottom: 68px;
    }
    .officeinspaxel h1 {
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .applyforjob .officeinspaxel .box{
        margin-top: 42px;
        width: 222px;
        margin-bottom: 0px;
    }

    .applyforjob .form-control {
        width: 100%;
        font-size: 14px;
        height: 36px !important;
    }

    .applyforjob .form-group {
        padding-left: 0px;
    }

    .formrequired-placeholder {
        font-size: 8px !important;
        padding-left: 0px !important;
        padding-bottom: 15px !important;
    }

    .applyforjob .btn-primary {
        font-size: 13px;
        margin-left: 0px;
        margin-top: 19px;
        width: 139px;
        height: 33px;
        padding-left: 18px;
    }

    .applyforjob .btn-fileupload {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 13px;
        width:139px;
        height:33px;
        padding-top: 2px;
    }

    .applyforjobimages .first-box img {
        width:224px;
        height:171px;
    }

    .applyforjobimages .second-box{
        margin-bottom: 4px;
    }

    .applyforjobimages .second-box img{
        width:157px;
        height:78px;
    }

    .applyforjobimages .third-box img{
        width:157px;
        height: 89px;
    }

    .applyforjob-info {
        padding-left: 0px;
        margin-top: 20px;
        padding-bottom: 62px;
    }

    .applyforjob label {
        font-size: 12px;
    }

    #exampleFormControlTextarea1{
        height: 70px !important;
    }

    /*Careers-Single-Applyforjob*/

    footer.desktop{
        display: none;
    }

    footer.mobile{
        display: block;
        min-height: 526px;
        background-image: url(assets/images/rectangle_footer_mobile_bg.svg),url(assets/images/footer_horizontal_line_bg.svg);
        background-position: -310px 20px,57px 425px;
        background-size: 410px 485px,auto;
        padding:0px
    }

    footer.mobile .internal-links a{
        font-size: 12px;
    }

    footer.mobile .address{
        margin-left: 0px;
        margin-top: 55px;
        min-height: 278px;
        position: relative;
        padding-left: 56px;
    }

    footer.mobile .col-xs-12 .social-media {
        position: relative;
    }

    footer.mobile .address .street {
        margin-bottom: 0px;
    }

    footer.mobile .address h6{
        font-size: 20px;
    }

    footer.mobile .address p{
        font-size: 15px;
        margin: 0px;
    }

    footer.mobile .social-media{
        margin-top: -100px;
        margin-left: 24px;
    }

    footer.mobile .social-media li{
        float: left;
        margin-right: 29px;
    }

    footer.mobile .social-media .fab{
        font-size: 30px !important;
    }

    footer.mobile .internal-links {
        margin-top: 75px;
        margin-left: 35px;
    }

    footer.mobile .internal-links li {
        margin-bottom: 6px;
    }

    footer.mobile .external-links{
        margin-left: -80px;
        margin-top: 90px;
    }

    footer.mobile .external-links li {
        margin-bottom: 15px;
    }

    footer.mobile .external-links a{
        font-size: 12px;
        border: 2px solid #A7D9FF;
        border-radius: 20px;
        text-decoration:none;
        padding: 5px 10px;
        display: inline-table;
        height: 33px;
        width: 169px;
        text-align: center;
    }

    footer .address p{
        line-height: 18px;
    }

    footer .container {
        width: auto;
    }

    footer .term-links{
        margin-top: 0px;
    }

    footer .term-links li a{
        font-size: 7px;
    }

    /*Contact*/

    .contact .contactusform .btn-primary {
        color: #000000;
        background-color: #A7D9FF;
        border-radius: 54px;
        font-size: 16px;
        border: 2px solid #A7D9FF;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        height: 33px;
        width: 169px;
        margin-left: 50px;
    }

    .contact .contactus-address {
        padding-bottom: 64px;
    }

    .contact{
        background: none;
    }

    .contact #divscroll {
        display: none;
    }

    .contactusform label {
        font-size: 12px;
    }

    .contactus-banner h1 {
        font-size: 50px;
    }

    .contactusform {
        padding-left: 8px !important;
        position: relative;
        left: 14px;
        padding-top: 67px;
        padding-bottom: 37.4px;
    }

    .contactusform .form-control {
        width: 80%;
        height: 30px;
    }

    .contactusform #exampleFormControlTextarea1 {
        border-radius: 0px;
        background-color: #EEEEEE;
        width: 80%;
    }

    .contactusform .btn-primary {
        font-size: 12px;
        position: relative;
        /* left: 40px; */
        left:0px;
    }

    .contactus-address h1 {
        font-size: 20px;
    }

    .contactus-address p {
        font-size: 15px;
    }

    .contactus-address {
        margin-left: -131px;
    }

    .contactus-address h1 {
        text-align: center;
    }

    .contactus-address p {
        text-align: center;
    }

    /*Contact*/

    /*Blog*/

    .spaxelblog-banner h1 {
        font-size: 30px;
    }

    .spaxelblog-banner .blue {
        font-size: 30px;
    }

    .spaxelblog-info p {
        font-size: 12px;
        padding: 0px;
    }

    .spaxelblog-info h4 {
        font-size: 20px;
    }

    .spaxelblog-info img {
        width: 100%;
    }

    .spaxelblog-info {
        padding-left: 15px;
        padding-top: 52px;
    }

    .spaxelblog-info .col-xs-12.col-md-4 {
        padding-bottom: 24px;
        padding-left: 0px;
    }

    .spaxelblog-info .boxing {
        overflow: hidden;
        margin: 0 auto;
    }

    .spaxelblog-banner {
        margin-left: -25px;
    }

    .pagination_section {
        margin: 0 !important;
    }

    .pagination_section a {
        padding: -2px 18px;
        position: relative;
        background-color: #f1f1f1;
    }

    .pagination_section a:nth-child(1) {
        background-color: #A7D9FF;
        color: #000;
    }

    .blog {
        background: none;
    }

    /*Blog*/

    /* Single Team */

    .team-readmore-info .middlesection {
        background-color: #fff;
        padding-top: 66px;
        padding-bottom: 113px;
        padding-left: 6px;
    }

    .team-readmore-info h1 {
        color: #000;
        font-size: 20px;
    }

    .team-readmore-info p {
        color: #000;
        font-size: 13px;
        width: 359px;
    }

    .team-readmore {
        min-height: 762px;
    }

    .team-readmore-info i.fab.fa-linkedin:hover {
        color: #A7D9FF;
    }

    .team-readmore-info .mobile img {
        width: 156px;
        /* height: 157px; */
        height: auto;
    }

    .team-readmore-info .jobtitle p {
        font-size: 13px;
        color: #000;
    }
    
    /* Single Team */

    /*Single Blog*/

    .blog-readmore #div {
        display: none;
    }

    .blog-readmore {
        background: none;
        position: relative;
    }


    .blog-readmore-info {
        padding-left: 0 !important;
        padding-top: 0px;
        padding-bottom: 54px;
        padding-right: 0 !important;
    }

    .blog-readmore .blog-readmore-info img {
        /* width: 454px !important; */
        height: auto;
        display: block;
    }

    .blog-readmore .blog-readmore-info .title h1 {
        font-size: 30px;
        /* width: 526px; */
        padding-top: 54px;
    }

    .blog-readmore .blog-readmore-info p {
        font-size: 12px;
        /* width: 439px; */
        position: relative;
    }

    .blog-readmore .blog-readmore-info .col-xs-12.col-md-6 {
        padding-bottom: 17px;
    }
    
    /*Single Blog*/

    /*Terms and Conditions*/

    .terms-of-use-info h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .terms-of-use-info p {
        font-size: 12px;
        width: 336px;
    }

    .terms-of-use-info {
        padding-top: 15px;
    }

    .privacy-policy-info h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .privacy-policy-info p {
        font-size: 12px;
        width: 336px;
    }

    .privacy-policy-info {
        padding-top: 15px;
    }

    /*Terms and Conditions*/

}

@media only screen and (min-width: 391px) and (max-width: 466px) {
    .porfolio h1.portfolioTitle {
        margin-left: 160px;
    }

    .home-apartments.mobile h6 {
        font-size: 21px;
        margin-top: -65px;
        margin-left: 42px;
    }

    .home-apartments.mobile p {
        font-size: 14px;
        margin-left: 42px;
    }

    .property-info .sold-txt {
        font-size: 42px !important;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 390px) {
    .porfolio h1.portfolioTitle {
        margin-left: 138px;
    }

    .property-info .sold-txt {
        font-size: 32px !important;
        letter-spacing: 6px;
    }
  
}