html, body{
    /*height: 100%;*/
}
body {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Brandon Grotesque';
    background: #3d5464;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
}

*::-moz-selection { color: transparent; background: transparent; }
*::-webkit-selection { color: transparent; background: transparent; }

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
a {
    margin: 0;
    letter-spacing: .9px;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button.btn {
    background: transparent;
    border: 0;
    box-shadow: none;
     -webkit-box-shadow:none;
     -moz-box-shadow:none;
     -o-box-shadow:none;
}
#servies .mk_href {
    color: #F26426;
}

#servies .mk_href:hover {
    color: #DC5B28;
}
.scrollmagic-pin-spacer {
    min-height: auto!important;
}

button.btn:focus,
button.btn:active,
button.btn:hover {
    background: transparent !important;
    border: 0;
    -webkit-box-shadow:none!important;
     -moz-box-shadow:none!important;
     -o-box-shadow:none!important;
    outline: none !important;
}


/*Main css*/

.right-section {
   /* max-width: 1440px; */
    margin: 0 auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}

header {
    position: relative;
}

.top-header {
    position: relative;
    z-index: 9999;
}

nav {
    width: 100%;
    float: left;
    position: relative;
}

nav:before {
    position: absolute;
    content: '';
    border-top: 58px solid #3e5464;
    left: -2px;
    width: 19.5%;
    height: 54px;
    border-right: 54px solid transparent;
    top: 0;
}
ul.footer-icon {
    display: block;
}


nav:after {
    position: absolute;
    content: '';
    width: 84%;
    right: 0;
    height: 54px;
    border-bottom: 58px solid #3e5464;
    border-left: 54px solid transparent;
    top: 0;
}

.logo img {
    width: 100%;
    max-width: 169px;
}

nav .logo {
    position: relative;
    width: 20%;
    display: inline-block;
    margin-top: -10px;
}


.slider-text img {
    width: 100%;
    height: 733px;
    object-fit: cover;
}

.home-arrow {
    display: none;
}

.slider-text {
    position: relative;
}

.slk_slider.single-item {
    margin: 0;
}

.slk_slider.single-item .slick-slide {
    margin: 0;
    position: relative;
}

.slider-text .carousel-indicators li {
    width: 237px;
    height: 8px;
    margin-right: 30px;
    margin-left: 30px;
    text-indent: -999px;
    border-radius: 5px;
}

.slider-text .carousel-indicators li.active {
    background: rgba(255, 255, 255, .5);
}

.slider-text .carousel-indicators li.active:before {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 78px;
    border-radius: 8px;
}

.slider-text .carousel-indicators li:after {
    display: none;
}

.slider-text .progressBarContainer {
    position: absolute;
    left: 0 !important;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 999;
}

.slider-text .progressBarContainer>div {
    display: inline-block;
    margin: 0 3%;
}

.slider-text .progressBarContainer span.progressBar {
    border-radius: 4px;
    width: 237px;
    height: 8px;
    background: rgba(255,255,255,.5);
    display: block;
}

.slider-text .progressBarContainer span.progressBar .inProgress {
    background: #fff;
    height: 8px;
    border-radius: 4px;
}

.inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.inner-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 85px;
    letter-spacing: 1px;
}

.inner-text h2 strong {
    display: block;
    font-weight: 600;
    font-size: 49px;
    position: relative;
    left: -51%;
    top: 120px;
    letter-spacing: 5px;
}

.inner-text h2 span {
    position: relative;
    left: 28%;
    margin-top: 6%;
    display: inline-block;
    top: 100px;
    font-weight: 600;
    letter-spacing: 10px;
    font-size: 90px;
}

.inner-text .city_btn span img {
    width: auto;
    height: auto;
    margin-left: 11px;
}


.slider-text #carouselExampleIndicators .carousel-item i {
    display: none;
}
.mobile-video {
    padding: 60px 45px 10px;
    display: none;
}

/*Sidebar*/

.colorchange {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.close_menu {
    top: 14px !important;
    right: 48px !important;
    cursor: pointer;
    z-index: 99;
}

.close-mob {
    display: none;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    padding: 16px 35px;
    z-index: 999;
   /* max-width: 1440px; */
    margin: 0 auto;
    right: 0;
}

#userPLink {
    position: relative;
}

nav a,
#sideMenu {
    margin: 0 10px 0 0;
    text-shadow: 1px 1px 2px #212121;
}

#userMenuToggle {
    position: absolute;
    right: 0;
}

ul#userMenu {
    background: #202020;
    list-style: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
}

#userMenu li {
    display: block;
    padding: 5px 10px;
    text-align: left;
    width: 150px;
}

ul#userMenu li a::after {
    content: attr(title);
}

#userMenu li a:hover,
#sideMenuContainer>a:hover {
    padding-left: 3px
}

#scrollingNews {
    color: #fcfcfc;
}

#sideMenu {
    color: #f06060;
    float: right;
    z-index: 5;
    cursor: pointer;
    margin-right: 8px;
    margin-top: -1px;
}

#sideMenu span#sideMenuClosed {
    background-image: url(../images/toggle-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    display: block;
}

#sideMenu span#sideMenuClosed:hover{
	background: url(../images/toggle-hover.png);
}

#sideMenu span#sideMenuClosed img {
    opacity: 0;
}

#sideMenuContainer {
    background: url(../images/sidebar-bg.png);
    height: 100%;
    padding: 10px;
    position: fixed;
    /* top: 56px;
     Old css*/
    top: 0;
    right: -200px;
    width: 100%;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: 99999;
    background-size: contain;
}

#sideMenuContainer h2 {
    color: #fcfcfc;
    font: 16px 'PT Sans', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.menu li {
    list-style: none;
    padding: 50px 0;
    line-height: 0;
}

#sideMenuContainer .menu-head-menu-container {
    position: absolute;
    top: 50px;
    right: 0;
    transform: inherit;
    padding: 9% 77px 30px 0;
}

#sideMenuContainer ul li a, .menu li a {
    display: block;
    text-align: right;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 5px;
}

#sideMenuContainer ul li a:hover, .menu li a:hover {
    color: #f26426;
}

#sideMenuContainer>a::after {
    content: attr(title);
    font: 12px 'PT Sans', Helvetica, Arial, sans-serif;
    padding-left: 10px;
    text-transform: uppercase;
}

#logo {
    display: block;
    font: 700 48px Helvetica, Arial, sans-serif;
    letter-spacing: 10px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 100px;
    left: 0;
}

#logo span {
    display: block;
    font-size: 12px;
    letter-spacing: 7.5px;
}

#sourceCode {
    position: absolute;
    top: 50%;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 40px;
}
.slider-text #carouselExampleIndicators .carousel-item i {
    display: none;
}
.postid-264 .client-logo {
    padding-top: 4%;
}

/*Overview Section*/
section#overview {
    display: flex;
    align-items: center;
}
.page-template-services section#overview {
    align-items: normal;
    /* height: 1000px; */
    position: relative;
    background-position: top right!important;
    background-size: auto 100%!important;
    display: block;
    width: 100%;
    float: left;
} 
/*
.page-template-services footer .footer_show img{
    max-height: 1px;
}

.page-template-services footer.end_reach .footer_show img{
    max-height: 45px;
}
 

.page-template-services footer.end_reach{
    padding-top:25px;
    padding-bottom:25px;
}

.page-template-services footer{
    padding-top:0px;
    padding-bottom:0px;

}
*/
.overview-img img {
    width: 100%;
    height:100%;
    min-height:468px;
    object-fit: cover;
}

.left-img {
    width: 50%;
    float: left;
}

div#planning-development .left-img {
    width: 55.5%;
}

.right-text {
    width: 50%;
    float: left;
    padding: 0px 85px 0;
}

div#planning-development .right-text {
    width: 50%;
    float: left;
    /*padding: 0 105px 0px;*/
    padding: 40px 9% 0 7%;
}

.right-text h2 {
    color: #3e5464;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 66px 0 66px;
}

.right-text h4 {
    font-size: 30px;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.learn-more {
    color: #3e5464;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    /* padding: 0 0 0 20px; */
    letter-spacing: 2px;
}
/*.learn-more i.arrow-icon {
    position: absolute;
    left: 0;
    top: -2px;
    margin: 0;
    line-height: normal;
    transform: rotate(-180deg);
}*/

#overview .learn-more .arrow-icon {
    position: relative;
    top: 1.4px;
}

.commitment_sec .learn-more {
    padding: 0 0 0 25px;
    margin-left: 28px;
}

.commitment_sec .learn-more i.arrow-icon {
    position: absolute;
    left: 0;
    top: -2px;
    margin: 0;
    line-height: normal;
    transform: rotate(-180deg);
}

body .arrow-icon {
    color: #f26427;
    font-size: 30px;
    margin-left: 19px;
    vertical-align: bottom;
}

.community-title h4:first-child {
    margin-bottom: 25px;
}


/**/

section#sculpture-img {
    background-image: url(../images/sculpture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    border-top: 16px solid #3e5464;
    border-bottom: 16px solid #3e5464;
    background-attachment: fixed;
    background-position: center right;
}


/**/

#our-expertise {
    background: url(../images/services-bg.jpg);
    position: relative;
    padding: 285px 0 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section#our-expertise:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/arrow-bg.png);
    background-repeat: no-repeat;
    background-size: 18%;
    left: 0px;
    top: 10%;
    background-size: 256px;
}

#our-expertise p {
    color: #fff;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 1px;
}

div#planning-development {
    padding: 65px 0 0px;
}
div#planning-development section.similar-project {
    padding: 120px 20px 50px;
}
ul.service.location {
    line-height: 2.2;
}
div#planning-development .right-text a img, .view-all a img{
    margin-left: 11px;
    vertical-align: initial;
}

section#our-expertise a {
    color: #fff;
    letter-spacing: 2px;
    margin-top: 26px;
    display: inline-block;
    font-weight: 800;
    padding-left: 0%;
    font-size: 16px;
}

section#our-expertise a .arrow-icon {
    position: relative;
    top: 2.5px;
}
#our-expertise .container {
    max-width: 100%;
}
#our-expertise .carousel {
    margin-left: 280px;
    position: static;
    padding-right: 9%;
}
.expertise-text {
    padding: 0px;
}
.service-detail-title h3 {
    padding: 0;
    letter-spacing: 4px;
}
.service-detail-title{
    padding:0 85px 0;
}
section#our-expertise .carousel-indicators {
    bottom: 35px;
}

section#our-expertise .carousel-indicators .active {
    background: #f26426;
}

section#our-expertise .carousel-indicators li.active::before {
    background: transparent;
}


/**/

#city-market {
    position: relative;
    background: url(../images/city-market-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 170px 0;
}

.our-community-tex {
    background: rgba(64, 84, 100, .9);
    width: 71%;
    padding: 60px 100px 60px 120px;
    position: relative;
}

.our-community-tex p {
    color: #fff;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 88px;
    letter-spacing: 5px;
}

.city-mob {
    display: none;
}

.city_btn {
    position: absolute;
    right: 39px;
    bottom: -56px;
    background: #f26426;
    width: 200px;
}

.city_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 0;
    transform: skew(-35deg,0);
    background: #f26426;
}

.city_btn button.button {
    left: 0;
    background: transparent;
    width: 239px;
    z-index: 99;
    /* white-space: nowrap; */
    top: 0;
}

.city_btn button.button:focus {
    outline: none;
}
.city_btn a {
    background: #f26426;
    color: #fff;
    padding: 14px 15px;
    text-align: center;
    height: 56px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.city_btn a i {
    margin-left: 10px;
    font-size: 30px;
    vertical-align: bottom;
}

.city_btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db5a28;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.city_btn a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.city_btn a:after {
    content: "";
    border-top: 56px solid #f26426;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    top: 0;
    -ms-transition-delay: .27s;
    -moz-transition-delay: .27s;
    -webkit-transition-delay: .27s;
    transition-delay: .27s;
}

.city_btn a:hover:after {
    border-top: 56px solid #db5a28;
}

.city_btn button span {
    text-indent: -20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: inherit;
}
.community-section-mobile .city_btn {
    display: none;
}
section#city-market .city_btn a i {
    color: #3d5464;
}

/*footer*/

footer {
    background: #3e5464;
    width: 100%;
    float: left;
    padding: 25px 0 25px;
    overflow: hidden;
    position: relative;
}

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

footer .container {
    max-width: 80% !important;
}

footer .footer_hide .container {
    padding: 0;
    max-width: 80% !important;
}

footer .footer_hide .media-left {
    width: 44px;
}

footer .footer_hide .media-left img.media-object {
    width: 100%;
}

.footer-links li {
    width: 50%;
    float: left;
}

.footer-links li {
    padding: 5px 0;
}

.footer-links li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.footer-links li a:hover{
    color: #f26426;
}

.Designed:hover{
    color: #ffe300;
}

.footer-icon li {
    display: inline-block;
}

.footer-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #f26426;
    line-height: 35px;
    margin: 0 5px 0 0;
}

.footer-icon li a:hover {
    /* background: #f26426; */
    color: #d3d3d3;
}

.team-member .footer-icon li span.tw_link {
    position: absolute;
    left: 0;
    bottom: -35px;
    color: #d3d3d3;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.team-member .footer-icon li:hover span.tw_link {
    opacity: 1;
}

.Designed {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-top: 24px;
    display: inline-block !important;
}
footer span.cls-copyright-text {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

footer .media-body {
    margin-left: 79px;
}

footer .media-body p {
    color: #fff;
    font-size: 14px;
    padding: 0 60px 0 0;
    line-height: 19px;
    margin: 0;
    font-weight: 500;
}


/**footer New**/

.result_hover {
    overflow: visible;
}

.footer_show {
    opacity: 1;
    padding: 0 20px;
}

.footer_show.hidden {
    opacity: 0;
}

.footer_hide {
    opacity: 0;
    height: 0px;
    backface-visibility: hidden;
}

.footer_hide.visible {
    display: flex;
    opacity: 1;
    background: #3e5464;
    backface-visibility: visible;
    padding: 30px 0 40px;
    height: initial;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 9;
}

footer:hover {
    overflow: visible;
}

footer:hover .footer_hide {
    display: flex;
    opacity: 1;
    background: #3e5464;
    backface-visibility: visible;
    padding: 30px 20px 40px;
    height: initial;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 9;
}


/*End*/


/*TOp scroll*/

#back-to-top {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 999999;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48PX;
    background: rgba(255, 255, 255, .7);
    color: #f26426;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 35px;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

#content {
    height: 2000px;
}


/**Side fixed nav**/

.left-nav {
    float: left;
    width: 36px;
    background: transparent;
    height: 100%;
    position: fixed;
    z-index: 99;
}

.left-nav.about_nav {
    position: fixed;
}

.left-nav li {
    display: block;
    margin: 20px 0;
}

.left-nav li a {
    width: 22px;
    height: 3.5px;
    -webkit-transform: skew(-37deg);
    transform: skew(-37deg);
    background: rgba(255, 255, 255, .5);
    display: block;
    background: rgba(175, 175, 175, 0.8);
}

.left-nav li a.active,
.left-nav li a:hover {
    background: #f26426;
}

.left-nav ul {
    position: absolute;
    top: 300px;
    left: 4px;
}

.right-side {
    padding-left: 36px;
    background: #3d5464;
}


