html {
    overflow-x: hidden;
}

body {
    color: #000000;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.750;
    overflow-x: hidden;
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
}

label {
    display: block;
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: normal;
}

    label.auto {
        display: inline-block;
        margin: 5px 40px 5px 0;
    }

        label.auto:last-child {
            margin-right: 0;
        }

ul, ol {
    list-style: none;
}

a {
    color: #14ab58;
}

    a:hover, a:focus {
        color: #000000;
        text-decoration: none;
    }

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 30px 0 15px;
}

h1, h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }

.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 35px;
}

.alignleft {
    float: left;
    margin: 5px 35px 15px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    box-shadow: -25px 25px 40px rgba(0,0,0,0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

p.pn {
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 25px;
}

.justify p {
    text-align: justify;
}

ul {
    margin: 0 0 25px;
}

    ul li {
        position: relative;
        padding: 0 0 10px 22px;
        overflow: hidden;
    }

        ul li:before {
            content: "\f111";
            display: inline-block;
            line-height: 1;
            position: absolute;
            left: 1px;
            top: 0.99999em;
            font-family: Font Awesome\ 5 Pro;
            font-weight: 900;
            font-size: 8px;
            color: #1d80b4;
            background: #1d80b4;
        }

    ul.blue li:before {
        color: #1e73be;
    }

    ul.col-2 li {
        display: inline-block;
        width: 49.3333%;
        vertical-align: top;
    }

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden;
}

    ol li {
        list-style: decimal;
        padding-bottom: 10px;
        padding-left: 0;
    }

        ol li ul > li {
            padding-left: 20px;
            list-style: none;
        }

            ol li ul > li:before {
                display: block;
                left: 1px;
            }

ul ol li {
    overflow: visible;
}

    ul ol li:before {
        display: none;
        overflow: visible;
    }

ol ol li {
    list-style: lower-alpha;
}

ol ol ol li {
    list-style: lower-roman;
}

ol ol, ol ul, ul ol, ul ul {
    margin-top: 12px;
    margin-bottom: 5px;
}

ul li:last-child, ol li:last-child {
    padding-bottom: 0;
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.list-none li {
    padding-left: 0;
}

    .list-none li:before {
        display: none;
    }

p:last-child, ol:last-child, ul:last-child, ol ul:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

.list-2-col {
    overflow: hidden;
}

.list-2-co li {
    float: left;
    width: 50%;
    padding-right: 5px;
}

    .list-2-co li:nth-child(odd) {
        clear: left;
    }

.table-responsive {
    border: none;
    margin: 8px 0;
    overflow: auto;
}

table {
    width: 100%;
}

    table tr td, table tr th {
        border: 1px solid #dddddd;
        padding: 10px 15px;
        vertical-align: top;
        text-align: left;
        background: #fff;
    }

    table tr th {
        background-color: rgba(0,0,0,0.05);
    }

    table img {
        display: inline-block;
    }

.common-content {
    padding: 50px 0;
}

.two-aside {
    margin: -20px;
    clear: both;
    overflow: hidden;
}

    .two-aside .big-col {
        position: relative;
        float: left;
        width: 70.55555555%;
        padding: 20px;
    }

    .two-aside .aside {
        position: relative;
        float: left;
        width: 29.3333333333%;
        padding: 20px;
    }

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

a[href^="tel:"], a[href^="mailto:"] {
    display: inline-block;
    word-break: break-word;
}
/******Input******/
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="file"], input[type="url"], input[type="number"], input[type="date"], select, textarea, .form-control {
    background-color: #fff;
    border: 1px solid #4e5c56;
    border-radius: 0 !important;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 20px !important;
    padding: 11px 20px;
    position: relative;
    width: 100%;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="url"]:focus, .form-control:focus {
        border-color: #000000;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    textarea, textarea.form-control {
        height: 200px;
        resize: none;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }

    select option {
        font-size: 14px;
    }

input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

::-webkit-input-placeholder {
    color: #000000;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #000000;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #000000;
    opacity: 1.0;
}
/******Browser Compatibility******/
input::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.form-group {
    margin: 0;
}

.form-inline .form-control {
    display: block;
    width: 100%;
    ;
}
/******Input Ends******/
/******Transition******/
a, input[type="button"], input[type="submit"], input[type="reset"], :after, :before, .owl-nav *, .owl-dots *, header, header .logo img, header .logo, .filters-result h6, .md-trigger {
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
/******Hundred%******/
.hundred, section, header, footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    position: relative;
    border: 1px solid #cf508e;
    border-radius: 0;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 25px;
    text-transform: capitalize;
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: #cf508e;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-second {
    color: #000000;
    border-color: #14ab58;
    background-color: transparent;
}

.btn-third {
    color: #000000;
    font-size: 22px;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
}

.btn small {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
}

.btn.focus, .btn:focus, .btn:hover, .btn-second:hover, .btn-second:focus, .btn-third:hover, .btn-third:focus {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.sm-btn {
    padding: 9px 14px;
    font-size: 12px;
    line-height: 16px;
}

.btn-row .btn {
    margin: 10px 20px 0 0;
}

    .btn-row .btn:last-child {
        margin-right: 0;
    }

.btn-row .or {
    display: inline-block;
    margin: 10px 20px 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #9d9d9d;
    vertical-align: middle;
    letter-spacing: 3px;
}

@media (min-width:992px) {
    a[href^="tel:"] {
        pointer-events: inherit;
        text-decoration: none !important;
    }
}

.sm-width, .common-content .sm-width {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
}

.md-width, .common-content .md-width {
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
}
/******Form Style******/
.form-max-width {
    max-width: 600px;
}

.form-field {
    text-align: left;
}

    .form-field .row, .row.form-field {
        position: relative;
        margin-left: -12px;
        margin-right: -12px;
    }

        .form-field .row .row, .row.form-field .row {
            margin-left: -6px;
            margin-right: -6px;
            margin-top: -24px;
        }

    .form-field [class^="col-"], .form-field [class*="col-"] {
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 24px;
    }

        .form-field [class^="col-"] [class^="col-"], .form-field [class*="col-"] [class*="col-"] {
            padding-left: 6px;
            padding-right: 6px;
        }

    .form-field p {
        padding: 10px 0 0 0;
        margin: 0;
    }

    .form-field [class^="col-"] p, .form-field [class*="col-"] p {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .form-field i {
        position: absolute;
        font-size: 18px;
        right: 1px;
        color: #6f6f6f;
        top: 50%;
        z-index: 2;
        background: #fff;
        width: 40px;
        text-align: left;
        border-radius: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .form-field i.fa-globe-asia {
            font-weight: normal;
        }

.form-icon {
    position: relative;
}

.form-field i + input, .form-field i + textarea {
    padding-right: 40px;
}

.form-field .btn {
    min-width: 124px;
}

    .form-field .btn i {
        display: inline-block;
        padding: 0;
        background: none;
        position: static;
        font-size: 100%;
        color: #fff;
        font-weight: normal;
        margin: 0 5px;
        vertical-align: baseline;
    }

.block {
    width: 100%;
}

.form-field input[type="reset"] {
    color: #1a4450;
    border-color: transparent;
    padding: 0;
    min-width: 80px;
    background: none !important;
    box-shadow: none !important;
}

    .form-field input[type="reset"]:hover {
        color: #1b459b;
        background-color: transparent;
    }

.sm-field textarea {
    height: 90px;
}

.sm-field .selectric .label {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}

.sm-field .selectric-items li {
    font-size: 13px !important;
}

.label-right label {
    text-align: right;
    margin-top: 8px;
}

.has-radio, .has-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .has-radio label, .has-checkbox label {
        margin-top: 0;
        margin-bottom: 0;
    }

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
}

div.wpcf7-response-output {
    margin: 1em 0.5em !important;
    clear: both;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.form-field .has-label label {
    text-transform: uppercase;
}
/******Custom Select******/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric-open {
    z-index: 99;
}

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
        height: 0;
        width: 0;
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            box-sizing: border-box;
            opacity: 0;
        }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
/***Front label***/
.selectric {
    border: 1px solid #4e5c56;
    background-color: #fff;
    position: relative;
    border-radius: 0;
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 40px 0 20px;
        font-size: 14px;
        font-weight: normal;
        line-height: 42px;
        color: #000000;
        height: 42px;
        padding: 0;
        text-align: left;
    }

    .selectric .button {
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 30px;
        color: #909090;
        font-size: 0;
        text-align: center;
    }

        .selectric .button:after {
            content: "\f107";
            font-family: Font Awesome\ 5 Pro;
            font-size: 14px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            color: #909090;
            line-height: 30px;
            font-weight: normal;
        }
/***Front label End***/



/****Select Drop Down***/
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #4e5c56;
    z-index: -1;
    margin: 0;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul {
    padding: 0 !important;
    background: #fff;
    margin: 0 !important;
}

.selectric-items li {
    font-size: 14px !important;
    min-height: 20px;
    margin-bottom: 1px;
    display: block;
    padding: 6px 20px !important;
    color: #000000 !important;
    line-height: normal !important;
    font-weight: normal !important;
}

    .selectric-items li:last-child {
        margin-bottom: 0;
    }

    .selectric-items li:before, .selectric-items li:after {
        display: none !important;
    }

.selectric-focus .selectric, .selectric-hover .selectric, .selectric-open .selectric {
    border-color: #000000 !important;
}

.selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
    background-color: #0091ec;
    color: #fff !important;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: normal;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #000000;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li.selectric-group-label {
    padding-left: 12px !important;
}

.selectric-items .selectric-group li {
    padding-left: 25px !important;
}
/*****Custom Checkbox & Radio *****/
.csHiddenFile {
    width: 1px;
    height: 0;
    visibility: hidden;
    display: none;
}

.csOpaque {
    opacity: 0;
    filter: alpha(opacity=0);
}

.csFileInput {
    display: none !important;
}
/**Checkbox**/
.csRadio input[type=radio], .csCheckbox input[type=checkbox] {
    position: absolute;
    color: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0;
}

.csRadio, .csCheckbox {
    display: inline-block;
    position: relative;
    margin: 0 6px 0 0;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
}

.radio .csRadio, .checkbox .csCheckbox {
    margin-left: -14px;
}

.csRadioElem {
    border-radius: 20px;
}

.csRadioElem, .csCheckboxElem {
    display: inline-block;
    background: #fff;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4e5c56;
}

.csCheckedR, .csChecked {
    border-color: #000000;
}

    .csCheckedR:after {
        content: "";
        background: #000000;
        padding: 5px;
        border-radius: 10px;
        width: 10px;
        line-height: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .csChecked:after {
        content: "\f00c";
        font-size: 12px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: bold;
        color: #000000;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/******Contact Form 7******/
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.wpcf7-not-valid {
    background-color: #fbc9c9 !important;
    border-color: #f00 !important;
}

.inverse-form .wpcf7-not-valid {
    background-color: transparent !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-captchac {
    background: #fff;
    float: left;
    padding: 3px 11px;
    width: 150px;
    border: 1px solid #4e5c56;
}

.wpcf7-captchar {
    float: left;
    max-width: 315px;
    margin-left: 25px !important;
    width: 100% !important; /* Firefox */
    width: -moz-calc(100% - 185px) !important; /* WebKit */
    width: -webkit-calc(100% - 185px!important); /* Opera */
    width: -o-calc(100% - 185px) !important; /* Standard */
    width: calc(100% - 185px) !important;
}
/******Contact Form 7 End******/
/******Form Style End******/
/******Spiner******/
.fa-spinner:before, .lazy-image:before, #on-load:before, .flexslider:before {
    border: 0.05rem solid rgba(0,0,0, 0.25);
    border-top-color: #000;
    border-bottom-color: #000;
    border-radius: 50%;
    content: "";
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    width: 24px;
    height: 24px;
    animation: fa-spinners .9s infinite linear;
    -o-animation: fa-spinners .9s infinite linear;
    -ms-animation: fa-spinners .9s infinite linear;
    -webkit-animation: fa-spinners .9s infinite linear;
    -moz-animation: fa-spinners .9s infinite linear;
}

@keyframes fa-spinners {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes fa-spinners {
    0% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}
/******Spiner End******/


/******Header******/
header {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    padding: 0;
}

    header .container {
        clear: both;
        position: relative;
    }

    header .head-table {
        display: table;
        width: 100%;
        padding: 16px 0;
        position: relative;
        z-index: 111;
    }

    header .head-cell {
        display: table-cell;
        vertical-align: middle;
    }

        header .head-cell:first-child {
            width: 140px;
        }

    header .logo {
        float: left;
        margin: 0;
        z-index: 999;
    }

        header .logo a {
            display: block;
            position: relative;
        }

        header .logo img {
            margin: 0;
        }

    header .btn {
        padding: 12px 20px;
        float: right;
    }

.head-fix header {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/*****nav starts*****/
.nav-trigger {
    display: none;
}

.nav-wrap {
    position: relative;
    float: right;
    margin: 0;
    z-index: 99;
}

.nav_trigger, nav #menu-button {
    display: none;
}

.nav-wrap nav, .nav-wrap nav ul, .nav-wrap nav ul li, .nav-wrap nav ul li a, .nav-wrap nav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

    .nav-wrap nav #menu-button, .nav-wrap nav ul li:before {
        display: none;
    }

.nav-wrap nav {
    display: block;
    position: static;
    padding: 0;
    float: right;
}

    .nav-wrap nav ul.nav {
        display: block;
        margin: 5px 28px 0 0;
        float: right;
    }

        .nav-wrap nav ul.nav + ul.nav {
            float: right;
        }

        .nav-wrap nav ul.nav > li {
            float: left;
            margin: 0 28px 0 0;
            padding: 0;
            overflow: visible;
            position: relative;
        }
            /*.nav-wrap nav ul.nav > li:nth-child(3) { margin-right: 144px }*/
            .nav-wrap nav ul.nav > li:last-child {
                margin-right: 0;
            }

            .nav-wrap nav ul.nav > li > a {
                display: block;
                padding: 8px 0;
                margin: 0;
                font-size: 13px;
                font-weight: 400;
                line-height: 26px;
                color: #000000;
                letter-spacing: 1px;
                white-space: nowrap;
                text-decoration: none;
                text-transform: uppercase;
            }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
/*.nav-wrap nav ul.nav > li.has-sub > a { padding-right: 10px !important }
.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important }*/
.nav-wrap nav ul.nav li.has-sub li.has-sub > a:after {
    content: "\f105";
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: normal;
    margin-left: 5px;
    color: #272425;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover > a:after {
    content: "\f104";
    color: #9a9a9a;
}

.nav-wrap nav ul.nav > li.fa-home a {
    font-size: 0;
    font-weight: normal;
    line-height: 1;
}

    .nav-wrap nav ul.nav > li.fa-home a:after {
        content: "\f015";
        font-family: Font Awesome\ 5 Pro;
        line-height: 26px;
        font-weight: 900;
        font-size: 14px;
    }
/****sub nav menu*****/
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav-wrap nav ul.nav ul {
    position: absolute;
    border-radius: 0;
    padding: 15px 0;
    visibility: hidden;
    text-align: left;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.08);
    box-shadow: 0 3px 5px rgba(0,0,0,0.08);
    background: #fff;
    overflow: hidden;
}

    .nav-wrap nav ul.nav ul ul:after {
        display: none;
    }

.nav-wrap nav > ul.nav > li > ul {
    top: 100%;
}

.nav-wrap nav ul.nav ul ul {
    left: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nav-wrap nav ul.nav ul ul:before {
        top: 0;
    }

.nav-wrap nav ul.nav li:hover > ul {
    display: block;
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.nav-wrap nav ul.nav li ul {
    top: 100%;
    max-height: 0;
    overflow: hidden;
}

.nav-wrap nav > ul.nav li:hover ul {
    top: 100%;
    max-height: 500px;
    overflow: visible;
}

.nav-wrap nav ul.nav ul > li:hover > ul {
    left: 100%;
    top: 0;
}

.nav-wrap nav ul.nav .reverse-menu ul > li:hover > ul {
    right: 100%;
    left: auto;
}

.nav-wrap nav ul.nav .align-left-menu:hover > ul {
    right: 0;
    left: auto;
}

.nav-wrap nav ul.nav ul .align-left-menu:hover ul, .nav-wrap nav ul.nav ul .align-left-menu li:hover ul {
    right: 100%;
    left: auto;
}

.nav-wrap nav ul.nav ul .align-right-menu:hover ul, .nav-wrap nav ul.nav ul .align-right-menu li:hover ul {
    left: 100% !important;
    right: auto !important;
}

.nav-wrap nav .z-h {
    z-index: 99999 !important;
}

.nav-wrap nav ul.nav .align-right-menu .has-sub:after, .nav-wrap nav ul.nav .align-right-menu:after {
    left: 100% !important;
    right: auto !important;
}

.nav-wrap nav ul.nav ul li {
    float: left;
    width: 100%;
    min-width: 150px;
    padding: 3px 0;
    margin: 0;
    vertical-align: top;
    overflow: visible;
}

    .nav-wrap nav ul.nav ul li:last-child {
        border-bottom: none;
    }

    .nav-wrap nav ul.nav ul li a {
        width: auto;
        white-space: normal;
        text-transform: uppercase;
        font-size: 13px;
        line-height: normal;
        font-weight: 400;
        color: #000000;
        padding: 5px 20px;
        text-decoration: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
/*.nav-wrap nav ul.nav ul li a:before { content: "\f105"; font-family: Font Awesome\ 5 Pro; font-size: 90%; position: absolute; top: 0.7777em; left: 10px; margin: auto; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }*/
.nav-wrap nav ul.nav li > ul > li:hover:after {
    display: block;
}

.nav-wrap nav ul.nav li:hover > a, .nav-wrap nav ul.nav li > a:hover, .nav-wrap nav ul.nav li.current-menu-item > a, .nav-wrap nav ul.nav li.current-menu-ancestor > a {
    color: #14ab58;
}

.nav-wrap nav ul.nav ul li:hover > a, .nav-wrap nav ul.nav ul li > a:hover, .nav-wrap nav ul.nav ul li.current-menu-item > a, .nav-wrap nav ul.nav ul li.current-menu-ancestor > a {
    color: #14ab58;
}

@media only screen and (min-width:1025px) {
    .submenu-button {
        display: none;
    }

    .nav-wrap nav ul.nav > li.has-sub > .submenu-button {
        display: none;
        height: 0;
        width: 0;
        border: 10px transparent solid;
        border-top-width: 0;
        border-bottom-color: #f9f9f9;
        position: absolute;
        bottom: 0;
        left: 50%;
        font-size: 0;
        margin-left: -10px;
    }

    .nav-wrap nav ul.nav > li:hover .submenu-button {
        display: block;
    }

    .nav-wrap nav ul.nav li:hover > ul {
        -moz-transition: all 0.3s linear 0s !important;
        -webkit-transition: all 0.3s linear 0s !important;
        -ms-transition: all 0.3s linear 0s !important;
        transition: all 0.3s linear 0s !important;
    }
}
/**************Nav ends**************/
/****Space Control Top Bottom*****/
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 10px 0 !important;
}

.m-2 {
    margin: 20px 0 !important;
}

.m-3 {
    margin: 30px 0 !important;
}

.m-4 {
    margin: 40px 0 !important;
}

.m-5 {
    margin: 50px 0 !important;
}

.m-6 {
    margin: 60px 0 !important;
}

.m-7 {
    margin: 70px 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px 0 !important;
}

.p-2 {
    padding: 20px 0 !important;
}

.p-3 {
    padding: 30px 0 !important;
}

.p-4 {
    padding: 40px 0 !important;
}

.p-5 {
    padding: 50px 0 !important;
}

.p-6 {
    padding: 60px 0 !important;
}

.p-7 {
    padding: 70px 0 !important;
}

.m-t0 {
    margin-top: 0 !important;
}

.m-t1 {
    margin-top: 10px !important;
}

.m-t2 {
    margin-top: 20px !important;
}

.m-t3 {
    margin-top: 30px !important;
}

.m-t4 {
    margin-top: 40px !important;
}

.m-t5 {
    margin-top: 50px !important;
}

.m-t6 {
    margin-top: 60px !important;
}

.m-t7 {
    margin-top: 70px !important;
}

.m-b0 {
    margin-bottom: 0 !important;
}

.m-b1 {
    margin-bottom: 10px !important;
}

.m-b2 {
    margin-bottom: 20px !important;
}

.m-b3 {
    margin-bottom: 30px !important;
}

.m-b4 {
    margin-bottom: 40px !important;
}

.m-b5 {
    margin-bottom: 50px !important;
}

.m-b6 {
    margin-bottom: 60px !important;
}

.m-b7 {
    margin-bottom: 70px !important;
}

.p-t0 {
    padding-top: 0 !important;
}

.p-t2 {
    padding-top: 20px !important;
}

.p-t3 {
    padding-top: 30px !important;
}

.p-t4 {
    padding-top: 40px !important;
}

.p-t5 {
    padding-top: 50px !important;
}

.p-t6 {
    padding-top: 60px !important;
}

.p-t7 {
    padding-top: 70px !important;
}

.p-b0 {
    padding-bottom: 0 !important;
}

.p-b2 {
    padding-bottom: 20px !important;
}

.p-b3 {
    padding-bottom: 30px !important;
}

.p-b4 {
    padding-bottom: 40px !important;
}

.p-b5 {
    padding-bottom: 50px !important;
}

.p-b6 {
    padding-bottom: 60px !important;
}

.p-b7 {
    padding-bottom: 70px !important;
}

.m-l2 {
    margin-left: 20px !important;
}

.p-l2 {
    padding-left: 20px !important;
}

.m-l3 {
    margin-left: 30px !important;
}

.p-l3 {
    padding-left: 30px !important;
}

.m-l4 {
    margin-left: 40px !important;
}

.p-l4 {
    padding-left: 40px !important;
}
/****Space Control Top Bottom End*****/
/***********common content***********/

/************Breadcrumbs************/
div.breadcrumbs, section.breadcrumbs {
    position: relative;
    display: block;
    font-weight: normal;
    padding: 34px 0 20px;
    margin: 0;
    overflow: hidden;
    clear: both;
    text-align: left;
    z-index: 11;
    border-top: 1px solid #4e5c56;
    border-bottom: 1px solid #4e5c56;
}

ul.breadcrumbs {
    float: left;
    width: 100%;
    padding: 0;
    clear: both;
    margin: 5px 0 0;
}

    ul.breadcrumbs li {
        font-size: 13px;
        position: relative;
        display: inline-block;
        line-height: 1;
        vertical-align: top;
        padding: 0 19px 0 0;
        margin-right: 12px;
        color: #ffffff;
        font-style: normal;
    }

        ul.breadcrumbs li:before {
            display: none;
        }

        ul.breadcrumbs li a {
            position: relative;
            display: inline-block;
            color: #ffffff;
            vertical-align: top;
        }

        ul.breadcrumbs li:after {
            content: "/";
            position: absolute;
            font-size: 14px;
            color: #ffffff;
            right: 0;
            top: 0;
            line-height: 1;
            font-style: normal;
        }

        ul.breadcrumbs li:last-child {
            padding: 0;
            margin: 0;
        }

            ul.breadcrumbs li:last-child:after {
                display: none;
            }

        ul.breadcrumbs li:before {
            display: none;
        }

        ul.breadcrumbs li a:hover {
            color: #90c34a;
            text-decoration: underline;
        }
/***********Breadcrumbs End***********/
/*******Vertically Middle*******/
.lazy-image {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
    z-index: 2;
}

    .lazy-image img {
        position: absolute;
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto !important;
        max-width: 100%;
        width: auto !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
        transition: opacity .5s ease-in, transform .5s ease-in;
        transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
    }

.google-map {
    position: relative;
    padding-top: 42%;
}

.iframe-video {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 56%;
    margin: 10px 0;
    background-color: #f5f5f5;
}

    .google-map iframe, .google-map img, .iframe-video iframe {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

    .iframe-video img {
        position: absolute;
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto !important;
        max-width: 100%;
        max-height: 100%;
        width: 100% !important;
    }

img.lazyFade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/******Content End*********/

header + div, header + section {
    margin-top: 80px !important;
}

.main-banner {
    background: #000000 url(../img/banner-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .main-banner .img-box {
        float: left;
        width: 63%;
    }

        .main-banner .img-box img {
            width: 100%;
        }

    .main-banner .caption {
        float: left;
        width: 37%;
        padding: 15px 15px 15px 25px;
    }

    .main-banner .max-width {
        max-width: 470px;
    }

    .main-banner .flex-wrap {
        align-items: center;
    }

.get-in-touch * {
    color: #fff;
}

.get-in-touch h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.get-in-touch .call {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.get-in-touch .form-field [class^="col-"], .get-in-touch .form-field [class*="col-"] {
    padding-top: 7px;
}

.get-in-touch input:not(.btn), .get-in-touch textarea, .get-in-touch select {
    font-size: 12px;
    border-color: #ce499c;
    background-color: #14ab58;
    color: #ffffff;
}

    .get-in-touch input:not(.btn):focus, .get-in-touch textarea:focus, .get-in-touch select:focus {
        border-color: #7bcfff;
    }

.get-in-touch textarea {
    height: 65px;
}

.get-in-touch .btn {
    margin-top: 10px;
    width: 100%;
    box-shadow: 0 4px 0 0 #14ab58;
    font-size: 12px;
}

.get-in-touch ::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-in-touch ::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-in-touch :-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-in-touch :-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-heading {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .block-heading small {
        font-size: inherit;
        position: relative;
        display: inline-block;
        background-color: #14ab58;
        color: #fff;
        padding: 16px 40px 16px 0;
    }

        .block-heading small:after {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            background-color: #14ab58;
            padding: 0 1500px;
        }

.about-us {
    padding: 50px 0;
}

    .about-us .alignright {
        margin-right: -104px;
    }

    .about-us .btn-third {
        letter-spacing: 2px;
    }

.floor-plan-wrap {
    position: relative;
    background: #f7f7f7;
    padding: 50px 0;
}

    .floor-plan-wrap:after {
        content: "Floor Plan";
        font-size: 10vw;
        font-weight: bold;
        text-transform: uppercase;
        color: #f0f0f0;
        line-height: 1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        letter-spacing: 26px;
    }

    .floor-plan-wrap .container {
        position: relative;
        z-index: 11;
    }

    .floor-plan-wrap .block-heading {
        margin-bottom: 15px;
    }

.floor-plan-row {
    margin: 0 0 -3% -3%;
    overflow: hidden;
    padding: 20px 7%;
    justify-content: center;
}

.floor-plan-box {
    float: left;
    width: 30.333333%;
    margin: 0 0 3% 3%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

    .floor-plan-box img {
        width: 100%;
    }

    .floor-plan-box:hover {
        box-shadow: 0 3px 10px rgba(0,0,0,0.6);
    }

.amenities-wrap {
    position: relative;
    background: url(../img/bg-img-2.jpg) bottom center no-repeat;
    padding: 45px 0 65px;
    background-size: cover;
}

    .amenities-wrap .block-heading {
        float: left;
        width: 35%;
        padding-right: 30px;
    }

    .amenities-wrap .container {
        position: relative;
        z-index: 11;
    }

    .amenities-wrap:after {
        content: "Amenities";
        font-size: 15vw;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 0.8;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        letter-spacing: 12px;
        color: rgba(0,0,0,0.1);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff;
    }

.icon-row {
    margin: 0 0 -1% -1%;
    overflow: hidden;
}

.icon-box {
    background: #14ab58;
    float: left;
    width: 24%;
    margin: 0 0 1% 1%;
    text-align: center;
    padding: 20px 8px;
}

    .icon-box h3 {
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        margin: 10px 0 0;
    }

    .icon-box .icon {
        position: relative;
        padding-top: 86px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .icon-box .icon img {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            max-width: 100%;
            width: auto !important;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
            transition: opacity .5s ease-in, transform .5s ease-in;
            transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
        }

.location-wrap {
    background: #14ab58;
}

    .location-wrap * {
        color: #fff;
    }

    .location-wrap .block-heading small {
        background-color: #fff;
        color: #000000;
    }

        .location-wrap .block-heading small:after {
            background-color: #fff;
        }

    .location-wrap ul li {
        text-transform: uppercase;
		font-size:13px;
    }

        .location-wrap ul li:before {
            background-color: #fff;
            color: #fff;
        }

    .location-wrap .caption {
        float: left;
        width: 42%;
        padding: 30px 45px 50px 15px;
    }

    .location-wrap .google-map {
        float: left;
        width: 58%;
        padding: 520px 0 0;
    }

.contact-wrap {
    position: relative;
    background: url(../img/banner-contact.jpg) bottom center no-repeat;
    background-size: cover;
}

    .contact-wrap .caption {
        float: right;
        width: 100%;
        background: rgba(0,0,0,0.5);
        padding: 80px 0 0 80px;
        position: relative;
        z-index: 11;
    }

    .contact-wrap:after {
        /*content: "Contact us";
        font-size: 11vw;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 0.9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        letter-spacing: 2px;
        color: rgba(0,0,0,0.1);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff;*/
    }
/*****Social Icons*****/
ul.social-icon {
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
    vertical-align: middle;
}

    ul.social-icon li {
        display: inline-block;
        width: auto;
        margin: 5px 10px 5px 0;
        background: none;
        padding: 0;
        vertical-align: middle;
        color: #2e3739;
    }

        ul.social-icon li:last-child {
            margin-right: 0;
        }

        ul.social-icon li:before {
            display: none;
        }

        ul.social-icon li a {
            display: inline-block;
            padding: 0;
            width: auto;
        }

        ul.social-icon li i {
            text-align: center;
            display: inline-block;
            border-radius: 4px;
            vertical-align: top;
            font-size: 16px;
            color: #2e3739;
            line-height: 36px;
            width: 36px;
            background-color: #ffffff;
        }

        ul.social-icon li a:hover i {
            color: #fff;
        }

        ul.social-icon li a:hover .fa-twitter {
            background-color: #0eb1f2;
        }

        ul.social-icon li a:hover .fa-google-plus-g {
            background-color: #de4b39;
        }

        ul.social-icon li a:hover .fa-linkedin-in, ul.social-icon li a:hover .fa-linkedin {
            background-color: #007bb6;
        }

        ul.social-icon li a:hover .fa-instagram {
            background-color: #d82370;
        }

        ul.social-icon li a:hover .fa-pinterest-p {
            background-color: #cb2027;
        }

        ul.social-icon li a:hover .fa-tumblr {
            background-color: #395976;
        }

        ul.social-icon li a:hover .fa-youtube {
            background-color: #ff0000;
        }

        ul.social-icon li a:hover .fa-rss {
            background-color: #ea7819;
        }

        ul.social-icon li a:hover .fa-whatsapp {
            background-color: #25d366;
        }

        ul.social-icon li a:hover .fa-skype {
            background-color: #00aff0;
        }

        ul.social-icon li a:hover .fa-blogger-b {
            background-color: #ff5722;
        }

        ul.social-icon li a:hover .fa-video {
            background-color: #ff0000;
        }

        ul.social-icon li a:hover .fa-location-arrow {
            background-color: #1a4450;
        }

        ul.social-icon li a:hover .fa-houzz {
            background-color: #73ba37;
        }

        ul.social-icon li a:hover i {
            border-color: transparent;
        }

        ul.social-icon li a:hover .fa-facebook-f, ul.social-icon li a .fa-facebook {
            background-color: #3b5998;
        }

        ul.social-icon li a:hover i {
            color: #fff;
            background-color: #000000;
        }
/*****Social Icons End*****/
/******Form Popup******/

.form-popup-wrap {
    position: relative;
    background: #014e7a;
    max-width: 515px;
    padding: 56px 68px;
    margin: 25px auto;
}

    .form-popup-wrap .mfp-close {
        color: #fff !important;
    }
/******Footer*****/
footer {
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
    clear: both;
    text-align: center;
}

    footer p, footer a {
        font-size: 14px;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        footer a:hover {
            color: #14ab58;
        }

.scrollup {
    float: right;
    position: relative;
    bottom: auto;
    font-size: 13px;
    font-style: normal;
    color: #ffff;
    z-index: 115;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
    opacity: 1.0 !important;
    cursor: pointer;
    margin: 0;
}

    .scrollup i {
        font-size: 14px;
        margin: 0 0 0 5px;
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
    }

    .scrollup.show {
        filter: alpha(opacity=100);
        opacity: 1;
    }

@media only screen and (max-width:1199px) {
    .nav-wrap nav ul.nav > li {
        margin: 0 15px 0 0;
    }

        .nav-wrap nav ul.nav > li > a {
            font-size: 12px;
        }
}

@media only screen and (max-width:1024px) {
    .blak-overlay {
        position: fixed;
        z-index: 150;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .nav-trigger {
        float: right;
        padding: 19px;
        border-radius: 0;
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: #14ab58;
        border: 1px solid #14ab58;
        margin: 0;
        overflow: visible;
    }

        .nav-trigger span {
            display: block;
            top: 50%;
            margin-top: -1px;
            right: 9px;
        }

            .nav-trigger span, .nav-trigger span::after, .nav-trigger span::before {
                width: 21px;
                height: 2px;
                background-color: #ffffff;
                border-radius: 0;
                position: absolute;
                transition-property: transform;
                transition-duration: .15s;
                transition-timing-function: ease;
            }

                .nav-trigger span::after, .nav-trigger span::before {
                    content: "";
                    display: block;
                }

                .nav-trigger span::before {
                    top: -7px;
                }

                .nav-trigger span::after {
                    bottom: -7px;
                }

        .nav-trigger.closemenu span {
            top: auto;
            bottom: 7px;
            transition-duration: .15s;
            transition-delay: .15s;
            transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        }

            .nav-trigger.closemenu span::after {
                top: -20px;
                transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
            }

            .nav-trigger.closemenu span::before {
                transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
            }

        .nav-trigger.closemenu span {
            transform: translate3d(0, -12px, 0) rotate(-45deg);
            transition-delay: .32s;
            transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        }

            .nav-trigger.closemenu span::after {
                top: 0;
                opacity: 0;
                transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
            }

            .nav-trigger.closemenu span::before {
                top: 0;
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
            }

    #push_sidebar {
        display: block;
        right: -260px;
        z-index: -1;
        top: 0 !important;
        bottom: 0;
        position: fixed;
        width: 260px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 !important;
        padding: 0;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    html, header {
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .sidebar_active {
        overflow: hidden;
        margin-left: -260px;
        margin-right: 260px;
    }

        .sidebar_active #push_sidebar {
            right: 0;
            z-index: 999999;
        }

    .nav-wrap nav ul.nav > li.has-sub > a:after {
        display: none;
    }

    .sidebar_active header {
        position: fixed;
        left: -260px;
        right: 260px;
        top: 0 !important;
    }

    .nav-wrap nav ul.nav > li.has-sub:hover > a:before {
        display: none;
    }

    .nav-wrap nav ul, nav ul ul, .nav-wrap nav ul ul ul, .nav-wrap nav ul.nav, nav.align-center > ul, .nav-wrap nav ul.nav > li > ul, .nav-wrap nav ul.nav > li:hover > ul, .nav-wrap nav ul ul li:hover > ul, .nav-wrap nav ul ul ul li:hover > ul {
        position: relative;
        left: 0;
        right: auto;
        top: 100%;
        width: 100%;
        display: none;
        padding: 0;
        opacity: 1;
        text-align: left;
    }

        .nav-wrap nav ul.nav {
            padding: 0;
            margin: 0;
            border: 0;
        }

            .nav-wrap nav ul.nav > li {
                width: 100%;
                margin: 0 !important;
                padding: 0;
                border: 0 !important;
                border-bottom: 1px solid rgba(0,0,0,0.12) !important;
            }

                .nav-wrap nav ul.nav > li:after, .nav-wrap nav ul.nav > li:first-child:before {
                    display: none;
                }

                .nav-wrap nav ul.nav > li:last-child {
                    border-bottom: none;
                }

            .nav-wrap nav ul.nav ul li {
                border: none;
                opacity: 1.0;
                padding: 0;
            }

            .nav-wrap nav ul.nav > li > a {
                color: #000000;
                padding: 7px 20px 7px 16px !important;
                margin: 0 !important;
                white-space: inherit;
                border-radius: 0;
                font-size: 14px;
            }

                .nav-wrap nav ul.nav > li > a:before {
                    display: none;
                }

            .nav-wrap nav ul.nav > li.fa-home a {
                font-size: 14px;
                font-weight: normal;
            }

                .nav-wrap nav ul.nav > li.fa-home a:after {
                    margin-left: 10px;
                    font-weight: bold;
                }

            .nav-wrap nav ul.nav > li.has-sub > a {
                padding-right: 50px !important;
            }

            .nav-wrap nav ul.nav ul {
                position: static !important;
                opacity: 1.0;
                visibility: visible;
                padding: 0;
                border-radius: 0;
                background: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .nav-wrap nav ul.nav ul:before, .nav-wrap nav ul.nav ul:after {
                    display: none;
                }

            .nav-wrap nav ul.nav > li > ul > li {
                padding: 0 !important;
                margin: 0;
                float: left;
                width: 100% !important;
                background-color: transparent;
                border-bottom: none;
                min-width: inherit;
            }

            .nav-wrap nav ul.nav > li > ul li a {
                font-size: 13px;
                color: #000000;
                padding: 11px 15px 12px;
                white-space: inherit;
                border-top: 1px solid rgba(0,0,0,0.1);
            }

    .nav-wrap nav .submenu-button {
        position: absolute;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 111;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .nav-wrap nav .submenu-button {
        background-color: rgba(255,255,255,0.1);
    }

        .nav-wrap nav .submenu-button:before {
            content: "\f105";
            font-family: Font Awesome\ 5 Pro;
            position: absolute;
            color: #000000;
            left: 0;
            right: 0;
            text-align: center;
            top: 50%;
            margin-top: -14px;
            font-size: 14px;
            line-height: 26px;
            font-weight: normal;
            border-radius: 0;
        }

        .nav-wrap nav .submenu-button.submenu-opened {
            padding: 6px 15px 6px 35px;
            color: #000000;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
        }

            .nav-wrap nav .submenu-button.submenu-opened:before {
                content: "\f104";
                color: #000000;
                text-align: left;
                font-size: 14px;
                padding-left: 15px;
            }

    .nav-wrap nav ul.nav {
        visibility: visible !important;
        display: block !important;
        top: 0;
    }

        .nav-wrap nav ul.nav li:hover > a, .nav-wrap nav ul.nav li > a:hover, .nav-wrap nav ul.nav li.current-menu-item > a, .nav-wrap nav ul.nav li.current-menu-ancestor > a {
            background-color: rgba(0,0,0,0.1);
            color: #000000;
        }

        .nav-wrap nav ul.nav ul li:hover > a, .nav-wrap nav ul.nav ul li > a:hover, .nav-wrap nav ul.nav ul li.current-menu-item > a, .nav-wrap nav ul.nav ul li.current-menu-ancestor > a {
            background-color: rgba(0,0,0,0.1);
            color: #000000;
        }

    .nav-wrap nav > ul.nav > li > ul {
        max-height: inherit;
        margin-top: 0;
    }

    .nav-wrap nav ul.nav ul li.has-sub:after, .nav-wrap nav ul.nav ul ul, .nav-wrap nav ul.nav > li > a:after, .nav-wrap nav ul.nav > li:before, .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after, .nav-wrap nav ul.nav > li.has-sub > a:after {
        display: none !important;
    }

        .nav-wrap nav ul.nav ul ul.open {
            display: block !important;
        }

    .nav-wrap nav ul.nav li.has-sub li.has-sub > a {
        padding-right: 45px !important;
    }

    .nav-wrap nav ul.nav > li {
        display: block;
    }

        .nav-wrap nav ul.nav > li.has-sub > a br {
            display: none;
        }

        .nav-wrap nav ul.nav > li > a {
            z-index: 111 !important;
        }

        .nav-wrap nav ul.nav > li > .submenu-button {
            z-index: 1111 !important;
        }

    .nav-wrap nav ul.nav .parent-active {
        z-index: 9999 !important;
    }

    .mega-dropdown {
        position: static !important;
        width: auto !important;
        left: 0 !important;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sidebar_active .mega-dropdown.open, .sidebar_active .nav-wrap nav ul.nav ul.open {
        display: block !important;
        position: fixed !important;
        top: 40px !important;
        left: auto !important;
        right: 0 !important;
        bottom: 0;
        width: 260px !important;
        margin: 0;
        background: #ffffff;
        opacity: 1.0 !important;
        visibility: visible !important;
        border: none !important;
        height: 100%;
        overflow: auto;
        z-index: 99999;
    }

    .sidebar_active .nav-wrap nav .submenu-button.submenu-opened {
        position: fixed !important;
        top: 0;
        right: 0;
        width: 260px;
        background: #f5f5f5;
        font-weight: bold;
    }

    .mega-dropdown .row {
        margin: 0;
    }

    .mega-dropdown [class*=col-md-] {
        width: 100% !important;
        padding: 0;
    }

    .mega-dropdown [class*="col-md-"].has-sub > .submenu-button {
        display: none !important;
    }

    .mega-dropdown [class*="col-md-"].has-sub > ul {
        display: block !important;
        max-height: inherit !important;
        border: none !important;
        height: auto !important;
    }

    .mega-dropdown ul li {
        padding: 0 !important;
    }

        .mega-dropdown ul li a {
            color: #fff !important;
            font-size: 14px !important;
            color: #fff;
            padding: 12px 15px 11px !important;
            white-space: inherit;
            border-top: 1px solid rgba(255,255,255,0.1) !important;
        }

    header .logo img, .head-fix header .logo img {
        margin: 0;
        max-width: 100%;
    }

    header + div, header + section {
        margin-top: 75px !important;
    }

    header .btn {
        padding: 8px 15px;
        font-size: 12px;
        margin-right: 15px;
    }

    .about-us .alignright {
        margin-right: 0;
    }
}

@media only screen and (min-width:992px) {
}

@media only screen and (max-width:991px) {
    .alignleft, .alignright, h1 + .pn img, h2 + .pn img {
        max-width: 300px;
    }

    .main-banner .img-box {
        width: 100%;
    }

    .main-banner .caption {
        width: 100%;
        padding: 30px 15px !important;
    }

    .main-banner .max-width {
        max-width: 100%;
    }

    .about-us, .floor-plan-wrap {
        padding: 30px 0;
    }

    .amenities-wrap .block-heading {
        width: 100%;
        padding-right: 0;
    }

    .floor-plan-row {
        padding: 20px;
    }

    .location-wrap .caption {
        width: 100%;
        padding: 30px 15px !important;
    }

    .location-wrap .google-map {
        width: 100%;
        padding: 300px 0 0;
    }

    .contact-wrap .caption {
        width: 60%;
        padding: 30px;
    }

    .amenities-wrap {
        padding-top: 30px;
    }

    .floor-plan-wrap {
        padding-bottom: 50px;
    }

        .floor-plan-wrap:after {
            letter-spacing: 12px;
        }

    footer {
        padding: 20px 0;
    }
}

@media only screen and (max-width:767px) {
    .sm-space > [class*="col-"] + [class*="col-"] {
        margin-top: 30px;
    }
}

@media only screen and (max-width:639px) {
    .icon-box {
        width: 32.33333333%;
    }

    .amenities-wrap {
        padding-bottom: 40px;
    }

        .amenities-wrap:after {
            font-size: 17vw;
        }

        .amenities-wrap:after, .contact-wrap:after {
            letter-spacing: 0;
        }

    .get-in-touch .form-field {
        margin-top: -10px;
    }
}

@media only screen and (max-width:580px) {
    .alignleft, .alignright, h1 + .pn img, h2 + .pn img {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block;
    }

    .floor-plan-box {
        width: 47%;
    }

    .form-popup-wrap {
        padding: 30px;
    }

    .contact-wrap .caption {
        width: 100%;
        padding: 30px 15px !important;
    }
}

@media only screen and (max-width:479px) {
    .icon-box {
        width: 49%;
    }
}

@media only screen and (max-width:420px) {
    header .btn {
        font-size: 0;
        line-height: 1;
        letter-spacing: 0;
        padding: 8px 12px;
    }

        header .btn:after {
            content: "\f303";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            font-size: 14px;
            display: inline-block;
            line-height: 22px;
        }
}
/*******lightbox popup starts******/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.75;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}
/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0;
    color: #FFF;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
    background: none !important;
}

div.mfp-close {
    display: none !important;
}

.videoFrame .mfp-close {
    top: 0 !important;
    background-color: rgba(236, 223, 223, 0.5) !important;
    border-radius: 0;
    opacity: 0;
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
    opacity: 1.0;
}

.videoFrame .mfp-iframe-holder .mfp-content {
    max-width: 90%;
    max-height: 100%;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow-left {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

    .mfp-arrow-left:before {
        content: '';
        height: 15px;
        width: 15px;
        display: block;
        border: 2px solid #929292;
        border-right-width: 0;
        border-bottom-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        position: absolute;
        top: 15px;
        left: 8px;
    }

.mfp-arrow-right {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 90;
    display: inline-block;
    margin-top: -25px;
    font-size: 0;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}

    .mfp-arrow-right:before {
        content: '';
        height: 15px;
        width: 15px;
        display: block;
        border: 2px solid #929292;
        border-left-width: 0;
        border-top-width: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 15px;
        right: 8px;
    }

    .mfp-arrow-left:hover:before, .mfp-arrow-right:hover:before {
        border-color: #fff;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    position: relative;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}
/*.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}*/
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
}

@media all and (min-width:900px) {
    .caption-frame .mfp-container {
        left: 50%;
        display: table;
        width: auto;
        padding: 0 45px;
        margin: 0 auto;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    button.mfp-close, button.mfp-arrow {
        background: rgba(255, 255, 255, .95);
    }
}

.caption-frame .mfp-bottom-bar {
    margin-top: 0;
    left: 0;
    top: 40px;
    padding: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
}

.caption-frame .mfp-counter {
    display: none;
}

.caption-frame .mfp-title p {
    color: #fff;
    margin: 0 0 5px;
}

.caption-frame .mfp-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

@media all and (max-width:520px) {
    .caption-frame .mfp-bottom-bar {
        padding: 15px;
    }
}
/**************lightbox Popup ends**********/

.box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px;
    position: relative;
}

.loc li
{
   font-size:13px;
}

.high
{
    font-size: 15px;
    background: #14ab58;
    border-radius: 5px;
    padding: 10px 1px;
    text-align: center;
    color: #fff;
}