@charset "utf-8";

/* CSS Document */



@font-face {
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Regular'), local('Roboto-Regular'), url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Bold'), local('Roboto-Bold'), url(../font/Roboto/ROBOTO-BOLD.TTF) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Medium'), local('Roboto-Medium'), url(../font/Roboto/ROBOTO-MEDIUM.TTF) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Light'), local('Roboto-Light'), url(../font/Roboto/ROBOTO-LIGHT.TTF) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-style: normal;
    src: local('Montserrat-Bold'), local('Montserrat-Bold'), url(../font/Montserrat/Montserrat-Bold.ttf) format('truetype');
}


::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #092C61;
    color: #fff;
}

* {
    box-sizing: border-box;
    transition: ease-in 0.15s;
}

html {
    font-size: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


a {
    text-decoration: none;
    color: #092C61;
    display: block;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.backTop {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    display: none;
}

    .backTop img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .backTop:hover img {
        border: none;
    }

.topMenu {
    height: 80px;
    position: fixed;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    width: 100%;
    z-index: 9998;
}

.floatHeader {
    width: 100%;
    height: 80px;
}

.logo {
    margin-top: 20px;
    position: relative;
    margin-left: 100px;
    float: left;
}

    .logo a {
        float: left;
    }

    .logo img {
        height: 40px;
        float: left;
    }

.topBar {
    float: right;
    margin-right: 100px;
    margin-top: 10px;
}

.topBarItem {
    float: left;
    margin-left: 50px;
    height: 16px;
    display: flex;
    align-items: center;
}

    .topBarItem span {
        margin-left: 5px;
        font-family: 'Roboto-Regular', sans-serif;
        float: left;
    }

        .topBarItem span a {
            font-size: 15px;
            line-height: 16px;
            font-family: 'Roboto-Bold', sans-serif;
            color: #ff3535;
        }

    .topBarItem img {
        width: 16px;
        height: 16px;
        float: left;
    }

.hotline img {
}

.topBarItem input[type="text"] {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    padding: 3px 10px
}

    .topBarItem input[type="text"]:focus {
        border: 1px solid #ebebeb;
        border-radius: 25px;
        outline: none;
    }

.mainMenu {
    float: right;
    position: absolute;
    right: 100px;
    top: 43px;
}

.menuItem {
    display: block;
    float: left;
    margin-left: 30px;
}

.mainMenuItem {
    font-size: 16px;
    line-height: 25px;
    margin-left: 100px;
    float: left;
    font-family: 'Roboto-Regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c2c2c;
}

    .mainMenuItem:hover {
        color: #1046f1;
    }

    .mainMenuItem:first-child {
        margin-left: 0;
    }

.childMenu {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 #b6b6b6;
}

    .childMenu a {
        background: #fff;
        color: #2c2c2c;
        font-size: 16px;
        font-family: 'Roboto-Regular', sans-serif;
        display: block;
        margin: 15px 30px;
        text-transform: capitalize;
        transition: ease-in 0.15s;
        border-bottom: 2px solid #fff;
    }

        .childMenu a:hover {
            /*background: #27A6DC;*/
            color: #1046f1;
            border-bottom: 2px solid #1046f1;
        }

.banner {
    width: 100%;
    position: relative;
}

.slideBanner {
    width: 100%;
    z-index: 0;
    position: relative;
}

.slideBannerItem {
    width: 100%;
    position: relative;
}

.slideBannerDesc {
    background: rgb(0 0 0 / 0.7);
    width: 60%;
    position: absolute;
    padding: 40px;
    bottom: 13%;
    left: 5%;
    opacity: 1;
}

    .slideBannerDesc h2 {
        color: #fff !important;
        font-size: 36px;
        font-family: 'Roboto-Regular', sans-serif;
        margin: 0;
        margin-bottom: 20px;
    }

    .slideBannerDesc p {
        color: #fff !important;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
        margin-left: 20px;
        opacity: 1;
    }

    .slideBannerDesc > div {
        padding: 10px 0;
        border-left: 5px solid #fff;
        margin-left: 50px;
        opacity: 1;
    }

.slideControl {
    position: absolute;
    height: 50px;
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
}

    .slideControl img {
        width: 40px;
        height: 40px;
        margin: 5px;
        cursor: pointer;
    }

        .slideControl img:first-child {
            transform: rotate(180deg);
        }

.mapBanner {
    width: 100%;
    position: absolute;
    z-index: 0;
    filter: brightness(0.8);
}

    .mapBanner iframe {
        height: 800px;
    }

.slideBanner img {
    width: 100%;
}


.overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.searchPage {
    position: relative;
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding-bottom: 80px;
}

.searchPageHolder {
    position: relative;
    width: 100%;
}

.searchBanner {
}

.sortHolder {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.searchResultBanner {
    width: 100%;
    position: relative;
    height: 600px;
    background-image: url('../assets/searchBG.jpg');
}

    .searchResultBanner .propCatTitle {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        color: #fff;
        position: relative;
        font-size: 48px;
        top: 220px;
        margin-top: 0;
        line-height: 1.2;
    }

        .searchResultBanner .propCatTitle::selection {
            background: none;
        }

.searchBar {
    width: 100%;
    max-width: 960px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    top: 250px;
}


.searchBarItem {
    height: 60px;
    background: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-left: 20px;
    font-family: 'Roboto-Light', sans-serif;
}

.searchBar span {
    font-size: 16px;
    line-height: 60px;
    margin-left: 15px;
    font-family: 'Roboto-Light', sans-serif;
}

.searchBarItem[type="radio"] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.typeSelect {
    margin: 0;
    width: 250px;
    margin-left: 50px;
    border: 0;
    border-left: #efefef solid 1px;
    border-right: #efefef solid 1px;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    line-height: 110px;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    min-width: 200px;
    margin-left: 40px;
}


/*To remove button from IE11, thank you Matt */

select::-ms-expand {
    display: none;
    font-family: 'Roboto-Light', sans-serif;
}

.selectdiv:after {
    content: '>';
    font-family: 'Consolas', sans-serif;
    font-size: 18px;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 40px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 110px;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border-left: 1px #efefef solid;
    padding: 0 10px;
    -ms-word-break: normal;
    word-break: normal;
    font-family: 'Roboto-Light', sans-serif;
}

    .selectdiv select option {
        font-family: 'Roboto-Light', sans-serif;
        color: #333;
        background-color: #ffffff;
    }

.textBox {
    border: 0;
    height: 60px;
    margin: 0;
    width: calc(80%);
    letter-spacing: 1px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(102, 102, 102);
    box-shadow: 0px 7px 20px -8px rgba(255,255,255,0.30);
}

    .textBox:focus {
        height: 60px;
        border: 0;
        margin: 0;
        outline: none;
    }

.buttonSearch {
    border: 0;
    width: 20%;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', sans-serif;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    height: 60px;
    background: #1046f1;
    color: #fff;
    box-shadow: 0px 7px 20px -8px rgba(255,255,255,0.30);
    padding: 15px;
}

.subSearchBar {
    position: absolute;
    display: flex;
    width: 40%;
    margin: 0 30%;
    margin-top: 580px;
    z-index: 2;
}

.subSearchBarItem {
    border-bottom: 1px solid #ededed;
    display: inline-block;
    padding-bottom: 5px;
    width: 47%;
}

    .subSearchBarItem:first-child {
        margin-right: 3%;
    }

    .subSearchBarItem:last-child {
        margin-left: 3%;
    }

    .subSearchBarItem img {
        float: left;
        width: 32px;
        height: 32px;
    }

.selectdiv2 {
    position: relative;
    float: left;
    min-width: 200px;
    width: calc(100% - 32px);
}



    .selectdiv2:after {
        content: '>';
        font-family: 'Consolas', sans-serif;
        font-size: 16px;
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        top: 8px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
        border: none;
        background-color: transparent;
        background-image: none;
    }

    .selectdiv2 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        max-width: 320px;
        height: 32px;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        background-color: transparent;
        background-image: none;
        border-left: 0px #efefef solid;
        padding: 0 10px;
        -ms-word-break: normal;
        word-break: normal;
        font-family: 'Roboto-Light', sans-serif;
        outline: none;
        border: none;
    }

        .selectdiv2 select option {
            font-family: 'Roboto-Light', sans-serif;
            outline: none;
            color: #333;
            background: #fff;
        }

.propCatList {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 100px auto;
}
.propCatList > div:nth-child(3) {
    padding: 0 40px;
}

.propCatTitle {
    width: 100%;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 34px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.propCatTitleDash {
    height: 3px;
    width: 20%; /* or 100px */
    background: #0082c8;
    margin: 0 auto;
    margin-bottom: 60px;
}

.propCatItem {
    width: calc(25% - 22.5px);
    float: left;
    margin: 0 15px 60px 15px;
    height: 350px;
    justify-content: center;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 3px 6px 6px -3px rgba(0,0,0,0.20);
}

    .propCatItem:nth-child(4) {
        margin-right: 0;
    }
    .propCatItem:nth-child(4n+1) {
        margin-left: 0;
    }


    .propCatItem img {
        margin: 0 25%;
        margin-bottom: 20px;
    }

    .propCatItem h2 {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 18px;
        color: #27A6DC;
        margin-bottom: 10px;
    }

    .propCatItem p {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 15px;
        color: #636363;
        margin: 0 0 0 0;
        text-align: justify;
        float: left;
    }

.whyNSO {
    font-family: 'Roboto-Regular', sans-serif;
    text-align: center;
    margin-top: 20px;
    padding: 0 200px;
    margin-bottom: 60px;
    float: left;
}

    .whyNSO h2 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
        color: #092C61;
        letter-spacing: 1px;
    }

.whyItem {
    width: 25%;
    float: left;
}

    .whyItem label {
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 0 40px;
        margin-top: 10px;
        color: #555;
        width: 100%;
    }

.grayBG {
    background: #f8f9fb;
}

.bigBG {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 100px;
}

.hasBG {
    background: url('../assets/bg035.jpg') no-repeat;
    float: left;
    width: 100%;
    display: block;
}

.aboutNSO {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.headerTitle {
    width: 100%;
    float: left;
    padding: 30px;
}

    .headerTitle a {
        width: 100%;
        float: left;
    }

    .headerTitle h2 {
        text-align: left !important;
        font-size: 48px;
        line-height: 1.5;
        font-family: 'Roboto-Bold', sans-serif;
        color: #000;
        margin: 30px;
        margin-right: 0;
        float: left;
    }

        .headerTitle h2:before {
            content: "";
            margin-right: 15px;
            border-left: 8px solid #0082c8;
            padding: 5px;
        }

    .headerTitle p {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
        line-height: 1.5;
        color: #636363;
        margin-left: 100px;
    }

.aboutNSO .headerTitle a {
    width: 100%;
    float: left;
}

.aboutNSO .headerTitle h2 {
    width: 50%;
    text-align: left !important;
    font-size: 48px;
    line-height: 1.5;
    font-family: 'Roboto-Bold', sans-serif;
    color: #000;
    margin: 30px;
    margin-right: 0;
    float: left;
}

.aboutNSO .headerTitle p {
    width: calc(50% - 30px);
    float: right;
    margin-left: 0;
    margin-top: 40px;
}
.aboutNSO .headerTitle .imgAbout01 {
    width: calc(50% - 30px);
    float: right;
    display: inline;
    padding: 20px 0;
}

.aboutNSO .headerTitle .imgAbout02 {
    width: calc(50% - 30px);
    margin-top: 50px;
    margin-right: 30px;
    float: left;
    display: inline;
}

.aboutNSO .headerTitle p:nth-child(1) {
    width: 50%;
    float: right;
    margin-top: 30px;
    margin-left: 0;
    text-align: justify;
}

.aboutNSO .headerTitle p:nth-child(2) {
    width: 100%;
    float: right;
    margin-left: 0;
    text-align: justify;
}

.about01 .seemore {
    font-size: 16px;
    background: #27A6DC;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 0 auto;
    display: initial;
    font-family: 'Roboto-Light', sans-serif;
}

.aboutNSO .aboutNSOSeemore {
    width: auto !important;
    display: block;
    background: #d5981b;
    padding: 10px 20px;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
    margin-left: 30px;
}

.aboutNSOSeemore img {
    height: 21px;
    transform: rotate(270deg);
    margin: 0 0 0 10px;
    display: block;
    float: right;
    filter: invert(1);
}

.headerTitle .seemore:hover {
    background: #092C61;
}

.aboutBG {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
    z-index: 1;
}

    .aboutBG img {
        width: 100%;
    }

.runningText {
    width: 100%;
    float: left;
    display: block;
    margin: 50px 0px 0 0px;
}

.runningTextItem {
    float: left;
    margin: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    position: relative;
    height: 100%;
    box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.20);
    height: 320px;
}

    .runningTextItem:hover {
        box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.80);
    }

    .runningTextItem:first-child {
        margin-left: 30px;
        width: calc(27% - 45px);
    }

    .runningTextItem:nth-child(2) {
        width: calc(20% - 30px);
    }

    .runningTextItem:nth-child(3) {
        width: calc(23% - 30px);
    }

    .runningTextItem:last-child {
        margin-right: 30px;
        width: calc(30% - 45px);
    }

    .runningTextItem .staImgBG {
        vertical-align: middle;
        position: absolute;
        bottom: 0;
    }

    .runningTextItem h7 {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 18px;
        color: #979797;
        margin-left: 30px;
        text-transform: uppercase;
    }

.runningTextItemBar {
    height: 4px;
    background: #0082c8;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 30px;
}

    .runningTextItemBar.c01 {
        background: #0082c8;
        width: 30%;
    }

    .runningTextItemBar.c02 {
        background: #f5911e;
        width: 50%;
    }

    .runningTextItemBar.c03 {
        background: #38cbcb;
        width: 20%;
    }

    .runningTextItemBar.c04 {
        background: #e83e3e;
        width: 70%;
    }

.numberSta {
    width: 100%;
    text-align: center;
    padding: 20px 20% 0;
}
    .numberSta span {
        color: #000;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 24px;
        font-weight: 600;
    }
    .numberSta h4 {
        color: #000;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 24px;
        margin-top: 20px;
    }

.aboutServices {
    width: 30%;
    float: left;
    position: absolute;
    margin-top: -270px;
    right: 100px;
    background: #092C61;
    padding: 50px;
    border-radius: 20px;
}

    .aboutServices h2 {
        color: #fff;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        margin: 10px 0;
        letter-spacing: 1px;
    }

    .aboutServices li {
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        margin-bottom: 10px;
    }

        .aboutServices li a {
            color: #fff;
            font-size: 18px;
            font-family: 'Roboto-Light', sans-serif;
            margin-bottom: 0;
        }

.featureProp {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.homePropertyHolder {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 40px 20px 40px;
    box-shadow: 0 5px 10px 0 #b6b6b6;
    margin-bottom: 40px;
}

    .homePropertyHolder > a > h4 {
        margin: 20px 0;
        text-align: center;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        color: #092C61;
        letter-spacing: 1px;
    }

.serviceHome {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    transition: ease-in 2s;
}

    .serviceHome img {
        width: auto;
        height: 100%;
        position: relative;
        filter: brightness(0.60);
        vertical-align: middle;
        left: -2px;
        transition: ease-in 0.15s;
    }

    .serviceHome:hover img {
        left: -52px;
    }

    .serviceHome .serviceHomeContent {
        text-align: center;
        width: 80%;
    }

.serviceHomeContent a {
    color: #fff;
    font-size: 24px;
}

    .serviceHomeContent a h4 {
        margin: 0;
    }

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.propItem {
    width: calc(50% - 60px);
    height: 200px;
    float: left;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 7px 10px 2px rgba(0,0,0,0.15);
    background: rgb(255 255 255 / 0.9);
    margin: 0 30px 40px 30px;
    border-radius: 10px;
}

    .propItem:hover {
        background: #20a2e8;
    }

        .propItem:hover h4 {
            color: #fff;
        }

        .propItem:hover p {
            color: #fff;
        }
    .propItem img {
        width: 20%;
        float: left;
    }

    .propItem a {
        width: 80%;
        float: left;
    }

    .propItem h4 {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 24px;
        color: #27A6DC;
        float: left;
        width: 100%;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .propItem p {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
        color: #636363;
        float: left;
        width: 80%;
        padding-left: 20px;
        margin-top: 5px;
    }

.propItemHolder {
    padding: 0 30px;
    position: relative;
    float: left;
    width: 100%;
}

    .propItemHolder > a > img {
        width: 100%;
        float: left;
        height: 270px;
        object-fit: cover;
    }

.propItemContent {
    background: #092C61;
    padding: 10px 30px 30px 30px;
    float: left;
    width: 100%;
}

    .propItemContent h4 {
        margin: 0;
        margin-top: 10px;
        height: 64px;
        max-height: 64px;
        overflow: hidden;
    }

        .propItemContent h4 a {
            color: #fff;
            font-size: 20px;
            letter-spacing: 2px;
        }

.propContentLocation {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

    .propContentLocation img {
        width: 32px;
    }

    .propContentLocation span {
        font-size: 16px;
        color: #fff;
        margin-left: 5px;
    }

.propContentArea {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

    .propContentArea img {
        width: 32px;
    }

    .propContentArea span {
        font-size: 16px;
        color: #fff;
        margin-left: 5px;
    }

.divider {
    height: 1px;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}

.propItemContent .seemore {
    width: 100%;
    text-align: center;
    background: #27A6DC;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px 0;
}

    .propItemContent .seemore a {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }

.ourPartner {
    width: 100%;
    float: left;
}

    .ourPartner h2 {
        width: 100%;
        max-width: 1366px;
        text-align:center;
        font-size: 48px;
        font-family: 'Roboto-Bold', sans-serif;
        color: #000;
        margin: 50px auto 0 !important;
    }

.partnerSlide {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

    .partnerSlide img {
        padding: 0 70px;
        margin: auto 0;
        position: relative;
    }

        .partnerSlide img:hover {
        }

.ourCustomer {
    width: 100%;
    margin-bottom: 100px;
    float: left;
    padding: 0 100px;
}

    .ourCustomer h2 {
        color: #092C61;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        margin: 10px 0;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

.customerSlide {
    width: calc(100% - 60px);
    float: left;
    height: 60px;
}

    .customerSlide img {
        padding: 0 70px;
    }

.inquiry {
    background: url('../assets/inqiri.jpg');
    width: 100%;
    float: left;
    padding: 100px;
}

.inquiryForm {
    width: 40%;
    float: right;
    padding: 40px;
    margin-right: 100px;
    background: #27A6DCAD;
}

    .inquiryForm h2 {
        color: #092C61;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        margin: 10px 0;
        text-align: center;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

.inquiriTextbox {
    width: 48%;
    float: left;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 20px;
    outline: none;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
}

    .inquiriTextbox:nth-child(2n) {
        margin-right: 2%;
    }

    .inquiriTextbox:nth-child(2n+1) {
        margin-left: 2%;
    }

.inquiriTextarea {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ededed;
    outline: none;
    width: 100%;
    float: left;
    height: 100px;
    outline: none;
    padding: 20px;
    resize: none;
}

.inquiriButton {
    background: #092C61;
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    margin: 0 30%;
    width: 40%;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.footer {
    background: url('../assets/footerBG.jpg');
    width: 100%;
    float: left;
    position: relative;
}

.footerHolder {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}

.footerContact {
    width: 70%;
    float: left;
    padding: 0px 30px 0 30px;
}

    .footerContact a {
        color: #fff;
    }

    .footerContact h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 26px;
        color: #fff;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    .footerContact h4 {
        font-family: 'Roboto-Medium', sans-serif;
        font-size: 22px;
        color: #27A6DC;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .footerContact .location {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }

        .footerContact .location span {
            font-size: 18px;
            margin-left: 10px;
            font-family: 'Roboto-Light', sans-serif;
            align-items: center;
            color: #fff;
        }

            .footerContact .location span i {
                font-family: 'Roboto-Bold', sans-serif;
                color: #fff;
                font-style: normal;
            }

        .footerContact .location img {
            width: 20px;
            height: 20px;
        }

    .footerContact .phone {
        display: flex;
        margin-bottom: 10px;
    }

        .footerContact .phone span {
            font-size: 18px;
            margin-left: 10px;
            font-family: 'Roboto-Light', sans-serif;
            align-items: center;
            color: #fff;
        }

        .footerContact .phone img {
            width: 20px;
            height: 20px;
        }

    .footerContact .email {
        display: flex;
        margin-bottom: 10px;
    }

        .footerContact .email span {
            font-size: 18px;
            margin-left: 10px;
            font-family: 'Roboto-Light', sans-serif;
            align-items: center;
            color: #fff;
        }

        .footerContact .email img {
            width: 20px;
            height: 20px;
        }

.footerKeyword {
    width: 20%;
    float: left;
    padding-right: 20px;
}

    .footerKeyword h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 26px;
        color: #fff;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    .footerKeyword a {
        color: #fff;
        font-family: 'Roboto-Light', sans-serif;
    }


    .footerKeyword li {
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        margin-bottom: 10px;
        display: list-item;
        color: #fff;
    }

.endListNoti {
    float: left;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto-Light', sans-serif;
    color: #092C61;
    text-align: center;
    width: 50%;
    margin: 0 25%;
}

.subscribe {
    width: 40%;
    float: left;
}

    .subscribe h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 26px;
        color: #fff;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    .subscribe .controlS {
        width: 100%;
        float: left;
    }


/*
.subscribe .controlS>input {
    border-radius: 35px;
    font-family: 'Roboto-Light', 
    sans-serif; 
    border-bottom-right-radius: unset !important;
    border-top-right-radius: unset !important;
    border: none;
    height: 64px;
    float: left;
    padding-left: 30px;
}

.subscribe .controlS > button {
    border-radius: 35px;
    border-bottom-left-radius: unset !important;
    border-top-left-radius: unset !important;
    background: #27A6DC;
    margin-left: 0px;
    border: none;
    color: #fff;
    padding: 20px 38px;
    height: 64px;
    float: left;
    cursor: pointer;
}*/

.searchInputForHint {
    border-radius: 35px;
    font-family: 'Roboto-Light', sans-serif;
    border-bottom-right-radius: unset !important;
    border-top-right-radius: unset !important;
    border: none;
    outline: none;
    font-size: 18px;
    width: 80%;
    height: 64px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 70%;
}

.searchInputForButton {
    border-radius: 35px;
    border-bottom-left-radius: unset !important;
    border-top-left-radius: unset !important;
    font-family: 'Roboto-Bold', sans-serif;
    background: #27A6DC;
    margin-left: 0px;
    outline: none;
    border: none;
    color: #092C61;
    padding: 20px 38px;
    font-size: 18px;
    width: 20%;
    height: 64px;
    float: left;
    cursor: pointer;
    width: 30%;
}

.subscribe .controlS img {
    color: #fff;
    filter: brightness(0) invert(1);
}

.findUs {
    width: 30%;
    float: left;
}

    .findUs h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 26px;
        color: #fff;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .findUs a {
        margin-right: 10px;
        display: inline-block;
    }

.aboutPage {
    float: left;
    width: 100%;
    background: #EEEEEE;
    position: relative;
}

.pageBanner {
    background: url('../assets/aboutPage.jpg');
    padding: 105px 0;
    float: left;
    width: 100%;
}

    .pageBanner h1 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        color: #092C61;
        margin: 0;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
    }

.aboutPage .aboutNSO {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}

    .aboutPage .aboutNSO .aboutBG {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
        z-index: 1;
    }

    .aboutPage .aboutNSO .about01 {
        width: 100%;
        padding: 0 30px;
    }

.aboutNSOHolder {
    float: left;
    width: 100%;
}

.about01Container {
    float: left;
    overflow: hidden;
}

    .about01Container h2 {
        width: 100% !important;
    }

    .about01Container p {
        color: rgb(102, 102, 102);
        width: 100% !important;
        margin-left: 0 !important;
    }

.clickviewmore {
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
    color: #092C61;
    cursor: pointer;
    font-style: italic;
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

    .clickviewmore img {
        width: 25px;
        height: 20px;
        filter: invert(1) brightness(1);
    }

.clickviewless {
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
    color: #092C61;
    cursor: pointer;
    font-style: italic;
    float: left;
    margin-top: 5px;
    display: none;
    width: 100%;
    text-align: center;
}

    .clickviewless img {
        width: 25px;
        height: 20px;
        filter: invert(1) brightness(1);
    }


.visionmission {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.visionBG {
    float: left;
    width: 700px;
    height: 700px;
}

    .visionBG img {
        width: 100%;
        height: 100%;
    }

.visionContent {
    width: calc(100% - 700px);
    float: left;
    background: #fff;
    height: 700px;
}

.visionContentItem {
    float: left;
    width: 100%;
    display: flex;
    margin: 62px 0;
    margin-left: -50px;
    height: 200px;
}

    .visionContentItem img {
        float: left;
        width: 100px;
        height: 100px;
        margin-top: 50px;
    }

    .visionContentItem .visionContentItemDesc {
        float: left;
    }

.visionContentItemDesc h3 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 30px;
    color: #092C61;
    margin: 0;
    letter-spacing: 1px;
}

.visionContentItemDesc p {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.downloadBrochure {
    float: left;
    width: 100%;
    background: url('../assets/downloadBG-02.png');
    text-align: center;
    padding: 100px;
}

    .downloadBrochure h3 {
        width: 100%;
        text-align: center;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        color: #fff;
        margin: 0;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    .downloadBrochure a {
        padding: 10px 100px;
        outline: none;
        border: none;
        background: #27A6DC;
        border-radius: 50px;
        display: inline-block;
    }

        .downloadBrochure a img {
            width: 32px;
            height: 32px;
            color: #fff;
            filter: brightness(0) invert(1);
        }

.meetTeam {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
}

.meetTeamContainer {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.meetTeam h3 {
    width: 100%;
    text-align: center;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 36px;
    color: #092C61;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.meetTeamItem {
    width: 300px;
    margin: 1%;
    float: left;
    text-align: center;
    padding: 10px 20px;
}

.meetTeamHolder {
    width: calc(100% - 60px);
    float: left;
}

    .meetTeamHolder .meetTeamItem {
        background: none;
        box-shadow: none;
        float: left;
    }

        .meetTeamHolder .meetTeamItem .meetTeamItemHolder {
            background: #fff;
            box-shadow: 0 5px 10px 0 #b6b6b6;
            border-radius: 25px;
            margin: 0 auto;
            width: 300px;
        }

.meetTeamItem img {
    border-radius: 50%;
    margin: 0 25%;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 40px;
    float: left;
}

.teamName {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    color: #092C61;
    padding: 5px 20px;
    margin: 0;
}

.teamPosition {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    color: #555;
    padding: 5px 20px;
    margin: 0;
    height: 54px;
}

.teamPhone {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 20px;
    color: #006ee6;
    padding: 5px 20px;
    margin: 0;
    font-style: italic;
}

    .teamPhone a {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 20px;
        color: #006ee6;
    }

.teamText {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 5px 20px 40px 20px;
    margin: 0;
}

.servicePage {
    width: 100%;
    float: left;
    position: relative;
}

.servicePageHolder {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.servicePageContent {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    padding: 0 20px;
}

.serviceListItem {
    width: 49%;
    float: left;
    position: relative;
    height: 500px;
    margin-bottom: 30px;
}

    .serviceListItem:nth-child(2n) {
        margin-left: 1%;
    }

    .serviceListItem:nth-child(2n+1) {
        margin-right: 1%;
    }

    .serviceListItem img {
        width: 100%;
        height: 500px;
        float: left;
        filter: brightness(0.40);
    }


.serviceContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
    display: grid;
    width: 80%;
}

.serviceImage {
    width: 100%;
}

.serviceNewItem {
    width: 25%;
    float: left;
    padding: 15px;
}

    .serviceNewItem:first-child {
        padding-left: 0;
    }

    .serviceNewItem:last-child {
        padding-right: 0;
    }

    .serviceNewItem > a {
        width: 100%;
        height: 200px;
        float: left;
    }

    .serviceNewItem a img {
        width: 100%;
        height: 200px;
        float: left;
        text-align: center;
    }

.serviceNewContent {
    width: 100%;
    height: 200px;
    border-bottom-right-radius: 50px;
    background: #fff;
    float: left;
    padding: 15px 15px 30px 15px;
    box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.20);
    text-align: center;
    border-bottom: 6px solid #fff;
}

    .serviceNewContent a {
        width: 100%;
        float: left;
        text-align: center;
    }

    .serviceNewContent h4 {
        font-family: 'Roboto-Regular', sans-serif;
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        color: #0082c8;
        float: left;
        margin: 10px 0;
    }

    .serviceNewContent p {
        font-family: 'Roboto-Light', sans-serif;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        color: #636363;
        text-align: center;
        float: left;
    }

.serviceContent h4 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 28px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

.serviceContent span {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

.serviceContent a {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 20px;
    float: left;
}

    .serviceContent a:hover {
        color: #000;
        background: #fff;
        border: 1px solid #fff;
        transition: ease-in 0.15s;
    }

    .serviceContent a:first-child {
        border: none;
        padding: 0;
    }

        .serviceContent a:first-child:hover {
            color: #fff;
            background: none;
            border: none;
            transition: ease-in 0.15s;
        }

.serviceDetailPage .pageContent {
    background: #fff;
    padding: 0;
}

.serviceDetailPage .pageDescription {
    padding: 0 40px;
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    position:relative;
}

.loadmoreProp {
    width: 20%;
    float: left;
    text-align: center;
    margin: 0 40%;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    background: #27A6DC;
    color: #092C61;
    border-radius: 15px;
    outline: none;
    border: 1px solid #27A6DC;
    cursor: pointer;
}

    .loadmoreProp:hover {
        background: #fff;
        color: #092C61;
        border: 1px solid #092C61;
    }

    .loadmoreProp button {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        padding: 10px 50px;
        background: #27A6DC;
        color: #092C61;
        border-radius: 15px;
        outline: none;
        border: none;
    }

.navButton {
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.relatedHolder {
    width: calc(100% - 60px);
    float: left;
    display: flex;
    align-items: center;
}

.sortPH {
    width: auto;
    float: right;
}

.sortHolder span {
    font-size: 18px;
    color: #555;
    line-height: 32px;
}

.sortHolder .selectdiv3 {
    width: 250px;
    float: right;
}

.selectdiv3 {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: right;
    width: calc(100% - 32px);
}


    /*To remove button from IE11, thank you Matt */

    .selectdiv3:after {
        content: '>';
        font-family: 'Consolas', sans-serif;
        font-size: 16px;
        color: #555;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        /*Adjust for position however you want*/
        top: 8px;
        padding: 0 0 2px;
        /*left line */
        position: absolute;
        pointer-events: none;
        border: none;
        background-color: transparent;
        background-image: none;
    }

    .selectdiv3 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        max-width: 320px;
        height: 32px;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 25px;
        color: #555;
        background-color: transparent;
        background-image: none;
        border-left: 0px #efefef solid;
        padding: 0 10px;
        -ms-word-break: normal;
        word-break: normal;
        font-family: 'Roboto-Regular', sans-serif;
        outline: none;
        border: 0;
        border-bottom: 1px solid #999;
    }

        .selectdiv3 select option {
            font-family: 'Roboto-Regular', sans-serif;
            outline: none;
        }

.propertyPage {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.resultItem .propItem {
    margin-bottom: 60px;
}

.imgSlide {
    width: 38%;
    float: left;
    max-height: 850px;
    position: relative;
    margin-right: 2%;
}

.mainImg {
    width: 100%;
    float: left;
}

    .mainImg img {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 30px;
        transition: opacity 0.5s linear;
        object-fit: contain;
        max-height: 667px;
    }

.subImg {
    width: 100%;
    float: left;
}

    .subImg img {
        width: 20%;
        float: left;
        padding: 15px 30px;
        max-height: 168px;
        object-fit: cover;
    }

        .subImg img:first-child {
            padding-left: 0;
        }

        .subImg img:last-child {
            padding-right: 0;
        }

.redColor {
    color: #ff0000 !important;
}

.darkRedColor {
    color: #ce0909 !important;
}

.propSumInfo {
    width: 58%;
    padding: 30px 10px 20px 0;
    float: left;
    margin-left: 2%;
}

    .propSumInfo h2 {
        width: 100%;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 28px;
        color: #27A6DC;
        margin: 10px 0;
        letter-spacing: 1px;
    }

    .propSumInfo h3 {
        width: 100%;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 20px;
        color: #9b9b9b;
        margin: 0;
        letter-spacing: 1px;
    }

.blackDivider {
    height: 1px;
    border-bottom: 1px solid #888;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.shortInfoProp {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-left: 30px;
}

    .shortInfoProp h4 {
        display: inline;
    }

    .shortInfoProp a {
        display: inline;
    }

.propSumInfo h4 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    color: #555;
    margin: 0;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: left;
}

.propSumInfo h5 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

    .propSumInfo h5 img {
        width: 22px;
        height: 22px;
    }

    .propSumInfo h5 span {
        align-items: center;
        margin-left: 10px;
        line-height: 1;
    }

.propSumInfo h6 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin: 0;
    display: block;
    display: flex;
    align-items: center;
}

    .propSumInfo h6 img {
        width: 22px;
        height: 22px;
    }

    .propSumInfo h6 span {
        align-items: center;
        margin-left: 10px;
        line-height: 32px;
    }

.propSumary {
    background: #f3f3f3;
    width: 100%;
    float: left;
}

.propDesc {
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
    float: left;
    position: relative;
}

    .propDesc h3 {
        width: 100%;
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 28px;
        color: #0082c8;
        margin: 0;
        margin-bottom: 20px;
        letter-spacing: 1px;
        float: left;
    }

    .propDesc p {
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        color: #555;
    }

    .propDesc li {
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        color: #555;
    }

.proDesc table {
    width: 100% !important;
}

.propMap {
    width: 80%;
    height: 500px;
    margin: 0 10%;
    position: relative;
    margin-bottom: 50px;
    float: left;
    box-shadow: 0 5px 10px 0 #b6b6b6;
}

.searchResultHolder {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 40px;
}

.seItem {
    width: calc(20% - 10px);
    float: left;
    margin: 0 5px 10px 5px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    height: 275px;
}

    .seItem .seItemImg {
        width: 100%;
        position: relative;
        height: 150px;
        overflow: hidden;
    }

        .seItem .seItemImg a {
            height: 100%;
            position: relative;
            display: flex;
            justify-content: safe center;
            text-align: center;
        }

        .seItem .seItemImg img {
            height: 100%;
            position: relative;
        }

    .seItem .seItemTitle {
        width: 100%;
        position: relative;
        padding: 10px;
    }

        .seItem .seItemTitle a {
            width: 100%;
            position: relative;
            font-size: 14px;
            font-family: 'Roboto-Regular', sans-serif;
            color: #222;
            margin: 0;
            text-transform: capitalize;
        }

    .seItem .seItemDetail {
        width: 100%;
        position: relative;
        padding: 0 10px;
        float: left;
    }

.seItemDetail .seItemCat {
    width: 100%;
    position: relative;
    float: left;
    color: #27A6DC;
    font-size: 13px;
    margin-bottom: 5px;
}

.seItemDetail .seItemDate {
    width: 50%;
    position: relative;
    float: left;
    color: #b6b6b6;
    font-size: 13px;
}

.seItemDetail .seItemLocation {
    width: 50%;
    position: relative;
    float: left;
    color: #b6b6b6;
    font-size: 13px;
    text-align: right;
}

.seItemDetail .seItemDesc {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    color: #636363;
    font-size: 14px;
    margin-top: 5px;
}

    .seItemDetail .seItemDesc p {
        text-align: left !important;
        margin: 0 !important;
    }

.propAgent {
    width: 100%;
    float: left;
    padding-left: 40px;
    margin-top: 30px;
}

    .propAgent .meetTeamItem {
        width: 100%;
        margin: 0;
    }

        .propAgent .meetTeamItem h5 {
            font-size: 28px;
            margin: 0;
            margin-bottom: 20px;
        }

        .propAgent .meetTeamItem img {
            margin-top: 0;
        }

.col30 .headerTitle{
    padding: 30px 0;
}
.col30 .headerTitle h2 {
    margin: 30px 0;
    font-size: 36px;
}
.propertyPage .propAgent .meetTeamItem {
    background: #fff;
    box-shadow: 0 5px 10px 0 #b6b6b6;
    border-radius: 5px;
}

.propConnection {
    width: 100%;
    float: left;
    padding-left: 40px;
    border-radius: 5px;
}

.propConnectionHolder {
    width: 100%;
    margin: 0;
    background: #fff;
    float: left;
    text-align: center;
    box-shadow: 0 5px 10px 0 #b6b6b6;
    padding: 40px;
    margin-top: 50px;
    border-radius: 5px;
}

    .propConnectionHolder h3 {
        width: 100%;
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 32px;
        color: #092C61;
        margin: 0;
        margin-bottom: 30px;
        margin-top: 20px;
        letter-spacing: 1px;
        float: left;
        text-align: left;
    }

.propConnectionItem {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 20px;
}

    .propConnectionItem img {
        width: 50px;
        height: 50px;
        float: left;
    }

    .propConnectionItem h4 {
        float: left;
        width: calc(100% - 50px);
        padding-left: 10px;
        text-align: left;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
        margin: 0;
    }

    .propConnectionItem span {
        float: left;
        width: calc(100% - 50px);
        padding-left: 10px;
        text-align: left;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
    }

.relatedProp {
    float: left;
    width: 100%;
    background: #EEEEEE;
    padding: 50px;
}

    .relatedProp h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 24px;
        color: #0082c8;
        margin: 0;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

.relaredItem {
    width: 32%;
    float: left;
    margin: 1%;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .relaredItem:nth-child(2) {
        margin-left: 0;
    }

    .relaredItem:last-child {
        margin-right: 0;
    }

.relatedHolder .relaredItem {
    padding: 0 20px;
}

    .relatedHolder .relaredItem:nth-child(2) {
        margin: 1%;
    }

    .relatedHolder .relaredItem:last-child {
        margin: 1%;
    }

.relaredItem img {
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgb(0 0 0 / 0.5);
}

.relaredItem h4 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    padding: 0px 30px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imageOverlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 100%;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

.pageContent {
    width: 100%;
    background: #EEEEEE;
    padding: 100px;
    float: left;
}


.detailPage .pageBanner h1 {
    text-transform: capitalize;
    font-size: 36px;
    font-family: 'Roboto-Regular', sans-serif;
}

.detailPage .pageContent {
    padding-top: 50px;
}

.pageDescription {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    line-height: 1.5 !important;
    margin-bottom: 15px;
}

    .pageDescription h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 0;
        color: #092C61;
    }

    .pageDescription p, .pageDescription ul, .pageDescription li {
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
    }

.serviceDetailPage{
    width: 100%;
    max-width: 1366px;
    position:relative;
    margin: 0 auto;
}

.otherServices {
    width: 100%;
    max-width: 1366px;
    position:relative;
    padding: 50px 0;
    background: #f3f3f3;
}

    .otherServices h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        color: #092C61;
        margin: 0;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }
    .otherServices .relatedHolder{
        width:100%;
        float:none;
    }

    .otherServices .relaredItem {
        width: calc(23%);
        float: none;
    }

.relaredItem:nth-child(2) {
    margin-left: 0;
}

.relaredItem:last-child {
    margin-right: 0;
}

.newsListingPage {
    width: 100%;
    position: relative;
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    display: block;
}

    .newsListingPage .pageContent {
        width: 100%;
        float: unset;
        background: none;
        padding: 0;
    }

    .newsListingPage .otherServices {
        padding-top: 0;
        background: none;
        margin-bottom: 50px;
        float:left;
    }

        .newsListingPage .otherServices:nth-child(2n) {
            background: #f6f6f6;
        }

        .newsListingPage .otherServices:last-child {
            padding-bottom: 50px;
            margin-bottom: 0;
        }

.newsDetailPage .otherServices{
    background: none;
    float:left;
}
.newsItem {
    width: calc(50%);
    float: left;
    padding: 20px 3%;
    position: relative;
    overflow: hidden;
    height: 190px;
    border-bottom: 1px dotted #dcdcdc;
}

    .newsItem:nth-child(2n+1) {
        border-right: 1px dotted #dcdcdc;
    }

    .newsItem:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .newsItem > a {
        width: 30%;
        float: left;
        height: auto;
    }

    .newsItem img {
        width: 100%;
        float: left;
        filter: brightness(0.8);
        height: auto;
    }

.newsContent {
    width: 70%;
    float: left;
    padding: 0 0 0 20px;
    transition: ease-in 0.15s;
}

.newsItem .newsContent {
    transition: ease-in 0.15s;
}

.newsItem:hover .newsContent {
}

.newsContent span {
    width: 100%;
    color: #636363;
    font-size: 12px;
    font-family: 'Roboto-Light', sans-serif;
    font-style: italic;
    display: block;
}

.newsContent a {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
}

    .newsContent a h4 {
        color: #000;
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        margin: 5px 0;
        text-transform: capitalize;
    }


.newsContent p {
    color: #636363;
    font-size: 14px;
    font-family: 'Roboto-Light', sans-serif;
}

.newsContent .seemore {
    position: relative;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 50%;
    margin: 0 25%;
    padding: 10px 15px;
    float: left;
}

    .newsContent .seemore:hover, .newsContent:hover .seemore {
        color: #333;
        border: 1px solid #fff;
        background: #fff;
    }

.viewListNews {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .viewListNews a {
        width: 14%;
        display: block;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
        border-radius: 25px;
        margin: 0 auto;
        background: #27A6DC;
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        border: 1px solid #27A6DC;
    }

        .viewListNews a:hover {
            background: #fff;
            color: #0082c8;
            border: 1px solid #0082c8;
        }

.pageTheme {
    width: 100%;
    float: left;
    background: #EEEEEE;
}

.newsDetailPage {
    padding: 50px 0;
    width: 100%;
    max-width: 1366px;
    float: none;
    margin: 0 auto;
    background: none;
}

.newsSummary {
    float: left;
    width: 70%;
    padding: 50px;
    margin-bottom: 50px;
    border-right: 1px dotted #aeaeae;
}

    .newsSummary h3 {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 32px;
        margin: 0;
    }

    .newsSummary span {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
        font-style: italic;
        margin-top: 10px;
    }

    .newsSummary .blackDivider {
        width: 100%;
        border-bottom: 1px dotted #a4a4a4;
    }

.newsDesc {
    font-family: 'Roboto-Regular', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    float: left;
    color: #555;
}

    .newsDesc p, .newsDesc li {
        font-family: 'Roboto-Light', sans-serif !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        float: left;
        color: #636363;
        width: 100%;
    }

    .newsDesc table {
        width: 100% !important;
    }

    .newsDesc img {
        width: 100%;
        width: auto;
        max-width: 100%;
        float: left;
        padding: 0 5px;
    }

.relatedNews {
    width: 30%;
    float: left;
    padding: 0px 50px 40px 50px;
}

    .relatedNews h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 32px;
        margin-top: 0;
        color: #092C61;
    }

    .relatedNews .headerTitle {
        padding-left: 0;
    }

        .relatedNews .headerTitle h2 {
            font-family: 'Roboto-Bold', sans-serif;
            font-size: 32px;
            margin: 0;
        }

.relatedNewsItem {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px dotted #b6b6b6;
}

    .relatedNewsItem:nth-child(2) {
        padding-top: 0;
    }

    .relatedNewsItem:last-child {
        border-bottom: 0px dotted #b6b6b6;
    }

    .relatedNewsItem img {
        float: left;
        width: 30%;
        height: auto;
    }

    .relatedNewsItem h4 {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 18px;
        margin-top: 10px;
        color: #555;
        width: 70%;
        float: left;
        padding-left: 10px;
    }

    .relatedNewsItem:hover h4 {
        color: #0082c8;
    }


.imageButton {
    background: none;
    border: none;
    outline: none;
    color: #092C61;
    cursor: pointer;
    padding-left: 0;
    height: 16px;
    float: left;
}

.ribbonImg {
    width: 60px !important;
    position: absolute !important;
    float: none !important;
    top: 20px !important;
    left: 25px !important;
}

.mapFrame {
    position: relative;
    width: 100%;
    float: left;
}

.addressFrame {
    left: 100px;
    bottom: 50px;
    position: absolute;
    border-radius: 10px;
    background: #fffffff1;
    padding: 10px 40px;
    width: 40%;
    box-shadow: 0 5px 10px 0 #6c6c6c;
}

    .addressFrame h3 {
        font-size: 36px;
        color: #092C61;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .addressFrame p {
        font-size: 18px;
        color: #666;
    }

.job {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 70px;
}

    .job h3 {
        font-family: 'Roboto-Bold', sans-serif;
        color: #092C61;
        font-size: 36px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .job h4 {
        font-family: 'Roboto-Regular', sans-serif;
        color: #555;
        font-size: 24px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.jobList {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.jobItem {
    float: left;
    width: 32%;
    margin: 0 1%;
    position: relative;
}

    .jobItem:first-child {
        margin-left: 0;
    }

    .jobItem:last-child {
        margin-right: 0;
    }

    .jobItem img {
        width: 100%;
        float: left;
    }

    .jobItem h5 {
        width: 100%;
        position: absolute;
        bottom: 20px;
        font-size: 18px;
        color: #fff;
        margin: 10px 0;
        text-align: center;
    }

.newsFanpage {
    width: 100%;
    float: left;
    border-top: 1px solid #b6b6b6;
    margin-bottom: 20px;
}

.newsTags {
    width: 100%;
    float: left;
}

    .newsTags h4 {
        font-family: 'Roboto-Regular', sans-serif;
        display: block;
        float: left;
        font-size: 18px;
        margin-bottom: 10px;
        width: 50%;
        line-height: 24px;
        margin-top: 0;
    }

.socialButton {
    width: 50%;
    display: block;
    float: right;
    height: 24px;
    text-align: right;
    margin-bottom: 10px;
}

    .socialButton img {
        height: 20px;
        cursor: pointer;
        float: right;
        margin-left: 10px;
        margin-top: 10px;
    }

.fb-share-button {
    float: right;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}

    .fb-share-button a {
        line-height: 24px;
        height: 24px;
    }

    .fb-share-button img {
        height: 24px;
    }

.fb-liken {
    float: right;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}

.fb-like a {
    line-height: 24px;
    height: 24px;
}

.fb-like img {
    height: 24px;
}

.newsTagsItem {
    font-family: 'Roboto-Light', sans-serif;
    display: block;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    background: #efefef;
    color: #555;
    cursor: pointer;
}

    .newsTagsItem:hover {
        background: #0082c8;
        color: #fff;
        cursor: pointer;
    }

.displayPanel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    display: block;
    top: 0;
    left: 0;
    background: #2d2d2de6;
}

.holderPanel {
    position: relative;
    width: 40%;
    margin: 10% 30% 0 30%;
    padding: 40px 60px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}

    .holderPanel h1 {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
        color: #555;
    }

.successPanel .closeButton {
    background: #27A6DC;
    border-radius: 5px;
    padding: 15px 40px;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
}

.failPanel .closeButton {
    font-family: 'Roboto-Regular', sans-serif;
    background: #e83717;
    border-radius: 5px;
    padding: 15px 40px;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.topSearchButton {
    width: 16px;
    height: 16px;
    margin-left: -25px;
}

.col70 {
    width: 70%;
    float: left;
}

.col30 {
    width: 30%;
    float: left;
    padding-right: 50px;
    margin-bottom: 40px
}

.pinTopBarScroll {
    height: 85px;
    position: fixed;
    border-bottom: 1px solid #0082c8;
    background: #0082c8;
    width: 100%;
    z-index: 9998;
    float: left;
    top: -120px;
    padding: 5px 0 0 0;
    transition: 0.2s ease-in;
}

    .pinTopBarScroll > div {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        position: relative;
    }

.propSumTopBar {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 20px;
}

    .propSumTopBar h4 {
        margin: 0;
        font-size: 18px;
    }

    .propSumTopBar h5 {
        padding-top: 5px;
        margin: 0;
        font-size: 12px;
    }

.shortInfoTopBar {
    width: 30%;
    float: left;
    color: #fff;
    font-size: 14px;
}

    .shortInfoTopBar a {
        color: #fff;
    }

    .shortInfoTopBar h4 {
        margin: 0;
        display: flex;
        padding: 0 0 5px 0;
        font-size: 14px;
    }

    .shortInfoTopBar h5 {
        margin: 0;
        display: flex;
        padding: 0 0 5px 0;
    }

        .shortInfoTopBar h5 img {
            width: 16px;
            margin-right: 10px;
        }

        .shortInfoTopBar h5 span {
            font-size: 14px;
        }

    .shortInfoTopBar h6 {
        margin: 0;
        display: flex;
        padding: 0;
        font-size: 14px;
    }

        .shortInfoTopBar h6 span {
            font-size: 14px;
        }

        .shortInfoTopBar h6 img {
            width: 16px;
            margin-right: 10px;
        }

.agentInfoTopBar {
    width: 20%;
    float: left;
    color: #fff;
    font-size: 16px;
}

    .agentInfoTopBar img {
        width: calc(25% - 10px);
        float: left;
        margin-right: 10px;
    }

    .agentInfoTopBar p {
        width: 70%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 14px;
    }

    .agentInfoTopBar span {
        width: 70%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .agentInfoTopBar a {
        color: #fcff00;
        font-family: 'Roboto-Bold', sans-serif;
    }

.topIndustrialNews {
    width: 100%;
    max-width: 1366px;
    margin: 0px auto;
    position: relative;
}

    .topIndustrialNews .headerTitle p {
        color: #000;
    }


.multiselect__container, .multiselect__wrapper, .multiselect__input {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-family: 'Roboto-Regular', sans-serif;
}

.multiselect__container {
    font-family: 'Roboto-Regular', sans-serif;
}

.multiselect__wrapper {
    padding-right: 55px;
    max-height: 66px !important;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Roboto-Regular', sans-serif;
}

.multiselect__options {
    background-color: #fff !important;
    -webkit-box-shadow: 0 1px 3px 0 #b6b6b6, 0 0 0 1px #b6b6b6;
    box-shadow: 0 1px 3px 0 #b6b6b6, 0 0 0 1px #b6b6b6;
}

    .multiselect__options ul {
        list-style: none;
        margin: 0;
        padding: 2px 0;
        max-height: 150px !important;
        overflow: auto;
        font-family: 'Roboto-Regular', sans-serif;
    }

.multiselect__input {
    font-size: 18px;
    font-family: 'Roboto-Light', sans-serif;
    color: #fff;
}

    .multiselect__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .multiselect__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .multiselect__input::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

.multiselect__selected {
    background-color: #092C61 !important;
    font-family: 'Roboto-Regular', sans-serif;
}

.multiselect__options ul li.multiselect__options--selected {
    background-color: #092C61 !important;
    color: #fff !important;
    font-family: 'Roboto-Regular', sans-serif;
}

.multiselect__options ul li {
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
    font-family: 'Roboto-Regular', sans-serif;
    color: #000 !important;
}
/*
@media screen and (max-width: 1600px) and (min-width: 1367px) {


    .visionContentItemDesc h3 {
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        color: #092C61;
        margin: 0;
        letter-spacing: 1px;
    }

    .visionContentItemDesc p {
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #666;
        margin: 0;
    }


    .inquiryForm h2 {
        color: #092C61;
        font-family: 'Roboto-Bold', sans-serif;
        font-size: 36px;
        margin: 10px 0;
        margin-bottom: 10px;
        text-align: center;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }

    .inquiriButton {
        background: rgb(9, 44, 97) none repeat scroll 0% 0%;
        font-size: 14px;
        font-family: "lexend", sans-serif;
        border-radius: 15px;
        padding: 8px;
        text-align: center;
        border: medium none;
        outline: currentcolor none medium;
        color: rgb(255, 255, 255);
        margin: 15px 30% 0px;
        width: 40%;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 1;
    }

    .subscribe h3 {
        font-size: 24px;
    }

    .footerKeyword h3 {
        font-size: 24px;
    }

    .footerContact h3 {
        font-size: 24px;
    }

    .footerContact h4 {
        font-size: 18px;
    }

    .footerContact .location span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }

    .footerContact .phone span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }

    .footerContact .email span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }

    .footerKeyword li {
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
        margin-bottom: 10px;
    }

    .findUs h3 {
        font-size: 24px;
    }

    .newsContent .seemore {
        font-size: 14px;
        width: 40%;
        margin: 0 30%;
    }

    .newsDesc {
        font-size: 16px !important;
    }

    .newsSummary h3 {
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 28px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
    }

    .relatedNews h3 {
        font-size: 28px;
    }

    .relatedNewsItem h4 {
        font-size: 16px;
        max-height: 61px;
        overflow: hidden;
    }

    .menuItem {
        margin-left: 40px;
    }

    .propSumInfo {
        width: 73%;
        padding: 30px 10px 20px 100px;
        float: left;
    }

    .propSumary {
        padding-left: 100px;
    }

    .searchInputForHint {
        font-size: 16px;
        width: 80%;
        height: 40px;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
        width: 70%;
    }

    .searchInputForButton {
        height: 40px;
        font-size: 16px;
        padding: 0 18px;
    }

    .findUs {
        width: 30%;
        float: left;
        margin-top: 20px;
    }


    .propConnectionHolder h3 {
        width: 100%;
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 32px;
        color: #092C61;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-bottom: 0;
        margin-top: 0;
        letter-spacing: 1px;
        float: left;
        text-align: left;
    }


    .banner {
        width: 100%;
        height: auto;
        float: left;
    }

        .banner.searchResultBanner {
            width: 100%;
            height: 400px;
            float: left;
        }

            .banner.searchResultBanner .searchBar {
                margin-top: 240px;
            }

            .banner.searchResultBanner .subSearchBar {
                margin-top: 320px;
            }

        .banner iframe {
            width: 100%;
            height: 400px !important;
        }

    .searchBar {
        width: 70%;
        height: 70px;
        background: #fff;
        position: absolute;
        margin: 0 15%;
        margin-top: 0px;
        margin-top: 390px;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        display: flex;
        z-index: 2;
    }

    .subSearchBar {
        position: absolute;
        display: flex;
        width: 40%;
        margin: 0 30%;
        margin-top: 0px;
        margin-top: 470px;
        z-index: 2;
    }

    .searchBarItem {
        height: 70px;
        background: #fff;
        font-size: 18px;
        line-height: 25px;
        margin: 0;
        margin-left: 0px;
        margin-left: 20px;
        font-family: 'Roboto-Light', sans-serif;
    }

    .searchBar span {
        font-size: 16px;
        line-height: 70px;
        margin-left: 5px;
        font-family: 'Roboto-Light', sans-serif;
    }

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        max-width: 320px;
        height: 70px;
        float: right;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border-left: 1px #efefef solid;
        padding: 0 10px;
        -ms-word-break: normal;
        word-break: normal;
        font-family: 'Roboto-Light', sans-serif;
    }

    .selectdiv::after {
        content: '>';
        font-family: 'Consolas', sans-serif;
        font-size: 18px;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        top: 20px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
    }

    .searchBarItem[type="radio"] {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .textBox {
        border: 0;
        height: 70px;
        margin: 0;
        width: 45%;
        padding-left: 20px;
        letter-spacing: 1px;
    }

        .textBox:focus {
            height: 70px;
        }

    .buttonSearch {
        border: 0;
        width: 236px;
        background: #27A6DC;
        color: #092C61;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        position: absolute;
        right: 0;
        cursor: pointer;
        text-transform: uppercase;
        font-family: 'Roboto-Bold', sans-serif;
        line-height: 70px;
    }

    .propItemContent h4 {
        margin: 0;
        margin-top: 0px;
        margin-top: 10px;
        height: 48px;
        max-height: 48px;
        overflow: hidden;
    }

    .topBarItem {
        float: left;
        margin-left: 25px;
        height: 16px;
        display: flex;
        align-items: center;
    }

    .slideBanner img {
        height: auto;
    }

    .serviceListItem {
        width: 49%;
        float: left;
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

        .serviceListItem img {
            width: 100%;
            height: auto;
            float: left;
            filter: brightness(0.40);
        }

    .serviceContent {
        position: absolute;
        width: 100%;
        float: left;
        bottom: 0;
        padding: 10px 30px 20px 30px;
    }

    .relaredItem {
        width: 32%;
        float: left;
        margin: 1%;
        margin-left: 1%;
        height: auto;
        position: relative;
    }

        .relaredItem img {
            width: 100%;
            height: auto;
            filter: brightness(0.4);
        }

    .mapFrame iframe {
        height: 400px !important;
    }

    .addressFrame h3 {
        font-size: 24px;
        color: #092C61;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .addressFrame p {
        font-size: 14px;
    }

    .job h3 {
        font-family: 'Roboto-Bold', sans-serif;
        color: #092C61;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .job h4 {
        font-family: 'Roboto-Regular', sans-serif;
        color: #555;
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .jobList {
        width: 70%;
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        margin-top: 30px;
    }

    .meetTeam {
        width: 100%;
        float: left;
        margin-top: 40px;
        padding: 10px 100px 100px 100px;
    }

    .newsItem {
        width: 32.33333%;
        float: left;
        margin: 0.5%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

        .newsItem img {
            width: 100%;
            float: left;
            height: auto;
            filter: brightness(0.4);
            height: 305px;
        }



    .aboutBG {
        padding-top: 150px;
    }

    .clickviewmore {
        font-size: 14px;
        text-decoration: underline;
    }

    .relatedNewsItem img {
        float: left;
        width: 100%;
        height: auto;
    }

    .imgSlide {
        max-height: 695px;
    }

    .propItemHolder > a > img {
        height: 229px;
    }

    .mainImg img {
        max-height: 522px;
    }

    .subImg img {
        max-height: 131px;
    }

    .relaredItem img {
        max-height: 247px;
    }
}
    */
@media screen and (max-width: 1366px) and (min-width: 1024px) {
    h4 {
        font-size: 18px;
    }

    .menuItem {
        display: block;
        float: left;
        margin-left: 30px;
    }

    .mainMenuItem {
        letter-spacing: 0px;
        font-size: 14px;
    }

    .topBarItem {
        margin-left: 35px;
    }

    .headerTitle h2 {
        font-size: 36px;
    }

    .selectdiv2 select {
        font-size: 14px;
    }

    .subSearchBarItem img {
        float: left;
        width: 24px;
        height: 24px;
        margin-top: 4px;
    }



    .banner iframe {
        width: 100%;
        height: 400px !important;
    }



    .propItemHolder > a > img {
        width: 100%;
        float: left;
        height: 189px;
    }

    .subSearchBar {
        position: absolute;
        display: flex;
        width: 40%;
        margin: 0 30%;
        margin-top: 0px;
        margin-top: 320px;
        z-index: 2;
    }

    .slideBanner {
        width: 100%;
        position: relative;
        z-index: 0;
        float: left;
    }

    .whyNSO {
        padding: 0 50px;
        margin-bottom: 40px;
        float: left;
    }

    .aboutNSO {
        margin-bottom: 50px;
    }

    .about01 {
        width: 40%;
        padding: 20px 40px;
    }

        .about01 h2 {
            font-size: 26px;
        }

    .aboutServices h2 {
        font-size: 24px;
    }

    .featureProp {
        margin-bottom: 50px;
        padding: 0 50px;
        float: left;
        width: 100%;
    }

    .subscribe h3 {
        font-size: 22px;
    }

    .footerKeyword h3 {
        font-size: 22px;
    }

    .footerContact h3 {
        font-size: 22px;
    }

    .footerContact h4 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
    }

    .footerContact .location span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }



    .footerContact .phone span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }

    .footerContact .email span {
        font-size: 14px;
        font-family: "Roboto-Light", sans-serif;
    }

    .footerKeyword li {
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
        margin-bottom: 10px;
    }

    .findUs h3 {
        font-size: 22px;
    }

    .visionBG {
        float: left;
        width: 500px;
        height: 530px;
    }

    .visionContent {
        width: calc(100% - 500px);
        float: left;
        background: #fff;
        height: 530px;
    }

    input[type="text"] {
        font-size: 14px !important;
    }

    .slideBanner iframe {
        height: 400px !important;
    }

    .visionContentItemDesc h3 {
        font-size: 26px;
    }

    .visionContentItemDesc p {
        font-size: 16px;
    }

    .aboutPage .aboutNSO .about01 {
        margin-bottom: 50px;
    }

    .about01 p {
        font-size: 16px;
    }

    .downloadBrochure h3 {
        font-size: 24px;
    }

    .meetTeam h3 {
        font-size: 24px;
    }

    .teamName {
        font-size: 20px;
    }

    .subscribe {
        width: 36%;
        float: left;
    }

    .searchInputForButton {
        font-size: 16px;
    }

    searchBar span {
        font-size: 16px;
        line-height: 70px;
    }

    .selectdiv {
        position: relative;
        float: left;
        min-width: 150px;
        margin-left: 20px;
    }

        .selectdiv:after {
            /*Adjust for position however you want*/
            top: 20px;
        }

        .selectdiv select {
            height: 70px;
            font-size: 16px;
            line-height: 1.5;
        }

    .searchBar span {
        font-size: 16px;
        line-height: 70px;
    }


    .job h3 {
        font-size: 24px;
    }

    .job h4 {
        font-size: 20px;
    }

    .addressFrame h3 {
        font-size: 28px;
    }

    .addressFrame p {
        font-size: 14px;
    }


    .propDesc li {
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        color: #555;
    }

    .propSumary {
        padding-left: 50px;
    }

    .whyItem label {
        text-align: center;
        font-size: 16px;
        padding: 0 40px;
        margin-top: 10px;
        color: #555;
        width: 100%;
    }

    .slideBanner img {
        height: 500px;
    }

    .overlay {
        height: 500px;
    }

    .inquiriButton {
        font-size: 14px;
        font-family: 'Roboto-Bold', sans-serif;
        border-radius: 15px;
        padding: 10px;
        line-height: 1;
        margin: 0 30%;
        width: 40%;
        margin-top: 15px;
    }




    .serviceListItem {
        width: 49%;
        float: left;
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

        .serviceListItem img {
            width: 100%;
            height: auto;
            float: left;
            filter: brightness(0.40);
        }


    .serviceContent {
        position: absolute;
        width: 100%;
        float: left;
        bottom: 0;
        padding: 10px 30px 20px 30px;
    }

        .serviceContent h4 {
            font-size: 22px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .serviceContent span {
            font-size: 14px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .serviceContent a {
            font-size: 14px;
            letter-spacing: 1px;
            padding: 3px 10px;
        }

    .relaredItem {
        height: auto;
    }

        .relaredItem img {
            width: 100%;
            height: auto;
            filter: brightness(0.7);
        }

        .relaredItem a {
            display: block;
        }

        .relaredItem h4 {
            font-size: 18px;
        }


    .relatedNewsItem h4 {
        font-size: 14px;
    }

    .imageOverlay {
        display: none;
        opacity: 0;
    }

    .mapFrame iframe {
        height: 400px !important;
    }

    .meetTeam {
        margin-top: 50px;
        padding: 50px 20px;
    }




    .visionContentItem {
        float: left;
        width: 100%;
        display: flex;
        margin: 32px 0;
        margin-left: -50px;
        height: 200px;
    }

    .meetTeamHolder .meetTeamItem .meetTeamItemHolder {
        width: 280px;
    }


    .clickviewmore {
        font-size: 14px;
        margin-top: 5px;
    }

    .hotline img {
        width: 14px;
        height: 14px;
    }

    .topBarItem span a {
        font-size: 14px;
        line-height: 14px;
        color: red;
        letter-spacing: 1px;
    }

    .childMenu a {
        font-size: 14px;
    }

    .propItemContent h4 a {
        font-size: 16px;
    }

    .topIndustrialNews .newsContent a h4 {
        text-transform: capitalize;
    }

    .multiselect__options ul li {
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
        outline: none;
        color: #333;
        background: #fff;
    }

    .selectdiv select option {
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
    }

    .multiselect__input {
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
        color: #fff;
    }

    .newsSummary h3 {
        font-size: 24px;
    }

    .relaredItem img {
        max-height: 203px;
    }
}

.is-visible {
    opacity: 1;
}

.not-visible {
    opacity: 0;
    transition: opacity .5s .25s ease-out;
}