/*Services*/

div#servies .slider-text {
    background-color: #3e5464;
    background-image: url(../images/services-page.jpg);
    padding: 362px 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center left;
}

.page-template-about-us div#servies .slider-text{
    padding:0;
    overflow: hidden; 
}

.page-template-about-us div#servies .slider-text video{
    max-height: 720px;
    width:100%;
    object-fit: cover;
}

#servies section#overview .right-text img {
    vertical-align: baseline;
    margin-right: 11px;
}
div#servies .inner-text {
    width: 100%;
}

div#servies .inner-text p {
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    padding-right: 0;
    margin-top: 83px;
    font-weight: 500;
    max-width: 690px;
    width: 100%;
    letter-spacing: 0.2px;
}

#servies a.bottom-arrow {
    color: #e76329;
}

.planing-devp-mobile {
    display: none;
}

ul.planing-devp li {
    position: relative;
    margin-bottom: 66px;
}

ul.planing-devp li:before, ul.area-expert-desk li:before {
    font-family: 'fontAwesome';
    content: "\f105";
    color: #f26426;
    font-size: 40px;
    position: absolute;
    left: -30px;
    top: 41%;
    opacity: 0;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 0;
}

#services .right-text a.learn-more img {
    vertical-align: initial;
    margin-right: 11px;
}

ul.area-expert-desk li {
    position: relative;
}

div#servies #overview .right-text a.learn-more,
div#servies #overview .right-text a i {
    font-size: 14px;
    vertical-align: baseline;
}

div#servies #overview .right-text {
    padding: 87px 55px 87px 9.5%;
}

.page-template-services section#overview .left-img .overview-img img {
    object-position: bottom;
}

.left-img figure.overview-img {
    height: 100%;
}

#servies .overview-img img {
    height: 100%;
    min-height: 800px;
    object-fit: cover;
}

ul.planing-devp li:hover:before,
ul.area-expert-desk li:hover:before {
    opacity: 1;
}

ul.planing-devp li span,
ul.planing-devp li a {
    color: #3e5464;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
}

ul.planing-devp p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 18px;
    position: absolute;
    letter-spacing: 0px;
}

.state,
.state-full {
    cursor: pointer;
}

.state-full {
    display: none;
}

.planing-mob {
    display: none;
}

.community-text {
    display: none;
    color: #3e5464;
}

body div#servies #overview .arrow-icon {
    margin-left: 0;
}

#servies .inner-text h2 {
    font-weight: 500;
    font-size: 85px;
    letter-spacing: 1px;
}
body div#services .inner-text p{
        margin-top: 60px; 
            padding-right: 33%;
}
div#services a.bottom-arrow{
    color: 
}
a.bottom-arrow img {
    width: 100%;
    max-width: 25px;
    height: auto;
}
div#services a.bottom-arrow{
        left: 49%;
}

/*conatct*/
div#contact .slider-text, div#portfolio .slider-text, div#services .slider-text, #team .slider-text{
    padding: 350px 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}

div#contact .inner-text, div#portfolio .inner-text, div#services .inner-text, #team .inner-text{
    width: 100%;
}

div#contact .inner-text p, div#portfolio .inner-text p, div#services .inner-text p, #team .inner-text p{
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    padding-right: 36%;
    margin-top: 83px;
    font-weight: 500;
}




/*Services detail*/

#planning-development section#overview {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0 80px;
}

.page-title {
    color: #95a1aa;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 94px;
    padding-top: 70px;
}

#planning-development section#overview {
    background: url(/wp-content/uploads/2018/11/service-detail-bg.png);
    padding: 50px 0 100px 0;
    background-repeat: no-repeat;
    background-position: left;
}

#planning-development section#overview .right-text p {
    font-size: 20px;
    line-height: 40px;
    color: #3e5464;
    margin-bottom: 55px;
/*    height: 319px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}



#planning-development section#overview .right-text a, #planning-development section#overview .right-text a i {
    font-size: 14px;
    font-weight: 500;
}

#planning-development section#overview .right-text a br {
    display: none;
}

#planning-development section#overview .right-text a i {
    vertical-align: baseline;
    margin-left: 9px;
}

#planning-development .carousel-indicators {
    bottom: 40px;
    background: #95a1aa;
    width: max-content;
    padding: 22px 25px;
    bottom: -48px;
    left: 0;
    margin: 0;
    float: left;
}

.slider-indicator li {
    width: 25px;
    height: 4px;
    -moz-transform: skew(-37deg);
    -webkit-transform: skew(-37deg);
    transform: skew(-37deg);
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
}


.carousel-indicators.slider-indicator li.active {
    background: #f26427;
}

#planning-development section#overview .right-text h3.page-title {
    display: none;
}

section.similar-project {
    padding: 130px 0;
    background: url(../images/simllar-pro-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

section.similar-project {
    padding: 130px 20px 50px;
}

section.similar-project h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3e5464;
    margin-bottom: 34px;
    letter-spacing: 2px;
}

a.project-box img {
    position: relative;
    width: 100%;
    max-width: 425px;
    height: 303px;
    /* height: 100%; */
    object-fit: cover;
}

.project-detail {
    position: absolute;
    bottom: 14px;
    left: 25px;
    z-index: 9;
}

section.similar-project a.project-box {
    display: block;
    position: relative;
    z-index: 9;
}

section.similar-project a.project-box img.wp-post-image {
    max-width: 100%;
}

section.similar-project a.project-box:after {
    content: "";
    background: linear-gradient(#0000,#0000009e);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.9;
    left: 0px;
}

.project-detail h5 {
    font-size: 13.36px;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 3px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

/*section.similar-project a.project-box:hover .project-detail h5 {
    color: #f26427;
}*/

.project-detail h5 br {
    display: none;
}

.project-detail p {
    color: #f26426;
    font-size: 12px;
    text-transform: uppercase;
    /* text-shadow: 1px 0px 0px #6f3015; */
    font-weight: 600;
}

section.similar-project .col-lg-4.col-md-4.col-sm-12 {
    margin-bottom: 19px;
    padding: 0 10px;
}

a.project-box img.plus-icon {
    position: absolute;
    z-index: 99;
    right: 19px;
    font-size: 16px;
    color: #fff;
    top: 14px;
}

.view-all {
    width: 100%;
    text-align: center;
    margin: 60px 0 20px;
}


/*Portfolio*/

.portfolio .slider-text {
    background: url('../images/portfolio-slider-bg.jpg') !important;
}
div#portfolio header .city_btn button img {
    width: auto !important;
    margin-left: 13px;
    height: 14px;
}
div#portfolio header .city_btn:after{
    right: -33px;
}
div#portfolio header .city_btn{
    width: 219px; 
}
div#portfolio .city_btn button.button{
    width: 239px;
}
.page-template-portfolio .slider-text img {
    width: auto;
    height: auto;
    object-fit: cover;
    margin-left: 11px;
}

.client-logo img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: ; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.client-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
section.customer-logos {
    margin: 0;
}

div#portfolio .city_btn .button:after, div#portfolio .city_btn .button:before {
    height: calc(100% - 39px);
    width: calc(100% + 30px);
}
div#portfolio .inner-text h2 {
    font-weight: 500;
    font-size: 85px;
    line-height: 94px;
        letter-spacing: 0px;
           
}
div#portfolio .city_btn .button{
    height: 45px;
}
div#portfolio .city_btn:after{
        border-top: 38px solid #e76329;
}
.our-portfolio {
    text-align: center;
    padding: 67px 0 94px;
}
div#portfolio .city_btn button span {
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 0;
}
.our-portfolio p {
    font-size: 18px;
    color: #9e9e9e;
    margin-bottom: 24px;
    font-weight: 500;
}

.our-portfolio h3 {
    font-size: 32px;
    color: #3e5464;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}


.filters {
    background: #3e5464;
    position: relative;
    padding-top: 72px;
}

.wrap-filter-bar {
    transition: 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    background: #3e5464;
}

.fliter-sec {
    padding: 50px 5% 65px !important;
    background: #fff !important;
}

.portfolio div#banner-section .city_btn {
    right: auto;
    left: 9%;
    top: auto;
    bottom: -80px;
}

.portfolio .city_btn .arrow-icon {
    color: #3d5464;
    font-size: 20px;
}

.fade.show {
    background: #3e5464;
    padding: 50px 0px;
}

.model-img img {
    width: 100%;
}

.model-text h4 {
    font-size: 24px;
    color: #3e5464;
    line-height: 36px;
    text-transform: uppercase;
}

.client-model button.close {
    position: absolute;
    right: -30px;
    opacity: 1;
    top: 20px;
    z-index: 999;
}

.model-text p {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 36px;
    padding: 35px 0 50px;
}

.client-model .modal-body {
    padding: 0;
}

.client-model {
    max-width: 1205px !important;
}

.model-text {
    padding: 60px 20px 0px;
}


/*Partner slide*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*portfolio filter sec*/

.menu-filter {
    left: -285px;
    position: absolute;
    width: 280px;
    background: #f26427;
    z-index: 99;
    top: 72px;
    display: inline-block;
    padding: 20px 20px 20px 4%;
}

.menu-filter a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
}

.menu-filter a:hover {
    color: #D2D2D2;
}

.menu-filter:after {
    background: url(../images/filter-bg.png);
    position: absolute;
    content: '';
    width: 100%;
    background-repeat: no-repeat;
    height: 340px;
    left: 0;
    bottom: -339px;
    background-position: right bottom;
    background-size: 100%;
}

.icon-close {
    cursor: pointer;
    padding: 0 0 20px;
    text-align: right;
}

.menu-filter ul {
    margin-bottom: 50px;
}

.menu-filter ul li strong {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.menu-filter ul li {
    padding: 0 0 10px;
}

.icon-menu {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    height: 72px;
    line-height: 68px;
    padding-left: 5%;
}

.icon-menu img {
    width: 100%;
    max-width: 30px;
}

.icon-menu i {
    margin-right: 5px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 0;
        margin: 0;
        background: transparent;
        border-radius: 0;
    }
}

#tabs {
    float: right;
    position: absolute;
    right: 0;
    top: 0px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

#team_overview .tab-content {
    display: block;
}

#team_overview .tab-content .tab-pane {
    padding: 0;
}

#tab-2 img {
    width: 100%;
}

ul#tabs li {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 18px 80px 18px 10px;
    font-weight: 500;
    letter-spacing: 3px;
}

ul#tabs li:last-child {
    background: #597990;
}

ul#tabs li.current:after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 28px;
    height: 4px;
    -ms-transform: skew(37deg);
    -moz-transform: skew(37deg);
    -webkit-transform: skew(37deg);
    transform: skew(37deg);
    background: #f26427;
    display: block;
}
img.plus-icon {
    width: auto !IMPORTANT;
    height: auto !IMPORTANT;
    min-height: initial !important;
    max-width: initial !important;
    object-fit: initial !IMPORTANT;
}
ul#tabs li:last-child:before {
    content: '';
    background: url('../images/map-shape.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -62px;
    top: 0
}

.list-view {
    width: 100%;
    text-align: center;
    padding:58px 0 68px;
    float: left;
}

.list-view a {
    text-transform: uppercase;
    font-size: 18px;
    color: #a3a3a3;
}


/*Portfolio- detail*/

#portfolio-detail img {
    width: 100%;
    OBJECT-FIT: COVER;
}
#portfolio-detail .page-title {
    padding: 53px 0 16px 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 3px;
}
ul.tetent-mix {
    margin-top: 10px;
}

ul.tetent-mix li {
    padding: 9px 0 0 12px;
    position: relative;
}

ul.tetent-mix li:before {
    position: absolute;
    background: #9e9e9e;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    content: '';
    left: 0;
    top: 19px;
}

ul.tetent-mix strong {
    color: #3e5464;
    text-transform: uppercase;
    font-size: 18px;
}

ul.tetent-mix li a {
    color: #9e9e9e;
    font-size: 18px;
}

.left-protfolio p {
    font-size: 18px;
    color: #9e9e9e;
    line-height: 36px;
    padding: 60px 0 30px;
}

.left-protfolio p a {
    font-size: 18px;
    color: #9e9e9e;
    line-height: 36px;
}

ul.gallery li {
    display: inline-block;
}

ul.gallery li button img {
    width: auto !important;
}

ul.gallery {
    position: relative;
    right: 0;
    bottom: 0;
}
ul.gallery li .city_btn {
    position: relative;
    right: 0;
    bottom: 0;
    background: #95a1aa;
    width: 184px;
}

ul.gallery li .city_btn button.button {
    width: 220px;
}


.visit-website .left-protfolio .city_btn:before {
    background: transparent;
    width: auto;
}
ul.gallery .city_btn:after {
    border-top: 55px solid #95a1aa;
}
ul.gallery li .city_btn button span {
    color: #fff;
    font-size: 15px;
    /* font-weight: 500; */
    text-transform: capitalize;
    /* letter-spacing: .5px; */
    text-indent: -31px;
}
ul.gallery li .city_btn .button:before{
    background: #5b7b93 !important; 
}
ul.gallery li .city_btn button span i {
    color: #385564;
    position: relative;
    right: -12px;
}

ul.gallery li a {
    background: #95a1aa;
    font-size: 18px;
    font-weight: 700;
}

ul.gallery a:after {
    border-top: 56px solid #95a1aa;
}

ul.gallery a i {
    color: #385564;
}

ul.gallery li button {
    color: #95a1aa;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 500;
    letter-spacing: 2px;
    height: 56px;
}

ul.gallery li:first-child button.btn.btn-primary {
    padding-left: 0;
}

ul.gallery li button:hover {
    color: #95a1aa;
}

ul.gallery li button img {
    margin-left: 7px;
}
.visit-website {
    padding-bottom: 99px;
}
.right-protfolio {
    background: rgba(62, 84, 100, .9);
    padding: 40px;
    position: relative;
    margin-top: -130px;
    right: 32px;
    max-width: 365px;
    float: right;
    width: 100%;
}

.right-protfolio ul {
    margin-bottom: 31px;
}

.right-protfolio ul h4 {
    color: #f26426;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.right-protfolio ul li,
.right-protfolio ul li a {
    font-size: 16px;
    color: #fff;
}

ul.bouchure img {
    width: auto !IMPORTANT;
    margin-right: 7px;
    margin-top: -3px;
}

ul.snapshot li {
    padding: 0 0 13px;
    font-weight: 500;
}

.service li {
    padding: 0 0 13px;
}

.service li:last-child {
    padding-bottom: 0;
}

.location h4:nth-child(2) {
    display: none;
}

.left-protfolio {
    padding-right: 6%;
}

ul.bouchure li a {
    font-size: 14px;
    font-weight: 700;
}

ul.bouchure li {
    padding-bottom: 0;
}

ul.bouchure {
    margin-bottom: 10px;
}

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

.portfolio-model .expertise-text {
    padding: 0;
}

.client-model .modal-body {
    padding: 0;
}

div#myModal-pop {
    padding: 0;
}

div#myModal-pop .client-model {
    margin: 0 auto;
}

div#myModal-pop .client-model .modal-content {
    background: transparent;
    box-shadow: 0 0;
    border: none;
}

.portfolio-model .carousel-indicators {
    background: transparent !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 auto;
    bottom: 21px !important;
    position: absolute;
}

.right-protfolio .gallery {
    display: none;
}

