﻿
body{
    background-image:url('images/pattern.jpg');
    background-position: center;
}

/*p {
    font-family: 'Playfair Display', serif !important;
}*/



.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.imgHoverChange {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
    z-index: -1;
    background-repeat: no-repeat;
}

.imgAwardHome {
    width: 100%;
    height: 180px;
}

@media(max-width:1115px){
    .imgAwardHome {
        width: 100%;
        height: 150px;
    }
}

@media(max-width:576px) {
    .imgAwardHome {
        width: 100%;
        height: 180px;
    }
}

/*@media (min-width:768px) {
    .imgAwardHome {
        height: 55px;
    }
}*/

.imgAwards {
    height: 59px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .imgAwards {
        display: none;
    }
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

.scroll-down-wrap.no-border .section-down-arrow:before, .slider-down-arrow.no-border:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: rgba(255,255,255,.5);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5,.1,.07,1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0,0,.725,1) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0,0,.725,1) infinite;
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px);
    }

    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    100%,65% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px);
    }

    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    100%,65% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100%,65% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100%,65% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.panel {
    background: #fff;
    box-shadow: 0.8px 3px 30px 0 rgba(0,0,0,.1);
    position: relative;
}

.panel--values {
    overflow: hidden;
}

@media (min-width:768px) {
    .panel--values {
        overflow: visible;
    }
}

.panel--border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 100%;
    -webkit-transform: translate(-15px,15px);
    -ms-transform: translate(-15px,15px);
    transform: translate(-15px,15px);
    z-index: -1;
}

.panel__inner-content {
    padding: 30px;
}

