@font-face {
    font-family: 'TrajanProRegular';
    src: url('../fonts/TrajanProRegular.eot');
    src: local('TrajanProRegular'), url('../fonts/TrajanProRegular.woff') format('woff'), url('../fonts/TrajanProRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: local('BEBAS'), url('../fonts/BEBAS.woff') format('woff'), url('../fonts/BEBAS.TTF') format('truetype');
}

a:hover {
    text-decoration: none !important;
}

.divider {
    padding: 30px;
}

.bannertitle {
    font-weight: normal;
}

.tp-caption.modern-heading,
.modern-heading {
    font-size: 47px;
    line-height: 48px;
    font-weight: 400;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.05em;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.subtitle {
    font-weight: 800;
}

.tp-caption.modern-text,
.modern-text {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.05em;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.tp-caption.modern-button,
.modern-button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 25px 13px 25px;
    text-shadow: none;
    cursor: pointer;
    letter-spacing: 0.1em;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    background-color: #126191;
    border-radius: 10px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
}

.tp-caption.modern-button:hover,
.modern-button:hover {
    color: rgb(255, 255, 255);
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    background-color: #0b3a56;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}


/*
            .flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                transform: rotateY(180deg);
                filter: FlipH;
                -ms-filter: "FlipH";
            }
            */


/* START: Accommodating for IE */

.flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* END: Accommodating for IE */

.front,
.back {
    width: 216px;
    height: 206px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
}

.back {
    background: lightblue;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;
    display: none;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.back-logo {
    position: absolute;
    top: 40px;
    left: 90px;
    width: 160px;
    height: 117px;
    background: url(logo.png) 0 0 no-repeat;
}

.back-title {
    font-weight: bold;
    color: #00304a;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.05em #acd7e5;
    font-family: Courier;
    font-size: 22px;
}

.back p {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
}

.latestnews {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    border-bottom: solid 1px #5d6471;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-family: 'TrajanProRegular';
}

.cloudbox {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.heading_wrapper .whyus {
    font-weight: 400 !important;
    color: #0a5582;
}

.whyus img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.whyus div {
    float: left;
}

.whyus small {
    font-size: 12px;
    float: left;
    color: #4c4c4c;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.whyuslist {
    float: left;
}

.whyuslist .service-box .service-hexagon:before {
    border-bottom: 8px solid;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom-color: inherit;
}

.whyuslist .service-box .service-hexagon:after {
    border-top: 8px solid;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-color: inherit;
}

.whyuslist .service-box .service-hexagon i {
    width: 25px;
    line-height: 15px;
}

.whyuslist .service-box .service-hexagon {
    width: 28px;
    height: 15px;
    margin-top: 9px;
}

.service-box .service-hexagon,
.flipicon {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

#latestnewsblock .service-box .service-hexagon:hover,
.custom-list-item .flipicon:hover,
#featureblock .service-hexagon:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.custom-list-item .entypo-icon-mobile.flipicon:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background: #f58634;
}

.custom-list-item .entypo-icon-mail.flipicon:hover {
    background: #0082c6;
}

.custom-list-item .entypo-icon-location.flipicon:hover {
    background: #a8cf45;
}

.whyuslist .service-box .service-content {
    margin-left: 43px;
    padding-right: 5px;
    min-height: 42px;
    line-height: 2;
}


/* ==============================
   Google maps 
   ============================== */

.google-map {
    position: relative;
    background: #111;
}

#map-canvas {
    height: 575px;
    position: relative;
    background-color: #111 !important;
    z-index: 1;
}

.gm-style-cc {
    display: none !important;
}

.gm-style-iw div {
    color: #777;
}

.map-section {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(30, 38, 57, .93);
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/*.map-section:hover{
    background: rgba(16,22,36, .90);
}*/

.map-toggle {
    width: 285px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -143px;
    color: #fff;
    text-align: center;
}

.mt-icon {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.mt-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c29842;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mt-icon i,
.mt-icon span {
    position: relative;
}

.mt-text {
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
}

.mt-close {
    display: none;
}


/* Map opened */

.map-section.js-active {
    height: 128px;
    background: rgba(30, 38, 57, .93);
}


/*.map-section.js-active:hover{
    background: rgba(17,17,17, .85);
}*/

.map-section.js-active .mt-icon {
    opacity: 0;
}

.map-section.js-active .mt-text {
    position: relative;
    top: -47px;
}

#footertop {
    background: #171a1f;
}

.subscribe-form {
    position: relative;
    margin: 20px 0px 10px;
}

.subscribe-input {
    background: none !important;
}

.subscribe-submit {
    display: block;
    position: absolute;
    top: 1px;
    right: 44px;
    padding-left: 15px;
    height: 35px;
    /* width: 60px; */
    cursor: pointer;
    text-shadow: none;
    border: none;
    background: none
}

.subscribe-submit .fa {
    color: #999999;
    font-size: 23px;
}


/*.subscribe-submit:before {
    content: '';
    display: block;
    margin-top: 1px;
    width: 25px;
    height: 19px;
    background: url("../img/tick.png");
}
*/

.footcontact {
    font-size: 32px;
    color: #fff;
    border-bottom: solid 1px #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.socialfoot {
    text-transform: capitalize !important;
}

.socialfoot span,
.socialfoot a {
    float: left;
    color: #bfbfbf;
}

.socialfoot a {
    margin-top: 4px !important;
}

.socialfoot a.fb {
    margin-left: 20px !important;
}

.socialfoot a {
    border: none !important;
    margin: 5px 0 0 10px !important;
    padding: 0 !important;
}

.socialfoot a:hover {
    background: none !important;
}

.socialfoot a .fa {
    font-size: 15px;
}

.verticaldivide {
    border: solid 1px #4d4d4d;
    width: 1px;
    height: 203px;
    margin: 0 auto;
}

#whyusright {
    position: relative;
    height: 352px;
}

#sunimg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    left: 96px;
}

p {
    text-align: justify;
}

#whyusbuild {
    position: absolute;
    z-index: 2;
    top: 133px;
    left: 28px;
}

#whyusdetail p {
    margin: 30px 0;
    float: left;
    color: #808080;
    text-align: justify;
}

.projectsheading div {
    display: inline-block;
}

.projectsheading img {
    vertical-align: middle;
    margin-right: 17px;
}

.projectsheading small {
    font-weight: normal;
    font-size: 12px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #4c4c4c;
    margin-top: 5px;
}

.projectsheading h6 {
    text-transform: uppercase;
}

.fa-quote-left,
.fa-quote-right {
    color: #0a5582;
}

.row-slope path {
    fill: #fdfce8;
}

#footerslope path {
    fill: #171a1f !important;
}