#portfolio-detail-page section.similar-project {
    padding-top: 0;
}

.view-all a i {
    margin-left: 12px;
}

.learn-more:hover {
    color: #e76329 !important;
}
.left-protfolio ul.city_btn, .right-protfolio ul.city_btn{
    background: transparent !IMPORTANT;
    width: auto;
}
/*.left-protfolio .city_btn:before, .left-protfolio .city_btn:after, .right-protfolio ul.city_btn:after, .right-protfolio ul.city_btn:before{
    display: none;
}*/
.single-projects section.similar-project {
    padding-top: 0;
}




/*Team*/

div#banner-section .city_btn {
    right: auto;
    left: 0;
    bottom: -80px;
}
.team-btn-mob{
    display: none;
}
div#banner-section .city_btn a:after {
    right: -34px;
}
.page-template-team .slider-text a.bottom-arrow img {
    width: 100%;
    max-width: 40px;
    height: auto;
}
.city_btn a img {
    width: auto;
    margin-left: 7px;
    height: auto;
}

.page-template-team div#banner-section p {
    display: none;
}

.page-template-team .slider-text {
    /*background: url(../images/team-slide.jpg) !important;*/
    position: relative;
    padding: 140px 0 230px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-team h3.page-title {
    padding: 22px 0 22px;
    margin: 0;
    line-height: 40px;
    font-size: 48px;
}
.page-template-templates .our-portfolio {
    text-align: center;
    padding: 75px 0 62px;
}

.page-template-team .our-portfolio p {
    margin-bottom: 0;
}

.commitment_sec {
    background: #e3e3e3;
    padding:90px 0 120px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.commitment_sec:after {
    content: '';
    background: url(../images/team_bg.png);
    background-repeat: no-repeat;
    background-position:-45px 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -20%;
    height: 100%;
    width: 75%;
    z-index: -1;
}

#team_overview {
    display: flex;
    /* align-items: center; */
}

.page-template-team .team-sec {
    background: #3d5464;
    padding: 52px 57px;
    width: 100%;
    max-width: 68%;
    float: left;
    /*margin-right: -30px;*/
    position: relative;
}

.page-template-team .team-sec .slick-slider {
    position: static;
}

.page-template-team .team-sec h4 {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

.page-template-team .team-sec p {
    color: #FFF;
    font-size: 16PX;
    text-transform: capitalize;
    padding: 7px 0 15px;
}
.cls-no-position {
    padding-top: 15px;
}
.page-template .team-member {
    margin-bottom: 40px;
    width: 50%;
    float: left;
    position: relative;
}

ul.category {
    margin-bottom: 30px;
}

.category li {
    padding: 0 0 43px;
    position: relative;
}

.category li.active:before, .category li:hover:before {
    content: '';
    background-image: url(../images/arrow_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -28px;
    top: 1px;
    width: 12px;
    height: 26px;
}

.category li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #3e5464;
    padding: 0 0 30px;
}
#team .slick-dots {
    margin-left: 0;
    margin-right: 0;
    background: #95a1aa;
/*    width:100%;
*/    width:auto;
/*    max-width: 173px;
*/    padding:13px 10px;
    bottom: -128px;
    left: -72px;
    height: 46px;
}

.page-template-team .team-sec .slick-slider ul.slick-dots {
    bottom: -46px !important;
    left: 0 !important;
}
.page-template-team .team-sec .slick-slider {
    position: static;
    margin: 0;
}

.page-template-team .team-sec .slick-slider ul.slick-dots button:before{
    display: none;
}

#team .slick-dots li {
    cursor: pointer;
    width: 29px;
    height: 4px;
    transform: skew(37deg);
    -webkit-transform: skew(-37deg);
    -ms-transform: skew(-37deg);
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    margin: 0 15px;
}

#team .slick-dots li.slick-active {
    background: #f26426;
}


/*Contact- page*/

.contact-bg {
    background: url(../images/contact-bg.jpg) !important;
}

section.conatct-detail {
    z-index: 9;
    position: relative;
}

section.conatct-map1 {
    width: 100%;
    float: left;
    margin-top: -95px;
}

.conatct-map img {
    width: 100%;
    height: 100%;
    min-height: 663px;
    object-fit: cover;
}

.contact-info {
    padding: 0 4%;
}

.main-office {
    width: 23%;
    float: left;
    background: rgba(62, 84, 100, .9);
    padding: 20px 35px;
    margin-top: -86px;
    position: relative;
    height: auto;
}

.main-office h4 {
    color: #f26426;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.main-office .footer-icon {
    display: none;
}

.main-office address, .main-office p {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
}

.main-office address a{
    color: #fff;
}

.main-office address a:hover{
    color: #f26427;
}

.main-office p a{
    color: #fff;
}

.main-office p a:hover{
    color: #f26427;
}

.main-office p a br{
	/*display: none;*/
}

.leasing {
    background: #f26427;
    padding: 21px 0px 21px 3.5%;
    width: 71%;
    float: left;
    position: relative;
    display: table;
    /* table-layout: fixed; */
    z-index: 9;
    height: 95px;
}

.leasing ul {
    position: relative;
    z-index: 99;
    display: table-caption;
    display: table-row;
}

.leasing:after {
    content: "";
    border-top: 137px solid #f26426;
    border-right: 35px solid transparent;
    position: absolute;
    right: -34px;
    top: 0;
}

.leasing:after {
    content: "";
    background: #f26426;
    position: absolute;
    top: 0;
    right: -38px;
    width: 100%;
    transform: skew(-31deg,0);
    height: 100%;
    border: 0;
    z-index: -9;
    border: none !important;
}

.leasing h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.leasing a {
    position: relative;
    color: #fff;
    font-size: 13px;
    margin-right: 18px;
    font-weight: 500;
    display: inline-block;
    clear: both;
}


.leasing a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 15px;
    top: 3px;
    right: -9px;
}

.leasing a:last-child:after {
    background: transparent;
}

.leasing ul li:last-child {
    padding-right: 0;
}

.leasing ul li {
    width: 25%;
    float: left;
    padding: 0;
    /* display: table-cell; */
    width: auto;
    margin-left: 0;
}

.leasing ul li:first-child {
    margin-left: 0;
    width: 23%;
}

.leasing ul li:nth-child(2) {
    width: 23%;
}
.leasing ul li:nth-child(3) {
    width: 29%;
}

.leasing ul li span,
.leasing-text {
    display: none;
}

.contact-bg p {
    margin-top: 40px !important;
}

.leasing a:last-child {
    margin-right: 0;
}


/*About us*/
.page-template-about-us div#banner-section {
    background-attachment: scroll;
    background-position: right bottom;
}

#about-us .slider-text {
    background: url(../images/about-bg.jpg);
    padding: 367px 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}

.cultivating-community {
    background: rgba(62, 84, 100, .9);
    padding: 39px 8% 78px 65px;
    width: 100%;
    max-width: 957px;
    position: absolute;
    right: 0;
    top: 9.6%;
}

.cultivating-community h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 4px;
}

.cultivating-community p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 500;
}

.cultivating-community .carousel {
    position: static;
}

.cultivating-community .slider-indicator {
    bottom: -50px !important;
    background: #95a1aa;
    width: auto;
    padding: 10px 10px 16px 15px;
    bottom: 0;
    left: 0;
    max-width: inherit;
    margin: 0;
    position: absolute;
    display: inline-block;
    right: auto;
}

.cultivating-community .slider-indicator li {
    width: 29px;
    height: 4px;
    transform: skew(-37deg);
    -moz-transform: skew(-37deg);
    -webkit-transform: skew(-37deg);
    transform: skew(-37deg);
    background: rgba(255, 255, 255, .9);
    display: inline-block;
    margin: 0 9px;
    cursor: pointer;
}

.cultivating-community .slider-indicator:after {
    content: "";
    border-top: none;
    border-right: none;
    position: absolute;
    right: -35px;
    top: 0;
    background: #95a1aa;
    transform: skew(-43deg);
    width: 100%;
    height: 100%;
    left: 24px;
    z-index: -9;
}

a.bottom-arrow {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFF;
    font-size: 42px;
    margin: 0 auto;
    text-align: center;
}

section#building-partnship {
    width: 100%;
    position: relative;
    float: left;
    padding: 95px 3% 64px 10%;
    z-index: 9;
    overflow: hidden;
}

section#building-partnship:before {
    position: absolute;
    content: '';
    background: url(../images/building-bg.png);
    width: 100%;
    height: 1000px;
     z-index: -9; 
    left: -19%;
    top: -60%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(0deg);
}

.left-cont {
    padding-left: 22px;
    padding-right: 31px;
    width: 40%;
    float: left;
    padding-top: 165px;
}
.right-cont {
    width: 53%;
    float: right;
}
.left-cont h3 {
    font-size: 48px;
    color: #3e5464;
    line-height: 60px;
    margin-bottom: 35px;
    letter-spacing: 4px;
    font-weight: 500;
}

.left-cont p {
    font-size: 18px;
    color: #9e9e9e;
    line-height: 36px;
}

.right-cont h6 {
    color: #3e5464;
    font-size: 34px;
    line-height: 46px;
}

.right-cont figure {
    width: 100%;
    text-align: right;
    margin-top: 31px;
}

.right-cont p {
    color: #9e9e9e;
    font-size: 18px;
    margin-top: 28px;
}

section#building-partnship .col-lg-5 {
    display: flex;
    align-items: center;
}

.buling-slider {
    position: relative;
}

/*.buling-slider:before {
    background: url(../images/about-arrow-left.png);
    width: 100%;
    max-width: 183px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -160px;
    top: -40px;
}*/

div#carouselExampleIndicators-building{
    position: relative;
    overflow: visible;
}

div#carouselExampleIndicators-building:after{
       background: url(../images/about-arrow-left.png);
    width: 100%;
    max-width: 183px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -160px;
    top: -40px; 
}
.buling-slider:after {
    background: url(../images/about-arrow-right.png);
    width: 100%;
    max-width: 136px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    right: 0px;
    bottom: -84px;
}

.right-cont .slider-indicator li {
    background: rgba(0, 0, 0, .5)
}

.right-cont .slider-indicator {
    bottom: -40px;
    left: 0;
    margin: 0;
    display: initial;
    margin-left: 89px;
}

.expertise {
    position: relative;
}

.expertise-left h3, .expertise-overlay h3 {
    font-size: 40px;
    line-height: 60px;
    color: #f26426;
    margin-bottom: 31px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

ul.area-expert li {
    margin-bottom: 48px;
}

ul.area-expert li:last-child {
    margin-bottom: 0;
}

ul.area-expert li a {
    font-size: 22px;
    color: #95a1aa;
    line-height: 3px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
}
ul.area-expert li a:hover {
    color: #3e5464;
}
.area-expert-mob {
    display: none;
}

.expertise-img,
.expertise-left {
    width: 50%;
    float: left;
}

.expertise-img img {
    width: 100%;
    height: 100%;
    min-height: 756px;
}

section#expertise {
    position: relative;
    width: 100%;
    float: left;
}

.expertise-left {
    padding: 50px 7.4%;
}

.expertise-overlay {
    position: absolute;
    bottom: 46px;
    background: rgba(62, 84, 100, .9);
    width: 64.4%;
    padding: 3% 7% 3% 4%;
    right: 0;
    height: auto;
    max-width: 918px;
}


.expertise-overlay .slider-indicator li {
    background: rgba(255, 255, 255, .85);
}

.expertise-overlay p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.expertise-overlay h3,
.expertise-overlay ul,
.expertise-overlay .top-text {
    display: none;
}

.expertise-overlay .carousel {
    position: static;
}

.expertise-overlay .slider-indicator {
    bottom: -48px !important;
    background: #95a1aa;
    width: 100%;
    padding: 22px 5px;
    bottom: 0;
    left: 0;
    max-width: 22.4%;
    margin: 0;
}

section#expertise {
    position: relative;
    width: 100%;
    float: left;
    border-top: 21px solid #3e5464;
}

#meet-team {
    background: url(../images/meet-team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    background-attachment: fixed;
}

.meet-team-text {
    background: rgba(62, 84, 100, .9);
    padding: 70px 150px;
    width: 100%;
    max-width: 73%;
    margin: 0 auto;
    position: relative;
}

.meet-team-text p {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: justify;
}

body .meet-team-text .arrow-icon, #city-market button.button i {
    color: #3d5464;
    margin-left: 20px;
    position: relative;
    top: -1.5px;
}


/*Button-hover*/

.button {
    background: #f26426;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left:0%;
    transform: translate(-50%, -50%);
    background: #f26426;
    color: #fff;
    padding: 14px 15px;
    text-align: center;
    height: 56px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.button span {
  display: block;
  position: relative;
  z-index: 10;
}

.button:after, .button:before {
    padding: 45px 0 11px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% - 80px);
    height: calc(100% - 29px);
    width: calc(100% + 20px);
    color: #fff;
    border-radius: 2px;
    transform: skew(-35deg);
}

.city_btn:after {
    content: "";
    border-top: 55px solid #ec6333;
    border-right: 34px solid transparent;
    position: absolute;
    right: -34px;
    top: 0;
    -ms-transition-delay: .27s;
    -moz-transition-delay: .27s;
    -webkit-transition-delay: .27s;
    transition-delay: .27s;
}

.button:after {
  background: #fff;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -moz-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -o-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0.8;
}

.button:before {
  background: #db5a28;
  z-index: 5;
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1); 
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.button:hover:after {
    left: calc(0% - 38px);
    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.button:hover:before {
    left: calc(0% - 38px);
    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);

}


.page-template-contact-us #banner-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -8%;
    padding: 365px 0 265px 0 !important;
}

.page-template-contact-us .inner-text {
    padding: 0 6%;
    top: 58%;
}

.page-template-contact-us .inner-text .container {
    max-width: 100%;
}

.page-template-contact-us #banner-section h2 {
    font-weight: 500;
    font-size: 83px;
}

.page-template-contact-us #banner-section p {
    margin-top: 20px !important;
    line-height: 36px !important;
    /*font-weight: 300 !important;*/
    font-size: 19px !important;
    padding-left: 10px;
}

.page-template-portfolio .inner-text {
    padding: 0 82px;
}

.page-template-portfolio .slider-text .container {
    max-width: 100%;
    position: relative;
    padding: 0;
}

.tabbing-sec .tab-right .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 999;
    text-align: center;
}

.tabbing-sec .tab-right .loading span {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

section#portfolio-detail {
    padding-top: 30px;
}

#portfolio-detail .container {
    max-width: 96%;
}

.similar-project .view-all a {
    position: relative;
    font-weight: 500;
}

.similar-project .view-all a i {
    position: absolute;
    top: 0;
}

.similar-project .container {
    max-width: 100%;
    padding: 0 25px;
}

.info_window img {
    width: 200px !important;
    height: 150px;
    object-fit: cover;
}

.info_window span {
    display: block;
}

.page-template-team .slider-text .inner-text {
    padding: 0 82px;
}

.page-template-team .slider-text .container {
    max-width: 100%;
    position: relative;
    padding: 0;
}

.commitment_sec .right-text {
    padding-left: 0px;
    padding-top: 40px;
    width: 34%;
}

.page-template-team div#banner-section .city_btn {
    left: 0;
}