@media (min-width:992px) {
    .panel__inner-content {
        padding: 100px 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .panel__inner-content {
        padding: 50px 30px;
    }
}

.panel__sticky {
    padding: 25px 25px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    z-index: 20;
}

@media (max-width:767px) {
    .panel__sticky {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width:768px) {
    .panel__sticky {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.panel__sticky h3 {
    text-transform: uppercase;
    color: #666;
}

.panel--society {
    padding: 20px 25px
}

@media (min-width:768px) {
    .panel--society {
        padding: 35px 45px;
    }
}

.panel--society h4 {
    color: #22438a;
}

.panel--society p {
    color: #999;
}

.panel--society .border-line {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.panel--heading {
    padding: 25px 35px;
}

@media (min-width:768px) {
    .panel--heading {
        padding: 60px;
    }
}

.our-journey {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .our-journey:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 300px;
        z-index: -2
    }

.our-journey__fileds {
    color: #333;
    margin: 0 auto;
    padding-top:50px;
}

@media (min-width:768px) {
    .our-journey__fileds {
        padding-top: 50px;
    }
}

.our-journey .panel {
    padding: 0 15px;
}

@media (min-width:768px) {
    .our-journey .panel {
        padding: 40px 35px;
    }
}

.our-journey .bg-patter-top {
    content: "";
    background: url(images/Pattern-white.svg) right bottom no-repeat;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    -webkit-transform: translate(-25%,-15%) rotate(115deg);
    -ms-transform: translate(-25%,-15%) rotate(115deg);
    transform: translate(-25%,-15%) rotate(115deg);
    opacity: .2;
    background-size: contain;
    width: 300px;
}

.our-journey:before {
    content: "";
    background: url(img/Pattern-white.html) right bottom no-repeat;
    height: 265px;
    position: absolute;
    bottom: 40%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(45%,8%);
    opacity: .2;
    background-size: contain;
    width: 300px
}

.filed-inline-list {
    list-style:none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:767px) {
    .filed-inline-list {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-direction: inherit;
        -moz-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
}

.filed-inline-list__item {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 25px 30px 25px;
}

@media (min-width:768px) {
    .filed-inline-list__item {
        border-right: 1px solid #eaeaea;
        padding: 40px 25px 40px 25px;
    }

        .filed-inline-list__item:nth-child(4n), .filed-inline-list__item:nth-child(5n) {
            border-bottom: none;
            padding-bottom: 0;
        }

        .filed-inline-list__item:nth-child(3n) {
            border-right: none;
        }
}

.filed-inline-list__item:last-child {
    border-bottom: none;
}

@media (min-width:768px) {
    .filed-inline-list__item:last-child {
        padding-bottom: 0;
    }
}

.filed-inline-list img {
    margin: 0 auto;
    height: 50px;
    width: 70px;
}

.fig-title {
    text-transform: uppercase;
    margin-top: 20px;
}

.fig-title__numbers {
    font-family: Poppins-Medium;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #22438a;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

@media (min-width:768px) {
    .fig-title__numbers {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width:992px) {
    .fig-title__numbers {
        font-size: 20px;
        line-height: 30px;
    }
}

.fig-title__info {
    font-size: 12px;
    line-height: 22px;
}

@media (min-width:768px) {
    .fig-title__info {
        font-size: 13px;
        line-height: 23px;
    }
}

.newsletter-wrapper {
    position: relative;
    overflow: hidden;
}

    .newsletter-wrapper .blue-pattern {
        background: url(img/Pattern-white.html) right bottom no-repeat;
        height: 300px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: .2;
        background-size: contain;
        width: 350px;
    }

.card {
    border: 1px solid #f1f1f1;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card:hover {
        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
        cursor: pointer;
    }

.inner-box:hover {
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    cursor: pointer;
}

@media (min-width:768px) and (max-width:991px) {
    .card {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .card {
        margin-bottom: 40px;
    }
}

.card__content-head {
    padding: 22px 25px;
    color: #999;
}

.card__content-footer {
    padding: 15px 25px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
}

.card__inner-review {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card__view img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    height: 207px;
    width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
    .card__view img {
        height: 216px;
    }
}

@media (min-width:992px) {
    .card__view img {
        height: 185px;
    }
}

@media (min-width:1200px) {
    .card__view img {
        height: 229px;
    }
}


.text-bg {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

    .text-bg:before {
        position: absolute;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        width: 0;
        padding: 0;
        background-color: #fff;
        z-index: 1;
        transition: width 450ms cubic-bezier(.55,.055,.675,.19) 551ms,opacity 0s ease-in 551ms,background .6s,padding 450ms cubic-bezier(.55,.055,.675,.19) 0s;
        opacity: 1;
        box-sizing: content-box;
        visibility: visible;
    }

    .text-bg:after {
        position: absolute;
        content: '';
        height: 100%;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 2;
        transition: width 450ms cubic-bezier(.215,.61,.355,1) 0s,opacity 0s ease-in 551ms,visibility 0s ease-in 551ms,background .6s,padding 450ms cubic-bezier(.215,.61,.355,1) 0s;
        opacity: 0;
        box-sizing: content-box;
        visibility: hidden;
    }

.text-bg__blue-patch:before {
    background-color: #22438a;
}

.text-bg__blue-patch:after {
    background-color: #22438a;
}

.highlight-txt {
    font-family: Poppins-Medium;
    color: #f90;
}

.bg-blue-layout {
    background: #000048;
    padding: 30px 0;
    color: #fff;
}

@media (min-width:992px) {
    .bg-blue-layout {
        padding: 30px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bg-blue-layout {
        padding: 30px 0;
    }
}

.bg-blue-layout .text-bg__inner p {
    color: rgba(255,255,255,.6);
    margin-top: 10px;
}

@media (min-width:768px) {
    .bg-blue-layout .text-bg__inner p {
        margin-top: 15px;
    }
}

.bg-white-layout {
    background: #fff;
    padding: 30px 0;
}

@media (min-width:992px) {
    .bg-white-layout {
        padding: 80px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bg-white-layout {
        padding: 60px 0;
    }
}

.bg-white-layout__article p {
    color: #999;
    margin-top: 15px;
}

@media (min-width:768px) {
    [data-aos=background-translate] {
        -webkit-transform: scaleY(.1) translateY(0);
        -ms-transform: scaleY(.1) translateY(0);
        transform: scaleY(.1) translateY(0);
    }

        [data-aos=background-translate].aos-animate {
            -webkit-transform: scaleY(1) translateY(-110px);
            -ms-transform: scaleY(1) translateY(-110px);
            transform: scaleY(1) translateY(-110px);
        }

    [data-aos=fad-up-right] {
        opacity: 0;
        overflow: hidden;
        -webkit-transform: translate(30%,0) !important;
        -ms-transform: translate(30%,0) !important;
        transform: translate(30%,0) !important;
        transition-delay: 1.2s;
    }

        [data-aos=fad-up-right].aos-animate {
            opacity: 1;
            -webkit-transform: translate(20%,0) !important;
            -ms-transform: translate(20%,0) !important;
            transform: translate(20%,0) !important;
        }

    [data-aos=fad-up-left] {
        opacity: 0;
        -webkit-transform: translate(-125px,-80px) !important;
        -ms-transform: translate(-125px,-80px) !important;
        transform: translate(-125px,-80px) !important;
        transition-delay: 1.2s;
    }

        [data-aos=fad-up-left].aos-animate {
            opacity: 1;
            -webkit-transform: translate(-70px,-80px) !important;
            -ms-transform: translate(-70px,-80px) !important;
            transform: translate(-70px,-80px) !important;
        }

    [data-aos=fad-in] {
        opacity: 0;
        transition: opacity 3s ease-out;
        transition-delay: 1.2s;
    }

        [data-aos=fad-in].aos-animate {
            opacity: 1
        }

    [data-aos=blue-patch] {
        width: 0;
        opacity: 0;
    }

        [data-aos=blue-patch].aos-animate {
            width: 100%;
            opacity: 1;
            -webkit-animation-duration: 4s;
            animation-duration: 4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            animation-play-state: running;
            min-height: 110px;
        }

    [data-aos=animation-expand] .project-info__address {
        position: relative;
        padding: 15px 70px 20px 25px;
    }

        [data-aos=animation-expand] .project-info__address:after {
            height: 100%;
            border: none;
            background-color: #22438a;
            left: 0;
            position: absolute;
            top: 0;
            content: ' ';
            z-index: -1;
            width: 0;
            display: block;
            transition: -webkit-transform .8s cubic-bezier(.12,.75,.4,1);
            transition: transform .8s cubic-bezier(.12,.75,.4,1);
            transition: transform .8s cubic-bezier(.12,.75,.4,1),-webkit-transform .8s cubic-bezier(.12,.75,.4,1);
            -ms-transform: scale(0,1);
            transform: scale(0,1);
            -webkit-transform: scale(0,1);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
        }
}

@media (min-width:768px) and (min-width:768px) and (max-width:991px) {
    [data-aos=animation-expand] .project-info__address {
        padding: 10px 45px 15px 20px;
    }
}

@media (min-width:768px) {
    [data-aos=animation-expand].aos-animate .project-info__address:after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        background: #22438a;
        width: 100%;
    }

    [data-aos=animation-expand-yellow] .project-info__price {
        position: relative;
        padding: 10px 25px;
    }

        [data-aos=animation-expand-yellow] .project-info__price:after {
            height: 100%;
            border: none;
            background-color: #f90;
            left: 0;
            position: absolute;
            top: 0;
            content: ' ';
            z-index: -1;
            width: 0;
            display: block;
            transition: -webkit-transform 1.2s cubic-bezier(.12,.75,.4,1);
            transition: transform 1.2s cubic-bezier(.12,.75,.4,1);
            transition: transform 1.2s cubic-bezier(.12,.75,.4,1),-webkit-transform 1.2s cubic-bezier(.12,.75,.4,1);
            -ms-transform: scale(0,1);
            transform: scale(0,1);
            -webkit-transform: scale(0,1);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            opacity: 0;
        }

    [data-aos=animation-expand-yellow].aos-animate .project-info__price:after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        background: #f90;
        width: 100%;
        opacity: 1;
    }

    [data-aos=background-expand] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        [data-aos=background-expand] .text-bg__inner {
            position: relative;
            opacity: 1;
            margin:10px auto;
            transition: opacity .1s ease-in 551ms,transform .4s cubic-bezier(.215,.61,.355,1) .7s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .7s,color .6s;
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translateX(-20px);
            display: inline-block;
        }

        [data-aos=background-expand].aos-animate {
            opacity: 1;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            animation-play-state: running;
            position: relative;
        }

            [data-aos=background-expand].aos-animate:before {
                width: 100%;
                opacity: 0;
                visibility: hidden;
                transition: width 450ms cubic-bezier(.55,.055,.675,.19) 0s,opacity 0s ease-in 551ms,visibility 0s ease-in 551ms,background .6s,padding 450ms cubic-bezier(.55,.055,.675,.19) 0s;
            }

            [data-aos=background-expand].aos-animate:after {
                width: 0;
                opacity: 1;
                visibility: visible;
                padding: 0;
                transition: width 450ms cubic-bezier(.215,.61,.355,1) 551ms,opacity 0s ease-in 551ms,visibility 0s ease-in 551ms,background .6s,padding 450ms cubic-bezier(.215,.61,.355,1) 0s;
            }

            [data-aos=background-expand].aos-animate .text-bg__inner {
                opacity: 1;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                transition: opacity .1s ease-in 551ms,transform .4s cubic-bezier(.215,.61,.355,1) .7s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .7s,color .6s;
            }

    [data-aos=fad-in-fast] {
        opacity: 0;
        transition: opacity 2s ease-out;
        transition-delay: .6s;
    }

        [data-aos=fad-in-fast].aos-animate {
            opacity: 1;
        }
}

/*awards*/

.awards-wrapper {
    text-align: center;
}

    .awards-wrapper .btn--default {
        margin-bottom: 0;
    }

.awards {
    float: none;
}

.awards__title {
    /*width: 160px;*/
    display: block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #339;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}

/*@media (min-width:768px) {
    .awards__title {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width:992px) {
    .awards__title {
        font-size: 15px;
        line-height: 22px;
    }
}*/

.awards__info, .awards__panel-info {
    text-transform: uppercase;
    font-family: Poppins-Medium;
    font-size: 12px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    text-align:center;
    /*margin: 0 69px;*/
    /*max-width: 160px;*/
}

@media (max-width:768px) {
    .awards__info, .awards__panel-info {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:992px) {
    .awards__info, .awards__panel-info {
        font-size: 12px;
        line-height: 20px;
    }

    .awards__info {
        /*margin: 0 44px;*/
    }
}

@media (max-width:1200px) {
    .awards__info {
        /*margin: 0 58px;*/
    }
}

.awards li, .awards-panel-bg {
    background: url("") center no-repeat;
    background-size: contain;
    height: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:767px) {
    .awards li {
        margin-bottom: 70px;
    }
}

@media (max-width:992px) {
    .awards li {
        margin-bottom: 70px;
    }
}


.awards-panel-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background: #fff;
    text-align: center;
}

.awards-panel-bg {
    background: url("") center no-repeat;
    background-size: contain;
}

.awrds-panel__item .awards-panel-bg {
    width: 100%;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transition: background .2s cubic-bezier(.12,.75,.4,1)
}

@media (max-width:767px) {
    .awrds-panel__item .awards-panel-bg {
        opacity: 1;
    }
}

@media (min-width:768px) {
    .awrds-panel__item:hover .awards-panel-bg {
        opacity: 1;
    }
}

.awrds-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 45px;
    position: relative;
}

@media (min-width:768px) {
    .awrds-panel {
        padding-top: 100px;
    }
}

@media (min-width:768px) {
    .awrds-panel li {
        min-height: 300px;
        flex-direction: column;
        padding: 45px 40px;
        border-top: 1px solid #e4e3e3;
        border-right: 1px solid #e4e3e3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:992px) {
    .awrds-panel li {
        padding: 60px 30px;
    }
}

.awrds-panel .awards__title {
    margin: 0 auto;
    margin-bottom: 10px;
}

.awards__panel-info {
    margin: 15px 50px 0 50px;
}

.awrds-panel li .award-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .awrds-panel li {
        padding: 40px 20px;
        border-right: 0;
        margin-bottom: 35px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .awrds-panel li {
        border-right: 1px solid #e4e3e3;
    }

        .awrds-panel li:nth-child(2n+2) {
            border-right: none;
        }
}

@media (min-width:992px)and (max-width:1199px) {
    .awrds-panel li:nth-child(3n+3) {
        border-right: none;
    }
}

@media (min-width:1200px) {
    .awrds-panel li:nth-child(4n+4) {
        border-right: none;
    }
}

.cards-content-info, .padding-top90 {
    padding-top: 35px;
}

@media (min-width:768px) {
    .cards-content-info, .padding-top90 {
        padding-top: 70px;
    }
}

/*awards end*/


.our-vision__content-slider {
    padding: 30px 25px;
    text-align: left;
    position: relative;
}

.testimonial-block .panel {
    background: #000048;
    color: #fff;
    box-shadow: 0.8px 3px 30px 0 rgba(0,0,0,.1);
    position: relative;
}

.our-vision__slider {
    padding: 0
}

@media (min-width:768px) and (max-width:991px) {
    .our-vision__slider img {
        height: 450px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}


.team-member .founder {
    background: #122449;
    padding: 16px 45px;
    display: inline-block;
    text-align: left;
    box-shadow: .8px 0 30px 0 rgba(0,0,0,.1);
    margin-top: 0;
    /*-webkit-transform: translate(8%,-50%);
    -ms-transform: translate(8%,-50%);*/
    transform: translate(-1%,-60%)
}

@media (min-width:768px) {
    .team-member .founder {
        padding: 10px 30px
    }
}

@media (min-width:992px) {
    .team-member .founder {
        padding: 16px 45px
    }
}

.founder__name {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

@media (min-width:768px) {
    .founder__name {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:992px) {
    .founder__name {
        font-size: 17px;
        line-height: 24px
    }
}

.founder__info, .team-member__info {
    text-transform: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 22px;
    color: #999
}

@media (min-width:768px) {
    .founder__info, .team-member__info {
        font-size: 13px;
        line-height: 23px
    }
}

@media (min-width:992px) {
    .founder__info, .team-member__info {
        font-size: 13px;
        line-height: 23px
    }
}

/*gallery*/
section, .section-padding {
    /*padding: 30px 0;*/
    position: relative;
    /*background-color: #ffffff7d;*/
}
/* Project filter nav */
.shuffle-btn-group {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
    border-bottom: 3px solid #ffb600;
}

    .shuffle-btn-group label {
        display: inline-block;
        color: #212121;
        font-size: 14px;
        padding: 6px 25px;
        padding-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s;
        cursor: pointer;
        margin: 0;
    }

        .shuffle-btn-group label.active {
            color: #212121;
            background: #ffb600;
        }

        .shuffle-btn-group label input {
            display: none;
        }
/* Project shuffle Item */

.shuffle-item .itemBox {
    padding: 0px !important;
}

.shuffle-item .project-img-container {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

    .shuffle-item .project-img-container img {
        transform: perspective(1px) scale3d(1.1, 1.1, 1);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover img {
        transform: perspective(1px) scale3d(1.15, 1.15, 1);
    }

    .shuffle-item .project-img-container:after {
        opacity: 0;
        position: absolute;
        content: '';
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover:after {
        opacity: 1;
    }

    .shuffle-item .project-img-container /*.gallery-popup*/ .fancybox .gallery-icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 5px 12px;
        background: #ffb600;
        color: #fff;
        opacity: 0;
        transform: perspective(1px) scale3d(0, 0, 0);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover /*.gallery-popup*/ .fancybox .gallery-icon {
        opacity: 1;
        transform: perspective(1px) scale3d(1, 1, 1);
    }

    .shuffle-item .project-img-container .project-item-info {
        position: absolute;
        top: 50%;
        /*margin-top: -10%;*/
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        z-index: 1;
    }

    .shuffle-item .project-img-container .project-item-info-content {
        opacity: 0;
        transform: perspective(1px) translate3d(0, 15px, 0);
        transition: all 400ms;
    }

        .shuffle-item .project-img-container .project-item-info-content .project-item-title {
            font-size: 20px;
        }

            .shuffle-item .project-img-container .project-item-info-content .project-item-title a {
                color: #fff;
            }

                .shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
                    color: #ffb600;
                }

        .shuffle-item .project-img-container .project-item-info-content .project-cat {
            background: #ffb600;
            display: inline-block;
            padding: 7px 8px;
            font-weight: 700;
            color: #000;
            font-size: 10px;
            text-transform: uppercase;
        }

    .shuffle-item .project-img-container:hover .project-item-info-content {
        opacity: 1;
        transform: perspective(1px) translate3d(0, 0, 0);
    }

.general-btn .btn-primary:hover {
    background: #000;
}

.btn-primary {
    font-size: 16px;
    padding: 8px 60px;
    background: #0b5ed7;
    border: 1px solid #0a58ca;
    border-radius: 0;
    color: #fff;
}

    .btn-primary:hover {
        background: #0652c2;
        border: 1px solid #0652c2;
    }

@media only screen and (max-width: 769px) {
    .btn-primary {
        padding: 8px 25px;
    }
}

/*.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 1!important;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: visible!important;
    z-index: 99997;
}*/

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 2px solid #fff !important;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
/*gallery end*/


/*form control*/
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 15px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control:focus, .form-control:active {
        border-color: #000000;
    }

textarea.form-control {
    height: inherit !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    font-weight: 300;
    font-size: 50px;
    float:right;
    top:0px;
    right:5px;
    position:relative;
    color: #00349d;
    border: 0;
    -webkit-appearance: none;
}
/*form control end*/
.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem 0.75rem;
        margin-bottom: 15px;
    }


.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        width:200px;
        height: 100%;
        padding: 0.5rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666565;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    /*border: 2px solid #0d6efd;*/
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #000048 !important;
    color: #fff !important;
    margin-right: 1px;
}

.propertyIntroCaption h1 {
    margin: 0 0 10px;
    letter-spacing: 1.2px;
    font-size: 32px;
}

.captionAddress {
    color: #ccd5dd;   
    position: relative;
    font-size: 18px;
    line-height: 1.38462;
    padding-left: 20px;
    margin-bottom: 16px;
}

    .captionAddress .icn {
        position: absolute;
        left: 2px;
        top: -2px;
        font-size: 22px;
    }

.propertyIntroCaption .justify-end {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.propertyIntroCaption .price {
    text-align: right;
}

.propertyIntroCaption .price {
    font-size: 24px;
    line-height: 1.03333;
    margin-bottom: 4px;
}

.textWhite {
    color: #fff;
}

.elemenBlock {
    display: block;
}

.fwSemi {
    font-weight: 600;
}

.propertyIntroCaption .subtitle {
    font-size: 16px;
    line-height: 1.25;
}

.propertyIntroCaption .w100 {
    width: 100%;
}


.textalign{
    text-align:right;
}

@media (max-width: 767px) {
    .textalign {
        text-align: left;
    }
}

.copyright span a{;
    color:#fff!important;
}

.copyright span a:hover {
    cursor: pointer;
}

/*project page*/

.projects-area {
    height: auto;
    padding: 10px 0px;
}

    .projects-area .heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px #858585 dotted;
        margin-bottom: 25px;
    }

        .projects-area .heading .icon {
            width: 18%;
            padding-bottom: 10px;
        }

            .projects-area .heading .icon img {
                width: 100%;
                height: auto;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .projects-area .heading .text h1 {
            font-size: 28px;
            text-transform: uppercase;
            color: #000;
            display: block;
        }

    .projects-area h2 {
        font-size: 28px;
        text-transform: uppercase;
        color: #000;
        display: block;
        overflow: hidden;
        padding: 0 0 10px;
        border-bottom: 1px #858585 dotted;
        margin-bottom: 15px;
    }

    .projects-area .projects-details {
        /* text-align: center; */
        overflow: hidden;
        clear: both;
        color: #fff;
    }

        .projects-area .projects-details .row > * {
            padding-bottom: 1rem;
            padding-right: 0;
            padding-left: 0;
        }

.projects-details .row:nth-child(odd) .col-md-6:first-child {
    order: 1;
}

.projects-details .row:nth-child(even) .col-md-6:first-child {
    order: 2;
}

.projects-details .row:nth-child(odd) .col-md-6:last-child {
    order: 2;
}

.projects-details .row:nth-child(even) .col-md-6:last-child {
    order: 1;
}

@media only screen and (max-width:760px) {
    .projects-details .row:nth-child(odd) .col-md-6:first-child {
        order: 1;
    }

    .projects-details .row:nth-child(even) .col-md-6:first-child {
        order: 1;
    }

    .projects-details .row:nth-child(odd) .col-md-6:last-child {
        order: 2;
    }

    .projects-details .row:nth-child(even) .col-md-6:last-child {
        order: 2;
    }
}


.reverse .col-md-6:last-child {
    order: 1;
}

.projects-area .projects-details .img-item {
    width: 100%;
    height: 400px;
}

.projects-area .projects-details .icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projects-area .projects-details .img-item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.projects-area .projects-details .blue {
    padding: 25px 50px;
    background: #1d49ab;
    height: 400px;
    width: 100%;
    /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

    .projects-area .projects-details .blue .icon img {
        width: 60%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.projects-area .projects-details .aqua {
    padding: 25px 50px;
    background: #eb7b1c;
    width: 100%;
    height: 400px;
    /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

    .projects-area .projects-details .aqua .icon img {
        width: 60%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.projects-area .projects-details .green {
    padding: 25px 50px;
    background: #c9931a;
    width: 100%;
    height: 400px;
    /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

@media only screen and (max-width:760px) {
    .projects-area .projects-details .img-item {
        height: auto;
    }

        .projects-area .projects-details .img-item img {
            height: auto;
        }

    .projects-area .projects-details .blue {
        height: auto;
    }

    .projects-area .projects-details .aqua {
        height: auto;
    }

    .projects-area .projects-details .green {
        height: auto;
    }
}

.projects-area .projects-details .green .icon img {
    width: 60%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.projects-area .projects-details h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.projects-area .projects-details p {
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 1.2rem;
}

.projects-area .projects-details .points {
    text-align: start;
    margin-bottom: 2rem;
}

    .projects-area .projects-details .points ul {
        list-style-image: url('images/list.html')!important;
        padding-left: 1rem;
    }

        .projects-area .projects-details .points ul li {
            font-size: 0.9rem;
        }

.projects-area .projects-details .btn-details a {
    margin: 0 auto;
    width: auto;
    background: #ffd507;
    padding: 7px 15px;
    color: #065b09;
    font-size: 15px;
    bottom: 0%;
    right: 45%;
    position: absolute;
    border-radius: 0px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .projects-area .projects-details .btn-details a:hover {
        background: rgb(127 169 0);
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

@media(max-width:767px) {
    .projects-area .projects-details .row > * {
        padding-bottom: 0;
    }

    .projects-area .projects-details .btn-details a {
        margin: 0 auto;
        width: auto;
        background: #ffd507;
        padding: 7px 15px;
        /*color: #000;*/
        font-size: 15px;
        bottom: 2%;
        right: 5%;
        position: absolute;
        border-radius: 0px;
        text-decoration: none;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .projects-area .projects-details .aqua .icon img {
        width: 30%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .projects-area .projects-details .green .icon img {
        width: 30%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .projects-area .projects-details .blue .icon img {
        width: 30%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media(max-width:576px) {
    .projects-area .projects-details .btn-details a {
        margin: 0 auto;
        width: auto;
        background: #ffd507;
        padding: 7px 15px;
        /* color: #000; */
        font-size: 15px;
        bottom: 2%;
        right: 5%;
        position: absolute;
        border-radius: 0px;
        text-decoration: none;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .projects-area .projects-details .aqua .icon img {
        width: 20%;
        transform: translateY(-20%);
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.parallax-advance {
    background-position: 0;
    padding: 0;
    min-height: 400px;
}



.pattern-1 {
    background-image: url("images/projects-back-pattern.html");
}

@media only screen and (max-width: 510px) {
    .projects-area {
        padding: 10px 0px;
        height: auto;
    }

        .projects-area .heading .icon {
            width: 30%;
        }

        .projects-area .projects-details {
            margin: 10px 0px;
        }
}
/*project page end*/