.row-overlay,
.withbgcolor {
    background: #fdfce8;
}

.custom-list-item div {
    float: left;
    margin-left: 10px;
    width: 217px;
}

.custom-list-item h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #595959
}

.entypo-icon-users {
    background: none !important;
    color: #979797 !important;
    font-size: 57px;
    margin-top: -21px;
}

.bannertitle {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2em;
}

#site-logo img {
    width: 90px;
}

#page_66 .menu-container ul li a,
#page_404 .menu-container ul li a {
    color: #4e4c4f !important;
}

.innerbannertxt {
    padding-top: 220px;
    padding-bottom: 180px;
}


/* overview page*/

.overviewheading2 {
    font-size: 13px;
    margin-bottom: 10px;
}

.entypo-icon-star:before {
    color: #c29842;
}

.entypo-icon-star {
    background: none !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.ullist li {
    display: block;
    clear: both;
}

#overviewtab .front,
#overviewtab .back {
    width: 144px;
    height: 138px;
}

.topheading {
    padding-top: 35px;
}

#overviewtab .project_detail {
    margin-top: 70px;
    padding-top: 85px;
    min-height: 273px;
}

#overviewtab .project_detail p {
    width: 84%;
    text-align: justify;
}

#overviewtab #block1 h2 {
    color: #f58634;
}

#overviewtab #block2 h2 {
    color: #0082c6;
}

#overviewtab #block3 h2 {
    color: #a8cf45;
}

.ullist {
    margin-bottom: 20px;
}

.projectsheading {
    padding-top: 30px;
}

.sticky-enabled #header-wrapper.header-sticked {}