.gm-style div {
    background: transparent !important;
    box-shadow: 0 0 !important;
    overflow: visible !important;
    border: none !important;
    position: relative;
}

.gm-style .info_window span {
    padding: 4px 13px;
    color: #fff;
    font-family: 'Brandon Grotesque';
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

.gm-style .info_window {
    background: #f26427 !important;
}

.gm-style span#iw-close-btn {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 99;
    color: #fff;
    font-family: 'Brandon Grotesque';
    font-size: 0;
}

.gm-style span#iw-close-btn:before {
    content: "x";
    font-weight: bold;
    font-size: 16px;
    background: transparent;
    left: auto;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    bottom: auto;
}

.gm-style button.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .info_window span:before {
    content: "";
    background: #f26427;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: 19px;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    transform: rotate(45deg);
    z-index: -9;
}

.page-template-services .inner-text {
    padding: 0 92px;
    top: 62%;
}

.page-template-services .container {
    max-width: 100%;
    padding: 0;
}

.page-template-services .inner-text p {
    margin-top: 50px !important;
}


.slider-home .rss-inner-slider-item.slick-slide {
    margin: 0;
}

.slider-home .rss-inner-slider-item.slick-slide video {
    margin: 0 !important;
    width: 100%;
    object-fit: cover;
}

.right-side .slider-text .rss-innerpage-slider-wapp {
    margin: 0;
}

.page-template-portfolio .city_btn {
    width: 210px;
    left: 0px !important;
}

.page-template-portfolio .city_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 23px;
    top: 0;
    transform: skew(-42deg);
    background: #f26426;
}

.page-template-portfolio .city_btn button.button {
    height: 48px;
    padding: 0 0;
    width: 252px;
    letter-spacing: 1.2px;
}
.page-template-portfolio .city_btn button.button span {
    text-indent: 18px;
    text-align: left;
}

.page-template-portfolio .city_btn:after{
    display: none;
}

img#myimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


img#myimg2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.scrollmagic-pin-spacer .container {
    max-width: 100%;
    padding: 0;
    position: relative;
}

.scrollmagic-pin-spacer div#imagesequence {
    height: 95.7% !important;
}


.scrollmagic-pin-spacer div#imagesequence2 {
    height: 100vh !important; 
}


.slider-text.sliderContainer span.rev-progress-perc {
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    height: 8px;
    bottom: 30px;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 237px !important;
}

.slider-text.sliderContainer span.rev-progress-perc:nth-child(3) {
    right: auto !important;
    left: 20% !important;
}

.slider-text.sliderContainer span.rev-progress-perc:nth-child(5) {
    right: 20% !important;
    left: auto !important;
}

.slider-text.sliderContainer span.rev-progress-perc .tp-bannertimer {
    background: #fff !important;
    border-radius: 5px;
    height: 8px !important;
}

.slider-text.sliderContainer span.rev-progress-perc:before,
.slider-text.sliderContainer span.rev-progress-perc:after {
    display: none !important;
}

.slider-text.sliderContainer span.rev-progress-perc .tp-bannertimer {
    background: #fff !important;
    border-radius: 5px;
    height: 8px !important;
}


.slider-text.sliderContainer .tp-caption h2.growing {
    font-family: 'Brandon Grotesque' !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 50px !important;
    letter-spacing: 1px !important;
}


.slider-text.sliderContainer .tp-caption h2.upwards {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 90px !important;
    letter-spacing: 6px !important;
    font-family: 'Brandon Grotesque' !important;
}

footer .media-body p a {
    color: #fff;
}

footer .media-body p a:hover{
    color: #f26426;
}

.page-template-services .scrollmagic-pin-spacer div#imagesequence {
    height: 100% !important;
}

.client-logo {
    background: #fff;
    padding-bottom: 50px;
    text-align: center;
}


#banner-section .rev_slider_wrapper {
    height: 100vh !important;
}

#banner-section .rev_slider_wrapper .rev_slider {
    height: 100% !important;
}

.portfolio-model .carousel-fixed-item.center.middle-indicator {
    position: relative;
    top: 0;
}

.portfolio-model .carousel-fixed-item.center.middle-indicator .left {
    position: absolute;
    top: 45%;
    left: -10px;
    z-index: 999;
}

.portfolio-model .carousel-fixed-item.center.middle-indicator .right {
    position: absolute;
    top: 45%;
    right: -10px;
    z-index: 999;
}

.portfolio-model .carousel-fixed-item.center.middle-indicator i.material-icons {
    color: #fff;
    font-size: 70px;
    -webkit-text-stroke: 4px #425463;
}

#fixme.fixed {
    position: fixed;
    z-index: 99;
    top: 58px;
    width: 100%;
    background: #3e5464;
}

.page-template-team div#servies .slider-text{
	overflow: hidden;
}

.page-template-team div#servies .slider-text video#bgvid {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0px;
}

.modal-open .modal {
    z-index: 99999;
}

.commitment_sec .container {
    max-width: 100%;
    padding: 0 100px;
}

.commitment_sec .right-text .nav a.nav-link {
    font-size: 20px;
    text-transform: uppercase;
    color: #3e5464;
    padding: 0 0 44px 30px;
    background: transparent;
    position: relative;
}

.commitment_sec .right-text .nav a.nav-link:before {
    content: "";
    background-image: url(../images/arrow_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
    width: 12px;
    height: 26px;
    opacity: 0;
}

.commitment_sec .right-text .nav a.nav-link.active:before {
    opacity: 1;
}


/************************/


/*********Media*********/


/**********************/


@media (min-width: 1920px){
    ul.planing-devp li {
        margin-bottom: 80px;
    }
    ul.planing-devp li span, ul.planing-devp li a {
        font-size: 30px;
    }
    ul.planing-devp p {
        font-size: 20px;
        line-height: 29px;
    }
}


@media (min-width: 1600px) {
    #planning-development section#overview:before {
        border-top: 663px solid #e3e3e3;
        border-right: 180px solid transparent;
    }
   /* .main-office {
        padding: 30px 20px;
    }*/
    /*.leasing {
        padding: 51px 0px 51px 30px;
    }*/
}

@media (min-width: 1600px) {
    /*.leasing {
        padding: 51px 0px 51px 30px;
    }*/
}

@media (max-width: 1920px) {
    /*.main-office {
        padding: 43px 20px;
    }*/
}

@media (max-width: 1800px) {
    /*.main-office {
        padding: 39px 20px;
    }*/
}

@media (max-width: 1600px) {
    /*.main-office {
        padding: 31px 20px;
    }*/
    /*.leasing {
        padding:44px 0px 43px 30px;
    }*/
    .leasing:after {
        border-top: 136px solid #f26426;
    }

}

@media (max-width: 1587px) {
    /*.leasing {
        padding: 43px 0px 43px 30px;
    }*/
    .leasing:after {
        border-top: 136px solid #f26426;
    }

}

@media (max-width: 1586px) {
    /*.leasing {
        padding: 24px 0px 43px 30px;
    }*/
}

@media (max-width: 1501px) {
    /*.leasing {
        padding: 32px 0px 35px 30px;
    }*/
    .leasing:after {
        border-top: 141px solid #f26426;
    }
}

@media (max-width: 1500px) {
    /*.main-office {
        padding: 27px 20px;
    }*/
    .leasing:after {
        content: "";
        border-top: 136px solid #f26426;
        border-right: 28px solid transparent;
    }
    /*.leasing {
        padding: 31px 0px 31px 30px;
    }*/
}

@media (max-width: 1366px) {
    /*.main-office {
        padding:26px 30px;
    }*/
    .our-community-tex p {
        font-size: 62px;
    }
}

@media (max-width: 1330px) {
    /*.leasing {
        padding: 30px 30px 18px;
    }*/
    .leasing h5 {
        font-size: 13px;
    }
    .leasing:after {
        border-top: 136px solid #f26426;
        border-right: 43px solid transparent;
        right: -40px;
    }
    .our-community-tex p {
        font-size: 58px;
    }
    .left-cont {
        padding-top: 175px;
    }
}

@media (max-width: 1300px){
    nav:before {
        width: 22.5%;
    }
    nav:after {
        width: 81.3%;
    }
    /*.leasing {
        padding: 27px 0px 18px 40px;
    }*/
    .leasing ul li {
        padding: 0;
        margin-left: 2%;
    }
    .leasing ul li:first-child {
	    margin-left: 0;
	    width: 22%;
	}
	.leasing ul li:nth-child(2) {
	    width: 22%;
	}
	.leasing ul li:nth-child(3) {
	    width: 25%;
	}
	.main-office {
	    padding: 20px 25px;
	    margin-top: -86px;
	}
}

@media (max-width: 1240px) {
    .leasing:after {
        border-top: 143px solid #f26426;
        right: -41px;
    }
    /*.leasing {
        padding: 33px 30px 22px;
    }*/
    .our-community-tex p {
        font-size: 54px;
    }
    .left-cont {
        padding-top: 195px;
    }
    /*ul.planing-devp li {
        margin-bottom: 46px;
    }*/
    #servies .overview-img img {
        min-height: auto;
    }
    div#banner-section .city_btn {
        left: 7%;
    }
    .leasing a {
	    font-size: 12px;
	}
	.leasing h5 {
	    font-size: 12px;
	}
	.leasing ul li {
	    padding: 0;
	    margin-left: 2%;
	    width: 25%;
	}
	.leasing {
	    padding: 21px 0px 21px 2.5%;
	}
	.main-office address, .main-office p {
	    font-size: 12px;
	}
}

@media (max-width: 1199px) {
    section#our-expertise .carousel-indicators {
        bottom: -65%;
    }
    .leasing:after {
        border-top: 145px solid #f26426;
    }
  /*  .leasing {
        padding: 34px 30px 22px;
    }*/
    nav:before{
        width: 23%;
    }
    nav:after{
      width:   81%;
    }
    body div#services .inner-text p {
        padding-right: 20%;
    }
    div#banner-section .city_btn {
        left: 13%;
    }
    .inner-text h2 strong {
        left: -37%;
    }
    .category li a {
        font-size: 17px;
    }
    .commitment_sec .right-text {
        padding-right: 20px;
    }
    .page-template-team .team-sec{
        padding: 52px 45px;
    }
    .page-template-team .team-sec h4 {
        font-size: 17px;
    }
    .page-template-team .team-sec p {
        font-size: 15PX;
    }
    .page-template-services .slider-text .inner-text p {
        margin-top: 20px !important;
        font-size: 20px !important;
        line-height: 37px !important;
    }
    .page-template-services .slider-text .inner-text {
        padding: 0 82px;
        top: 60%;
    }
    #planning-development section#overview .right-text p {
        font-size: 20px;
        line-height: 37px;
    }
    #planning-development section#overview {
        background-position: 112%;
    }
    .commitment_sec .container {
        max-width: 100%;
        padding: 0 80px;
    }
    .left-img.team-sec .slick-slide>div {
        width: 100%;
        display: block;
        float: left;
    }
}

@media (max-width: 1180px) {
   nav:before{
        width: 24%;
    }
    nav:after{
      width:   80%;
    }
    .right-text h2 {
        font-size: 46px;
    }
    div#servies #overview .right-text {
        padding: 6% 3% 6% 6%;
    }

    div#planning-development .right-text {
        padding:0 45px 0px;
    }
    section#our-expertise a{
        padding-left: 0%;
    }
    .our-community-tex p {
        font-size: 44px;
        line-height: 60px;
    }
    .left-cont h3 {
        font-size: 40px;
    }
    /*.leasing {
        padding: 36px 30px 22px;
    }*/
    div#banner-section .city_btn {
        left: 12%;
    }
    .meet-team-text {
        padding: 60px 70px;
    }
    .leasing ul li {
	    width: 23% !important;
	}
	.main-office p a br {
	    display: block;
	}
	.main-office {
	    margin-top: -95px;
	}
}

@media (max-width:1169px) {
    .expertise-img img {
        min-height: 830px;
    }
    .expertise-left h3, .expertise-overlay h3 {
        font-size: 33px;
    }
    ul.planing-devp li {
        margin-bottom: 46px;
    }
    ul.planing-devp p {
        font-size: 13px;
    }
    .leasing ul li {
        padding: 0;
        margin-left: 2%;
        width: 23%;
    }
}

@media (max-width: 1100px){
	.leasing a {
	    font-size: 11px;
	}
}


@media (max-width:1024px) {
    .right-text {
        padding: 0px 38px 0;
    }
    .right-text h2 {
        font-size: 44px;
    }
    ul.planing-devp p {
        font-size: 12px;
    }
    /** Footer New **/
    .footer_hide {
        opacity: 1;
        backface-visibility: visible;
        height: initial;
        position: static;
        padding: 10px 20px 10px !important;
        position: relative !important;
    }
    .footer_show {
        display: none;
    }
    nav:after {
        width: 80.6%;
    }
    .our-community-tex p {
        font-size: 40px;

    }
    .leasing:after {
        border-top: 152px solid #f26426;
        right: -41px;
    }
    /*.leasing {
        padding: 42px 30px 22px;
    }*/

    div#planning-development .right-text {
        padding: 20px 45px 20px;
    }
    div#banner-section .city_btn {
        left: 6%;
    }
    .leasing ul li {
	    width: 24% !important;
	    margin-left: 1% !important;
	}
	.leasing ul li:first-child {
	    margin-left: 0 !important;
	}
	.leasing a {
	    font-size: 11px;
	}
}

@media (min-width: 992px){
    .page-template-contact-us #banner-section h2 br{
        display: none;
    }
    #expertise .expertise-left h3 br {
        display: none;
    }
    .page-template-portfolio #servies div#banner-section.mobile-show{
    	display: none;
    }
    .page-template-services #servies div#banner-section.mobile-show{
    	display: none;
    }
	.page-template-services section#overview .left-img {
		position: absolute;
		right: 0;
		height: 100%;
	}
}

@media (max-width: 991px) {
	.scrollmagic-pin-spacer {
	    display: none !important;
	}
    #servies .overview-img img {
        min-height: auto;
    }
    body.home section#overview {
        display: flex;
    }
    .overview-img img {
        min-height: auto;
    }
    #meet-team {
        background-attachment: initial;
    }
    div#banner-section .city_btn {
        left: 16%;
    }
    .inner-text h2 {
        font-size: 50px;
    }
    .inner-text h2 strong {
        font-size: 35px;
        position: static;
        left: 0;
        top: 0px;
    }
    .page-template-team div#banner-section .city_btn {
        width: 150px;
        left: 0px;
        bottom: -60px;
    }
    .inner-text h2 span {
        position: static;
        left: 0;
        margin-top: 0;
        display: inline-block;
    }
    nav .logo {
        width: 70%;
    }
    nav:before {
        width: 85%;
    }
    nav:after {
        width: 20%;
    }
    #sideMenuContainer:before {
        content: '';
        height: 60px;
        border-bottom: 60px solid #3e5464;
        border-left: 60px solid transparent;
        width: 166px;
        border-bottom: 60px solid #f26427;
        position: absolute;
        top: -60px;
        right: -30px;
        background: #f26427;
        transform: skew(-44deg);
        opacity: 0;
    }
    #sideMenuContainer {
        background: url(../images/sidebar-bg-mobile.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        top: 60px;
        height: auto;
        width: 100%;
        max-width: 271px;
        background-size: 270px;
        background-color: #f26427;
    }
    section#our-expertise .carousel-indicators {
        bottom: -50%;
    }
    #city-market,
    .our-community-tex {
        padding: 80px;
    }
    .our-community-tex p {
        font-size: 48px;
        line-height: 73px;
        text-align: center;
    }
    .city-mob {
        display: block;
        width: 100%;
    }
    #city-market {
        background-image: url(../images/city-bg-mob.png);
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .our-community-tex {
        width: 100%;
    }
    .close-mob {
        display: block;
    }
    .close-desk {
        display: none;
    }
    /**footer New**/
    .footer_show {
        display: none;
    }
    .footer_hide {
        opacity: 1;
        backface-visibility: visible;
        height: auto;
        position: static !important;
        padding: 0px 30px !important;
    }
    footer .footer_hide .media-left {
        width: 30px;
        margin: 0 0 0px 0;
    }
    footer .media {
        border-bottom: 2px solid rgba(255,255,255,0.4);
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    .footer-links {
        padding: 20px 0;
        width: 250px;
    }
    footer .media-body {
        margin: 0;
        padding: 0 15px;
        display: none !important;
    }
    .media-body.d-md-none {
        display: block !important;
        margin-top: 25px;
        border-top: 2px solid rgba(255,255,255,0.4);
        padding-top: 11px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    footer .media-body p {
        padding: 5px 0 0;
        font-size: 11px;
    }
    .col-lg-3 {
        order: 2;
    }
    .col-lg-4 {
        order: 3;
    }
    .media-body {
        order: 4;
    }
    #planning-development section#overview:before {
        display: none;
    }
    #planning-development section#overview {
        display: initial;
        flex-direction: column-reverse;
        display: flex;
    }
    #planning-development section#overview .right-text,
    #planning-development section#overview .left-img {
        width: 100%;
    }
    #planning-development section#overview .expertise-text {
        padding: 0;
    }
    #planning-development .carousel-indicators {
        width: 35%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -20px;
    }
    #planning-development h3.page-title {
        display: none;
    }
    #planning-development section#overview .right-text h3.page-title {
        display: block;
        padding-top: 0;
    }
    .slider-indicator li {
        margin: 0 15px;
    }
    .model-text a img {
        margin-bottom: 40px;
    }
    .visit-website .row {
        flex-direction: column-reverse;
        display: flex;
    }
    .portfolio-img .container {
        max-width: 100%;
        padding: 0;
    }
    ul.gallery li button {
        display: none;
    }
    .right-protfolio .gallery {
        display: block;
        margin-bottom: 0;
        text-align: right;
        width: 100%;
        margin-bottom: -20px;
        top: -35px;
    }
    .right-protfolio ul.bouchure {
        margin-top: 40px;
    }
    .left-protfolio .gallery {
        display: none;
    }
    ul.gallery a:after {
        border-top: 47px solid #95a1aa;
        right: auto;
        left: -34px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    ul.gallery li a {
        font-size: 15px;
        padding-right: 30px;
    }
    ul.gallery.city_btn li {
        position: relative;
        right: -70px;
    }
    section#portfolio-detail h3 {
        display: block !IMPORTANT;
    }
    ul.tetent-mix {
        margin-bottom: 30px;
    }
    .right-protfolio {
        top: -50px;
        right: 0;
    }
    .location h4:nth-child(2) {
        display: block;
    }
    .location h4:nth-child(1) {
        /*display: none;*/
    }
    .page-template-team div#banner-section p {
        display: block;
        margin-top: 10px;
        font-size: 18px;
        line-height: 37px;
    }
    div#servies .inner-text p {
        padding-right: 0;
        display: none !important;
    }
    .city_btn a {
        padding: 9px 15px;
        height: 47px;
    }
    .city_btn a:after {
        border-top: 47px solid #f26426;
        border-right: 34px solid transparent;
    }
    .page-template-team #planning-development section#overview {
        background: none;
    }
    .page-template-team h3.page-title {
        line-height: 58px;
        font-size: 36px;
    }
    .page-template-team-sec {
        margin-right: 0;
        z-index: 99;
    }
    .category li a {
        font-size: 16px;
        padding: 0;
    }
    .category li {
        padding: 0 0 19px;
    }
    #team_overview .right-text {
        padding: 40px 30px 0 0;
    }
    body .arrow-icon {
        margin-left: 8px;
    }
    .learn-more {
        font-size: 14px;
    }
    .page-template-team-member {
        margin-bottom: 25px;
        width: 100%;
    }
    .page-template-team-sec h4 {
        font-size: 16PX;
    }
    .page-template-team-sec p {
        font-size: 14PX;
        padding: 2px 0 8px;
    }
    .page-template-team-member:nth-child(4),
    .page-template-team-member:nth-child(5),
    .page-template-team-member:nth-child(6) {
        display: none;
    }
    .page-template-team-sec:after {
        position: absolute;
        content: '';
        background: #3d5464;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
        right: -34%;
    }
    /*contact*/
    .contact-info {
        flex-direction: column-reverse;
        display: flex;
    }
    .main-office {
        width: 100%;
        margin-top: 0;
        position: relative;
        background: rgb(231, 99, 41);
        padding: 50px 60px;
        top: 36px;
        height: auto;
    }
    .leasing {
        padding: 50px 60px;
        width: 100%;
        background: #3d5464;
    }
    .main-office .footer-icon {
        display: block;
    }
    .main-office h4 {
        color: #fff;
        font-weight: 500;
    }
    .leasing h5 {
        font-size: 24px;
        font-weight: 500;
        margin: 9px 0 0 0;
    }
    .main-office .footer-icon li a {
        border: 1px solid #3e5565;
    }
    .main-office address {
        display: none;
    }
    .leasing ul li {
	    width: 100% !important;
	    padding: 0 0 30px;
	    display: block;
	    margin-left: 0 !important;
	}
    .leasing ul li a {
        display: none;
    }
    .mob-left {
        float: left;
        width: 50%;
    }
    .leasing ul li span {
        display: block;
        float: left;
        margin-right: 33px;
    }
    .leasing ul li span a {
        width: 44px;
        height: 44px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        border-radius: 100%;
        border: 1px solid #e76329;
        text-align: center;
        line-height: 44px;
        float: none;
        clear: none;
    }
    .leasing ul li span a:after {
        display: none;
    }
    .contact-bg {
        background: none !important;
        background-color: #e76329 !important;
        padding: 160px 0 200px 0 !important;
        position: relative;
    }
    .page-template-contact-us .inner-text {
        padding: 0 6%;
        top: 143px;
        transform: none;
        left: 0;
    }
    .page-template-contact-us #banner-section {
        background-repeat: no-repeat !IMPORTANT;
        background-size: cover !IMPORTANT;
        background-image: url(/wp-content/themes/roadside/images/contact-bg.png) !important;
        background-position: initial!important;
    }
    .contact-bg:after {
        background: #fff;
        position: absolute;
        content: '';
        width: 100%;
        height: 54px;
        top: 0;
    }
    .contact-bg p {
        display: none;
    }
    .leasing-text {
        display: block;
        color: #fff;
		float: left;
    }
    /*about*/
    .area-expert-mob,
    .expertise-overlay h3,
    .expertise-overlay ul,
    .top-text {
        display: block;
    }
    .area-expert-desk,
    .bottom-text {
        display: none;
    }
    .right-cont figure {
        text-align: left;
    }
    .right-cont .slider-indicator {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }
    .expertise-left,
    .expertise-overlay .slider-indicator {
        display: none;
    }
    .expertise-img,
    .expertise-left {
        width: 100%;
    }
    .expertise-overlay {
        position: absolute;
        bottom: auto;
        background: rgba(62, 84, 100, .8);
        width: 100%;
        padding: 45px 55px;
        right: 0;
        top: 0;
        height: 100%;
        left: 0;
        max-width: 100%;
    }
    p.top-text {
        display: block !IMPORTANT;
    }
    ul.area-expert {
        margin-top: 80px;
    }
    ul.area-expert li a {
        color: #fff;
    }
    ul.area-expert li a:hover{
        color: #fff !important;
    }
    ul.area-expert li {
        margin-bottom: 48px;
        padding-right: 0%;
        line-height: 33px;
    }