#site-header .headerbg {
    background: #2a3344;
}


/* project page */

.vc_custom_1430670180323 {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
    background-color: #00183f !important;
}

#borchuredownlodbtn {
    text-align: center;
}

#borchuredownlodbtn a {
    color: #808080;
    font-weight: bold;
    font-size: 13px;
}

#borchuredownlodbtn i {
    background: #5f5f5f;
    color: #fdfce8;
    padding: 12px;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 10px;
}

.projecttypeicon img {
    background: #b57b2e;
    border-radius: 100%;
    padding: 10px;
    vertical-align: middle;
}

#projecttype .heading_wrapper {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    /*font-size: 21px; */
    margin-bottom: 30px;
}

#projecttype span {
    font-weight: 600;
}

#projecttype h2 {
    color: #fff;
    font-size: 21px;
}

.tilt .esg-filterbutton,
.tilt .esg-navigationbutton,
.tilt .esg-sortbutton,
.tilt .esg-cartbutton {
    color: #4c4c4c;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    border: none;
    line-height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 12px;
    /*font-weight: 800;*/
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    background: transparent;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#featureheading {
    text-align: center;
    margin-bottom: 40px;
}

#featureheading h2 {
    font-family: 'TrajanProRegular';
    font-weight: normal;
    text-transform: uppercase;
    color: #FFE;
    border-bottom: solid 1px #515a66;
    display: inline-block;
    padding: 0 49px 15px;
    font-size: 26px;
}

.productgallery li {
    width: 87px !important;
    height: 87px !important;
}

.esg-grid .mainul li.eg-tilted-wrapper {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid 2px #173d5d;
    display: inline-block;
}

.esg-grid .mainul {
    text-align: center;
}

.separator_line {
    margin: 40px 0;
}

.eg-tilted-container {
    background-color: rgba(33, 32, 56, 0.55)
}

.modal-dialog.subscrib-modal-dialog {
    width: 60%;
    background-color: white;
    margin-top: 160px;
}

button.close.pull-right.close-modal-btn {
    color: #fff;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    border: none;
    background-color: #FF677A!important;
}

button.btn.btn-default.close-modal-btn {
    color: #fff;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    padding: 10px 30px;
    border: none;
    background-color: #FF677A!important;
}

.wpb_row_member-sheep {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
    padding-bottom: 50px;
}

.wpb_row_member-sheep:after {
    content: "";
    border: 1px solid #cfcc91;
    position: absolute;
    margin: 10px;
    width: 41%;
}

.wpb_row_member-sheep:before {
    content: "";
    border: 1px solid #cfcc91;
    position: absolute;
    margin: 10px;
    width: 41%;
    left: 0;
}

.p10 {
    padding: 10px;
}

.text-center {
    text-align: center;
}

.ml40 {
    margin-left: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.pb0 {
    padding-bottom: 0px;
}

.pt30 {
    padding-top: 30px;
}

#latestnewsblock h5 {
    color: #c29842;
}

#latestnewsblock h6 {
    color: #fff;
}

#homelatestpro .owl-carousel .owl-item .project_detail {
    min-height: 300px;
}

#footertop li a {
    text-transform: capitalize;
}

#projectgallery {
    background: #fdfce8;
}

#page_56 .row-overlay {
    background: #fff;
}

#page_56 .row-slope path {
    fill: #fff;
}

#videogalleryinnr {
    padding-top: 60px;
}

#videogalleryinnr .wpb_start_animation {
    margin-bottom: 30px;
}

.project_detail .subtxt a {
    color: #4c4c4c;
}

#topinnerbanner .overlay-color {
    background-color: rgba(6, 5, 18, 0.65)
}

.wpcf7 select {
    background-color: #f1f0d2;
    border: solid 1px #acacac;
}

ul.whyuslist h5 {
    margin: 0;
    line-height: 30px;
    /* font-weight: 700; */
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #808080;
    font-size: 16px;
}

input.subscribe-input {
    color: #999999;
    font-size: 14px;
}

.vision-mission-text {
    font-size: 14px;
    color: #808080;
}

.vision-mission-text b {
    color: #4c4c4c;
}