/*    ul.area-expert-desk li:last-child, ul.area-expert-desk li:nth-child(5) {
    display: none;
}*/
    ul.area-expert-mob li a {
        color: #b5bdc3;
    }
    ul.area-expert-mob {
        margin-top: 0 !important;
    }
    ul.area-expert-mob li {
        padding: 0;
    }
    .expertise-detail {
        width: 100%;
        float: left;
        padding: 45px 55px;
    }
    .buling-slider {
        padding-top: 40px;
    }
    #meet-team .city_btn a {
        height: 56px;
    }
    #meet-team .city_btn a:after {
        border-top: 56px solid #f26426;
        border-right: 35px solid transparent;
    }
    .cultivating-community {
        position: relative;
        right: auto;
        top: auto;
        left: 0;
        margin: -130px auto 0;
        z-index: 99;
        width: 87%;
    }
    #about-us .slider-text {
        POSITION: RELATIVE;
        Z-INDEX: -9;
    }
    /**Menu**/
    .close_menu {
        top: -50px !important;
        right: 16px !important;
        cursor: pointer;
        width: 60px;
        background: #f26427;
        padding: 10px 10px;
    }
    .close_menu img {
        width: 100%;
    }
    .menu {
        padding: 10px 28px 30px 0;
    }
    .community-section-mobile .city_btn {
        display: block;
    }
    .our-community-tex .city_btn {
        display: none;
    }
    .community-section-mobile {
        position: relative;
    }
    .community-section-mobile .city_btn {
        right: 35px;
        bottom: -47px;
    }
    #city-market {
        padding-bottom: 80px !IMPORTANT;
        background: url(../images/community-bg.png) !important;
        background-position:center!IMPORTANT;
        background-repeat: no-repeat !IMPORTANT;
        background-size: cover !important;
    }
    .community-section-mobile .city_btn a:after {
        border-right: 35px solid transparent;
        border-top: 47px solid #f26426;
    }
    .right-text h2 {
        font-size: 33px;
    }
    .carousel-indicators {
        display: none;
    }
    .slider-text #carouselExampleIndicators .carousel-item a.play i {
        display: block;
    }
    .carousel-item a.play i {
        display: block;
        color: #fff;
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 49px;
        font-size: 16px;
        position: relative;
        margin: 21px 110px 0;
    }
    .slider-text #carouselExampleIndicators .carousel-item a.play i:hover {
        background: rgba(255, 255, 255, .3);
    }
    #meet-team {
        padding:170px 5% 170px;
        background-position: 0 -320px;
    }
    .cultivating-community ol.carousel-indicators {
        display: block;
    }
    .cultivating-community .slider-indicator {
        bottom: -47px !important;
        padding: 9px 5px 14px;
        max-width: 226px;
        text-align: center;
    }
    .cultivating-community .slider-indicator:after {
        background: #95a1aa;
        border: none;
        height: 100%;
        transform: skew(-35deg);
        width: 100%;
        z-index: -9;
        left: 20px;
    }

    .portfolio div#banner-section .city_btn {
        right: auto;
        left: 17%;
    }
    .list-view {
        padding: 45px 0 30px;
    }
    .fliter-sec {
        padding: 25px 30px 25px !important;
    }
    .contact-info {
        background: #e7e7e7;
        position: relative;
        z-index: 99;
        top: -50px;
        padding-right: 0;
    }
   .leasing {
        margin-top: 0;
        position: relative;
        top: 36px;
        display: block;
        height: auto;
    }
    .leasing ul {
        display: block;
    }
    .leasing:after {
        display: none;
    }
    .contact-info {
        position: relative;
        z-index: 99;
        top: -50px;
        padding-right: 0;
        background: #e7e7e7 url(../images/contact-after.png);
        background-repeat: no-repeat;
        background-position: right 0;
    }
    .right-protfolio {
        width: 100%;
        float: left;
    }
    .right-protfolio ul {
        width: 50%;
        float: left;
    }
    ul.service {
        width: 50%;
        float: left;
        padding-right: 10px;
        order: 4;
    }
    .right-protfolio {
        padding-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
    #planing-dev-page ol.carousel-indicators {
        display: block;
    }
    #planing-dev-page ol.carousel-indicators {
        display: block;
        padding: 9px 29px 15px;
    }
   body #planning-development section.similar-project{
        padding-top: 30px;
    }
    .home-arrow {
        display: block;
        margin: 0 0 -20px !IMPORTANT;
    }
    .right-cont h6 {
        color: #3e5464;
        font-size: 34px;
        line-height: 46px;
        padding-left: 16%;
    }
    .left-nav {
        display: none;
    }
    div#carouselExampleIndicators-building:after {
        left: 0px;
        top: 0px;
        background-size: 50%;
    }
    section#building-partnship {
        padding: 95px 6% 64px 6%;
    }
    .buling-slider:after {
        right: 0;
        background-size: 100%;
    }
    .buling-slider:after {
        max-width: 95px;
        bottom: -110px;
    }
    .left-cont {
        margin-bottom: 40px;
        width: 100%;
        padding-top: 60px;
        padding-left: 0px;
        padding-right: 0;
    }
    .right-cont{
        width: 100%;
    }
    .right-cont figure img{
        width: 100%;
    }
    ul.planing-devp li:before, ul.area-expert-desk li:before{
        top:0;
    }
    .community-section-mobile .city_btn button i {
        margin-left: 29px;
    }
    .community-section-mobile .city_btn {
        right: 39px;
        bottom: -56px;
    }
    .meet-team-text {
        max-width: 100%;
        padding: 50px 60px;
    }
    .left-protfolio ul.city_btn, .right-protfolio ul.city_btn {
        width: 100%;
    }
    ul.gallery li .city_btn Button {
        display: block;
    }
    ul.gallery li .city_btn button span i {
        margin-left: 28px;
        display: inline-block;
    }
    ul.gallery li .city_btn:before {
        background: transparent;
    }
    ul.gallery li .city_btn:after{
           content: "";
        border-top: 57px solid #95a1aa;
        border-right: 34px solid transparent;
        position: absolute;
        right: auto;
        top: 0;
        -ms-transition-delay: .27s;
        -moz-transition-delay: .27s;
        -webkit-transition-delay: .27s;
        transition-delay: .27s;
        transform: rotate(181deg);
        left: -33px;
        top: -1px;
    }

    #sideMenuContainer ul li a, .menu li a {
        font-size: 30px;
        font-weight: 500;
    }
    #sideMenuContainer .menu-head-menu-container {
        /* overflow-x: scroll;
        height: 90%; */
        padding-top: 0;
    }
    #sideMenuContainer .menu-head-menu-container {
        padding-right: 2px;
        position: relative;
        top: 0;
        padding: 0;
    }
    .menu li {
        padding: 34px 0;
    }
    body div#services .inner-text p {
        padding-right: 0;
    }
    #planning-development section#overview {
        background-image: none;     padding-top: 0;
    }
    div#planning-development {
        padding: 0px 0 0px;
    }
    div#planning-development .right-text {
        padding: 50px 30px 30px;
    }
    section#overview {
        display: inherit;
    }
    .planing-devp-mobile li.state:last-child {
        margin-bottom: 0 !IMPORTANT;
    }
    .planing-devp-mobile li.state {
        margin-bottom: 50px !IMPORTANT;
    }
    .right-protfolio ul.gallery .button:hover:before {
        left: calc(0px - -20px);
    }
    .right-protfolio ul.gallery  .button:hover:after {
        left: calc(0% - -21px);
    }
    .city_btn button.button {
        /*width: 180px;*/
            width: 210px;
        padding: 0;
    }
    .left-protfolio p {
        padding: 0 0 15px;
    }
    .visit-website {
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.gallery li .city_btn {
        right: -50px;
        transform: none;
    }
    .page-template-team .team-sec {
        padding: 30px;
        }
        #team .slick-dots {
        bottom: -106px;
        left: -30px;
    }
    div#servies .slider-text {
        padding: 260px 0 100px 0 !important;
        background-position: right bottom !important;
        background-size: 350px !important;
    }
    .team-btn-mob{
        display: block;
    }
    .team-btn-desk{
        display: none;
    }
    .page-template-contact-us #banner-section h2 {
        margin-top: 13px;
        font-size: 53px;
    }
    .footer-links li {
        padding:3px 0;
        width: 100px;
    }
    .footer-links li a {
        font-weight: 500;
        font-size: 11px;
    }
    footer {
        padding: 30px 0 20px;
    }
    .expertise-text {
        padding: 0;
    }
    section#our-expertise a{
        padding-left: 0%;
    }
    #our-expertise {
        padding: 110px 0 120px;
        background-attachment: scroll;
    }

    header nav{
        padding: 16px 14px;
    }
    .slider-text .progressBarContainer{
        display: none;
    }

    section#expertise {
        border-top: 8px solid #3e5464;
    }
    section#sculpture-img{
        padding:190px;
        border-top: 10px solid #3e5464;
        border-bottom: 10px solid #3e5464;
        background-attachment: scroll;
    }
    .top-header div#sideMenu:before {
        content: "";
        background: #ec6333;
        position: absolute;
        top: 0;
        width: 21%;
        height: 100%;
        right: -100%;
        transform: skew(-43deg);
        transition: 0.3s ease-in-out;
    }
    .top-header .menu-open div#sideMenu:before {
        right: -4%;
    }
    .slk_slider .inner-text {
        left: 0;
        transform: none;
        text-align: center;
        width: 100%;
        top: 40%;
    }

    .page-template-portfolio #servies div#banner-section {
        background-size: cover !important;
        height: 100vh;
        background-position: 88% center !important;
    }
    .page-template-portfolio #servies div#banner-section:before {
        content: "";
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.3;
    }
    .page-template-portfolio .inner-text {
        padding: 0 25px;
    }
    .page-template-portfolio .inner-text .city_btn {
        left: 0 !important;
    }
    .similar-project .container {
        max-width: 1250px;
        padding: 0 15px;
    }
    ul.service li {
        word-break: break-all;
    }
    .page-template-team #servies .inner-text h2 {
        font-weight: 500;
        font-size: 65px;
        letter-spacing: 1px;
    }
    .page-template-team div#banner-section .city_btn:after {
        border-top: 38px solid #ec6333;
    }
    .page-template-team div#banner-section .city_btn button.button {
        height: 40px;
        font-size: 15px;
    }
    .page-template-about-us div#servies .slider-text {
        background-size: cover !important;
        height: 460px;
        background-position: 29% bottom !important;
        background-attachment: scroll;
    }
    .right-side {
        padding-left: 0;
        background: #3d5464;
    }
    .meet-team-text p {
        font-size: 27px;
        letter-spacing: 3px;
        text-align: left;
    }
    .page-template-team div#servies .slider-text {
        background-size: cover !important;
        height: 100vh;
    }
    .team-sec .slk .slick-slide>div {
        display: block;
        float: left;
        width: 100%;
    }
    .commitment_sec .learn-more i.arrow-icon {
        transform: none;
        top: -6px;
    }
    .page-template-team .team-sec h4 {
        font-size: 15px;
        letter-spacing: 3px;
    }
    .page-template-services div#servies .slider-text {
        height: auto;
        background-size: cover !important;
        background-position: center center !important;
        padding: 110px 0px 0px 0px !important;
    }

    .page-template-services div#servies .slider-text#banner-section h2{
        margin-top:100px;
    }
    .page-template-services div#servies .slider-text#banner-section{
        height:100vh;
        overflow: auto;
    }

    .page-template-services .slider-text .inner-text {
        padding: 0 82px;
        top: 0;
        position: relative;
        transform: none;
        left: 0;
    }
    ul.planing-devp li:before, ul.area-expert-desk li:before{
        display: none;
    }
    #servies .inner-text ul.planing-devp li a {
        color: #fff;
    }
    #servies #overview .right-text,
    #servies #overview .left-img {
        width: 100%;
    }
    #servies #overview ul.planing-devp li:first-child,
    #servies #overview ul.planing-devp li:nth-child(2),
    #servies #overview ul.planing-devp li:nth-child(3),
    #servies #overview ul.planing-devp li:nth-child(4) {
        display: none;
    }
    .community-text {
        margin-bottom: 30px;
    }
    ul.planing-devp li span {
        font-size: 24px;
    }
    div#servies #overview .right-text {
        padding: 47px 85px 0px;
        background: url(../images/city-bg-mob.png);
        background-repeat: no-repeat;
        background-position: right 0px;
    }
    div#servies #overview .right-text {
        background: #e3e3e3;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 9;
        padding: 100px 85px 50px;
    }
    div#servies #overview .right-text:after {
        content: '';
        background: url(../images/right-bg-service.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        position: absolute;
        top: 40px;
        right: 0px;
        height: 100%;
        width: 280px;
        z-index: -1;
    }
    div#servies #overview .right-text a.learn-more {
        margin-bottom: 70px;
        display: inline-block;
    }
    div#servies #overview ul.planing-devp li {
        margin-bottom: 50px;
    }
    div#servies #overview ul.planing-devp {
        margin-bottom: 70px;
    }
    .community-text {
        display: block;
    }
    .planing-mob li , .planing-devp-mobile li{
        margin-bottom: 60px !IMPORTANT;
    }
    body .planing-mob li a span {
        color: #fff;
    }
    #services section#overview {
        display: initial;
    }
    #services section#overview {
        display: initial;
    }
    #services .right-text, #services .left-img{
        width: 100%;
    }
    #services #overview .right-text:after {
        content: '';
        background: url(/wp-content/uploads/2018/11/right-bg-service.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        position: absolute;
        top: 0;
        right: -20%;
        height: 100%;
        width: 75%;
        z-index: -1;
    }
    #services #overview .right-text {
        background: #e3e3e3;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 9;
        padding:50px 85px 50px;
    }
    .community-title h4:first-child {
        margin-bottom: 20px;
    }
    .right-text h2 {
        margin: 48px 0 55px;
    }
    .planing-mob {
        display: block;
        margin-top: 80px;
    }
    .planing-mob p {
        display: none;
    }
    #servies .inner-text p {
        display: none;
    }
     .planing-devp-mobile {
        display: block;
        padding:30px 85px 30px;
    }
    .planing-devp-desktop {
        display: none;
    }
    div#planning-development {
        padding: 58px 0 0px;
    }
    #building-partnship .right-cont p {
        padding-left: 16%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #our-expertise .carousel {
        margin-left: 190px;
        padding-right: 5%;
    }
    section#our-expertise:before {
        background-size: 166px;
    }
    footer a.Designed.mobile-show {
        display: block !important;
        margin: 0;
    }
    footer a.Designed.mobile-hide {
        display: none !important;
    }
    ul.area-expert li a span {
        display: block;
    }
    ul.area-expert li a span br {
        display: none;
    }
    .expertise-img img {
        height: 775px !important;
        min-height: auto;
    }
    #servies .inner-text ul.planing-devp li a span span{
        display: block;
    }
    #servies .inner-text ul.planing-devp li a span span br {
        display: none;
    }
    ul.planing-devp p{
        display: none !important;
    }
    .planing-devp-mobile li.state:first-child {
        width: 220px;
    }
    footer .footer_hide .container {
	    padding: 0;
	    max-width: 100% !important;
	}
	.main-office p a{
		color: #fff;
	}
	.main-office address, .main-office p {
	    font-size: 17px;
	    line-height: 28px;
	}
    .commitment_sec .right-text .nav a.nav-link {
        font-size: 15px;
        padding: 0 0 35px 20px;
    }
    .commitment_sec .right-text .nav a.nav-link:before {
        background-size: 9px;
    }
	footer span.cls-copyright-text.mobile-hide {
		display: none;
	}
	.footer_hide ul.footer-icon {
		display: block !important;
	}
	footer span.bottom-designed {
		font-size: 12px;
		color: #fff;
		font-weight: 500;
		margin-top: 10px;
		display: block;
	}
	footer span.bottom-designed a.Designed.mobile-hide {
		display: inline-block !important;
		margin: 0;
	}
}


@media (max-width: 942px) {
    div#banner-section .city_btn {
        left: 14%;
    }
    .buling-slider:after {
        bottom: -109px;
    }

    .team-btn-mob i{margin-right: 11px;}
    .right-text h2 {
        font-size: 42px;
    }
    .community-title h4:first-child {
        margin-bottom: 20px;
    }
    .right-text h2 {
        margin: 48px 0 55px;
    }
    .planing-mob {
        display: block;
        margin-top: 80px;
    }
    .planing-mob p {
        display: none;
    }
    #servies .inner-text p {
        display: none;
    }
    #servies .inner-text ul.planing-devp li a {
        color: #fff;
    }
    #servies #overview .right-text,
    #servies #overview .left-img {
        width: 100%;
    }
    #servies #overview ul.planing-devp li:first-child,
    #servies #overview ul.planing-devp li:nth-child(2),
    #servies #overview ul.planing-devp li:nth-child(3),
    #servies #overview ul.planing-devp li:nth-child(4) {
        display: none;
    }
    .community-text {
        margin-bottom: 30px;
    }
    ul.planing-devp li span {
        font-size: 24px;
    }
    div#servies #overview .right-text {
        padding: 47px 85px 0px;
        background: url(../images/city-bg-mob.png);
        background-repeat: no-repeat;
        background-position: right 0px;
    }
    div#servies #overview .right-text {
        background: #e3e3e3;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 9;
        padding: 100px 85px 50px;
    }
    div#servies #overview .right-text:after {
        content: '';
        background: url(../images/right-bg-service.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        position: absolute;
        top: 0;
        right: -20%;
        height: 100%;
        width: 75%;
        z-index: -1;
    }
    div#servies #overview .right-text a.learn-more {
        margin-bottom: 70px;
        display: inline-block;
    }
    div#servies #overview ul.planing-devp li {
        margin-bottom: 50px;
    }
    div#servies #overview ul.planing-devp {
        margin-bottom: 70px;
    }
    .community-text {
        display: block;
    }
    /** Services  Customer Logos**/
    .client-logo .slick-arrow {
        position: absolute;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        border: 0;
        font-size: 0;
        width: 30px;
        height: 25px;
        top: 50%;
        outline: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }
/*    .client-logo .slick-prev {
        background-image: url(../images/pre_arrow.png);
        left: 0;
    }
    .client-logo .slick-next {
        background-image: url(../images/nxt_arrow.png);
        right: 0;
    }*/
    .client-logo .slick-list {
        padding: 0 0px;
    }
    .client-logo .slick-initialized .slick-slide {
        text-align: center;
    }
    .client-logo .slick-slide a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .client-logo .slick-slide img {
        display: inline-block;
    }
    .our-portfolio {
        padding: 40px 0;
    }
    .our-portfolio h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .our-portfolio p {
        font-size: 17px;
        line-height: 22px;
    }
    ul.area-expert li:last-child {
        padding-bottom: 0;
    }
    .portfolio div#banner-section .city_btn {
        right: auto;
        left: 15%;
    }
    .planing-devp-mobile {
        display: block;
        padding:30px 85px 30px;
    }
    .planing-devp-desktop {
        display: none;
    }
    body div#services .inner-text p{
        display: none;
    }
    #services .inner-text h2 {
        font-size: 68px;
    }
    .planing-mob li , .planing-devp-mobile li{
        margin-bottom: 60px !IMPORTANT;
    }
    body .planing-mob li a span {
        color: #fff;
    }
    #services section#overview {
        display: initial;
    }
    #services .right-text, #services .left-img{
        width: 100%;
    }
    #services #overview .right-text:after {
        content: '';
        background: url(/wp-content/uploads/2018/11/right-bg-service.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        position: absolute;
        top: 0;
        right: -20%;
        height: 100%;
        width: 75%;
        z-index: -1;
    }
    #services #overview .right-text {
        background: #e3e3e3;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 9;
        padding:50px 85px 50px;
    }
    body #services .planing-devp-mobile li:last-child {
        margin-bottom: 0 !IMPORTANT;
    }
    .page-template-team .our-portfolio {
        display: none;
    }
    div#servies #overview .right-text:after {
        width: 420px;
        right: -170px;
        top: 50px;
    }
}

@media (max-width: 840px){
    ul.area-expert li {
        padding-right: 0;
    }
    .slider-indicator li {
        margin: 0 12px;
    }
    div#banner-section .city_btn {
        left: 9%;
    }
    section#sculpture-img{
        padding:160px;
    }
}

@media (max-width: 804px){
    .right-text h2 {
        font-size: 37px;
    }
    .right-text h4 {
        font-size: 26px;
    }
}


@media (max-width:768px){
    nav:before {
        width: 86%;
    }
    div#banner-section .city_btn {
        left: 6%;
    }
}

@media (min-width: 768px){
	.right-side #banner-section.slider-text .mobile-content {
		display: none;
	}
}