.about-us-text {
    font-size: 14px;
    color: #808080;
}

.contact-right-text {
    font-size: 14px;
    color: #808080;
}

.font-14-color-808080 {
    font-size: 14px;
    color: #808080;
}

.news-render.pull-right li {
    display: inline-block;
    padding-right: 15px;
}

.capitalize {
    text-transform: capitalize;
}

.project-icon-heading {
    color: #200c09;
    font-size: 18px;
}

section#pro_specification h6 {
    color: #666;
}

@media only screen and (max-width: 668px) {
    .mt-text {
        width: 60%;
        margin: auto;
    }
    .white-strip-remove-mt-30 {
        margin-top: -30px
    }
    .white-strip-remove-pt30 {
        padding-top: 30px;
    }
    .divider-dont-touch-pb30 {
        padding-bottom: 30px;
    }
    .hide-footer-line {
        display: none;
    }
    .ml40-on-668-ml0 {
        margin-left: 0px;
    }
    .text-center-on-668 {
        text-align: center;
    }
    .subscribe-submit {
        right: 6px;
    }
    .wpb_row_member-sheep:before {
        width: 32%;
    }
    .wpb_row_member-sheep:after {
        width: 32%;
    }
}

#site-navigation {
    clear: both;
}

.header-buttons {
    display: none !important;
}

#topsocial {
    float: right;
    clear: both;
}

#topsocial li {
    display: inline-block;
    margin-left: 13px;
}

#topsocial li a {
    color: #7e828b;
}

#topsocial li a:hover {
    color: #0077be;
}

#site-navigation ul li:last-child a {
    padding-right: 0;
}

.text-info {
    color: #0077be;
    cursor: pointer;
}

.bulletlist {
    margin-bottom: 30px;
}

.whymapbox {
    margin-bottom: 30px;
}

.whymapbox h3 {
    font-size: 18px;
}

#page_66 .heading_subtitle {
    font-size: 20px;
    font-weight: normal;
}

#pro_specification ul li,
.bulletlist li {
    list-style-type: circle;
}

.formSubmit {
    margin-bottom: 35px;
}

#contacttophead {
    clear: both;
    float: left;
    width: 100%;
}

.leaderevenbox .row_content {
    padding-top: 40px;
}

.leaderoddbox .overlay-color {
    background: #f1f0d2;
}

.designed-inner {
    float: right;
}

.audioblock audio {
    width: 80%;
    margin-left: -4px;
}

.audioblock h6 {
    margin-bottom: 20px;
}

article.error404 .row-inner h1 {
    font-family: 'BEBAS';
}

#page_404 #main {
    background: url('../images/background404.jpg');
    min-height: 947px;
}

#error_plane {
    position: absolute;
    left: 0;
    width: 38%;
    top: -17px;
}

.error-content a {
    color: #0077be;
    background: #fff;
    padding: 8px 21px;
    text-transform: uppercase;
}

.text-danger {
    color: #a94442 !important;
    clear: left;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    clear: both;
}

.alert-success {
    color: #0077be;
}

.contact-info-right .custom-list-item {
    position: relative;
}

.contact-info-right .custom-list-item i {
    position: absolute;
}

.contact-info-right .custom-list-item div {
    margin-left: 70px;
}

.contact-info-right .google-map {
    margin-left: 0px !important;
}

.map-nevigate-button {
    margin-bottom: 16px;
}

.map-nevigate-button h3 {
    display: inline-block;
}

.map-nevigate-button a:hover {
    padding-left: 0px;
}

.contact-us-map {
    position: absolute !important;
    width: 380px !important;
    height: 300px !important;
    margin-left: 0px !important;
    margin-top: 20px;
}

.contact-us-map div {
    margin-left: 0px !important;
}

.custom-list-item .fa-location-arrow {
    padding: 10px;
    border-radius: 50%;
    color: #FDFCE8;
    padding-left: 13px;
    background-color: #484848;
}

.flat-rent {
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .pb250-on-768 {
        padding-bottom: 250px;
    }
    .contact-info-right {
        padding-top: 15px;
    }
    .zopim,
    .offertab,
    #smallenqform {
        display: none;
    }
    .bulletlist {
        margin-left: 10px;
    }
    .flat-rent {
        width: 100%;
    }
}