@media (max-width: 767px) {
    div#banner-section .city_btn {
        left: 17%;
    }
    body.home section#overview {
        display: inherit;
    }
    .right-text {
        padding: 70px 25px;
    }
    a.project-box img {
        min-height: 173px;
        max-width: 100%;
    }
    section.similar-project .col-lg-4.col-md-4.col-sm-12 {
        margin-bottom: 24px;
    }
    div#portfolio .inner-text h2 {
        font-size: 65px;
        line-height: 74px;
    }
    nav:before {
        width: 85%;
    }
    nav:after {
        width: 21.3%;
    }
    .left-img,
    .right-text,
    .our-community-tex,
    .our-community-tex {
        width: 100%;
    }
    .right-text {
        padding: 100px 25px;
    }
    section#our-expertise .carousel-indicators {
        bottom: -60px;
        display: none;
    }
    section#our-expertise:before {
        bottom: 28px;
        background-position: left bottom;
        top: auto;
        height: 130px;
        background-size: 60px;
        width: 70px;
    }
    #our-expertise {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }
    #our-expertise p {
        font-size: 22px;
        line-height: 40px;
    }
    .community-title h4:first-child {
        margin-bottom: 20px;
    }
    .community-title h4:first-child {
        margin-bottom: 20px;
    }
    .right-text h2 {
        margin: 48px 0 55px;
    }
   
    .page-title {
        font-size: 30px;
        line-height: 74px;
        margin-bottom: 30px;
    }
    .slider-indicator li {
        margin: 0 7px;
    }
    #planning-development section#overview {
        padding: 0;
    }
    div#planning-development h3.page-title {
        padding-top: 30px;
    }
    section.similar-project {
        padding: 20px 20px 50px !important;
        background: transparent;
        position: relative;
        overflow: hidden;
    }

    section.similar-project:before {
        content: "";
        background: url(../images/simllar-pro-bg-mob.png);
        height: 100%;
        width: 100%;
        position: absolute;
        top: -100px;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: right top;
    }
    section#planing-dev-page {
        position: relative;
        z-index: 9;
    }
    .view-all {
        margin: 20px 0 0px;
    }
    section#portfolio-detail h3 {
        margin-bottom: 0;
    }
    .page-template-team-sec:after {
        width: 152%;
        right: -151%;
    }
    .page-template-team-sec {
        margin-right: 132px;
        z-index: 99;
        padding: 20px 20px;
    }
    .page-template-team-sec h4 {
        font-size: 14PX;
    }
    .page-template-team_indicates {
        bottom: -67px;
        left: -20px;
    }
    .leasing h5 {
        font-size: 11px;
        margin: 11px 0 0;
        letter-spacing: 1px;
        font-weight: 600;
        position: relative;
        top: -1px;
    }
    .main-office p {
        padding-left: 126px;
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
    }
    .leasing:after {
        display: none;
    }
    #meet-team .city_btn a:after {
        border-right: 36px solid transparent;
    }
    .meet-team-text p {
        font-size: 20px;
        line-height: 39px;
        text-align: left;
        letter-spacing: 2px;
    }
   .meet-team-text {
        padding: 20px 50px;
        top: auto;
        bottom: 0px;
        position: relative;
    }
    ul.area-expert {
        margin-top: 40px;
    }
    .area-expert-mob li a {
        line-height: 28px !important;
    }
    .area-expert-mob li {
        padding-bottom: 40px !important;
        line-height: 0 !important;
    }
    .expertise-detail {
        padding: 40px 20px 20px;
    }
    section#building-partnship:before,
    .expertise-img {
        display: block;
    }
    section#expertise {
        background-image: url(/wp-content/uploads/2018/11/expertise-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        padding: 400px 0 260px;
        background-position: center;
    }
    .left-cont h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .left-cont p {
        font-size: 13px;
        color: #9e9e9e;
        line-height: 21px;
    }
    /**Portfolio Detail**/
    ul.gallery.city_btn li {
        right: -50px;
        top: -60px;
    }
    ul.service {
        width: 50%;
        float: left;
        padding-right: 10px;
    }
    .right-protfolio {
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
    }
    .close_menu {
        width: 50px;
    }
    ul.area-expert li {
        /*padding-bottom: 40px;*/
        padding-right: 0%;
        line-height: 27px;
    }
    #servies a.bottom-arrow,
    {
        display: none;
    }
    .commitment_sec:after {
        background-position: bottom left;
        right: 0;
    }
    .our-community-tex p {
        font-size: 39px;
        line-height: 66px;
    }
    #city-market {
	    padding: 35px 30px;
	    padding-bottom: 70px !important;
	}
    .our-community-tex {
        padding: 30px 15px 30px 15px;
    }
    section#overview {
        display: initial;
    }
    div#carouselExampleIndicators-building:after {
        left: 0px;
        max-width: 160px;
    }
    .right-cont h6 {
        font-size: 19px;
        line-height: 28px;
    }
    div#portfolio .inner-text h2 {
        font-size: 60px;
        line-height: 74px;
    }
    div#portfolio header .city_btn {
        width: 219px;
        left: 15%;
    }
    .page-template-team .slider-text a.bottom-arrow img{
        display: none;
    }
    .inner-text {
        top: 42%;
    }
    .page-template-team .team-sec h4 {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .page-template-team .team-sec p {
        font-size: 13px;
        padding: 4px 0 12px;
    }
    .page-template-team .team-sec {
        padding: 30px 0px 0px 26px;
    }
    #team .slick-dots {
        left: -10px;
    }
    .contact-bg {
        padding: 180px 0 160px 0 !important;
    }
    .page-template-contact-us #banner-section h2 {
        /*margin-top: 108PX;*/
        font-size: 48px !important;
    }
    .leasing ul li {
        padding: 0 0 20px;
    }
    .leasing ul li span a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 29px;
        margin-right: 5px;
    }
    .leasing, .main-office {
        padding: 20px 23px;
    }
    .conatct-map img {
        min-height: auto;
        height: 440px;
        object-fit: cover;
        position: relative;
        top: -140px;
    }
    #meet-team {
        padding: 110px 25px 90px 25px;
        background-size: cover;
        background-position: center -140px;
        /* background-color: #fff; */
        background: transparent;
        position: relative;
    }
    #meet-team:before {
        content: "";
        background: url(../images/meet-team-bg.jpg);
        position: absolute;
        top: 0;
        width: 100%;
        height: 70%;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .expertise-overlay {
        padding: 30px 20px 45px 20px;
    }
    .expertise-overlay h3 {
        line-height: 36px;
        margin-bottom: 26px;
        font-size: 30px;
    }
    .buling-slider:after {
        bottom: -121px;
        background-size: 80%;
        right: -19px;
    }
    #building-partnship:before {
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -moz-transform: initial !important;
        -webkit-transform: initial !important;
        background-size: 430px !important;
        left: 0 !important;
        top: -40% !important;
    }
    .expertise-img img {
        display: none;
    }
    .cultivating-community p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 5px;
    }
    .cultivating-community h2 {
        font-size: 21px;
        line-height: 33px;
    }
    .cultivating-community .slider-indicator:after {
        right: -34px;
    }
    div#servies .slider-text {
        background-position: -300px bottom;
        padding: 240px 0 80px 0 !important;
    }
    .overview-img img {
        min-height: auto;
        height: auto;
    }
    
    .expertise-text {
        padding: 0px;
    }
    .expertise-overlay p {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
    }
    .expertise-overlay .carousel {
        position: static;
        width: 100%;
        max-width: 300px;
    }
    .expertise-detail li {
        margin: 0 !important;
    }
    .city_btn {
        right: 1px;
        bottom: -47px;
        width: 180px;
        transform: scale(0.7);
    }
    .leasing-text {
		font-size: 13px;
		margin-top: 0px;
		margin-bottom: 5px;
		float: left;
	}
    .leasing ul li span {
        margin-right: 10px;
    }
    .main-office h4 {
        font-size: 13px;
    }
    .contact-info {
        padding: 0 0% 0 11%;
    }
    .community-section-mobile .city_btn {
        right: 0;
        bottom: -47px;
    }
    #back-to-top {
        bottom: 99px;
        right: 26px;
        width: 33px;
        height: 33px;
        line-height: 31px;
        font-size: 27px;
    }
    section.conatct-map1 {
        width: 100%;
        float: left;
        margin-top: -100px;
        height: 430px;
    }
    #our-expertise .carousel {
        margin-left: 93px;
        padding-right: 9%;
    }
    body .arrow-icon{
        /*display: none;*/
    }
    #our-expertise .container {
        max-width: 100%;
        padding: 0;
    }
    .top-header div#sideMenu:before {
        width: 22%;
    }
    .inner-text h2 span {
        font-size: 61px;
    }
    .page-template-contact-us .inner-text {
        padding: 0 6%;
        top: 124px;
        transform: none;
        left: 0;
    }
    #servies .inner-text h2 {
        font-size: 65px;
    }
    .page-template-portfolio .inner-text .city_btn {
	    left: 0 !important;
	    transform: none;
	    font-size: 13px;
	    width: 167px;
	    bottom: -60px !important;
	}
    .page-template-portfolio .inner-text .city_btn button.button {
	    height: 44px;
	    width: 206px;
	    letter-spacing: 1px !important;
	}
	.page-template-portfolio .city_btn button.button span {
	    letter-spacing: 1px;
	}
	.inner-text .city_btn span img {
	    width: 7px;
	}
    .page-template-portfolio .inner-text .city_btn:after {
        border-top: 45px solid #ec6333;
        border-right: 34px solid transparent;
    }
    .page-template-templates .our-portfolio {
        padding: 25px 10px 20px;
    }
    .page-template-templates .our-portfolio p {
        font-size: 13px;
        line-height: 19px;
    }
    .page-template-templates .our-portfolio h3 {
        font-size: 17px;
        line-height: 23px;
    }
    .icon-menu {
        font-size: 12px;
        padding-left: 20px;
    }
    .icon-menu img {
        width: 100%;
        max-width: 21px;
    }
    .icon-menu {
        height: 46px;
        line-height: 42px;
    }
    ul#tabs li {
        font-size: 12px;
        padding: 14px 40px 14px 10px;
    }
    .project-detail {
        bottom: 11px;
        left: 15px;
    }
    .project-detail h5 {
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 2px;
    }
    .project-detail p {
        font-size: 13px;
    }
    .service li {
        padding: 0 0 3px;
    }
    .right-protfolio ul li, .right-protfolio ul li a {
        font-size: 12px;
        color: #fff;
    }
    ul.gallery li .city_btn button span {
        font-size: 14px;
    }
    ul.gallery li .city_btn {
        right: -40px;
        transform: none;
        width: 128px;
    }
    ul.gallery li .city_btn:after {
        border-top: 39px solid #95a1aa;
    }
    ul.gallery li .city_btn Button {
        display: block;
        height: 38px;
        right: 46px !important;
        width: 172px!important;
        left: auto;
        text-align: right;
        padding-right: 4px;
    }
    ul.gallery li .city_btn button span {
        font-size: 13px;
    }
    ul.gallery li .city_btn button span i {
        margin-left: 28px;
        display: inline-block;
        font-size: 19px;
        position: relative;
        left: -8px;
        top: -4px;
    }
    ul.bouchure li a {
        font-size: 11px;
        font-weight: 700;
    }
    #portfolio-detail .page-title {
	    padding: 50px 93px 10px 10px;
	    font-size: 20px;
	    line-height: 25px;
	    letter-spacing: 1px;
	}
    .similar-project .view-all a {
        left: -10px;
    }
    .similar-project .view-all a i {
        position: absolute;
        top: 0px;
        margin-left: 4px;
    }
    .similar-project .view-all a img {
        width: 9px;
    }
    .commitment_sec .container {
        max-width: 100%;
    }
    .commitment_sec .learn-more i.arrow-icon {
        transform: rotate(0deg);
        top: -6px;
    }
    .category li {
        padding: 2px 0 14px 16px;
    }
    .category li.active:before, .category li:hover:before {
        left: 0px;
        width: 12px;
        height: 22px;
        background-size: 9px;
        top: 5px;
    }
    .commitment_sec .learn-more i.arrow-icon {
        transform: rotate(0deg);
        top: -6px;
        display: block;
    }
    .commitment_sec {
        padding: 50px 0 90px;
    }
    .commitment_sec .container {
        max-width: 100%;
        padding: 0 0px 0 40px;
    }
    .category li a {
        font-size: 11px;
        padding: 0;
    }
    #meet-team .meet-team-text i.arrow-icon {
        display: inline-block;
    }
    .footer-icon li a {
        width: 26px;
        height: 26px;
        font-size: 10px;
        line-height: 25px;
    }
    .page-template-team .slider-text .inner-text {
        padding: 0 25px;
        top: 49%;
    }
    .page-template-team div#banner-section .city_btn {
        width: 150px;
        left: 0px;
        bottom: -60px;
        transform: none;
    }
    .page-template-team .slider-text .inner-text p {
        max-width: 450px;
    }
    .page-template-services .slider-text .inner-text {
        padding: 0 30px;
        top: 0;
        position: relative;
        transform: none;
        left: 0;
    }
    .page-template-services .slider-text .inner-text h2 {
        max-width: 450px;
    }
    .planing-devp-mobile {
        padding: 30px 30px 30px;
    }
    div#servies #overview .right-text {
        background: #e3e3e3;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 9;
        padding: 60px 30px 0px;
    }
    .community-text {
        display: block;
        padding-right: 11%;
    }
    .page-template-services #servies a.bottom-arrow {
        display: none;
    }
    #planning-development section#overview .right-text p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    #planing-dev-page ol.carousel-indicators {
        padding: 5px 10px 10px 10px;
        text-align: center;
        width: 190px;
    }
    #planing-dev-page ol.carousel-indicators li {
        margin: 0 4px;
    }
    #planning-development section#overview .right-text h3.page-title {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .home #overview .right-text {
        padding: 55px 25px;
    }
    .home #overview .right-text h4 {
        font-size: 18px;
        margin: 0 0 15px 0;
        font-weight: 500;
    }
    .home #overview .right-text h2 {
        font-size: 32px;
        margin: 33px 0;
    }
    .home #overview .right-text i.arrow-icon {
        display: inline-block;
        top: 2px;
        position: relative;
    }
    #building-partnship .right-cont figure {
        margin-top: 46px;
    }
    #building-partnship .right-cont p {
        padding-left: 16%;
        margin-top: 9px;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .right-cont .slider-indicator li {
        background: rgba(0, 0, 0, .5);
        width: 17px;
        height: 3px;
    }
    div#servies #overview .right-text:after {
        width: 410px;
        right: -190px;
        top: 30px;
    }
    #planning-development section#overview .right-text a, #planning-development section#overview .right-text a i {
        font-size: 11px;
        font-weight: 500;
    }
    .menu-filter {
        width: 220px;
        top: 46px;
    }
    .menu-filter ul:last-child {
        margin-bottom: 0;
    }
    .menu-filter:after {
        bottom: -266px;
    }
    .right-side #banner-section.slider-text {
	    height: 100vh;
	    background: url(/wp-content/uploads/2018/11/banner-img.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	}
    .right-side .slider-text .rev_slider_wrapper {
	    display: none !important;
	}	
	.right-side #banner-section.slider-text .mobile-content {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    transform: translate(0,-50%);
	}
	.right-side #banner-section.slider-text .mobile-content button.btn.video-link {
	    width: 50px;
	    height: 50px;
	    border: 2px solid #fff;
	    border-radius: 50%;
	    display: block;
	    margin: 0 auto;
	    padding: 0;
	    visibility: visible !important;
	    font-size: 0;
	    text-align: center;
	}
	.right-side #banner-section.slider-text .mobile-content button.btn.video-link:before {
	    content: "\f0da";
	    font-family: "fontawesome";
	    font-size: 30px;
	    color: #fff;
	}
	.mobile-video{
		display: block;
		padding: 0px;
	}
	.video-banner {
	    background: #000;
	}
	.video-banner .modal-dialog {
	    margin: 0;
	    height: 100%;
	}
	.video-banner .modal-dialog .modal-content {
	    background: transparent;
	    margin: 0;
	    border: none;
	    height: 100%;
	    align-items: center;
	}
	.video-banner .modal-dialog .modal-content .modal-header {
	    border: none;
	    padding: 0;
	    position: absolute;
	    right: 13px;
	    z-index: 99;
	    top: 0;
	    line-height: 0;
	}
	.video-banner .modal-dialog .modal-content .modal-header button.close {
	    padding: 0;
	    margin: 0;
	    color: #fff;
	    opacity: 1;
	    font-size: 60px;
	    font-weight: 200;
	}
	.video-banner .modal-dialog .modal-content .modal-body {
	    align-items: center;
	    display: flex;
	}
	.video-banner .modal-dialog .modal-content .modal-body iframe {
	    height: auto;
	}
	.mobile-video video {
	    width: 100%;
	    height: auto;
	}
	.mobile-content h2 {
	    font-family: 'Brandon Grotesque' !important;
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: 600 !important;
	    font-size: 33px !important;
	    letter-spacing: 1px !important;
	    margin-bottom: 15px;
	}
	.mobile-content h2 span {
	    display: block;
	    font-size: 50px;
	}
	.client-model button.close {
	    position: absolute;
	    right: -2px;
	    opacity: 1;
	    top: 8px;
	}
	.portfolio-model .carousel-item img {
	    height: 320px !important;
	}
	div#myModal-pop .client-model .modal-content {
	    position: static;
	}
	.portfolio-model .carousel-fixed-item.center.middle-indicator .left {
	    top: 35%;
	}
	.portfolio-model .carousel-fixed-item.center.middle-indicator .right {
	    top: 35%;
	}
	.filters {
	    padding-top: 45px;
	}
}

@media (max-width: 680px){
    nav:before {
        width: 85.5%;
    }
    div#banner-section .city_btn {
        left: 14%;
    }
    #planning-development .carousel-indicators {
        width: 37%;}
        .cultivating-community {
        padding: 20px 25px;
    }
    section#building-partnship {
        padding: 45px 6% 64px 6%;
    }
    .left-cont h3 {
        margin-bottom: 6px;
    }
    section#our-expertise a {
        padding-left: 0%;
        font-size: 11px;
        letter-spacing: 1px;
    }
    .top-header div#sideMenu:before {
        width: 23%;
        /*right: -6%;*/
    }
    .top-header .menu-open div#sideMenu:before {
        right: -6%;
    }
    #sideMenuContainer {
        max-width: 270px;
    }
    .left-protfolio p {
        padding: 0 0 15px;
        font-size: 12px;
        line-height: 23px;
    }
    ul.tetent-mix strong {
        font-size: 14px;
    }
    ul.tetent-mix li a {
        font-size: 12px;
    }
    ul.tetent-mix li {
        padding: 1px 0 0 12px;
    }
    ul.tetent-mix li:before {
        top: 12px;
    }
    section#our-expertise a .arrow-icon {
	    position: relative;
	    top: 6.5px;
	}
}

@media (max-width: 620px){
    .right-cont h6 {
        padding-left: 24%;
    }
    nav:before {
        width: 86.3%;
    }
    #planning-development .carousel-indicators {
        width: 40%;}
        div#banner-section .city_btn {
        left: 10%;
    }
    .page-template-team #servies .inner-text h2 {
        font-size: 45px;
    }
    .page-template-team div#banner-section p {
        font-size: 16px !important;
    }
    #building-partnship .right-cont p {
        padding-left: 24%;
    }
}

@media (max-width: 574px) {
    ul.gallery .city_btn:before {
        width: auto;
    }
    .visit-website {
        padding: 0 5%;
    }
    .close_menu {
        right: 14px!important;
    }
    #sideMenu {
        margin: 0;
    }
    .close_menu {
        background: transparent;
    }
    .slider-text .carousel-indicators li.active:before {
        width: 100%;
    }
    nav:before {
        width: 87%;
    }
    /*section#expertise {
        padding: 399px 0 300px;
    }*/
    .cultivating-community {
        max-width: 440px;
    }
    div#servies .inner-text h2 {
        padding-left: 0;
        font-size: 43px;
    }
    div#servies #overview .right-text:after {
        background-position: initial;
        width: 290px;
        right: 0px;
    }
    div#servies #overview .right-text {
        padding: 35px 30px 0px;
    }
    .planing-devp-mobile {
        padding: 20px 30px 20px;
    }
    ul.planing-devp li span {
        font-size: 18px;
    }
    #services .inner-text h2 {
        font-size: 54px;
        padding-left: 0;
    }
    #planning-development .carousel-indicators {
        width: 46%;
    }
    div#banner-section .city_btn {
        left: 3%;
    }
    .page-template-contact-us #banner-section {
        margin-top: -55px;
    }
   /* #sideMenuContainer {
        background-size: 70%;
    }*/
    .right-text h4 {
        font-size: 25px;
    }
    #our-expertise p {
        font-size: 18px;
        line-height: 29px;
    }
    .learn-more {
        font-size: 12px;
    }
    .right-protfolio ul h4 {
        font-size: 14px;
    }
    div#servies #overview .right-text a.learn-more {
        margin-bottom: 35px;
        font-size: 10px;
    }
    .page-template-services .slider-text .inner-text h2 {
        max-width: 300px;
    }
    .planing-mob {
        display: block;
        margin-top: 50px;
    }
    .page-template-services .planing-devp.planing-mob li.state {
        margin-bottom: 40px !important;
    }
    body .planing-mob li a span {
        color: #fff;
        font-size: 18px;
    }
    .community-text {
        font-size: 15px;
    }
    #servies section#overview .right-text img {
        margin-right: 1px;
        width: 15px;
        top: 2px;
        position: relative;
    }
    .commitment_sec .container {
        padding: 0 0px 0 20px;
    }
    .commitment_sec .right-text .nav a.nav-link {
        font-size: 13px;
        padding: 0 0 27px 11px;
    }
    .commitment_sec .right-text .nav a.nav-link:before {
        background-size: 7px;
        top: 2px;
    }
    .commitment_sec .learn-more {
        padding: 0 0 0 25px;
        margin-left: 10px;
    }
    .team-member .footer-icon li span.tw_link {
        bottom: -20px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #sideMenuContainer:before {
        width: 153px;
    }
    div#portfolio .inner-text h2{
        padding-left: 0;
    }
    nav:before {
        width: 79%;
    }
    nav:after {
        width: 31%;
    }
    .inner-text h2 {
        font-size: 40px;
    }
    .slider-text .carousel-indicators li {
        width: 100%;
    }
    nav .logo {
        width: 70%;
    }
    .logo img {
        max-width: 139px;
    }
    .slider-text img {
        height: 100vh;
    }
    .slider-text .carousel-indicators li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .expertise-text {
        padding: 0px;
    }
    .our-community-tex p {
	    font-size: 22px;
	    letter-spacing: 2px;
	    text-align: center;
	    line-height: 38px;
	}
    .page-title {
        font-size: 385x;
        line-height: 44px;
    }
    #planning-development .carousel-indicators {
        width: 50%;
    }
    ul.gallery.city_btn li {
        margin-bottom: 20px;
    }
    .page-template-team-member {
        margin-bottom: 40px;
        width: 100%;
    }
    #team_overview {
        display: initial;
        align-items: center;
    }
    .commitment_sec:after {
        background-position: -80px top;
    }
    section#team_overview .right-text,
    section#team_overview .left-img {
        width: 50%;
    }
    .page-template-team-sec {
        margin-right: 0;
    }
    .commitment_sec {
        background: url(../images/commtment-bg.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;

    }
    .main-office {
        width: 100%;
        margin-top: 0;
        background: rgb(231, 99, 41);
        /*padding: 20px 30px;*/
    }
    .main-office .footer-icon li a {
        margin-right: 1px;
    }
    ul.service {
        /*width: 100%;*/
    }
    ul.area-expert li {
        padding-right: 0;
    }
    ul.area-expert li a {
        font-size: 18px;
    }    .inner-text h2 {
        padding-left: 40px;
    }
    div#servies #overview .right-text:after {
        background-position: 0 0px;
        right: -60px;
        width: 350px;
    }
    div#portfolio .inner-text h2 {
        font-size: 40px;
        line-height: 54px;
    }
    div#portfolio header .city_btn {
        left: 7%;
    }
    #services #overview .right-text:after {
        background-position: left;
        width: 75%;
    }
    #services #overview .right-text {
        padding: 50px 35px 50px;
    }
    .commitment_sec .container {
        padding-right: 0;
    }
    #team .slick-dots li{
        margin: 0 6px;
    }
    .meet-team-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .meet-team-text {
        padding: 20px 30px;
    }
    .cultivating-community .slider-indicator {
        bottom: -37px !important;
        padding: 4px 5px 9px;
        max-width: 146px;
        text-align: center;
        width: 100%;
    }
    .cultivating-community .slider-indicator li {
        width: 19px;
        margin: 0 4px;
    }
    .cultivating-community p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }
    div#servies .slider-text {
        background-position: right bottom !important;
        background-size: 250px !important;
    }
    #our-expertise .carousel {
        margin-left: 85px;
        padding-right: 14%;
    }
    .top-header div#sideMenu:before {
        width: 36%;
        /*right: -11%;*/
    }
    .top-header .menu-open div#sideMenu:before {
        right: -10.5%;
    }
    .page-template-team .commitment_sec .left-img.team-sec .team-member {
        width: 100%;
        margin: 0 0 26px 0;
    }
    .page-template-team .commitment_sec .left-img.team-sec {
        width: 65% !important;
    }
    .page-template-team .commitment_sec .right-text {
        width: 35% !important;
        padding: 30px 0 0 0 !important;
    }    
    .page-template-team .commitment_sec .right-text .category li {
        padding-left: 3px;
    }
    .page-template-team .commitment_sec .right-text .category li a {
        font-size: 11px;
    }
    .page-template-team .commitment_sec .right-text .category li:before {
        background-size: 7px;
        top: 7px;
        left: -9px;
    }
    #planing-dev-page ol.carousel-indicators {
        padding: 1px 3px 7px 2px;
        text-align: center;
        width: 140px;
    }
    #planing-dev-page ol.carousel-indicators li {
        margin: 0 3px;
        width: 17px;
    }
    #planning-development section#overview .right-text p {
        font-size: 13px;
        line-height: 26px;
    }
}

@media (max-width: 414px){
    nav:before {
        width: 80%;
    }
    #services #overview .right-text:after {
        background-position: -30px 20px;
        width: 75%;
        transform: rotate(0deg);
    }
    #planning-development .carousel-indicators {
        width: 55%;
    }
    .commitment_sec .container {
        padding-right: 0;
    }
    .footer-icon li a {
        width: 25px;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
    }
    .team-sec .slick-initialized .slick-slide {
        margin: 0;
    }
    .page-template-team .team-sec p {
        font-size: 12PX;
    }
    .page-template-team .team-sec h4{
        font-size: 14px;
    }
    #team_overview .right-text {
        padding: 0px 20px 0 0;
    }
    .contact-bg {
        padding: 165px 0 !IMPORTANT;
    }
    section#expertise {
        padding: 399px 0 250px;
    }
    .menu li {
        padding: 30px 0;
    }
    .commitment_sec .container {
        padding-right: 0;
        padding-left: 15px;
    }
    .commitment_sec .right-text .nav a.nav-link {
        font-size: 11px;
        padding: 0 0px 27px 11px;
    }
    .page-template-team .team-sec {
        padding: 20px 0px 0px 20px;
    }
}

@media (max-width: 375px) {
    nav:before {
        width: 82%;
    }
    .page-template-team-sec {
        z-index: 99;
        padding: 10px 7px;
    }
    .category li a {
        font-size: 14px;
    }
    .learn-more {
        font-size: 12px;
    }
    body #team_overview .arrow-icon {
        font-size: 22px;
        margin-left: 3px;
        vertical-align: sub;
    }
    .expertise-text {
        padding: 0px;
    }
    #building-partnship .container {
        width: 100%;
        padding-right: 35px;
        padding-left: 45px;
    }
    ul.bouchure {
        padding-left: 25px;
    }
    .right-text h2 {
        font-size: 33px;
    }
    .right-text {
        padding: 60px 25px;
    }
    .right-cont h6 {
        font-size: 17px;
        line-height: 25px;
    }
    div#carouselExampleIndicators-building:after {
        left: 0px;
        top: 13px;
        background-size: 41%;
    }

    #services .inner-text h2 {
        font-size: 45px;
    }
    #team .slick-dots{
        padding:13px 5px;
    }
    #team .slick-dots li{
        width: 23px;
    }
    section#expertise {
        padding: 399px 0 260px;
    }
    .buling-slider:after {
        bottom: -108px;
        background-size: 41%;
        max-width: 170px;
        background-position: right top;
        right: 0px;
    }
    section#our-expertise a {
        padding-left: 0%;
    }
    section#sculpture-img {
        padding: 100px;
    }
    body #our-expertise .arrow-icon {
        margin-top: 5px;
    }
}

@media (max-width: 340px) {
    #planning-development .carousel-indicators {
        width: 62%;
    }
}

@media (max-width: 320px) {
    nav:after {
        width: 34%;
    }
    #building-partnship .container {
        width: 100%;
        padding-right: 25px;
        padding-left: 19px;
    }
  /*  .our-community-tex p {
        font-size: 21px;
    }*/
    .right-cont h6 {
        padding-left: 28%;
    }
    #services #overview .right-text:after {
        background-position: -30px 100px;
    }
    #sideMenuContainer:before {
        width: 36%;
    }
}
/*#imagesequence {
    max-width: 96%;
}
#portfolio-detail .right-protfolio{
	position:absolute;
	z-index:99999;
	border:solid 2px #f00;
}
*/
#portfolio-detail .portfolio-img {
	margin-left:16px;
	margin-right:16px;
}
#portfolio-detail .portfolio-img .container{
	max-height:400px;
	min-height:400px;
}
#portfolio-detail .container img{
}
#portfolio-detail .page-title{
	position:relative;
}
.portf-back{
	height:5px;
	position:relative;
}
.portf-back a.h-top-btn{
	color: #263c4b;
	font-size: 15px;
	font-weight:900;
	text-transform:uppercase;
	text-align: left;
	display: inline-block;
	position:absolute;
	z-index:1000;
	right:0px;
	top:-50px;
	padding-top: 12px !important;
	padding-right: 25px !important;
	padding-bottom: 12px !important;
	padding-left: 35px !important;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0px !important;
	border-radius:10px;
}
a.h-top-btn:hover{
	color: #e76329 !important;
}
.project-box {
	overflow:hidden;
}
.project-box:hover .attachment-post-thumbnail {
	transform:scale(1.5);
}
.project-box img {
	transition: transform 2s;
}
.project-box:hover .attachment-post-thumbnail {
	transform:scale(1.5);
}
.project-box:hover h5{
	color:#d2d2d2;
}
.project-box:hover p{
	color:#db5a28;
}
.portfolio-model .carousel-inner{
	background-color: none;
}
.portfolio-model .carousel-item img {
    width: auto !important;
    height: 100vh !important;
    margin-right: auto;
    margin-left: auto;
    display: block;
    object-fit: cover;
    padding: 40px 40px;
    max-width: 100%;
}

div#myModal-pop {
    z-index: 99999;
}


/*@-webkit-keyframes projImgZom {
  0% {
    -webkit-transform: ;
    transform: ;
  }

  40% {
    -webkit-transform: ;
    transform: ;
  }

  60% {
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes projImgZom {
 0% {
    -webkit-transform: ;
    transform: ;
  }

  40% {
    -webkit-transform: ;
    transform: ;
  }

  60% {
    -webkit-transform: ;
    transform: ;
  }
}*/

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

.page-template-about-us div#servies .slider-text video{
    width:auto;
}

.page-template-services footer{
    padding-top:15px;
}

}
.footer_hide ul.footer-icon {
    display: none;
}
section#our-expertise ol.carousel-indicators.slider-indicator {
    display: none;
}

.slider-text.sliderContainer span.rev-progress-perc:nth-child(3) {
    display: none;
}

#googleMap {
    height: 600px !important;
}