@media only screen and (max-width: 563px) {
    .designed-inner {
        float: none;
        padding: 0px 15px;
    }
}


/*ipad*/

@media only screen and (max-width: 768px) {
    div#whyus_R {
        width: 100%;
    }
    div#whyus_L {
        width: 100%;
    }
    .twc_swiper.nav-hide.carousel-classic .twc-buttons .twc-next {
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: none;
        -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: none;
        opacity: 1;
    }
    .twc_swiper.nav-hide.carousel-classic .twc-buttons .twc-prev {
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: none;
        -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: none;
        opacity: 1;
    }
    .wpb_row_member-sheep:before {
        width: 30%;
    }
    .subscribe-submit {
        right: 8px;
    }
    .contact-us-map {
        width: 300px !important;
    }
}


/*phone*/

@media only screen and (max-width: 360px) {
    #hometophead .front,
    #hometophead .back {
        left: 42px;
    }
    .twc_swiper.nav-hide.carousel-classic .twc-buttons .twc-next {
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: none;
        -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: none;
        opacity: 1;
    }
    .twc_swiper.nav-hide.carousel-classic .twc-buttons .twc-prev {
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        transform: none;
        -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: none;
        opacity: 1;
    }
    .cloudy {
        left: 75px !important;
    }
    .rainy {
        left: 145px !important;
    }
    #sunimg {
        left: 55px;
        top: 90px;
    }
    #whyusbuild {
        left: 0px;
    }
    .wpb_row_member-sheep:before {
        width: 30%;
    }
    .separatethumb .front,
    .separatethumb .back {
        left: 14%;
    }
    #overviewtab .front,
    #overviewtab .back {
        left: 78px;
    }
    #whyusright {
        height: 232px;
    }
    .service-content.about-us-text {
        margin-left: 0px;
    }
    .contact-us-map {
        width: 320px !important;
    }
}

.awardblock h2 {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: normal;
}

.awardblock h3 {
    color: #4c4c4c;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 25px;
}


/*--- project small enquiry ---*/

.enquiry .alert.alert-danger,
.enquiry .alert.alert-success {
    font-size: 12px;
    padding: 0;
    margin: 5px;
}

.enquiry .alert.alert-success {
    color: #0077be;
}

.enquiry {
    z-index: 100;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    width: 250px;
    position: fixed;
    right: -200px;
    top: 415px;
}

.enquiry:hover,
.enquiry.open {
    right: 0px;
}

.on_enquiry {
    float: left;
    width: 52px;
    margin-top: 0px;
    height: 155px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/arrow.png');
}

.enquiry:hover .on_enquiry_form {
    display: block;
    width: 195px;
}

.on_enquiry_form {
    width: 195px;
    float: left;
    top: 125px;
    right: 0px;
    padding-bottom: 10px;
    z-index: 10000000000;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    border: solid 2px #959597;
}

.on_enquiry_form p {
    margin: 0;
    color: #585858 !important;
    min-height: 10px;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.enquiryform input {
    padding: 3px;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
    border: none;
    outline: none;
    width: 90%;
    margin-bottom: 0;
    border: solid 1px #c2c2c2;
    line-height: 20px !important;
    height: 33px;
}

.enquiryform textarea {
    padding: 3px;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
    border: none;
    resize: none;
    outline: none;
    margin-bottom: 0;
    border: solid 1px #c2c2c2;
    width: 90%;
    min-height: 70px;
}

.enquiry_form_submit {
    margin-top: 10px;
    margin-left: 10px;
    background-color: #FF677A;
    cursor: pointer;
    color: #fff;
    outline: none;
}

.offertab {
    z-index: 100;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    /*width: 700px;*/
    position: fixed;
    right: 0px;
    top: 90px;
    /*height: 500px;*/
}

.offerbtn {
    right: 0;
    width: 100px;
    float: right;
    position: fixed;
    cursor: pointer;
}

.offerimg {
    width: 414px;
    height: 322px;
    right: -460px;
    border: solid 3px #ec9142;
    position: fixed;
}

#closeoffer {
    background: #e6943e;
    color: #fff;
    font-weight: bold;
    padding: 1px 9px 13px 12px;
    font-size: 37px;
    line-height: 35px;
    width: 46px;
    margin-left: -49px;
    float: left;
    margin-top: -3px;
    cursor: pointer;
}

#ourofficemap .map-section {
    background: none;
}

.officegalblock {
    margin-bottom: 30px;
}

iframe[name='google_conversion_frame'] {
    display: none;
}

.awardblock {
    min-height: 300px;
}

.customtable tr {
    border: solid 1px #e6e6e6;
}

.customtable a,
.anchorcolor a {
    color: #7e828b;
}

#site-navigation .menu-container>ul>li {
    position: relative;
}

#site-navigation .menu-container>ul>li:not(.megamenu) ul ul {
    top: 0px;
}

#site-navigation .menu-container>ul>li:not(.megamenu) ul ul li a {
    width: 185px;
}

.editorul li {
    list-style-type: disc;
    margin-left: 40px;
}

.nseheading {
    color: #374357;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: .05em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#container_360 {
    text-align: center;
    color: #fff;
    display: none;
    z-index: 1043;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
}

@media only screen and (max-width: 768px) {
    #container_360 {
        width: 80%;
        height: 60%;
    }
}

@media (min-width: 1000px) {
    #container_360 {
        width: 800px;
        height: 600px;
    }
    .flat-rent {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #container_360 {
        width: 900px;
        height: 600px;
    }
}

@media only screen and (min-width: 1500px) {
    #container_360 {
        width: 750px;
        height: 563px;
    }
}

.projectpopup {
    position: fixed;
    top: 257px;
    right: 0;
    z-index: 17;
}

.flat-rent th {
    background: none !important;
    text-align: left;
}

.flat-rent tr {
    background: none !important;
}

.title td {
    font-size: 12px;
    padding-bottom: 0;
}

.tr-bmargin td {
    margin-bottom: 20px;
    padding-top: 0;
}

.flat-rent tr.tr-bmargin {
    border-bottom: solid 1px #e6e6e6;
}

p.project-title {
    background: #c29842 !important;
    border-bottom: none;
    color: #fff;
    padding: 10px;
}

.whatsapp-footer-area {
    position: fixed;
    bottom: 20px;
    right: 65px;
    z-index: 13;
}

.whatsapp-footer-area img {
    height: 32px !important;
}

.call-mobile-view {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 13;
    background: #11151c;
    color: #fff !important;
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    border: 1px solid rgb(240, 241, 243);
    transition: all .3s;
    display: none;
}

.call-mobile-view:hover {
    padding: 12px 25px;
}

@media only screen and (max-width: 768px) {
    .whatsapp-footer-area {
        right: 15px;
    }
    .call-mobile-view {
        display: block;
    }
}

.modal.popuponloadhome {
    padding: 0;
    margin: 0;
}

.modal.popuponloadhome .modal-dialog {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.popuponloadhome .modal-dialog .content {
    background: #fff;
    width: 500px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    padding: 25px;
}

.modal.popuponloadhome .modal-dialog .content .close {
    position: absolute;
    top: -15px;
    right: -13px;
    height: 32px;
    width: 32px;
    background: #11151c;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.modal.popuponloadhome .modal-dialog .content .title {
    font-family: 'TrajanProRegular';
    color: #0a5582;
    margin: 0;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: .05em;
    margin-bottom: 25px;
}

.modal.popuponloadhome .modal-dialog .content .form-input-area {
    text-align: left;
}

.modal.popuponloadhome .modal-dialog .content .form-input-area label {
    margin-bottom: 8px;
    font-weight: 400;
}

.modal.popuponloadhome .modal-dialog .content .form-input-area .form-input {
    border: 1px solid #acacac;
    margin-bottom: 22px;
}

.modal.popuponloadhome .modal-dialog .content .form-input-area .btn-submit {
    background-color: #FF677A!important;
    border: none;
    color: #fff;
    padding: 8px 25px;
    border-radius: 3px;
}

@media only screen and (max-width: 575px) {
    .modal.popuponloadhome .modal-dialog .content {
        width: 85%;
    }
}